#hotelCardSkeleton {
    width: 100%;
}

.item-list .item-book .btn {
    width: 140px;
}

.item-list .item-book .btn {
    width: 140px;
}

.spotlight-slider .center {
    filter: brightness(0.7) !important;
}

/* New Expecifity Style */
.cardHotelDetails {
    width: 90%;
    max-width: 400px;
    margin: 150px auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.backgroundCoverHotel {
    height: 290px;
    background: #ececec;

}

.square {
    width: 80px;
    height: 80px;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #ececec;
}

.DetailsInfoHotel {
    padding: 30px;
}

.lineInfo {
    height: 30px;
    background: #ececec;
    border-radius: 2px;
    margin-bottom: 20px;
}

.lineInfoSmall {
    height: 20px;
    width: 70%;
    background: #ececec;
    border-radius: 2px;
    margin-bottom: 4px;
}

.backgroundCoverHotel,
.square,
.lineInfo,
.lineInfoSmall,
.verHabitacionesLink,
.verHabitacionesLink {
    background-image: linear-gradient(120deg, #ececec 50%, #fafafa 60%, #fafafa 61%, #ececec 70%);
    background-size: 200%;
    background-position: 100% 0;
    animation: waves 2s linear infinite;
}

@keyframes waves {
    100% {
        background-position: -100% 0;
    }
}

