@charset "utf-8";
/* CSS Document */

/* =========================================================================
   BASE
   ========================================================================= */
:root {
    --vermelho: #ef4e41;
    --amarelo:  #ffb32a;
    --preto:    #271e21;
    --branco:   #ffffff;    
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--preto);
    background-image: url('images/bg.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: top center;
    overflow-x: hidden;    
}



h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--branco);
    letter-spacing: -1px;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--branco);
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.1;
    color: var(--branco);
}


.destaque {
    color: var(--vermelho);
}

.destaque2 {
    color: var(--amarelo);
    font-weight: 700;
}

.py-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.largura-menor {
    width: 760px;
    margin: 0 auto;
}

.w-85 {
    width: 85%!important;
}

/* =========================================================================
   BOTÕES CTA
   ========================================================================= */
.btn-cta {
    background-color: var(--amarelo);
    color: var(--preto);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 24px 36px;
    border-radius: 7px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
}



.btn-longo {
    padding: 12px 30px;
}


.btn-cta:hover {
    background-color: #e6a020;
    color: var(--preto);
    transform: translateY(-2px);
}

/* =========================================================================
   HEADER / HERO
   ========================================================================= */
.site-header {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    padding: 0;
}

.header-inner {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.header-left {
    flex: 0 0 48%;
    /* max-width: 47%; */
}

.header-right {
    flex: 0 0 52%;
    /* max-width: 55%; */
    margin-left: -8%;
    margin-top: -70px;
}

.header-hero-img {
    width: 128%;
    display: block;
    margin-left: -19px;
}

.header-logos {
    display: flex;
    align-items: center;
}

.header-logo {
    max-height: 88px;
    width: auto;
}

/* Mobile: stack vertical, sem overlap */
@media (max-width: 767px) {
    .site-header {
        width: 100%;
    }

    .header-inner {
        flex-direction: column;
    }

.header-left {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}
    
.header-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: -42px;
    display: flex;
    justify-content: center;
    margin-top: -10px;
}   

h1 {
    font-size: 32px;
    text-align: center;
}

    h2 {
        font-size: 26px;
    }
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

/* =========================================================================
   SEÇÃO TASTE
   ========================================================================= */
.section-taste {
    background-image: url('images/bg-vermelho.jpg');
    background-size: cover;
    background-position: center;
    width: 92%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    border-radius: 10px;
}

.taste-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
}

.section-taste h2,
.section-taste p {
    color: #fff;
}

.taste-slide img {
    border-radius: 8px;
}

/* =========================================================================
   CARROSSEL — SETAS CUSTOMIZADAS
   ========================================================================= */
.owl-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--vermelho);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}


.nav-black {
    background-color: var(--preto);
}

.owl-nav-btn:hover {
    background-color: #ffffff;
}

.owl-nav-btn:hover {
  color: #000000;
}

/* Posição das setas laterais */
[class*="owl-prev-"] {
    left: -22px;
}

[class*="owl-next-"] {
    right: -22px;
}

/* Setas mobile (abaixo do carrossel) — reset de posição */
.d-flex .owl-nav-btn {
    position: static;
    transform: none;
}

/* Wrap dos carrosséis */
.taste-carousel-wrap,
.restaurantes-carousel-wrap,
.alem-carousel-wrap {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .taste-carousel-wrap,
    .restaurantes-carousel-wrap,
    .alem-carousel-wrap {
        padding: 0;
    }

    [class*="owl-prev-"],
    [class*="owl-next-"] {
        position: static;
        transform: none;
    }
}

/* =========================================================================
   CARROSSEL RESTAURANTES
   ========================================================================= */
.restaurante-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 4px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.restaurante-img-wrap {
    position: relative;
}



.restaurante-logo {
    max-width: 185px;
    margin: 0 auto;
}


.restaurante-desc {
    font-size: 18px;
    line-height: 1.1;
    padding: 14px;
    margin: 0;
    color: var(--preto);
    text-align: center;
    font-weight: 500;
    letter-spacing: -1px;
}

.restaurante-desc span.destaque {
    font-weight: 700;
}

/* =========================================================================
   BENEFÍCIOS
   ========================================================================= */
.beneficios-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    color: #ffffff;
}

.beneficios-list li {
    font-size: 20px;
    padding: 2px 0 2px 33px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.beneficios-list li::before {
    content: '•';
    color: var(--vermelho);
    font-size: 28px;
    position: absolute;
    left: 8px;
    top: 2px;
    line-height: 1;
}

/* =========================================================================
   COMO FUNCIONA
   ========================================================================= */

.section-como-funciona .row {
    border: 2px solid var(--vermelho);
    padding: 0 15px;
    border-radius: 7px;
}

.como-card {
    padding: 0px 10px;
}

.como-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto 16px;
}

.como-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    color: var(--vermelho);
    text-transform: uppercase;
}

.como-card p {
    font-size: 18px;
    color: var(--branco);
    line-height: 1.2;
}

/* =========================================================================
   ALÉM DO CLUBE
   ========================================================================= */

.alem-card {
    background: transparent;
    border: 1px solid #ef4e41a8;
    border-radius: 10px;
    overflow: visible;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--branco);
    padding: 10px 20px 28px 20px;
    min-height: 420px;
}
.alem-card img {
    width: 100%;
    display: block;
}

.alem-card p {
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    
}

/* =========================================================================
   TEXTO LEGAL
   ========================================================================= */
.text-legal {
    font-size: 16px;
    opacity: 0.75;
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: center;
}



/* =========================================================================
   FOOTER
   ========================================================================= */
div#copyrights {
    background: #000;
}

#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}

footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
    line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}


/* =========================================================================
   BANNER FIXO
   ========================================================================= */
.fixed-banner {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.fixed-banner.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fixed-banner-inner {
    background-image: url('images/bg-vermelho.jpg');
    color: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
    max-width: 420px;
    border: 1px solid #611e16;
}

.fixed-banner-text {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.btn-cta-banner {
    background-color: var(--amarelo);
    color: var(--preto);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    border: none;
    text-decoration: none;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
}

.btn-cta-banner:hover {
    background-color: #e6a020;
    color: var(--preto);
}

/* Mobile: banner centralizado, menor */
@media (max-width: 767px) {
    .fixed-banner {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
    }
    
    
button svg {
    margin-top: -6px;
}    

.fixed-banner-inner {
    border-radius: 10px;
    max-width: 90%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 20px;
    gap: 10px;
    margin: 0 auto 10px;
}

    .fixed-banner-text {
        font-size: 14px;
    }
    
.largura-menor {
    width: 100%;
    margin: 0 auto;
}
    
.section-taste {
    padding: 20px 0 !important;
}  
    
.taste-inner {
    padding: 0 10px;
}  
    
    
.section-restaurantes, .section-beneficios, .section-como-funciona, .section-alem, .section-desconto {
    padding: 30px 20px;
}  
    
    
.restaurante-desc .destaque {
    font-weight: 700;
}   
    
    
.alem-card {
    padding: 7px 12px 16px 12px;
}    
    
    
    
    
    
}


/* Recomendado: Para telas de 1920px e superiores */
@media screen and (min-width: 1700px) {
.header-inner {
    width: 80%;
}

.site-header {
    padding: 0 4%;
}  
    
.section-taste {
    width: 85%;

}    
    
}



