.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 {
    position: relative;
    text-transform: uppercase;
    padding: 9px 0;
    cursor: pointer;
}

.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: 32px auto 0;
    width: 1216px;
}

.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: 512px;
    display: block;
    overflow: hidden;
} 

.tab-container-gastronomia .thumbnail figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
} 

.tab-container-gastronomia .images {
    width: 50%;
}

.tab-container-gastronomia .content {
    display: flex;
    min-height: 512px;
    padding: 0px 75px 0px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}

.tab-container-gastronomia .description h2 {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.tab-container-gastronomia .description img {
    vertical-align: middle;
}

.tab-container-gastronomia .content ul {
    margin-top: 0;
    margin-bottom: 16px;
}

.tab-container-gastronomia .content .description ul:last-child,
.tab-container-gastronomia .content .description p:last-child {
    margin-bottom: 0;
}

.tab-container-gastronomia .content ul {
    padding-left: 20px;
}

.tab-container-gastronomia .content h6 {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab-container-gastronomia .buttons {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.tab-container-gastronomia .button a {
    display: block;
    padding: 8px 32px;
    background-color: var(--e-global-color-primary);
    color: var(--White, #FFF);
    border-radius: 4px;
}

.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;
    align-items: center;
}

.tab-container-gastronomia .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;
}

.tab-container-gastronomia .slick-dots button:focus, 
.tab-container-gastronomia .slick-dots button:focus, 
.tab-container-gastronomia .slick-dots 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) {
    .tab-container-gastronomia {
        width: 100%;
    }

    .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: 998px) {
    .tab-container-gastronomia .content {
        padding: 0px 32px 0px 32px;
    }
}

@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;
    }
}