/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  
  
  /* Tipografía base */
  body {
    font-family: 'Urbanist', sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
    font-weight: 600; 
    
  }
 
  
  /* Contenido principal */
  main {
    padding: 2em;
    background-color: white;
    margin: 2em auto;
    width: 90%;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    
  }
  
  /* Listas */
  ul {
    list-style: none;
    padding-left: 0;
  }
  
  ul li::before {
    content: "✔️";
    color: #2e7d32;
    margin-right: 10px;
  }
  
  /* Formularios */
  form {
    margin-top: 1em;
  }
  
  form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  form input,
  form textarea {
    width: 100%;
    padding: 0.8em;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  form button {
    background-color: #2e7d32;
    color: white;
    border: none;
    padding: 0.8em 2em;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  form button:hover {
    background-color: #1b5e20;
  }
  
  /* Footer */
  footer {
    background-color: #212121;
    color: white;
    text-align: center;
    padding: 0;
    margin-top: 0;
    font-size: 0.9em;
  }
  
  /* Botón flotante de WhatsApp (opcional) */
  .whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 2rem;
    line-height: 60px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 1000;
  }
  
  .whatsapp:hover {
    background-color: #128c7e;
  }
  .w-img{
    width: 50px;
    height: 50px;
  }
  
  nav a {
    position: relative;
    display: inline-block;
    margin: 0 0px;
    padding: 0.5em 1em;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.4s ease, color 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
  }
  
  nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: width 0.3s ease;
  }
  
  nav a:hover {
    transform: rotateY(20deg) scale(1.1);
    color: #81c784;
  }
  
  nav a:hover::after {
    width: 100%;
  }
  
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 2px 0;
  }
.logo-navbar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  transition: transform 0.4s ease;
}

.logo-link {
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.logo-link:hover .logo-navbar {
  transform: scale(1.1);
}
  
.section1 {
  background-size: cover;        
  background-repeat: no-repeat;
  background-position: center; 
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}



.bienvenida {
  color: #279242;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


.plaga {
  color: #003366;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-weight: 800;
}

.descripcion {
  color: #3a3a3a;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 500px;
  text-align: center;
}




.section3{
  padding: 20px;
  display: flex;
  justify-content: space-around;
   /* background: linear-gradient(
    135deg,
    #C8F7D1 0%,   /* azul pastel claro */
    background: linear-gradient(to bottom,#003366 #ffffff, );
    
}
.section4{
 background-image: url('../assets/fondo4.jpg');
  background-size: cover;        
  background-repeat: no-repeat;
  background-position: center; 
  opacity: 0.8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}
.section4 p{
  color: white;
}
.section4 h1{
  color: white;
}
.nosotros{
  padding: 20px;
  text-align: center;
  max-width: 600px;
}
.img1 {
  width: 500px;
  height: 500px;
  border-radius: 15px; /* Redondea las esquinas */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
}
.img2 {
  width: 350px;
  height: 380px;
  border-radius: 15px; /* Redondea las esquinas */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
  margin-right: 20px;
  box-shadow: #000;
}
.img3 {
  width: 350px;
  height: 500px;
  border-radius: 15px; /* Redondea las esquinas */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
}

.section3 img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0.3, 0.3); 
}
.section4 img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0.3, 0.3); 
}

.plagas {
  text-align: center;
  margin: 0;
  padding: 0 165px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;

}

.plaga-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%; /* Ajusta el ancho de los items para 4 por fila */
  margin: 1%; 
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  height: auto;
}

.plaga-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.plaga-item h3 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.plaga-item p {
  text-align: justify;
  font-size: 16px;
  color: #666;
  flex-grow: 1;
}


.sprite {
  width: 201px;
  height: 199px;
  background-image: url('../assets/plagas.png');
  background-repeat: no-repeat;
  display: inline-block;
}

.cucaracha {
  background-position: 0 0;
}

.hormiga {
  background-position: -201px 0;
}

.mosquito {
  background-position: -402px 0;
}

.rata {
  background-position: 0 -199px;
}

.murcielago {
  background-position: -201px -199px;
}

.chinche {
  background-position: -402px -202px;
}

.plaga-mosca{
  width: 251px;
  height: 250px;
}
.boxes{
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px;
  border: 3px solid black;
  border-radius: 18px;
  width: 100%;
  max-width: 400px;
  font-size: 20px;
}
.boxes {
  background-color: #003366;
  position: relative;
  z-index: 1;
}
.container{
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 50px;
}
.container-principal{
  display: flex;
  
}

.plaga-item {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  width: 260px;
  text-align: center;
  transition: transform 0.2s ease;
}
footer h1{
  color: white;
  font-size: 28px;
}
.footer2{
background-color: #565d5b;
padding: 8px;
margin-top: 10px;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.titulo{

  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}

.footer-container div {
  margin: 10px;
}

.footer2 {
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

.icono {
  margin-right: 8px;
}

.enlace {
  text-decoration: none;
  color: inherit;
}

.hamburger {
  display: none;
  font-size: 2em;
  color: white;
  padding: 5px;
  margin-bottom: 0;
}

/* Menú móvil oculto por defecto */
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #2e7d32;
  position: absolute;
  top: 70px;
  right: 10px;
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 999;
}

.mobile-menu a {
  padding: 1em;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu a:hover {
  background-color: #388e3c;
  color: #81c784;
}
.btn-desplegable{
  cursor: pointer;
  padding: 7px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #003366;
  margin-right: 20px;
}

.logo-navbar {
  width: 110px;
  height: 110px;
}
.cambio a{
  text-decoration: none;
  color: white;
}

@media (max-width: 868px) {
  /* Asegúrate de que no haya márgenes/paddings excesivos */
  body, html {
  }
  
.logo-navbar{
  width: 145px;
  height: 145px;
}
  .section4{
    flex-direction: column;
  }
 
  .boxes {
    color: white;
    font-weight: bold;
    border: 3px solid black;
    border-radius: 18px;
    font-size: 20px;
    background-color: green;
    width: 300px;
    max-width: 400px;
    position: static;

  }
  
  .titulo{
    font-size: 34px;
  }


  .section1 h1{
    font-size: 34px;
    
  }
  .section2 {
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
  }

  .section3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    
  }

  .img1 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .plagas {
    flex-direction: column;
    padding: 0 40px;
  }

  .plaga-item {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 10px;
  }

  .sprite {
    transform: scale(0.8);
  }

  .img2 {
    width: 90%;
    height: auto;
    margin: 10px 0;
  }



  .whatsapp {
    width: 50px;
    height: 50px;
  }

  footer div[style*="display: flex"] {
    flex-direction: column !important;
    align-items: center !important;
  }

  footer div[style*="flex: 1 1 250px"] {
    width: 100% !important;
    max-width: 300px;
  }

  footer h1 {
    font-size: 1rem !important;
  }

  footer p {
    font-size: 0.9rem !important;
  }
  .container-principal{
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .container{
    margin-right: 0px;
  }
  .img2{
    width: 250px;
    height: 250px;
  }
  nav{
    display: none;
  }
    .nav-links {
      display: none; /* ocultar los enlaces normales */
    }
  
    .hamburger {
      display: flex;
      justify-content: center;
    }
  
    .logo-link {
      margin: auto;
    }
  }

/* VARIABLES DE COLORES */
:root {
  --color-primary: #003366; /* Azul marino */
  --color-accent: #0070c0;  /* Azul brillante (botones / CTA) */
  --color-light: #ffffff;
  --color-dark: #001f33;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}


/* HEADER */
header {
background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #a8d7f9 100%);
  color: var(--color-light);
  text-align: center;
  padding: 0em 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
header h1 {
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 900;
    line-height: 1em;
    padding: 10px;
}

/* NAVBAR */
nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0px 0;
  margin-bottom: 0px;
}
nav a {
  color: #004170;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  padding: 0.5em 1em;
  position: relative;
  transition: all 0.3s ease;
}
nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: var(--color-accent);
  transition: width 0.3s ease;
}
nav a:hover {
  color: var(--color-accent);
}
nav a:hover::after {
  width: 100%;
}

/* SECCIONES PRINCIPALES */
main {
  background-color: var(--color-light);
  padding: 2em;
  margin: 2em auto;
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.section1 {
  font-weight: 800;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
}
.section2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 900px;
  
  padding: 20px;
  font-size: 18px;
  font-weight: 800;

}
.bienvenida {
  color: var(--color-accent);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
h1, h2, h3 {
  font-weight: 900;
  color: var(--color-primary);
}
.descripcion {
  color: #3a3a3a;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* BOTONES */
#btn,

form button {
 background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0); /* degradado */
  color: white;
  border: none;
  padding: 0.9em 1.8em;
  font-size: 1.2rem;
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 300px;
  margin: auto;
}
#btn:hover,
form button:hover {
  background-color: var(--color-primary);
}

.pill-text {
  display: inline-block;
  background-color: #d6f0ff; /* azul muy claro */
  color: #0e154e; /* azul oscuro para el texto */
  padding: 0.1em 0.9em;
  border-radius: 50px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  max-width: 500px;
  margin: auto;
}

/* LISTAS */
ul {
  list-style: none;
}
ul li::before {
  content: "\2713"; /* ✔ */
  color: #00e0d6;   /* Aquí sí cambia */
  margin-right: 10px;
}

ul li:hover::before {
  color: #000;/* Color al hacer hover */
}

ul li.no-check::before {
  content: ""; /* Vacío = sin palomita */
}
/* FORMULARIOS */
form {
  margin-top: 1em;
}
form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
form input,
form textarea {
  width: 100%;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* FOOTER */
footer {
  background-color: var(--color-primary);
  color: var(--color-light);
  text-align: center;
  font-size: 0.9em;
}
.footer2 {
  background-color: var(--color-dark);
  padding: 10px;
  color: var(--color-light);
}

/* WHATSAPP */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 1000;
}
.whatsapp:hover {
  background-color: #128c7e;
}
.w-img {
  width: 50px;
  height: 50px;
}

/* SECCIÓN TIPO CARTEL */
.promocion {
  background: url('../assets/ddocci.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 20px;
  text-align: center;
  color: white;
}
.promocion h1 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.promocion p {
  font-size: 1.2rem;
  margin-top: 20px;
}
.promocion .cta-box {
  background-color: var(--color-accent);
  color: white;
  padding: 20px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 868px) {
  nav {
    display: none;
  }
  .hamburger {
    display: flex;
    font-size: 2em;
    color: white;
    padding: 5px;
  }
  .mobile-menu {
    display: none;
    flex-direction: column;
    background-color: var(--color-primary);
    position: absolute;
    top: 70px;
    right: 10px;
    width: 200px;
    border-radius: 8px;
    z-index: 999;
  }
  .mobile-menu a {
    color: white;
    padding: 1em;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .mobile-menu a:hover {
    background-color: var(--color-accent);
    color: white;
  }
}

.plaga{
  color: #003366;
  font-size: 52px;
  font-weight: 900;
}

section{
  margin-top: 0;
}

.seccion-nosotros {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 20px;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.contenido-nosotros {
  flex: 1;
  min-width: 300px;
}

.contenido-nosotros h1 {
  font-size: 48px;
  font-weight: 900;
  color: #0e154e;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contenido-nosotros p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  max-width: 600px;
}

.imagen-nosotros {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.img-nosotros {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .seccion-nosotros {
    flex-direction: column;
    text-align: center;
  }

  .img-nosotros {
    max-width: 100%;
  }
}

.imagen-wrapper {
  position: relative;
  display: inline-block;
}

.tag {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 700;
  background-color: white;
  color: #003366;
  padding: 6px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.tag1 { top: 10px; left: 10px; background-color: #e0f7fa; }
.tag2 { top: 60px; right: 10px; background-color: #c8e6c9; }
.tag3 { bottom: 40px; left: 10px; background-color: #fce4ec; }
.tag4 { bottom: -25px; right: 10px; background-color: #fff9c4; }


.faq-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
}

.faq-img {
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 450px;
}

.faq-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.faq-bubble {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: white;
  color: #003366;
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.faq-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.faq-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #0e154e;
}

.gradient-text {
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 2px solid #ccc;
  border-radius: 12px;
  background-color: white;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.faq-item.active {
  border-color: #2877f0;
  box-shadow: 0 4px 10px rgba(0,112,192,0.12);
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-weight: 700;
  color: #003366;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background-color: #f1faff;
}

.faq-answer {
  display: none;
  padding: 0 20px 16px;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .faq-boxes {
    width: 100%;
  }

  .faq-question {
    text-align: center;
  }
}


.titulo {
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
}


.contact-section {
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  padding: 80px 20px;
}

.contact-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1;
  min-width: 300px;
  color: white;
  font-family: 'Urbanist', sans-serif;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.contact-info .info-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info ul li {
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 600;
}

.contact-form-container {
  flex: 1;
  min-width: 300px;
  background-color: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.form-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1cc9f3;
}

.contact-form button {
  width: 100%;
  padding: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  color: white;
  cursor: pointer;
  font-family: 'Urbanist', sans-serif;
  transition: transform 0.2s ease;
}

.contact-form button:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-info, .contact-form-container {
    width: 100%;
  }
}


.reviews-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.reviews-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviews-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.review-card {
  background-color: white;
  border-radius: 16px;
  padding: 20px;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.2s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.review-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.review-header h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #003366;
}

.stars {
  color: #fbc02d;
  margin: 4px 0 0;
  font-size: 1rem;
}

.review-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}
html,body{
  overflow-x: hidden;
}

.promo-section {
  background-color: #ffffff;
  padding: 80px 20px;
}

.promo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.promo-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.promo-text {
  flex: 1;
  min-width: 300px;
  font-family: 'Urbanist', sans-serif;
}

.promo-text h2 {
  font-size: 36px;
  font-weight: 900;
  color: #003366;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-text p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.promo-btn {
  display: inline-block;
  background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  color: white;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s ease;
  font-size: 1rem;
}

.promo-btn:hover {
  transform: scale(1.05);
}



/* Responsive */
@media (max-width: 768px) {
  .promo-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .promo-text {
    max-width: 500px;
    margin-top: 20px;
  }
  
  
}


.services-section {
   background: linear-gradient(to right, #3ee7c4, #1cc9f3, #2877f0);
  padding: 3rem 1.5rem;
  text-align: center;
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Texto base blanco */
}

.services-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #ffffff; /* Principal blanco */
}

.services-section h2 span {
 background: linear-gradient(90deg, #444444, #222222, #0d1b2a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem auto;
  max-width: 400px;
}

.services-list li {
  background-color: #000;

  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem 0;
  font-size: 1rem;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: default;
  color: #ffffff;
}

.services-list li:hover {
  background-color: #00e0d6; /* Acento al hover */
  color: #1e1e1e; /* Texto oscuro al pasar */
}

.services-type {
  font-size: 1.2rem;
  color: #000; /* Gris más suave para detalles */
}


footer a{
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {

  .services-type {
  font-size: 16px 
}
}