
  .socios-section {
  text-align: center;
  padding: 96px 20px;
  padding-bottom: 96px;
  background-color: #f5faff; /* opcional */
  font-family: 'Poppins', sans-serif;
}

.socios-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}

.socios-title .highlight {
  color: #00A3FF;
}

.socios-text {
  font-size: 18px;
  color: #333;
  max-width: 700px;
  margin: 0 auto 24px auto;
  line-height: normal;
}

/* contenedor de logos */
.socios-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* separación entre logos */
  flex-wrap: wrap; /* para móviles, se bajan uno debajo del otro */
}

.socios-logos img {
  height: 50px; /* ajusta la altura según necesites */
  object-fit: contain;
}


  .valor-header {
  display: flex;           /* coloca img y h3 en la misma fila */
  align-items: center;     /* centra verticalmente img y h3 */
  gap: 10px;               /* espacio horizontal entre img y h3 */
  margin-bottom: 8px;
}
.valor-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-top: -6px;
}

 .valores-section {
  padding-bottom: 96px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.valores-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.valores-section .highlight {
  color: #00A3FF; /* Azul destacado */
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.valor-box {
  background: #fff;
  border: 1px solid #00A3FF;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  transition: all 0.3s ease;
}

.valor-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}

.valor-box .icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #00A3FF;
}

.valor-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1e1e1e;
}

.valor-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Responsive: en móviles una columna */
@media (max-width: 768px) {
  .valores-grid {
    grid-template-columns: 1fr;
  }
}


  @media (max-width: 768px) {
.legales{padding-left: 0px!important; padding-right: 0px!important;     font-size: 16px!important; padding-bottom: 48px!important; padding-top: 48px!important}
.socios-logos{ gap: 0px!important;    }
.s-logos{margin-bottom: 24px!important;}
.socios-section{    padding: 48px 20px!important;         padding-bottom: 22px !important;}
.valores-section{padding-bottom: 48px!important;}
}
  .acerca-section {
  background-color: #f5faff; /* color clarito de fondo */
  padding: 96px 0; /* espacio arriba y abajo */
  font-family: 'Poppins', sans-serif;
}

.acerca-container {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 24px;
  padding: 96px 127px; /* top/bottom 96, left/right 227 */
  text-align: center;
}

.acerca-container h2 {
  font-size: 40px;
  font-weight: 700;
  color: #00A3FF;
  margin-bottom: 24px!important;
}

.acerca-container p {
  font-size: 18px;
  color: #333;
  line-height: normal;
}

.acerca-container p a {
  color: #00A3FF;
  text-decoration: none;
}

.acerca-container p a:hover {
  text-decoration: underline;
}

/* Responsive para tablets/móviles */
@media (max-width: 992px) {
  .acerca-container {
    padding: 16px 16px; /* menos padding en pantallas pequeñas */
  }
}

@media (max-width: 576px) {
  .acerca-container {
    padding: 40px 20px; 
  }
}
