@charset "utf-8";

*{box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 25px;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #f7e9a9;
}

 body {
    margin: 20px;
}

  .nav-button {
    background-color: transparent; 
    color: rgb(28, 29, 24); 
    background-color: f7e9a9;
    padding: 10px 20px; 
    border: none; 
    cursor: pointer;
    text-decoration: none; 
    border-radius: 5px;
    font-size: 16px;
  
}


header {
    background-color:#007bff;
    margin: -20px;
    padding: 20px;
}

h1{
  margin-block-end: 1rem;
  color: #f7e9a9;
  font-size: 11px;
  font-style:normal;
  font-weight: 550;
  line-height: 5px;
}

h2{
  margin-block-end: 1rem;
  color: #b4a66a;
  font-size: 30px;
  font-style:normal;
  font-weight: 550;
  line-height: 5px;
}

nav ul li {
    display: inline;
    padding: 0.5em;
    background-color: beige;
    align-items: center;    

}

 .grupo16 {
    display: flex;
    gap: 40px;
    width: 100%;
    align-items: center;
 }

 .detalles-grupo {
    padding: 25px;
    width: 100%;
    align-items: center;
    
  }
  
  .integrantes-grupo {
    gap: 40px;
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100%;
    font-size: 11px;
  }

  .integrante {
    justify-content: center;
    text-align: center;
  }

  .imagenavatar img{
    border-radius: 100%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    
  }


  .acumar_seccion {
    padding: 25px;
    padding-top: 150px;
  }
  
  .objetivos {
    padding: 25px;
    padding-top: 50px;
  }

  .descripsilos {
    width: 45%;
  }

  footer{
    background-color: #b4a66a;
}
footer p{
    color: #fff4f8;
    font-size: 10px;
    font-style: italic;
    font-weight: 100;
    line-height:normal;
    margin: 0;
    padding: 1rem;
}


/*mapa*/

.mapa img {
  width: 60%; 
  height: 60%; 
}

.mapa1 img {
  width: 60%; 
  height: 60%; 
}

.mapa2 img {
  width: 60%; 
  height: 60%; 
}

.mapa3 img {
  width: 60%; 
  height: 60%; 
}

@media (max-width:760px) {
  .mapa img {
    width: 60%; 
    height: 60%; 
  }
  
  .mapa1 img {
    width: 60%; 
    height: 60%; 
  }
  
  .mapa2 img {
    width: 60%; 
    height: 60%; 
  }
  
  .mapa3 img {
    width: 60%; 
    height: 60%; 
  }
}
/*mapa*/


/* PLAN */

.plan img {
  width: 60%; 
  height: 60%; 
}

.plan1 img {
  width: 60%; 
  height: 60%; 
}

.plan2 img {
  width: 60%; 
  height: 60%; 
}


@media (max-width:760px) {
  .plan img {
    width: 60%; 
    height: 60%; 
  }
  
  .plan1 img {
    width: 60%; 
    height: 60%; 
  }
  
  .plan2 img {
    width: 60%; 
    height: 60%; 
  }
  
  
}