@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700&display=swap');

*{
    
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    min-height: 100%;
    box-sizing: border-box;
}

.web{
    background-color: #fff;
    width: 100%;
    max-width: 100%;

    
}

img {

    background-position: center;
    background-color: rgb(255, 218, 148);
border-radius: 10px;
margin: auto;
display: block;
padding: .5em;

}

#informacion img{
    padding: 0;
    
}
div {
    background-color:rgb(255, 218, 148); 
    text-align: center;
    padding: 10px;
    margin: auto;
  
}
nav{
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 20px solid rgb(255, 218, 148); 
line-height: .1em;


}

nav ul{
    list-style-type: none;
    margin: 0; 
    padding: 0;
    display: inline-block;

    

}

nav ul li{
    background-color: white;
    float: left;
    margin-right: 20px;
    padding: 5px;
}

nav ul li a{
    color: black;
    text-decoration: none;
    display: block;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: .8em;
    margin-top: 1em;
   
}

nav ul li a:hover{
    background-color: rgb(255, 218, 148);

}

h2{
    font-weight: 300;
font-size: 1em;
text-align: center;
margin-top: 0;
line-height: 0;

}

h1{
    text-align: center;
    line-height: 0;
    margin-top: 2em;

}

span{
    font-weight: 700;
    

}
   
#rotulos{
    background-color:rgb(255, 218, 148); 
    text-align: center;
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
line-height: .5em;
column-gap: 1.5em;
margin-top: 1em;
}


.estudiante{
    text-decoration: none;
   display: inline-block;

   
}

.estudiante a{
    text-decoration: none;
    color: black;
    font-weight: 600;
font-size: .8em;
line-height: 1em;

}

.botonera{
    background-color: white;
    text-decoration: none;
    display: block;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin-top: 0.5em;


}

p{
    text-decoration: none;
    color: black;
    font-weight: 600;
font-size: .5em;
text-align: center;


}

.logoacumar img{
    background-color: white;

}

.logoacumar p{
    font-size: .1em;
    font-weight: 300;

}


#contenedor {
    display: flex;
    background-color: white;
    line-height: .6em;
    justify-content: center;
    align-items: center;
    
    
  }
  
  #contenedor > div {
    background-color: white;
    
  }

  #contenedor div p{
      text-align: left;
      
      
      

      
      }

      
         