@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 BAR NEGRO (logos)
   ========================================================= */
#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: #e31b0c;
}


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: 5em;
  line-height: 1.08em;
  color: #fff;
  margin-bottom: 0.4em;
  letter-spacing: -0.01em;
  max-width: 12em;
  overflow-wrap: break-word;
}

header h1 strong {
  font-weight: 700;
}

header h2 {
  font-weight: 400;
  font-size: 2.9em;

  color: #fff;
  max-width: 28em;
  margin-bottom: 3em;
}

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

header .formulario .form-intro {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.3em;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 0.4em;
}

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

header .formulario .campo {
  position: relative;
}

header .formulario input,
header .formulario select,
header .formulario textarea {
  width: 100%;
  padding: 0.9em 1.2em;
  font-size: 1.7em;
  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;
  resize: vertical;
}

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 textarea::placeholder {
  color: #8c8c8c;
}

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

/* Botón rojo del formulario */
header .formulario .boton.enviar {
  width: 100%;
  background: #e31b0c;
  color: #fff;
  padding: 1em 0.8em;
  font-size: 1.6em;
  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: 6em 0;
  background: #fff;
}

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

#intro p strong {
  color: #e31b0c;
  font-weight: 600;
}


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

#beneficios h3 {
  font-weight: 600;
  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: 28em;
}

#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 {
  flex: 0 0 18em;
  width: 18em;
  height: 18em;
  display: flex;
  align-items: center;
  justify-content: center;
}

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


#beneficios .slide-icon img:not([src]),
#beneficios .slide-icon img[src=""] {
  display: none;
}

#beneficios .slide-icon::before {
  content: "";
  display: none;
}

#beneficios .slide-text {
  min-width: 0;
  flex: 1;
}

#beneficios .slide-text h4 {
  font-weight: 700;
  font-size: 3em;
  line-height: 1.2em;
  color: #e31b0c;
  margin-bottom: 0.3em;
}

#beneficios .slide-text p {
  font-weight: 400;
  font-size: 2em;
  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: 5em;
}

#beneficios .dots .dot {
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: #fff;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 0.55;
  position: relative;
}

#beneficios .dots .dot::before {
  content: "";
  position: absolute;
  top: -1em;
  left: -1em;
  right: -1em;
  bottom: -1em;
}

#beneficios .dots .dot.active {
  background: #e31b0c;
  opacity: 1;
  transform: scale(1.3);
}

#incluye {
  background: #0a0a0a;
  padding-top: 18em;
  position: relative;
}

#incluye .incluye-banner {
  position: relative;
}

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

#incluye .incluye-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}

#incluye .incluye-title-wrap h3 {
  pointer-events: auto;
}

#incluye h3 {
  font-weight: 700;
  font-size: 5.4em;
  line-height: 1.12em;
  color: #fff;
  max-width: 10em;
  margin: 0;
}

#incluye .incluye-features {
  padding-top: 2.5em;
  padding-bottom: 8em;
}

#incluye .incluye-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 28em));
  justify-content: start;
  column-gap: 7em;
  row-gap: 4.5em;
}

#incluye .incluye-item {
  max-width: 22em;
}

#incluye .incluye-item img {
  width: 4.6em;
  height: 4.6em;
  object-fit: contain;
  margin-bottom: 1.1em;
}

#incluye .incluye-item h4 {
  font-weight: 700;
  font-size: 2.7em;
  line-height: 1.22em;
  color: #fff;
  margin-bottom: 0.45em;
}

#incluye .incluye-item p {
  font-weight: 400;
  font-size: 2.15em;
  line-height: 1.4em;
  color: #fff;
  max-width: 13em;
}

#comparacion {
  padding: 8em 0 9em;
  background: #fff;
}

#comparacion h3 {
  font-weight: 700;
  font-size: 3.8em;
  line-height: 1.2em;
  color: #1a1a1a;
  margin-bottom: 2.5em;
}

#comparacion .tabla-wrap {
  overflow-x: auto;
}

#comparacion table {
  width: 100%;
  border-collapse: collapse;
}

#comparacion th,
#comparacion td {
  padding: 1.6em 1em;
  border-bottom: 1px solid #e6e6e6;
  font-size: 2.1em;
  line-height: 1.3em;
  color: #1a1a1a;
  text-align: left;
}

#comparacion thead th {
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.8em;
}

#comparacion thead th:first-child {
  text-align: left;
}

#comparacion tbody td:first-child {
  font-weight: 500;
  width: 52%;
}

#comparacion tbody td:nth-child(2),
#comparacion tbody td:nth-child(3) {
  text-align: center;
  width: 24%;
}

#comparacion td img {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
  margin: 0 auto;
}

/* =========================================================
   FOOTER ROJO CTA
   ========================================================= */
footer {
  padding: 7em 0 8em;
  background: #e31b0c;
  text-align: center;
}

footer h3 {
  font-weight: 700;
  font-size: 4.6em;
  line-height: 1.25em;
  color: #fff;
  margin: 0 auto 0.7em;
  
}

footer p {
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.5em;
  color: #fff;
  margin: 0 auto 2.2em;
  max-width: 45em;
}

.boton.b-cta {
  display: inline-block;
  background: #0a0a0a;
  color: #fff !important;
  padding: 1.2em 4em;
  font-size: 2.7em;
  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.4em; }
  #incluye h3 { font-size: 4.6em; }
}

@media (max-width: 1100px) {
  header .hero-bg {
    display: none;
  }

  header .container {
    position: relative;
    height: auto;
    display: block;
    padding-top: 3em;
    padding-bottom: 2em;
    background: #e31b0c;
  }

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

  header h1, header h2 {
    max-width: none;
  }

  #incluye {
    padding-top: 16em;
  }

  #incluye .incluye-grid {
    grid-template-columns: repeat(2, minmax(0, 28em));
  }

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

  #comparacion h3 { font-size: 3.2em; }
}

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

  header h1 { font-size: 3.6em; }
  header h2 { font-size: 2.1em; }

  header .formulario { margin: 3em 2em 0; padding: 2.5em 2em; }

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

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

  #beneficios { padding: 5em 0 4em; }
  #beneficios h3 { font-size: 2.8em; }
  #beneficios .carousel { transform: none; }

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

  #beneficios .slide-icon {
    flex: 0 0 12em;
    width: 12em;
    height: 12em;
  }
  #beneficios .slide-text { width: 100%; }
  #beneficios .slide-text p { max-width: none; }
  #beneficios .dots { margin-top: 3em; }
  #beneficios .slides { min-height: 40em; }

  #incluye { padding-top: 2em; }
  #incluye .incluye-banner {
    display: flex;
    flex-direction: column;
  }
  #incluye .incluye-title-wrap {
    position: relative;
    height: auto;
    order: -1;
    padding: 3em 0 1em;
  }
  #incluye h3 { font-size: 3.6em; max-width: none; }
  #incluye .incluye-features { padding-top: 2em; padding-bottom: 5em; }
  #incluye .incluye-grid {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }

  #comparacion { padding: 5em 0 6em; }
  #comparacion h3 { font-size: 2.8em; }
  #comparacion th,
  #comparacion td { font-size: 1.7em; }

  footer h3 { font-size: 2.6em; }
  footer p { font-size: 1.8em; }
  .boton.b-cta { font-size: 1.8em; padding: 1.2em 2.2em; }
}

@media (max-width: 500px) {
  .container { padding: 0 3em; }
  header h1 { font-size: 3em; }
  header h2 { font-size: 1.9em; }
  header .formulario .form-intro { font-size: 1.55em; }
  #beneficios h3 { font-size: 2.4em; }
  #beneficios .slide-text h4 { font-size: 2.3em; }
  #beneficios .slide-text p { font-size: 1.7em; }
  #incluye h3 { font-size: 3.2em; }
  footer h3 { font-size: 2.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;
}