#carouselHome {
    max-height: 70% !important;
}

.card-desciption {
    font-size: 14px;
    color: #424242;
    font-weight: 400;
    line-height: 20px;
    min-height: 220px;
    align-items: start;
    vertical-align: top;
}

.card-title:first-letter {
    text-transform: capitalize !important;
}

.card-title {
    font-size: 28px;
    line-height: 32px;
    color: #2D2D2D;
    font-weight: 500;
    /*text-transform: lowercase;*/
    display: inline-block;
    min-height: 64px;
}

.yellow-line-18:after {
    margin-top: 12px;
}

#yellow-line-19:after {
    margin-top: 26px !important;
}

#modalRoom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#Ofertas .card-title {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

#modalRoom {
    overflow-y: auto;
    max-height: 900px;
    top: 50;
    /* Establece la altura máxima del div */
}

@media (max-width: 800px) {
    .card-title {
        font-size: 18px;
    }

    .card-desciption {
        font-size: 15px;
    }
}

#carouselOfertas .card-subtitle {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

#carouselOfertas .card-text {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

#carouselOfertas .card-price {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}

#carouselOfertas .card-book {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

@media screen and (max-width: 968px) {
    #clubHome .title {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    #clubHome .card-text {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    #yellow-line-19:after {
        margin-top: 16px !important;
    }
}

#quoteHome .home-title {
    color: #757575;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

#quoteHome .home-subtitle {
    color: #000000;
    font-weight: 700;
    font-size: 40px !important;
    line-height: 60px;
}

#quoteHome .home-text {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

#quoteHome .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

a {
    cursor: pointer;
}

.card-img-top {
    border-radius: 0px !important;
    // height: 35vh;
    object-fit: cover;
    height: 200px;
}

.carousel-img {
    filter: brightness(75%);
}



@media (max-width: 991px) {


    h3.card-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .card-title {
        min-height: auto !important;
    }
}

.cardHome {
    display: flex !important;
    justify-content: space-around;
    margin-bottom: 4vw;
}

.rooms-main-title {
    font-size: 48px;
    font-family: poppins-bold;
    color: #2D2D2D;
    line-height: 110%;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Transparencia del fondo oscuro */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Asegúrate de que el z-index sea mayor que el resto del contenido */
}

.room-background {
    padding: 5vw !important;
    background-image: url(../../../../assets/images/clubZenit/cabecera-club.png) !important;
    height: 100%;
}

.details-container {
    background-color: white;
    padding: 3vw;
    background: #FFFFFF;
    border-radius: 10px;
}

.close-icon {
    font-size: 40px;
}

.title-modal {
    font-size: 32px;
    text-transform: none !important;
    font-family: poppins-bold;
    color: #2D2D2D;
    line-height: 110%;
}

// .room-container {
//     padding-top: 10vw;
//     padding-bottom: 10vw;
// }
@media (max-width: 991px) {
    .rooms-main-title {
        font-size: 18px;
        font-family: poppins-bold;
        color: #2D2D2D;
        line-height: 110%;
    }

    .home-title {
        font-size: 18px;
        font-weight: 600;
    }

}

.room-background {
    width: 80%;
    height: 80%;
    background-color: white;
    padding: 20px;
    overflow-y: hidden;
}

.room-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}

.card-img-top {
    border-radius: 1px !important;
    margin-bottom: 30px;
}

.ico-service-rooms {
    filter: grayscale(1) brightness(0.8);
    width: 2.4rem;
}

.main-title {
    font-family: Arthead-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.4;
    color: #fffcf6;
    padding-top: 320px;
}