#nosotros {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  padding: 60px 20px;
  color: #333;
}

.about-section {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.about-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #004b8d;
  text-align: center;
}

.about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}

.btn-contact {
  display: inline-block;
  padding: 12px 24px;
  background-color: #004b8d;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-contact i {
  margin-right: 8px;
}

.btn-contact:hover {
  background-color: #0066c0;
}

#nosotros-resumen {
  background-color: #f4f4f4;
  padding: 60px 20px;
  text-align: center;
}

#nosotros-resumen h2 {
  font-size: 2.2rem;
  color: #004b8d;
  margin-bottom: 40px;
}

.resumen-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.resumen-grid .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  width: 300px;
  transition: transform 0.3s ease;
}

.resumen-grid .card:hover {
  transform: translateY(-10px);
}

.resumen-grid .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.resumen-grid .card h3 {
  margin: 15px 0 10px;
  color: #222;
  font-size: 1.3rem;
}

.resumen-grid .card p {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #555;
}

#nosotros-servicios {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

#nosotros-servicios h2 {
  font-size: 2.4rem;
  color: #003366;
  margin-bottom: 40px;
  font-weight: 700;
}

.servicios-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.servicio-card {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  width: 320px;
  overflow: hidden;
  transition: transform 0.3s ease;
  text-align: left;
  position: relative;
}

.servicio-card:hover {
  transform: translateY(-8px);
}

.servicio-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.servicio-card h3 {
  font-size: 1.5rem;
  margin: 16px 20px 8px;
  color: var(--color-primario);
}

.servicio-card p {
  font-size: 1rem;
  color: #555;
  margin: 0 20px 20px;
}
.servicio-card.popular::before {
  content: "Most Requested";
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #ff0000;
  color: white;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 0px 0 0 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.btn-wsp {
  display: block;
  margin: 0 20px 20px;
  padding: 10px 15px;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-wsp:hover {
  background-color: #1ebd5a;
  filter: drop-shadow( 0 0 8px var(--color-secundario));
}

#nosotros-mision {
  background-color: #f8f9fa;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

#nosotros-mision h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #004085;
  text-align: center;
  font-weight: 700;
}

#nosotros-mision p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: justify;
}

#nosotros-valores {
  background-color: #ffffff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  margin: 20px 0;
  overflow: hidden;
}

#nosotros-valores .valores-contenido {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#nosotros-valores .valores-imagen {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.dios-bueno-noso{
  color: red;
  position: relative;
  filter: drop-shadow(0 0 20px red);
  left: 5%;

}
@media (min-width: 1300px) {
  .dios-bueno-noso{
  color: red;
  position: relative;
  filter: drop-shadow(0 0 20px red);
 position: relative;
 left: 25%;
}
}
#nosotros-valores .valores-contenido h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #003366;
  margin-bottom: 30px;
  filter: drop-shadow( 0 0 0px);
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.valor-card {
  background-color: #f7f9fc;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.valor-card:hover {
  transform: translateY(-5px);
}

.valor-card h3 {
  font-size: 1.4rem;
  color: #0056b3;
  margin-bottom: 10px;
}

.valor-card p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Móvil */
/* Estilos móviles mejorados */
@media (max-width: 768px) {
  #nosotros-valores {
    padding: 30px 15px;
  }

  #nosotros-valores .valores-contenido h2 {
    font-size: 1.6rem;
    text-align: center;
  }

  .valor-card {
    padding: 15px;
    font-size: 0.95rem;
  }

  .valor-card h3 {
    font-size: 1.1rem;
  }

  .valor-card p {
    font-size: 0.95rem;
  }

  #nosotros-valores .valores-imagen img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}


/* Responsivo para móviles */
@media (max-width: 600px) {
  #nosotros-mision {
    padding: 25px 15px;
  }

  #nosotros-mision h2 {
    font-size: 1.8rem;
  }

  #nosotros-mision p {
    font-size: 1rem;
  }
}
