.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===================== Sección principal ===================== */
.elementor-kit-5 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centra vertical */
  align-items: center;     /* centra horizontal */
  min-height: 100vh;       /* ocupa toda la pantalla */
  background: #0b0b0b;    /* fondo oscuro */
  color: #ffffff;          /* texto blanco */
  overflow-x: hidden;      /* evita scroll lateral */
}

/* ===================== Titulares ===================== */
.elementor-kit-5 h1,
.elementor-kit-5 h2,
.elementor-kit-5 h3 {
  font-weight: 600;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}

.elementor-kit-5 h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.elementor-kit-5 h2 {
  font-size: clamp(32px, 5vw, 48px);
}

.elementor-kit-5 h3 {
  font-size: clamp(24px, 4vw, 36px);
}

/* ===================== Texto normal ===================== */
.elementor-kit-5 p {
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 32px;
}

/* ===================== Video centrado ===================== */
.elementor-kit-5 iframe {
  width: 80%;
  max-width: 900px;
  aspect-ratio: 16/9;
  border: none;
  margin-bottom: 40px;
}

/* ===================== Botón CTA premium ===================== */
.elementor-kit-5 .elementor-button {
  background: linear-gradient(90deg, #ff4d5a, #ff8a00);
  color: #ffffff;
  padding: 18px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.elementor-kit-5 .elementor-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 74, 0, 0.4);
  background: linear-gradient(90deg, #ff8a00, #ff4d5a);
}

/* ===================== Secciones de oferta ocultas ===================== */
.offer-section {
  display: none;  /* ocultas al inicio */
}

/* ===================== Responsive móviles ===================== */
@media (max-width: 767px) {
  .elementor-kit-5 {
    padding-left: 16px;
    padding-right: 16px;
    min-height: 60vh;
  }

  .elementor-kit-5 h1 {
    font-size: clamp(32px, 8vw, 48px);
  }

  .elementor-kit-5 h2 {
    font-size: clamp(24px, 6vw, 36px);
  }

  .elementor-kit-5 iframe {
    width: 95%;
  }

  .elementor-kit-5 .elementor-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */