.elementor-10 .elementor-element.elementor-element-4d37f49{--display:flex;}.elementor-10 .elementor-element.elementor-element-c4fc034{width:100%;max-width:100%;}.elementor-10 .elementor-element.elementor-element-c4fc034.elementor-element{--align-self:stretch;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}.elementor-10 .elementor-element.elementor-element-f307e54{--display:flex;}.elementor-10 .elementor-element.elementor-element-f506f6a{--display:flex;}.elementor-10 .elementor-element.elementor-element-2f45489{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c4fc034 *//* =========================================
   PROTECCIÓN ANTI-SCROLL HORIZONTAL
   ========================================= */
html, body {
  overflow-x: hidden;
}

/* =========================================
   VARIABLES GLOBALES
   ========================================= */
:root {
  --bg-white: #f7f7f7;
  --brand-green: #237823;
  --brand-green-hover: #1a5c1a;
  --brand-orange: #F57D0F;
  --text-black: #121212;
  /* Altura real del .navbar fijo, para que el banner no arranque tapado */
  --header-h: 80px;
}

/* =========================================
   RESET LOCAL
   ========================================= */
.hero-section,
.hero-section *,
.hero-section *::before,
.hero-section *::after {
  box-sizing: border-box !important;
}

/* =========================================
   SECCIÓN HERO — ahora solo es el carrusel de imagen,
   ya no tiene texto/formulario superpuesto
   ========================================= */
.hero-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: -35px;
  margin-bottom: -10px;
  padding-top: var(--header-h);
  background-color: var(--bg-white);
}

/* =========================================
   CARRUSEL DE BANNERS
   ========================================= */
.hero-carousel {
  position: relative;
  width: 100%;
  height: min(60vh, 620px);
  min-height: 700px;
  overflow: hidden;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  transition: opacity 0.9s ease;
}
.hero-slide.is-active {
  opacity: 1;
  z-index: 2;
}

/* Placeholders de color — reemplaza cada "background:" por
   background: url('tu-imagen.webp') center/cover no-repeat;
   cuando tengas las 3 imágenes finales. */
.hero-slide--1 { background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-hover) 100%); }
.hero-slide--2 { background: linear-gradient(135deg, var(--brand-orange) 0%, #d1690c 100%); }
.hero-slide--3 { background: linear-gradient(135deg, var(--text-black) 0%, #2b2b2b 100%); }

/* ── Flechas de navegación ── */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-orange);
  border: none;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.hero-arrow svg {
  width: 20px;
  height: 20px;
}
.hero-arrow:hover {
  background: #d1690c;
}
.hero-arrow--prev {
  left: 20px;
}
.hero-arrow--prev:hover {
  transform: translateY(-50%) translateX(-3px);
}
.hero-arrow--next {
  right: 20px;
}
.hero-arrow--next:hover {
  transform: translateY(-50%) translateX(3px);
}

/* ── Puntos indicadores ── */
.hero-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-dot:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.hero-dot.is-active {
  width: 24px;
  background-color: var(--brand-orange);
}

/* =========================================
   TABLETS
   ========================================= */
@media (max-width: 1024px) {
  .hero-carousel {
    height: min(50vh, 480px);
    min-height: 320px;
  }
}

/* =========================================
   MÓVILES
   ========================================= */
@media (max-width: 768px) {
  .hero-section {
    padding-top: calc(var(--header-h) + 12px);
  }
  .hero-carousel {
    height: 260px;
    min-height: auto;
  }
  .hero-arrow {
    width: 36px;
    height: 36px;
  }
  .hero-arrow svg {
    width: 16px;
    height: 16px;
  }
  .hero-arrow--prev { left: 12px; }
  .hero-arrow--next { right: 12px; }
  .hero-dots {
    bottom: 12px;
  }
}

/* =========================================
   MÓVILES MUY PEQUEÑOS
   ========================================= */
@media (max-width: 380px) {
  .hero-carousel { height: 200px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee93377 */@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900&family=Stack+Sans+Headline:wght@400;600;700&display=swap');

/* =========================================
   PROTECCIÓN ANTI-SCROLL HORIZONTAL
   ========================================= */
html, body {
  overflow-x: hidden;
}

:root {
  --green:  #237823;
  --green-dark: #1a5c1a;
  --orange: #F57D0F;
  --black:  #121212;
  --radius-form: 14px;
}

.trust-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: -10px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

.trust-bg-img {
  position: absolute;
  inset: 0;
  background: url('https://verdecesac.com/wp-content/uploads/2026/07/Trabajador2.webp') center 20% / cover no-repeat;
  z-index: 0;
}

.trust-bg-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(18,18,18,0.55) 0%,
    rgba(26,92,26,0.5) 55%,
    rgba(18,18,18,0.6) 100%
  );
}

.trust-section::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(241,241,241,0) 100%, #f1f1f1 100%);
  z-index: 3;
  pointer-events: none;
}

.trust-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* ── CARDS ── */
.trust-card {
  padding: 32px 30px 36px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.trust-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.trust-card--green  { background: var(--green); }
.trust-card--orange { background: var(--orange); }
.trust-card--black  { background: #ffffff; }

.trust-card--black .trust-icon {
  color: var(--black);
}

.trust-card--black .trust-title {
  color: var(--black);
}

.trust-card--black .trust-text {
  color: rgba(18,18,18,0.75);
}

.trust-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  color: #ffffff;
}
.trust-icon svg {
  width: 100%;
  height: 100%;
}

.trust-title {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.trust-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

.trust-btn {
  display: inline-block;
  margin-top: 18px;
  background-color: var(--green);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  padding: 10px 26px;
  border-radius: var(--radius-form);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.trust-btn:hover,
.trust-btn:focus,
.trust-btn:visited {
  text-decoration: none !important;
}
.trust-btn:hover {
  background-color: var(--orange);
  transform: translateY(-2px);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .trust-container {
    grid-template-columns: 1fr;
  }
  .trust-section {
    align-items: stretch;
  }
  .trust-bg-img {
    display: none; /* en móvil los bloques de color ya dan suficiente contraste */
  }
  .trust-card {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f5a084 */@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900&family=Sansita+Swashed:wght@300..900&family=Stack+Sans+Headline:wght@200..700&display=swap');

:root {
    --green:  #237823;
    --green-hover: #1a5c1a;
    --orange: #F57D0F;
    --black:  #121212;
    --bg:     #F1F1F1;
    --radius-form: 14px;
  }

  .svc-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: var(--bg);
    padding: 68px 0 76px;
    margin-top: -20px;
    margin-bottom: -10px;
  }

  .svc-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* ── HEADER ── */
  .svc-header {
    text-align: center;
    margin-bottom: 44px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .svc-header.visible { opacity: 1; transform: translateY(0); }

  .svc-title {
    font-family: 'Lato', sans-serif;
    font-size: clamp(22px, 3.6vw, 34px);
    font-weight: 1000;
    color: var(--black);
    line-height: 1.0;
  }
  .svc-title span { color: var(--green); }

  .svc-title-line {
    display: block;
    width: 48px;
    height: 3px;
    background: var(--orange);
    border-radius: 2px;
    margin: 10px auto 14px;
  }

  .svc-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--black);
    opacity: 0.7;
    max-width: 480px;
    margin: 0 auto;
  }

  /* ── GRID — flexbox en vez de CSS grid: así cuando la última
       fila no se completa (quedan 1, 2 o 3 cards sueltas), se
       centran como grupo en vez de quedar pegadas a la izquierda,
       que es el comportamiento por defecto de grid. ── */
  .svc-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  /* 4 columnas: cada card ocupa 1/4 del ancho descontando los
     3 espacios (gap) que caben entre 4 columnas */
  .svc-card {
    flex: 0 0 calc((100% - 18px * 3) / 4);
    max-width: calc((100% - 18px * 3) / 4);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.4s ease;
  }
  .svc-card.visible { opacity: 1; transform: translateY(0); }
  .svc-card:hover {
    box-shadow: 0 14px 30px rgba(0,0,0,0.1);
  }

  /* Imagen cuadrada estilo catálogo. object-fit: cover para que
     la foto llene todo el espacio del div (recortando lo que sobre
     en vez de dejar franjas blancas como pasaba con "contain") */
  .svc-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f2f2;
  }
  .svc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
  }
  .svc-card:hover .svc-card-img img {
    transform: scale(1.05);
  }

  .svc-card-img::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 100%; height: 3px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  .svc-card:hover .svc-card-img::after { transform: scaleX(1); }

  .svc-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px 16px 18px;
    text-align: center;
  }

  .svc-card-title {
    font-family: 'Stack Sans Headline', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.35;
    margin: 0 0 16px 0;
    flex: 1;
  }

  /* ── BOTÓN "Solicitar" — abre WhatsApp con el producto de la card ──
     Blindado con !important y reset de apariencia porque los temas
     de WordPress suelen traer un estilo global para <button> (fondo
     blanco, borde rosa) con más especificidad que el nuestro — es el
     mismo problema que tuvimos antes con el botón "Contáctanos". */
  button.svc-buy-btn,
  .svc-card .svc-buy-btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: block !important;
    width: 100% !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background-color: var(--green) !important;
    background-image: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 16px !important;
    border-radius: var(--radius-form) !important;
    letter-spacing: 0.02em;
    line-height: normal;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  button.svc-buy-btn:hover,
  button.svc-buy-btn:focus,
  button.svc-buy-btn:focus-visible {
    background-color: var(--orange) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
  }
  button.svc-buy-btn:active {
    background-color: var(--green-hover) !important;
    color: #ffffff !important;
    transform: translateY(0);
  }

  /* ── CTA final ── */
  .svc-cta-wrap {
    text-align: center;
    margin-top: 46px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .svc-cta-wrap.visible { opacity: 1; transform: translateY(0); }

  .svc-cta-text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    opacity: 0.75;
    margin: 0 0 14px 0;
  }

  .svc-cta-btn {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff !important;
    background: var(--green);
    padding: 13px 32px;
    border-radius: var(--radius-form);
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .svc-cta-btn:hover {
    background: var(--orange);
    transform: translateY(-2px);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 1100px) {
    .svc-card {
      flex: 0 0 calc((100% - 18px * 2) / 3);
      max-width: calc((100% - 18px * 2) / 3);
    }
  }

  @media (max-width: 760px) {
    .svc-grid { gap: 14px; }
    .svc-card {
      flex: 0 0 calc((100% - 14px) / 2);
      max-width: calc((100% - 14px) / 2);
    }
  }

  @media (max-width: 420px) {
    .svc-section { padding: 48px 0 54px; }
    .svc-grid { gap: 16px; }
    .svc-card {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .svc-header { margin-bottom: 30px; }
    .svc-card-body { padding: 16px 18px 20px; }
    .svc-card-title { font-size: 15px; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-763293d */@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900&family=Sansita+Swashed:wght@400;700&family=Stack+Sans+Headline:wght@400;600;700&display=swap');

/* =========================================
   PROTECCIÓN ANTI-SCROLL HORIZONTAL
   ========================================= */
html, body {
  overflow-x: hidden;
}

:root {
  --green:       #237823;
  --green-dark:  #1a5c1a;
  --orange:      #F57D0F;
  --black:       #121212;
  --border-light:#e5e7eb;
  --radius-form: 14px;
}

.vid-section {
  position: relative;
  margin-top: -10px;
  margin-bottom: -10px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  min-height: 560px;
  font-family: 'Lato', sans-serif;
}

/* ── MITADES ── */
.vid-half {
  position: relative;
}

.vid-half--text {
  flex: 1 1 50%;
}

.vid-half--media {
  flex: 1 1 50%;
}

/* Lado del texto */
.vid-half--text {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.vid-text-inner {
  max-width: 460px;
  margin: 0 auto;
  padding: 60px 24px 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vid-logo {
  width: 150px;
  height: auto;
  margin-bottom: 26px;
}

.vid-title {
  font-family: 'Sansita Swashed', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
  margin: 0 0 20px 0;
}

.vid-title span {
  color: var(--green);
}

/* ── DESCRIPCIÓN ── */
.vid-desc {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--black);
  opacity: 0.78;
  margin: 0 0 26px 0;
  min-height: 76px;
  transition: opacity 0.22s ease;
}
.vid-desc.is-fading {
  opacity: 0;
}

/* ── MINI-CARDS DE CONFIANZA ── */
.vid-trust {
  display: flex;
  gap: 12px;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
  width: 100%;
}

.vid-trust-item {
  flex: 1 1 0;
  min-width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 16px 10px;
  background-color: #f7faf7;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-form);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.vid-trust-item:hover {
  border-color: var(--green);
  transform: translateY(-3px);
}

.vid-trust-num {
  font-family: 'Sansita Swashed', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}

.vid-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--green);
}

.vid-trust-icon svg {
  width: 100%;
  height: 100%;
}

.vid-trust-label {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.35;
}

/* ── CTA ── */
.vid-cta {
  display: inline-block;
  background-color: var(--green);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  padding: 13px 30px;
  border-radius: var(--radius-form);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.vid-cta:hover {
  background-color: var(--orange);
  transform: translateY(-2px);
}

/* ── LADO DEL VIDEO ── */
.vid-half--media {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px 40px 20px;
}

/* Contenedor "insertado" del video: esquinas redondeadas, sombra y overflow oculto */
.vid-media-inner {
  position: relative;
  width: 100%;
  height: 480px;
  max-width: 840px;
  border-radius: 22px;
  overflow: hidden;
  background-color: var(--black);
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.22), 0 4px 12px rgba(18, 18, 18, 0.10);
}

#vidPlayer {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}
#vidPlayer.is-fading {
  opacity: 0;
}

.vid-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(18,18,18,0) 60%, rgba(255,255,255,0.06) 100%);
  pointer-events: none;
}

/* ── ÍCONO DE INSTAGRAM ── */
.vid-insta-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border: 1.5px solid var(--orange);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none !important;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.vid-insta-btn svg {
  width: 20px;
  height: 20px;
}
.vid-insta-btn:hover {
  background: #d1690c;
  border-color: #d1690c;
  transform: scale(1.08);
}

/* ── FLECHAS DE NAVEGACIÓN ── */
.vid-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border: 0px solid var(--orange);
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.vid-arrow svg {
  width: 250px;
  height: 250px;
}
.vid-arrow:hover {
  background: #d1690c;
  border-color: #d1690c;
}
.vid-arrow--prev {
  left: 20px;
}
.vid-arrow--prev:hover {
  transform: translateY(-50%) translateX(-3px);
}
.vid-arrow--next {
  right: 20px;
}
.vid-arrow--next:hover {
  transform: translateY(-50%) translateX(3px);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .vid-section {
    flex-direction: column;
    min-height: auto;
  }
  .vid-half--media {
    order: 1;
    padding: 28px 24px;
  }
  .vid-media-inner {
    height: 320px;
    max-width: 100%;
    border-radius: 18px;
  }
  .vid-half--text {
    order: 2;
  }
  .vid-text-inner {
    padding: 40px 24px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .vid-half--media {
    padding: 20px 16px;
  }
  .vid-media-inner {
    height: 240px;
    border-radius: 16px;
  }
  .vid-text-inner {
    padding: 32px 20px;
  }
  .vid-trust-item {
    min-width: 90px;
    padding: 12px 8px;
  }
}/* End custom CSS */