@font-face {
    font-family: 'Restaurant Menu';
    src: url('./fonts/RestaurantMenuHollow.ttf')
    format('truetype');
        font-weight: normal;
        font-style: normal;
}

/* --- RESET BÁSICO --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---  #234D20  ---*/

body {
    font-family: 'Roboto', sans-serif;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

a {
    color: #ffffff;
    text-decoration: none;
}

/* --- 2. MENU DE NAVEGAÇÃO --- */
.main-nav {
    background-color: rgba(10, 58, 100, 0.4);
    padding: 10px 5%;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.footer-disclaimer {
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.9em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

.footer-disclaimer i {
    margin-right: 8px; /* Espaço entre o ícone e o texto */
}

.logo a {
    color: #ffffff;
    text-decoration: none;
}

.nav-right-side {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: auto;
    transition: transform 0.3s ease-in-out;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: auto;
}
.ticket-button.sessao-extra::before {
    content: "EXTRA";
    position: absolute;
    top: 5px;
    right: -35px; /* Ajuste para centralizar a inclinação */
    background-color: #ffcc00; /* Cor chamativa (Amarelo/Dourado) */
    color: #000;
    font-size: 0.6em;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    padding: 2px 40px;
    transform: rotate(35deg);
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Opcional: Se quiser que o botão de extra tenha uma borda de cor diferente */
.ticket-button.sessao-extra {
    border-color: #ffcc00;
}

.nav-links li {
    margin-left: 15px;
}

.nav-links a {
    padding: 10px 15px;
    display: block;
    font-size: 0.8em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-links a:hover {
    background-color: #ffffff;
    color: #0a3a64;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 20px;
}

.social-icons a {
    color: #ffffff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
    padding: 5px;
}

.social-icons a:hover {
    color: #a41e21;
    transform: scale(1.1);
}

/* --- Botões do Menu Hambúrguer (Escondidos no Desktop) --- */
.hamburger-menu {
    display: none;
    font-size: 1.8rem;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
}

.close-menu {
    display: none;
    font-size: 2rem;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* --- 3. SEÇÃO PRINCIPAL (HERO) --- */
.hero {
    position: relative;
    width: 100%;
}

.hero-picture {
    display: block;
    line-height: 0;
}

.hero-image-wrapper {
    width: 100%;
    position: relative; /* Para as bandeiras serem posicionadas dentro dele, se quisermos */
}

.hero-flags-wrapper {
    position: absolute; /* Coloca as bandeiras sobre a imagem */
    bottom: 15px;/* Alinha ao fundo da imagem */
    left: -1.5%;
    width: 100%;
    height: auto;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centraliza as bandeiras */
    align-items: flex-end;   /* Alinha as bandeiras no fundo */
    z-index: 5; /* Garante que as bandeiras fiquem acima da imagem */
    pointer-events: none; /* Permite cliques através dele para a imagem, se precisar */
}

@keyframes floatFlags {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

.flag-button {
    /* ✅ 1. Fundo com Degradê */
    background-image: linear-gradient(135deg, #0f4c81 0%, #a41e21 100%);

    /* ✅ 2. Borda Redonda */
    border-radius: 12px; /* Borda arredondada */

    /* Outros estilos */
    border: 2px solid #ffffff;
    padding: 5px; /* Espaço de fundo ao redor da bandeira */
    cursor: pointer;
    line-height: 0; /* Remove espaço extra do <button> */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: auto; /* Garante que o botão seja clicável */

    /* Animação de flutuar */
    animation: floatFlags 3s ease-in-out infinite;

    /* Transição */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flag-button:hover {
    transform: scale(1.1) translateY(-2px); /* Efeito de 'levantar' */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);
}

.ticket-button.no-link {
    cursor: not-allowed;     /* Muda o mouse para um sinal de bloqueio */
    filter: grayscale(1);    /* Deixa o gradiente em tons de cinza */
    opacity: 0.5;            /* Deixa o botão "apagado" */
    pointer-events: none;    /* Impede qualquer interação de clique no CSS */
    box-shadow: none;        /* Remove sombras de destaque */
}

/* Opcional: Adicionar um texto ou estilo para "Em Breve" */
.ticket-button.no-link::after {
    content: " (Em Breve)";
    font-size: 0.8em;
    display: block;
}

/* Atraso na animação */
.flag-button[data-country="pt"] {
    animation-delay: 0.5s;
}

/* A imagem da bandeira dentro do botão */
.flag-icon {
    width: 50px; /* Tamanho da bandeira em si */
    height: auto;
    display: block;
    border-radius: 5px; /* Arredonda a bandeira também */
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Fundo bem escuro */
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Escondido por padrão */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto; /* Permite cliques */
}

.contact-modal {
    background-color: #1a1a1a; /* Fundo escuro do site */
    padding: 30px;
    padding-top: 50px; /* Mais espaço no topo para o botão 'X' */
    border-radius: 10px;
    border-top: 5px solid #a41e21; /* Detalhe vermelho do seu site */
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    
    /* Efeito de "zoom" ao aparecer */
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal-overlay.active .contact-modal {
    transform: scale(1);
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.close-modal:hover {
    opacity: 1;
}

/* --- Estilos do Formulário (que estavam no .contact-section) --- */
.contact-modal h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-modal p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #ccc;
}
.contact-form {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 8px;
    color: #f4f3f0;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #555;
    background-color: #222;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0f4c81; /* Azul do site */
}

.btn-submit-form {
    display: inline-block;
    background-color: #28a745; /* Verde do botão do footer */
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%; /* Faz o botão ocupar 100% no pop-up */
}
.btn-submit-form:hover {
    background-color: #218838; /* Verde mais escuro */
}

.hero-main-image {
    width: 100%;  /* Faz a imagem ocupar 100% da largura da tela */
    height: auto; /* A altura se ajusta sozinha, sem cortar */
    display: block; /* Remove qualquer espacinho extra embaixo da imagem */
}

.privacy-modal {
    /* Pega estilos do modal de contato */
    background-color: #1a1a1a;
    padding: 30px;
    padding-top: 50px;
    border-radius: 10px;
    border-top: 5px solid #0f4c81; /* Borda azul para diferenciar */
    width: 90%;
    max-width: 800px; /* Maior, para caber mais texto */
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    text-align: left; /* Texto de política é alinhado à esquerda */
}

/* Animação de zoom (compartilhada com o modal de contato) */
.modal-overlay.active .privacy-modal {
    transform: scale(1);
}

.privacy-modal h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
}

/* Container de texto com barra de rolagem */
.privacy-text-content {
    height: 400px; /* Altura máxima fixa */
    overflow-y: auto; /* Adiciona barra de rolagem vertical */
    padding-right: 15px; /* Espaço para a barra de rolagem */
    color: #ccc;
    line-height: 1.6;
}

.privacy-text-content p {
    margin-bottom: 15px;
}

.privacy-text-content h3 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* --- 4. SEÇÃO DE INGRESSOS (CTA) --- */
.tickets {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./img/Overlays/Fundofechado.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; 
    padding: 40px 20px;
    position: relative;
    z-index: 5; 
    color: #ffffff; 
}

.tickets h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative; 
    z-index: 7; 
}

/* --- ESTILOS DO CARROSSEL DE INGRESSOS --- */
.tickets-carousel-wrapper {
    position: relative;
    max-width: 600px; /* Largura máxima para centralizar */
    margin: 0 auto;
    padding: 0 40px; /* Espaço para os botões de navegação laterais */
}

/* Viewport (janela) */
.tickets-container {
    overflow: hidden; /* Esconde os slides que não estão à mostra */
    width: 100%;
    max-width: 100%; /* Garante que substitua o max-width: 450px */
}

/* Track (trilho) */
.tickets-track {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Animação de slide */
}

/* Slide (cada página com 5 botões) */
.ticket-slide {
    flex: 0 0 100%; /* Cada slide ocupa 100% do viewport */
    width: 100%;
    padding: 0 10px; /* Um pequeno espaço interno */
}

/* Botões de Ingresso (dentro do carrossel) */
.ticket-button {
    display: block;
    border: 3px solid #ffffff;
    border-radius: 50px; 
    background-image: linear-gradient(135deg, #0f4c81 0%, #a41e21 100%);
    background-size: 100% auto;
    padding: 16px 20px;
    max-width: 450px;
    margin: 15px auto; 
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
}

/* .ticket-button.esgotado {
    background-image: linear-gradient(135deg, #555 0%, #333 100%);
    border-color: #777;
    opacity: 0.8;
    cursor: not-allowed;
    pointer-events: none;
}
    
.ticket-button.esgotado::after {
    content: 'ESGOTADO';
    position: absolute;
    top: 10px;
    right: -40px;
    width: 150px;
    text-align: center;
    background-color: #a41e21;
    color: white;
    padding: 4px 0;
    transform: rotate(45deg);
    font-size: 0.9em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    z-index: 2;
} */

.ticket-button.esgotado:hover {
    transform: scale(1);
    background-color: transparent;
}


.ticket-button[data-country="pt"] {
    background-image: linear-gradient(135deg, #006200 0%, #a41e21 100%);
}

/* Irlanda - Verde e Laranja */
.ticket-button[data-country="ie"] {
    background-image: linear-gradient(135deg, #009a44 0%, #ff883e 100%);
}

/* Inglaterra - Vermelho Vivo e Vinho */
.ticket-button[data-country="eng"] {
    background-image: linear-gradient(135deg, #ce1126 0%, #8b0d1a 100%);
}

/* França - Azul e Vermelho */
.ticket-button[data-country="fra"] {
    background-image: linear-gradient(135deg, #002395 0%, #ed2939 100%);
}

/* Moçambique - Verde e Preto (ou Vermelho) */
.ticket-button[data-country="mz"] {
    background-image: linear-gradient(135deg, #009739 0%, #000000 100%);
}

/* Canadá - Vermelho e Cinza muito claro (para simbolizar o branco) */
.ticket-button[data-country="ca"] {
    background-image: linear-gradient(135deg, #ff0000 0%, #f0f0f0 100%);
    color: #000; /* Ajuste a cor do texto para preto se o branco ficar muito claro */
}



.ticket-button:hover {
    background-color: #1565c0; 
    transform: scale(1.03); 
}

/* Navegação do Carrossel de Ingressos */
.ticket-carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.ticket-nav-btn {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.ticket-nav-btn:hover {
    background-color: #ffffff;
    color: #0f4c81; /* Cor azul dos seus botões */
}

.ticket-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.ticket-page-indicator {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
}

/* Mensagem de "Nenhum Ingresso" */
.no-tickets-msg {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    width: 100%;
}


/* --- SEÇÃO DE BIOGRAFIA --- */
.biography {
    color: #eeeeee;
    padding: 50px 20px;
    text-align: left;
    position: relative; 
    background-image: url('./img/Overlays/bg-agenda.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden; 
}

.biography::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Opacidade aumentada */
    z-index: 0; 
}

.biography > * { 
    position: relative;
    z-index: 1; 
}

.bio-header-container, .bio-image, .biography h2, .bio-text {
    position: relative; 
    z-index: 1; 
    font-weight: bolder;
}

.bio-header-container {
    border-bottom: 3px solid rgba(238, 238, 238, 0.5); 
    display: flex;
    align-items: center; 
    gap: 30px; 
    padding-bottom: 15px;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

.biography h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem; 
    text-transform: uppercase;
    text-align: left; /* Alinhado à esquerda no desktop */
    margin-bottom: 0; 
    color: #ffffff; 
    text-shadow: 
        2px 2px #a41e21, 
        -2px -2px #0f4c81; 
}

.bio-image {
    width: 100%;
    max-width: 210px; 
    height: auto;
    border-radius: 0; 
    border: 5px solid #ffffff; 
    box-shadow: 
        0 0 0 2px #000000, 
        4px 4px 0 5px #a41e21, 
        -4px -4px 0 5px #0f4c81; 
}

.bio-text {
    flex: 1; 
    min-width: 300px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.bio-text p {
    font-size: 1.1em; 
    line-height: 1.8; 
    margin-bottom: 20px;
    font-weight: 400;
}

.bio-text p:last-child {
    margin-bottom: 0;
}

/* --- 5. SEÇÃO DE VÍDEOS E FÃS --- */
.videos-fan {
    background-color: #0a3a64; 
    color: #ffffff;
    padding: 50px 0;
    text-align: center;
    background-image: url('./img/Overlays/Imagem\ do\ WhatsApp\ de\ 2025-11-01\ à\(s\)\ 17.10.20_25ae9294.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.selection-buttons {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative; 
    z-index: 2; 
}

.tab-button {
    background-color: #0f4c81;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 12px 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.tab-button:hover {
    background-color: #1565c0;
    border-color: #a41e21;
}

.tab-button.active {
    background-color: #a41e21;
    border-color: #ffffff;
    cursor: default;
}

.content-section {
    display: none;
    padding: 0 20px;
}

.content-section.active {
    display: block;
}

/* --- Estilos da Aba 1 (Vídeo Estático) --- */
.video-link-container {
    max-width: 600px; 
    margin: 0 auto; 
    position: relative;
    overflow: hidden; 
    border-radius: 10px; 
    padding: 5px; /* Espaço para a borda animada */
}

.video-link-static {
    display: block;
    position: relative;
    border-radius: 8px; /* Para encaixar dentro do padding */
    overflow: hidden; /* Para encaixar */
}

.video-thumbnail-static {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.play-icon-static {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 4em;
    opacity: 0.9;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    pointer-events: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.video-link-container:hover .video-thumbnail-static {
    transform: scale(1.05);
}

.video-link-container:hover .play-icon-static {
    opacity: 1;
    color: #a41e21; /* Vermelho */
}

/* --- Estilos da Aba 2 (Carrossel) --- */
.carousel-container {
    position: relative;
    max-width: 1200px; 
    margin: 0 auto;
    padding: 5px 40px; /* 5px para borda, 40px para botões */
    overflow: hidden; 
    border-radius: 10px; 
}

.carousel-track {
    display: flex;
    flex-wrap: nowrap; 
    transition: transform 0.3s ease-in-out;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
}

.video-card {
    position: relative;
    overflow: hidden;
    flex: 0 0 calc((100% / 3) - (20px * 2 / 3)); /* 3 por slide no desktop */
    
    /* --- Estilo Polaroid --- */
    background-color: #f4f3f0; /* Cor creme/off-white */
    padding: 15px 15px 10px 15px; /* Padding da borda */
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2); /* Sombra suave */
    border-radius: 3px; /* Canto levemente arredondado */
}

.video-thumbnail {
    width: 100%;
    height: auto; 
    object-fit: cover; 
    transition: transform 0.3s ease;
    aspect-ratio: 1/1; /* Deixa a foto quadrada */
    filter: sepia(30%) contrast(90%); /* Filtro de foto antiga */
}

.video-card:hover .video-thumbnail {
    transform: scale(1.05); 
}

.photo-caption {
    padding: 10px 5px 5px 5px; 
}

.photo-caption p {
    font-family: 'Caveat', cursive; /* Fonte manuscrita */
    font-size: 1.4rem;  
    color: #444;       
    text-align: center;
    margin: 0;
    line-height: 1;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 5;
    font-size: 1.5em;
    line-height: 1;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.carousel-button:hover {
    background: rgba(164, 30, 33, 0.8); 
}

.carousel-button.prev {
    left: 5px; /* Ajustado para o padding */
}

.carousel-button.next {
    right: 5px; /* Ajustado para o padding */
}

/* --- BORDA ANIMADA --- */
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Borda para o Vídeo Estático */
.video-link-container::before {
    content: '';
    position: absolute;
    top: -5px; 
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, #ff0000, #ff7b00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
    background-size: 400% 400%; 
    border-radius: 15px; 
    z-index: -1; 
    animation: gradientAnimation 15s ease infinite; 
}

/* Efeito Hover para a borda do vídeo */
.video-link-container:hover::before {
    filter: brightness(1.2); 
    animation-duration: 10s; 
}


/* --- FOOTER (Estilos base Mobile-First) --- */
footer {
    background-color: #0d0d0d; 
    color: #ffffff;
    padding: 50px 20px 20px 20px; 
    font-size: 0.9em;
    text-align: center; 
    position: relative; 
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; 
    background-color: #a41e21; 
}

.footer-main {
    display: flex;
    flex-direction: column; /* Padrão Mobile: Empilhado */
    align-items: center; 
    gap: 40px; 
    max-width: 1200px;
    margin: 0 auto 50px auto; 
}

.footer-column {
    flex: 1; 
    min-width: 280px; 
    max-width: 400px; /* Padrão Mobile: Largura limitada */
    text-align: center;
}

.footer-column h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #eeeeee;
}

.contact-col p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-footer-contact {
    display: inline-flex; 
    align-items: center;
    background-color: #28a745; 
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 50px; 
    text-decoration: none;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-footer-contact i {
    margin-right: 10px;
}

.btn-footer-contact:hover {
    background-color: #218838;
    transform: scale(1.03);
}

.social-icons-footer {
    display: flex;
    justify-content: center; /* Padrão Mobile: Centralizado */
    gap: 25px;
    font-size: 2.2em; 
}

.social-icons-footer a {
    color: #ffffff;
    transition: color 0.3s ease, transform 0.2s ease;
}

.social-icons-footer a:hover {
    color: #a41e21; 
    transform: scale(1.1);
}

.feed-placeholder {
    flex: 1;
    max-width: 350px; 
    max-width: 400px;
    margin: 0 auto; 
    display: block; 
}

.footer-bottom {
    background-color: #0d0d0d; 
    padding: 20px; 
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.7);
    text-align: center; 
}

.footer-bottom-content {
    display: flex;
    flex-direction: column; /* Padrão Mobile: Empilhado */
    align-items: center; 
    gap: 15px; 
    max-width: 1200px; 
    margin: 0 auto; 
}

/* Bloco do Logo Ocana (Substituído) */
.footer-logo-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.footer-ocana-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 5px;
}
.ocana-brand-text {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8em;
    color: #ffffff;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Fim do Bloco do Logo Ocana */

.copyright-text {
    margin: 0; 
    white-space: nowrap; 
}

.partner-logo {
    max-width: 100px; 
    height: auto;
}

.privacy-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap; 
}

.privacy-link:hover {
    color: #ffffff;
}

/* --- SEÇÃO MARCAS --- */
.trusted-brands {
    background-color: #1a1a4a; 
    color: #ffffff;
    padding: 80px 0; 
    text-align: center;
    overflow: hidden; 
}

.trusted-brands h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 50px; 
    letter-spacing: 2px;
}

.brands-carousel-container {
    width: 100%;
    max-width: 1400px; 
    margin: 0 auto;
    overflow: hidden; 
    position: relative;
    padding: 0 60px; 
}

.brands-track {
    display: flex;
    flex-wrap: nowrap; 
    align-items: center;
    gap: 20px;
    min-width: content-box;
}

.brands-track.scrolling-active {
    animation: scrollBrandsDesktop 12s linear infinite;
}

.brand-logo-card {
    flex-shrink: 0; 
    width: 200px; 
    height: 120px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); 
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px; 
    transition: all 0.3s ease;
}


.brand-logo-card:hover {
    box-shadow: 
        0 0 10px rgba(0, 255, 255, 0.5), 
        0 0 20px rgba(255, 0, 255, 0.5), 
        0 0 40px rgba(0, 0, 0, 0.5); 
    border-image-slice: 1; 
    border-width: 3px;
    border-image-source: linear-gradient(to right, #00ffff, #ff00ff);
    transform: scale(1.08); 
    background: rgba(255, 255, 255, 0.05); 
}

.brand-logo-card img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: contain; 
    opacity: 0.7; 
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.brand-logo-card:hover img {
    opacity: 1; 
    filter: brightness(1) invert(0); 
}

@keyframes scrollBrandsDesktop {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-1800px); /* Assumindo que você duplicou os logos no HTML */
    }
}

@keyframes scrollBrandsMobile {
    0% {
        transform: translateX(0px);
    }
    100% {
        /* (120px + 40px) * 6 logos = 960px */
        transform: translateX(-960px);
    }
}

/* ======================================================= */
/* --- MEDIA QUERIES (REGRAS RESPONSIVAS) --- */
/* ======================================================= */

/* --- Celulares Pequenos --- */
@media (max-width: 480px) {
    .social-icons-footer {
        font-size: 1.8em; 
        gap: 15px;
    }

    .btn-footer-contact {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .hero-flags-wrapper {
    left:0%;
    }
    
    .hero-flags-wrapper {
    bottom: 3%; /* Ajuste fino para mobile */
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    }
    .flag-icon {
        width: 30px; /* Bandeira menor */
    }
    .flag-button {
        padding: 5px; /* Padding menor */
        border-radius: 8px;
    }

    .copyright-text, .privacy-link, .bottom-logo-text {
        white-space: normal; 
    }

    .footer-ocana-logo {
        max-width: 80px;
    }
    .ocana-brand-text {
        font-size: 0.7em;
    }
}

/* --- Tablets e Celulares Maiores --- */
@media (max-width: 768px) {

    /* --- MENU HAMBÚRGUER --- */
    .main-nav {
        flex-wrap: nowrap; 
        justify-content: space-between; 
        padding: 10px 5%; 
    }

    .brands-track.scrolling-active {
    animation-name: scrollBrandsMobile;
}

    .hero-flags-wrapper {
    bottom: 0%; /* Ajuste fino para tablet */
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 12px;
    padding: 20px;
    max-width: 400px; /* Mantém centralizado */
    margin: 0 auto;
    }

    

    .flag-icon {
        width: 40px; /* Bandeira média */
    }
    .flag-button {
        padding: 6px;
        border-radius: 10px;
    }

    .hamburger-menu {
        display: block; 
    }

    .close-menu {
        display: block; 
    }
    
    .nav-right-side {
        position: fixed; 
        top: 0;
        right: 0;
        width: 80%; 
        height: 100vh; 
        background-color: #0a3a64; 
        z-index: 1100; 
        transform: translateX(100%); 
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px; 
        margin-left: 0;
    }

    .nav-right-side.menu-open {
        transform: translateX(0%); 
    }

    .nav-links {
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    .nav-links a {
        font-size: 1.2em; 
        text-align: center;
    }

    .social-icons {
        flex-direction: row;
        justify-content: center;
        gap: 25px;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .social-icons a {
        font-size: 1.5rem;
    }

    /* --- BIOGRAFIA --- */
    .bio-header-container {
        flex-direction: column; 
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .bio-image {
        max-width: 150px; 
        margin-bottom: 15px; 
    }

    .biography h2 {
        text-align: center; 
    }

    .bio-text {
        text-align: justify; 
        margin-right: 0; 
    }

    /* --- ABAS E CARROSSEL --- */
    .carousel-container {
        padding: 5px 20px; 
    }
    
    .carousel-track {
        gap: 10px;
    }
    
    .video-card {
        flex: 0 0 calc(100% - 10px); /* Mostra 1 item por vez */
    }
    
    .carousel-button.prev {
        left: 0;
    }
    .carousel-button.next {
        right: 0;
    }

    .selection-buttons {
        gap: 10px; 
    }

    .tab-button {
        font-size: 0.9em;
        padding: 10px 18px;
    }
    
    /* --- MARCAS --- */
    .trusted-brands {
        padding: 50px 0;
    }
    .trusted-brands h2 {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
    .brands-carousel-container {
        padding: 0 10px;
    }

    .brand-logo-card {
        width: 120px;
        margin-right: 40px;
    }
}

/* --- CORREÇÃO: LAYOUT DE DESKTOP (Adicionado) --- */
@media (min-width: 769px) {

    /* --- FOOTER (Lado a Lado) --- */
    .footer-main {
        flex-direction: row; 
        justify-content: space-around; 
        align-items: flex-start; 
        text-align: left; 
    }

    .footer-column {
        text-align: left; 
        max-width: none;  /* Remove o limite do mobile */
    }

    .social-icons-footer {
        justify-content: flex-start; /* Alinha à esquerda */
    }

    .footer-bottom-content {
        flex-direction: row; /* Lado a lado */
        justify-content: space-between; 
        align-items: center;
    }

    .feed-placeholder {
        flex: 1; /* Permite que a coluna ocupe espaço */
        min-width: 350px; /* Garante que ela tenha no mínimo 350px (largura do plugin) */
        max-width: 400px; /* Define um limite */
        margin: 0; /* Remove a margem 'auto' do layout mobile */
    }
}


/* --- Telas Muito Grandes (Refinamentos) --- */
@media (min-width: 1400px) {
    
    /* --- MENU --- */
    .nav-links li {
        margin-left: 25px; 
    }
    .social-icons {
        gap: 20px;
    }

    /* --- CARROSSEL FÃS --- */
    .carousel-container {
        max-width: 1500px; 
    }
    .carousel-button {
        font-size: 2em;
        padding: 15px 20px;
    }

   /* --- INGRESSOS (CORREÇÃO) --- */
    .tickets-carousel-wrapper {
         max-width: 700px; /* Aumenta a largura do carrossel */
    }

    /* --- BIOGRAFIA --- */
    .bio-image {
        max-width: 300px; 
    }
    .biography h2 {
        font-size: 3rem;
    }
    .bio-text p {
        font-size: 1.2em;
    }
    
    /* --- FOOTER --- */
    .footer-bottom-content {
        gap: 40px; 
    }
    .partner-logo {
        max-width: 100px; 
    }

    /* --- MARCAS --- */

    .brand-logo-card {
        width: 120px; /* Ajuste para telas maiores */
        height: 70px;
        margin-right: 20px;
    }
}