body {
    background-color: #F9F9F9;
}

.container-at-center {
    display: block;
    text-align: center;
}

.row.clearfix {
    display: block;
    margin: 0;
}

.container-at-center > div {
    /*max-width: 1035px;*/
    margin: 0 auto;
}

.at-center {
    display: block;
    text-align: center;
    font-size:0;
}

.barra-menu {
    background: #004C99;
    line-height: 5px;
    margin-bottom: 0;
}

nav#breadcrumbs {
    display: flex;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(208,208,208,1) 0%, rgba(255,255,255,1) 100%);
}

nav#breadcrumbs > a:first-child::before {
    background: url("/sescsc/images/agenda/blt_bc_home.svg") center center no-repeat;
}

nav#breadcrumbs > a::before {
    display:inline-block;
    width:26px;
    height:26px;
    margin:0 10px;
    vertical-align:middle;
    content: " ";
    color: transparent;
    background: url("/sescsc/images/agenda/blt_bc_separator.svg") center center no-repeat;
}

nav#breadcrumbs > a,
nav#breadcrumbs > a.aggregator,
nav#breadcrumbs > a.aggregator:hover {
    font: 400 16px/26px Montserrat;
    color: #323232;
    opacity: 0.6;
}

nav#breadcrumbs > a:hover,
nav#breadcrumbs > a:last-child {
    font-weight:700;
    opacity: 1;
}

.top_banner .headline {
    background-color: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 0% 50%;
}

.main-desc {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.main-desc::before {
    content: "";
    display: block;
    background-image: url('/sescsc/images/refeicoes-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

.main-desc p {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

.botoes {
    position: relative;
    border-bottom: 2px solid #B6B6B680;
    padding: 10px 16px;
    background: #FFF;
}

ul.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
}

ul.buttons li {
    width: auto;
    height: 40px;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    padding: 10px 23px;

    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #2F2F2F;
}

.button-nav-mobile {
    width: auto;
    height: 40px;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    padding: 10px 23px;

    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #2F2F2F;
}

.custom-heading {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column; /* Empilha ícone+texto acima da linha */
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color:  #2A4D95;
    /* padding-left: 30px; espaço para o ícone absoluto */
    margin-bottom: 20px; /* espaço para a linha */
}

/* .custom-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url('/sescsc/images/refeicoes-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
} */

.custom-heading::after {
    content: "";
    position: absolute;
    bottom: -8px; /* distância abaixo do h3 */
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #2A4D95;
}

ul.buttons li:hover, ul.buttons li.activia {
    color: #FFF;
    background-color:  #2A4D95;
}

/* .carte {
    padding: 0 172px;
} */

.pratos-flex {
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.prato {
    position: relative;
    width: 221px;
    height: 343px;

    /* box-shadow: 0px 8px 24px 0px #0000001A; */
}

.prato img {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}

.tag_float {
    width: auto;
    height: 17px;

    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;

    position: absolute;
    left: 12px;
    top: 12px;
    background: #FFF;
}

.tag-but {
    padding: 3px 8px;
    display: inline-block;
    border-radius: 0px;
    color:  #2A4D95;
}

.prato-caption {
    width: 100%;
    position: absolute;
    background: #FFF;
    padding: 16px 8px;
    border-radius: 0px 0px 12px 12px;
}

.prato-caption h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0;
    color: #2A4D95;
    text-transform: uppercase;
    margin: 0;
    height: 41.59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prato-caption p {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #2E2E2E;
    margin: 0 0 20px 0;
}

.price {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    color: #2E2E2E;
    margin-bottom: 20px
}

.prato-link {
    width: 191px;
    height: 40px;
    border-radius: 4px;
    padding: 8px 16px;
    background: #2A4D95;

    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.prato-link:hover {
    opacity: 0.9;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .top_banner {
        height: 60vw;
    }

    nav#breadcrumbs {
        padding: 16px;
        gap: 1px;
    }

    nav#breadcrumbs > a,
    nav#breadcrumbs > a.aggregator,
    nav#breadcrumbs > a.aggregator:hover {
        font: 400 12px/15.6px Montserrat;
    }

    .main-desc {
        flex-direction: column;
    }

    .main-desc::before {
        content: none;
    }

    .main-title {
        font-size: 22px;
    }

    .main-desc p {
        font-size: 14px;
    }

    ul.buttons {
        flex-wrap: wrap;
    }

    ul.buttons li {
        margin-left: 0px;
    }

    #especiais .container, 
    #forno .container, 
    #kids .container, 
    #leves .container, 
    #sopas .container {
        text-align: left;
    }

    .refeicoes-nav-slider {
        background: #FFF;
        padding: 16px 8px;
    }

    .refeicoes-nav-slider .item .button-nav-mobile {
        margin-right: 20px;
    }

    .refeicoes-nav-slider .item .button-nav-mobile:hover, 
    .refeicoes-nav-slider .item .button-nav-mobile:active {
        color: #FFF;
        background-color:  #2A4D95;
    }

    .pratos-flex {
        display: none !important;
    }

    .prato-caption h3, 
    .prato-caption p, 
    .prato-link {
        text-align: center;
    }

    .prato {
        margin-right: 20px;
    }

}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .prato-link {
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .pratos-flex {
        padding: 0 120px;
    }
}