/*.......
Css:
de lo general a lo particular
y de arriba hacia abajo en el codigo
primero reglas generales y para celulares
despues para tabletas y desktop
........*/

/*Body General---------*/
body {
    background-color: rgb(245, 240, 236);
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
}

html {
    height: -webkit-fill-available;
}

/*Header----------*/


ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: rgb(188, 125, 84);
 
}

#logo{
    background-color: none;
    height:4em ;
    margin-top: 0em;
    margin-left: 1em;
    
}
 
#logo a:hover{
    background-color: none;
    color: rgb(188, 125, 84);
    transform: scale(1.2);
}

#logo a {
    padding-top: 0em;
    padding-bottom: 0em;
    text-decoration: none ;
    color: black;
    background-color: none;
    display: flex;
    width: 6em;
    margin: 4px;
    text-align: right;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}

header nav ul li a{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-decoration: none ;
    color: black;
    background-color: none;
    display: flex;
    width: 6em;
    margin: 4px;
    text-align: right;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}


header nav ul li a:hover{
    background-color: none;
    color: rgb(188, 125, 84);
    transform: scale(1.2);
}


header nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: right;
    justify-content: right;
}

/*Main---------*/



.titulo {
    padding: 1em;
    background-color: none;
    margin: 0%;
    align-items: center;
    justify-items: center;
    text-align: center;
}


main {
    flex-grow: 1;
    background-color: rgb(253, 250, 245);
}


/*Equipo------------*/
/*Caja Contenedora------------*/

.fcontenedora {  
    border: none;
    border-radius: 25px;
    display: flex;
    justify-content: center;
   
}

/*Fotos Leo y Carla¨------------*/


#fotocarla {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
}

#fotoleo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
}
#nombre {
    display: flex;
    justify-content: center;
}

.fcontenedora img {
    max-width: 10em;
    display: block;
    background-color: none;
   
    padding-bottom: 2em;
    

}

.fcontenedora {
    flex-direction: column;
   
}

.leo {
    margin: auto;
}

.bocetos {
    margin: auto;
    padding-top: 3em;
}



  

.logos ul {
    display: flex;
    justify-content: space-around;
    align-items: center; 
    }


.contenedora{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
}

.contenedorequipo {
    
    justify-content: center;
}

.fcontenedora img {
   margin-left: auto;
   margin-right: auto;
}

.leo a{
    margin-left: 0.7em;
    color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 30px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: rgb(245, 240, 236);
}

.bocetos a {
    margin-left: 5.6em;
    color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 30px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: rgb(245, 240, 236);
}

.bocetos h1 {
    margin-bottom: 2em;
}



/*Datos academicos -------------*/


.academicos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.logos img {
    text-align: left;
    height: 5em;
    align-items: flex-start;
    justify-content: space-around;
}

.logos ul li {
    margin: 1em 1em 3em 0em;
    align-items: flex-start;
    
}

.logos ul {
    padding: 0;
    display: flex;
    flex-grow: 1;
}



.textos {
    font-size: 1em;
    padding: 1em;
  

}



.logos {
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
    
}

.materias{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around;
    margin-left: auto;
    
    }
    

.titulosmaterias {
    margin-left: 1.6em;
    
   
}

.uno {
    width: 100em;
    margin-right: 10em;
    margin-left: 19em;
    
    
}

.unodos{
    width: 100em;
    margin-right: 10em;
    margin-left: 10em;
}
/* Footer----------*/

footer {
    background-color: rgb(188, 125, 84);
    text-decoration: none ;
    color: rgb(245, 240, 236);
    display: flex;
    text-align: center;
}

@media screen and (min-width: 600px){
    header nav ul {
        display: flex;
        align-items: center;
        text-decoration: none;}
    }
    header {
        flex-direction: column;
    }

    body {
        background-color: rgb(245, 240, 236);
        font-family: 'Montserrat', sans-serif;
        display: flex;
        margin: auto;
    }

    .logos ul {
        display: flex;
        flex-direction: column;
    }

    

    

    

    @media screen and (min-width: 1200px){
        .logos ul {
        display: flex;
        justify-content: space-around;
        align-items: center; 
        flex-direction: row;
        }

        .libroslista {
            display: flex;
            flex-wrap: wrap;
        }


    
    

    }