.contenedor-motor
{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

#search-button-container-selector p {
    color: white !important;
}

@media (max-width:1024px) {
    .contenedor-motor #app-container{
        display: none !important;
    }
}

@media(max-width:767px){
    .btn-booking-mobile{
        padding: 16px;
        z-index: 499;
        position: fixed!important;
        width: 80%;
        left: 10%;
        bottom: 20px;
        display: block;
        text-align: center;
    }
}

.s-header {
    position: fixed;
    z-index: 499;
}
/* === Rooms click-carousel === */
.room-click-carousel{position:relative}
.room-click-carousel .slides .slide{display:none;width:100%;height:auto}
.room-click-carousel .slides .slide.is-active{display:block}

/* Flechas pequeñas */
.room-click-carousel .arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  background:transparent;border:none;font-size:1.6rem;color:#333;
  cursor:pointer;padding:0;line-height:1;opacity:.9;z-index:2
}
.room-click-carousel .arrow.prev{left:8px}
.room-click-carousel .arrow.next{right:8px}
.room-click-carousel .arrow:hover{opacity:1}