/* ============================================================
   termitas.css — Estilos específicos para la landing de Termitas
   Extiende patterns/main.css sin modificarlo.
   ============================================================ */

/* ----------------------------------------------------------
   HEADER - Hero Termitas
   Cambia la imagen de fondo por la de termitas que diseñes.
   ---------------------------------------------------------- */
.header--termitas {
  background-image: url("../img/ratex-header-termitas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (max-width: 500px) and (min-width: 0px) {
  .header--termitas {
    background-image: url("../img/ratex-header-termitas-res.jpg");
    background-position: right center;
  }
}

.header-subtitulo {
  font-size: 20px;
  color: white;
  max-width: 520px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.45);
}

@media (max-width: 500px) and (min-width: 0px) {
  .header-subtitulo {
    font-size: 17px;
    max-width: 100%;
  }
}

.header-zonas {
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  margin-top: 10px;
}
.header-zonas span {
  display: inline-block;
  background: black;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 20px;
  padding: 2px 10px;
  margin: 3px 2px;
  font-size: 13px;
}

/* ----------------------------------------------------------
   SEC2
   ---------------------------------------------------------- */
.sec2-intro {
  font-size: 17px;
  color: #444;
  max-width: 700px;
  margin-bottom: 0;
}

.sec2 .combate .izq {
  background-image: url("../img/termitas-tecnico.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 280px;
  border-radius: 16px 0 0 16px;
}

@media (max-width: 579px) and (min-width: 0px) {
  .sec2 .combate .izq {
    background-image: url("../img/termitas-tecnico.jpg");
    border-radius: 16px 16px 0 0;
    min-height: 260px;
  }
}

/* ----------------------------------------------------------
   SEC4 - Banner
   ---------------------------------------------------------- */
.sec4--termitas {
  background-image: url("../img/termitas-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 12% 0;
}

@media (max-width: 579px) and (min-width: 0px) {
  .sec4--termitas {
    padding: 30% 0;
    background-image: url("../img/termitas-banner-res.jpg");
  }
}

/* ----------------------------------------------------------
   FOOTER - Select municipio
   ---------------------------------------------------------- */
.footer .formulario select.form-control {
  font-size: 16px;
  color: black;
  border-radius: 5px;
  padding: 12px 15px;
  border: 1px solid #adadad;
  background-color: white;
  appearance: auto;
  cursor: pointer;
}

.footer .formulario select.form-control:focus {
  box-shadow: none;
  outline: none;
}

.zonas-servicio {
  font-size: 14px;
  color: #444;
  padding-left: 11%;
}

.zonas-servicio ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.zonas-servicio ul li {
  padding: 3px 0;
  color: #555;
}

.zonas-servicio ul li::before {
  content: "✓ ";
  color: #901a1a;
  font-weight: bold;
}

@media (max-width: 579px) and (min-width: 0px) {
  .zonas-servicio {
    padding-left: 0;
    text-align: center;
  }
}

/* ----------------------------------------------------------
   FAQ SECTION
   ---------------------------------------------------------- */
.faq-section {
  border-top: 2px solid #f0f0f0;
  padding-top: 40px;
}

.faq-section h2 {
  font-size: 28px;
}

.faq-item {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border-left: 4px solid #901a1a;
}

.faq-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.faq-item p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
  line-height: 1.6;
}

.faq-item a {
  color: #901a1a;
  text-decoration: underline;
}

@media (max-width: 579px) and (min-width: 0px) {
  .faq-item {
    margin-bottom: 16px;
  }
}

/* ----------------------------------------------------------
   TOP BAR svgs
   ---------------------------------------------------------- */
.button-top-header svg {
  width: 25px;
  height: 25px;
  fill: white;
  vertical-align: middle;
  margin-right: 5px;
}

/* SEC1 divisor */
@media (min-width: 580px) {
  .sec1 .izq {
    border-right: 4px solid white;
  }
}

/* Gracias page */
.gracias--termitas {
  background-image: url("../img/ratex-fondo-termitas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10%;
}
