@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Cookie');

.lucia{max-width: 100%; margin: 1%;}


body {
    background: #FFF6A2;
    font-family: 'Josefin Sans', sans-serif;
    max-width: 100%;
    text-align: center;
}

h1{
    font-size: 4rem;
    font-family: 'Cookie';
    padding: 5%;
    color: cornsilk;
    text-shadow: 1px 1px 1px black;
    background-color: rgba(246, 12, 134, 0.5);
    margin: 10%;
    max-width: 35rem;
    
}

h2{
    font-size: 2rem;    
    background-color: rgba(255, 255, 255, 0.3);
    text-shadow: 2px 2px 1px white;
    margin: 10%;
    padding: 2%;
    max-width: 35rem;
}

h3{
    font-size: 2rem;
    padding: 5%;
    margin: 5%;
    text-shadow: 2px 2px 3px rgba(246, 12, 134, 0.5);
    }

h4{font-size: 1.5rem;
    padding: 1%;
    
    text-shadow: 2px 2px 3px rgba(246, 12, 134, 0.5);
       background-color: rgba(245, 245, 245, 0.7); 
    }

h5{ font-size: 1.15rem;
    font-weight: 700;
    
    margin-top: 2%;
}

.listado p{
    list-style:none;
    margin-top: 0%;
    margin-bottom: -0.05rem;
    font-size:1rem;
    text-align: left;
    font-weight: 600; 
    text-shadow: 1px 1px 1px white;
    max-width: 80%;
}





header {
    background-image: url(../img/3a2banner.jpg);
    background-size:cover;
    max-width: 100%;
    min-height: 5rem;
    padding: 1%;
 }

header img{ 
    width: auto; 
    max-height: 3rem;
    border-radius: 0%;
    margin-right: 2rem;
}

.academico{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1%;
}

header nav ul li {
    list-style: none;    
    display:inline-block;
    padding: 0.5%; 
    margin-bottom: auto; 
    text-align: left;
}

header nav ul li:hover{
    background:rgba(17, 203, 215, 0.5);
    border-radius: 10%;
    max-width: 100%;
}

.grupo{
    text-align: left;
}


header nav ul li a {
    text-decoration: none;
    color:deeppink;
    text-shadow: 1px 1px 1px white;
    font-weight: 600;  
    font-size: 1.5rem;
}

header nav ul li a:hover{
    color:#FFF6A2;
    text-shadow: 1px 1px 1px black;
    max-width: 100%;
    border-bottom: 0.2rem solid #F60C86;
}

.miperfil{
    border-bottom: 0.3rem solid #11cbd7;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

.miperfil:hover{
    border-bottom: none;
}
    




.enc{
    background-image: url(../img/0flor3.jpg);
    background-size:cover;
    max-width: 100%;
}

.encabezado{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: flex-end;
}

main nav{
     padding: 2%;
}

main nav ul li {
    background:rgba(255, 246, 162, 0.5);
    margin-left: 1%;
    max-width: 28rem;
    list-style: none;
    padding: 1%;
    display:inherit;
}

main nav ul li:hover{
    background:rgba(255, 255, 255, 0.7);
    border-radius: 7%;
    max-width: 28rem;
}

main nav ul li a {
    text-decoration: none;
    color:deeppink;
    text-shadow: 1px 1px 1px white;
    font-weight: 600;  
    font-size: 1.5rem;
}

main nav ul li a:hover{
    color:#11cbd7;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    max-width: 26rem;
    border-bottom: 0.1rem solid #F60C86;
}

img{
    width: 70%; 
    height: auto;
    border-radius: 10%;
}

.redes{
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0.2%;
    margin-top: 0.2rem;
}

.redes-icon li {
	width: 4rem;
	height: auto;
    list-style:none;
    display:inline-block;
}

.redes-icon a {
    text-decoration: none;  
}

.redes-icon a:hover{
    border-bottom: 0.2rem solid #F60C86;
}





.home-icon li{
    width: 5rem; 
    height: auto;
    list-style:none;
    display:inline-block;
    margin-left: 0.5rem;
}

.hometit{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    
    background-color: rgba(245, 245, 245, 0.7);
}

.colum-trabajos{
    background-image: url(../img/663.jpg);
    background-size:cover;
    background-attachment:fixed;
}

.colum-video{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-end;
    
    max-width: 720;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 1%;
    margin-bottom: 1%;
    line-height: normal;
    border-collapse: separate;
}

.colum-refvideo{
    background-color: rgba(159, 238, 209, 0.6);
    padding: 1%;
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-end;
}




.colum-materias{
    background-image: url(../img/270.jpg);
    background-size:cover;
    background-attachment:fixed;
}

.colum-mat_cursadas{
    background-color: rgba(159, 238, 209, 0.6);
    padding: 2rem;
    
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-end;
}

.colum-mat_encurso{
    background-color: rgba(159, 238, 209, 0.6);
    padding: 2rem;
    
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-end;
}





footer{
    align-content: center;
    background: #9feed1; 
    max-width: 100%;
    color:deeppink;
    font-weight: 600; 
    font-size: 1.005rem;
    text-align: center;
    padding: 2%;
    text-shadow: 1px 1px 0px white;
}