/*Variables*/
:root {
    --fontCorpo:'renault';
    --colorPrimary:var(--colorAffiliated);
    --bRadius:4px;
}
@font-face {
    font-family: 'renault';
    src:url('/dam/multihotel-fergus/home/fonts/renault.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.bgLilac, .bgSecondary{
    background:#cbe4e9 !important;
}
.header .logo.logo-fergus{
    display:none;
}
.header .logo.logo-affiliated{
    display:block;
}


.fontSecondary:not(.newsletter span.fontSecondary,.overlay-offer .fontSecondary){
    font-family:var(--fontPrimary) !important;
}
.navbar-toggler-icon {
    background-image: url(/dam/multihotel-fergus/hoteles/affiliated/nav-button-affiliated.svg);
}
h2 span, p.main-title span{
    font-size:inherit;
}
.main-footer{
    background: linear-gradient(180deg, #006072 26.28%, #1D0C23 100%);
}
.copy .fa.colorLilac{
    color:var(--colorPrimary) !important;
}
.ventajas,.swiper-pagination-bullet,.dropdown-toggle,.btn:hover,.back-home a{
    background:var(--colorPrimary);
}
.ventajas p, .ventajas a{
    color:#fff;
}
.ventajas p{
    border-color:#fff;
}
.ventajas img{
    filter:brightness(0) invert(1);
}
.back-home img{
    filter:brightness(0) invert(1);
}
a.btn-book{
    background: linear-gradient(102deg, #03798f 1.86%, #006072 58.55%);
}
a.btn-book:hover{
    background: linear-gradient(102deg, #03798f 1.86%, #006c80 58.55%);
}
.offcanvas-header .btn-close{
 background-image:url(/dam/multihotel-fergus/hoteles/affiliated/close-menu-affiliated.svg);
}
.navbar-nav li a:hover:before{
    content:url(/dam/multihotel-fergus/hoteles/affiliated/ic-menu-arrow-affiliated.svg);
}
.dropdown-progress{
    background:rgba(0, 96, 114,.9) !important;
}
.marca .bg-marca.bgPrimary{
   background:#5B0D8A !important; 
}
.text-marca.text-experience-home a.colorPrimary{
    color:#5B0D8A !important;
}
/*Motor*/
.widget-search button.search-btn{
    background: linear-gradient(102deg, #03798f 1.86%, #006072 58.55%);
}
.widget-search button.search-btn:hover{
    background: linear-gradient(102deg, #03798f 1.86%, #006c80 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);
}

@media (max-width: 767px) {
      .header .access-right , .header .bi-person-fill   {
    color:var(--colorPrimary) !important;
    } 
 }
