#hotel_restaurantes .hotel_restaurantes__main-content {
    display: flex !important;
    flex-direction: column;
    gap: 100px;
    margin-bottom: 100px;
}

.hotel_restaurantes__carousel {
    margin-bottom: 20px;
}

.hotel_restaurantes__pagination {
    bottom: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.hotel_restaurantes__pagination-btn {
    color: #fff;
}

.hotel_restaurantes__figure {
    display: block;
    height: auto;
    width: 100%;
}

.hotel_restaurantes__figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hotel_restaurantes__title {
    font: 12px 'brandon_textmedium';
    margin-bottom: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hotel_restaurantes__paragraph {
    font: 12px 'Raleway';
    margin-bottom: 23px;
}

.hotel_restaurantes__schedule {
    font-weight: 700;
    font: 11px 'brandon_textbold';
    margin-bottom: 23px;
    text-transform: uppercase;
}

.hotel_restaurantes__actions {
    display: flex;
    gap: 20px;
}

.hotel_restaurantes__menu {
    align-items: center;
    background-color: #333;
    color: #fff;
    display: inline-flex;
    font: 12px 'brandon_text_regularregular';
    height: 38px;
    justify-content: center;
    max-width: 150px;
    text-transform: uppercase;
    transition: background-color .5s ease-in-out;
    width: 100%;
}

.hotel_restaurantes__menu:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.hotel_restaurantes__booking {
    align-items: center;
    background-color: #c2aa00;
    color: #fff;
    display: inline-flex;
    font: 12px 'brandon_text_regularregular';
    height: 38px;
    justify-content: center;
    max-width: 150px;
    text-transform: uppercase;
    transition: background-color .5s ease-in-out;
    width: 100%;
}

.hotel_restaurantes__booking:hover {
    background-color: #a59105;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .hotel_restaurantes__item {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 0 50px;
    }
    .hotel_restaurantes__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .hotel_restaurantes__carousel {
        flex: 2 0;
        margin-bottom: 0;
    }

    .hotel_restaurantes__figure {
        height: 550px;
    }

    .hotel_restaurantes__info {
        flex: 1;
    }
}

.hotel_spa__introduction {
    margin-bottom: 30px;
    text-align: center;
}

.hotel_spa__introduction-title {
    color: #333;
    font: 12px 'brandon_text_regularregular';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hotel_spa__introduction-text {
    color: #333;
    font: 12px 'Raleway';
    letter-spacing: 0.5px;
}

.hotel_spa__figure {
    height: 500px;
    width: 100%;
}

.hotel_spa__figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hotel_spa .carousel-indicators {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin-left: 0;
    margin-top: 30px;
    padding: 0;
    position: initial;
    width: 100%;
}

.hotel_spa .carousel-indicators li {
    background-color: #333;
    border-radius: 50%;
    border: 0;
    height: 8px;
    margin: 0;
    width: 8px;
}

.hotel_spa .carousel-indicators li.active {
    background-color: transparent;
    border: 1px solid #333;
    height: 18px;
    padding: 2px;
    position: relative;
    width: 18px;
}

.hotel_spa .carousel-indicators li.active::after {
    background-color: #333;
    border-radius: 50%;
    content: '';
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
}

.hotel_spa__services {
    padding-bottom: 100px;
    padding-top: 50px;
}

.hotel_spa__info {
    margin-bottom: 70px;
    text-align: center;
}

.hotel_spa__info-title {
    color: #000;
    font: 20px 'Arapey';
    letter-spacing: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hotel_spa__info-text {
    color: #333;
    font: 12px 'Raleway';
    letter-spacing: 5px;
    text-transform: uppercase;
}

.hotel_spa__items {
    display: grid;
    gap: 30px;
}

.hotel_spa__item-figure {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.hotel_spa__item-figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hotel_spa__box-title {
    color: #000;
    font: 20px 'Raleway';
    letter-spacing: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hotel_spa__box-text {
    font: 12px 'Raleway';
    color: #333;
    letter-spacing: .5px;
}

@media (min-width: 1024px) {
    .hotel_spa__items {
        grid-template-columns: repeat(2, 1fr);
    }
}
