.container-hilton-page-acomodacoes .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px 16px;
    justify-content: space-between;
}

.container-hilton-page-acomodacoes .col {
    width: 32%;
}

.container-hilton-page-acomodacoes figure.thumbnail {
    overflow: hidden;
    width: 100%;
    height: 260px;
}

.container-hilton-page-acomodacoes .thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-hilton-page-acomodacoes .content {
    background-color: #EBF2F5;
    display: flex;
    padding: 16px 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.container-hilton-page-acomodacoes .title {
    margin-bottom: 12px;
    min-height: 48px;
}

.container-hilton-page-acomodacoes .title h2 {
    color: var(--e-global-color-primary);
    font-family: Loew;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
}

.container-hilton-page-acomodacoes .row-metadata {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 12px;
    align-items: center;
}

.container-hilton-page-acomodacoes .col-metadata-text {
    color: var(--Black, #1D1D1D);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.container-hilton-page-acomodacoes .col-metadata {
    display: flex;
}

.container-hilton-page-acomodacoes .buttons {
    border-top: 1px solid #666666;
    width: 100%;
    padding-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.container-hilton-page-acomodacoes .button-reserve-agora {
    display: flex;
    padding: 9px 16px;
    align-items: flex-start;
    gap: 8px;
    background-color: var(--e-global-color-primary);
    color: var(--White, #FFF);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
}

.container-hilton-page-acomodacoes .button-reserve-agora:hover {
    opacity: .7;
}

.container-hilton-page-acomodacoes .button-ver-detalhes {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--e-global-color-primary);
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.container-hilton-page-acomodacoes .button-ver-detalhes:hover {
    opacity: .7;
}

.popup-container-acomodacao .col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.popup-container-acomodacao .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup-container-acomodacao .images {
    width: 55%;
}

.popup-container-acomodacao .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-container-acomodacao .content {
    display: flex;
    min-height: 400px;
    padding: 0px 75px 0px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    flex: 1 0 0;
    background-color: #EBF2F5;
}

.popup-container-acomodacao .title h2 {
    color: var(--e-global-color-primary);
    font-family: Loew;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 24px;
    margin-top: 0;
}

.popup-container-acomodacao .description p {
    margin-bottom: 16px;
}

.popup-container-acomodacao .buttons {
    margin-top: 16px;
}

.popup-container-acomodacao .button-reserve-agora {
    display: flex;
    padding: 9px 16px;
    align-items: flex-start;
    gap: 8px;
    background-color: var(--e-global-color-primary);
    color: var(--White, #FFF);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
}

.popup-container-acomodacao .button-reserve-agora:hover {
    opacity: .7;
}

.popup-container-acomodacao .content-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.popup-container-acomodacao .slick-track {
    height: 100%;
}

.popup-container-acomodacao .slick-list {
    height: 100% !important;
}

.popup-container-acomodacao .slick-slider {
    height: 100%;
}

.popup-container-acomodacao .prev, 
.popup-container-acomodacao .next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -19px;
    cursor: pointer;
}

.popup-container-acomodacao .prev {
    left: 10px;
}

.popup-container-acomodacao .next {
    right: 10px;
}

.popup-container-acomodacao .slick-arrow svg {
    width: auto;
    height: 32px;
}

.popup-container-acomodacao .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    right: 0;
    justify-content: center;
    bottom: 28px;
    z-index: 999;
    position: absolute;
    left: 0;
    align-items: center;
}

.popup-container-acomodacao .slick-dots button {
    border: 1px solid #fff;
    font-size: 0;
    width: 9px;
    border-radius: 50%;
    height: 9px;
    padding: 0;
    background-color: transparent;
    outline: none;
    display: block;
}

.popup-container-acomodacao .slick-dots button:focus, 
.popup-container-acomodacao .slick-dots button:focus, 
.popup-container-acomodacao .slick-dots button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.popup-container-acomodacao .slick-active button {
    border: 1px solid #fff;
    font-size: 0;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    padding: 0;
    background-color: #fff;
}

.popup-container-acomodacao .slick-dots button:focus, 
.popup-container-acomodacao .slick-dots button:hover, 
.popup-container-acomodacao .slick-dots button:focus, 
.popup-container-acomodacao .slick-dots button:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: none;
}

.popup-container-acomodacao .popup-wrapper {
    display: none;
    left: 50%;
    background-color: #ffffff;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 999;
    max-width: calc(100% - 32px);
}

.overlay-popup-acomodacao {
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 0.5;
    display: none;
}

@media(min-width: 1366px) {
    .popup-container-acomodacao .popup-wrapper {
        width: 1334px;
    }

    .container-hilton-page-acomodacoes .row:after {
        content: "";
        flex: 1 1 32%;
        max-width: 560px;
        height: 0;
    }
}


@media(max-width: 1239px) {


    .container-hilton-page-acomodacoes .button-ver-detalhes svg {
        display: none;
    }

    .popup-container-acomodacao .col {
        flex-direction: column;
    }

    .popup-container-acomodacao .images {
        width: 100%;
    }

    .container-hilton-page-acomodacoes .buttons {
        justify-content: space-between;
    }

    .popup-container-acomodacao .content {
        display: flex;
        min-height: auto;
        padding: 12px 16px 12px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        flex: 1 0 0;
        background-color: #EBF2F5;
    }

    .popup-container-acomodacao .popup-wrapper {
        width: 96%;
    }

    .popup-container-acomodacao .prev svg, 
    .popup-container-acomodacao .next svg {
        width: 16px;
        height: auto;
    }

    .popup-container-acomodacao .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .popup-container-acomodacao .slick-dots .slick-active button {
        width: 12px;
        height: 12px;
    }
}

@media(max-width: 992px) {
    .container-hilton-page-acomodacoes .col {
        width: 48%;
    }
}

@media(max-width: 767px) {
    .container-hilton-page-acomodacoes .title {
        min-height: initial;
    }

    .container-hilton-page-acomodacoes .row {
        flex-direction: column;
    }

    .container-hilton-page-acomodacoes .col {
        width: 100%;
    }

    .container-hilton-page-acomodacoes .thumbnail img {
        width: 100%;
    }
}