.botoes {
    border-bottom: 0px;
}

.refeicoes-nav-slider {
    margin-top: 90px;
}

#detalhe .row > div:first-child {
    text-align: right;
}

figure {
    margin: 0;
}

.prato-img-interna {
    /* width: 528px; */
    height: 423px;
    object-fit: cover;
    border-radius: 10px;
}

#detalhe h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #2A4D95;
    margin: 0 0 10px 0;
}

.weight {
    font-weight: 300;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 30px;
}

.price-interna {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #565555;
    margin-bottom: 30px;
}

.desc-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
    max-width: 450px;
    margin-bottom: 30px
}

#detalhe h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #2A4D95;
    margin-bottom: 5px;
}

.desc-ingredientes {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
    max-width: 539px;
    margin-bottom: 25px;
}

.obs-ingredientes {
    max-width: 539px;
    height: auto;
    border-radius: 10px;
    background: #EEBF4180;

    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #2A4D95;
    padding: 10px;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    gap: 10px;
}

.obs-ingredientes i {
    font-size: 15px;
}

.button-onde-comprar {
    width: 280px;
    height: 48px;
    border-radius: 4px;
    padding: 12px 0px;
    background: #2A4D95;
    border: 1px solid #2A4D95;

    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF;
}

.button-onde-comprar:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

.interna-heading {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #2A4D95;
    margin: 0 auto;
}

.interna-heading::after {
    content: "";
    display: block;
    height: 4px;
    width: 60%;
    max-width: 200px;
    border-radius: 4px;
    background-color: #2A4D95;
    margin: 20px auto 10px auto;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    border: none !important;
    background: none;
    margin-right: 1rem;
    position: relative;

    color: #303030;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #303030;
    background: none;
}

.nav-tabs > li.active > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background-color: #2A4D95;
    /* border-radius: 2px; */
}

.tab-content .tab-pane {
    max-width: 800px;
    font-weight: 400;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: 0;
    color: #000;
}

.table {
    border-collapse: separate !important;
    border-spacing: 10px !important; /* Espaço vertical entre as linhas */
}

.table thead th {
    text-align: left;
    background-color: #E5E5E5 !important;
    font-weight: bold;
}

.table td, .table th {
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    background-color: #ffffff; /* Fundo branco para destacar o espaçamento */
    border: 0 !important;
}

@media screen and (max-width: 768px) {
    .prato-img-interna {
        width: 100%;
        height: auto;
    }

    .obs-ingredientes, .button-onde-comprar {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .barra-menu {
        margin-top: 115px;
    }

    .refeicoes-nav-slider, .botoes {
        margin-top: 0px !important;
    }

    #detalhe .row > div:first-child {
        text-align: center;
    }

    #detalhe h2 {
        margin-top: 30px;
    }
}