.container-tab-gastronomia {
    border-bottom: 1px solid #CCC;
}

.container-tab-gastronomia .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.container-tab-gastronomia .title {
    color: var(--Gray, #666);
    text-align: center;
    font-family: Loew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    padding: 9px 0;
    cursor: pointer;
}

.container-tab-gastronomia .title.active {
    color: var(--Black, #1D1D1D);
    text-align: center;
    font-family: Loew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.container-tab-gastronomia .title.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-primary);
    bottom: -1px;
    left: 0;
}

.tab-container-gastronomia {
    margin-top: 32px;
}

.tab-container-gastronomia .col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.tab-container-gastronomia .tab-wrapper {
    display: none;
}


.tab-container-gastronomia .tab-wrapper.active {
    display: block;
}

.tab-container-gastronomia .thumbnail figure {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
} 

.tab-container-gastronomia img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
} 

.tab-container-gastronomia .images {
    width: 50%;
}

.tab-container-gastronomia .content {
    display: flex;
    min-height: 400px;
    padding: 0px 75px 0px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    background-color: #EBF2F5;
}

.tab-container-gastronomia .title {
    color: var(--e-global-color-primary);
    font-family: Loew;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 24px;
}

.tab-container-gastronomia .content p,
.tab-container-gastronomia .content ul {
    margin-top: 0;
    margin-bottom: .9rem;
}

.tab-container-gastronomia .content .description p:last-child {
    margin-bottom: 0;
}

.tab-container-gastronomia .content ul {
    padding-left: 20px;
}

.tab-container-gastronomia .content h6 {
    color: var(--Black, #1D1D1D);
    font-family: 'Loew';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab-container-gastronomia .buttons {
    margin-top: 16px;
}

.tab-container-gastronomia .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;
}

.tab-container-gastronomia .content-carousel {
    position: relative;
}

.tab-container-gastronomia .prev, 
.tab-container-gastronomia .next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -19px;
}

.tab-container-gastronomia .prev {
    left: 10px;
}

.tab-container-gastronomia .next {
    right: 10px;
}

.tab-container-gastronomia .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;
}

.tab-container-gastronomia button {
    border: 1px solid #fff;
    font-size: 0;
    width: 9px;
    border-radius: 50%;
    height: 9px;
    padding: 0;
    background-color: transparent;
    outline: none;
}

.tab-container-gastronomia button:focus, 
.tab-container-gastronomia button:focus, 
.tab-container-gastronomia button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.tab-container-gastronomia .slick-dots .slick-active button {
    border: 1px solid #fff;
    font-size: 0;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    padding: 0;
    background-color: #fff;
}

.tab-container-gastronomia button:focus, 
.tab-container-gastronomia button:hover, 
.tab-container-gastronomia button:focus, 
.tab-container-gastronomia button:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: none;
}

@media(max-width: 1239px) {
    .container-tab-gastronomia .row {
        gap: 8px 16px;
    }

    .container-tab-gastronomia .title {
        font-size: 12px;
        line-height: 14px;
    }

    .container-tab-gastronomia .title.active {
        font-size: 12px;
        line-height: 14px;
    }

    .tab-container-gastronomia .images {
        width: 100%;
    }

    .tab-container-gastronomia .title {
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .container-tab-gastronomia .row {
        gap: 8px 16px;
    }

    .tab-container-gastronomia .thumbnail figure {
        height: 250px;
    } 

    .container-tab-gastronomia .thumbnail img {
        width: 100%;
    }

    .container-tab-gastronomia .title {
        font-size: 10px;
        line-height: 14px;
    }

    .container-tab-gastronomia .title.active {
        font-size: 10px;
        line-height: 14px;
    }

    .tab-container-gastronomia .col {
        flex-direction: column;
    }

    .tab-container-gastronomia .images {
        width: 100%;
    }

    .tab-container-gastronomia .content {
        display: flex;
        min-height: auto;
        padding: 12px 16px 12px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        background-color: #EBF2F5;
    }

    .tab-container-gastronomia .title {
        font-size: 20px;
    }
}