/*Variables*/
:root {
    --fontPrimary:'georgia';    
    --fontPrimaryBold:'georgia-bold';  
    --fontLight:"gilroy-light"; 
    --fontRegular:"gilroy-regular"; 
    --fontMedium:"gilroy-medium"; 
    --fontBold:"gilroy-bold"; 
    --colorPrimary:#BD8C43;  
    --colorPrimaryClear:#E6B56D;  
    --colorSecondary:#4D4D4D;
    --bgGray:#F2F2F2;      
    --colorBlue:#53A4F4; 
    --colorSemiblack:#4D4D4D;
    --colorPink: #ECD5D7;
}
/**Fuentes corporativas**/
@font-face {
    font-family: 'gilroy-ultralight';
    src: url('/dam/monoHotel-Condesa/home/fonts/gilroy/Gilroy-UltraLight.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy-light';
    src: url('/dam/monoHotel-Condesa/home/fonts/gilroy/Gilroy-Light.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy-medium';
    src: url('/dam/monoHotel-Condesa/home/fonts/gilroy/Gilroy-Medium.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy-regular';
    src: url('/dam/monoHotel-Condesa/home/fonts/gilroy/Gilroy-Regular.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy-bold';
    src: url('/dam/monoHotel-Condesa/home/fonts/gilroy/Gilroy-Bold.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'georgia';
    src: url('/dam/monoHotel-Condesa/home/fonts/georgia/georgia.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'georgia-bold';
    src: url('/dam/monoHotel-Condesa/home/fonts/georgia/georgia-bold.ttf');
    font-style: normal;
    font-display: swap;
}

/*botón motor*/
#buttonShowSearcherScroll{
    top:10% !important;
}
#buttonShowSearcherScroll, #buttonShowSearcherMobile{
    background-color: var(--colorPrimary) !important;
}
.ventajas-motor{
    display: flex;
    justify-content: center;
    gap: 30px;
    background: #0D0D0D;
    padding: 5px;
    align-items: center;
}
.ventajas-motor>div{
    display:flex;
    gap:20px;
}
.ventajas-motor span{
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    font-family:var(--fontMedium);
    letter-spacing:.5px;
}
.ventajas-motor .btn-primary{
    padding:4px 16px;
    font-size:15px !important;
    background:#0D0D0D;
    border:1px solid #BD8C43;
}
.ventajas-motor .btn-primary:hover{
    background:#BD8C43;
}
/*Estilos genéricos*/
.center{
    text-align: center !important;
}
.left{
    text-align: left !important;
}
.changeLC{
    text-align: left !important; /*responsive cambia centro*/
}
.right{
    text-align: right !important;
}
.fLeft{
    float:left !important;
}
.fontPrimary{
    font-family: var(--fontPrimary) !important; 
}
.colorPrimary{
    color:var(--colorPrimary) !important;
}
.colorPrimaryClear{
    color:var(--colorPrimaryClear) !important;
}
.colorSecondary{
    color:var(--colorSecondary) !important;
}
.colorPink{
    color: var(--colorPink)!important;
}
.colorBlue{
    color:var(--colorBlue) !important;
}
.colorSemiblack{
    color: var(--colorSemiblack) !important;
}
.bgGray{
    background:var(--bgGray);
}
.bgPink{
     background:var(--colorPink);
}
.bgGray.bgPink{
     background:var(--colorPink);
}
.grid-experiencia .bgGray.bgPink {
    background: var(--colorPink) !important;
}

.bgBlue{
    background:rgba(83,164,244,.2);
}
.black,.black strong, .black span{
    color:#0D0D0D !important;
}

.white,.white strong, .white span{
    color:#fff !important;
}
.over-white {
    background: rgba(255, 255, 255, 0.15);
}
a{
    text-decoration:none !important;
    cursor:pointer !important;
    color:var(--colorSecondary);
}
.img-responsive{
    max-width:100%;
    width:100%;
    height:auto;
    object-fit:cover;
}
.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;
}
.mTop100{
    margin-top:100px !important;
}
.mTop120{
    margin-top: 120px !important;
}
.mBT20{
    margin-bottom:20px !important;
}
.mBT40{
    margin-bottom: 40px !important;
}
.mBT60{
    margin-bottom: 60px !important;
}
.mBT120{
    margin-bottom: 120px !important;
}
.paddTop20{
    padding-top: 20px !important;
}
.paddTop40{
    padding-top: 40px !important;
}
.paddTop50{
    padding-top:50px !important;
}
.paddTop20{
    padding-top: 20px !important;
}
.paddBT40{
    padding-bottom: 40px !important;
}
.paddTop60{
    padding-top: 80px !important;
}
.paddBT60{
    padding-bottom: 60px !important;
}
.paddTop120{
    padding-top: 120px !important;
}
.paddBT120{
    padding-bottom: 120px !important;
}

.w50{
    width:50% !important;
}
.w60{
    width:60% !important;
}
.w70{
    width:70% !important;
}
.w80{
    width:80% !important;
}
.w90{
    width:90% !important;
}
.ttransform-none{
    text-transform:none !important;
}
.opbottom{
    object-position:bottom;
}
.optop{
    object-position:top;
}
.opright{
    object-position:right;
}
.opleft{
    object-position:left;
}
.container, .container-fluid,.row{
    padding-left:0 !important;
    padding-right:0 !important;
}
.opac{
    opacity:0;
}
.uppercase{
    text-transform:uppercase;
}
.none{
    display: none !important;
}
body{
    background:#FDF9F9;
}
body .row{
    margin:0;
}
html{
     overflow-x:hidden;
}
p{
    margin-bottom:0;
}
/*Animaciones*/
.animationOpac{
    animation:animopac 1s forwards;
}
@keyframes animopac{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.animationLeft{
    animation:fadeinleft 1s forwards;
}
@keyframes fadeinleft{
    from{
        transform:translateX(-1000px);
    }
    to{
        transform: translateX(0);
    }
}
.animationRight{
    animation:fadeinright 1s forwards;
}
@keyframes fadeinright{
    from{
        transform:translateX(1000px);
    }
    to{
        transform: translateX(0);
    }
}
body{
    color:var(--colorSecondary);
    font-family:var(--fontLight);
    font-size:18px;
    line-height:1.7em;
    position:relative;
}
/*Header*/
.header{
    padding:20px 30px;
    position:absolute;
    z-index:3;
    width:100%;
    top:0;
    left:0;
}
.editMode .header{
    position:relative;
}
.header.hfixed:not(.editMode .header.hfixed){
    position: fixed;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border-top:8px solid var(--colorPrimary);
    padding:10px 30px;
    background:#fff;
}
.header .logo-desktop:not(.header.hfixed .logo-desktop){
    height:100px;
    width:auto;
}
.header .accesos-header>.row {
    float: right;
    flex-wrap: nowrap;
    padding-right:30px !important;
}
.header .accesos-left>.row{
    float: left;
}
.editMode .header .accesos-header>.row{
    flex-wrap:wrap;
}
.header .accesos-header>.row>.col,.header .accesos-left>.row>.col{
    padding:0 15px;
}
.personLogin-content:before {
    content: url(/dam/monoHotel-Condesa/home/icons/login.png);
}
.mybooking-content:before {
    content: url(/dam/monoHotel-Condesa/home/icons/cart.png);
}
.mybooking-content-text, .person-login-text, span.bi-cart-fill, span.bi.bi-person-fill {
    display: none;
}
.group-languages-texts .btn-secondary.open-selector-language {
    background: transparent;
    border: 0;
    color:#000;
    font-family: var(--fontRegular);
    position: relative;
    vertical-align: 1px;
    font-size: 18px;
}
.group-languages-texts .options-selector-language{
    padding:0;
}
.group-languages-texts .dropdown-item{
    color:#000;
}
.group-languages-texts .dropdown-item:hover{
    color:#fff;
    background:#000;
}
.open-selector-language span{
    position:relative;
}
.open-selector-language span:after {
    position: absolute;
    top: 6px;
    right: -10px;
    font-size: 8px;
    content: "\f078";
    font-family: 'FontAwesome';
    color:#000;
}
.grid-menu{
    display:none;
}
.offcanvas{
    background:#fff;
    transition:transform 0.4s ease-in-out !important;
}
.offcanvas-body{
    background: url(/dam/monoHotel-Condesa/home/isotipo-menu-hotel-condesa.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.top-bar>.row{
    align-items:flex-start;
}
.editmode .top-bar>.row{
    align-items:center;
}
.menu-desktop a{
    padding:0 16px;
    font-family:var(--fontRegular);
    transition:.3s all;
}
.menu-desktop a:hover{
    font-family:var(--fontMedium);
}
/*Stage*/
.breadcrumb {
   padding-top:10px;
}
.breadcrumb-item.active{
    color:var(--colorPrimary);
}
.stage{
    position:relative;
}
.stage>.row>.col{
    padding:0;
}
.container-hero{
    position:relative;
}
.container-hero img.img-responsive{
    height:100vh;
}
.container-hero:before{
    content:"";
    position:absolute;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    z-index:2;
   
}
.container-hero.over-white:before {
    background: rgba(255, 255, 255, 0.15);
}
.containerTxtSlide{
    position:absolute;
    width:100%;
    top:20%;
    left:0;
    z-index:2;
}
p.titleHero{
    font-size:52px;
    line-height:110%;
    font-family:var(--fontMedium);
    color:#0D0D0D;
}
.grid-motor:not(.editMode .grid-motor){
    position:absolute;
    bottom:-20px;
    left:0;
    width:100%;
    z-index:2;
}
/*Body*/
h1,h2,h3{
    font-family:var(--fontMedium);
    text-transform:uppercase;
}
.lower{
    text-transform:none !important;
}
h1{
    font-size:36px;
    line-height:42px;  
    letter-spacing: 1.8px;
}
h2{
    font-size:30px;
    line-height:42px;  
}
.btn-primary{
    background:#BD8C43;
    border-radius:4px;
    color:#fff;
    padding:13px 28px;
    transition:.5s all;
    text-align:center;
    font-family:var(--fontBold) !important;
    line-height: 24px; /* 150% */
    letter-spacing: 1px;
}
.btn-primary:hover{
    background:var(--colorSecondary);
}
.text-intro p{
    font-family: Gilroy-Light;
    font-size: 36px;
    line-height: 110%;
}
.text-intro p img.star{
    vertical-align:-2px;
    width:40px;
    height:auto;
}
.star{
    padding-bottom:15px;
}

.title-img{
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.col-gray>.row{
    background:var(--colorPink);
}
.col-gray>.row>div:first-child .htt-text-image,
.col-gray>.row>div:first-child .htt-text-image>div,
.col-gray>.row>div:first-child .htt-text-image>div img.img-responsive{
    height:100%;
}
.col-gray>.row>div:last-child{
    align-self:center;
    padding:60px 80px;
}
.col-gray>.row>div{
    padding:0;
}



.swiper-right{
    padding-left:5% !important;
}
.row>*{
    padding-left:0;
    padding-right:0;
}
.swiper-pagination{
    position:relative;
    margin-top:20px;
}
.swiper-pagination-bullet-active{
    background:var(--colorSecondary);
}
.swiper-pagination-bullet{
    width:12px;
    height:12px;
}
.swiper-side-transparent .swiper-slide img.img-responsive,
.swiper-experiencias-home .swiper-slide img.img-responsive{
    height:66vh;
}
.swiper-rooms-home .swiper-slide h3{
    font-family:var(--fontPrimary);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.room-home{
    position:relative;
}
.swiper-rooms-home .swiper-slide .room-home .text-room{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    transition:.3s all;
}
.swiper-rooms-home .swiper-slide-active .room-home .text-room{
     background:linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.30) 100%)
}
.swiper-rooms-home .swiper-slide-active .room-home .text-room p{
    line-height:1.2em;
}
.swiper-rooms-home .swiper-slide{
    opacity:.6;
}
.swiper-rooms-home .swiper-slide .room-home  .text-room>*{
    opacity:0;
}
.swiper-rooms-home .swiper-slide-active .room-home  .text-room>*,
.swiper-rooms-home .swiper-slide-active{
    opacity:1;
}
.grid-hotelverse *:has(>.hv-module){
    padding-bottom:calc(55.5% + 54px)!important;
}
p.icons-room{
    text-transform:uppercase;
    font-family:var(--fontMedium);
    display:flex;
    color:#000;
    margin-bottom:15px;
    
}
p.icons-room span{
    display:flex;
    align-items:center;
    padding-right:16px;
    color: var(--colorPrimaryClear)
}
p.icons-room span img{
    margin-right:4px;
    
}
.buttons-room{
    display: flex;
    justify-content: space-between;
    
}
.swiper-rooms-home .buttons-room div, .swiper-rooms .btn-book,
.swiper-rooms .link-room{
    padding:18px 40px;
    border:1px solid #000;
    transition:.5s all;
    border-radius:4px;
    min-width:200px;
    display:inline-block;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0.30) 10%, rgba(255, 255, 255, 0.80) 100%)!important;
    font-weight:600;
}
.buttons-room div a{
    color:#000;
    cursor:pointer;
}
a.price_from{
    font-size:20px;
}
.buttons-room div:hover,.swiper-rooms .btn-book:hover{
    background:rgba(0, 0, 0, 0.20);

}
.experiencia-home{
    position:relative;
}
.experiencia-home>img.img-responsive{
    filter:blur(2px);
    transition:.3s all;
}
.experiencia-home:hover>img.img-responsive{
    filter:blur(0);
}
.text-experiencia-home{
    position: absolute;
    width: 60%;
    left: 20%;
    top: 20%;
    height: 60%;
    border: 12px solid var(--colorPrimary);
    border-bottom: 48px solid var(--colorPrimary);
}
.experiencia-home .clip{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.experiencia-home .clip img.img-responsive{
    clip-path: inset(20% 20% 20% 20%);
}
.text-experiencia-home h3{
    position: absolute;
    bottom: -48px;
    width: 100%;
    font-size: 18px;
    line-height: 112.5%;
    letter-spacing:2.4px;
}
.swiper-experiencias-home .swiper-pagination-bullet, .swiper-rooms .swiper-pagination-bullet{
    width:6px;
    height:6px;
}
.swiper-experiencias-home .swiper-pagination-bullet-active,
.swiper-rooms .swiper-pagination-bullet-active{
    background:var(--colorPrimary);
    width:25px;
    border-radius:7px;
}
.playa-alcudia{
    background-image:url(/dam/monoHotel-Condesa/home/banner-playa-alcudia-hotel-condesa.webp);
    background-size: cover;
    height:calc(100vh - 100px);
    background-repeat:no-repeat;
}
.playa-alcudia .btn-primary{
    background:#BD8C43;
}
.playa-alcudia .btn-primary:hover{
    background:var(--colorSecondary);
}
body p .fa-check{
    color:var(--colorPrimary);
}
body p .fa, 
body p .fa-solid, 
body p .fa-regular,
body p .fas{
    color: var(--colorPrimary);
}
/*Footer*/
body .footer{
    background:#000;
    color:#fff;
    font-family:var(--fontMedium);
}
body .footer a,body .footer .title-footer{
    color:#fff;
    font-size:15px;
}
body .footer a, body .footer .copy span{
    opacity:.8;
    transition:opacity .3s;
}
body .footer a:hover, body .footer .copy span:hover{
    opacity:1;
}
.footer .copy{
    padding:60px 30px !important;
}
.footer .redes-footer{
    display: flex;
    justify-content: flex-end;
}
.footer .redes-footer a{
    width: fit-content;
    display: block;
    margin-right:10px;
}
.footer .redes-footer i{
    border-radius: 45%;
    border: 1px solid rgba(255,255,255,.7);
    width: 44px;
    height: 38px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.footer .copy .fa-heart{
    color:#53A4F4;
}
body .footer .title-footer{
    font-family:var(--fontBold);
    text-transform:uppercase;
}
.footer .fa-star{
    font-size:10px;
    vertical-align:5px;
}
/*Habitaciones*/
.box-room{
    position:relative;
}
.box-room .text-room{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    transition:.5s all;
    cursor:pointer;
}
.box-room .text-room h3{
    text-transform:capitalize;
    color:black;
}
 .col:has(.swiper-rooms){
    flex:none;
}
.swiper-rooms .swiper-slide img.img-responsive{
    height:400px;
}
.swiper-rooms .price_from_container{
     display:flex;
     justify-content:center;
     font-weight:900;
 }
.swiper-rooms .price_from_container p a {
     color:var(--colorPrimary);
}
.swiper-rooms .btn-book,
.box-room .text-room h3 a, .swiper-rooms .link-room{
       color:#000;
}
.swiper-rooms .buttons-room{
    display:none;
}
.swiper-rooms .box-room:hover .buttons-room{
    display:flex !important;
    gap:15px;
    flex-direction:column; 
}
.swiper-rooms .box-room:hover .text-room h3{
    color:#fff;
}
.swiper-rooms .box-room:hover .price_from_container p{
    padding:5px;
    border-radius:4px;
}
.swiper-rooms .box-room:hover .btn-book,
.swiper-rooms .box-room:hover .buttons-room .link-room,
.swiper-rooms .box-room:hover .price_from_container p{
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 10%, rgba(255, 255, 255, 0.80) 80%)!important;
}
/*Detalle habitación*/
.containerTxtSlide p.icons-room{
    justify-content:center;
}
.containerTxtSlide p.icons-room img{
    filter:brightness(0) invert(0);
}
.detalle h2{
    font-size:24px;
    line-height:1.2em;
    text-transform:none;
}
.text-detalle{
    padding-right:30px;
}
.servicios-incluidos{
    background:#F4F1ED;
    padding:60px;
}
.fa-circle{
    color:var(--colorPrimary);
    font-size:6px;
    margin-right:3px;
    vertical-align:middle;
}
.detalle .price_from_container a{
    font-family: var(--fontMedium);
    color: var(--colorPrimary);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.detalle .box-room .text-room{
   /* background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.50) 100%);*/
      background:linear-gradient(180deg, rgba(255, 255, 255, 0.20) 10%,rgba(255,255,255, 0.50) 100%);
}
/*Experiencias*/
.grid-experiencia{
    overflow-x:hidden;
}
.grid-experiencia .experiencia-home img.img-responsive,
.grid-experiencia.servicio img.img-responsive:not(.grid-experiencia.servicio.column-img-left img.img-responsive){
    height:100%;
}

.grid-experiencia>.row>div>div:has(.bgGray),
.grid-experiencia .bgGray{
   min-height:66vh;
   height:100%;
}
.grid-experiencia .bgGray{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:60px 80px;
}

.grid-experiencia>.row{
    column-gap:24px;
    flex-wrap:nowrap;
}
.grid-experiencia .column-img{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content:space-between;
}
 .grid-experiencia img.img-responsive:not(.grid-experiencia.column-img-left img.img-responsive){
    height:100%;
}
.grid-experiencia>.row>div>.htt-text-image,
.grid-experiencia>.row>div>.htt-text-image>div:has(img.img-responsive),
.grid-experiencia>.row>div>.htt-text-image>div img.img-responsive,
.grid-experiencia>.row>div>.htt-text-image>div img.img-responsive:not(.grid-experiencia>.row>div>.htt-text-image>div.column-img img.img-responsive)
.grid-experiencia .bgGray.bgPink{
    height:100%;
}
.title-experiencia{
    position: absolute;
    top: 0;
    padding: 20px 20px 5px 20px;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.title-experiencia p.colorSemiblack{
    text-transform: uppercase;
    font-family: var(--fontMedium);
    font-size:14px;
    margin-left:calc(20% - 15px);
    color:#4D4D4D !important;
}
.editMode .grid-experiencia>.row{
    column-gap:0;
    flex-wrap:wrap;
}
.editMode .grid-experiencia .experiencia-home img.img-responsive,
.editMode .grid-experiencia div:has(.bgGray),
.editMode .grid-experiencia .bgGray{
    height:auto;
    min-height:auto;
}

/*Detalle experiencias*/
/*Gastronomía*/
.intro-experiencia{
    background:#000;
}
.intro-experiencia .swiper, .intro-experiencia .box-room{
    height:100%;
}
.intro-experiencia .swiper-slide img.img-responsive{
    min-height:60vh;
    height:100%;
}
.intro-experiencia-max .swiper-slide img.img-responsive{
    min-height:auto;
    max-height:70vh;
}
.intro-experiencia .swiper-pagination{
    position:absolute;
    margin-top:0;
}
.intro-experiencia>.row>div>.htt-text-image,.intro-experiencia>.row>div>.htt-text-image img.img-responsive{
    height:100%;
}
.text-intro-experiencia{
    padding:60px;
   
}

.intro-experiencia .text-intro-experiencia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 60px 60px;
    
}
/*Galería*/
.video-galeria{
    width:100%;
    object-fit:cover;
}
.nav-tabs{
    justify-content:center;
}
.nav-tabs .nav-link{
    border:none;
    color: rgba(0,0,0,.3);
    text-transform: uppercase;
    font-family: var(--fontRegular);
    letter-spacing: 0.28px;
    transition:.2s all;
}
.nav-tabs .nav-link.active{
    color:#000;
    border-bottom:3px solid #000;
    background:transparent;
}
.nav-tabs .nav-link:hover{
    color:#000;
}
.grid-galeria{
    display: flex;
    gap: 20px;
}
.grid-galeria .big-image{
    flex:5;
}
.grid-galeria .big-image img.img-responsive{
    height:80vh;
}
.grid-galeria .thumbs{
    display:flex;
    flex-direction:column;
    gap:20px;
    flex:1
}
.grid-galeria .thumbs img.img-responsive{
    height:calc(16vh - 16px);
}
.grid-galeria .thumbs>div{
    position:relative;
    cursor:pointer;
}
.grid-galeria .thumbs .sup-thumbs{
    transition:.3s all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:0;
}
.grid-galeria .thumbs>div:hover .sup-thumbs{
    opacity:1;
}
.grid-galeria .thumbs .sup-thumbs p{
    font-size: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Error 404*/
.text-error{
    font-size:24px;
    font-family:var(--fontMedium);
}
.title-error{
    font-size:48px;
    font-family:var(--fontBold);
}
.menu-tablet:not(.editMode .menu-tablet){
    display:none;
}
.menu-tablet li{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.menu-tablet .navbar-nav .nav-link{
    font-family:var(--fontRegular);
    padding:8px;
    text-align: left;  
    text-transform:uppercase;
}
.navbar-toggler{
    border:none;
    padding-top:0;
    padding-bottom:0;
}
/*Contacto*/
.grid-ic-contact{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    /*background:#fff;*/
    padding:10px;
}
.grid-ic-contact.ic-sustainability{
    background:none;
   
}

.grid-ic-contact>div{
    min-width:33%;
    flex:1;
}
form input:not(form input[type=submit],form input[type=checkbox] ), form textarea{
    width:100%;
    border:none;
    min-height:50px;
    border-radius:4px;
}
input[type=submit]{
    background:var(--colorPrimary);
    border-radius:4px;
    color:#fff;
    padding:13px 28px;
    transition:.5s all;
    text-align:center;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 1px;
    border: none;
    margin-top:10px;
    float:right;
}
input[type=submit]:hover{
    background:var(--colorSecondary);
}
.form-row{
    margin:0 5px;
}
.form-item:has(input[type=checkbox]){
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
body .form-item:has(input[type=checkbox]) p{
    font-size:15px;
    line-height:1.2em;
}
/*Faqs*/
.accordion{
    --bs-accordion-bg:transparent;
}
.accordion-item{
    border: none;
    border-bottom: 1px solid var(--colorSecondary);
}
.accordion-button:not(.collapsed){
    background-color:transparent;
    box-shadow:none;
    color:var(--colorSecondary);
    border-color: var(--colorSecondary);
}
.accordion-button:focus{
    box-shadow:none;
}

/*Seguro cancelación*/
.secure-link {
    text-decoration: underline !important;
    text-underline-offset: 3px; 
    color: var(--colorPrimary);
    font-weight: bold;
}

/*Area cliente*/

.custom-menu {
    display: flex;
    gap: 15px;
    border-bottom: 2px solid  #e6e6e6;
    padding-bottom: 5px;
    list-style: none;
    margin: 0;
    position:relative;
    justify-content: center;
}

.custom-menu ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-menu li {
    list-style: none;
}
.custom-menu__item {
   font-family: var(--fontRegular), sans-serif;
   font-size: 20px;
   color: var(--colorSecondary);
   text-decoration: none;
   padding: 10px 20px;
   border-radius: 5px 5px 0 0;
   transition: all 0.3s ease;
   position: relative;
}
.custom-menu__item::after {
    content: "";
    display: block;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    transition: background 0.3s;
}
.custom-menu__item:hover, .custom-menu__item.active {
    color: var(--colorPrimary);
}
.custom-menu__item.active::after {
    background: var(--colorPrimary);
}
.bg-box{
    background: #fff;
}

/*Suscripción Newsletter*/
.sp-form{
    border:none !important;
    font-family:var(--fontMedium) !important;
    width: 600px !important;
    background:transparent !important;
    margin-top:40px !important;
}
.sp-form button, .sp-form input, .sp-form input[type=text], 
.sp-form input[type=email],
.sp-form input[type=tel],
.sp-form input[type=number], 
.sp-form optgroup, .sp-form select,
.sp-form textarea {
    font-family: var(--fontRegular) !important;
}
.sp-form .sp-button{
    color: #ffffff !important;
    background-color: var(--colorPrimary) !important;
    border-radius: 4px;
    transition: .5s all;
    font-family: var(--fontBold) !important;
    letter-spacing: 1px;
    font-size:18px !important;
}
.sp-form .sp-form-fields-wrapper {
    width: 100% !important;
}
.sp-form .sp-field input[type="checkbox"] + span,
.sp-form .sp-field input[type="radio"] + span {
  font-size: 14px !important;
  font-family:var(--fontRegular) !important; 
}

/*Aviso Oferta no vigente*/

.grid-master-offer{
    max-width: 600px;
    width: 90%;
    margin: 20px auto;
    padding: 15px;
    background-color: #FFF5E1;
    border: 1px solid #BD8C43;
    border-radius: 8px;
    text-align: center;
  }

/* Pag. Sostenibilidad */

.sust-container {
    display: flex;
    flex-direction: row;
    height: auto;
}

.sust-content {
    flex: 6.5; /* 65% del ancho */
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:var(--colorPink);
}

.sust-image {
    flex: 3.5; /* 35% del ancho */
    display: flex;
}

.sust-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
/*cms-btn-up-mov*/
.cms-btn-up-mov{
    position: fixed;
    width: 48px;
    height: 48px;
    opacity: 0.8;
    bottom: 100px;
    right: 20px;
    background: var(--colorPrimary);
    border-radius: 50% !important;
    border:3px solid #fff;
    text-align: center;
    padding: 10px;
    transition: .5s all;
    display:none;
    z-index:5;
    color:#fff;
}
.cms-btn-up-mov i{
    font-size:21px;
   transition:.5s all;
}
.cms-btn-up-mov:hover i{
    font-size:23px;
}
@media(max-width:767px){
.cms-btn-up-mov{
  bottom:180px;
}
}
@media(min-width:1024px){
    body{
        overflow-x:hidden;
    }
    .hide-desktop{
        display:none !important;
    }
}
/* Pag. sostenibilidad: A partir de 768px hasta 1024px */
@media (max-width: 1024px) {
    .offcanvas-body{
         background-size:90%;
    }
   .grid-ic-contact.ic-sustainability{
       flex-direction:column;
       align-items: center;
   }
    .sust-container {
        flex-direction: column;
        height:auto;
    } 
    .sust-content {
        order: 1; 
        width: 100%;
    }
    .sust-image {
        order: 2;
        width: 100%;
        height: auto; 
    }
    .sust-image img {
        height: 40vh; 
        max-width:100%;
        width:100%;
       
    }
    .footer .copy{
        padding-bottom:100px !important;
    }
    .footer .redes-footer{
         justify-content:center;
     }
}

@media(min-width:768px) and (max-width:1024px){
    /*.menu-tablet{
        display:block !important;
    }
    .menu-desktop{
        display:none;
    }*/
}
@media(min-width:992px) and (max-width:1440px){
    .grid-hotelverse>.row>div>div:has(#hv), #hv{
        height:100% !important;
    }
}
@media (max-width:1444px){
    #buttonShowSearcherScroll{
        top:15% !important;
    }
    .text-experiencia-home h3{
        font-size: 16px;
        bottom:-44px;
    }
    .grid-experiencia .bgGray,
    .col-gray>.row>div:last-child{
        padding:40px;
    }
    h2,.swiper-rooms-home .swiper-slide h3{
        font-size:42px;
        line-height:50px;
    }
    .containerTxtSlide{
        top:28%;
    }
}

@media(max-width:1024px){
    .w50, .w60, .w70, .w80, .w90{
        width:96% !important;
        padding-left:2%;
        padding-right:2%;
    }
    body{
        overflow-x:hidden;
    }
    .paddTop120{
        padding-top:60px !important;
    }
    .paddTop60{
        padding-top:40px !important;
    }
    .col-gray>.row>div:last-child{
        padding:80px 60px;
    }
    .swiper-rooms-home .swiper-slide h3{
        font-size:36px;
    }
    .swiper-rooms-home .swiper-slide .room-home .text-room{
        padding:24px;
    }
    .grid-experiencia.column-img-right>.row>div:last-child,
    .grid-experiencia.column-img-left>.row>div:first-child{
        display:none;
    }
    .grid-galeria .big-image img.img-responsive{
        height:60vh;
    }
    .grid-galeria .thumbs img.img-responsive{
        height:calc(12vh - 12px);
    }
    p.icons-room{
        justify-content:space-between;
        margin-bottom:20px;
        font-size:15px;
    }
    p.icons-room span{
        padding-right:0;
        flex-direction:column;
        flex:1;
    }
    .swiper-rooms .buttons-room{
        flex-direction:column;
    }
    .swiper-rooms .buttons-room p:last-child{
        margin-top:10px;
    }
}
@media(max-width:991px){
     .dropdown:not(.dropdown.group-languages-texts){
        width:100%;
    }
    .dropdown button{
        width: 100%;
        border-radius: 0;
        background: var(--colorPrimary);
        padding: 12px;
        font-size: 21px;
        border:none;
    }
    .dropdown-menu{
        width:100%;
    }
    .dropdown-item.active{
        background-color:var(--colorSecondary);
    }
    .grid-experiencia>.row{
        flex-wrap:wrap;
    }
    .grid-experiencia.invert>.row>div:last-child{
        order:1;
    }
    .grid-experiencia.column-img-left>.row>div:nth-child(3),
    .grid-experiencia.invert>.row>div:first-child{
        order:2;
    }
     .grid-experiencia.column-img-left>.row>div:nth-child(2){
        order:3;
    }
    .grid-experiencia{
        overflow-x:visible;
    }
    .grid-experiencia .experiencia-home img.img-responsive, 
    .grid-experiencia div:has(.bgGray), .grid-experiencia .bgGray,
    .grid-experiencia.servicio img.img-responsive{
        height:auto;
    }
    
    .grid-experiencia .experiencia-home img.img-responsive,
    .grid-experiencia.servicio img.img-responsive{
        max-height:50vh;
    }
    .grid-experiencia .bgGray{
        padding:40px 30px;
    }
     
    .servicios-incluidos{
        margin-top:20px;
    }
}
@media(min-width:768px){
    .group-languages-texts .btn-secondary.open-selector-language{
        padding:0;
    }
    .menu-mobile{
        display:none;
    }
    .flex-center>.row{
        display:flex;
        align-items:center;
    }
    .accesos-left .navbar, .accesos-left .navbar .navbar-toggler{
        padding:0 !important
    }
    .navbar-nav{
        padding-left:20px !important;
    }
    /*.navbar-nav .nav-item a{
        text-transform:uppercase;
    }*/
    .navbar-nav .nav-item{
        /* border-bottom:1px solid rgba(0, 0, 0, .1);*/
         padding:15px 0;
    }
     .navbar-nav .nav-item:last-child{
         border-bottom:none;
     }
    .offcanvas.offcanvas-start{
        border-right:none;
    }
    .navbar-nav .nav-link{
        width:100%;
        font-size:42px;
    }
    .offcanvas-body{
        display: flex;
        align-items: center;
    }
}
 @media(max-width:767px){
     .grid-motor:not(.editMode .grid-motor){
         z-index:3;
     }
     h1{
         font-size:32px;
         line-height:36px;
     }
      h2, p.titleHero{
         font-size:28px;
         line-height:34px;
     }
     .title-img{
         flex-direction:column;
         align-items:center;
     }
     .text-intro p{
         font-size:24px;
         line-height:120%;
     }
     .text-intro p img.star{
         padding-bottom:8px;
         width:30px;
     }
     .header{
         padding:20px 15px;
     }
     .header .logo img{
        max-height: 55px;
        width: auto;
     }
     .header .accesos-header>.row{
         margin-top:10px;
     }
     .menu-desktop{
         display:none;
     }
     .header .accesos-header>.row{
         padding-right:0 !important;
     }
     .header .accesos-header>.row>.col{
         padding:0 0 0 20px;
     }
     /*.header .accesos-header>.row>.col .mybooking-wrapper{
        margin-right:15px !important;
    }*/
    .header .navbar-toggler{
        padding-left:0;
    }
     .menu-mobile{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
     }
     .menu-mobile.uppercase{
         text-transform:none !important;
     }
     .menu-mobile a{
        font-family:var(--fontRegular);
        padding:8px;
        /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
        width: 100%;
        text-align: center;
        font-size:22px;
     }
     .dropdown.htt-language-selector{
         float:right;
     } 
     .offcanvas-header .btn-close{
         margin-right:20px;
     }
     .mybooking-content>button, .personLogin-content>button{
         display:none;
     }
     .grid-ic-contact>div{
         min-width:50%;
     }
     .text-experiencia-home{
        width: 80%;
        left: 10%;
        top: 10%;
        height: 80%;
     }
     .experiencia-home .clip img.img-responsive{
       clip-path: inset(10% 10% 10% 10%);
     }
     .swiper-right{
         padding-left:0 !important;
     }
     .col-gray>.row>div:last-child{
         padding:60px 30px;
     }
     .buttons-room div:last-child{
         margin-top:8px !important;
     }
     .btn-primary.btn-book{
         display: inline-block;
         width:300px;
         margin-bottom: 20px;
     }
     .changeLC{
         text-align:center !important;
     }
     .grid-galeria .big-image img.img-responsive{
         height: 65vh;
     }
    .grid-galeria .thumbs img.img-responsive{
      height:calc(13vh - 16px);
    } 
     .swiper-rooms-home .buttons-room div{
         text-align:center;
     }
     .swiper-rooms-home .buttons-room {
         flex-direction: column;
         gap:20px;
     }
     
     .containerTxtSlide p.icons-room{
         flex-direction:column;
     }
     .containerTxtSlide p.icons-room span{
         margin-bottom:5px;
     }
     .dropdown-item.active{
         background-color: var(--colorPrimary) !important;
     }
     .dropdown-item:hover,
     .dropdown-item:focus {
      background-color: #000000 !important;
      color: white !important;
     }
     .grid-ic-contact.ic-sustainability{
         flex-direction:column;
     }
     
     .logo-footer img{
         max-width:320px;
     }
     .footer p.right.redes-footer{
         text-align:center !important;
         margin-top:10px;
     }
     .infochat_floatmain.infochat_theme1.siq_bR {
        bottom: 12vh !important;
    }
 }
 
 