* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

/*-----------BODY-----*/

body {
    background-color: rgba(250, 237, 216, 0.65);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
font-family: 'Be Vietnam', sans-serif;
}

/*---------NAVEGADOR---------*/


nav {
    background-color: rgb(253, 251, 251);
    box-shadow: 1px 2px 5px #e2e2e2; 
}


nav ul {

    align-content: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 100%;
}


.navegador {
    list-style: none;
    padding: .5em;
    margin-top: 0;
    margin-bottom: 1em;
}

header nav ul li a {
    text-decoration: none;
    color:#ffb451;
    padding: .5em;
    font-size: 1.1em;
    font-weight: 300;
} 

nav ul li a:hover {
    
    background-color: #f0af61;
    color: white;
    padding: .5em ;
}



/*----- MAIN -------*/

main {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    
}

/*------- TÍTULOS ---------*/

main div img {
    max-width: 100%;
    height: auto;
    border-radius: 200px;
}

#nombre {
    border-bottom: solid .25em rgba(224, 190, 143, 0.35);
}

h1 {
    font-size: 2.4em;
    font-weight: 400;
}

h2, h4 {
    font-weight: 500;
    color: #815032;
}

h3 {
    font-weight: 500;
}

p {
    font-weight: 100; 
}

/*------ PLAN -----*/

.plan {
    max-width: 80%; 
}

.plan h2 {
    font-weight: 300;
    text-align: left;
    border-bottom: solid rgba(224, 190, 143, 0.35);
    border-style: dashed;
    margin: .5em;
    margin-top: 1em;
    padding: .5em;
}

.parrafo {
    max-width: 80%;
    font-weight: 100;
    list-style: circle;
    text-align:left; 
    
}

.virginia {
    margin: 2em;
}

.virginia li {
    list-style: none;
}

.virginia li a {
    background-color: rgb(253, 251, 251);
    box-shadow: 1px 2px 5px #c7c7c7;
    border-radius: 10px;
    padding: .5em;
    margin: 1em;
    font-size: 1.1em;
    font-weight: 500;
    color:#ffb451;
    text-decoration: none; 
}

.virginia li a:hover {
    background-color: #f0af61;
    color: white;
    padding: .5em ;
}

/*------MAPA------*/

figure picture img {
    max-width: 100vh;
    height: auto;
}

.pantallas {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1em;
}

.pantallas picture img {
    max-width: 50vh;
    height: auto;
}

/*------ DYIS -----*/

.dyis {
    background-color: rgb(253, 251, 251);
    box-shadow: 0px 1px 2px #c7c7c7;
    border-radius: 10px;
    padding: .5em;
    margin: 1em;
    border-color: red;
}

.materias {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 50%;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: .5em;
   
    
}

.materias aside {
    margin: .5em;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 25%;
    
    background-color: #fcf0e7;
    border-radius: 10px;
    box-shadow: 1px 2px 5px #c7c7c7;
    
    padding: .5em;
}

.materias aside h3 {
    color: #ffb451;
}

.materias aside p {
    font-size: 1.5em;
    margin: .3em;
    font-weight: 500;
}

/*------ CLUB PADILLA ------*/

.club {    
    background-color: rgb(253, 251, 251);
    border-radius: 10px;
    padding: .5em;
    margin: 1em;
    margin-top: 2em;
    font-style: normal;
    width: 90%;
    color: black;
    box-shadow: 0px 1px 2px #c7c7c7;
  }

.club ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 50%;
}

.club ul li {
    margin: 1em;
    padding: .5em;
    border-radius: 10px;
    
}

.club  ul li a {
     background-color: #fcf0e7;
    box-shadow: 1px 2px 5px #c7c7c7;
    border-radius: 10px;
    padding: .5em;
    margin: 1em;
    font-size: 1.1em;
    font-weight: 500;
    color:#ffb451;
    text-decoration: none;
    
    
}

.club  ul li a:hover {
    background-color: #f0af61;
    color: white;
    padding: .5em ;
}

.club img { 
    margin: .5em;
}

.club p {
    padding: 1em 3em;
    text-align: center;
    
    display: block;
}


/*------  GRUPO ------*/

.grupo{
    margin: 1em;
    
}

.grupo ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.grupo ul li {
    flex-basis: 50%;
    flex-grow: 1;
}


.grupo h2 {
    padding: .5em;
}

.grupo ul li a {
    background-color: rgb(253, 251, 251);
    box-shadow: 1px 2px 5px #c7c7c7;
    border-radius: 10px;
    padding: .5em;
    margin: .3em;
    font-size: 1.1em;
    font-weight: 500;
    color:#ffb451;
    text-decoration: none;
    
    display: flex;
    
    justify-content: center;
}

.grupo ul li a:hover {
    background-color: #f0af61;
    color: white;
    padding: .5em ;
}

/*------ DATOS ACADEMICOS -----*/

.datos {
    text-align: left;
    background-color: rgb(253, 251, 251);
    border-radius: 10px;
    box-shadow: 0px 1px 2px #c7c7c7;
    padding: .5em;
    margin: 1em 0em;
}

.datos article {
    margin: 1em;
    padding: 1em;
}

.datos img {
    max-width: 100%;
    height: 100%;
    margin: .5em;
    
}

h4 {
    font-size: 2em;
    padding-left: 1em;
}


h5 {
    background-color: rgba(230, 210, 183, 0.35);
    font-size: 1em;
    font-weight: 300;
    
    display: flex;
    align-items: center;
}

.fadu img {
    width: 7em;
}


.uba img {
    width: 4em;
}




/*------ REDES SOCIALES -----*/

.redes a {
    margin-top: 1em;
    margin-right: 1em;
    display: block;
}

.redes {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
}
.redes a:hover {
    background: url("/2/imagenes/instagram.png") .1em;
    border-color: rgba(160, 142, 107, 0.38);
}

/*------- FOOTER --------*/

footer {
     background-color: rgb(253, 251, 251);
    box-shadow: 1px 2px 15px #bababa;
    padding: 1em;
    margin: 1em 0em 0em;
    
    font-size: .9em;
    font-style: italic;
}


/*-------- MEDIA QUERIES --------------*/

@media (min-width: 35em) {
    
    .datos {
        max-width: 90%;
        height: auto;
    }
    .datos section {
        display: flex;
        
    }
    .datos div {
        display: flex;
        flex-direction: row;
        
    }
    .dos {
        flex-direction: column;
    }
    h4 {
        text-align: center;
    }
    
    .clubgrupo {
        display: flex;
        flex-direction: row;
        max-width: 80%;
        align-content: center;
    }
    
    .grupo {
    background-color: rgb(253, 251, 251);
    border-radius: 10px;
    padding: .5em;
    margin: 1em;
    margin-top: 2em;
    width: 90%;        
    }
    
    .grupo ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 100%;
    margin-top: 3em;
        
}
    .grupo  ul li a {
     background-color: #fcf0e7;
    box-shadow: 1px 2px 5px #c7c7c7;
    border-radius: 10px;
    padding: .5em;
    margin: 1em;
    font-size: 1.1em;
    font-weight: 500;
    color:#ffb451;
    text-decoration: none;
    
}

    
    }   












