/*Variables*/
:root {
    --fontPrimary:"Montserrat", sans-serif;  
    --colorOrange:#EA9617;
    --colorBook:#F8DCB2; 
    --colorBookHover:#f5cb8b;
    --colorBlue:#156081;
    --colorPrimary:#07202B;
    --colorClear:#F6F9FA;
    --colorMedium:#f4f4f4;
    --colorDark:#8AB0C0;
    --colorYellowClear:#FCF7F0;
    --colorYellowMedium:#F8EEE1;
    --colorBrownMedium:#B19075;
    --colorBrownDark:#4E3208;
    --gradient:linear-gradient(180deg, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0) 100%);
    --bgPrimary:#156081;
}
/*Estilos genéricos*/
.center{
    text-align: center !important;
}
.left{
    text-align: left !important;
}
.right{
    text-align: right !important;
}
.fontPrimary{
    font-family: var(--fontPrimary) !important;
}
.fontSecondary{
    font-family: var(--fontSecondary) !important;
}
.colorPrimary{
    color:var(--colorPrimary) !important;
}
.colorSecondary{
    color:var(--colorSecondary) !important;
}
.white,.white strong, .white span{
    color:#fff !important;
}
.colorYellowClear{
    color:var(--colorYellowClear) !important;
}
.colorBrownMedium{
    color:var(--colorYellowMedium) !important;
}
.colorBrownDark{
    color:var(--colorBrownDark) !important;
}
a{
    text-decoration:none !important;
    color:var(--colorPrimary);
}
.img-responsive{
    max-width:100%;
    width:100%;
    height:auto;
}
.m0Auto{
    margin:0 auto !important;
}
.mTop20{
    margin-top: 20px !important;
}
.mTop40{
    margin-top: 40px !important;
}
.mTop60{
    margin-top: 60px !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;
}
.paddBT20{
    padding-bottom: 20px !important;
}
.paddTop40{
    padding-top: 40px !important;
}
.paddBT40{
    padding-bottom: 40px !important;
}
.paddTop60{
    padding-top: 60px !important;
}
.paddBT60{
    padding-bottom: 60px !important;
}
.paddTop120{
    padding-top: 120px !important;
}
.paddBT120{
    padding-bottom: 120px !important;
}
.paddTop200{
    padding-top:200px !important;
}
.paddBT200{
    padding-bottom:200px !important;
}
.bTop{
    border-top: 1px solid rgba(255,255,255,.1);
}
.w50{
    width:50% !important;
}
.w60{
    width:60% !important;
}
.w70{
    width:70% !important;
}
.w80{
    width:80% !important;
}
.w90{
    width:90% !important;
}
.hide{
    display:none !important;
}
html{
    overflow-x:hidden;
}
body, .data-protection table {
    font-family:var(--fontPrimary);
    font-size:18px;
    font-weight:400;
    position:relative;
    overflow-x:hidden;
    color:var(--colorPrimary);
    line-height:1.3em;
}
p{
   margin-bottom:0; 
}
.container, .container-fluid,.row{
    padding-left:0 !important;
    padding-right:0 !important;
}
h1, h2, p.title{
    font-size:42px;
    font-weight:500;
    line-height:1.2em;
}
h3{
    font-size:26px;
    font-weight:400;
    text-transform:uppercase;
        line-height:1.2em;
}
#breadcrumb{
    display:none;
}
/*Animaciones*/
.animationOpac{
    animation:animopac 1.5s forwards;
}
@keyframes animopac{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/*Header*/
.header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:transparent;
    z-index:4;
    padding:15px 10px;
}
.editMode .header{
    position:relative !important;
}
.accesos-header>.row{
    flex-wrap:nowrap;
}
.navbar-toggler{
    border:none;
    padding-left:0;
}
.navbar-toggler-icon{
    background-image:url(/dam/monoHotel-Caprici/home/menu-toggle.png);
    filter:brightness(0) invert(1);
    margin-top:-5px;
}
img.logo{
    max-height:50px;
    width:auto;
    filter:brightness(0) invert(1);
}
.menu{
    display:flex;
    justify-content:center;
    align-items:center;
}
.menu a{
    color:#fff;
    font-family:var(--fontPrimary);
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    padding:0 15px;
}
.nav-link{
    color:var(--colorBlue) !important;
}
.group-languages-texts .btn-secondary.open-selector-language {
    background: transparent;
    border: 0;
    color:#fff;
    font-family:var(--fontPrimary);
    font-size:16px;
    font-weight:500;
    position:relative;
}
.open-selector-language span:after{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 8px;
    content: "\f078";
    font-family: 'FontAwesome';
    color:#fff;
}
.top-menu>.row{
    display:flex;
    align-items:center;
}
.mybooking-content-text, .person-login-text-not-logged{
    display:none;
}
@media (min-width: 768px) {
    span.glyphicon.glyphicon-shopping-cart, span.glyphicon.glyphicon-user {
        display: none;
    }
}
.bi-person-fill:before {
    content: url(/dam/monoHotel-Caprici/home/icons/ic-user.png);
    position: relative;
    filter:brightness(0) invert(1);
}
.personLogin-content img, .mybooking-content img{
    filter:brightness(1) !important;
}
.personLogin-content{
    text-align: right;
    line-height: 1.1em;
}
.personLogin-content span{
    font-size:12px;
    color:#fff;
}
.bi-cart-fill:before {
    content: url(/dam/monoHotel-Caprici/home/icons/ic-book.png);
    position: relative;
    filter:brightness(0) invert(1);
}
/*Cabecera*/
.price-hero img.img-responsive{
    height:100vh;
    width:100%;
    object-fit:cover;
}
.container-hero{
    position:relative;
}
.container-hero img.img-responsive{
    height:100vh;
    object-fit:cover;
}
.containerTxtSlide{
    position:absolute;
    width:100%;
    top:30%;
    z-index:2;
}
.pet-friendly{
    position: absolute;
    top: 100px;
    right: 40px;
    z-index: 2;
}
.pet-friendly img{
    max-height:80px;
    width:auto;
}
.container-hero picture:before {
    content: "";
    position: absolute;
    background: var(--gradient);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.container-hero.container-hero-entorno picture:before{
    background: linear-gradient(0deg, rgba(7,32,43,1) 0%, rgba(7,32,43,0) 50%);
}
.containerTxtSlide p{
    text-transform:uppercase;
    font-size: 52px;
    font-style: normal;
    line-height:1.2em;
}
.cabecera-motor{
    position:relative;
}
.grid-motor{
    position:absolute;
    bottom:60px;
    width:100%;
    z-index:3;
}
#buttonShowSearcherMobile{
    bottom:20px !important;
}
#buttonShowSearcherMobile, #buttonShowSearcherScroll{
    background:var(--bgPrimary) !important;
    border:2px solid #fff;
    padding:15px 25px !important;
}
#buttonShowSearcherScroll{
    transform:scale(.8);
}
/*Ventajas*/
.gridVentajas{
    background: var(--colorPrimary);
    padding:15px 0;
}
.gridVentajas{
    display:none;
}
.ventajas-area-cliente .gridVentajas{
    display:block;
}
.cabecera-motor .gridVentajas{
    display:block;
    background: var(--bgPrimary);
    padding:0;
    font-family:var(--fontPrimary) !important;
    width:100%;
}
/*#app-container>div>div{
    display: flex;
    align-items: flex-start;
}*/
.ventajas-mobile .col{
    padding:0 !important;
}
.ventajas-mobile.gridVentajas{
    background:var(--colorPrimary);
}
.swiperVentajas .swiper-button-prev:after,.swiperVentajas  .swiper-button-next:after{
    color:#fff;
    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-size:18px;
}
.gridVentajas img{
    margin-right:10px;
}
/*Ventajas  motor*/
.cabecera-motor .tab__label,
.cabecera-motor  .tab__close {
    display: flex;
    color: white;
    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: 8px;
  }
  .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: 16.6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.cabecera-motor  .tab__content ul li p {
    width: 100%;
    color: white;
    text-align: center !important;
}
.cabecera-motor  .tab input:checked ~ .tab__content {
    max-height: 10rem;
  }

  /* 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 */
  }
  
/*Secciones home*/
.intro{
    padding:70px 130px;
}
.intro.bgPrimary{
    background-image:url(/dam/monoHotel-Caprici/home/bg-intro-caprici-beach-hotel-spa.png);
    background-repeat:no-repeat;
    background-size:contain;
    padding:120px 0;
}
.imgIntro{
    position:relative;
    cursor:pointer;
}
.imgIntro img.img-responsive{
    object-fit:cover;
}
a:has(.imgIntro2){
    position: absolute;
    bottom:-10%;
    right:-10%;
    width: 50%;
    border:10px solid;
}
.grid-imgIntro .htt-text-image, .grid-imgIntro .imgIntro, .grid-imgIntro .imgIntro img.img-responsive:first-child{
    height:100%;
}
.swiper-intro-home .swiper-slide{
    width:20%;
}
.swiper-intro-home .swiper-pagination-clickable .swiper-pagination-bullet{
    background:#fff;
}
.swiper-intro-home .swiper-slide img.img-responsive{
    min-height:400px;
    object-fit:cover;
}
.swiper-intro-home{
    padding-left:130px !important;
}
.subTitle, h1.subTitle{
    color: rgba(7, 32, 43, 0.50);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.6px;
}
h3.subTitle{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;  
    color:var(--colorPrimary);
}
.subTitleBrown{
    color: rgba(78, 50, 8, 0.50) !important;
}
.seccion{
    padding:100px 130px;
}
.bgClear{
    background:var(--colorClear);
}
.bgMedium{
    background:var(--colorMedium);
}
.bgDark{
    background:var(--colorDark);
}
.bgYellowClear{
    background:var(--colorYellowClear);
}
.bgYellowMedium{
    background:var(--colorYellowMedium);
}
.bgBrownMedium{
    background:var(--colorBrownMedium);
}
.bgPrimary{
    background:var(--bgPrimary);
}
.bgPrimaryDark{
    background:var(--colorPrimary) !important;
}
.bgPrimary p, .bgPrimary h1{
    color:#fff !important;
}
.price_from_container a,.price-feed{
    color:var(--bgPrimary);
    padding:5px;
    font-size:21px;
    font-weight:600;
}
.price_from_container{
    border-bottom:1px solid var(--bgPrimary);
}
.intro-room .price_from_container{
    width:fit-content;
    margin:0 auto;
}
.room .price_from_container{
    border-bottom:1px solid #fff;
}
.room .price_from_container a{
    color:#fff;
    font-size:21px;
    font-weight:600;
    cursor:pointer;
}
.room .price_from_container a:first-child{
    font-weight:400;
    font-size:18px;
}
.rooms-home .swiper-pagination-bullet, .offers-home .swiper-pagination-bullet,
.relatedRooms .swiper-pagination-bullet, .offers-home .swiper-pagination-bullet{
    background:var(--bgPrimary);
}
.relatedRooms .swiper-pagination{
    display:none;
}
a.btnBook{
    background:var(--bgPrimary);
    border:1px solid var(--bgPrimary);
    padding:16px 45px;
    font-weight:500;
    text-transform:uppercase;
    transition:.3s all;
    cursor:pointer;
    min-width:350px;
    display:inline-block;
    color:#fff !important;
    text-align:center;
}
.price_from_container a.btnBook{
    border:none;
    color:#fff;
}
a.btnBook.btnCol{
    width:auto;
    display:inline-block;
}
a.btnBook:hover{
    background:var(--colorPrimary);
    border:1px solid #fff;
}
.offers-home a.btnBook.btnBlue{
    display:inline-block;
}
.buttons-swiper-offers a.linkMore{
    margin:0 20px;
    cursor:pointer;
}
a.linkMore{
    color: #fff;
    padding: 5px !important;
    border-bottom: 1px solid #fff;
}
/*Ofertas y habitaciones home*/
.oferta, .room{
    position:relative;
}
.oferta .textOferta, .room .textRoom{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 40%, rgba(0,0,0,.4) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.oferta .textOferta{
    padding:40px 80px;
}
.oferta .textOferta h3, .room .textRoom h3{
    font-weight:400;
}
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
}
.swiper-pagination{
    position:relative !important;
    margin-top:20px;
}
.swiper-pagination-progressbar{
    height:1px !important;
    background: rgba(7, 32, 43, 0.30) !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:var(--colorPrimary) !important;
}
.ofertas .swiper-slide img.img-responsive{
    min-height:550px;
    object-fit:cover
}
.intro.ofertas{
    background-image: url(/dam/monoHotel-Caprici/home/bg-beach-caprici-beach-hotel-spa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.room .textRoom{
     justify-content:space-between;
     padding:40px 130px;
}
.room .imgRoom img.img-responsive{
    min-height:450px;
    object-fit:cover;
}
.room .bottomRoom{
    display:flex;
    justify-content:space-between;
    width:100%;
}
.room .bottomRoom>div{
    flex:1;
}
.room .bottomRoom p img{
    filter:brightness(0) invert(1);
}
/*Servicios home*/
.servicio{
    position:relative;
    cursor:pointer;
    height:600px;
}
.gridSpa .servicio{
    height:auto;
}
.swiper-servicios-home .servicio{
    cursor:default;
    height:auto !important;
}
.swiper-servicios-home>.row>div:first-child{
    display:flex;
    align-items:center;
}
.servicio .imgServicio{
    position:relative;
    height:100%;
}
.servicio .imgServicio:before{
    content:"";
    position: absolute;
    background:transparent linear-gradient(180deg,rgba(7,32,43,0) 0,rgba(7,32,43,.2) 100%);
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
}
.servicio .textServicio{
    position:absolute;
    z-index:2;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    padding:40px 20px;
    transition:.3s all;
}
.servicio h3{
    cursor:pointer;
}
.imgBanner .servicio .textServicio{
    background:rgba(21,96,129,.8);
    justify-content: space-between;
}
.imgBanner .servicio .textServicio .masServicio{
    display:block;
}
.servicio .textServicio .masServicio{
    display:none;
    cursor:pointer;
}
.servicio:hover .textServicio{
    justify-content:space-between;
    background:var(--colorDark);
}
.swiper-servicios-home .servicio:hover .textServicio{
    justify-content:flex-end;
    background:transparent;
}
.servicio:hover h3{
    color:var(--colorPrimary) !important;
}
.servicio:hover h3{
    color:#fff !important;
}
.servicio:hover .masServicio{
    display:block;
}
.experiencias .servicio{
    margin:0 10px;
}
.experiencias .servicio:hover .textServicio{
    background: linear-gradient(0deg, rgba(7, 32, 43, 0.30) 0%, rgba(7, 32, 43, 0.50) 100%);
}
.experiencias .servicio:hover h3,.experiencias .servicio:hover p{
    color:#fff !important;
}
.servicio img.img-responsive{
    object-fit:cover;
    height:100%;
}

/*Santa Susanna*/
.entorno, .banner-entorno{
    background:url(/dam/monoHotel-Caprici/home/banner-santa-susanna-caprici-beach-hotel-spa.jpg);
    background-size:cover;
    position:relative;
    background-position:bottom center;
}
.entorno:before, .banner-entorno:before{
    content:"";
    position:absolute;
    z-index:0;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(0deg, rgba(7,32,43,1) 0%, rgba(7,32,43,0) 50%);
}
.entorno .textEntorno{
    z-index:2;
    position:relative;
}
.opiniones>.row{
    position:relative;
}
.opiniones>.row>.col{
    flex-basis:100%;
}
.opiniones>.row>.col:last-child{
    position: absolute;
    top: 0;
    width: 25%;
    right: 10%;
    top: -15%;
}
.opiniones .swiper-slide{
    background:var(--colorDark);
    padding:40px 30px;
    min-height:500px;
    display:flex;
}
.opiniones .opinion{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.opiniones .imgOpiniones img.img-responsive{
    max-height:500px;
    object-fit:cover;
}

/*Newsletter*/
.news{
 background: var(--colorPrimary);
}
.news p, .news a{
    color:#fff !important;
}
.sp-link-wrapper.sp-brandname__left{
    display:none !important;
}
.sp-form .sp-button-container {
    text-align: center !important;
    margin-top: 15px;
}
.sp-form a{
    color:#fff !important;
}
.sp-form .sp-lg>.sp-button {
      height: 52px !important;
} 
.sp-form .sp-button {
background-color:var(--bgPrimary)!important;
border-radius: 0px !important;
padding: 16px 45px !important;
min-width: 250px !important;
font-weight: 500 !important;
}

.sp-form {
   border-color: var(--colorPrimary) !important;
   font-family: var(--fontPrimary) !important;
}
.sp-form .sp-field label{
    color: white !important;
}    


/*Footer*/
.footer{
    background: var(--colorPrimary);
    padding: 100px 0;
}
.footer p, .footer a{
    color:#fff !important;
}
.footer .bTop p{
    font-size:15px;
}
.footer .row>.col{
    margin-right:40px;
}
.footer .row>.col>.htt-text-image {
    padding:0 20px;
}
.redesFooter:not(.editMode .redesFooter){
    display:none;
}
/*Sección habitaciones*/

.nav.nav-tabs{
    justify-content:center;
    border:none !important;
}
.nav-tabs .nav-link h2,.swiperTabsPrimary h2{
    text-transform:uppercase;
    color:rgba(7, 32, 43, 0.50);
    font-size:22px;
    border:none !important;
    font-weight:500;
    text-decoration:underline;
}
.nav-tabs .nav-item.show .nav-link h2, .nav-tabs .nav-link.active,.nav-tabs .nav-link,
.swiperTabsPrimary h2, .swiperTabsPrimary button.active, .swiperTabsPrimary button{
    background:transparent;
    border:none !important;
    border-radius:0;
}
.nav-tabs .nav-link.active h2, .swiperTabsPrimary button.active h2{
    color:var(--colorPrimary);
}
.swiperTabsPrimary .swiper-button-next,.swiperTabsPrimary .swiper-button-prev{
    color:var(--colorPrimary);
    background:rgba(255,255,255,.5);
    width:40px;
}
.swiperTabsPrimary .swiper-button-next:after,.swiperTabsPrimary .swiper-button-prev:after{
    font-size:24px !important;
}
.tabsRooms{
    margin-top:-2px;
}
.tabsRooms .bannerRoom{
    display:none;
}
.tabsRooms .nav{
    background: url(/dam/monoHotel-Caprici/habitaciones/habitaciones-vista-mar-caprici-beach-hotel-spa.jpg);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
/*.tabsRooms .tabsGallery .nav{
    background:url(/dam/monoHotel-Caprici/galeria/servicios/instalaciones1-caprici-beach-hotel-spa.jpg);
}*/
.tabsRooms .nav:before{
    content:"";
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: var(--gradient);
}
.tabsRooms .nav-tabs .nav-link{
    padding:50px;
    border-right:1px solid #fff !important;
    z-index:2;
}
.tabsRooms .nav-tabs .nav-link h2{
    color:#fff !important;
    transition:.3s all;
}
.tabsRooms .nav-tabs .nav-link.active h2,.tabsRooms .nav-tabs .nav-link:hover h2{
    color:var(--colorOrange) !important;
}
.tabsRooms .nav-tabs .nav-link:last-child{
    border-right:none !important;
}
.bannerRoom img{
    max-height:500px;
    object-fit:cover;
}
.icRoom span{
    padding-right:30px;
}
.textSectionRoom{
    padding:0 40px;
}
.tabsRooms img.img-responsive{
    max-height:450px;
    object-fit:cover;
}
/*Landing habitación*/
.detailRoom h2, .gridOferta h2{
    font-size:26px;
    font-weight:400;
    text-transform:uppercase;
}
ul.servicesRoom{
    column-count: 2;
    list-style-type: none;
}
ul.servicesRoom.list1{
    column-count:2;
}
ul.servicesRoom.listBar{
    column-count:1;
    padding-left:0;
}
.gridImgRoom:not(.editMode .gridImgRoom){
    display:none;
}
.imgMainRoom img{
    height:80vh;
    width:100%;
    object-fit:cover;
}
/*Landing ofertas*/
.gridOferta img.img-responsive{
    min-height:500px;
    object-fit:cover;
}
p.readMoreLink, p.readLessLink{
    padding: 10px 0;
    border-top: 1px solid var(--colorPrimary);
    border-bottom: 1px solid var(--colorPrimary);
    text-transform: uppercase;
}
/*Landing servicios*/
.imgBanner{
    position:relative;
}
.imgBanner .servicio{
    position: absolute;
    top: 40px;
    left: 80px;
    height: calc(100% - 80px);
    width:32%;
}
.servicio h3{
    color:#fff !important;
}
.servicio:hover .textServicio{
    background:rgba(21,96,129,.8);
    justify-content:space-between;
}
.servicio .textServicio .masServicio p.colorPrimary{
    color:#fff !important;
}
section.servicios{
    margin-top:-1px;
}
.banner-gastro{
    background:url(/dam/monoHotel-Caprici/servicios/banner-gastronomia-caprici-beach-hotel-spa.jpg);
    background-size:cover;
}
.banner-gastro:before{
    content:"";
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(0deg, rgba(7, 32, 43, 0) 0%, rgba(7, 32, 43, 0.30) 100%);
}
.w50.textBannerGastro{
    z-index:2;
    position:relative;
    width:35% !important;
}
.banner-gastro, .banner-entorno{
    max-height:600px;
    position:relative;
}
/*Landing Santa Susanna*/
.servicio:hover .textServicioBrown,.imgBanner .servicio .textServicioBrown{
    background:rgba(177,144,117,.8);
}
.servicio:hover .textServicioBrown h3{
    color:#fff !important;
}
.imgBanner .servicio .textServicioBrown h3{
    color:#fff !important;
}
/*Landing galería*/
.lightbox img{
    object-fit:cover;
    min-height:500px;
}
.lightbox img a{
    position:relative;
}
.lightbox .image{
    padding:20px;
    transition:.3s all;
}
.lightbox .image a:before{
    content: "\f002";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#fff;
    font-size:36px;
    font-family: 'FontAwesome';
    animation:animopac 1s forwards;
    display:none;
    z-index:2;
    opacity:.8;
}
.lightbox .image:hover{
    transform:scale(1.1);
}
.lightbox .image:hover img{
    filter:brightness(.8);
}
.lightbox .image:hover a:before{
    display:block;
}
.galeria .modal-content{
    width:70%;
    max-width:900px;
}
.galeria .modal-content button{
    background: rgba(255, 255, 255, .6);
    border: none;
    color: #000;
    width:50px;
    height:50px;
    padding:5px;
    z-index:2;
}
/*Landing contacto*/
h1.upper{
    text-transform:uppercase;
    font-size:26px;
    font-weight:400;
}
.gridContacto>.container-fluid>.row>.col-12{
    padding:0;
}
.gridContacto>.container-fluid>.row>.col-12:first-child .htt-text-image,
.gridContacto>.container-fluid>.row>.col-12:first-child .htt-text-image img{
    height:100%;
    object-fit:cover;
}
.formulario{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formulario>.row>.col{
    padding: 20px 80px;
}
.form-wrapper .form-row {
    display:flex;
    flex-direction:column;
}
.form-wrapper .form-row label{
    color:var(--colorPrimary);
    margin:5px 0;
}
.grecaptcha-logo{
    margin-top:20px;
}
.form-wrapper .form-item:has(.user-success){
    margin-top:12px;
}
.form-wrapper .form-row input:not(.form-wrapper .form-row input[type=checkbox]),.form-wrapper .form-row textarea{
    width:100%;
    border:none;
    border-bottom:1px solid var(--colorPrimary);
    background:transparent;
}
.form-wrapper .button-wrapper{
    min-width:350px;
    display:inline-block;
}
.form-wrapper .button-wrapper input[type=submit]{
    width:100%;
    background:var(--bgPrimary);
    color:#fff;
    padding:16px;
    margin-top:30px;
    border:none;
}
.form-wrapper label[for=aceptar]:first-child{
    display:block;
    margin-top:20px;
    opacity:0;
}
div#mgnlhp {
    position: absolute;
    left: -20000px;
}
input.user-success{
    margin-top:10px;
}
.nap{
    margin-top:-10px;
}
.nap-contacto i{
    width: 60px;
    height: 60px;
    border: 1px solid var(--colorPrimary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}
.como-llegar .row{
    align-items:center;
}
.como-llegar .row>.col-12{
    padding:0;
}
table.interes td{
    padding:15px;
}
table.interes tr{
    border-bottom:1px solid rgba(7, 32, 43,.3);
}
table.interes tr td:last-child{
    border-left:1px solid rgba(7, 32, 43,.3);
}
/*Landing gastronomia*/
.banner-intro picture img{
    max-height:50vh;
    object-fit:cover;
}
/*Faqs*/
.faqs .accordion{
    --bs-accordion-bg:transparent;
    --bs-accordion-border-radius:none;
}
.faqs .accordion-button:not(.collapsed){
    background-color:transparent;
    box-shadow:none;
}
.faqs .accordion-item{
    border:none;
    border-bottom: 1px solid rgba(0,0,0,.6);
}
.faqs .accordion-button::after{
    opacity:.8;
}
.accordion-button:focus{
    border:none;
    box-shadow:none;
}
/*404*/
.error404 h1 span{
    display:block;
    font-size:64px;
    font-weight:800;
}
/*Protección de datos*/
.data-protection h4{
    margin:20px 0 !important;
}
.header-mobile{
    display:none;
}
/*Show up*/
.modal.show .modal-dialog{
    max-width:600px;
}
@media(min-width:1200px){
    .header-mobile{
        display:none;
    }
    /*.editMode .header-mobile{
        display:block;
    }*/
}
@media(min-width:1025px){
     .lightbox>.row{
         flex-wrap:nowrap;
     }
    .flexServicios .servicio{
        flex:1;
        transition:.5s all;
    }
    .flexServicios .servicio:hover{
        flex:3;
    }
}
@media(min-width:992px){
    .bar .col-xxl-6{
        padding-right:0;
        padding-left:0;
    }
    .snack-bar .bar .text-bar{
        padding-left:40px;
    }
    .snack-bar .bar.invert .text-bar{
        padding-right:40px;
    }
}
@media(min-width:768px) and (max-width:1199px){
    /*.header .navbar{
        position:absolute;
        top:0;
    }*/
    .accesos-header{
        margin-right:-40px !important;
    }
    .imgBanner .servicio .textServicio{
        min-height:350px;
    }
    .imgBanner .servicio .textServicio .masServicio{
        padding-bottom:40px !important;
    }
    .tabsRooms .nav-tabs .nav-link{
        padding:50px 20px;
    }
}
@media(min-width:768px){
    .flex768>.row{
        display:flex;
        align-items:center;
    }
    .flexServicios{
        display:flex;
    }
    .paddLeft10{
        padding-left:10%;
    }
}
@media(max-width:1680px){
    .textSectionRoom{
        padding:20px;
    }
    .imgBanner .servicio{
        width:40%;
    }
    .containerTxtSlide{
        top:25%;
    }
    .oferta .textOferta{
        padding:40px;
    }
    .w50{
        width:65% !important;
    }
}
@media(max-width:1366px){
    .w50{
        width:60% !important;    
    }
    .w80{
        width:90% !important;
    }
    body, .data-protection table{
        font-size:16px;
    }
    body a.linkMore{
        font-size:18px;
    }
    h1, h2, p.title{
        font-size:36px;
    }
    .intro, .seccion{
        padding:60px !important;
    }
    .icRoom span{
        padding-right:20px;
    }
    .room .textRoom{
        padding:40px 80px;
    }
    .opiniones>.row>.col:last-child{
        right:5%;
        width:30%;
    }
    .imgBanner .servicio{
        width:45%;
    }
    .formulario>.row>.col{
        padding:10px 80px;
    }
    .buttons-swiper-offers{
        display:flex;
    }
}
@media(max-width:1280px){
    .top-menu.w90{
        width:98% !important;
    }
    .intro, .seccion{
        padding:60px 40px !important;
    }
    .banner-gastro .w50.textBannerGastro{
        width:50% !important;
    }
}
@media(min-width:1200px){
    .logo-mobile, .grid-languages-menu .navbar{
        display:none;
    }
    .editMode .grid-languages-menu .navbar{
        display:block;
    }
}
@media(max-width:1199px){
    .grid-languages-menu .w100,.grid-languages-menu>.row>.col>.group-languages-texts{
        display:none;
    }
    .gridLanguagesMobile .dropdown{
        float:right;
        margin-right:20px;
    }
    .gridLanguagesMobile  .group-languages-texts .btn-secondary.open-selector-language{
        color:var(--colorPrimary);
    }
    .offcanvas-header .btn-close{
        margin-right:20px !important;
    }
    .open-selector-language span:after{
        right:5px;
    }
    .group-languages-texts .btn-secondary.open-selector-language{
        width: 65px;
        border: 1px solid var(--colorBlue);
    }
    .header .row, .cabecera-motor .row{
        margin-left:0;
        margin-right:0;
    }
    .header .col, .cabecera-motor .col{
        padding-left:0;
        padding-right:0;
    }
    .header{
        padding:10px 15px;
    }
    .header-mobile>.container-fluid >.row, .accesos-mobile>.row{
        flex-wrap:nowrap;
        align-items:center;
    }
    .editMode .header-mobile>.container-fluid >.row,.editMode .accesos-mobile>.row{
        flex-wrap:wrap;
    }
    .header-mobile>.container-fluid >.row, .accesos-mobile>.row>.col{
        flex-basis:50%;
    }
    .gridLoginMobile>.row>.col,.gridBookingMobile>.row>.col{
        display:flex;
        justify-content:center;
    }
    .header-mobile>.container-fluid >.row>.col:first-child,
    .header-mobile>.container-fluid >.row>.col:last-child{
        flex:0 0 25%;
    }
    .header-mobile>.container-fluid >.row>.col:nth-child(2){
        flex:0 0 50%;
    }
    .top-menu .menu{
        display:none;
    }
    .imgBanner .servicio{
        position:relative;
        width:100%;
        left:0;
    }
    .imgBanner .servicio .textServicio{
        position:relative;
    }
    .imgIntro{
        margin-top:20px;
    }
    .imgIntro2{
        display:none;
    }
    .grid-imgIntro .htt-text-image, .grid-imgIntro .imgIntro, .grid-imgIntro .imgIntro img.img-responsive:first-child{
        height:auto;
    }
    .grid-imgIntro .imgIntro img.img-responsive{
        min-height:350px;
    }
}
@media(max-width:1024px){
    .w50, .w60, .w70{
        width:80% !important;
    }
    .containerTxtSlide{
        top:24%;
    }
    .containerTxtSlide p{
        font-size:60px;
    }
    .pet-friendly{
        top:140px;
    }
    .grid-motor{
        bottom:0;
    }
    .ventajas p{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ofertas .swiper{
        margin-top:40px;
    }
    .gridOpiniones .w50{
        width:100% !important;
    }
    .gridOpiniones .left{
        text-align:center !important;
    }
    .opiniones>.row>.col:last-child{
        flex:0;
        width:80%;
        left:10%;
        top:20px;
    }
    .opiniones>.row>.col:first-child{
        margin-top:150px;
    }
    .galeria .modal-content{
        width:90%;
    }
    .lightbox img{
        margin-top:10px;
        min-height:350px;
    }
    .imgMainRoom img{
        height:60vh;
    }
    .room .imgRoom img.img-responsive{
        height:40vh;
    }
    .room .textRoom{
        padding:40px;
    }
    .servicio{
        height:auto;
    }
    .servicio img.img-responsive{
        min-height:550px;
    }
    .servicio .textServicio{
        padding:40px 10px;
    }
    .gridImg img.img-responsive, .tabsRooms img.img-responsive{
        min-height:350px;
    }
    .gridImg .servicio{
        height:auto !important;
        
    }
    .textSectionRoom h3, .textSectionRoom p.left{
        text-align:center !important;
    }
    .textSectionRoom .price_from_container{
        margin:0 auto;
    }
    .textSectionRoom{
        padding:10px;
    }
    ul.servicesRoom.list1{
        column-count:1;
    }
    .titleFooter{
        margin-top:15px;
    }
}
@media(max-width:991px){
    .como-llegar.order2 .row>.order-sm-2{
        order:2;
    }
    .bar{
        margin-top:20px;
    }
    .text-bar{
        margin-top:20px;
    }
    .pet-friendly img{
        max-height:none;
        width:auto;
    }
}
@media(max-width:767px){
    .navbar-toggler-icon{
        width:1.8em;
        height:1.8em;
    }
    .header{
        animation:animopac 1.5s forwards;
        z-index:3;
    }
    body, .data-protection table{
        font-size:15px;
    }
    .nav-link{
        font-size:18px !important;
    }
    .tabsRooms .nav-tabs .nav-link{
        padding:8px 16px;
    }
    .top-menu>.row>.col-sm-3{
        max-width:25% !important;
        padding:0;
    }
    .top-menu>.row>.col-sm-6{
        max-width:50% !important;
        padding-left:0;
    }
    .accesos-header>.row{
        flex-wrap:nowrap;
        margin-top:5px;
    }
    .accesos-header>.row>.col{
        flex-basis:50%;
    }
    .top-menu>.row{
        align-items:stretch;
    }
    .pet-friendly{
        top:100px;
    }
    .mybooking-wrapper{
        margin-left:8px;
    }
    .mybooking-content:before{
        top:12px;
        left:15px;
    }
    .personLogin-content:before{
        left:2px;
        top:12px;
    }
    a.btnBook{
        display:block;
        width:90%;
        min-width:320px;
        margin:0 auto;
        padding:16px 25px;
    }
    .containerTxtSlide p{
        font-size:32px;
        padding:0 20px;
    }
    h1{
        font-size:32px;
    }
     h2, p.title{
        font-size:28px;
    }
    h3{
        font-size:24px;
    }
    .bgClear, .bgMedium{
        padding:50px 0;
    }
    .paddTop200{
        padding-top:50px !important;
    }
    .paddBT200{
        padding-bottom:50px !important;
    }
    .grid-imgIntro>.row>div:first-child{
        order:2;
        margin-top:20px;
    }
    .nav-tabs .nav-link h2, .swiperTabsPrimary h2{
        font-size:18px;
    }
    .relatedRooms.paddTop200.paddBT200{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .padd15{
        padding:15px !important;
    }
    .w50,.w60,.w70,.w80, .w90, .banner-gastro .w50.textBannerGastro{
        width: 100% !important;
    }
    .paddTop120, .paddTop60{
        padding-top: 40px !important;
    }
    .paddBT120{
        padding-bottom:40px !important;
    }
    .mTop60{
        margin-top: 30px !important;
    }
    .col{
        flex-basis:100%;
    }
    .containerTxtSlide{
        top:40%;
    }
    .intro, .seccion{
        padding:60px 0 !important;
    }
    .swiper-intro-home{
        padding-left:0 !important;
    }
    .htt-text-image:not(.cabecera-motor .htt-text-image) {
        padding:0 10px;
    }
    .room .imgRoom img.img-responsive,.servicio img.img-responsive{
        min-height:450px;
    }
    .room .bottomRoom p{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .oferta .textOferta,.room .textRoom{
        padding:40px 20px;
    }
    .room .bottomRoom{
        align-items:flex-end;
    }
    .relatedRooms .swiper-pagination{
        display:block;
    }   
    .ofertas .swiper-slide img.img-responsive{
        height:auto !important;
        min-height:450px !important;
    }
    .servicio{
        height:auto !important;
    }
    .imgBanner .servicio .textServicio{
        min-height:550px !important;
    }
    .gridEntorno .imgBanner .servicio .textServicio{
        min-height:480px !important;
    }
    ul.servicesRoom{
        column-count:1;
        margin-top:20px;
    }
    .gridOferta h2{
        text-align:center !important;
        margin-top:20px;
    }
    .invert>.row>div:first-child{
        order:2;
    }
    .gridOferta img.img-responsive{
        min-height:350px;
    }
    .experiencias .servicio{
        margin:0;
    }
    .opiniones>.row>.col:last-child{
        width: 90%;
        left: auto;
        right: 0;
    }
    .opiniones .swiper-slide{
        min-height:auto;
        width:90%;
        margin-right:10px;
    }
    .opiniones .imgOpiniones img.img-responsive{
        min-height:500px;
    }
    .icRoom span {
        padding-right: 10px;
        font-size: 14px !important;
    }
    .icRoom img{
        max-width:20px;
        width:auto;
    }
    .gridImgRoom .col,.room .swiper-slide img.img-responsive, .servicio{
        margin-top:10px;
    }
    .detailRoom{
        padding:40px 20px;
    }
    .relatedRooms .swiper{
        margin-top:20px;
    }
    .column{
        max-width:100% !important;
    }
    .lightbox img{
        min-height:350px;
    }
    /*.lightbox .image{
        width:100% !important;
    }*/
    .imgBanner .servicio{
        position:relative;
        left:0;
        width:100%;
    }
    .gridEntorno .imgBanner .servicio{
        top: -50px;
        width: calc(100% - 20px);
        left: 10px;
    }
    .banner-gastro, .banner-entorno{
        min-height:350px;
        display:flex;
        align-items:center;
    }
    .w50.textBannerGastro{
        width:90% !important;
    }
    .formulario>.row>.col{
        padding:20px 40px;
    }
    .form-wrapper .form-row input,.form-wrapper .form-row textarea{
        margin-top:10px;
    }
    .nap-contacto{
        margin-top:15px;
    }
    .footer p, .footer a{
        text-align:center !important;
    }
    .footer col{
        margin-top:10px;
    }
    .tabsPrimary .dropdown{
        margin:0 20px;
    }
    .tabsPrimary .dropdown button{
        background-color: var(--bgPrimary);
        border: none;
        width:100%;
        border-radius:0;
        font-size:20px;
    }
    .tabsPrimary .dropdown:hover .dropdown-menu{
        width:100%;
    }
    .tabsPrimary .dropdown h2{
        font-size:20px;
        display:inline-block;
    }
}


/* Popup */
.modal-header {
    border-bottom: none !important;
}

.modal-body {
   padding-top: 0px !important;
}

