/*Hoteles con oferta niños gratis landing*/
.hotel-oferta.oferta-ninos-gratis .swiper-slide,
.hoteles-ofertas .swiper-slide{
    display:none;
}
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#carema-splash),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#carema-beach),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#mallorca-waterpark),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#cala-blanca-suites),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#cactus-garden),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#palmanova-park),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#europa),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#soller-beach),
.hotel-oferta.oferta-ninos-gratis .swiper-slide:has(.card-hotel#bahamas){
    display:block;
}
/*Ocultar oferta niños gratis en hoteles que no la tienen*/
.grid-offers .swiper-slide:has(#ninos-gratis){
    display:none;
}
.grid-offers.grid-offers-general .swiper-slide:has(#ninos-gratis),
.grid-offers.grid-offers-home .swiper-slide:has(#ninos-gratis),
.grid-offers.grid-offers-general .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-carema-splash .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-carema-beach .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-mallorca-waterpark .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-cala-blanca-suites .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-cactus-garden .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-palmanova-park .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-europa .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-soller-beach .swiper-slide:has(#ninos-gratis),
.grid-offers.offers-bahamas .swiper-slide:has(#ninos-gratis){
    display:block;
}
/*Hoteles con oferta página general ofertas*/
.hoteles-ofertas .swiper-slide:has(.card-hotel#carema-splash),
.hoteles-ofertas .swiper-slide:has(.card-hotel#carema-beach),
.hoteles-ofertas .swiper-slide:has(.card-hotel#mallorca-waterpark),
.hoteles-ofertas .swiper-slide:has(.card-hotel#cala-blanca-suites),
.hoteles-ofertas .swiper-slide:has(.card-hotel#cactus-garden),
.hoteles-ofertas .swiper-slide:has(.card-hotel#palmanova-park),
.hoteles-ofertas .swiper-slide:has(.card-hotel#europa),
.hoteles-ofertas .swiper-slide:has(.card-hotel#soller-beach),
.hoteles-ofertas .swiper-slide:has(.card-hotel#bahamas),
.hoteles-ofertas .swiper-slide:has(.card-hotel#las-palmeras),
.hoteles-ofertas .swiper-slide:has(.card-hotel#puerto-de-la-cruz),
.hoteles-ofertas .swiper-slide:has(.card-hotel#pineda-splash){
    display:block;
}
/*OCultar sección completa y link ofertas en hoteles que no tienen*/
section.ofertas, body .custom-menu-hotel li:has(a[data-href=ofertas]){
    display:none;
}
section.ofertas:has(.offers-carema-splash),
body:has(.offers-carema-splash) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-carema-beach),
body:has(.offers-carema-beach) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-mallorca-waterpark),
body:has(.offers-mallorca-waterpark) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-cala-blanca-suites),
body:has(.offers-cala-blanca-suites) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-cactus-garden),
body:has(.offers-cactus-garden) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-palmanova-park),
body:has(.offers-palmanova-park) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-europa),
body:has(.offers-europa) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-soller-beach),
body:has(.offers-soller-beach) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-bahamas),
body:has(.offers-bahamas) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-palmeras),
body:has(.offers-palmeras) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-pineda-splash),
body:has(.offers-pineda-splash) .custom-menu-hotel li:has(a[data-href=ofertas]),
section.ofertas:has(.offers-puerto-de-la-cruz),
body:has(.offers-puerto-de-la-cruz) .custom-menu-hotel li:has(a[data-href=ofertas]){
    display:block;
}
/*Visibilizar todo en editMode*/
.editMode .hotel-oferta.oferta-ninos-gratis .swiper-slide,
.editMode .hoteles-ofertas .swiper-slide,
.editMode section.ofertas{
    display:block !important;
}
/*Hoteles con oferta halloween landing*/
.hotel-oferta.oferta-halloween .swiper-slide{
    display:none;
}
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#carema-splash),
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#cala-blanca-suites),
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#bahamas),
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#palmanova-park),
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#europa),
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#las-palmeras),
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#pineda-splash),
.hotel-oferta.oferta-halloween .swiper-slide:has(.card-hotel#puerto-de-la-cruz){
    display:block;
}
/*Halloween*/
/*Ocultar oferta niños gratis en hoteles que no la tienen*/
.grid-offers .swiper-slide:has(#halloween){
    display:none;
}
.grid-offers.grid-offers-general .swiper-slide:has(#halloween),
.grid-offers.grid-offers-home .swiper-slide:has(#halloween),
.grid-offers.offers-carema-splash .swiper-slide:has(#halloween),
.grid-offers.offers-europa .swiper-slide:has(#halloween),
.grid-offers.offers-bahamas .swiper-slide:has(#halloween),
.grid-offers.offers-palmeras .swiper-slide:has(#halloween),
.grid-offers.offers-pineda-splash .swiper-slide:has(#halloween),
.grid-offers.offers-puerto-de-la-cruz .swiper-slide:has(#halloween),
.grid-offers.offers-palmanova-park .swiper-slide:has(#halloween),
.grid-offers.offers-cala-blanca-suites .swiper-slide:has(#halloween){
    display:block;
}
.swiper-slide:has(#nueva-web){
    display:none !important;
}