
  .conocenos {
  width: 100%;
  max-width: 1356px;
  height: 864px;
  margin: 0 auto;
  background: #fff;
  padding-top: 112px;
  padding-left: 120px;
  padding-right: 120px; /* agregamos esto para simetría */
  box-sizing: border-box;
}

  .conocenos-contenido {
    display: flex;
    gap: 80px;
    width: 1125px;
    height: 640px;
  }


  .conocenos-texto h2 {
    font-family: 'Fustat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #172F58;
  }

  .conocenos-texto p {
    font-family: 'Fustat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #172F58;
    width: 522.5px;
  }

  .conocenos-numeros {
    width: 522.5px;
    height: 240px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .fila {
    display: flex;
 
  }

  .numero {
    width: 296px;
    height: 88px;
    display: flex;
    flex-direction: column;
  }

  .valor {
    font-family: 'Fustat', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 70px;
    color: #172F58;
  }

  .descripcion {
    font-family: 'Fustat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #172F58;
  }

  .conocenos-imagen {
    position: relative;
    width: 522.5px;
    height: 640px;
    border-radius: 20px;
    overflow: hidden;
  }

  .conocenos-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .imagen-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(190.78deg, rgba(36, 51, 111, 0) 8%, #24336F 96.57%);
    border-radius: 20px;
    z-index: 1;
  }

  .conocenos-imagen img {
    position: relative;
    z-index: 0;
  }


@media (max-width: 1024px) {
  .conocenos {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 80px;
    height: auto;
  }

  .conocenos-contenido {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 40px;
  }

  .conocenos-texto p {
    width: 100%;
  }

  .conocenos-numeros {
    width: 100%;
  }

  .fila {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .numero {
    width: 48%;
    height: auto;
  }

  .conocenos-imagen {
    width: 100%;
    height: 70vh;
    aspect-ratio: 1 / 1.2;
  }
}

@media (max-width: 600px) {
  .conocenos {
    padding-top: 60px;
  }

  .conocenos-texto h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .conocenos-texto p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .valor {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .descripcion {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .numero {
    width: 100%;
    align-items: center;
  }

  .fila {
    flex-direction: column;
    gap: 24px;
  }
}


.why-choose {
padding: 40px 40px 100px 40px; /* top, right, bottom, left */
margin-top: -80px;
  background-color: #ffffff;
  font-family: 'Manrope', sans-serif;
  color: #172F58;
  text-align: center;

}

.why-choose h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
}

.why-choose__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
    
}

.why-choose__item {
  flex: 1 1 300px;
  max-width: 350px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}


.why-choose__text h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
  color: #172F58;
}

.why-choose__text p {
  font-size: 1rem;
  color: #172F58;
  margin: 0;
  line-height: 1.6;
}


/* ---------- Responsive styles ---------- */
@media (max-width: 900px) {
  .why-choose {
    padding: 30px 20px 60px 20px;
  }

  .why-choose h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .why-choose__grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-choose__item {
    flex-direction: column; /* Ícono arriba del texto */
    align-items: center;
    max-width: 100%;
    text-align: center;
  }

  .why-choose__text h3 {
    font-size: 1.25rem;
  }

  .why-choose__text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .why-choose h2 {
    font-size: 1.75rem;
  }

  .why-choose__text h3 {
    font-size: 1.1rem;
  }

  .why-choose__text p {
    font-size: 0.9rem;
  }

  .why-choose {
    padding: 20px 15px 40px 15px;
  }
}


/* Fondo gris claro que ocupa el 100% */
.equipo-directivo-wrapper {
  width: 100%;
  background-color: #f2f2f2;
  padding: 64px 0;
  display: flex;
  justify-content: center;
}

/* Cuadro blanco centrado */
.equipo-directivo {
  width: 1268px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 91px 125px 64px 125px;
  box-sizing: border-box;
}

/* Contenedor de todo el contenido */
.equipo-directivo-contenido {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Texto superior */
.equipo-directivo-texto {
  text-align: center;
}

.equipo-directivo-texto h2 {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #172F58;
  margin: 0;
}

.equipo-directivo-texto p {
  font-family: 'Fustat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #172F58;
  margin: 8px 0 0;
}

/* Miembros */
.equipo-directivo-miembros {
  display: flex;
  justify-content: center;
   gap: 140px;

}

.miembro {
  width: 199px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.miembro-foto {
  width: 185px;
  height: 185px;
  border-radius: 80%;
  object-fit: cover;
}

/* Información de cada miembro */
.miembro-info {
  margin-top: 15px;
}

.miembro-nombre {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #172F58;
}

.miembro-titulo {
  font-family: 'Fustat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #172F58;
  margin-top: 10px;
}

/* Ícono de LinkedIn */
.linkedin-icon {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}


@media (max-width: 1024px) {
  .equipo-directivo {
    width: 90%;
    padding: 64px 40px;
  }

  .equipo-directivo-contenido {
    gap: 40px;
  }

  .equipo-directivo-miembros {
    gap: 60px;
    flex-wrap: wrap;
  }

  .miembro {
    width: 45%;
  }

  .miembro-foto {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 600px) {
  .equipo-directivo {
    width: 95%;
    padding: 48px 20px;
  }

  .equipo-directivo-texto h2 {
    font-size: 24px;
  }

  .equipo-directivo-texto p {
    font-size: 16px;
  }

  .equipo-directivo-miembros {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .miembro {
    width: 100%;
  }

  .miembro-foto {
    width: 180px;
    height: 180px;
  }

  .miembro-nombre {
    font-size: 18px;
  }

  .miembro-titulo {
    font-size: 14px;
  }
}
