@charset "UTF-8";
/* =========================================================
   FUENTES ADOBE CLEAN (locales)
   ========================================================= */
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-LightIt.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-BoldIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
input,
textarea,
button,
select {
  font-family: "Adobe Clean", "Poppins", sans-serif;
}

body {
  margin: 0;
  font-size: 10px;
  color: #333;
  font-weight: 400;
  background: #fff;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

input, textarea {
  box-shadow: none !important;
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
  -webkit-text-fill-color: #444 !important;
}

.center { text-align: center !important; }
.right  { text-align: right !important; }
.left   { text-align: left !important; }

/* =========================================================
   LAYOUT
   ========================================================= */
.container {
  width: 100%;
  max-width: 158em;
  padding: 0 8em;
  margin: 0 auto;
  position: relative;
}

.columnas {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2em;
}

.columnas .columna {
  padding: 2em;
  flex: 0 0 100%;
  max-width: 100%;
}

#top {
  padding: 1.5em 0;
  background: #000;
}

#top .container {
  padding: 0 4em;
}

#top .columnas {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

#top .columnas .columna {
  flex: 0 0 auto;
  max-width: none;
  padding: 0.5em 0;
}


header {
  position: relative;
  background: #ff5b2e; 
}

header .hero-bg {
  display: block;
  width: 100%;
  height: auto;
}

header .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

header .hero-content {
  width: 100%;
  max-width: 60em;
  position: relative;
  z-index: 2;
}


header h1 {
  font-weight: 700;
  font-size: 5.8em;
  line-height: 1.35em;
  color: #fff;
  letter-spacing: -0.01em;
}

header h1 .hl {
  display: inline;
  background: #000;
  color: #fff;
  padding: 0.05em 0.25em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


header .formulario {
  position: absolute;
  right: 14em;
  top: 4em;
  width: 38em;
  background: #fff;
  padding: 3em 2.5em;
  border-radius: 0.6em;
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.18);
  z-index: 3;
}

header .formulario form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

header .formulario .campo {
  position: relative;
}

header .formulario input,
header .formulario select {
  width: 100%;
  padding: 1em 1.2em;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #333;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  border-radius: 0.2em;
  transition: border-color 0.2s, background 0.2s;
  font-family: inherit;
}

header .formulario select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%238c8c8c' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.8em;
  color: #8c8c8c;
}

header .formulario select:valid {
  color: #333;
}

header .formulario input::placeholder {
  color: #8c8c8c;
}

header .formulario input:focus,
header .formulario select:focus {
  border-color: #e31b0c;
  background: #fff;
}


header .formulario .boton.enviar {
  width: 100%;
  background: #e31b0c;
  color: #fff;
  padding: 1em 0.8em;
  font-size: 1.5em;
  font-weight: 500;
  border: 0;
  border-radius: 0.2em;
  cursor: pointer;
  margin-top: 0.5em;
  transition: background 0.25s ease;
  line-height: 1.2em;
}

header .formulario .boton.enviar:hover {
  background: #b81208;
}


#intro {
  padding: 8em 0;
  background: #fff;
}

#intro p {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 1.5em;
  color: #333;
  text-align: center;
  max-width: 40em;
  margin: 0 auto;
}


#beneficios {
  padding: 5em 0 0;
  background: #0a0a0a;
  position: relative;
  overflow: visible;
}

#beneficios h3 {
  font-weight: 700;
  font-size: 3em;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin: 0 auto -2em;
}

#beneficios .carousel {
  max-width: 110em;
  margin: 0 auto;
  position: relative;
  transform: translateY(50%);
  z-index: 5;
}

#beneficios .slides {
  position: relative;
  min-height: 22em;
}

#beneficios .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.5em);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
  pointer-events: none;
}

#beneficios .slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0s;
  pointer-events: auto;
}

#beneficios .slide-inner {
  background: #ffe5e3;
  border-radius: 2em;
  padding: 5em 7em;
  display: flex;
  align-items: center;
  gap: 5em;
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.08);
}

#beneficios .slide-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#beneficios .slide-icon img {
  width: 14em;
  height: 14em;
  object-fit: contain;
}

#beneficios .slide-text h4 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: #fff;
}


#beneficios .slide-text h4 .hl-red {
  display: inline;
  background: #e31b0c;
  color: #fff;
  padding: 0.1em 0.35em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#beneficios .slide-text p {
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5em;
  color: #333;
  max-width: 32em;
}

#beneficios .slide-text p strong {
  font-weight: 700;
  color: #333;
}


#beneficios .dots {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  margin-top: 8em;
}

#beneficios .dots .dot {
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #d1d1d1;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 1;
}

#beneficios .dots .dot.active {
  background: #e31b0c;
  transform: scale(1.3);
}
#beneficios::after {
  content: "";
  display: block;
  height: 25em;
  background: #fff;
  margin-top: -2px;
}
/* =========================================================
   BLOQUE CTA FINAL (rojo con imagen de fondo)
   ========================================================= */
#cta-final {
  position: relative;
  background: #e31b0c;
  
}

#cta-final .cta-bg {
  display: block;
  width: 100%;
  height: auto;
}

#cta-final .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

#cta-final .cta-content {
  width: 100%;
  max-width: 60em;
  position: relative;
  z-index: 2;
}

#cta-final h2 {
  font-weight: 700;
  font-size: 5.4em;
  line-height: 1.1em;
  color: #fff;
  margin-bottom: 0.6em;
  letter-spacing: -0.01em;
}

#cta-final p {
  font-weight: 400;
  font-size: 3.1em;
  line-height: 1.5em;
  color: #fff;
  max-width: 26em;
  margin-bottom: 3em;
}


#cta-final .cta-button-wrap {
  position: absolute;
  left: 42%;
  bottom: 8em;
  /* transform: translateX(-50%); */
  z-index: 3;
}


#cta-final .arrow-deco {
  display: flex;
  gap: 0.6em;
  flex: 0 0 auto;
}

#cta-final .arrow-deco span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9em 0 0.9em 1.2em;
  border-color: transparent transparent transparent #fff;
  display: block;
}

#cta-final .arrow-deco span:nth-child(1) { opacity: 0.35; }
#cta-final .arrow-deco span:nth-child(2) { opacity: 0.5; }
#cta-final .arrow-deco span:nth-child(3) { opacity: 0.65; }
#cta-final .arrow-deco span:nth-child(4) { opacity: 0.8; }
#cta-final .arrow-deco span:nth-child(5) { opacity: 0.9; }
#cta-final .arrow-deco span:nth-child(6) { opacity: 1; }
#cta-final .arrow-deco span:nth-child(7) { opacity: 1; }


.boton.b-cta {
  display: inline-block;
  background: #0a0a0a;
  color: #fff !important;
  padding: 1.2em 4em;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  border-radius: 5em;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0.6em 1.6em rgba(0, 0, 0, 0.25);
}

.boton.b-cta:hover {
  background: #222;
  transform: translateY(-2px);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1850px) { body { font-size: 9.5px; } }
@media (max-width: 1700px) { body { font-size: 9px; } }
@media (max-width: 1500px) {
  body { font-size: 8.5px; }
  header .formulario { right: 8em; }
}

@media (max-width: 1300px) {
  header h1 { font-size: 4.9em; }
  #cta-final h2 { font-size: 5.5em; }
}

@media (max-width: 1100px) {
  header .container {
    position: relative;
    height: auto;
    display: block;
    padding-top: 3em;
    padding-bottom: 2em;
    background: #ff5b2e;
  }

  header .formulario {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    max-width: 50em;
    margin: 3em auto 0;
  }

  header h1 {
    max-width: none;
  }

  #beneficios .slide-inner {
    padding: 3em;
  }

  #cta-final .container {
    position: relative;
    height: auto;
    display: block;
    padding-top: 4em;
    padding-bottom: 4em;
    background: #e31b0c;
  }

 #cta-final .cta-content {
    width: 100%;
    max-width: 60em;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 800px) {
  .container { padding: 0 5em; }

  header h1 { font-size: 4.5em; }
  header .formulario { margin: 3em 2em 0; padding: 2.5em 2em; }

  #top .container { padding: 0 3em; }

  #intro { padding: 5em 0; }
  #intro p { font-size: 2.2em; }

  #beneficios h3 { font-size: 2.8em; }

  #beneficios .slide-inner {
    flex-direction: column;
    text-align: center;
    padding: 3em 2em;
    gap: 2em;
  }

  #beneficios .slide-icon img { width: 10em; height: 10em; }
  #beneficios .slide-text p { max-width: none; }

  #cta-final h2 { font-size: 3.8em; }
  #cta-final p { font-size: 2.2em; }
  #cta-final .cta-bottom { flex-direction: column; align-items: flex-start; gap: 2em; }

  .boton.b-cta { font-size: 2.2em; }
}

@media (max-width: 500px) {
  .container { padding: 0 3em; }
  header h1 { font-size: 4em; }
  #beneficios h3 { font-size: 2.6em; }
  #beneficios .slide-text h4 { font-size: 2.4em; }
  #beneficios .slide-text p { font-size: 1.9em; }
  #cta-final h2 { font-size: 3.4em; }
}


.form-success,
.form-error {
  padding: 2em 1.5em;
  border-radius: 0.4em;
  text-align: center;
}

.form-success {
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #2e7d32;
}

.form-success h3 {
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  color: #1b5e20;
}

.form-success p {
  font-size: 1.4em;
  line-height: 1.4em;
}

.form-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.form-error p {
  font-size: 1.4em;
  margin: 0;
}