@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap');

*{padding:0; margin:0;box-sizing: border-box; transition: 0.5s all;}

/*Estilos generales <link href="">*/

body { margin: 0; padding: 0; background:#4cbdc9; font-family: "DM sans", sans-serif; font-size: 17px} 

header{color:#ffffff; padding: 1rem; text-align: center;font-size: 2.5rem;font-weight: 300;}
.img {width: 16rem;height: 16rem; border-radius: 100%;margin-top: 20px; margin-bottom: 20px; border-color: #ffffff; border-width: 5px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);text-align: center;}
.myriam {text-align:center; font-family: 'DM Sans', sans-serif; font-weight: 700;font-size: 3rem;padding: 2rem;text-shadow: 2px 2px 3px #535252;}
.carrera{color:#ffffff;text-decoration: none; font-size: 1rem; font-family:'DM Sans', sans-serif; font-weight: 400;padding: 1rem;text-align: center;}

    
/*Seccion General*/
main section {background:#4cbdc9; opacity: 70%; padding: 1rem; color: #ffffff;}
main section article {padding: 1rem;}

/*Menu*/
.menu {display: flex; flex-wrap: wrap; justify-content: space-around; list-style: none;word-spacing: 100px;}

nav {padding: 0.5rem; background: #4cbdc9;font-family:'Raleway', sans-serif;font-weight: 700; font-size: 1.4rem;text-align: center;}

nav ul li {display:inline-block;padding: 0.3;margin: auto;}

nav ul li a { color: #ffffff; text-decoration: none;justify-content: space-around;padding: 0.8rem;}  

nav ul li a:hover {color: #00a2a8;}
.grupo {font-size: 1.4rem; font-weight: 700; text-align: center; line-height: 1rem;justify-content: center;text-decoration: none; }

.grupo li {padding: 0.5rem;}
.grupo h1 {margin-top: 15px;}

nav h1 a {font-family:"arial"; font-size: 2.5rem; font-weight: 800;color: #1594f2; display: flex; flex-wrap: wrap; justify-content: space-around; list-style: none;word-spacing: 100px;text-decoration: none;padding: 1rem;padding-top:.2rem;
margin-top: 0.5rem;}

.link-activo {color: #006bfd;}


/*Columnas*/

.nivel1 {width: 100%; text-align: center;}
.nivel2 {width: 100%; text-align: center;}
.encurso {width: 100%; text-align: center;}

.nivel1 p{font-size: 1.2rem;}
.nivel2 p{font-size: 1.2rem;}
.encurso p{font-size: 1.5rem;}

.nivel1 h3{color:#e6e6e6;}
.nivel2 h3{color:#e6e6e6;}

h1{font-family:'Merriweather', serif; font-size: 2rem; font-weight: 400; text-align:"center"; }
h2{font-family: 'Raleway', sans-serif; font-size: 1.5rem; font-weight: 700; text-align: "center";}
h3{font-family: 'Raleway', sans-serif;font-size: 1.7rem;font-weight: 500;}
h4{font-family:'Merriweather', serif;font-size: 1rem;font-weight: 400;text-align: "center";}

/*Datos Facultad*/

.datos {justify-content: center; background: #4cbdc9; opacity: 70%; color: #ffffff; padding: 1rem;text-decoration: none; }
.datos ul {list-style: none; font-family:'Merriweather', serif; font-size: 1rem; font-weight: 700;text-decoration: none; }
.universidad {border: 0.02rem solid; border-color: #ffffff; width: 100%; text-align: center; margin-right: 1rem; padding-left: 1rem; padding-bottom: 0.5rem; padding-top: 0.5rem;text-decoration: none; }
.clase {border: 0.02rem solid; border-color: #ffffff; width: 100%; text-align: center; margin-right: 1rem; padding-left: 1rem; padding-bottom: 0.5rem; padding-top: 0.5rem; text-decoration: none; }

aside div article ul li h5 a {text-decoration: none;color: #cbfdff;}



footer {background: #4cbdc9; padding: 1rem;border-top: solid 0.2rem; border-color: #001f57;}
footer p {font-size: 1rem; color: #ffffff;font-family: 'Raleway', sans-serif;font-weight: 500;text-align: center;margin: 0.5rem;}

/*Cuando es mayor a 48 rem*/

@media screen and (min-width:48rem) {
    
nav {background:#4cbdc9; }
    
.nivel1 {width: 100%; text-align: center;}
.nivel2 {width: 100%; text-align: center;}
.encurso {width: 100%; text-align: center;}
    
}