.nosotros-section {
  background-color: #ffffff; /* fondo blanco respetado */
  color: #333333;
  font-family: "Montserrat", sans-serif;
  padding: 0;
}

.nosotros-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nosotros-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.nosotros-title {
  position: absolute;
  bottom: 20px; /* separación desde el borde inferior */
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin: 0;
}

.nosotros-content {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  text-align: justify;
}
.mvv-section {
  background-color: #e6f7fd; /* Fondo azul claro */
  color: #333333; /* Color de texto principal */
  font-family: "Montserrat", sans-serif;
  padding: 3rem 1rem;
}

.mvv-title {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #00aeef; /* Azul corporativo */
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.mvv-text {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  color: #333333;
  text-align: justify;
}

.mvv-values {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0;
  padding-left: 1.2rem;
  color: #333333;
  text-align: justify;
}

.mvv-values li {
  margin-bottom: 0rem;
}

.politica-section {
  background-color: #333333; /* fondo gris oscuro como footer */
  color: #f9f9f9; /* texto blanco suave para buena lectura */
  font-family: "Montserrat", sans-serif;
  padding: 3rem 1rem;
}

.politica-title {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #00aeef; /* azul corporativo */
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.politica-text {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  color: #f9f9f9;
  text-align: justify;
}

.politica-list {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  padding-left: 1.2rem;
  color: #f9f9f9;
}

.politica-list li {
  margin-bottom: 0.8rem;
}

.infraestructura-section {
  background-color: #ffffff; /* fondo blanco */
  color: #333333;
  font-family: "Montserrat", sans-serif;
  padding: 3rem 1rem;
}

.infraestructura-title {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: #00aeef;
  margin-bottom: 2rem;
}

.infra-card-Container {
  margin-bottom: 2rem;
}
.infra-card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infra-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
}

.infra-card-img {
  width: 100%;
  height: 220px;
  display: block;
}

.infra-card-body {
  padding: 1.5rem;
}

.infra-card-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #00aeef;
  margin-bottom: 0.8rem;
}

.infra-card-text {
  font-size: 1rem;
  line-height: 1.4;
  color: #333333;
  text-align: justify;
}

.cta-section {
  background-color: #00aeef;
  color: #ffffff;
  padding: 3rem 1rem;
}
.cta-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cta-button {
  display: inline-block;
  background-color: #ffffff;
  color: #00aeef;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-button:hover {
  background-color: #333333;
  color: #ffffff;
}
