/* VARIABLES */
:root {
    --fontPrimary: "Playfair Display", serif;
    --fontSecondary: "Jost", sans-serif;
    --colorBlue:#2e9bbf;
    --colorLightBlue:rgb(181, 227, 242);
    --colorPrimary:#001132;
    --colorWhite:#FFFFFF;
    --colorGrey:#D6D6D6;
    --colorYellow: #FBF7EA;
    --colorBrown: #504624;
    --colorOlive: rgba(66, 88, 40, 0.16);
    --colorGreen: #2b3026;
    --colorFooter: #DCD1A8;
    --gradient:linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    --gradient-2:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
/* ESTILOS GENERICOS */
html{
    overflow-x:hidden;
    scroll-padding-top: 200px;
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  padding-top: env(safe-area-inset-top); /* para evitar que el contenido quede oculto bajo la barra */
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.no-render:not(.editMode .no-render){
    display: none;
}
.fontPrimary{
    font-family: var(--fontPrimary);
}
.fontSecondary{
    font-family: var(--fontSecondary);
}
.colorPrimary{
    color:var(--colorPrimary);
}
.colorSecondary{
    color:var(--colorSecondary);
}
.colorBlue {
    color:var(--colorBlue);
}
.colorYellow {
    color: var(--colorYellow);
}
.colorWhite {
    color: var(--colorWhite);
}
.colorGreen {
    color: var(--colorGreen);
}
.swiper-wrapper {
    padding-bottom: 50px;
}
a{
    text-decoration:none;
    color:var(--colorPrimary);
}
a.colorBlue {
    color:var(--colorBlue);
}
a:hover {
    color:var(--colorSecondary);
}
a.menu-link,
.menu-item-text > a,
a.zoom-wrapper {
    transition: color 0.3s ease;
}
a.menu-link:hover,
.menu-item-text > a:hover,
a.zoom-wrapper:hover {
    color:var(--colorBlue);
}
.img-responsive{
    width:100%;
    object-fit: cover;
    height: 100%;
    filter: saturate(0.9);
}
/* Margins & Paddings */
.m0Auto{
    margin:0 auto;
}
.mTop10{
    margin-top: 10px;
}
.mTop20{
    margin-top: 20px;
}
.mTop40{
    margin-top: 40px;
}
.mTop60{
    margin-top: 60px;
}
.mTop120{
    margin-top: 120px;
}
.mTop220{
    margin-top: 220px;
}
.mBT20{
    margin-bottom:20px;
}
.mBT30{
    margin-bottom:30px;
}
.mBT40{
    margin-bottom: 40px;
}
.mBT60{
    margin-bottom: 60px;
}
.mBT120{
    margin-bottom: 120px;
}
.mBT220{
    margin-bottom: 220px;
}
.paddTop20{
    padding-top: 20px;
}
.paddBT20{
    padding-bottom: 20px;
}
.paddTop40{
    padding-top: 40px;
}
.paddBT40{
    padding-bottom: 40px;
}
.paddTop60{
    padding-top: 60px;
}
.paddBT60{
    padding-bottom: 60px;
}
.paddTop120{
    padding-top: 120px;
}
.paddTop220{
    padding-top: 220px;
}
.paddBT120{
    padding-bottom: 120px;
}
.paddTop200{
    padding-top:200px;
}
.paddBT200{
    padding-bottom:200px;
}
/* Width */
.w40{
    width:40%;
}
.w50{
    width:50%;
}
.w55{
    width:55%;
}
.w60{
    width:60%;
}
.w70{
    width:70%;
}
.w80{
    width:80%;
}
.w90{
    width:90%;
}
.uppercase{
    text-transform: uppercase;
}
.fs-056 {
    font-size: 0.5rem !important;
    font-weight: 600;
}
/* Body & Headings */
body, .data-protection table {
    text-align: center;
    font-family: var(--fontSecondary);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    overflow: visible;
    color:var(--colorPrimary);
}

p{
    font-family: var(--fontSecondary);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom:0;
    letter-spacing: 0.3px;
    line-height: 1.5rem;
}
.header.hfixed:not(.editMode .header.hfixed){
    position: fixed;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    padding: 10px 10px;
    background: #fff;
    z-index: 200;
}
.header.hfixed .logo-navbar img{
    transform:scale(.8);
}
/* Menu desplegable */
.header nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
nav ul li a:hover {
    color: var(--colorBlue);
    transition: color 0.3s ease;
}
.header nav ul li a {
    text-decoration: none;
    color: var(--colorPrimary);
    padding: 10px;
    white-space: nowrap;
    font-weight: 300;
    font-size: 1rem;
    font-family: var(--fontSecondary);
    letter-spacing: 1.1px;
    transition: font-size 0.3s ease;
}
.header nav ul li a:hover {
  color:var(--colorBlue);
}
/* INICIO - HEADER */
.header:not(.editMode .header){
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:var(--colorWhite);
    z-index:4;
    padding: 10px 60px 10px 60px;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.header .row {
    align-items: center;
}
/* 2 - Selector Idioma */
.group-languages-texts .btn-secondary.open-selector-language {
    background: transparent;
    border: 0;
    color: var(--colorWhite);
    font-family:var(--fontPrimary);
    font-size:16px;
    font-weight:300;
    width: auto;
    white-space: nowrap;
}
.open-selector-language span:after{
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 8px;
    content: "\f078";
    font-family: 'FontAwesome';
    color:var(--colorWhite);
}
.dropdown.htt-language-selector {
    display: inline;
}
/* 3 - Logo Hotel */
.logo-navbar {
    background-image: url('/dam/monohotel-myseahouseflamingo/home/icons/logo-hotel-myseahouse-flamingo.png');
    background-size: contain;      /* Ajusta la imagen dentro sin recortar */
    background-repeat: no-repeat;  /* Evita que se repita */
    background-position: center;   /* Centra la imagen */  
    font-weight: 200;
    height: 47px;
    width: 200px;
}
/* 4 - Loggin user */
.access-right>.row{
    float:right;
}
.access-left>.row{
    float:left;
}
.header .row > div:nth-child(3) .col {
    justify-content: center;
    display: flex;
    padding: 0;
}
.personLogin-content, .mybooking-content{
    display:flex;
    align-items:center;
}
.language-text,
.personLogin-content .person-login-text,.mybooking-content .mybooking-content-text{
    color:var(--colorPrimary);
    font-size: 1rem !important;
}
.personLogin-content, .mybooking-content{
    border-radius: 20px;
    padding: 3px 12px;
    white-space: nowrap;
}
.personLogin-content span, .mybooking-content span{
    font-size:12px;
    color:var(--colorPrimary);
}
span.bi-cart-fill, span.bi.bi-person-fill{
    margin-right:5px;
}
.header.hfixed .personLogin-content .person-login-text,
.header.hfixed .mybooking-content .mybooking-content-text{
    color:var(--colorPrimary);
}
.header.hfixed span.bi-cart-fill,.header.hfixed span.bi.bi-person-fill{
    filter:none;
}
.accesos-header>.row{
    flex-wrap:nowrap;
}
.navbar-toggler{
    border:none;
    padding-left:0;
}
.hab-menu span {
    font-size: 15px;
    letter-spacing: 0.5px;
}

.top-menu>.row{
    display:flex;
    align-items:center;
}
.submenu:not(.editMode .submenu) {
    display: none;
}
.opac {
    animation: animopac 1.5s forwards;
}
.mobile-menu {
    display: flex;
    flex-direction: column;
}
/* Menu desplegable */
.menu-open .submenu{
    display:block !important;
    border-top:1px solid #E5E5E5;
    padding-top:20px;
}
.submenu-content {
  display: none !important;
}
.editMode .submenu-content {
  display: grid !important;
}
.submenu-content.active {
  display: grid !important;
}

.menu-grid-2 {
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
    padding: 30px 60px !important;
}
.menu-grid-1 {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    padding: 30px 60px !important;
}
.submenu-content-1 .menu-item:first-child {
  grid-column: 2;
}
.submenu-content-1 .menu-item:nth-child(2) {
  grid-column: 3;
}
.menu-item {
    cursor: pointer;
    overflow: hidden;
}
.menu-item-inner{
    overflow: hidden;
}

.menu-item:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.menu-item-text {
    margin-top: 10px !important;
    text-align: center;
    font-family: var(--fontPrimary);
    font-weight: 400;
    font-size: 1.2rem;
}
/* Anular estilos personalizados */
.htt-language-selector,
.group-languages-texts,
.open-selector-language,
.options-selector-language,
.language-text {
    all: unset;
    font-family: var(--bs-body-font-family, system-ui, sans-serif);
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
}

/* Estructura del dropdown */
.htt-language-selector {
    position: relative;
    display: inline-block;
}

/* Botón (sin colores, solo paddings y borde) */
.htt-language-selector .btn {
    display: inline-block;
    font-weight: 400;
    border: 1px solid currentColor;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    background: none;
    color: inherit;
    transition: all 0.15s ease-in-out;
}

/* Flechita del toggle */
.htt-language-selector .btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid currentColor;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Menú desplegable (sin colores) */
.htt-language-selector .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    text-align: left;
    background: none;
    border: 1px solid currentColor;
    border-radius: 0.375rem;
}

/* Mostrar menú si tiene .show */
.htt-language-selector .dropdown-menu.show {
    display: block;
}

/* Estilo de los items */
.htt-language-selector .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    border: 0;
    color: inherit;
}

/* Efecto hover (sin color, solo subrayado opcional) */
.htt-language-selector .dropdown-item:hover {
    text-decoration: underline;
    background: none;
}
.offcanvas-start.collapse.show > .offcanvas-body section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-evenly;
    height: 80vh;
    height: 80dvh;
}
.offcanvas-header{
    margin-top: 20px !important;
    margin-right: 20px !important;
}
.htt-language-selector .language-text,
.htt-language-selector .btn.dropdown-toggle::after {
        color: var(--colorBrown);
}
.htt-language-selector .options-selector-language.show {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: var(--colorWhite);
    list-style: none;
}
@media(max-width:767px){
    .access-right > .row {
        gap: 16px;
    }
}
/* FIN - HEADER */
/* INICIO - HERO BANNER CABECERA */
.grid-motor:not(.editMode .grid-motor){
    position:absolute;
    max-width: 70% !important;
    bottom:20px;
    width:100%;
    z-index:3;
}
.grid-motor-50 .container-hero-50 img.img-responsive{
    height: 50vh;
    height: 50dvh;
}
.grid-motor-70{
    max-width: 70% !important;
}
.grid-motor-50 {
    max-width: 70% !important;
    top: -150px;
    position: relative;
}
.palma-home,
.cabecera-motor {
    position: relative;
}
.container-hero video {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    object-fit: cover;
    object-position: center bottom;
}
.container-hero img.img-responsive{
    height: 100vh;
    height: 100dvh;
}
.container-hero{
    overflow: hidden;
    position: relative;
}
.container-hero::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
        z-index: 2;
        pointer-events: none; /* para no bloquear interacciones */
}
.containerTxtSlide p{
    font-family: var(--fontPrimary);
    font-size: 3.1rem !important;; /* Edit:  Font Size*/
    font-style: normal;
    line-height:1.2rem;
    letter-spacing: 0.3px;
}
.containerTxtSlide {
    position: absolute;
    top: 35%; /* Edit:  Posicion Titulo Hero*/
    width:100%;
    z-index:5;
}
.containerTxt p{
    font-family: var(--fontSecondary);
    font-size: 1.1rem !important;; /* Edit:  Font Size*/
    font-style: normal;
    line-height:1.2rem;
    letter-spacing: 0.3px;
}
.containerTxt {
    position: absolute;
    top: 5%; /* Edit:  Posicion Titulo Hero*/
    width:100%;
    z-index:5;
}
@media (max-width: 1024px) {
    .grid-motor {
        position: relative !important;
        bottom: 0 !important;
    }
}
@media (max-width: 768px) {
    .containerTxtSlide p{
        font-size: 32px; /* Edit:  Font Size*/
    }
}
/* FIN - HERO BANNER CABECERA */
/* INICIO - VENTAJAS */
.gridVentajas{
    background: var(--colorYellow);
    padding:15px 0;
}
.gridVentajas{
    display:none;
}
.ventajas-area-cliente .gridVentajas{
    display:block;
}
.cabecera-motor .gridVentajas{
    display:block;
    background: var(--colorYellow);
    padding:0;
    font-family:var(--fontSecondary);
    width:100%;
}
.cabecera-motor .gridVentajas i {
    color: var(--colorBrown);
    font-size: 24px;
}
.ventajas-mobile .col{
    padding:0;
}
.ventajas-mobile.gridVentajas{
    background:var(--colorSecondary);
}
.swiperVentajas .swiper-button-prev:after,.swiperVentajas  .swiper-button-next:after{
    color: var(--colorSecondary);
    font-size:16px;
}
.gridVentajas img{
  filter:brightness(0) invert(1);
}
.cabecera-motor .gridVentajas br{
    display:none;
}
.ventajas{
    display:flex;
    justify-content:space-around;
}
.ventajas>div{
    flex:1;
}
.ventajas p{
    font-family:var(--fontSecondary);
    font-size:18px;
}
.gridVentajas img{
    margin-right:10px;
}
/*Motor*/
#app-container {
    margin-bottom: 20px !important;
}
/*Ventajas  motor*/
.cabecera-motor .tab__label,
.cabecera-motor  .tab__close {
    display: flex;
    color: var(--colorBrown);
    cursor: pointer;
  }
  .cabecera-motor  .tab__label {
    justify-content: space-between;
    padding: 8px;
    align-items: center;
  }
  .cabecera-motor  .tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
  }
  .cabecera-motor  .tab input:checked + .tab__label::after {
    transform: rotate(270deg);
  }
  .cabecera-motor  .tab__content p {
    margin: 0;
    padding: 0;
  }
  .cabecera-motor  .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
  }
  .cabecera-motor .tab {
    position: relative;
  }
  .cabecera-motor .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .cabecera-motor  .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
  .cabecera-motor  .tab input:checked ~ .tab__content {
    max-height: 10rem;
    margin: 15px 0;
  }

  .cabecera-motor  .tab__content ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.cabecera-motor  .tab__content ul li {
    width: calc((100% - 160px) / 8);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    gap: 10px;
}
.cabecera-motor  .tab__content ul li p {
    width: 100%;
    font-family:var(--fontSecondary);
    color: var(--colorPrimary);
    text-align: center;
    font-size: 0.9rem;
    text-wrap: balance;
}
.cabecera-motor  .tab input:checked ~ .tab__content {
    max-height: 10rem;
  }
/*Ventajas  movil*/
.ventajas-wrapper:not(.editMode .ventajas-wrapper){
    display: none;
}
.ventajas-scroll-snap {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 40px;
}

.ventaja-slide {
    flex: 0 0 80%;
    scroll-snap-align: start;
    background: var(--colorYellow);
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ventaja-slide i,
.ventaja-slide p {
    color: var(--colorBrown);
}

.ventaja-slide i {
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}
.ventajas-scroll-snap::-webkit-scrollbar {
  height: 4px; /* grosor horizontal */
}
.ventajas-wrapper {
    margin-top: 20px;
}
.ventajas-title {
    color: var(--colorBrown);
}

  /* Animación de entrada (fadeIn) */
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .cabecera-motor   .tab input:checked ~ .tab__content ul {
    animation: fadeIn 0.8s ease-in-out forwards; /* Aplica el fadeIn solo cuando está checked */
  }
  
  .cabecera-motor   .tab input:checked ~ .tab__content ul {
    opacity: 1; /* La opacidad se vuelve 1 al hacer checked */
  }
/* FIN - VENTAJAS */
/* INICIO - HOME CORPORATIVA*/
/* 1 - Welcome */
.title-center {
    display: -webkit-box; 
    display: -ms-flexbox;  
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.title-left {
    display: -webkit-box; 
    display: -ms-flexbox;  
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 1024px) {
    .title-left {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .title-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .title-between > .w70,
    .title-between > .w60,
    .title-between > .w50 {
        width: 100%;
    }
}
/* FIN - HOME CORPORATIVA */

/* INICIO - PAGINA GALERIA */
.nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.nav-link {
    color: var(--colorBlue);
    transition: width .5s ease;
}
.nav-link:hover {
    color: var(--colorBlue);
    font-weight: 600;
}
.lightbox .image {
    transition: .3s all;
}
@media(max-width:767px){
    .gallery-section nav{
        margin-bottom: 10px !important;
    }
    .gallery-section .nav-tabs{
        width: 95% !important;
    }
}

/* FIN - PAGINA GALERIA */

/* INICIO - PAGINA HABITACIONES */
.room-section h2 {
    letter-spacing: -1px;
}
.leisure-section .row>*, 
.experience-section .row>*, 
.room-section .row>* {
    padding-right: calc(var(--bs-gutter-x)* 1);
    padding-left: calc(var(--bs-gutter-x)* 1);
}
.experience-section.home .row>*, 
.room-section.home .row>* {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.swiper-img-rooms .swiper-slide{
    height:auto;
}
.swiper-img-rooms .swiper-slide img.img-responsive{
    height:100%;
}
.swiper-img-rooms .swiper-pagination-fraction {
    color: var(--colorBlue);
}
.swiper-img-rooms .swiper-button-prev:after,
.swiper-img-rooms .swiper-button-next:after {
    font-size: 35px !important;
    color: var(--colorBlue);
}
.info-room {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Espaciado entre elementos */
    justify-content: center;
    height: 100%;
}
.price-btn-book {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem; /* Espaciado entre elementos */
    transition: gap 0.3s ease-in-out;
}
/* ----> VER MAS HABITACIONES */

@media (max-width: 1500px) {
    .grid-list li {
        display: block;  
    }
    .grid-list li.ver-servicios {
        grid-column: span 2;
        margin-bottom: 5px;
        padding: 0;
        color: var(--colorBlue);
        font-weight: 500;
    }
    .grid-list li:not(:first-child) {
        display: none;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .grid-list li.active {
        display: block;
    }
}
@media (min-width: 1501px) {
    .grid-list li.ver-servicios {
        display: none;
    }
}
/* Cambiar a fila en pantallas más grandes */
@media (max-width: 1300px) {
    .grid-list,
    .info-room {
        gap: 0;
    } 
}
@media (min-width: 768px) {
    .price-btn-book {
        flex-direction: row;
    }
}
/* FIN - PAGINA HABITACIONES */

/* INICIO - FOOTER */
.footer {
    background-color: var(--colorFooter);
    background-image: url('/dam/monohotel-myseahouseflamingo/home/footer/footer-textura-hotel-myseahouse-flamingo.png');
}
/* 1 - Logo footer */
.logo-footer {
    max-width: 300px;
}
/* 2 - Listado links footer */
.list-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-section ul li:first-child {
    font-weight: 600;
    color: var(--colorPrimary);
}
.footer-section a,
.footer-section ul li a,
.footer-section ul li {
    color: var(--colorPrimary);
    transition: color 0.3s ease-in-out;
    text-align: center;
    list-style: none;
    line-height: 30px;
}
.footer-section a:hover,
.footer-section ul li a:hover {
    color: var(--colorBlue);
}
.nap {
    color: var(--colorPrimary);
    line-height: 30px;
}
.nap span {
    color: var(--colorPrimary);
    font-weight: 600;
}
a .fa-envelope,
a .fa-phone {
    margin-right: 8px;
}
a:hover .fa-phone {
    animation: fa-shake 1s infinite;
}

a:hover .fa-envelope {
    animation: fa-bounce 1s infinite;
}
/* 3 - Pie Copyright Hotetec */
.fa-heart {
    color: var(--colorBlue);
}
#logohotetec {
    filter: invert(0.9);
}
.swiper-pagination-bullet-active {
    background: var(--colorBlue) !important;
}
@media (max-width: 768px) {
    .footer-section ul {
        padding: 0;
    }
}
/* INICIO - Area cliente */
.custom-menu{
    display: flex;
    justify-content: center;
}
.custom-menu ul {
    gap: 30px;
}
.custom-menu__item.active {
    color: var(--colorBlue);
    text-decoration: underline;         
}
/* FIN - FOOTER */
#buttonShowSearcherScroll{
    background-color: var(--colorBlue) !important;
    border: none !important;
    top: 12% !important;
    right: 10% !important;
    border-radius: 100px;
    padding: 16px 24px !important;
}
#buttonShowSearcherMobile{
    background-color: var(--colorBlue) !important;
    border: none !important;
    border-radius: 100px;
    padding: 16px 24px !important;
    font-size: 1.5em !important;
    width: 80% !important;
    left: 10% !important;
    bottom: 15px !important;
}
.accordion-button:focus{
    border-color: none;
}
.accordion-button:focus {
    background-color: var(--colorLightBlue);
    box-shadow: none;
}
.btn-ir-arriba {
  position: fixed;
  bottom: 60px;
  right: 60px;
  background-color: var(--colorLightBlue);
  color: var(--colorBlue);
  padding: 14px 19px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-ir-arriba:hover {
  background-color: var(--colorBlue);
  transform: scale(1.1);
}
.btn-ir-arriba:hover i {
  color: var(--colorWhite);
}
/* INICIO - AJUSTES WIDTH RESPONSIVE GRIDSYSTEM */
@media(max-width: 1450px) {
    .header nav ul li a {
        padding: 10px 5px;
    }
}

@media(max-width: 1366px) {
    section .container-fluid.w55,
    section .container-fluid.w60,
    section .container-fluid.w70 {
        width: 80%;
        transition: width .5s ease;
    }
    .header nav ul li a {
        padding: 10px 0;
    }
    .header nav ul {
        gap: 10px;
    }
}


@media(max-width:1024px){
    .ventajas-wrapper {
        display: block !important;
    }
    .header .row > div:nth-child(3) .col{
        min-width:auto !important;
    }
    .personLogin-content .person-login-text, .mybooking-content .mybooking-content-text{
        display:none;
    }
    .grid-motor-70,
    .grid-motor-50 {
        max-width: 100% !important;
    }
}
@media(max-width: 933px) {
    section .container-fluid.w100,
    section .container-fluid.w55,
    section .container-fluid.w60,
    section .container-fluid.w70,
    section .container-fluid.w80 {
        width: 90%;
        transition: width .5s ease;
    }
    .eco-section > .container-fluid > .row {
        gap: 20px;
    }
}
@media(max-width:767px){
    .row > div.col-12:nth-of-type(2) {
        margin-top: 20px;
    }
    .container-hero video{
        height: 40vh;
        height: 40dvh;
        width: 100%;
    }
    .container-hero-65 {
        height: 40vh;
        height: 40dvh;
        width: 100%;
    }
    .grid-motor-50{
        top: 20px !important;
    }
    .header:not(.editMode .header){
        padding: 10px;
    }
    .header .row * {
        padding: 0;
        margin: 0;
    }
    .offcanvas-md.show:not(.hiding){
        background-color: var(--colorYellow);
    }
    .header nav ul {
        flex-direction: column;
        gap: 20px;
    }
    .htt-language-selector {
        margin-bottom: 20px;
    }
    .header nav ul li a {
        color: var(--colorBrown);
        font-size: 1.6rem;
        font-family: var(--fontPrimary);
    }
    .header{
        padding:5px 10px;
    }
    .personLogin-content, .mybooking-content{
        border:none;
        padding:0;
    }
    .personLogin-content:before, .mybooking-content:before{
        transform:scale(1.5);
    }
    .btn-ir-arriba{
        bottom: 18px;
        right: 20px;
    }
    .grid-motor-50 .container-fluid.w60 > .row > .col,
    .grid-motor .container-fluid.w60 > .row > .col {
        padding: 0;
    }
    .grid-motor-50 .container-fluid.w60,
    .grid-motor .container-fluid.w60 {
        width: 100%;
    }
    .breadcrumb-item {
        font-size: 1rem;
    }
    .col:has(> .ventajas-wrapper) {
        padding: 0;
    }
}


