/*Variables*/
:root {
    --bRadius:0;
    --fontCorpo:'GT Alpina';
    --colorSecondary:#F9F4ED;
    --colorPrimary:var(--colorStyle);
}
@font-face {
    font-family: 'GT Alpina';
    src:url('/dam/multihotel-fergus/home/fonts/GT-Alpina-Cond-Thin-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
.bgLilac{
    background:var(--colorSecondary) !important;
}
/*p.main-title span{
    font-size:52px;
}*/
p.main-title{
    font-size:52px !important;
    color:var(--colorStyle) !important;
    font-family:var(--fontCorpo) !important;
}
h2:not(.text-ubicacion h2){
    color:var(--colorStyle) !important;
    font-family:var(--fontCorpo) !important;
    font-size:42px !important;
}
h2 span,p.main-title span{
    font-size:inherit;
}
.swiper-experiencias h2, .swiper-experiencias h2 a{
    font-size:36px;
}
.bgSecondary{
    background:#F9F4ED !important;
}
.fontSecondary:not(.newsletter .fontSecondary, .overlay-offer .fontSecondary){
    font-family:var(--fontCorpo) !important;
}
.navbar-toggler-icon {
    background-image: url(/dam/multihotel-fergus/hoteles/style/nav-button-style.svg);
}
.header .logo.logo-fergus{
    display:none;
}
.header .logo.logo-style{
    display:block;
}
@media (max-width: 767px) {
    .bi-person-fill {
        color: var(--colorPrimary);
        font-size: 24px;
    }
}
.ventajas,.swiper-pagination-bullet,.dropdown-toggle,.btn:hover,.back-home a{
    background:var(--colorPrimary);
}
.ventajas p,.ventajas a{
    color:#fff;
}
.ventajas img{
    filter:brightness(0) invert(1);
}
.ventajas p{
    border-color:#fff;
}
.back-home img{
    filter:brightness(0) invert(1);
}
a.btn-book{
    background: linear-gradient(102deg, #691a65 1.86%, #541351 58.55%);
}
a.btn-book:hover{
    background: linear-gradient(102deg, #691a65 1.86%, #701f6c 58.55%);
}
.newsletter h2,.newsletter p,.newsletter p.title span{
    color:var(--colorPrimary) !important;
}
.main-footer{
    background:url(/dam/multihotel-fergus/hoteles/style/fergus-style-vector-footer.svg), linear-gradient(180deg, #541351 26.28%, #1D0C23 100%);
    background-repeat:no-repeat;
    background-size:100%;
    background-position:0 80%;
}
.copy .fa.colorLilac{
    color:var(--colorPrimary) !important;
}
.offcanvas-header .btn-close{
    background-image:url(/dam/multihotel-fergus/hoteles/style/close-menu-style.svg);
}
.navbar-nav li a:hover:before{
    content:url(/dam/multihotel-fergus/hoteles/style/ic-menu-arrow-style.svg);
}
.dropdown-progress{
    background:rgba(84, 19, 81,.9) !important;
}
.gallery-grid2-2 .lightbox:before, .swiper-galeria:before{
    content:url(/dam/multihotel-fergus/hoteles/style/fergus-style-vector.svg);
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:40%;
}
.swiper-galeria:before{
    width:75%;
}
.marca .bg-marca.bgPrimary{
   background:#5B0D8A !important; 
}
.text-marca.text-experience-home a.colorPrimary{
    color:#5B0D8A !important;
}
@media(max-width:1440px){
    .main-footer{
        background-position:0 70%;
    }
}
@media (max-width: 1199px) {
    .navbar-nav .hoteles li a {
        color: var(--colorPrimary) !important;
    }
        .main-footer{
        background-position:0 75%;
    }
}
@media(max-width:767px){
   /*p.main-title span,h2 span{
      font-size:32px;
    }*/
    .main-footer{
        background:linear-gradient(180deg, #541351 26.28%, #1D0C23 100%);
    }
}
/*Motor*/
.widget-search button.search-btn{
    background: linear-gradient(102deg, #691a65 1.86%, #541351 58.55%);
}
.widget-search button.search-btn:hover{
       background: linear-gradient(102deg, #691a65 1.86%, #701f6c 58.55%);
}
body .widget-search-container .calendar-day:hover:not(:disabled),
body .widget-search-container .calendar-day.check-in,
body .widget-search-container .calendar-day.check-out,
body .widget-search-container .counter-btn:hover:not(:disabled),
body .widget-search-container .hotel-option.selected,
body .widget-search-container .hotel-option:hover{
    background-color:var(--colorPrimary);
}
body .widget-search-container .counter-btn:hover:not(:disabled){
    border-color:var(--colorPrimary);
}
body .widget-search-container *,body .widget-search-container .field-value{
    color:var(--colorPrimary);
}