.container-hilton-section-eventos-para-grupos .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.container-hilton-section-eventos-para-grupos .col {
    width: 394px;
    margin-left: 16px;
}

.container-hilton-section-eventos-para-grupos .col .title h3 {
    color: var(--e-global-color-primary);
    text-align: left;
    font-family: Loew;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.container-hilton-section-eventos-para-grupos .col h6 {
    color: #1D1D1D;
    text-align: left;
    font-family: Loew;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.container-hilton-section-eventos-para-grupos .image img {
    display: block;
    width: 100%;
}

.container-hilton-section-eventos-para-grupos .content {
    display: flex;
    gap: 10px;
    padding: 32px;
    flex-direction: column;
    background-color: #EBF2F5;
    justify-content: space-between;
    min-height: 460px;
}

.container-hilton-section-eventos-para-grupos .col .description ul {
    padding-left: 20px;
}

.container-hilton-section-eventos-para-grupos .col .description,
.container-hilton-section-eventos-para-grupos .col .description li {
    color: #1D1D1D;
    text-align: left;
    font-family: Loew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: inherit;
}

.container-hilton-section-eventos-para-grupos .col .button-reserve-agora {
    color: #fff;
    text-decoration: none;
    background-color: var(--e-global-color-primary);
    padding: 10px;
}

.container-hilton-section-eventos-para-grupos a.button-reserve-agora {
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: var(--e-global-color-primary);
    padding: 10px;
    text-align: center;
    width: 100%;
}

.container-hilton-section-eventos-para-grupos a.button-reserve-agora:hover {
    opacity: .7;
}

.container-hilton-section-eventos-para-grupos .carousel .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;
}

.container-hilton-section-eventos-para-grupos .carousel .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;
}

.container-hilton-section-eventos-para-grupos .carousel button:focus, 
.container-hilton-section-eventos-para-grupos .carousel button:focus, 
.container-hilton-section-eventos-para-grupos .carousel button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.container-hilton-section-eventos-para-grupos .carousel .slick-active button {
    border: 1px solid #fff;
    font-size: 0;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    padding: 0;
    background-color: #fff;
}

.container-hilton-section-eventos-para-grupos .carousel button:focus, 
.container-hilton-section-eventos-para-grupos .carousel button:hover, 
.container-hilton-section-eventos-para-grupos .carousel button:focus, 
.container-hilton-section-eventos-para-grupos .carousel button:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: none;
}

.container-hilton-section-eventos-para-grupos .col-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.container-hilton-section-eventos-para-grupos .col-pagination svg {
    vertical-align: middle;
}

.container-hilton-section-eventos-para-grupos .col-pagination .next,
.container-hilton-section-eventos-para-grupos .col-pagination .prev {
    cursor: pointer;
}

.container-hilton-section-eventos-para-grupos .col-pagination .dots {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-hilton-section-eventos-para-grupos .col-pagination ul.slick-dots {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.container-hilton-section-eventos-para-grupos .row-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}

.container-hilton-section-eventos-para-grupos .col-pagination ul.slick-dots li button {
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #666666;
    text-align: left;
    font-family: Loew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-hilton-section-eventos-para-grupos .col-pagination ul.slick-dots li.slick-active button {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.container-hilton-section-eventos-para-grupos button:focus, 
.container-hilton-section-eventos-para-grupos button:hover, 
.container-hilton-section-eventos-para-grupos button:focus, 
.container-hilton-section-eventos-para-grupos button:hover {
    color: var(--e-global-color-primary);
    background-color: transparent;
    text-decoration: underline;
}

.container-hilton-section-eventos-para-grupos button:focus, 
.container-hilton-section-eventos-para-grupos button:focus, 
.container-hilton-section-eventos-para-grupos button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.container-hilton-section-eventos-para-grupos .row-pagination {
    display: none;
}

@media(max-width: 1365px) {
    .container-hilton-section-eventos-para-grupos .carousel .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .container-hilton-section-eventos-para-grupos .carousel .slick-dots .slick-active button {
        width: 12px;
        height: 12px;
    }

    .container-hilton-section-eventos-para-grupos .col {
        width: 32%;
        margin-left: 8px;
    }

    .container-hilton-section-eventos-para-grupos .col .title {
        font-size: 20px;
    }

    .container-hilton-section-eventos-para-grupos .col .description,
    .container-hilton-section-eventos-para-grupos .col .description li {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .container-hilton-section-eventos-para-grupos .row-pagination {
        display: flex;
    }

    .container-hilton-section-eventos-para-grupos .col {
        margin-left: 0;
    }

    .container-hilton-section-eventos-para-grupos .content {
        min-height: initial;
    }
}