
@media(min-width:768px){
    .box-news-footer:not(.editMode .box-news-footer){
        display:none;
    }
    .news:not(.editMode .news){
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .3);
    }
}
@media(max-width:767px){
    .news:not(.editMode .news){
        display:none;
    }
}
@media(min-width:1199px){
    html.snap-html:has(.ficha-hotel){
        scroll-snap-type: y mandatory !important;
    }
     html.snap-html:has(.editMode){
         scroll-snap-type: none !important;
     }
    .ficha-hotel .snap-container section.intro{
        scroll-snap-align: center !important;
    }
    .ficha-hotel .snap-container section:has(.grid-premios-hotel){
        scroll-margin:140px 0 0 0;
    }
    .ficha-hotel .snap-container section.intro{
       scroll-margin:0 !important;
    }
}

