@media (max-width: 991px) {
    .sticky {
        width: 100% !important;
        top: 100px;
    }
}

.img-container {
    object-fit: cover;
    height: auto;
    width: 100%;
}

.page-header-title {
    color: var(--white, #FFFFFE);
    font-family: Arthead FREE;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF !important;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.card-body {
    padding: 0;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button {
    background-color: #FFFFFF;
}

/* Cambiar el color del texto dentro del botón del acordeón a blanco */
.accordion-button:not(.collapsed) {
    color: #FFFFFF !important;
}

.accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);

}

.accordion-button {
    border-radius: 10px !important;
    background-color: #9E9E9E;
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: normal;
    padding: 16px;
    width: 196px;

}

.accordion-header {
    font-family: "poppins" !important;
}

.accordion-body {
    font-size: 14px;
    padding: 0;
    width: 196px;
}

.accordion-item {
    border: 0;
    border-radius: 10px;

}

.card-img-top {
    min-height: 300px;
    object-fit: cover;
    width: 100%;
}

.filter-hotel {
    padding: 16px;
    border-radius: 10px;
    border: 0.5px solid #000;
    background: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
    cursor: pointer;
}

.filters-movil {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;


    -ms-overflow-style: none;

    ::-webkit-scrollbar {
        width: 0;
        display: none;
    }
}

.filters-movil::-webkit-scrollbar {
    width: 2px;
    display: none;

}

.filter-hotel-movil {
    padding: 0.5rem;
    border-radius: 10px;
    border: 0.5px solid #000;
    background: #FFF;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 12.25rem;
    cursor: pointer;
}

.filter-selected {
    background-color: #424242;
    color: #FFF;
}

.card-oferts {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: space-between
}
@media (max-width: 768px) {
    .card-oferts > div {
        width: 100%;
    }
}
.card-name-offer {
    color: #000;
    font-family: Poppins-bold;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.card-offer-description {
    font-size: 14px;
	
    width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-price-offer {
    color: #000;
    font-family: Poppins-bold;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordion-button::after {
    filter: brightness(0%) invert(90%)
}

.filter-hotel-label {
    color: #000;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.card-name-hotel {
    color: #000;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0 !important;
}

.card-link {
    cursor: pointer;
    font-family: Poppins-bold;
}


@media (max-width: 990px) {
    .img-container {
        width: 100%;
        padding-bottom: 100%;
        /* Esto establece un ancho igual a la altura, haciendo que la imagen sea cuadrada */
        position: relative;
        overflow: hidden;
    }

    .card-img-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Esto ajusta la imagen dentro del contenedor */
    }

    .card-offer-description {
        font-size: 12px;
    }
    .card-name-hotel {
        font-size: 12px;
    }
    .card-name-offer{
        font-size: 16px;
    }
    .card-price-offer{
        font-size: 12px;
    }
    .yellow-line-18::after{
        border-bottom: 1px solid !important;
    }
}