@charset "utf-8";

/*colores
naranja ·#f79b69;
verde .#83a97f;
verddeoscuro. #384f41;
blanco . #ffffff;*/

*{
     font-family: NexaLight, sans-serif;
} 

@font-face{
    font-family: NexaLight;
    src: url("fuentes/nexalight.otf")

}


body {
    margin: 10px;
    background-color: white;
    font-family: sans-serif;
}


a:hover {
      background-color: #f79b69;
      background:#384f41;
      color: #f79b69;
}





header{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-top: -15px;
    

}

header nav ul{
    display: flex;
    background-color: #f79b69;
    text-decoration-color: #384f41;
    margin-left: -50px;
 
}


header nav ul li a {
    display:flex;
    justify-content:space-around;
    align-items: center;
    padding: .5em 0.4em;
    margin:.3em;
    font-size: 12px;
    background-color: #f79b69;
    color: white;
    
}
header img {
    background-color: #f79b69;
    padding: 0.23em;
    width: 3em; 
    position:relative;
}

h6{
    text-align: center;
    font-size: 20px;
    color:#384f41;
    
    
}

.banner img{
    width: 100%;
    height: auto;
    align-content: center;
}

@media screen and (min-width:750px){
    
.banner{
    width: 30%;
    height: auto;
    margin: auto;
}

.banner img{
    width: center;
    height: auto;
    min-width: 10%;
    margin: auto;
}

header img {
    background-color: #f79b69;
    padding: 0.23em;
    width: 6.2em; 
}

header{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    align-content: center;

    
    
}

header nav ul{
    display: flex;
    background-color: #f79b69;
    text-decoration-color: #384f41;
}

 
header nav ul li a {
    display:flex;
    justify-content:space-around;
    align-items: center;
    padding: .3em;
    margin:.6em;
    font-size: 20px;
    background-color: #f79b69;
    color: white;
    
}    
    
    
}


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

a { 
    text-decoration: none; 
}

.integrantes {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 2em 0em 3em;
    font-size: 16px;
    text-align: center;
    color: #384f41;
   
}

nav ul li a {
    text-decoration: none;
    list-style: none;
    color: #f79b69;
    font-weight: bold;
}
    
nav ul li img{
    height: 7em;
    background-color: #6d6969;
    display: block;
    border-radius: 50%;
    border: solid 0.5em #f79b69 ;
    margin: 1em;
    
}

nav ul li:hover {
    background-color: #f79b69;
    background:#384f41;
    list-style: none;
    text-decoration: none;
    


}

p.objetivos {
    font-size: 16px;
    text-align: center;
    color: #384f41;
    margin: 1em 2em ;
}

#titulointegrantes{
    margin-bottom: 40px;
}

h3 {
    font-size: 30px;
    padding: 0.3em 1em 0.3em 1em;
    text-align: center;
    background-color: #83a97f ; 
    color: white;
    margin: 0em; 
    border-radius: 14px ;
}

h4 {
    background: rgba(247, 155, 105, 0.84);
    font-size: 20px;
    text-align: center;
    padding:0.3em 0em ;
}


.docentes {
     font-size: 20px;
     text-align: center;
     color: #384f41;
}


 
.datosacademicos{
    font-size: 15px;
    background: rgba(247, 155, 105, 0.64) ;
    margin: 0em;
    padding: 0.6em;    
    padding-top: 0.05px;
    margin-bottom: 0.5px;
    border-radius: 14px
    
}



section img{
     display: flex;
     width: 60px ;
     padding: 1px;
    
}


footer p {     
      font-size: 12px;
      background: #384f41;
      padding: 1em ;
      color: white; 
     border-radius: 10px;
} 


.mapa{
    background-color: #f79b6a;
    width:800px;
    max-width: 500px;
    height: auto;
    display:block;
    margin:auto;
    
}

.boceto{
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        max-width: 1000px;
        
        
}

h2{
    color:#384f41;
    
}


article img{
    padding: .5em
    
}


#secciones{
    color: #f79b6a;

}    

h5{
    color:#f48346;
    font-size: 15px;

}



    