/* TABLETS E CELULARES */

@media (max-width: 768px) {
    /* Header */
    .header section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        position: relative;
    }

    .logo img {
        max-width: 180px;
        height: auto;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 1.8rem;
        color: #2d7a4f;
        cursor: pointer;
        z-index: 1001;
    }

    .navbar {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #ffffff;
        text-align: center;
        padding: 20px 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 998;
    }

    .navbar.active {
        display: flex;
    }

    .navbar a {
        margin: 15px 0;
        font-size: 0.95rem;
        color: #2c3e50;
        position: relative;
        width: 100%;
    }

    .navbar a:hover {
        color: #2d7a4f;
    }

    /* Hero */
    .hero {
        height: 500px;
    }

    .hero-content {
        padding: 20px 5%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
    }

    .hero-content h3:first-child {
        font-size: 0.85rem;
        letter-spacing: 2px;
    }

    .hero-content h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-content h3:last-child {
        padding-bottom: 20px;
        font-size: 0.95rem;
    }

    /* Seções */
    .sobre,
    .servicos,
    .parceiros {
        padding: 60px 5%;
    }

    .sobre h2,
    .servicos h2,
    .parceiros h2 {
        font-size: 2rem;
    }

    .sobre > p {
        font-size: 1rem;
    }

    /* Cards */
    .sobre-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sobre-card {
        padding: 30px 20px;
    }

    .cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card {
        padding: 30px 20px;
    }

    /* Logística */
    .logistica-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .logistica-mapa {
        order: -1;
    }

    .logistica-content h2 {
        font-size: 2rem;
    }

    .logistica-cidades {
        grid-template-columns: repeat(2, 1fr);
    }

    .estado-grupo {
        margin-top: 0 !important;
    }

    .estado-grupo ul {
        flex-direction: column;
    }

    /* Carrossel */
    .carousel-container {
        padding: 20px 40px;
    }

    .carousel-slide {
        min-width: calc(100% - 0px);
    }

    /* Contato */
    .contato {
        padding: 60px 5%;
    }

    .contato-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contato-info {
        gap: 20px;
    }

    .info-item {
        padding: 20px;
    }

    .contato-form {
        padding: 30px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Localização e Mapa */
    .contato-completo {
        padding: 60px 5%;
    }

    .container-contato {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mapa-container iframe {
        width: 100%;
        height: 300px;
    }

    .formulario-wrapper h3,
    .mapa-wrapper h3 {
        font-size: 1.6rem;
    }

    .como-chegar {
        padding: 20px;
    }

    /* Eventos */
    .eventos-section {
        padding: 60px 5%;
    }

    .evento-social {
        flex-direction: column;
    }

    .evento-social-invertido {
        flex-direction: column;
    }

    .evento-social-foto {
        flex: none;
        min-height: 250px;
        width: 100%;
    }

    .evento-carrossel {
        min-height: 250px;
    }

    .carrossel-slides {
        min-height: 250px;
    }

    .carrossel-btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .evento-social-texto {
        padding: 30px 25px;
    }

    .eventos-section h2 {
        font-size: 2rem;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* CELULARES PEQUENOS */
@media (max-width: 480px) {
    .logo img {
        max-width: 160px;
        height: auto;
    }

    .hero {
        height: 400px;
    }

    .hero-content {
        padding: 20px 5%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
    }

    .hero-content h3:first-child {
        font-size: 0.75rem;
        letter-spacing: 1.5px;
    }

    .hero-content h2 {
        font-size: 1.4rem;
    }

    .hero-content h3:last-child {
        font-size: 0.85rem;
    }

    .sobre h2,
    .servicos h2,
    .parceiros h2,
    .logistica-content h2 {
        font-size: 1.6rem;
    }

    .sobre-card h3,
    .card h3 {
        font-size: 1.2rem;
    }

    .logistica-section {
        padding: 60px 5%;
    }

    .logistica-cidades {
        grid-template-columns: 1fr;
    }

    .estado-grupo ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px 15px;
    }

    .estado-grupo ul li {
        white-space: normal;
    }

    .logistica-texto {
        font-size: 1rem;
    }

    .contato h2 {
        font-size: 1.6rem;
    }

    .info-item h3 {
        font-size: 1rem;
    }

    .eventos-section h2 {
        font-size: 1.6rem;
    }

    .evento-social-foto {
        min-height: 200px;
        width: 100%;
    }

    .evento-carrossel {
        min-height: 200px;
    }

    .carrossel-slides {
        min-height: 200px;
    }

    .carrossel-btn {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .evento-social-texto {
        padding: 25px 20px;
    }

    .evento-social-texto h3 {
        font-size: 1.3rem;
    }
}

/* TELAS GRANDES */
@media (min-width: 1400px) {
    .hero-content,
    .sobre,
    .servicos,
    .parceiros {
        max-width: 1400px;
    }

    .header section {
        padding: 10px 3%;
    }
}

/* TELAS MUITO GRANDES */
@media (min-width: 1920px) {
    .header section {
        padding: 10px 8%;
    }
}
