@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

@font-face {
    font-family: 'Altair Regular';
    src: url('/font/Altair%20Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.rodizio-container,
.rodizio-container * {
    font-family: 'Altair Regular', sans-serif;
}

.rodizio-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0px;
    width: 100%;
}

.rodizio-logo {
    width: 200px;
    height: auto;
}

/* Faixa */
.faixa-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 80px;
    background: url('/Imagens/Rodizio/Faixa.png') center 33.5% / 60% auto no-repeat;
    text-align: center;
}

.faixa-titulo {
    position: relative;
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 0 60px;
}

/* Price Boxes */
.price-box {
    position: relative;
    max-width: 450px;
    min-height: 240px;
    width: 400px;
}

.price-box-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: white;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: center;
}

.price-body {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    height: 78%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
}

.schedule {
    color: #1d4a26;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.price {
    color: #c92535;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 6px;
    line-height: 1;
}

.price-obs {
    font-size: 1rem;
    color: #1d4a26;
    line-height: 1.2;
    width: 100%;
}

.highlight {
    color: #c92535;
    font-weight: 700;
}

.pill-badge {
    background-color: #c92535;
    color: white;
    padding: 6px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 2;
    margin-top: 8px;
    text-align: center !important;
}

/* Section Dividers */
.section-divider {
    background-color: #c92535;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
}

/* Pizza Row */
.pizza-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.pizza-item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Vantagens */
.vantagens-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    position: relative;
    z-index: 10;
}

.vantagem-card-img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 15px;
}

/* Decorações */
.central {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bg-decor img {
    position: absolute;
    width: 10%;
    height: auto;
    opacity: 0.9;
}

.bg-decor .ramo2   { display: none; }
.bg-decor .folha   { display: none; }
.bg-decor .folhas  { top: 25%; left: 15%; }
.bg-decor .folhas2 { top: 40%; right: 10%; }
.bg-decor .pimenta { left: 1%; bottom: 56%; }
.bg-decor .queijo  { left: 10%; bottom: 36%; }
.bg-decor .ramo    { top: 140px; }
.bg-decor .tomates { top: 140px; right: 0; }
.queijo, .ramo3    {display: none;}

@media (max-width: 1451px){
    .bg-decor .folhas  { top: 25%; left: 10%; }
    .bg-decor .folhas2 { top: 40%; right: 5%; }
}

@media (max-width: 1200px){
    .bg-decor .folhas  { top: 25%; left: 8%; }
    .bg-decor .folhas2 { top: 40%; right: 3%; }
}

/* ─── Tablet (769px – 1024px) ─── */
@media (max-width: 1024px) {
    .faixa-container {
        height: 75px;
        background: url('/Imagens/Rodizio/Faixa.png') center 33.5% / 75% auto no-repeat;
    }
    .faixa-titulo { font-size: 1.3rem; }
    .bg-decor .tomates { top: 90px; }
    .bg-decor .ramo    { top: 85px; }
    .bg-decor .pimenta { left: 1%; top: 40%; }
}

/* ─── Mobile largo (481px – 768px) ─── */
@media (max-width: 768px) {
    .faixa-container {
        height: auto;
        width: 100%;
        background: #1d4a26;
        padding: 14px 20px;
        border-radius: 0;
        margin-top: 0;
    }
    .faixa-titulo       { font-size: 1.2rem; padding: 0; }
    .price-box          { width: 65%; max-width: 380px; min-height: unset; aspect-ratio: 45 / 32; }
    .price-box-header   { font-size: 0.85rem; }
    .price              { font-size: 2.7rem; }
    .schedule           { font-size: 1.05rem; }
    .price-obs          { font-size: 0.9rem; }
    .pill-badge         { font-size: 0.95rem; }

    .section-divider    { max-width: 100%; border-radius: 0; padding: 14px 20px; }

    /* Carousel Customization */
    #pizzaCarousel {
        padding: 0 45px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        opacity: 1; /* Garantir que fiquem visíveis */
    }
    
    /* Customizando os ícones (usaremos Font Awesome no HTML) */
    .carousel-control-prev i,
    .carousel-control-next i {
        color: #c92535;
        font-size: 1.8rem; /* Aumentei um pouco já que agora não tem o fundo circular */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease;
    }

    /* Rotacionando o Play para a esquerda no botão "Anterior" */
    .carousel-control-prev i {
        transform: rotate(180deg);
    }
    
    .carousel-control-prev:hover i {
        transform: rotate(180deg) scale(1.1);
    }

    .carousel-control-next:hover i {
        transform: scale(1.1);
    }

    .pizza-item         { flex: 0 0 200px; width: 200px; height: 200px; }
    .vantagens-grid     { grid-template-columns: repeat(2, 1fr);}
    .bg-decor .ramo     { width: 18%; }
    .bg-decor .tomates  { width: 20%; }

    footer,
    footer .tomate-footer,
    footer .folha-footer,
    footer .selo-footer , 
    footer .ramo-footer,
    footer .queijo-footer,
    footer .folhas-footer {
        display: none;
    }

    .bg-decor .queijo{
        right: 1%!important;
        left: auto!important;
        bottom: 0.5%;
        width: 120px;
        display: block;
    }

    .bg-decor .ramo3{
        left: -1%;
        bottom: 1%;
        width: 200px;
        display: block;
    }
    
}

/* ─── Mobile médio (434px – 480px) ─── */
@media (max-width: 480px) {
    .faixa-titulo       { font-size: 0.9rem; }
    .price-box          { width: 70%; max-width: 100%; aspect-ratio: 45 / 36; }
    .price-box-header   { font-size: 0.9rem; }
    .price              { font-size: 2.6rem; }
    .schedule           { font-size: 1rem; }
    .price-obs          { font-size: 0.85rem; width: 85%; }
    .pill-badge         { font-size: 0.9rem; }
    .section-divider    { font-size: 0.95rem; }
    .vantagem-card-img  { max-width: 130px; }
    .bg-decor .ramo3    { width: 140px; }
    .bg-decor .queijo   { width: 80px; }
}

@media (max-width: 465px){
    .price-box-header   { font-size: 0.85rem; }
    .rodizio-logo{ width: 180px; }
}

/* ─── Mobile pequeno (371px – 433px) ─── */
@media (max-width: 433px) {
    .faixa-titulo       { font-size: 0.85rem;}
    .price-box          { width: 88%; }
    .price-box-header   { font-size: 1rem; }
    .price-obs          { font-size: 0.8rem; }
    .pill-badge         { font-size: 0.85rem; }
    .section-divider    { font-size: 0.9rem; }
    .rodizio-logo       { width: 150px; }
}

@media (max-width: 406px){
    .price-box-header   { font-size: 0.95rem; }
}

/* ─── Mobile mínimo (≤ 370px) ─── */
@media (max-width: 370px) {
    .rodizio-logo       { width: 30%; }
    .price-box          { width: 92%; aspect-ratio: 45 / 38; }
    .price-box-header   { font-size: 0.9rem; }
    .price              { font-size: 2.2rem; }
    .schedule           { font-size: 0.9rem; }
    .price-obs          { font-size: 0.75rem; }
    .pill-badge         { font-size: 0.8rem; }
    .section-divider    { font-size: 0.85rem; }
}
