/*
Theme Name: Sent Hoteles
Author: Ortiz Juan Manuel
Version: 2026
*/


/* RESET
   ----------------------------- */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:sans-serif;font-size:100%;line-height:1.5;background:#fff;color:#000}img,video,canvas,svg{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}a{text-decoration:none;color:inherit}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}address,cite,dfn,em,i{font-style:normal}b,strong{font-weight:normal}fieldset{border:none;padding:0;margin:0}
a:focus,
a:active {
  outline: none;
  box-shadow: none;
}


/* WINDOWS 125% SCALING
   ----------------------------- */

@media (min-resolution: 1.25dppx) and (max-resolution: 1.25dppx) {
   html {
      font-size: 80%;
   }
}


/* VARIABLES
   ----------------------------- */

:root {

   /* BASE */
   --white: #fff;
   --black: #000;

   /* GREYS */
   --grey-50: #f6f6f4;
   --grey-100: #f0f0f0;
   --grey-200: #e1ddd6;
   --grey-300: #ccc;
   --grey-400: #b9b9b9;
   --grey-500: #a5a5a5;
   --grey-600: #6d6e70;
   --grey-700: #606060;
   --grey-800: #3d3d3d;
   --grey-900: #2c2c2c;
   --grey-950: #1a1a1a;

   /* BEIGES / BROWNS */
   --beige-light: #f4f5f0;
   --sand: #dbcfaf;
   --gold: #cfc09b;
   --brown: #a39789;
   --brown-dark: #755846;

   /* GREENS */
   --mint: #edf2f1;
   --sage: #eaf2e6;

   /* BLUES */
   --blue-light: #b8ccde;
   --blue-sky: #91c4eb;
   --blue-steel: #6699c2;

   /* FUNCTIONAL */
   --whatsapp: #35d451;
   --whatsapp-dark: #2bab41;
   --error: red;

   /* SIZES */
   --h1-size: 2.875rem;
   --h2-size: 2.75rem;
   --h3-size: 2.5rem;
   --h4-size: 2.25rem;
   --h5-size: 2.5rem;
   --h6-size: 1.6875rem;

   --btn-size: 0.9375rem;
   --btn-padding: 0.5rem 1.875rem;

   --paragraph-size: 1.0625rem;
   --paragraph-size-xl: 1.125rem;
   --paragraph-size-xxl: 1.375rem;

   --font-title: "Sina", serif;
   --font-text: "Muller", sans-serif;
}


/* FONT FACE
   ----------------------------- */

@font-face {
    font-family: 'Sina';
    src: url('fonts/Sina-Regular.woff2') format('woff2'),
        url('fonts/Sina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muller';
    src: url('fonts/MullerRegular.woff2') format('woff2'),
        url('fonts/MullerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Muller";
    src: url("fonts/MullerLight.eot");
    src: url("fonts/MullerLight.eot?#iefix")format("embedded-opentype"),
        url("fonts/MullerLight.woff")format("woff"),
        url("fonts/MullerLight.woff2")format("woff2"),
        url("fonts/MullerLight.ttf")format("truetype"),
        url("fonts/MullerLight.svg#MullerLight")format("svg");
    font-weight:300;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family: 'Sina';
    src: url('fonts/Sina-Italic.woff2') format('woff2'),
        url('fonts/Sina-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




/* SCROLL BAR
----------------------------- */

:root {
   --sb-accent: var(--grey-500);
   --sb-background: var(--black);
   --sb-radius: 10px;
   --sb-width: 8px;
}

@-moz-document url-prefix() {
   html {
      scrollbar-width: thin;
      scrollbar-color: var(--sb-accent) var(--sb-background);
   }
}
html::-webkit-scrollbar {
   width: var(--sb-width);
   height: var(--sb-width);
}

html::-webkit-scrollbar-track {
   background: var(--sb-background);
}

html::-webkit-scrollbar-thumb {
   background-color: var(--sb-accent);
   border-radius: var(--sb-radius);
}
html::-webkit-scrollbar-button {
   display: none !important;
   width: 0 !important;
   height: 0 !important;
}



/* FONTS
   ----------------------------- */

body {
   font-size: var(--paragraph-size);
   line-height: 1.2;
   font-family: var(--font-text);
   font-weight: 400;
   color: var(--grey-700);
}

p {
   font-size: var(--paragraph-size);
   line-height: 1.4;
   font-family: var(--font-text);
   font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
   text-wrap: balance;
  overflow-wrap: anywhere;
}
h1,
.h1 {
   font-size: var(--h1-size);
   line-height: 1.05;
   font-family: var(--font-title);
   font-weight: 500;
}

h2,
.h2 {
   font-size: var(--h2-size);
   line-height: 1.05;
   font-family: var(--font-title);
   font-weight: 500;
}

h3,
.h3 {
   font-size: var(--h3-size);
   line-height: 1.08;
   font-family: var(--font-title);
   font-weight: 500;
}

h4,
.h4 {
   font-size: var(--h4-size);
   line-height: 1.1;
   font-family: var(--font-title);
   font-weight: 500;
}

h5,
.h5 {
   font-size: var(--h5-size);
   line-height: 1.25;
   font-family: var(--font-title);
   font-weight: 500;
}

h6,
.h6 {
   font-size: var(--h6-size);
   line-height: 1.15;
   font-family: var(--font-title);
   font-weight: 500;
}


/* VIDEO
   ----------------------------- */

section.video {
   position: relative;
   width: 100%;
   height: 37.5rem;
   overflow: hidden;
   background: var(--grey-800);
}

section.video video {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

section.video .video-poster {
   position: absolute;
   inset: 0;
   z-index: 2;
   transition: opacity .4s ease;
}

section.video .video-poster img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

section.video.video-ready .video-poster {
   opacity: 0;
   pointer-events: none;
}


@media(max-width: 999px){

   section.video{
      height: 31.25rem;
   }
}
@media(max-width: 690px){

   section.video{
      height: 18.75rem;
   }
}


@media(max-width: 600px){

   section.video{
      height: auto;
      aspect-ratio: 16 / 9;
   }
}


/* PARALLAX IMAGE
----------------------------- */


/* base (required) */
.parallax-initialized {
    position: relative;
    overflow: hidden;
}

.parallax-initialized img {
    width: 100% !important;
    margin: 0 !important;
    height: auto;
    will-change: transform;
}



/* GENERAL
   ----------------------------- */

.badge-title{
   text-transform: uppercase;
   letter-spacing: 0.0625rem;
   font-size: 1rem;
}

.btn-reservar-mobile{
   display: none;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: center;
   text-transform: uppercase;
   font-size: 0.9375rem;
   letter-spacing: 0.15625rem;
   font-family: var(--font-text);
   z-index: 999;
   background: var(--gold);
   color: var(--white);
   padding: 1.125rem;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.38) !important;

}

[data-parallax] img{
   display: none !important;
}


a {
   transition: all 0.15s ease;
}

.c-wrap {
   max-width: 81.25rem;
   width: 100%;
   padding-inline: 3.125rem;
   margin: 0 auto;
}

.flickity-enabled:focus {
    outline: none;
}
.flickity-page-dot:focus{
   outline: 0 !important;
   box-shadow: none !important;
}
.carousel .flickity-page-dots{
   bottom: 0px;
   padding-bottom: 1.5625rem;
   left: 0;
   height: auto;
   background: linear-gradient(to top, rgba(0,0,0, 0.5) 0%, rgba(0,0,0, 0) 100%);

   display: flex;
   align-items: flex-end;
}
.carousel .flickity-page-dots .flickity-page-dot {
   width: 0.625rem;
   height: 0.625rem;
   border-radius: 50%;
   background: var(--white);
   opacity: 0.4;
   transition: transform 0.2s ease, opacity 0.2s ease;
}

.carousel .flickity-page-dots .flickity-page-dot.is-selected {
  opacity: 1;
}

.carousel{
   opacity: 0;
   /*transform: translate3d(0,3.125rem,0);*/
   transition: opacity 0.8s cubic-bezier(.1,.1,.25,1), transform 0.8s cubic-bezier(.1,.1,.25,1);
}
.carousel.flickity-enabled{
   /*transform: translate3d(0,0,0);*/
   opacity: 1;
}


.simpleParallax {
   height: 100% !important;
   width: 100% !important;
}
.paragraph{
   line-height: 1.4;
}
.paragraph p{
   font-size: var(--paragraph-size);
   padding-bottom: 0.9375rem;
   line-height: 1.4;
}
.paragraph p:last-child{
   padding-bottom: 0;
}


.title-stagger{
   opacity: 0;
}
.title-stagger.on{
   opacity: 1;
}

.fancybox__container{
   z-index: 105000000 !important;
}

/* Initial state – hidden */
[data-reveal] {
    opacity: 0;
    transform: translate3d(0,3.125rem,0);
    transition: opacity 1s cubic-bezier(.1,.1,.25,1), transform 1s cubic-bezier(.1,.1,.25,1);
    will-change: opacity, transform;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}



/* DATEPICKER
   ----------------------------- */

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--grey-800) !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 var(--gold) !important;
}

.flatpickr-day.week.selected {
  box-shadow: -5px 0 0 var(--gold), 5px 0 0 var(--gold) !important;
}


/* FXS
   ----------------------------- */


.fadeIn{
   transform: translateY(0.625rem);
   opacity: 0;
   transition: all 0.8s cubic-bezier(.25,.1,.1,1);
}
.fadeIn.shown{
   opacity: 1;
   transform: translateY(0px);
}

.title-stagger .word{
   display:inline-block;
   white-space:normal;
}
.title-stagger .char{
   display:inline-block;
   opacity:0;
   transform:translateX(1.25rem);
   transition:opacity 0.6s ease,transform 0.6s ease;
   transition-delay:var(--d,0s);
   will-change:opacity,transform;
}
.title-stagger.on .char{
   opacity:1;
   transform:translateX(0);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.625rem);
  }
  60% {
    transform: translateY(-0.3125rem);
  }
}

.flatpickr-calendar {
   position: absolute !important;
   top: 100% !important;
   left: 0 !important;
   z-index: 999999 !important;
}


/* HEADER
   ----------------------------- */

.header-space-top,
.header-space-bottom{
   width: 100%;
   height: 1.25rem;
   background: var(--white);
   display: none;
}

header.header{
   position: sticky;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;
   user-select: none;
   transition: all 0.3s ease;
   border-bottom: 0.0625rem solid transparent;
   background: var(--white);
   padding: 1rem 0;
   box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}

header.is-fixed {
   border-bottom: 0.0625rem solid var(--grey-100);
}
header.header figure.logo{
   position: relative;
   z-index: 1;
}
header.header figure.logo img{
   width: 12.75rem;
   height: auto;
   display: block;
   transition: all 0.3s cubic-bezier(.25,1,.33,1);
   transform: scale(1);
   will-change: transform;
}
header.header.is-fixed figure.logo img{
   /*transform: scale(0.8);*/
}
header.header .box{
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 5rem;
}

body.home header.header:after{
   transform: scaleX(0);
}
body.home header.header.is-fixed:after{
   transform: scaleX(1);
   transition: transform 0.6s cubic-bezier(.25,1,.33,1);
}

header.header .form-wrap{
   position: relative;
   z-index: 1;
   width: 100%;
}
header.header .form-wrap form{
   display: flex;
   align-items: center;
   gap: 2.5rem;
   width: 100%;
}
header.header .form-wrap .field-group{
   width: 100%;
}
header.header .form-wrap select.c-select,
header.header .form-wrap input.c-input{
   padding: 0.5rem 0;
   border: 0;
   width: 100%;
   font-size: 0.9375rem;
   color: var(--black);
   border-bottom: 0.0625rem solid var(--grey-400);
}
header.header .form-wrap select.c-select option{
   padding: 0.625rem;
}
header.header .form-wrap [type="submit"]{
   cursor: pointer;
   background: var(--gold);
   display: inline-block;
   color: var(--white);
   text-transform: uppercase;
   letter-spacing: 0.0625rem;
   padding: 0.75rem 2.5rem;
   font-weight: 400;
   font-size: 1rem;
   width: 100%;
   transition: background 0.15s ease;
   white-space: nowrap;
}
header.header .form-wrap [type="submit"]:hover{
   opacity: 0.9;
}
header.header .form-wrap label{
   display: block;
   text-transform: uppercase;
   font-size: 0.8125rem;
}
header.header .form-wrap select.c-select{
   cursor: pointer;
   background: none;
   outline: none;
   border-radius: 0;
   -webkit-appearance: none;
   appearance: none;
   padding: 0.5rem;
}

.field-group.hidden{
   display: none;
}

.flatpickr-innerContainer{
   margin-top: 0.625rem;
}

.date-overlay{
   flex-direction: column;
   user-select: none;
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10000;
   align-items: center;
   justify-content: center;
   background: rgba(0, 0, 0, 0);
   transition: background 0.3s ease;
}
.date-overlay.is--open{
   display: flex;
   background: rgba(0, 0, 0, 0.8);
}
.date-overlay .title{
   border-radius: 0.3125rem;
   position: relative;
   z-index: 2;
   background: var(--gold);
   padding: 0.375rem 0.625rem;
   text-transform: uppercase;
   font-size: 0.75rem;
   text-align: center;
    margin-bottom: 1.25rem;
    margin-top: -1.25rem;
}


.date-overlay .date-overlay-box{
   position: relative;
   background: var(--white);
   border-radius: 0.625rem;
   padding: 2.5rem;
   max-width: 90vw;
   max-height: 85vh;
   opacity: 0;
   overflow-y: auto;
   transform: translateY(1.875rem);
   transition: opacity 0.35s cubic-bezier(.25,1,.33,1), transform 0.35s cubic-bezier(.25,1,.33,1);
}
.date-overlay.is--open .date-overlay-box{
   opacity: 1;
   transform: translateY(0);
}
.date-overlay.is--closing .date-overlay-box{
   opacity: 0;
   transform: translateY(1.875rem);
}
.date-overlay .date-overlay-box.is--switching{
   opacity: 0;
   transform: translateY(-1.25rem);
}
.date-overlay .date-overlay-close{
   position: absolute;
   top: 0.625rem;
   right: 0.625rem;
   background: none;
   border: 0;
   cursor: pointer;
   font-size: 1.25rem;
   color: var(--black);
   line-height: 1;
   z-index: 2;
}
.date-overlay .flatpickr-calendar{
   position: relative !important;
   box-shadow: none;
   width: auto !important;
}

.date-overlay .overlay-panel{
   display: none;
}
.date-overlay .overlay-panel.is--active{
   display: block;
}

.date-overlay .adults-title{
   text-transform: uppercase;
   font-size: 0.8125rem;
   color: var(--black);
   margin: 0 0 1.5625rem;
   text-align: center;
}
.date-overlay .adults-options{
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0.75rem;
}
.date-overlay .adults-option{
   width: 2.75rem;
   height: 2.75rem;
   border-radius: 0.3125rem;
   border: 0.0625rem solid var(--grey-400);
   background: none;
   cursor: pointer;
   font-size: 1rem;
   color: var(--black);
   transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.date-overlay .adults-option:hover{
   border-color: var(--gold);
   background: var(--gold);
}
.date-overlay .redirect-text{
   font-size: 0.9375rem;
   color: var(--black);
   text-align: center;
   margin: 0;
   padding: 1.25rem 0;
}

.nights-tooltip{
   position: fixed;
   transform: translate(-50%, -100%);
   background: var(--grey-800);
   color: var(--white);
   font-size: 0.75rem;
   padding: 0.25rem 0.625rem;
   border-radius: 0.25rem;
   white-space: nowrap;
   pointer-events: none;
   opacity: 0;
   z-index: 10001;
   transition: opacity 0.15s ease;
}
.nights-tooltip.is--visible{
   opacity: 1;
}

body.is--no-scroll{
   overflow: hidden;
}

@media (max-width: 768px){
   .date-overlay .date-overlay-box{
      padding: 1.875rem 1.25rem;
      max-width: 95vw;
   }
}

/* MOBILE MENU
   ----------------------------- */

.burger-menu-wrap{
   position: relative;
   z-index: 1;
}
.burger-menu{
   border: 0.0625rem solid var(--grey-700);
   padding: 0.5rem;

   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   gap: 0.25rem;

   width: 2.375rem;
   height: 2.375rem;

}

.burger-menu span{
   display: block;
   width: 100%;
   height: 0.0625rem;
   background: var(--grey-700);
   transition: transform 0.3s cubic-bezier(.25,1,.33,1);
   transform: translateY(0px);
}

.burger-menu:hover span:first-child{
   transform: translateY(-0.125rem);
}


.burger-menu:hover span:last-child{
   transform: translateY(0.125rem);
}



.menu-shadow{
   position: fixed;
   top: 0;
   left: 0;
   width: 110vw;
   height: 110vh;
   background: var(--black);
   z-index: 999998;
   pointer-events: none;
   opacity: 0;
   transition: opacity 0.3s cubic-bezier(.25,1,.33,1);
}
body.menu-open .menu-shadow{
   opacity: 0.7;
   pointer-events: initial;
}
.main-menu-wrap {
   user-select: none;
   position: fixed;
   top: 0;
   right: 0;
   transform: translateX(110%);
   width: 21.875rem;
   height: 100vh;
   background: var(--grey-50);
   box-shadow: -5px 0 20px rgba(0,0,0,0.1);
   transition: transform 0.6s cubic-bezier(.25,1,.33,1);
   z-index: 999999;
   display: flex;
   flex-direction: column;
}
.main-menu-wrap .btn-close-menu{
   position: absolute;
   top: 1.875rem;
   right: 1.875rem;
}
.main-menu-wrap .btn-close-menu svg{
   width: 1.25rem;
}

.main-menu-wrap.active {
   transform: translateX(0%);
}

.main-menu-wrap .menu-wrap {
   flex: 1;
   overflow-y: auto;
   padding: 5rem 2.5rem 3.125rem 2.5rem;
}

.main-menu {
   list-style: none;
   margin: 0;
   padding: 0;
}

.main-menu li {
   margin-bottom: 1.25rem;
   text-transform: uppercase;
}

.main-menu a {
   text-decoration: none;
   color: var(--grey-700);
   font-size: var(--paragraph-size);
   transition: color 0.3s;
}

.main-menu a:hover {
   color: var(--gold);
}


.sub-menu{
   margin-top: 0.4375rem;
}
.sub-menu li{
   margin-bottom: 0;
   padding: 0;
}
.sub-menu li a{
   display: inline-block;
   padding: 0.1875rem 0.3125rem 0.1875rem 0.75rem;
   font-size: 0.875rem;
}
.main-menu .sub-menu {
   display: none;
}

.main-menu .menu-item-has-children.open > .sub-menu {
   display: block;
}



/* LANG SWITCH
   ----------------------------- */

.lang-buttons{
   margin-top: 2.5rem;
}
.lang-toggle,
.lang-buttons,
.lang-switcher {
    display: flex;
}

.lang-toggle a,
.lang-buttons button {
    padding: 0.375rem 0.75rem;
    border-radius: 0px;
    border: 0;
    border-right: 0.0625rem solid var(--grey-300);
    background: transparent;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: none;
}
.lang-buttons button:last-child{
   border-right: 0;
}

.lang-toggle a.active,
.lang-buttons button.active {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}




/* STICKY WHATSAPP
   ----------------------------- */

.floating-whatsapp {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease, transform 0.3s ease;

    background: var(--whatsapp);
    background-image: linear-gradient(var(--whatsapp), var(--whatsapp-dark));
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);

}
.floating-whatsapp img {
    width: 2.625rem;
    height: 2.625rem;
}
.floating-whatsapp.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}


/* TAX FREE
   ----------------------------- */

.tax-free-wrap {
    position: fixed;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 9999;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.tax-free-wrap img {
    width: 5rem;
    height: auto;
}
.tax-free-wrap.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}




/* BUTTONS
   ----------------------------- */

.main-btn.btn-beige{
   color: var(--white);
   background: var(--blue-light);
}

.main-btn {
   display: inline-block;
   padding: var(--btn-padding);
   cursor: pointer;
   text-decoration: none;
   user-select: none;

   text-transform: uppercase;
   letter-spacing: 0.125rem;

   color: var(--white);
   background: var(--blue-light);
}

.main-btn-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.75rem;
    font-size: var(--btn-size);
    font-family: var(--font-text);
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    transition: gap 0.25s ease;
}

.main-btn:hover .main-btn.wrap {
    gap: 4.375rem;
}

.main-btn-text {
    position: relative;
    display: block;
    transition: transform 0.45s cubic-bezier(.25,1,.33,1);
    color: inherit;
}

.main-btn-text:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    bottom: -120%;
    width: 100%;
    transition: transform 0.55s cubic-bezier(.25,1,.33,1);
    color: inherit;
}

.main-btn:hover .main-btn-text {
    transform: translateY(-100%);
}

.main-btn:hover .main-btn-text:after {
    transform: translateY(-20%);
}


/* LINE REVEAL EFFECT
   ----------------------------- */

.line-reveal-by-space {
   line-height: 1.2;
}

.line-reveal-by-space span {
   opacity: 0.2;
   transition: opacity 0.2s linear;
   will-change: opacity;
}
.line-reveal-by-space span.visible {
   opacity: 1;
}




/* CF7 FORMS
   ----------------------------- */

.grecaptcha-badge {
   visibility: hidden;
}


input::-webkit-input-placeholder {
  color: var(--grey-700);
  opacity: 0.6;
}

input:-moz-placeholder {
  color: var(--grey-700);
  opacity: 0.6;
}

input::-moz-placeholder {
  color: var(--grey-700);
  opacity: 0.6;
}

input:-ms-input-placeholder {
  color: var(--grey-700);
  opacity: 0.6;
}

.wpcf7-turnstile {
   width: 100%;
}

.wpcf7-form{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.wpcf7-form label{
   pointer-events: none;
   font-size: 0.8125rem;
   font-weight: 400;
   text-transform: uppercase;
   font-family: var(--font-text);
   margin-bottom: -0.625rem;
}
.wpcf7-form .with-textarea{
   overflow: hidden;
   border-radius: 0.25rem;
   background: var(--white);
   border: 0.0625rem solid transparent;
}
.wpcf7-form .with-textarea.focus{
   border-color: var(--grey-200);
}
.wpcf7-form .with-textarea .wpcf7-form-control-wrap{
   margin-top: 0;
}
.wpcf7-form .textarea-label{
   width: 100%;
   height: 2.5rem;
   position: relative;
   margin-top: -0.4375rem;
}
.wpcf7-form .with-textarea textarea{
   margin-top: 0;
   background: none;
}
.wpcf7-form .control-group.focus label{
   transform: scale(0.65);
   opacity: 1;
}

.wpcf7-form .wpcf7-form-control-wrap{
   position: relative !important;
   display: block;
   margin-top: 0.3125rem;
}
.wpcf7-form input[type="date"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea{
   width: 100%;
   font-family: var(--font-text);
   font-size: 0.9375rem;
   line-height: 1;
   color: var(--grey-700);
   background: var(--white);
   padding: 1.25rem 0;
   border-radius: 0;
   border: 0.0625rem solid transparent;
   border-bottom: 0.0625rem solid var(--grey-400);
}

.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus{
   box-shadow: none;
   border-bottom-color: var(--gold);
}
.wpcf7-form select{
   cursor: pointer;
   background: none;
   outline: none;
   border-radius: 0;
   -webkit-appearance: none;
   appearance: none;
   padding-left: 0.5rem;
   padding-right: 0.5rem;
}
.wpcf7-form textarea{
   line-height: 1.3;
   padding: 1.25rem 0;
   resize: none;
   overflow: auto;
   height: 11.25rem;
}
.wpcf7-form .control-group{
   position: relative;
   width: 100%;
   margin: 0.75rem 0;
   user-select: none;
}
.wpcf7-form .control-group.mid{
   width: calc(50% - 0.625rem);
}
.wpcf7-form .submit-wrap{
   width: 100%;
   margin-top: 2.1875rem;
   display: flex;
   flex-direction: row-reverse;
   align-items: center;
   gap: 1.25rem;
   justify-content: flex-start;
}
.wpcf7-form .submit-wrap input[type="submit"]{
   background: var(--grey-800);
   color: var(--white);
   text-transform: uppercase;
   padding: 1.375rem 1.875rem;
   cursor: pointer;
   display: inline-block;
   letter-spacing: 0.125rem;
   text-align: center;
   min-width: 13.125rem;
}
.wpcf7-form .submit-wrap input[type="submit"]:hover{
   background: var(--grey-700);
}
.wpcf7-form .submit-wrap .main-btn{
   align-self: flex-end;
}

.wpcf7-form .wpcf7-not-valid-tip {
   font-size: 0.8125rem;
   color: var(--black) !important;
   background-color: transparent;
   padding: 0.3125rem 0 0 0 !important;
   box-shadow: none !important;
}

.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
    border-bottom-color: var(--error) !important;
}

.wpcf7-form .wpcf7-response-output{
   font-size: 0.9375rem;
   line-height: 1.5;
   background: transparent;
   border: 0 !important;
    padding: 2.5rem 0 0 0 !important;
    margin: 0 auto !important;
   width: 100%;
   text-align: center;
}

.wpcf7-spinner::before {
   display: none;
}

 .wpcf7-form .wpcf7-spinner{
    margin: 0 !important;
    background-image: url('images/loader.svg') !important;
    background-color: transparent !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    display: block;
    top: 0.125rem;
}

.wpcf7-form .clarification{
   font-size: 0.875rem;
   line-height: 1.4;
   margin-top: 0.9375rem;
}

.wpcf7-form .clarification a{
   color: inherit;
   transition: all 0.3s ease;
}

.is-desktop .wpcf7-form .clarification a:hover {
   text-decoration: underline;
}

.wpcf7-form-control:-ms-input-placeholder {
   color: var(--grey-700) !important;
   opacity: 1 !important;
}

.wpcf7-form-control::placeholder {
   color: var(--grey-700) !important;
   opacity: 1 !important;
}


.select-wrap{
   position: relative;
}

.select-wrap select{
   width: 100%;
   cursor: pointer;
   background: var(--white);
   height: 3.75rem;
   -webkit-appearance: none;
   appearance: none;
   font-family: var(--font-text);
   font-size: var(--paragraph-size);
   border-radius: 0.25rem;
   color: inherit;
   padding: 0.6875rem 0.9375rem;
   border: 0.0625rem solid transparent;
}
.select-wrap svg{
   position: absolute;
   top: 1.875rem;
   right: 1.25rem;
   transform: translateY(-50%);
   pointer-events: none;
   width: 1rem;
}




/* 404
   ----------------------------- */

section.hero.hero-404 {
   min-height: 25rem;
}

section.hero.hero-404 .c-wrap .info{
   text-align: center;
   max-width: 40.625rem;
   align-items: center;
   margin: 0 auto;
}

@media(max-width: 690px){
   section.hero.hero-404 h1 {
      max-width: 25rem;
   }
}

/* RESPONSIVE
   ----------------------------- */

@media (max-width: 1300px) {

   :root {
      --h1-size: 2.375rem;
      --h2-size: 2.1875rem;
      --h3-size: 2rem;
      --h4-size: 1.8125rem;
      --h5-size: 1.625rem;
      --h6-size: 1.5625rem;
      --paragraph-size-xl: 1.0625rem;
      --paragraph-size-xxl: 1.25rem;
   }
}


@media (max-width: 1200px) {
   header.header figure.logo img{
      width: 10.625rem;
   }
   header.header .form-wrap select.c-select,
   header.header .form-wrap input.c-input{
      font-size: 0.875rem;
   }
   header.header .box{
      gap: 1.875rem;
   }
   header.header .form-wrap form{
      gap: 1.875rem;
   }
   header.header .form-wrap [type="submit"]{
      padding: 0.75rem 1.875rem;
   }
   .tax-free-wrap img{
      width: 4.375rem;
   }

   .floating-whatsapp{
      width: 3.125rem;
      height: 3.125rem;
   }
   .floating-whatsapp img{
      width: 2.3125rem;
      height: 2.3125rem;
   }
}
@media (max-width: 1024px) {
   .c-wrap {
      padding-inline: 1.875rem;
   }
   .fadeIn{
      opacity: 1;
      transform: translateY(0px);
   }
}

@media (max-width: 999px) {
   header.header .form-wrap{
      display: none;
   }
   .btn-reservar-mobile{
      display: block;
   }
   header.header figure.logo img{
      width: 7.5rem;
   }
   .wpcf7-form .submit-wrap input[type="submit"]{
      padding: 1rem 1.25rem;
      min-width: 11.25rem;
      font-size: 1rem;
   }
   header.header.is-fixed figure.logo img{
      width: 6.875rem;
   }
   .badge-title{
      font-size: 1rem;
   }

   .floating-whatsapp{
      right: 0.625rem;
      bottom: 4.0625rem;
      width: 2.625rem;
      height: 2.625rem;
   }
   .floating-whatsapp img{
      width: 1.875rem;
      height: 1.875rem;
   }
   .tax-free-wrap{
      left: 0.625rem;
      bottom: 4.0625rem;
   }
   .tax-free-wrap img{
      width: 3.75rem;
   }
}
@media (max-width: 690px) {

   :root {
      --h1-size: 2rem;
      --h2-size: 1.875rem;
      --h3-size: 1.75rem;
      --h4-size: 1.625rem;
      --h5-size: 1.5rem;
      --h6-size: 1.375rem;
      --paragraph-size-xxl: 1.125rem;
      --paragraph-size-xl: 1rem;
      --paragraph-size: 0.9375rem;
      --btn-size: 0.8125rem;
   }
   header.header.is-fixed figure.logo img{
      width: 5.625rem;
   }
   .badge-title{
      font-size: 0.8125rem;
   }
   .carousel .flickity-page-dots{
      padding-bottom: 1.125rem;
   }
   .carousel .flickity-page-dots .flickity-page-dot{
      margin: 0 0.3125rem;
      width: 0.5rem;
      height: 0.5rem;
   }
   header.header figure.logo img{
      width: 6.25rem;
      min-width: 6.25rem;
   }
   .main-menu-wrap{
      width: 100%;
   }
   .c-wrap {
      padding-inline: 1.5625rem;
   }
   header.header .c-wrap{
      padding: 0 1.875rem;
   }
   .wpcf7-form .submit-wrap input[type="submit"]{
      width: 100%;
      font-size: 0.9375rem;
   }
   .wpcf7-form .submit-wrap{
      flex-direction: column;
   }
   .wpcf7-form .control-group.mid{
      width: 100%;
   }

   header.header{
      padding: 0.625rem 0;
   }
   header.header .box:after{
      left: -1.25rem;
      width: calc(100% + 2.5rem);
   }
   .burger-menu{
      padding: 0.5rem;
      width: 2.375rem;
      height: 2.375rem;
   }

   .wpcf7-form input[type="date"],
   .wpcf7-form input[type="text"],
   .wpcf7-form input[type="email"],
   .wpcf7-form input[type="tel"],
   .wpcf7-form select,
   .wpcf7-form textarea{
      padding: 0.75rem 0;
   }


}