a:has(.logo-desktop), a:has(.logo-footer){
    display:block;
}
.group-languages-texts li[aria-current] a {
    background: var(--colorPrimary);
    color:#fff;
}
:focus-visible, .price_from_container:focus-within{
    box-shadow:none;
    outline: none;
    border: 3px solid #F97316 !important;
    border-radius:0;
}
#app-container *:focus-visible{
    border:unset !important;
    border-radius:unset;
}
#app-container .transfer-motor.bg-blue:focus-within{
    border: 3px solid #F97316 !important;
}
.price_from_container a:focus-visible{
    border:none !important;
    border-radius:0;
}
.title-hero, .navbar-nav .nav-item, .language-text,
.link-icon, .personLogin-content, .mybooking-content,
.descuento.white,
.swiper-rooms .room>div:first-child .price_from_container span,
.swiper-rooms .room>div:first-child .price_from_container a,
.bgPrimary p.white, .footer p, .footer a, .banner p.white, .banner h2.white{
    background:rgba(0,0,0,.002);
}