/* Carrossel */
.swiper-container {
    width: 100%;
    max-width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.slide-content {
    color: white;
    z-index: 1;
    padding: 20px;
}

.slide-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.cta-button {
    background: #FFA500;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #FFA500;
    opacity: 1;
}

@media (max-width: 768px) {
    .swiper-container {
        height: 50vh;
    }
    .slide-content h1 {
        font-size: 2rem;
    }
    .slide-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .swiper-container {
        height: 60vh; /* ALTEREI AQUI - aumentei de 40vh para 60vh */
    }
    .slide-content h1 {
        font-size: 1.5rem;
    }
    .slide-content p {
        font-size: 0.9rem;
    }
}

/* Importação da fonte Kadwa */
@import url('https://fonts.googleapis.com/css2?family=Kadwa:wght@400;700&display=swap');

/* Sessão de Categorias de Produtos */
.categorias-produtos {
    background: #154e34;
    padding: 2rem 0;
    width: 100%;
}

.categorias-titulo {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.categorias-titulo h2 {
    font-family: "Kadwa", sans-serif;
    color: #E9E5C2;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.categorias-titulo .divisoria {
    width: 65%;
    height: 2px;
    background: #E9E5C2;
    margin: 0 auto 1rem;
}

.categorias-titulo p {
    font-family: Arial, sans-serif;
    color: #E9E5C2;
    font-size: 1rem;
}

.categorias-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 70%;
    margin: 0 auto;
}

.carrossel-container {
        width: 70%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    
    .carrossel-wrapper {
        display: flex;
        transition: transform 0.8s ease;
        width: 300%; /* 3 grupos de 100% */
    }
    
    .carrossel-group {
        width: 33.333%; /* Cada grupo ocupa 1/3 do wrapper */
        flex-shrink: 0;
    }
    
    .categorias-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

.categoria-card {
    background: #154e34;
    padding: 1.5rem;
    text-align: center;
    transition: background 0.3s ease;
}

.categoria-card:hover {
    background: #0e3523;
}

.categoria-icone i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.categoria-nome .divisoria {
    width: 65%;
    height: 1px;
    background: #ff9100;
    margin: 0.5rem auto;
}

.categoria-nome h3 {
    font-family: "Kadwa", sans-serif;
    color: #E9E5C2;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.5rem 0;
}

@media (max-width: 768px) {
        .carrossel-container {
            width: 85%;
        }
    }
    
    @media (max-width: 480px) {
        .carrossel-container {
            width: 95%;
        }
   
    }   
.categoria-card p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 0.8rem;
    margin: 0.5rem 0;
}

@media (max-width: 992px) {
    .categorias-grid {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .categorias-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
    }
    .categoria-card {
        padding: 1rem;
    }
    .categoria-icone i {
        font-size: 1.75rem;
    }
    .categoria-nome h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .categorias-grid {
        width: 95%;
        gap: 0.75rem;
    }
    .categoria-card {
        padding: 0.75rem;
    }
}

/* Botão "Ver mais produtos" */
.home .ver-mais {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.home .ver-mais a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.home .ver-mais-btn {
    background: #2E8B57;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    display: block;
    margin: 0 auto;
}

.home .ver-mais-btn:hover {
    background: #1f6f4a;
}

/* Estilos da Seção de Área de Atuação */
/* Estilos da Seção de Área de Atuação - Versão Corrigida */
.area-atuacao {
    background: #0d2e3b;
    padding: 1.5rem 2rem;
    text-align: center;
}

.area-atuacao-conteudo {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.mapa-interativo {
    flex: 1;
    min-width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.texto-descritivo {
    flex: 1;
    min-width: 300px;
    text-align: left;
    color: white;
    padding: 0; /* REMOVI O PADDING LATERAL QUE CAUSAVA O PROBLEMA */
}

.texto-descritivo h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.texto-descritivo p {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.texto-descritivo strong {
    color: #FFA500;
    font-weight: 400;
}

/* Media Queries para Responsividade */
@media (max-width: 900px) {
    .area-atuacao-conteudo {
        flex-direction: column;
        padding-top: 15px; /* Espaçamento superior apenas */
    }
    
    .mapa-interativo {
        width: 100%;
        max-width: 600px;
        flex: none;
        margin: 0 auto;
    }
    
    .texto-descritivo {
        width: 100%;
        text-align: center;
        padding: 15px 0 0 0; /* Apenas padding superior */
    }
}

@media (max-width: 480px) {
    .area-atuacao {
        padding: 1.5rem 1rem;
    }
    
    .mapa-interativo {
        height: 250px;
    }
}

/* Estilos da Seção de Números - MANTIDOS IGUAL */
.numeros {
    background: white;
    padding: 4rem 2rem;
    text-align: center;
}

.numeros-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.numero-item {
    color: #2E8B57;
    text-align: center;
    padding: 1.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* NOVO: Layout responsivo */
    flex: 1 1 100%; /* Mobile: 1 card por linha (100% largura) */
}

.numero-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.numero-item i {
    font-size: 2.5rem;
    color: #ff7300;
    margin-bottom: 1rem;
}

.numero-item h3 {
    font-family: "Kadwa", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.numero-item p {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #2E8B57;
}

/* --- Apenas ajustes de layout abaixo --- */
@media (min-width: 768px) {
    .numero-item {
        flex: 1 1 calc(50% - 2rem); /* Tablet: 2 cards por linha */
    }
}

@media (min-width: 1024px) {
    .numeros-container {
        flex-wrap: nowrap; /* Desktop: 3 cards NA MESMA LINHA (sem quebrar) */
    }
    .numero-item {
        flex: 1; /* Ocupa espaço igual */
    }
}
/* Estilos da Seção de Vídeo */
.video-section {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.video-container {
    width: 100%;
    position: relative;
    /* Altura maior para desktop */
    height: 50vh;
    /* Altura menor para mobile */
    max-height: 400px;
}

video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fundo-texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto-sobre-empresa {
    text-align: center;
    color: white;
    padding: 1rem;
    max-width: 800px;
    width: 90%;
}

.texto-sobre-empresa h1 {
    font-family: "Kadwa", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.texto-sobre-empresa p {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.texto-sobre-empresa strong {
    color: #FFA500;
    font-weight: 400;
}

/* Media queries para ajustes responsivos */
@media (max-width: 768px) {
    .video-container {
        height: 40vh;
        max-height: none;
    }
    
    .texto-sobre-empresa p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .video-container {
        height: 50vh;
    }
    
    .texto-sobre-empresa {
        padding: 1rem;
    }
}

/* Sessão de Localização */
.localizacao {
    background: #f4f4f4;
    padding: 2rem 1rem;
    text-align: center;
}

.localizacao h2 {
    font-family: "Kadwa", sans-serif;
    font-size: 2rem;
    color: #2E8B57;
    text-transform: uppercase;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.localizacao h2::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: #2E8B57;
    margin: 0.1rem auto 0;
}

.localizacao-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.localizacao-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.localizacao-card h3 {
    font-family: "Kadwa", sans-serif;
    color: #2E8B57;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.localizacao-card p {
    font-family: Arial, sans-serif;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.localizacao-card iframe {
    border-radius: 10px;
    height: 200px;
    margin-top: 0.5rem;
    width: 100%;
}

/* Media Queries para ajustes específicos */
@media (max-width: 768px) {
    .localizacao {
        padding: 1.5rem 0.5rem;
    }
    
    .localizacao h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .localizacao-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .localizacao-card {
        min-height: auto;
        padding: 0.8rem;
    }
    
    .localizacao-card iframe {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .localizacao h2 {
        font-size: 1.3rem;
    }
    
    .localizacao-card h3 {
        font-size: 1.1rem;
    }
    
    .localizacao-card p {
        font-size: 0.8rem;
    }
    
    .localizacao-card iframe {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .categorias-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        width: 90%;
    }
}

@media (max-width: 480px) {
    .categorias-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        width: 95%;
    }
}