
/* HEADER */
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Inter', Arial, sans-serif;
    background: #ffffff;
    color: #111;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}


.logo-img {
    max-height: 60px;
}

.menu-modern {
    display: flex;
    gap: 24px;
    list-style: none;
}

.menu-modern a {
    color: #fff;
    font-weight: 600;
    transition: opacity 0.3s;
}

.menu-modern a:hover {
    opacity: 0.8;
}

/* HERO COM SLIDE */
.hero {
    position: relative;
    height: 60vh;
    min-height: 600px;
    max-height: 700px;
    display: flex;
    align-items: center;
    /* overflow removido */
}

.hero,
.heroo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 100px 0;
}

.hero-content,
.hero-content2 {
    width: 50%;
}

.hero h1 {
    font-size: 44px;
    margin-bottom: 15px;
}

.hero h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 18px;
    line-height: 1.6;
}

.hero-video {
    width: 45%;
}
.btn,
.btn-primary {
    background: #C21F2E;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover,
.btn-primary:hover {
    background: #a11923;
}
section {
    padding: 80px 0;
}
.vip-grid,
.marcas-grid,
.projetos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.vip-card,
.marca-card,
.projeto-item {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: transform 0.3s;
}

.vip-card:hover,
.marca-card:hover,
.projeto-item:hover {
    transform: translateY(-6px);
}
.vip-hero {
    background: linear-gradient(135deg, #0B3D2E, #06251C);
    color: #fff;
    text-align: center;
    padding: 90px 20px;
}

.vip-hero h1 {
    color: #FFD200;
    text-shadow:
        2px 2px 0 #000,
       -2px 2px 0 #000,
        2px -2px 0 #000,
       -2px -2px 0 #000;
}
@media (max-width: 1024px) {
    .vip-grid,
    .marcas-grid,
    .projetos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {

    .header-flex {
        flex-direction: column;
        gap: 12px;
        padding: 16px 0;
    }

    .menu-modern {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 10px;
    }

    .hero,
    .heroo {
        flex-direction: column;
        padding: 60px 0 40px;
        text-align: center;
    }

    .hero-content,
    .hero-content2,
    .hero-video {
        width: 100%;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero h2 {
        font-size: 26px;
    }

    .vip-grid,
    .marcas-grid,
    .projetos-grid {
        grid-template-columns: 1fr;
    }

    .btn,
    .btn-primary {
        width: 100%;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    .container {
        padding: 0 14px;
    }
}


img, video {
    max-width: 100%;
    height: auto;
}
/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, sans-serif; }
.container { width: 90%; max-width: 1200px; margin: auto; }


.logo-img {
    height: 65px;
    transition: 0.2s;
}
.logo-img:hover {
    transform: scale(1.04);
}
/* MENU PROFISSIONAL */
.menu {
    list-style: none;
    display: flex;
    gap: 45px;
}

.menu a {
    color: #002776;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;

    position: relative;
    transition: 0.3s ease;
}

/* Linha animada embaixo */
.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;

    width: 0%;
    height: 3px;
    background: #ffcc00;
    border-radius: 2px;

    transition: width 0.3s ease;
}

.menu a:hover::after,
.menu a.active::after {
    width: 100%;
}

/* Hover com leve mudança */
.menu a:hover {
    color: #001a44;
    transform: translateY(-2px);
}

/* Página ativa */
.menu a.active {
    color: #001a44;
    font-weight: 700;
}




.heroo {
    margin-top: 5px;
    position: relative;
    height: 60vh;
    min-height: 580px;
    max-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;

    /* AQUI COLOCA O BACKGROUND */
    background-image: url('img/slide1.jpg'); /* troque pelo nome da sua imagem */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Carrossel Lateral */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.slides-wrapper {
    display: flex;
    height: 102%;
    transition: transform 1s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    height: 100%;
    width: 100%;
    object-fit:cover;
    object-position: center;
}

/* Conteúdo (texto + botão) */
.hero-content {
    position: relative;
    z-index: 2;
    width: 50%;
    color: white;
    text-shadow: 1px 1px 10px #000;
    padding-left: 20px;
}

.hero-content2 {
    width: 50%;
    color: white;
    text-shadow: 1px 1px 10px #000;
    padding-left: 20px;
}

.hero h2 { font-size: 40px; margin-bottom: 10px; }

.btn {
    background: #ffcc00;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.btn:hover { background: #e6b800; }

/* Vídeo no lado direito */
.hero-video {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-video video {
    width: 95%;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}



/* SEÇÕES */
.section { padding: 60px 0; text-align: center; }
.section h2 { margin-bottom: 20px; font-size: 32px; }

/* MARCAS */
.brand-list { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.brand {
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    font-weight: bold;
    transition: .25s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    display: inline-block;
}

/* FORM */
.form { max-width: 500px; margin: auto; display: flex; flex-direction: column; gap: 15px; }
.form input, .form textarea { padding: 12px; border-radius: 5px; border: 1px solid #ccc; }

/* FOOTER */
.footer {
    background: #000309;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    margin-top: 2px;
}

/* RESPONSIVIDADE */
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        height: auto;
        padding-bottom: 40px;
    }

    .hero-content {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .hero-video {
        width: 100%;
        margin-top: 20px;
    }
}

/* FOOTER INFO */
.footer-info {
    background: #000309;
    color: white;
    padding: 40px 0;
    margin-top: 4px;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-column h3 {
    margin-bottom: 15px;
    font-size: 20px;
    border-left: 4px solid #ffcc00;
    padding-left: 10px;
}

.footer-column p {
    margin-bottom: 8px;
    font-size: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
}

.social-link:hover {
    color: #ffcc00;
}

.icon {
    font-size: 22px;
    margin-right: 8px;
}

/* Rodapé final */
.footer {
    background: #000309;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
/* NAV MODERNA */
.nav-modern {
    display: flex;
    align-items: center;
}

.menu-modern {
    list-style: none;
    display: flex;
    gap: 40px;
}

/* Estética Premium */
.menu-modern a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #012a60;
    text-decoration: none;
    padding: 10px 4px;
    transition: all 0.3s ease;
}

/* Linha Animada */
.menu-modern a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background: #ffcc00;
    border-radius: 5px;
    transition: width 0.3s;
}

/* Hover */
.menu-modern a:hover {
    color: #001a44;
    transform: translateY(-3px);
}

.menu-modern a:hover::after {
    width: 100%;
}

/* Página ativa */
.menu-modern a.active {
    color: #001a44;
    font-weight: 700;
}

.menu-modern a.active::after {
    width: 100%;
}

/* BARRA SUPERIOR FIXA */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;

    background: rgba(193, 191, 191, 0.19);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.25);

    padding: 18px 0;
    transition: 0.3s ease-in-out;
}

/* estado ao rolar */
.header.scrolled {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    padding: 12px 0;
}

/* PÁGINAS DE CERVEJA */
.beer-page {
    padding: 60px 0;
}

.beer-flex {
    display: flex;
    align-items: center;
    gap: 40px;
}

.beer-text {
    width: 50%;
    text-align: left;
}

.beer-text h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #002776;
}

.beer-text h3 {
    margin-top: 25px;
    color: #0040a8;
}

.beer-video {
    width: 45%;
}

.beer-video video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* responsivo */
@media (max-width: 900px) {
    .beer-flex {
        flex-direction: column;
    }
    .beer-text, .beer-video {
        width: 100%;
    }
}
.brand-btn {
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-weight: bold;
    text-decoration: none;
    color: #002776;
    transition: 0.3s;
}

.brand:hover {
    transform: translateY(-4px);
    color: #fff;
}

.brand-btn:hover {
    background: #002776;
    color: white;
    transform: translateY(-4px);
}

/* 🍺 CORES OFICIAIS POR MARCA */

/* BRAHMA */


.brand-brahma:hover {
    background: #E30613; /* Vermelho oficial Brahma */
    color:  #FFFFFF;
}

/* SKOL */

.brand-skol:hover {
    background: #FFD700; /* Amarelo Skol */
    color: #C8102E;
}

/* BUDWEISER */
.brand-bud:hover {
    background: #C80000; /* Vermelho Bud */
}

/* BEATS */
.brand-beats:hover {
    background: #0061FF; /* Azul Beats */
}

/* ANTARCTICA */
.brand-antarctica:hover {
    background: #0074C9; /* Azul Antarctica */
}

/* STELLA ARTOIS */
.brand-stella:hover {
    background: #C99736; /* Dourado Stella */
    color: #000;
}

/* 🍋 MIKE'S HARD LEMONADE */
.brand-mikes:hover {
    background: #FFD200;
    color: #000000;
}

/* Original */

.brand-antarctica-original:hover {
    background: #FFC21A;   /* Amarelo oficial */
    color: #E10613;        /* Vermelho do logo */
}

/* bohemia */

.brand-bohemia:hover {
    background: #E2E2E2;  /* Cinza claro do fundo */
    color: #000000;       /* Preto do logo */
}

/* Corona */
.brand-corona:hover {
    background: #F2F2F2;   /* Fundo claro */
    color: #0A1F44;        /* Azul marinho Corona */
}

/* Becks */

.brand-becks:hover {
    background: linear-gradient(135deg, #1A1A1A, #000000);
    color: #FFFFFF;
    box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

/* Caracu */

.brand-caracu:hover {
    background: linear-gradient(135deg, #1A1A1A, #000000);
    color: #E6D6C3;
    box-shadow: 0 12px 28px rgba(0,0,0,0.45);
}

/*Serramalte*/

.brand-serramalte:hover {
    background: linear-gradient(135deg, #6A3420, #421F12);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.45);
}

/*Wals*/

.brand-wals:hover {
    background: linear-gradient(135deg, #FFFFFF, #EDEDED);
    color: #0F0F0F;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/*Colorado*/
.brand-colorado:hover {
    background: linear-gradient(135deg, #F26A21, #C73A1C);
    color: #111111;
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}

/*Patagonia*/
.brand-patagonia:hover {
    background: #0B3D2E;     /* Verde escuro Patagônia */
    color: #FFFFFF;         /* Branco do logo */
}

/*michelob*/
.brand-michelob:hover {
    background: linear-gradient(135deg, #223B66, #0F1F3A);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}


/*hoegaarden*/
.brand-hoegaarden:hover {
    background: linear-gradient(135deg, #5C95B8, #3E6F8F);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.28);
}

/*Goose Island*/
.brand-goose:hover {
    background: linear-gradient(135deg, #1A1A1A, #000000);
    color: #FFFFFF;
    box-shadow: 0 12px 28px rgba(0,0,0,0.40);
}

/*Leefe*/
.brand-leffe:hover {
    background: linear-gradient(135deg, #ECA773, #D88853);
    color: #000000;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

/*Quilmes*/
.brand-quilmes:hover {
    background: linear-gradient(135deg, #18D9EB, #0FB8C7);
    color: #0A2A3F;
    box-shadow: 0 12px 26px rgba(0,0,0,0.28);
}

/*nortena*/
.brand-nortena:hover {
    background: linear-gradient(135deg, #FFF7E6, #F3E6C8);
    color: #0B2A55;
    box-shadow: 0 12px 26px rgba(0,0,0,0.25);
}

/*Spaten*/
.brand-spaten:hover {
    background: linear-gradient(135deg, #356947, #223F2C);
    color: #D6B25E;
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}


/*Fusion*/
.brand-fusion:hover {
    background: linear-gradient(135deg, #5ECF2C, #46A321);
    color: #000000;
    box-shadow: 0 14px 32px rgba(0,0,0,0.35);
}

/*guarana*/
.brand-guarana:hover {
    background: linear-gradient(135deg, #0FA269, #086341);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

/*h2oh*/
.brand-h2oh:hover {
    background: linear-gradient(135deg, #10A85B, #08733A);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}


/*soda*/
.brand-soda:hover {
    background: linear-gradient(135deg, #44BC3E, #2E8E2C);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.28);
}

/*tonica*/
.brand-tonica:hover {
    background: linear-gradient(135deg, #0E6BBE, #083F73);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

/*sukita*/
.brand-sukita:hover {
    background: linear-gradient(135deg, #FF8A33, #E66A10);
    color: #1F7A3A;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

/*Gatorade*/
.brand-gatorade:hover {
    background: linear-gradient(135deg, #9B9B9B, #7A7A7A);
    color: #F36F21;
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}

/*lipton*/
.brand-lipton:hover {
    background: linear-gradient(135deg, #FFE14D, #E6BE00);
    color: #E10613;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

/*pepsi*/
.brand-pepsi:hover {
    background: linear-gradient(135deg, #004B93, #0066CC);
    color: #E32934;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

/*serrana*/
.brand-serrana:hover {
    background: linear-gradient(135deg, #B5121B, #E53935, #FFD54F);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

.hero-blur-bg {
    position: absolute;
    inset: 0;
    background: url("img/logo.png") center/cover no-repeat;
    filter: blur(12px);
    transform: scale(1.2); /* evita bordas escuras */
    z-index: 1;
}

.hero-content, .hero-video {
    position: relative;
    z-index: 2;
}

.hero-blur {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.10); /* leve vidro */
    backdrop-filter: blur(12px);  /* BLUR AQUI 🔥 */
    z-index: 1;
}

/* PAGINA DE MARCA (BRAHMA, SKOL, ETC) */

.cerveja-page {
    position: relative;
    padding: 60px 0;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* BACKGROUND COM BLUR */
.bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/slide2.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgskol-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoSkol.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgbud-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoBud.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgbeats-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoBeats.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgboa-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoBoa.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgstella-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoStella.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgmikes-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoMikes.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgbohemia-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoBohemia.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgcorona-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoCorona.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgbecks-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoBecks.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgcaracu-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoCaracu.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgserramalte-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoSerramalte.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgwals-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoWals.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;

}

.bgcolorado-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoColorado.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgpatagonia-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoPatagonia.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgmichelob-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoMichelob.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bghoegaarden-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoHoegaarden.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bggooseIsland-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoGoose.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgleffe-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoLeffe.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgquilmes-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoQuilmes.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgnortena-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoNortena.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgspaten-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoSpaten.webp') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgfusion-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoFusion.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgserrana-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoSerrana.webp') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgguarana-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoGuarana.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgpepsi-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoPepsi.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgh2oh-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoH2OH.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgsoda-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoSoda2.jpg') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgtonica-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoTonica.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgsukita-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoSukita.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bggatorade-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoGatorade.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bglipton-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoLipton.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

.bgoriginal-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../marca/img/FundoOriginal.png') center/cover no-repeat;
    filter: blur(12px) brightness(0.45);
    z-index: 1;
}

/* CONTEÚDO SOBREPOSTO */
.cerveja-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 90%;
    max-width: 1100px;
    align-items: center;
    gap: 50px;
}

/* TEXTO */
.cerveja-texto {
    flex: 1;
    color: white;
    text-shadow: 0 0 12px #000;
}

.cerveja-texto h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.cerveja-texto h3 {
    margin-top: 25px;
}

/* VIDEO */
.cerveja-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

.cerveja-video video {
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.cerveja-video2 {
    flex: 1;
    display: flex;
    justify-content: center;
}

.cerveja-video2 video {
    width: 100%;
    max-width: 300px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
/* Lista de harmonização */
.harmonizacao {
    margin-top: 8px;
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.harmonizacao li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.titulo-cerveja a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 2px 2px 8px #000;
}

.titulo-cerveja a:hover {
    text-decoration: underline;
}

/* FOOTER MODERNO */
.footer-moderno {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    padding: 50px 20px 20px;
    color: #f0f0f0;
    font-size: 16px;
    border-top: 4px solid #ffcc00;
}

/* CONTAINER */
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* COLUNAS */
.footer-col {
    flex: 1;
    min-width: 260px;
}

.footer-col h3 {
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
}

.footer-col h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #ffcc00;
    margin-top: 6px;
    border-radius: 3px;
}

/* TEXTO */
.footer-col p {
    margin: 6px 0;
    color: #dcdcdc;
}

/* REDES SOCIAIS */
.social-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
    text-decoration: none;
    color: #dcdcdc;
    font-size: 18px;
    transition: 0.3s;
}

.social-item:hover {
    color: #ffcc00;
    transform: translateX(4px);
}

/* PARTE INFERIOR DO FOOTER */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    color: #bbbbbb;
}
/* POPUP OVERLAY */
.popup-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(8px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
    animation: fadeIn 0.25s ease-out;
}


/* CAIXA */
.popup-box {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(20px);
    width: 380px;
    padding: 30px;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
    animation: popupZoom 0.25s ease-out;
}

.popup-box h2 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* Animação */
@keyframes popupShow {
    from { transform: scale(0.8); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

/* BOTÕES */
.popup-buttons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 25px;
}

.popup-btn {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    border: none;
    transition: 0.25s;
}

.popup-btn.cnpj {
    background: #0047ba;
    color: #fff;
}

.popup-btn.cnpj:hover {
    background: #003a98;
    transform: translateY(-3px);
}

.popup-btn.cpf {
    background: #ffd400;
    color: #000;
}

.popup-btn.cpf:hover {
    background: #e3be00;
    transform: translateY(-3px);
}

.popup-btn:hover {
    transform: scale(1.06);
}

/* FECHAR */
.popup-close {
    margin-top: 25px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
}

.close-popup {
    margin-top: 10px;
    font-size: 15px;
    cursor: pointer;
    opacity: 0.8;
}

.close-popup:hover {
    opacity: 1;
}



.popup-close:hover {
    opacity: 1;
}

.hero-video,
.hero-video video {
    position: relative;
    z-index: 1 !important; /* fica atrás */
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes popupZoom {
    from {
        transform: scale(0.85);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* HERO */
.sobre-hero {
    padding: 120px 0;
    text-align: center;
    background: url('../css/img/slide1.jpg') center/cover no-repeat;
    color: white;
    text-shadow: 0 4px 16px rgba(0,0,0,0.7);
}

.sobre-hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.sobre-hero p {
    font-size: 20px;
    max-width: 800px;
    margin: auto;
}


/* TIMELINE */
.timeline-section {
    padding: 80px 0;
    background: #f6f6f6;
}

.timeline-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #002776;
}

.timeline {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: auto;
    padding-left: 30px;
}

/* Linha vertical */
.timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ffcc00;
    border-radius: 10px;
}

/* Blocos */
.timeline-item {
    position: relative;
    padding: 20px 0 20px 40px;
    opacity: 0;
    transform: translateY(40px);
    transition: .6s ease;
}

/* Bolinha da linha */
.timeline-item::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 25px;
    width: 18px;
    height: 18px;
    background: #002776;
    border-radius: 50%;
    border: 3px solid #ffcc00;
}

/* Conteúdo */
.timeline-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.timeline-content h3 {
    margin-bottom: 10px;
    color: #002776;
}

/* Ativação */
.timeline-item.active {
    opacity: 1;
    transform: translateY(0);
}
/* SETAS DO SLIDER — LIMPA E MODERNA */
.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 55px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: 0.2s ease;
    text-shadow: 0px 3px 8px rgba(0,0,0,0.6);
}

.slide-arrow:hover {
    color: #ffcc00;
    transform: translateY(-50%) scale(1.15);
}

/* posição das setas */
.left-arrow {
    left: 25px;
}

.right-arrow {
    right: 25px;
}

/* ========== PROJETOS ========== */
.projetos-section { padding: 60px 0; background: #0d0042; }
.projetos-section h2 { text-align: center; margin-bottom: 30px; color:#ffcc00; }

/* carousel box */
.projetos-carousel {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden; /* AGORA NÃO CORTA AS SETAS */
}

/* track que desliza */
.projects-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.project-left {
    width: 50%;
    padding-right: 20px;
}

.project-right {
    width: 50%;
    display: flex;
    justify-content: center;
}

.project-right img {
    width: 100%;
    max-width: 450px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* cada slide ocupa 100% do container */
.project-slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: #001e4f;
}

/* esquerda: texto */
.project-left { width: 55%; color: #111; left: -40px;}
.project-title { font-size: 26px; margin-bottom: 12px; color: #ffffff; }
.project-desc { font-size: 16px; line-height: 1.6; margin-bottom: 16px; color: #ffffff;}

/* botão conhecer */
.btn-know {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 10px;
  background: #ffcc00;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s;
}
.btn-know:hover { transform: translateY(-3px); }

/* direita: imagem */
.project-right { width: 45%; display:flex; justify-content:center; }
.project-right img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* setas */
.proj-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 38px;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
  cursor: pointer;
  padding: 6px;
  z-index: 12;
}
.proj-left { left: 12px; }
.proj-right { right: 12px; }

/* dots */
.proj-dots { text-align: center; margin-top: 18px; }
.proj-dots button {
  width: 10px; height: 10px; border-radius:50%;
  border: none; margin: 0 6px; display:inline-block;
  background: #d7d7d7; cursor:pointer;
}
.proj-dots button.active { background: #ffcc00; transform: scale(1.15); }

/* responsive */
@media (max-width: 900px) {
  .project-slide { flex-direction: column-reverse; padding: 18px; }
  .project-left, .project-right { width:100%; }
  .project-right img { max-width: 100%; height: 260px; }
  .proj-arrow { font-size: 34px; }
}

/* ============================
   GALERIA EVENTO PREMIUM
============================ */

.galeria-evento {
    text-align: center;
}

.galeria-evento h2 {
    margin-bottom: 20px;
    color: #002776;
}

.galeria-container {
    position: relative;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}

.galeria-track-wrapper {
    overflow: hidden;
    width: 100%;
}

.galeria-track {
    display: flex;
    gap: 12px;
    transition: transform .6s ease;
}

.galeria-img {
    width: 100%;
    max-width: 900px;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Setas */
.galeria-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 40px;
    color: white;
    text-shadow: 0 4px 12px rgba(0,0,0,0.7);
    cursor: pointer;
    padding: 5px;
    z-index: 15;
}

.galeria-left {
    left: 10px;
}

.galeria-right {
    right: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .galeria-img {
        height: 260px;
    }
}

/* ============================
   SLIDER DE PROJETOS
============================ */

.projetos-section {
    padding: 60px 0;
    text-align: center;
}

.projetos-slider {
    max-width: 1100px;
    margin: 30px auto;
    position: relative;
}

.projetos-wrapper {
    display: flex;
    transition: transform .5s ease;
    width: 100%;
    overflow: hidden;
}

.projeto-item {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.projeto-img img {
    width: 500px;
    height: 340px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.projeto-info {
    flex: 1;
    text-align: right;
    padding-right: 40px;
}

.projeto-info h3 {
    font-size: 28px;
    color: #002776;
}

.proj-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ccc;
    text-shadow: 0 3px 12px rgba(0,0,0,0.4);
}


.proj-arrow:hover {
    color: #edda06;
}

/* MOBILE */
@media (max-width: 900px) {
    .projeto-item {
        flex-direction: column;
        text-align: center;
    }

    .projeto-info {
        text-align: center;
        padding: 0;
    }

    .projeto-img img {
        width: 90%;
        height: 250px;
    }
}

.project-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #ccc;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.project-arrow:hover {
    color: #ffcc00;
}
.project-left {
    left: -40px; /* A seta sai para fora sem ser cortada */
}
.project-right {
    right: -40px;
}

/* ======================
   SEÇÃO DO PROJETO MODERNA
   ====================== */

.projeto-section {
    padding: 60px 0;
}

.projeto-section h1 {
    text-align: center;
    color: #002776;
    font-size: 34px;
    margin-bottom: 10px;
}

.projeto-section .lead {
    text-align: center;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #444;
}

/* Blocos alternados */
.projeto-bloco {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 60px auto;
    max-width: 1200px;
}

.projeto-bloco.invertido {
    flex-direction: row-reverse;
}

.projeto-text {
    flex: 1;
    font-size: 17px;
    color: #333;
    line-height: 1.6;
}

.projeto-text p {
    margin-bottom: 18px;
}

.projeto-img {
    flex: 1;
    display: flex;
    justify-content: center;
}

.projeto-img img {
    width: 100%;
    max-width: 520px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    object-fit: cover;
}

/* Mobile */
@media (max-width: 850px) {
    .projeto-bloco,
    .projeto-bloco.invertido {
        flex-direction: column;
        text-align: center;
    }

    .projeto-img img {
        max-width: 90%;
    }
}
/* ============================
   ANIMAÇÃO SUAVE (Scroll Reveal)
   ============================ */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

.reveall {
    opacity: 1 !important;
    transform: none !important;
}


.reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.timeline-img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    object-fit: cover;
}
/* ===== DROP DOWN MENU SOBRE ===== */

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 200px;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s ease;
    z-index: 999;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: block;
    padding: 10px 18px;
    color: #002776;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.dropdown-menu a:hover {
    background: #ffcc00;
    color: #000;
}

/* ABRIR NO HOVER */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* AJUSTE DO BOTÃO SOBRE */
.drop-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}


.drink-warning {
    position: fixed;
    bottom: 10px;
    right: 16px;
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    font-weight: 300;
    text-transform: lowercase;
    pointer-events: none;
    z-index: 9999;
}

/* Fundo do age gate */
.age-gate {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
    animation: fadeIn 0.4s ease;
}

/* Caixa central */
.age-gate-box {
    background: #ffffffee;
    padding: 35px 40px;
    border-radius: 18px;
    text-align: center;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    animation: scaleIn 0.35s ease;
}

/* Título */
.age-gate-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #0B3D2E;
    font-weight: 700;
}

/* Texto */
.age-gate-box p {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* Botões */
.age-gate-actions button {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s ease;
}

/* Botão SIM – cor primária Conebel */
#age-yes {
    background: #0B3D2E;
    color: #fff;
    margin-bottom: 12px;
}

#age-yes:hover {
    background: #095033;
}

/* Botão NÃO – vermelho ambev */
#age-no {
    background: #C21F2E;
    color: #fff;
}

#age-no:hover {
    background: #a11923;
}

/* Animações */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scaleIn {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* HERO CLIENTES VIP */
.vip-hero {
    background: linear-gradient(135deg, #001d58);
    padding: 80px 20px;
    text-align: center;
}

.vip-hero-content h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow:
        1px 1px 0 #000,
       -1px 1px 0 #000,
        1px -1px 0 #000,
       -1px -1px 0 #000;

}

.vip-hero-content p {
    color: #ffffff;
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 25px;
        text-shadow:
        1px 1px 0 #000,
       -1px 1px 0 #000,
        1px -1px 0 #000,
       -1px -1px 0 #000;

}

.btn-primary {
    background: #C21F2E;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #a11923;
}

/* SEÇÃO */
.vip-section {
    padding: 60px 0;
}

.vip-section h2 {
    text-align: center;
    margin-bottom: 10px;
}

.vip-subtitle {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
}

/* GRID */
.vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* CARD */
.vip-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: transform 0.3s;
}

.vip-card:hover {
    transform: translateY(-6px);
}

.vip-card h3 {
    margin-bottom: 5px;
    color: #002776;
}

.vip-info {
    text-align: center;
    margin: 12px 0 18px;
    color: #555;
    font-weight: 500;
}

.vip-address {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* BOTÃO MAPS */
.vip-map {
    display: block;
    margin: 20px auto 0;
    background: #002776;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    
}

.vip-map:hover {
    background: #002776;
}
.vip-card {
    position: relative;
}

.vip-logo {
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .vip-logo {
        width: 55px;
        top: 15px;
        right: 15px;
    }
}
.vip-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.vip-page-btn {
    border: none;
    background: #002776;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.vip-page-btn.active {
    background: #ffcc00;
}
/* ==========================
   MOBILE DESIGN CONEBEL
   ========================== */
@media (max-width: 768px) {

    /* HEADER MOBILE */
    .header {
        padding: 12px 0;
        backdrop-filter: blur(12px);
    }

    .header-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .logo-img {
        max-height: 44px;
    }

    .menu-modern {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .menu-modern a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
        background: rgba(0,0,0,0.05);
    }

    /* HERO MOBILE */
    .hero,
    .heroo {
        flex-direction: column;
        text-align: center;
        padding: 40px 0 20px;
        gap: 24px;
    }

    .hero-content,
    .hero-content2,
    .hero-video {
        width: 100%;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero p {
        font-size: 16px;
        padding: 0 10px;
    }

    /* BOTÕES MOBILE */
    .btn,
    .btn-primary,
    .vip-map {
        width: 100%;
        text-align: center;
        padding: 14px;
        border-radius: 12px;
        font-size: 16px;
    }

    /* CARDS MOBILE */
    .vip-card,
    .marca-card,
    .projeto-item {
        padding: 18px;
        border-radius: 14px;
    }

    /* GRIDS → LISTA */
    .vip-grid,
    .marcas-grid,
    .projetos-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* VIP HERO */
    .vip-hero {
        padding: 50px 20px;
    }

    .vip-hero h1 {
        font-size: 28px;
    }

    /* PAGINAÇÃO */
    .vip-pagination {
        gap: 6px;
    }

    .vip-page-btn {
        padding: 10px 14px;
        border-radius: 10px;
        font-size: 14px;
    }

    /* SEÇÕES */
    section {
        padding: 50px 0;
    }

}

/* EVENTOS PROFISSIONAL */
.event-card-public {
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    transition:.25s;
}

.event-card-public:hover {
    transform:translateY(-4px);
    box-shadow:0 10px 28px rgba(0,0,0,.12);
}

.event-img {
    width:100%;
    height:100px;
    object-fit:cover;
}

.event-body {
    padding:16px;
}

.event-date {
    font-size:12px;
    font-weight:600;
    color:#C21F2E;
    margin-bottom:6px;
}

.event-title {
    font-size:18px;
    font-weight:700;
    color:#0B3D2E;
    margin-bottom:6px;
}

.event-local {
    font-size:14px;
    color:#555;
}

.event-expira {
    margin-top:10px;
    font-size:12px;
    color:#888;
}

.event-badge {
    display:inline-block;
    font-size:11px;
    font-weight:700;
    padding:3px 8px;
    border-radius:6px;
    margin-left:6px;
}

.badge-hoje { background:#C21F2E; color:#fff; }
.badge-breve { background:#f0b400; color:#000; }

.event-countdown {
    margin-top:8px;
    font-size:12px;
    font-weight:600;
    color:#0B3D2E;
}

.admin-event-img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:8px;
    margin-bottom:8px;
}
.carousel-top{
  width:100%;
  margin-bottom:30px;
  overflow:hidden;
  border-radius:16px;
}

.carousel-track{
  display:flex;
  transition:transform .6s ease;
}

.carousel-item{
  min-width:100%;
  position:relative;
}

.carousel-item img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:16px;
}

.carousel-btn{
  position:absolute;
  bottom:20px;
  left:20px;
  background:#C21F2E;
  color:#fff;
  padding:10px 18px;
  border-radius:8px;
  font-weight:700;
  text-decoration:none;
}

/* LOGO CONEBEL EMBAIXADORA NO HERO */
.hero-logo-embaixadora {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* esquerda no desktop */
}

.logo-embaixadora-img {
    max-width: 640px;          /* ajuste o tamanho que ficar melhor */
    height: auto;
    filter: drop-shadow(0 6px 18px rgba(0,0,0,0.55));
}

/* No mobile, centraliza */
@media (max-width: 768px) {
    .hero-logo-embaixadora {
        justify-content: center;
    }

    .logo-embaixadora-img {
        max-width: 480px;
    }
}

/* ============================
   PÁGINA DE NOTÍCIAS
============================ */

.noticias-hero {
    background: linear-gradient(135deg, #0B3D2E, #001d58);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.noticias-hero h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #FFD200;
    text-shadow:
        1px 1px 0 #000,
       -1px 1px 0 #000,
        1px -1px 0 #000,
       -1px -1px 0 #000;
}

.noticias-hero p {
    font-size: 18px;
    opacity: 0.9;
}

.noticias-section {
    padding: 60px 0;
    background: #f4f6f8;
    min-height: 400px;
}

.noticias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-top: 30px;
}

.noticia-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.noticia-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.15);
}

.noticia-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.noticia-card-img-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #0B3D2E, #001d58);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.noticia-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.noticia-data {
    font-size: 12px;
    font-weight: 700;
    color: #C21F2E;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.noticia-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #0B3D2E;
    margin-bottom: 10px;
    line-height: 1.3;
}

.noticia-resumo {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    flex: 1;
}

.noticia-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 18px;
    background: #0B3D2E;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
}

.noticia-btn:hover {
    background: #C21F2E;
}

.noticias-vazio {
    text-align: center;
    padding: 60px 20px;
    color: #888;
    font-size: 18px;
    grid-column: 1 / -1;
}

.noticias-loading {
    text-align: center;
    padding: 60px;
    color: #888;
    font-size: 16px;
    grid-column: 1 / -1;
}

/* MODAL DE NOTÍCIA */
.noticia-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 99999;
    padding: 40px 20px;
    overflow-y: auto;
}

.noticia-modal.ativo {
    display: flex;
}

.noticia-modal-box {
    background: #fff;
    border-radius: 18px;
    width: 100%;
    max-width: 780px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    margin: auto;
    animation: popupZoom 0.25s ease;
}

.noticia-modal-img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    display: block;
}

.noticia-modal-body {
    padding: 30px 36px;
}

.noticia-modal-data {
    font-size: 13px;
    font-weight: 700;
    color: #C21F2E;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.noticia-modal-titulo {
    font-size: 28px;
    font-weight: 800;
    color: #0B3D2E;
    margin-bottom: 20px;
    line-height: 1.3;
}

.noticia-modal-conteudo {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    white-space: pre-wrap;
}

.noticia-modal-fechar {
    display: block;
    margin: 24px auto 0;
    padding: 12px 28px;
    background: #C21F2E;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s;
}

.noticia-modal-fechar:hover {
    background: #a11923;
}

@media (max-width: 768px) {
    .noticias-hero h1 {
        font-size: 28px;
    }

    .noticias-grid {
        grid-template-columns: 1fr;
    }

    .noticia-modal-body {
        padding: 20px;
    }

    .noticia-modal-titulo {
        font-size: 22px;
    }
}

/* GRID DE CLIENTES */
.vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

/* CARD */
.vip-card {
    display: flex;
    flex-direction: column;         /* permite “grudar” o botão embaixo */
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    padding: 0;
}

/* IMAGEM */
.vip-card-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #f7f7f7;
}

/* CONTEÚDO */
.vip-card-body {
    display: flex;
    flex-direction: column;
    padding: 12px 14px 14px;
    flex: 1;                         /* ocupa o espaço para empurrar o botão */
}

.vip-card-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111;
}

.vip-card-desc {
    font-size: 13px;
    margin: 0 0 2px;
    color: #444;
}

.vip-card-label {
    font-weight: 600;
}

.vip-card-rec {
    font-size: 13px;
    margin: 4px 0 0;
    color: #333;
}

/* BOTÃO DE LOCALIZAÇÃO FIXADO EMBAIXO */
.vip-card-footer {
    margin-top: auto;               /* joga o footer para a base do card */
    padding-top: 10px;
}

.vip-maps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    border-radius: 999px;
    border: none;
    background: #f5c518;
    color: #1a2a4a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.vip-maps-btn::before {
    content: "📍";
    margin-right: 6px;
}

.vip-maps-btn:hover {
    background: #ffd84f;
    transform: translateY(-1px);
}

/* PAGINAÇÃO */
.vip-paginacao {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.vip-page-btn {
    min-width: 32px;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
}

.vip-page-btn.active {
    background: #1a2a4a;
    color: #fff;
    border-color: #1a2a4a;
}