:root {
    --verde-escuro: #0a7d01;
    --verde-claro: #3ba010;
    --verde-brilhante: #2ecc71;
    --branco: #ffffff;
    --cinza-claro: #f8f9fa;
    --cinza-escuro: #343a40;
    --bs-bg-opacity: 1;

}

/* Banner Verde Personalizado */
.banner-verde {
    background: linear-gradient(rgba(10, 125, 1, 0.85), rgba(59, 160, 16, 0.85)),
    url('https://bar.tfx.eco.br//images/arte/logo-bar-fundo.png');
    padding: 30px 0 60px;
    margin-bottom: 40px;
    color: white;
    background-size: cover;        /* Faz a imagem cobrir toda a área */
    background-position: center;   /* Centraliza a imagem */
    background-repeat: no-repeat;  /* Impede a repetição da imagem */
}

/* Banner Verde Personalizado */
.banner-verde-evento {
    background: linear-gradient(rgba(10, 125, 1, 0.85), rgba(59, 160, 16, 0.85)),
    url('https://bar.tfx.eco.br//images/evento.png');
    padding: 30px 0 60px;
    margin-bottom: 40px;
    color: white;
    background-size: cover;        /* Faz a imagem cobrir toda a área */
    background-position: center;   /* Centraliza a imagem */
    background-repeat: no-repeat;  /* Impede a repetição da imagem */
}

/* Banner Verde Personalizado */
.banner-verde-noticias {
    background: linear-gradient(rgba(10, 125, 1, 0.85), rgba(59, 160, 16, 0.85)),
    url('https://bar.tfx.eco.br//images/noticias.png');
    padding: 30px 0 60px;
    margin-bottom: 40px;
    color: white;
    background-size: cover;        /* Faz a imagem cobrir toda a área */
    background-position: center;   /* Centraliza a imagem */
    background-repeat: no-repeat;  /* Impede a repetição da imagem */
}

.banner-verde-contato {
    background: linear-gradient(rgba(10, 125, 1, 0.85), rgba(59, 160, 16, 0.85)),
    url('https://bar.tfx.eco.br//images/contato.png');
    padding: 30px 0 60px;
    margin-bottom: 40px;
    color: white;
    background-size: cover;        /* Faz a imagem cobrir toda a área */
    background-position: center;   /* Centraliza a imagem */
    background-repeat: no-repeat;  /* Impede a repetição da imagem */
}

.banner-verde h1 {
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-verde .lead {
    font-size: 1.25rem;
    opacity: 0.9;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--cinza-claro);
    color: #333;
}

/* Navbar estilizada */
.navbar {
    background: linear-gradient(90deg, var(--verde-escuro) 0%, var(--verde-claro) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px 0;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.8rem;
}

.logo-text {
    color: var(--branco);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    margin: 0 5px;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 8px 16px !important;
}

.nav-link:hover, .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    color: var(--branco) !important;
}

.btn-primary {
    background: linear-gradient(135deg, var(--verde-claro) 0%, var(--verde-escuro) 100%);
    border: none;
    color: var(--branco);
    font-weight: 600;
    padding: 10px 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--verde-escuro) 0%, #086c00 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: var(--branco);
}

.btn-outline-light:hover {
    background-color: var(--verde-escuro);
    color: var(--branco);
}

/* Hero Section - ALTURA REDUZIDA */
.hero-section {
    background: linear-gradient(rgba(10, 125, 1, 0.85), rgba(59, 160, 16, 0.85)),
    url('https://images.unsplash.com/photo-1541185933-ef5d8ed016c2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 30px 0 35px;
    margin-bottom: 40px;
    text-align: center;
    /* position: relative; */
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M1200 120L0 16.48 0 0 1200 0 1200 120z" fill="%23f8f9fa"/></svg>');
    background-size: cover;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 1.8rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

/* Seções com estilo */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    color: var(--verde-escuro);
    text-align: center;
}

.section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--verde-escuro) 0%, var(--verde-claro) 100%);
    margin: 15px auto;
    border-radius: 2px;
}

.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.card-title {
    color: var(--verde-escuro);
    font-weight: 700;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.event-card .card-footer, .news-card .card-footer {
    background-color: rgba(10, 125, 1, 0.05);
    border-top: 1px solid rgba(10, 125, 1, 0.1);
}

/* Ícones com cores verdes */
.verde-icon {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    display: inline-block;
    color: var(--verde-escuro);
}

/* Footer */
footer {
    background: linear-gradient(90deg, var(--verde-escuro) 0%, var(--verde-claro) 100%);
    color: white;
    padding: 50px 0 25px;
    margin-top: 60px;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: var(--branco);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 0.8rem;
}

.footer-links a:hover {
    color: var(--branco);
    transform: translateX(5px);
}

.social-icon {
    font-size: 1.6rem;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: var(--branco);
    transform: translateY(-5px);
}

.newsletter-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form .btn {
    background-color: var(--branco);
    color: var(--verde-escuro);
    font-weight: 600;
    margin-top: 10px;
}

.newsletter-form .btn:hover {
    background-color: var(--cinza-claro);
    color: var(--verde-escuro);
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

/* Badges */
.badge-verde {
    background-color: var(--verde-claro);
    color: white;
}

/* Ajustes de espaçamento geral */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .navbar-nav {
        text-align: center;
    }

    .nav-link {
        margin: 5px 0;
    }

    .hero-section {
        padding: 70px 0 50px;
    }

    .hero-section::after {
        height: 50px;
    }
}
