

.header-top {
  background-image: linear-gradient(to right, #b2d7b2, #a2cffe);
  display: grid;
  grid-template-columns: 30% 20% 20% 30%;
  justify-content: space-between;
  align-items: center;
    padding: 20px;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  }

.leyenda {
  margin-right: 10px;
  color: #ffffff;
 
}


.header-bottom {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 5px;
}

.logofundacion {
  max-width: 80px;
  height: auto;
}

.navini ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.fondop {
   background-color: #a2cffe;  /* Color de fondo de respaldo en caso de que la imagen no se cargue */
    background-image: url("../Galeria_imagenes/fondo1.jpg"); /* Aplica la imagen de fondo */
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir toda la sección */
    background-position: center center; /* Centra la imagen horizontal y verticalmente */
    height: 1000px; /* Establece una altura fija para la sección (ajusta según tus necesidades) */
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    padding-top: 150px;
}

.titulo {
    grid-area: titulo;
    font-family: sans-serif ;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000;
    font-weight: bold;
    margin-left: 150px;
    margin-bottom: 0; 
    font-size: 50px;
    }

.principal {
  font-family: sans-serif ;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000;
    font-weight: bold;
    font-size: x-large;
    vertical-align: bottom;
    margin-left: 150px;
    margin-top:  5px;
    font-size: 30px;
  }

.banner1 {
  text-align: center;
  font-family: sans-serif;
  font-size: xx-large;
  height: 100px;
  background-image: linear-gradient(to right, #b2d7b2, #a2cffe);
  color: #333333;
  
}

.ban1{
  color: #333333;
  text-decoration: none;
}
.cifras{
 
  padding: 50px;
  text-align: center;
  font-size: larger;
 /*isplay: flex;
  justify-content: space-between;
  justify-content: center;
  text-align: center;*/
}
.cifras-destacadas {
  font-family: 'monserrat', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #333333;
}
  .contenido1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(200px, auto);
    padding: 60px;
  }
  
  .seccion {
    border: 1px solid #ccc;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px; /* Ajusta el tamaño según tus necesidades */
    height: 220px;
    border-radius: 50%;
    overflow: hidden; /* Para ocultar el exceso de imagen */
    margin: 0 auto; 
    margin-bottom: 10px;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para que la imagen se ajuste al contenedor */
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
  .texto {
    flex: 1;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-family: sans-serif;

  }
listas {
    color: #a2cffe
}
#listas2 {
    color: green;
}

a {
    text-decoration: none;
}


.piedepagina {
  padding: 20px;
  text-align: center;
}

.container {
  max-width: 2200px;
  background-color: #a2cffe;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  justify-content: center;
 
}

.column {
  width: 25%;
  text-align: left;
  }

.column ul {
  list-style: none;
  padding: 0;
}

.column li {
  margin-bottom: 10px;
}
/*
.navfin ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
}
*/
.principios {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  
}

.principio {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #333333;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.principio img {
  width: 50%;
  height: 300px;
  object-fit: contain;
}

.galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fotos {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.section-title {
  position: relative;
  text-align: center;
}

.section-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #ccc, #fff, #ccc);
  z-index: -1;
}

.section-title h2 {
  position: relative;
  z-index: 1;
  font-family: 'monserrat', sans-serif;
  color: #333333;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.logofundacionpng {
  width: 50%;
  height: 150px;
}