:root {
    --fontPrimary:"Montserrat", sans-serif;
    --fontSecondary:"Manrope", sans-serif;
    --colorPrimary: #008BAD; 
    --colorSecondary:#2B2B2B;
    --colorTurqueise:#6BDAD5; 
    --colorGray:#dfdfdf;
    --bgColor:#b94545;
    --bRadius:30px;
}
/*Estilos genéricos*/
.center{
    text-align: center !important;
}
.left{
    text-align: left !important;
}
.right{
    text-align: right !important;
}
.m0Auto{
    margin:0 auto !important;
}
.mTop20{
    margin-top: 20px !important;
}
.mTop30{
    margin-top:30px !important;
}
.mTop40{
    margin-top: 40px !important;
}
.mTop60{
    margin-top: 60px !important;
}
.mTop120{
    margin-top: 120px !important;
}
.mBT20{
    margin-bottom:20px !important;
}
.mBT30{
    margin-bottom:30px !important;
}

.mBT40{
    margin-bottom: 40px !important;
}
.mBT60{
    margin-bottom: 60px !important;
}
.mBT120{
    margin-bottom: 120px !important;
}
.mLeft10{
    margin-left:10px !important;
}
.padd20{
    padding:30px 20px !important;
}
.paddTop20{
    padding-top: 20px !important;
}
.paddBT20{
    padding-bottom:20px !important;
}
.paddTop40{
    padding-top: 40px !important;
}
.paddBT40{
    padding-bottom: 40px !important;
}
.paddTop60{
    padding-top: 60px !important;
}
.paddTop120{
    padding-top:120px !important;
}
.paddBT120{
    padding-bottom:100px !important;
}
.paddBT60{
    padding-bottom: 60px !important;
}
.paddR10{
    padding-right:10px !important;
}
.w50{
    width:50% !important;
}
.w60{
    width:60% !important;
}
.w70{
    width:70% !important;
}
.w80{
    width:80% !important;
}
.w90{
    width:92% !important;
}
.flex-center>div{
    align-items:center;
}
.colorPrimary{
    color:var(--colorPrimary) !important;
}
.colorSecondary{
    color:var(--colorSecondary) !important;
}
.bgPrimary{
    background:var(--colorPrimary) !important;
}
.bgSecondary{
    background:var(--colorSecondary) !important;
}
.bgGray{
    background:var(--colorGray) !important;
}
.fontPrimary{
    font-family:var(--fontPrimary) !important;
}
.fontSecondary{
    font-family:var(--fontSecondary) !important;
}
.italic{
    font-style:italic !important;
}
.uppercase{
    text-transform:uppercase !important;
}
.white{
    color:#fff !important;
}
.grayscale{
    filter:grayscale(100%);
}
.htt-text-image ul{
    list-style-type:none;
}
.img-responsive{
    max-width:100%;
    width:100%;
    height:auto;
    object-fit:cover;
    min-height:40vh;
}
.lineH{
    line-height: 32px;
}
.bRadius{
    border-radius:var(--bRadius);
}
.bRadiusLeft{
    border-top-left-radius:var(--bRadius);
    border-bottom-left-radius:var(--bRadius);
}
.bRadiusRight{
    border-top-right-radius:var(--bRadius);
    border-bottom-right-radius:var(--bRadius);
}
.bRadiusTop{
    border-top-left-radius:var(--bRadius);
    border-top-right-radius:var(--bRadius);
}
.bRadiusBottom{
    border-bottom-left-radius:var(--bRadius);
    border-bottom-right-radius:var(--bRadius);
}
.fancybox__content{
    border-radius:var(--bRadius);
}
.is-compact .fancybox__content>.f-button.is-close-btn,
.fancybox__content>.f-button.is-close-btn{
    border-radius:10px;
}
html,body{
    overflow-x:hidden;
     margin:0 !important;
}
p{
    margin-bottom:0;
}
a{
    text-decoration:none;
    font-family:var(--fontSecondary);
    font-weight:400;
    color:var(--colorSecondary);
}
/*a:focus{
    outline:none;
}*/
body{
    color:var(--colorSecondary);
    font-size:18px;
   
}
html body, body p,
.htt-text-image p, .htt-text-image ul li{
    font-size: 18px;
    line-height:1.5em;
    font-family:var(--fontSecondary);
    font-weight:400;
}
.breadcrumb{
    padding:10px 0;
}
.breadcrumb-item {
    font-size:13px;
}
.breadcrumb-item.active{
    color: var(--colorPrimary);
    font-weight: 500;
    font-size:14px;
}
/*hr{
    width: 80px;
    background: var(--colorPrimary);
    height: 2px;
    opacity: 1;
    border-top:none;
    margin:20px 0;
}*/
hr.m0Auto{
    margin:20px auto !important;
}
.animationOpac{
    animation:animopac 1.5s forwards;
}
@keyframes animopac{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
body .htt-text-image p{
    margin-bottom:8px;
}
body h1, body h2, body h3{
    line-height:1.1em;
    margin-bottom:0 !important;
}
body h1{
    font-size:64px;
}
body h2{
    font-size:48px;
}
body h3{
    font-size:36px;
}
body p.title, body h1, body h2, body h3{
    font-family:var(--fontPrimary);
    font-weight:300;
    background: none;
    color: var(--colorSecondary);
    text-align: left;
    font-style: normal;
}
body p.sub-title{
    color:var(--colorPrimary);
    font-size:30px;
    font-family: var(--fontPrimary) !important;
    letter-spacing: 2px;
    line-height: 1em;
}
.text-transform-none{
    text-transform:none !important;
}
span[data-fancybox]{
    cursor:pointer;
}
.fancybox__caption{
    display:none !important;
}
html.with-fancybox {
    overflow: hidden !important;
}
#buttonShowSearcherScroll{
    top:10% !important;
    right:10% !important;
}
#buttonShowSearcherScroll, #buttonShowSearcherMobile{
    background-color:var(--colorPrimary) !important;
    font-family:var(--fontPrimary);
    padding:20px !important;
    
}
#buttonShowSearcherScroll:hover, #buttonShowSearcherMobile:hover{
    background-color:var(--colorSecondary) !important;
}
/*Top header*/
.header:not(.editMode .header){
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}
.logo-desktop{
    width:auto;
}
.menu-desktop a, .menu-mobile a{
    padding: 10px;
    font-weight: 400;
    transition:.5s all;
}
.menu-desktop .navbar-nav .nav-link{
    color:#fff !important;
}
.menu-desktop .navbar-nav .nav-link.active{
    border-bottom:1px solid #fff;
}
.menu-desktop ul{
    justify-content:left !important;
}
.menu-desktop a:hover{
    font-weight:500;
}

.navbar-toggler{ /*Elimina border del menú hamburguesa general*/
    border:none;
}
.menu-mobile{
    display:flex;
    flex-direction:column;
    margin-top:60px;
}
.menu-mobile ul{
    list-style-type:none;
    padding-left:20px;
}
.menu-mobile ul a{
    font-size: 24px;
    line-height: 180%;
}
.top-header>div>div{
    display:flex;
    align-items:center;
}
.top-header{
    padding:30px 5vh;
}
/*checkin online*/
.link-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  color: #fff; 
  text-decoration: none;
  font-size: 1rem;
}

.link-icon .icon svg {
  display: block;
}

.access-right>.row{
  float:right;
}
.access-right>.row>div{
    flex:1;
    min-width:max-content;
}
.accesosHeader {
    float: right;
    margin-top: 20px;
    margin-right: 18px;
}
.access-left>.row{
   float:left;
    
}
.top-header .mybooking-content-text{
    color:#fff;
}
.access-right>.row>.col{
    padding:0 20px;
}
.access-left>.row>.col{
    padding:0 20px;
}
.btn{
    padding:0px;
    vertical-align: baseline;
    
}
.col-xxl-2:has(.personLogin-wrapper) {
    width: 15%;
}

@media (max-width: 1440px) {
    .col-xxl-2:has(.personLogin-wrapper) {
        width: 16.6667%;
    }
}

@media (max-width: 1280px) {
    .col-xxl-2:has(.personLogin-wrapper) {
        width: 18.6667%;
    }
}

.person-login-text{
    color:#fff;
}
.person-login-text.person-login-text-logged{
    color:white !important;
}
.personLogin-wrapper .person-login-text-high {
    color:#fff;
}
.bi-cart-fill::before{
    font-size:18px;
    color:#fff;
}
.bi-person-fill::before{
    font-size:18px;
    color:#fff; 
}
.htt-language-selector button{
    float:right;
}
.group-languages-texts{
    margin-right:8px;
    top:2px;
}
.group-languages-texts .btn-secondary.open-selector-language {
    background: transparent;
    border: 0;
    color:#fff;
    font-family:var(--fontPrimary);
    position:relative;
    font-style: normal;
    padding:0;
    font-size:16px !important;
}
.open-selector-language span{
    position:relative;
    letter-spacing:0.5px;
}
.open-selector-language span:after{
    position: absolute;
    top: 3px;
    right: -10px;
    font-size: 8px;
    content: "\f078";
    font-family: 'FontAwesome';
    color: #fff;
}
@media (max-width: 768px) {
  .personLogin-wrapper, 
  .mybooking-wrapper{
      margin-right: 10px;
  }  
}

/*Stage*/
.stage{
    position:relative;
}
.stage .container-fluid,
.stage .col{
    padding: 0 !important;
    margin: 0 !important;
}


.container-hero img.img-responsive{
    height: 100vh;
    /*height:calc(100vh - 30px);*/
    width:100%;
    display:block;
    object-fit:cover;
    filter:brightness(0.6);
}
.container-hero.container-hero-section img.img-responsive{
    height:100vh;
}


.container-hero .htt-text-image:not(.editMode .container-hero .htt-text-image) {
    height:100%;
    display:flex;
    align-items:center;
}
.text-hero img.img-responsive{
    height:100vh;
}
.container-hero:has(.text-hero-section) img.img-responsive{
    filter:brightness(.8);
    height:65vh;
}
.text-hero{
    position:absolute;
    width:100%;
    padding:40px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.text-hero-section p.title-hero{
    text-shadow:1px 1px 10px rgba(0,0,0,.6);
}
.text-hero{
    padding:5vh;
}
.container-hero{
    position:relative;
}
.grid-motor{
    position:absolute;
    width:100%;
    bottom:-20px;
}
h1.title-hero, p.title-hero {
    font-family: var(--fontPrimary);
    font-size: 64px;
    line-height:1.2em;
    font-weight:400;
}
p.sub-title-hero{
    font-size: 21px;
}
/*Body*/

/*** Ventajas ***/

/* Contenedor general */
.benefits-strip {
  background-color: rgba(107, 218, 213, 0.38);
  border-radius: 12px;
  padding: 26px 1.5rem;
}

/* Contenedor para controlar el scroll */
.benefits-strip__inner {
  /* ya no ocultamos aquí, solo controla el ancho */
  width: 100%;
}

/* Lista horizontal tipo slider */
.benefits-strip__list {
  display: flex;
  align-items: center;
  justify-content: start;  
  gap: 1rem;                 
  margin: 0;
  padding: 0 0.5rem;             /* pequeño padding para que no se corte el 1er item */
  list-style: none;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  /* Ocultar barra de desplazamiento */
  scrollbar-width: none;         /* Firefox */
}
.benefits-strip__list::-webkit-scrollbar {
  display: none;                 /* WebKit */
}

/* Cada “slide” */
.benefits-strip__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;

  /* ancho tipo slide en móvil */
  flex: 0 0 80%;
  max-width: 270px;
  scroll-snap-align: start;
}

/* Icono */
.benefits-strip__icon img {
  width: 40px;
  height: 40px;
  display: block;
}

/* Texto */
.benefits-strip__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.3;
}

/* Versión escritorio: todos en una línea, sin efecto slider */
@media (min-width: 1440px) {
  .benefits-strip__list {
    justify-content: center;
    overflow-x: visible;
    scroll-snap-type: none;
    padding: 0;                 
    gap: 2.5rem;              
  }

  .benefits-strip__item {
    flex: 0 0 auto;             
    max-width: none;
  }
}
/*** end ventajas ***/


.intro{
    position:relative;
}
.intro .absolute-img{
    position: absolute;
    width: 20%;
    right: 25%;
    top: 70%;
}
@media (max-height: 900px) and (min-width: 1200px) {
    .intro .absolute-img {
        top: 40%;      
    }
}
.intro .absolute-img img.img-responsive{
    min-height:auto !important;
}
a.btn-book{
    padding:20px 30px;
    background-color:var(--colorPrimary);
    transition:.5s all;
    font-size:18px;
    font-weight: 600;
    font-family:var(--fontSecondary);
    display:inline-block;
    color:#fff;
}

a.btn-book:hover{
    background-color:var(--colorSecondary);
}
a.btn-book.btn-turqueise{
    background-color:var(--colorTurqueise);
    color:var(--colorSecondary);
}

a.btn-book.btn-turqueise:hover{
    background:var(--colorPrimary);
    color:#fff;
}
a.btn-book.btn-corpo{
    background:var(--colorTurqueise);
    color:var(--colorSecondary)!important;
}
a.btn-book.btn-white{
    background:#fff;
    color:var(--colorSecondary);
}
a.btn-book.btn-white:hover{
    background:var(--colorPrimary)!important;
    color:#fff;
}
a.btn-book.btn-corpo:hover{
    background:var(--colorPrimary);
    
}

.bgPrimary a.btn-book:hover:not(.bgPrimary .text-offer a.btn-book:hover){
    background:var(--colorSecondary) !important;
}
/*Home*/
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:var(--colorPrimary);
}
.bgPrimary .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:var(--colorSecondary);
}
.swiper-rooms .room>div:first-child{
    position:relative;
}
.price_from_container a{
    color: #fff !important;
}
.swiper-rooms .room>div:first-child .price_from_container{
    position: absolute;
    top:0;
    left:0;
    width: 70%;
    background: var(--colorPrimary);
    padding: 30px 20px;
    border-bottom-left-radius:0 !important;
    border-top-right-radius:0 !important;
    color:#fff !important;
}
.swiper-rooms .room>div:first-child .price_from_container a{
    color:#fff;
}
.price_from_container a.price_from{
    font-size:24px;
    font-weight:700;
    font-family:var(--fontPrimary);
    color:#fff;
}
.swiper-rooms .text-room{
    background: #fff;
    padding: 20px;
}

/*Añadido Cards Rooms*/
.swiper-rooms .swiper-wrapper {
    align-items: stretch !important;
}

/* Que cada slide reparta el mismo espacio vertical */
.swiper-rooms .swiper-slide {
    height: auto !important;
}
.swiper-rooms .room {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swiper-rooms .text-room {
    background: #fff;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap:16px
}

.swiper-rooms .text-room p,
.swiper-rooms .text-room h3 {
    margin: 0 !important;
}
.swiper-rooms .room-footer {
    margin-top: auto;
}

/*End añadido*/


a.btn-card {
    text-decoration:none;
    color:var(--colorSecondary) ;
}
a.btn-card:hover,
a.btn-card:focus {
    text-decoration: none ;
    color: var(--colorPrimary) ;
}

.icons-room{
    display:flex;
    gap:20px;
    align-items:center;
}
.icons-room img{
    margin-right:8px;
}
.offer{
    position:relative;
}
.text-offer{
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    left: 0;
    padding: 20px;
}
.offer .text-offer p{
    font-size:16px;
    font-family:var(--fontSecondary);
}
.offer .text-offer p.descuento{
    margin-top:20px;
}
.offer .text-offer p.descuento span{
    font-size: 36px;
    font-weight: 700;
}
.offer img.img-responsive{
    filter:brightness(.7);
    min-height:350px;
}
.buttons-offer{
    position:absolute;
    bottom:20px;
    display: flex;
    gap:10px;
    justify-content:space-between;
    padding: 0 20px;
    width:100%;
    left:0;
}
.grid-services-home>div{
    position:relative;
}
.grid-services-home .text-service{
    padding:30px 20px;
    background:#fff;
    position:absolute;
    bottom:-2px;
    right:0;
    border-top-left-radius:var(--bRadius);
}

/*Grid Experiencias*/

.grid-experiences-home>div{
    position:relative;
}

.grid-experiences-home {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.grid-experiences-home .text-service {
    padding: 30px 20px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    right: 0;
    border-top-left-radius: var(--bRadius);
}

/* Tablets */
@media (max-width: 1024px) {
  .grid-experiences-home {
    grid-template-columns: 1fr;
  }
  .navbar-expand .navbar-nav{
      display:none;
  }
}
/* End Grid Experiencias*/

.grid-banner>.container-fluid{
    padding:0;
}
.banner{
    position:relative;
}
.banner img.img-responsive{
    filter:brightness(0.7);
    height:60vh;
}
.text-banner{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
/*Gallery*/
.hover-gallery .lightbox .image a:before{
    font-size:5em !important;
}
/*Faqs*/
.accordion-body {
    font-size: 16px;
}

.faqs .accordion-item{
    border:none !important;
    margin-bottom:5px;
}
.faqs .accordion-item .accordion-button{
    border-radius:0;
    border-bottom:1px solid rgba(0,0,0,.1);
    font-size:18px;
    padding-left:0;
    display: flex;
    align-items: flex-start;
}
.faqs .accordion-button::after,.faqs .accordion-button.collapsed::after{
    background-image:none !important;
    font-size:14px;
    transform:none !important; 
}
.faqs .accordion-button::after{
    content:"\f077";
    font-size:14px;
    font-family:'fontAwesome';
}
.faqs .accordion-button.collapsed::after{
    content:"\f078";
    font-family:'fontAwesome';
}
.faqs .accordion-button:not(.collapsed){
    background-color:transparent;
    box-shadow:none;
}
.faqs .accordion-button:focus{
    box-shadow:none; 
}
.faqs .accordion-button:hover{
    z-index:1;
}
.accordion-button:not(.collapsed){
    color:var(--colorPrimary);
}
.destiny{
    position:relative;
}
.destiny .text-destiny{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    padding:0 10%;
    transform:translate(-50%, -50%);
}
.destiny img.img-responsive{
    width:100%;
    height:80vh;
    filter:brightness(.8);
}
/*Área clientes*/
nav.custom-menu{
    border-bottom: 2px solid #ededed;
}
nav.custom-menu ul{
    padding:0;
    margin:0;
    display: flex;
    gap: 15px;
    justify-content: center;
}
nav.custom-menu ul li{
    text-align:center;
    padding:10px;
}
nav.custom-menu ul li a{
    font-size:21px;
}
.custom-menu__item:hover, .custom-menu__item.active{
    color:var(--colorPrimary);
    font-weight:500;
}
nav.custom-menu ul li:has(.custom-menu__item.active){
    border-bottom:2px solid var(--colorPrimary);
}
.registro-cliente button{
    border-radius:0 !important;
}
.container-fluid.justify-content-start:has(.navbar-toggler){
    padding-left:0;
}
.header-mobile>.row>.col{
    padding-left:0;
}
.navbar-toggler-icon,.logo-mobile{
    filter:brightness(0) invert(1);
}

/*Error 404*/
body h1.error{
    font-size:72px;
    font-family:var(--fontSecondary);
    letter-spacing:3px;
    color:var(--colorPrimary);
    font-weight:400;
}
body h1.error span{
    font-size: 7rem;
    line-height: 7rem;
    font-family:var(--fontPrimary);
    letter-spacing:0;
    color:var(--colorSecondary);
    font-weight:700;
}
/*Swiper*/
.swiper-pagination{
    position:relative;
    margin-top:20px;
}
.swiper-pagination-bullet{
    background:var(--colorPrimary);
}
.swiper-pagination-bullet-active{
    width:10px;
    height:10px;
}
.swiper-scrollbar{
    bottom:0 !important;
    background: rgba(0, 0, 0, .1);
    border-radius:10px;
    height:5px !important;
}
.swiper-scrollbar-drag{
    background: rgba(0, 0, 0, .3);
}
.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{
    color:#fff;
}
form fieldset .row{
    padding: 20px;
    margin: 10px 0;
}
form fieldset p{
    color:var(--colorSecondary);
}
form .form-row input[type='text'], form .form-row input[type='password'], form .form-row select,
form .form-row input[type=date],form .button-wrapper input[type=submit] {
    height:50px;
}
form .button-wrapper input[type=submit]{
    background:var(--colorPrimary);
    border:none;
    color:#fff;
    transition:.3s background;
    padding:10px 20px;
    font-size:21px;
    
}
form .button-wrapper input[type=submit]:hover{
    background:var(--colorSecondary);
}
form .form-row input[type='text'], form .form-row input[type='password'], form .form-row select,
form .form-row input[type=date],form .form-row textarea{
    background:#ededed;
    border:none;
    width:100%;
    color:var(--colorSecondary);
}
form .form-row{
    display:flex;
    flex-direction:column;
}
form .form-row, form .button-wrapper{
    margin-top:12px; 
}
form .button-wrapper{
    text-align:right;
}
form a{
    color:var(--colorSecondary);
}
form .form-item:has(input[type=checkbox]){
    display:flex;
    align-items:center;
}
form input[type=checkbox]{
    margin-right:8px;
}
.map{
    margin:25px;
}
.map iframe{
    border-radius:var(--bRadius);
}
/*Footer*/
.footer .bgSecondary{
    border-radius:var(--bRadius);
    margin:25px;
}
.redes-footer{
    display:flex;
    justify-content:right;
}

.icon-social {
  width: 35px;  
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
p.title-footer{
   color: #FFF;
   font-family: var(--fontSecondary);
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 150%
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 6px; /* similar al <br/> que tenías */
}

.footer-menu a {
  text-decoration: none;
  color:#fff;
}
.footer .copy{
    border-top:1px solid rgba(255,255,255,.5);
}
.footer p, .footer a{
    color:#fff;
}
/*cms-btn-up-mov*/
.cms-btn-up-mov{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 48px;
    height: 48px;
    opacity: 0.8;
    background: var(--colorPrimary);
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 5;
    color: #fff;
    transition: opacity .5s ease, transform .5s ease;
}

.cms-btn-up-mov i{
    font-size: 21px;
    transition: font-size .5s ease;
}

.cms-btn-up-mov:hover i{
    font-size: 23px;
}

@media(max-width:1440px){
    .w50{
        width:60% !important;
    }
    .w60{
        width:70% !important;
    }
    .w70,.htt-text-image:has(.title-section){
        width:80% !important;
    }
    .w80{
        width:90% !important;
    }
    .w90{
        width:95% !important;
    }
    body h1, p.title,h1.title-hero, p.title-hero{
    font-size:48px;
    }
    body h2{
        font-size:36px;
    }
    body h3{
        font-size:24px;
    }
}
@media(max-width:1366px){
    .w50,.w60{
        width:70% !important;
    }
    .banner img.img-responsive{
        height:70vh;
    }
}
@media(max-width:1200px){
    .top-header>.header-desktop>.row>div:nth-child(2){
        order:3;
        margin-top:15px;
        padding:0;
    }
    .top-header{
        padding:25px 2vh;
    }
}
@media(max-width:1199px){
    .w50,.w60,.w70{
        width:80% !important;
    }
}
@media(max-width:1024px){
    .w50,.w60,.w70,.w80,.w90{
        width:95% !important;
    }
    .mTop120{
       margin-top:60px !important;; 
    }
    .mTop60{
        margin-top:40px !important;
    }
    .paddTop60{
        padding-top:40px !important;
    }
     .paddTop120{
        padding-top:60px !important;
    }
    .paddBT60{
        padding-bottom:40px !important;
    }
    .paddBT120{
        padding-bottom:60px !important;
    }
    form fieldset .row{
        padding:0;
    }
    .icons-room span:not(.icons-room span:last-child){
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-align:center;
    }
    .service-section .swiper{
        margin-bottom:20px;
    }
    .footer .bgSecondary>.container-fluid>.row>div:last-child{
        width:100% !important;
    } 
    .footer .bgSecondary>.container-fluid>.row>div:first-child{
       margin-bottom:20px;
    } 
}
@media(min-width:991px) and (max-width:1024px){
    .buttons-offer{
        flex-direction:column;
    }
}
@media(max-width:991px){
    .stage,.footer .bgSecondary, .map{
        margin:0 10px;
    }
    .header{
        padding:0 15px;
    }
    .access-right>.row>.col {
        padding: 0 2px;
    }
    .grid-motor{
        position:relative;
    }
    .img-responsive{
        min-height:55vh;
    }
    .menu-select-mobile a:not(.menu-select-mobile .dropdown-menu a),nav.custom-menu{
        display:none !important;
    }
    body .dropdown:hover .dropdown-menu{
        display:none;
    }
    .menu-select-mobile .dropdown-menu a{
        font-size:18px;
    }
    .menu-select-mobile .dropdown:hover .dropdown-menu.show-tab-menu,
    .dropdown:hover .dropdown-menu.show{
        display:block;
    }
    .menu-select-mobile .dropdown{
        width:100%;
    }
    .menu-select-mobile .dropdown button{
        width: 100%;
        border-radius: var(--bRadius);
        background: var(--colorPrimary);
        padding: 12px;
        font-size: 21px;
        border:none;
    }
    .dropdown-menu{
        width:100%;
    }
    .dropdown-item.active{
        background-color:var(--colorSecondary);
    }
    .intro .img-responsive, .offer, .grid-services-home>div,
    .room-section .swiper{
        margin-top:20px;
    }
    .banner img.img-responsive{
        height:70vh;
    }
}
@media(max-width:767px){
    .menu-logo{
        display:none;
    }
    .logo-mobile{
        max-width: 120px;
        height: auto;
    }
    .top-header{
        padding:10px 0;
    }
    .top-header>.container-fluid{
        padding:0;
    }
    .group-languages-texts .btn-secondary.open-selector-language{
        width:100%;
    }
     .htt-language-selector button{
         float:none;
     }
     .group-languages-texts .btn-secondary.open-selector-language {
         background:var(--colorPrimary);
         padding:5px 15px 5px 5px;
     }
    .group-languages-texts{
        float:right;
        margin-right:0;
        z-index:2;
    }
    .navbar-toggler{
        border:none;
        padding-left:0;
    }
    .bi-person-fill::before{
        font-size: 24px;
        margin-top: 8px;
    }
    .bi-cart-fill::before {
        font-size: 21px;
        margin-top: 8px;
    }
    .access-right>.row{
        flex-wrap:nowrap;
        gap:12px;
    }
    .access-right>.row>.col{
        padding:0;
    }
    body .footer p,body .footer p.left{
        text-align:center !important;
    }
    .icons-room{
        flex-direction:column;
    }
    .icons-room span{
       width:100%;
       text-align:center;
    }
    .more-services{
        justify-content:center;
    }
   div#accordion .accordionHeader p i{
        float: none;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 20%;
    }
    .offer img.img-responsive{
        min-height:410px;
    }
    .buttons-offer{
        flex-direction:column;
    }
    .buttons-offer a.btn-book:last-child{
        margin-top:10px;
    }
    .dropdown button.dropdown-toggle{
        width: 100%;
        background: var(--colorPrimary);
        border: none;
        padding: 10px;
    }
    .dropdown-item~a{
        padding:4px 16px;
    }
    a.btn-book{
        min-width:180px;
        text-align:center;
    }
    .col:has(form){
        padding:0;
    }
    form .button-wrapper{
        text-align:center;
    }
    .destiny .text-destiny{
        padding:0;
    }
}
@media(min-width:992px){
   
    .grid-services-home{
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
    }
    .grid-services-home>div:nth-child(1),
    .grid-services-home>div:nth-child(4){
        grid-column: span 1;
        grid-row: span 1;
    }
    .grid-services-home>div:nth-child(2),
    .grid-services-home>div:nth-child(3){
        grid-column: span 2;
        grid-row: span 1;
    }
    .grid-services-home img.img-responsive{
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
        max-height:30vh;
    }
    
/* Transfer button */
.transfer-motor {
  padding: 8px 30px;
  width: max-content;
  background: rgb(58 152 170);
  /*border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-family: "Roboto, Helvetica, Arial, sans-serif";*/
}
.transfer-motor a {
  color: #fff;
  font-size: 14px;
}
.bg-white {
  background-color: white !important;
  z-index: 1;
}
.bg-white a {
  color: #3c3431 !important;
  pointer-events: none !important;
}
.transfer-buttons {
  display: flex;
}
.transfer-motor.bg-blue {
  position: relative;
  right: 18px;
  overflow: hidden;
  padding-left: 30px;
 }
.MuiPaper-elevation {
    border-top-left-radius: 0px !important;
}    
}
/*legal*/
h1.legal{
    font-size: 54px;
}
h2.legal,
h3.legal {
    padding-top: 20px;
    font-size: 30px;
}


.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 6px; 
}

.error-menu a {
  text-decoration: none;
  color:var(--colorPrimary);
}

/*Aviso Oferta no vigente*/

.grid-master-offer{
    max-width: 600px;
    width: 90%;
    margin: 20px auto;
    padding: 15px;
    background-color: var(--colorPrimary);
    border: 1px solid var(--colorTurqueise);
    border-radius: 4px;
    text-align: center;
    color: white;
  }
.n8n-chat-widget{
    display:none !important;
}