/* #Fonts
================================================== */
@font-face {
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/SuisseIntl-Medium.woff2') format('woff2'),
        url('fonts/SuisseIntl-Medium.woff') format('woff'),
        url('fonts/SuisseIntl-Medium.otf') format('otf');
}

@font-face {
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/SuisseIntl-Regular.woff2') format('woff2'),
        url('fonts/SuisseIntl-Regular.woff') format('woff'),
        url('fonts/SuisseIntl-Regular.otf') format('otf');
}
@font-face {
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('fonts/SuisseIntl-Light.woff2') format('woff2'),
        url('fonts/SuisseIntl-Light.woff') format('woff'),
        url('fonts/SuisseIntl-Light.otf') format('otf');
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* #Primary
================================================== */
:root {
    --primary-color: #10CFC9;
    --second-color: #4870EB;
    --primary-white: #F8F9FA;
    --primary-black: #231F20;
    --color-gray: #DDDDDD;
    --color-gray-light: #F2F2F2;
    --bs-body-font-family: "Suisse Intl";
    --bs-body-font-size: 1rem;
    --bs-body-color: #231F20;
    --bs-body-font-weight: 300;
    --bs-nav-link-font-size: 1rem:
}
.text-white {
    color: #F8F9FA !important;
}
h5,
h4,
h3,
h2,
h1,
p,
span,
figure,
small {
    margin-bottom: 0;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color .2s ease-in, background-color .2s ease-in, border-color .2s ease-in;
}
.relativo {
    position: relative;
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button-bevel;
}
:focus-visible {
    outline: none;
    outline-color: transparent;
}
:-internal-direct-focus {
    outline-color: transparent;
}
html, body{
    background: transparent;
}
body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
}
.gap-10 {gap: 10px;}
.gap-12 {gap: 12px;}
.gap-24 {gap: 24px;}
.gap-40 {gap: 40px;}
.mt-8 {margin-top: 8px;}
.mt-12 {margin-top: 12px;}
.mt-14 {margin-top: 14px;}
.mt-16 {margin-top: 16px;}
.mt-18 {margin-top: 18px;}
.mt-20 {margin-top: 20px;}
.mt-21 {margin-top: 21px;}
.mt-24 {margin-top: 24px;}
.mt-25 {margin-top: 25px;}
.mt-27 {margin-top: 27px;}
.mt-30 {margin-top: 30px;}
.mt-32 {margin-top: 32px;}
.mt-50 {margin-top: 50px;}
.mt-40 {margin-top: 40px;}
.mt-61 {margin-top: 61px;}
.mt-70 {margin-top: 70px;}
.mt-102 {margin-top: 102px;}
.mb-6 {margin-bottom: 6px;}
.mb-8 {margin-bottom: 8px;}
.mb-10 {margin-bottom: 10px;}
.mb-16 {margin-bottom: 16px;}
.mb-24 {margin-bottom: 24px;}
.mb-32 {margin-bottom: 32px;}
.mb-40 {margin-bottom: 40px;}
.mb-59 {margin-bottom: 59px;}
.mb-69 {margin-bottom: 69px;}
.pt-7 {padding-top: 7px;}
.pt-8 {padding-top: 8px;}
.pt-12 {padding-top: 12px;}
.pt-16 {padding-top: 16px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-69 {padding-top: 69px;}
.pt-85 {padding-top: 85px;}
.pb-23 {padding-bottom: 23px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-42 {padding-bottom: 42px;}
.pb-49 {padding-bottom: 49px;}
.w-90 {width: 90%;}
.w-80 {width: 93%;}
.h-30 {height: 30px;}
.head-1 {
    font-family: var(--bs-body-font-family);
    font-weight: 200;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0;
}
.head-1b {
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0;
}
.head-2 {
    font-family: var(--bs-body-font-family);
    font-weight: 200;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0;
}
.head-3 {
    font-family: var(--bs-body-font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
}
.head-3b {
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
}
.text-l {
    font-family: var(--bs-body-font-family);
    font-weight: 200;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}
.text-m {
    font-family: var(--bs-body-font-family);
    font-weight: 200;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.text-s {
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}
.text-xs {
    font-family: var(--bs-body-font-family);
    font-weight: 200;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
}
.text-xsb {
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
}
.cap {
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
}
.overline {
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 9px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}
.text-w {
    color: var(--primary-white);
}
.text-bold{
    font-weight: 400;
}
.color-primary{
    color: var(--primary-color);
}
.bg-w{
    background-color: var(--primary-white);
}
.bg-gray{
    background-color: var(--color-gray)
}
.bg-gray-light{
    background-color: var(--color-gray-light)
}
.bg-b{
    background-color: var(--primary-black);
}
.radius-16{
    border-radius: 16px 16px 0px 0px;
}
.fw-light h5{font-weight: 200;}
.fw-regular a{font-weight: 300;}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1120px;
        margin-right: 80px;
        margin-left: 80px;
    }
}
@media (min-width: 1460px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
        width: calc(100% - 160px); 
        margin-right: auto;
        margin-left: auto;
    }
    .card-content>div {
        width: 100%;
        max-width: 1320px;
        width: calc(100% - 160px); 
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    .custom-container {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.row {
    --bs-gutter-x: 2rem;
}
/* #Header
================================================== */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: height 0.3s ease-in-out;
    height: 62px;
}
header.scroll-on {
    position: fixed;
    top: 0;
    background: var(--primary-black);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in;
    z-index: 999;
}
nav.navbar-expand-lg {
    background: transparent;
    transition: all 0.2s ease-in;
    padding: 0;
}
header .navbar-expand-lg .container {
    height: 62px;
    transition: height 0.3s ease-in-out;
}
.black-menu nav.scroll-on {
    background: var(--primary-black);
}
.navbar-nav {
    gap: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    transition: color .2s ease-in, background-color .2s ease-in, border-color .2s ease-in;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 16px 16px 24px 16px;
    background: #FAFFFA;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 6px 6px;
    border: 0;
    margin-top: 0;
    display: block;
    transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0;
    white-space: inherit;
}
.navbar-toggler-icon {
  background-image: none !important;
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon > span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-white);
  border-radius: 2px;
  transition: transform 0.28s cubic-bezier(.2,.9,.2,1), opacity 0.2s ease;
}
.navbar-toggler-icon > span { top: 8px; }
.navbar-toggler-icon::before { top: 0; }  
.navbar-toggler-icon::after  { bottom: 0; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon > span {
  opacity: 0;
  transform: scaleX(0.8);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon > span {
  opacity: 0;
}
.navbar-toggler {
  border: none;
  padding: 6px;
  background: transparent;
}
.navbar-toggler:focus { box-shadow: none; outline: none; }
.navbar-collapse .menu-footer{
    display: none;
}
.navbar-collapse .menu-copy {
    display: none;
}
.language{
    display: flex;
    justify-content: center;
    align-items: center;
}
.transition-gral{
    transition: color .2s ease-in, background-color .2s ease-in, border-color .2s ease-in;
}
/* #Main
================================================== */
.banner-home {
    position: relative;
    height: 720px;
    width: auto;
}
.overlay{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-home .img-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.SwiperClients .swiper-slide{
    height: 38px;
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.SwiperClients .swiper-slide img{
    height: 33px;
    width: auto;
}
.SwiperClients .swiper-slide img.frontgo{
    height: 38px;
}
.trust{
    padding: 80px 0 67px
}
.sliderTrust .swiper-slide{
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}
.sliderTrust .swiper-slide img{
    width: auto;
    height: 50px;
}
.pad-80{
    padding: 80px 0;
}
.min-414{
    min-height: 414px;
}
.box-benefits{
    padding: 40px 20px 20px;
    background: var(--primary-white);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    position: relative;
}
.box-benefits .icon-top-left{
    position: absolute;
    left: 20px;
    top: -22px;
    border-radius: 50%;
    background-color: var(--primary-color);
    height: 45px;
    width: 45px;
}
.box-benefits .icon-top-left img{
    vertical-align: middle;
    width: 100%;
}
.benefits-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 69px 24px;
}
.benefits-grid-container > div {
    width: 100%;
}
.checkin{
    padding: 80px 0 33px;
}
.list-checkin{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-checkin li{
    position: relative;
    margin-bottom: 16px;
    padding-left: 40px;
}
.list-checkin li:last-child{
    margin-bottom: 0;
}
.list-checkin li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6991 5.83561C14.0036 7.3298 13.7866 8.88322 13.0843 10.2368C12.3821 11.5904 11.237 12.6623 9.84011 13.2738C8.4432 13.8853 6.87886 13.9995 5.40797 13.5972C3.93709 13.1949 2.64857 12.3005 1.75729 11.0632C0.866013 9.8259 0.425853 8.32043 0.510215 6.79786C0.594576 5.27529 1.19836 3.82767 2.22087 2.69639C3.24339 1.56511 4.62283 0.818559 6.12915 0.581241C7.63547 0.343922 9.17763 0.630178 10.4984 1.39227M5.16511 6.50227L7.16511 8.50227L13.8318 1.83561' stroke='%2310CFC9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.fringe{
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-white{
    border: 1px solid #10CFC9;
    border-radius: 16px;
    padding: 40px 37px 52px 40px;
}
.box-white .title img{
    margin-right: 8px;
}
.list-checkin.plan li{
    margin-bottom: 16px;
}
.list-checkin.plan li:last-child{
    margin-bottom: 0;
}
.video .play-video{
    cursor: pointer;
}
.logotipo img{
    width: 118px;
    height: auto;
}

.box-locks{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.header-locks{
    max-height: 185px;
}
.header-locks img{
    width: 100%;
    max-height: 185px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}
.box-locks .content-locks{
    background: rgba(242, 242, 242, 0.15);
    border-radius: 0 0 16px 16px;
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(242, 242, 242, 0.25);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 24px 12px 42px 13px;
    border-top: 0;
}
.body-locks h5{
    min-height: 42px;
}
.title-locks img{
    margin-right: 8px;
}
.title-locks h2{
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: var(--primary-white);
}
.content-locks hr {
    margin: 8px 0 16px;
    color: var(--primary-white);
    border: 0;
    border-top: 0.5px solid;
    opacity: 1;
}
.list-circle-chek{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-circle-chek li{
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px;
}
.list-circle-chek li:last-child{
    margin-bottom: 0;
}
.list-circle-chek li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 13.09px;
    height: 13.09px;
    background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M11.3001%204.86584C11.5493%206.08847%2011.3717%207.35955%2010.7971%208.46711C10.2225%209.57467%209.28555%2010.4518%208.14252%2010.9521C6.9995%2011.4525%205.71948%2011.5459%204.51593%2011.2167C3.31239%2010.8876%202.25806%2010.1558%201.52877%209.14332C0.799489%208.13089%200.43933%206.89904%200.508358%205.65321C0.577386%204.40737%201.07143%203.22285%201.9081%202.29719C2.74477%201.37152%203.87349%200.76066%205.10603%200.566475C6.33858%200.37229%207.60044%200.606518%208.68119%201.2301M4.31721%205.41134L5.9537%207.04784L11.4087%201.59285'%20stroke='%2310CFC9'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-dots-white .swiper-pagination {
    position: relative;
    text-align: center;
    padding: 16px 0 0;
    bottom: 0 !important;
    font-size: 0;
}
.swiper-dots-white .swiper-pagination-bullet {
    width: 5px; 
    height: 5px;
    background: #AFABAC;
    opacity: 1;
    border-radius: 50%;
    transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.swiper-dots-white .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-dots-white .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin-right: 6px;
    margin-left: 0;
}
.swiper-dots-white .swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px; 
    height: 5px;
    background: var(--primary-white);
    border-radius: 20px;
}
/* ===== FORMULARIO BASE ===== */
.custom--form {
    margin: 0 auto;
    padding: 40px;
}

.custom--form label {
    display: block;
    margin-bottom: 0;
}

.custom--form input,
.custom--form select,
.custom--form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary-black);
    background: transparent;
    padding: 8px 16px;
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 100%;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 0;
}
.dark-theme .custom--form input,
.dark-theme .custom--form select,
.dark-theme .custom--form textarea {
    color: var(--primary-white);
}
.custom--form input, .custom--form select{
    height: 40px;
}
.custom--form textarea{
    height: 57px;
    resize: none;
    padding: 16px;
    line-height: 2;
}
.custom--form input::placeholder,
.custom--form textarea::placeholder {
    color: var(--primary-black);
    transition: color 0.3s;
}
.gap-20{gap: 20px;}
.gap-23{gap: 23px;}
.custom--form input:focus,
.custom--form select:focus,
.custom--form textarea:focus {
    border-bottom: 1px solid var(--primary-color);
    box-shadow: none;
    color: var(--primary-black);
    background: transparent;
    opacity: .5;
}
.custom--form .form-control:focus {
    box-shadow: none;
}
.dark-theme .custom--form input:focus,
.dark-theme .custom--form select:focus,
.dark-theme .custom--form textarea:focus{
    color: var(--primary-white);
}
.custom--form input:focus::placeholder,
.custom--form textarea:focus::placeholder {
    color: var(--primary-black);
}
.custom--form select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 24px;
    background: url("data:image/svg+xml,%3Csvg%20width='13'%20height='7'%20viewBox='0%200%2013%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0.5%200.5L6.5%206.5L12.5%200.5'%20stroke='%23231F20'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 6px center;
    background-size: 13px auto;
    box-shadow: none;
    color: var(--primary-black);
}
.custom--form .form-control.valid {
    border-bottom-color: #39B574;
    box-shadow: none;
}
.custom--form .form-control.error {
    border-bottom-color: #FF563F;
    box-shadow: none;
    color: #FF563F;
}
.custom--form .form-control.error::placeholder{
    color: #FF563F;
}
.custom--form select.form-select.error  {
    color: #FF563F;
    border-bottom: 1px solid #FF563F;
}
.filter-group.has-error-radio .radio-list .filter-btn {
    border-color: #FF563F !important;
    color: #FF563F;
}
.text-red{color: #FF563F;}
.filter-group.has-valid-radio .radio-list .filter-btn {
    border-color: #39B574;
    color: #39B574;
}
.btn-custom-gral.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}
.filter-title {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.radio-list {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}
.radio-list input[type="radio"] {
    display: none;
}
.filter-btn {
    display: inline-flex;
    padding: 7px 16px;
    border: 1px solid var(--primary-black);
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: var(--bs-body-font-family);
    font-weight: 200;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
}
.radio-list input[type="radio"]:checked + .filter-btn {
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media (min-height: 900px) {
    .thankyou-page footer{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}





















/* #Footer
================================================== */
footer{
    background-color: var(--primary-black);
    padding: 40px 0;
}
.logo-footer img{
    width: 70px;
    height: auto;
}
.list-links-footer{
    padding: 0 0 0 20px;
    margin: 0;
}
.list-links-footer.pb-42{
    padding-bottom: 42px;
}
.list-links-footer li{
    margin-bottom: 20px;
}
.list-links-footer li:last-child{
    margin-bottom: 0;
}
.border-l{
    border-left: 0.5px solid var(--primary-white);
}
.footer-bottom{
    padding-top: 31.95px;
}
.english-section .box-locks .content-locks {
    padding: 24px 9px 42px 13px;
}