/*Variables*/
:root {
    --bRadius:16px;
}
.back-home a{
    background:var(--colorLima);
}
.tabs-gallery .nav-tabs .nav-link.active:not(.grid-offers .nav-tabs .nav-link.active),
.tabs-gallery .nav-tabs .nav-link:not(.grid-offers .nav-tabs .nav-link):hover{
    background:var(--colorLima);
    color:var(--colorText);
    border:none;
}
.custom-menu-hotel.mfixed{
    background:var( --colorLima);
}
.custom-menu-hotel a.active, .custom-menu-hotel a:hover{
    background:var(--colorLima);
    color:var(--colorPrimary);
    border:none;
}
a.btn-book{
    border-radius:8px;
}
.bgSecondary{
    background:#E7DCF8 !important;
}
.ventajas{
    background:var(--colorLima);
}
.ventajas p, .ventajas a{
    color:var(--colorPrimary);
}
.text-ubicacion h2{
    font-family:var(--fontSecondary) !important;
}