@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Rubik:wght@600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@300&family=Rubik:wght@600&display=swap");

*{
    margin: 0;
}

/* Mobile first */
body{
    font-family: "Poppins", sans-serif;
    background: #e9e9e9 ;
    text-align: left;
    text-decoration: none;
}

header {
    position: sticky;
    top:0%;
    z-index:9200 ;
    background-color: rgb(19, 72, 94);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


ul { 
    list-style: none;
    color: rgb(146, 146, 146);
    
}

li{
    list-style: none;
}
a {
    text-decoration: none;

}

h1 { 
    color: teal;
    font-family: 'Montserrat', sans-serif;
    
}
h2 {
    color: teal;
    font-family: 'Montserrat', sans-serif;

}

h3{
    color: teal;
    font-family: 'Montserrat', sans-serif;

}

h4 {
    color: teal;
    font-family: 'Montserrat', sans-serif;
}

#integrantes img {
    width: 25%;
    height: auto;
    display: block;
    margin: 10px auto;
    
}

#logos img{
    padding: 0.2em;
    width: auto;
    height: 6vw;
    display: block;
    margin: 10px auto;
}


#logos { 
    display:block;
    padding: 0%;
    
}
/* #logos { 
    background-color: rgb(31, 110, 141);
    display:block;
    max-width: auto;
    padding: .2em;
    height: 10vw;
} */



.info h1 {
    padding-bottom: 3em;
}

.info img{
    width: auto;

}



#contenedor{
    margin-bottom: 1em;
    display: block;
    max-width: 70em;
    margin: auto;
    flex-direction: column;
    justify-content: space-between; 
    flex-wrap: wrap;
    padding: 1em; 

}

#contenedor h2{
    padding-top: 1em;
    padding-bottom: 1em;
}

main h2{
    display: block;
}

#datos {
    display:block;
    justify-content: space-between;
    text-align: center;
    
}

#datos img{
    padding-bottom: 2em;
    width: 10em;
    padding-top: 3em;
    align-items: center;
}

footer .contenedora {
    max-width: 70em;
    margin:0 auto;
}
nav{
    display: block;
    
    /* background-color: rgb(127, 211, 214) */

}

nav ul{
    margin: 0;
    padding: 0;

}

nav ul li{
    margin-left: .25em;
    height: 2em;
    display:flex;
}

nav ul li a{
    width: 100%;
    background-color: rgb(91, 139, 170);
    text-align: center;
    font-family:"Poppins", sans-serif;
    color: white;
    padding: 1em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;

}

nav ul li a:hover{
    color: rgb(26, 94, 121);
    background-color: rgb(207, 223, 230);
}

header .contenedora{
    display:flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70em;
    margin: 0 auto;
    flex-wrap: wrap;
}

header div .menu {
    display: none;
}

button .hamburguesa{
    display: block;
    height: auto;
    
}

.contenedora {
    max-width: 70em;
    margin: 0 auto;
    padding: 1rem;
}


.comitente img {
    display:block;
    width: 40%;
    padding-top: 2em;
    padding-bottom: 2em;;
}

#uno .comitente{
    display: flex;
    padding: 1em;
    padding-top: 0;
    justify-content: space-between; 
}

.comitente {
    max-width: 70em;
    display: flex;
    justify-content: center;
} 

.comitente h1 p{
    display:block;

}

.enfoque{
    padding: 1em;
}

.enfoque p{
    padding-top: 1em;;
}

#integrantes article{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#integrantes{
    padding: 1em;
}

#integrantes article img{
    width: 6em;
    margin: auto;
}

#integrantes article figure{
    width: calc(100% - 8em);
    margin: 1em;
}

figcaption {
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
#comitenteyenfoque img {

    width: 0%;
    height: 15%;
    margin: auto;
    background-color: white;
    display: flex;

}

.uno {
    max-width: 70em;
    margin: 0 auto;
    padding: 1rem;
    
}

.estudiante img{
    background-color: peru;
    border-radius: 20px;
    padding: 1em
    
}


#integrantes article{
    background-color: teal;
    padding: 1em;
    margin: 1em 0 0 0;
}

#integrantes article p{
    color: white;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    /* text-align: center; */
    margin: 1em 0 1em 0;

}


section .estudiante a{
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: bolder;
        text-decoration: none;
        text-align:center;
        margin: 0 0 1em 0;
        background-color:peru;
        padding: 1em;
        display: block;
        width: 10em;
        margin: auto;
    }
section .estudiante a:hover{
        color: white;
        background-color: peru;
        transform: scale(1.1);
    }
    
.Usuario img {
        display: inline-block;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        width: 22%;
        height: auto;
        margin-bottom: 2em; 
    
    }


    .Usuario img:hover{
        transform: scale(1.2);
        align-content: center;
    
    }
    
    .Usuariomapa img{
        justify-content: center;
         align-items: center;
         width: 85%;
         height: auto;
     }
     
     .Usuariomapa img:hover{
       
         align-content: center;
     
     }
     
     #Usuariobocetos img{
         display: inline-block;
         justify-content: space-between;
         flex-direction: row;
         align-items: flex-start;
         width: 22%;
         height: auto;
         margin: 1em;
     
     }
     
     #Bocetosindividuales img{
         display: inline-block;
         justify-content: space-between;
         flex-direction: row;
         align-items: flex-start;
         width: 22%;
         height: auto;
         margin: 1em;
     
     }
     

footer {
    background-color: peru;
    padding: 1em;
    margin: 1em 0 0 0;
}

footer p{
    margin: 0;
    padding: 0%;
    font-family: "Poppins", sans-serif;
    font-weight: initial;
}


footer small{
    margin: 0;
    padding: 0%;
    font-family: "Poppins", sans-serif;
    font-weight: initial;
}


/* REGLAS PARA ESCRITORIO */

/* Reglas tablet */
@media screen and (min-width: 640px){

    .hamburguesa{
        display: none;
    }
    
    header .contenedora nav .menu{
        display: flex; 
        
     }

     #logos img{
        padding: .2em;
        width: auto;
        height: 4vw;
        display: block;
        margin: 10px auto;
    }

    .contenedora > ul > li{
        display: flex;
    }

}

/* Reglas a partir de 800 */
@media screen and (min-width: 800px){

    #datos img{

        padding-bottom: 2em;
        padding-top: 0;
        align-items: center;
    }
 
    #datos {
        display:flex;
        justify-content: space-between;
        text-align: center;
        align-items: center;
    }

    #integrantes{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 70em;
        margin: auto;
    }

    #integrantes article{
       width: calc(50% - .5em); 
       background-color: teal;
       padding: .2em;
       margin: 0 0 .1em .1em ;
       max-width: auto;
    }

    #integrantes h2{
        width: 100%;
    }

    .contenedora > ul{
        display:flex;
        justify-content: space-between;
        align-items: baseline
    }
    .contenedora > ul > li{
        flex-direction: column;
    }


}

