* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lexend Deca', sans-serif;
    overflow-x: hidden;
}

/* Menu */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(51, 34, 25, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.nav-menu {
    display: flex;
    gap: 35px;
    list-style: none;
    font-family: 'Lexend Deca', sans-serif;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #D4AF37;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    background: linear-gradient(135deg, #2C1810 0%, #1a0f0a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 0 80px;
    top: 160px;
}

.hero-title {
    font-family: 'Chelsea Market', cursive;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #BD723B;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-subtitle {
    font-family: 'Chelsea Market', cursive;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #FFDEC6;
}

.hero-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.9;
    letter-spacing: 1px;
    font-style: italic;
}

/* Seed Images Decoration */
.seed-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.seed-item {
    position: absolute;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

.seed-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

/* Posicionamento das sementes */
.seed-1 {
    top: 15%;
    left: 0;
    width: 445px;
    /*width: 475px;*/
    /*height: 110px;*/
    animation-delay: 0.1s;
}

.seed-2 {
    top: 22%;
    left: 0%;
    width: 150px;
    rotate: 40deg;
    animation-delay: 0.2s;
    rotate: -3deg;
}

.seed-3 {
    top: 10%;
    left: 15%;
    width: 150px;
    animation-delay: 0.3s;
    rotate: -38deg;
}

.seed-4 {
    top: 30%;
    left: 9%;
    width: 150px;
    animation-delay: 0.4s;
    rotate: -40deg;
}

.seed-5 {
    top: 24%;
    left: 22%;
    width: 170px;
    animation-delay: 0.5s;
}

.seed-6 {
    top: 7%;
    left: 32%;
    width: 240px;
    animation-delay: 0.6s;
}

.seed-7 {
    top: 26%;
    left: 44%;
    width: 150px;
    animation-delay: 0.7s;
    rotate: 45deg;
}

.seed-8 {
    top: 8%;
    right: 37%;
    width: 240px;
    animation-delay: 0.8s;
    rotate: 13deg;
}

.seed-9 {
    top: 19%;
    right: 22%;
    width: 300px;
    animation-delay: 0.9s;
}

.seed-10 {
    top: 11%;
    right: 4%;
    width: 350px;
    animation-delay: 1s;
    rotate: 13deg;
}

.seed-11 {
    top: 32%;
    right: 0;
    width: 150px;
    animation-delay: 1.1s;
    rotate: 50deg;
}

.seed-12 {
    top: 42%;
    left: 0;
    width: 130px;
    animation-delay: 0.2s;
}

.seed-13 {
    top: 58%;
    left: 3%;
    width: 130px;
    animation-delay: 0.3s;
    rotate: -70deg;
}

.seed-14 {
    top: 73%;
    left: -1%;
    width: 130px;
    animation-delay: 0.4s;
    /*rotate: 0deg;*/
}

.seed-15 {
    bottom: -3%;
    left: 0;
    width: 220px;
    animation-delay: 0.5s;
    /*rotate: 0deg;*/
}

.seed-16 {
    bottom: 27%;
    right: 5px;
    width: 150px;
    animation-delay: 1.1s;
}

.seed-17 {
    bottom: 4%;
    right: 0;
    width: 445px;
    animation-delay: 1.1s;
}

.seed-18 {
    bottom: -3%;
    right: -40px;
    width: 220px;
    animation-delay: 1.2s;
}

.seed-19 {
    bottom: -1%;
    right: 10%;
    width: 130px;
    animation-delay: 1.3s;
    rotate: 45deg;
}

@media (max-width: 1200px) {
    .seed-2, .seed-3, .seed-4 {
        width: 120px;
    }

    .seed-8 {
        top: 8%;
        right: 34%;
        width: 200px;
    }

    .seed-7 {
        top: 29%;
        left: 46%;
    }

    .seed-9 {
        right: 20%;
    }

    .seed-10 {
        right: 0;
    }

    .seed-18 {
        width: 180px;
    }

    .seed-19 {
        bottom: 1%;
        right: 12%;
        width: 100px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) rotate(-10deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Sections */
.section {
    min-height: 100vh;
    padding: 100px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section h2 {
    font-size: 48px;
    color: #2C1810;
    margin-bottom: 20px;
}

.section p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    max-width: 800px;
}

.noticia {
    /*background: white;*/
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noticia p,
.noticia .creditos-equipe,
.noticia .noticia-citacao {
    width: 730px !important;
    max-width: 100%;
}

.noticia iframe {
    max-width: 100%;
}

.noticia-titulo {
    font-size: 24px;
    color: #BD723B;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: bold;
}

.noticia p {
    padding: 10px 0;
}

.noticia img {
    text-align: center;
    border-radius: 15px;

    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.noticia p a {
    color: #BD723B;
}

.noticia p a:hover {
    background-color: #312016;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    text-decoration: none;
}

/* Responsivo */
@media (max-width: 768px) {
    .navbar {
        padding: 15px 20px;
    }

    .nav-menu {
        gap: 15px;
    }

    .nav-menu a {
        font-size: 11px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 28px;
    }

    .hero-description {
        font-size: 18px;
    }

    .seed-item {
        width: 100px !important;
        height: 100px !important;
    }

    .section {
        padding: 60px 20px;
    }

    .section h2 {
        font-size: 32px;
    }
}

/* Footer Styles */
.footer {
    background-color: #312016;
    color: #ffffff;
    padding: 60px 0 10px 0;
    /*margin-top: 80px;*/
}

.footer-section {
    margin-bottom: 40px;
}

.footer-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo {
    max-height: 30px;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #BD723B;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
    transform: translateX(5px);
}

/* Redes Sociais */
.social-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colunas */
    grid-template-rows: repeat(2, 1fr); /* 2 linhas */
    gap: 15px;
    justify-items: center;
    align-items: center;
    max-width: 200px; /* Limita a largura total */
    margin: 0 auto; /* Centraliza o grid */
    padding: 10px 0;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0; /* Remove margem para o grid funcionar melhor */
}

.social-icon:hover {
    background-color: #ffffff;
    color: #2d4023;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Cores específicas para cada rede social no hover */
.social-icon.facebook:hover {
    background-color: #3b5998;
    color: white;
}

.social-icon.twitter:hover {
    background-color: #1da1f2;
    color: white;
}

.social-icon.instagram:hover {
    background-color: #e4405f;
    color: white;
}

.social-icon.youtube:hover {
    background-color: #ff0000;
    color: white;
}

.social-icon.linkedin:hover {
    background-color: #0077b5;
    color: white;
}

.social-icon.tiktok:hover {
    background-color: #000000;
    color: white;
}

/* Rodapé inferior */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 40px;
    text-align: center;
}

.footer-bottom-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #BD723B;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

.copyright {
    color: #BD723B;
    font-size: 0.85rem;
    margin: 0;
}

.nav-item {
    font-weight: 700;
    font-size: 13px;
}

/* Decoração de sementes flutuantes */
.seed-floating {
    position: absolute;
    opacity: 0;
    animation: seedFadeIn 1.5s ease forwards;
    pointer-events: none;
    z-index: 1;
}

.seed-floating img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

@keyframes seedFadeIn {
    from {
        opacity: 0;
        transform: scale(0.5) rotate(-20deg);
    }
    to {
        opacity: 0.9;
        transform: scale(1) rotate(0deg);
    }
}

/* Créditos da Equipe */
.creditos-equipe {
    margin: 40px auto;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    max-width: 800px;
}

.creditos-titulo {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.creditos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
    margin: 40px 0;
}

.credito-item {
    text-align: left;
}

.credito-funcao {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    min-height: 40px;
}

.credito-nome {
    color: #666;
    font-weight: 400;
}

.creditos-rodape {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    max-width: 100%;
    width: 100% !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .creditos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .credito-funcao {
        min-height: auto;
    }
}

/* Citações destacadas */
.noticia-citacao {
    position: relative;
    /*background: #f5f5f5;*/
    padding: 40px 50px 30px 70px !important;
    margin: 40px 0;
    /*border-left: 4px solid #BD723B;*/
    font-style: italic;
    font-size: 18px;
    line-height: 1.8;
    color: #2C1810 !important;
    max-width: 730px !important;
    width: 730px !important;
    font-weight: bold;
}

.noticia-citacao::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 80px;
    font-family: Georgia, serif;
    color: #2C1810;
    line-height: 1;
    opacity: 1;
}

.noticia-citacao-autor {
    display: block;
    text-align: right;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #2C1810;
    margin-top: 20px;
}

.noticia-citacao-autor-desc {
    display: block;
    font-weight: 400;
    color: #555;
    font-style: italic;
    margin-top: 5px;
}

/* Responsivo */
@media (max-width: 768px) {
    .noticia-citacao {
        padding: 30px 30px 20px 50px;
        font-size: 16px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .noticia-citacao::before {
        font-size: 60px;
        left: 10px;
    }

    .noticia p,
    .noticia .creditos-equipe,
    .noticia .noticia-citacao {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .noticia img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }

    .noticia iframe {
        width: 100% !important;
        height: 300px;
    }
}

/* Seção de Vídeo */
.section-video {
    min-height: auto;
    padding: 0 !important;
    margin: 0;
}

.video-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.video-container {
    width: 100%;
    height: 570px;
    position: relative;
    background: #000;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Thumbnail customizada */
.video-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

/* Botão de Play customizado */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.video-thumbnail:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.video-creditos {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    margin: 0;
    padding: 20px;
    background: white;
}

/* Responsivo */
@media (max-width: 768px) {
    .video-container {
        height: 250px;
    }

    .play-button svg {
        width: 80px;
        height: 80px;
    }

    .video-creditos {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .video-container {
        height: 400px;
    }
}



/* Menu Hamburger (Mobile) */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Responsivo do Menu */
@media (max-width: 991px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 250px;
        height: calc(100vh - 70px);
        background: rgba(51, 34, 25, 0.98);
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0,0,0,0.3);
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu a {
        font-size: 14px;
    }
}

/* Ocultar imagens em mobile */
@media (max-width: 768px) {
    /* Ocultar sementes do hero */
    .seed-decoration {
        display: none;
    }

    /* Ocultar imagens da notícia */
    .container-seeds {
        display: none;
    }

    /* Ajustar largura dos parágrafos sem limitação */
    .noticia p {
        width: 100% !important;
    }

    /* Ajustar citações */
    .noticia-citacao {
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px 20px 20px 50px !important;
    }
}

/* Redimensionamento proporcional das sementes do hero */
@media (max-width: 1400px) {
    .seed-1, .seed-17 { width: 380px; }
    .seed-2, .seed-3, .seed-4, .seed-11, .seed-12, .seed-13, .seed-14, .seed-16, .seed-19 { width: 110px; }
    .seed-5 { width: 145px; }
    .seed-6, .seed-8 { width: 200px; }
    .seed-7 { width: 130px; }
    .seed-9 { width: 260px; }
    .seed-10 { width: 300px; }
    .seed-15, .seed-18 { width: 190px; }
}

@media (max-width: 1200px) {
    .seed-1, .seed-17 { width: 320px; }
    .seed-2, .seed-3, .seed-4 { width: 90px; }
    .seed-6, .seed-8 { width: 170px; }
    .seed-9 { width: 220px; }
    .seed-10 { width: 250px; }
    .seed-15, .seed-18 { width: 160px; }
}

@media (max-width: 992px) {
    .seed-1, .seed-17 { width: 280px; }
    .seed-2, .seed-3, .seed-4 { width: 75px; }
    .seed-6, .seed-8 { width: 140px; }
    .seed-9 { width: 180px; }
    .seed-10 { width: 200px; }
}

/* Hero responsivo */
@media (max-width: 768px) {
    .hero-content {
        top: 100px;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .hero-description {
        font-size: 16px;
    }
}

ul {
    margin-bottom: 0 !important;
}


.thumbnail {
    cursor: pointer;
    width: 300px; /* ajuste conforme necessário */
    transition: opacity 0.3s;
}

.thumbnail:hover {
    opacity: 0.8;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Dropdown de Idiomas */
.nav-item.dropdown {
    position: relative;
    margin-top: 5px;
}

.nav-link.dropdown-toggle {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link.dropdown-toggle:hover {
    color: #D4AF37;
}

.dropdown-menu {
    background-color: rgba(51, 34, 25, 0.98);
    border: 1px solid rgba(189, 114, 59, 0.3);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 150px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

.dropdown-item {
    color: white;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: rgba(189, 114, 59, 0.2);
    color: #D4AF37;
}

/* Responsivo para o dropdown */
@media (max-width: 991px) {
    .nav-item.dropdown {
        width: 100%;
    }

    .nav-link.dropdown-toggle {
        font-size: 14px;
        padding: 10px 0;
    }

    .dropdown-menu {
        position: static !important;
        transform: none !important;
        background-color: rgba(189, 114, 59, 0.1);
        border: none;
        box-shadow: none;
        margin-top: 5px;
        width: 100%;
    }

    .dropdown-menu.show {
        display: block;
    }
}

/* Fix para dropdown no mobile */
@media (max-width: 991px) {
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        background-color: rgba(189, 114, 59, 0.1);
        border: none;
        box-shadow: none;
        margin-top: 5px;
        width: 100%;
        display: none;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .nav-item.dropdown .dropdown-toggle::after {
        margin-left: 8px;
    }
}
