/*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: "gilroyregular";
  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;
}

@font-face {
  font-family: "gilroy-blackuploaded_file";
  src: url("font/gilroy-black-webfont.woff2") format("woff2"), url("font/gilroy-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-blackitaliuploadedfile";
  src: url("font/gilroy-blackitalic-webfont.woff2") format("woff2"), url("font/gilroy-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyextrabold";
  src: url("font/gilroy-extrabold-webfont.woff2") format("woff2"), url("font/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-extraboldiuploadedfile";
  src: url("font/gilroy-extra-bold-italic-webfont.woff2") format("woff2"), url("font/gilroy-extra-bold-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyregular";
  src: url("font/gilroy-regular-webfont.woff2") format("woff2"), url("font/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, * {
  font-family: "gilroyregular";
  font-weight: 400;
  color: #FFF !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "gilroy-blackuploaded_file";
}

.logo {
  width: auto;
  height: 40px;
  margin-bottom: 40px;
}

.hero {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .btnSign {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  color: #3bbde7 !important;
  text-decoration: underline;
  box-sizing: border-box;
  padding: 5px;
}
.hero .btnSign:hover {
  text-decoration: none;
  font-style: italic;
}
.hero .in {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  text-align: left;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  z-index: 999;
}
.hero .in .col1 {
  flex-grow: 1;
  padding-right: 80px;
}
.hero .in .col1 .logo {
  width: auto;
  height: 40px;
  margin-bottom: 40px;
}
.hero .in .col1 h2.line1 {
  font-size: 74px;
  line-height: 78px;
  color: #3bbde7 !important;
}
.hero .in .col1 h2.line1 span {
  font-family: "gilroy-blackuploaded_file";
}
.hero .in .col1 h2.line2 {
  font-size: 74px;
  line-height: 78px;
  color: #3bbde7 !important;
}
.hero .in .col1 h2.line2 span {
  font-family: "gilroy-blackuploaded_file";
}
.hero .in .col1 h3 {
  font-size: 125px;
  line-height: 140px;
  color: #3bbde7 !important;
  margin-top: 10px;
}
.hero .in .col1 h3 span {
  font-family: "gilroy-blackuploaded_file";
  color: #3bbde7 !important;
}
.hero .in .col1 p {
  margin-top: 25px;
  font-size: 26px;
  line-height: 34px;
  font-family: "gilroy-extraboldiuploadedfile";
}
.hero .in .col1 p.welcome {
  margin-top: 10px;
  font-size: 26px;
  line-height: 34px;
  font-family: "gilroy-extraboldiuploadedfile";
  max-width: 450px;
}
.hero .in .col2 {
  width: 360px;
}
.hero .in .col2 h5 {
  font-size: 26px;
  line-height: 32px;
  color: #3bbde7 !important;
  font-family: "gilroy-blackitaliuploadedfile";
}
.hero .in .col2 form {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.hero .in .col2 form .inform {
  display: flex;
  flex-direction: column;
  border: 1px solid #FFF;
  box-sizing: border-box;
  padding: 15px 22px;
  border-radius: 16px !important;
}
.hero .in .col2 form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  margin-bottom: 3px;
  box-sizing: border-box;
  padding: 8px 0px;
  font-size: 20px;
}
.hero .in .col2 form label {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 2px;
}
.hero .in .col2 form .checkField {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0px 16px;
}
.hero .in .col2 form .checkField input {
  width: 20px;
}
.hero .in .col2 form .checkField label {
  flex-grow: 1;
  padding-left: 8px;
  font-size: 13px;
}
.hero .in .col2 form .submitButton {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  display: inline-block;
  background-color: #3bbde7;
  color: #FFF;
  border: none;
  padding: 10px 20px;
  border-radius: 50px !important;
  max-width: 250px;
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
.hero .in .col2 form .submitButton:hover {
  background-color: #1d80a1;
}
.hero .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .back .grad {
  position: absolute;
  height: 100%;
  width: 35%;
  top: 0;
  right: 0;
  z-index: 10;
  background: #000000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0) 100%);
}
.hero .back .picture {
  position: absolute;
  height: 100%;
  width: 35%;
  top: 0;
  right: 0;
  background-image: url(../img/foto-back.jpg);
  background-size: cover;
  background-position: top center;
  opacity: 1;
  filter: brightness(0.5);
}
.hero .back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .back2 .grad2 {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  right: 0;
  z-index: 10;
  background: #000000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0) 100%);
}
.hero .back2 .picture2 {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  right: 0;
  background-image: url(../img/foto-back-2.jpg);
  z-index: 1;
  background-size: cover;
  background-position: top center;
  opacity: 1;
}
.hero footer {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  text-align: center;
  bottom: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero footer small {
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
}
.hero footer img {
  height: 34px;
}

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

.fade-item {
  opacity: 0;
  transform: translateY(20px);
}

.fade-in {
  animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Palabras normales */
.fade-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.fade-word-in {
  animation: fadeWord 0.6s ease forwards;
}

@keyframes fadeWord {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Palabras con blur extra */
.blur-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
}

.blur-word-in {
  animation: fadeWordBlur 0.8s ease forwards;
}

@keyframes fadeWordBlur {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@media (max-width: 1400px) {
  .hero .in .col1 h3 {
    font-size: 120px;
    line-height: 130px;
  }
  .hero .in .col1 h2.line2 {
    font-size: 70px;
    line-height: 74px;
  }
}
@media (max-width: 1200px) {
  .hero .in .col2 {
    width: 320px;
  }
  .hero .in .col1 h2.line1 {
    font-size: 62px;
    line-height: 70px;
  }
  .hero .in .col1 h2.line2 {
    font-size: 62px;
    line-height: 70px;
  }
  .hero .in .col1 h3 {
    font-size: 94px;
    line-height: 94px;
    margin-top: 18px;
  }
}
@media (max-width: 992px) {
  .hero .in .col1 h3 {
    font-size: 64px;
    line-height: 64px;
  }
  .hero .in .col1 h2.line1 {
    font-size: 48px;
    line-height: 54px;
  }
  .hero .in .col1 h2.line2 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .hero .in {
    flex-direction: column;
    padding-bottom: 160px;
  }
  .hero .in .col1 {
    padding-right: 0;
    width: 100%;
  }
  .hero .in .col1 h3 {
    font-size: 92px;
    line-height: 90px;
  }
  .hero .in .col2 {
    width: 100%;
    margin-top: 60px;
  }
  .hero .in .col2 form .submitButton {
    margin: auto;
    margin-top: 11px;
  }
  .hero .back .picture {
    width: 90%;
  }
  .hero .back .grad {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .hero .in .col1 h2.line1 {
    font-size: 11vw;
    line-height: 11vw;
  }
  .hero .in .col1 h2.line2 {
    font-size: 11vw;
    line-height: 11vw;
  }
  .hero .in .col1 h3 {
    font-size: 15vw;
    line-height: 15vw;
    margin-top: 20px !important;
  }
  .hero .in .col1 p {
    font-size: 4.3vw;
    line-height: 6.5vw;
  }
  .hero .in .col2 form .submitButton {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 44px;
    max-width: 290px;
  }
  .hero .back .picture {
    width: 80%;
  }
  .hero .back .grad {
    width: 80%;
  }
  .hero footer {
    bottom: 20px;
    flex-direction: column;
  }
  .hero footer img {
    margin-top: 18px;
  }
}

.is-invalid {
  border: 1px solid #3bbde7 !important;
}

#chkPrivacyPolicy.is-invalid {
  outline: 2px solid #3bbde7;
  outline-offset: 2px;
}

.form-alert--error{
  margin-bottom: 5px;
}

/* 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-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    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:#fff!important;
    opacity: 1!important;
    animation: none!important;
    font-size: 16px!important;
   }
  .policy-wrap h1.main-heading{
    margin-top: 0;
    text-align: left;
    color:#fff!important;
    opacity: 1!important;
    animation: none!important;
    font-size: 26px!important;
    margin-bottom: 10px;
  }
  .policy-wrap b {
    font-weight: bold;
  }

    .policy-wrap p{
      margin-bottom: 10px;
    }

  .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));
  }
}