@charset "UTF-8";
/*RESET*/
a {
  text-decoration: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "Montserrat", sans-serif;
  color: #2E2E2E;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body, * {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.hero {
  width: 100%;
  min-height: 100%;
  overflow: hidden;         
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  text-align: center;
  flex-direction: column;
}
.hero .in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.hero .in .logo {
  margin-bottom: 30px;
  width: 420px;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6));
}
.hero .in p,
.hero .in p b {
  margin-bottom: 30px;
  color: #f4e67d;
  font-size: 24px;
  line-height: 28px;
}
.hero .in h6 {
  color: #FFF;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 6px;
}
.hero .in h1,
.hero .in h2,
.hero .in h3,
.hero .in h4 {
  color: #f4e67d;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 600;
}
.hero .in form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  width: 100%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 20px 26px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.hero .in form input {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: none;
  border-bottom: 1px solid #555;
  font-size: 16px;
  background-color: transparent;
}
.hero .in form .checkField {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}
.hero .in form .checkField input {
  width: 22px;
  height: 22px;
  padding: 0 !important;
  margin: 0 !important;
}
.hero .in form .checkField label {
  padding-top: 1px;
  padding-left: 7px;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.hero .in form .checkField label a {
  color: #333;
  text-decoration: underline;
}
.hero .in form .submitButton {
  background-color: #f98d0b;
  color: #FFF;
  border: 2px solid #f98d0b;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 22px;
  padding: 12px 20px;
  max-width: 200px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}
.hero .in form .submitButton:hover {
  background-color: #222;
  border: 2px solid #222;
  max-width: 230px;
}
.hero .in form:hover {
  padding: 28px 36px;
  max-width: 420px;
  background-color: rgba(255, 255, 255, 0.9);
}
.hero footer {
  position: absolute;
  width: 94%;
  text-align: center;
  bottom: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero footer small,
.hero footer a {
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
}

.hero footer a {
  text-decoration: underline;
}

.hero footer img {
  height: 34px;
}
.hero .back {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero #video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

:focus-visible {
  outline: none !important;
}

/* todos deben tener la animación */
.hero .logo,
.hero h1,
.hero h4,
.hero p,
.hero form,
.hero .policy-wrap {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

/* animación general */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* animación especial para el form */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1); /* vuelve al tamaño normal */
  }
}
/* delays */
.hero .logo{
  animation-delay: 0.5s;
}

.hero h1 {
  animation-delay: 1.5s;
}

.hero .policy-wrap {
  animation-delay: 2s;
}

.hero h4 {
  animation-delay: 2s;
}

.hero p {
  animation-delay: 2s;
}

.hero form {
  animation: fadeInScale 1s ease forwards; /* usa la animación distinta */
  animation-delay: 3s;
}

@media (max-width: 992px) {
  .hero footer {
    position: relative;
    margin-top: 80px;
    bottom: 0px;
  }
  .hero {
    padding: 30px;
    padding-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .hero .in p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 576px) {
  .hero .in .logo {
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
  }
  .hero footer {
    flex-direction: column;
    margin-top: 50px;
  }
  .hero footer small {
    margin-bottom: 20px;
  }
  .hero footer img {
    margin-bottom: 12px;
  }
}

 .form-alert {
    display: none;
    margin: 12px 0;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: left!important;
  }
  .form-alert--error {
    background: #fff5f5;
    border-color: #f5c2c7;
    color: #842029;
  }
  .form-alert--success {
    background: #f0fff4;
    border-color: #badbcc;
    color: #0f5132;
  }
  .form-alert .icon {
    font-weight: 700;
    margin-right: .5rem;
  }
  .field-error {
    color: #842029;
    font-size: 0.85rem;
    margin-top: 6px;
  }
  /* reCAPTCHA responsiveness */
  .recaptcha-wrap { margin: 12px 0; }
  .g-recaptcha > div { transform-origin: left top; }
  @media (max-width: 360px) { .g-recaptcha > div { transform: scale(0.88); } }


  /* Scrollable white panel */
  .policy-wrap{
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: 16px auto 24px;   
    background: #fff;
    color: #111;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    padding: 22px 24px;
    max-height: calc(100dvh - 280px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .policy-wrap .row{ margin-left: 0; margin-right: 0; }
  .policy-wrap [class^="col-"], .policy-wrap [class*=" col-"]{
    padding-left: 0; padding-right: 0;
  }


  .policy-wrap p,
  .policy-wrap li,
  .policy-wrap b {
    line-height: 1.55;
    text-align: left;
    color:#111!important;
    opacity: 1!important;
    animation: none!important;
    font-size: 16px!important;
   }
  .policy-wrap h1.main-heading{
    margin-top: 0;
    text-align: left;
    color:#111!important;
    opacity: 1!important;
    animation: none!important;
    font-size: 24px!important;
  }
  .policy-wrap b {
    font-weight: bold;
  }

  .policy-wrap::-webkit-scrollbar{ width:10px }
  .policy-wrap::-webkit-scrollbar-thumb{ background:#d7d7d7; border-radius:10px }
  .policy-wrap::-webkit-scrollbar-track{ background:transparent }

  @media (max-width: 480px){
    .policy-wrap{ max-height: calc(100vh - 240px); padding: 16px 14px; }
  }

  /* Respect iOS safe areas (notch) */
@supports (padding: max(0px)){
  .policy-wrap{
    padding-left:  max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}