/* 1. VARIÁVEIS E CONFIGURAÇÕES GLOBAIS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

* { box-sizing: border-box; }

:root {
    --bg-gray:#f4f3f3;
   
}
h1, h2, h3, h4, h5, h6, h7, h8 {
    font-weight: bold;
}

body { 
    margin: 0; 
    padding: 0; 
    background: #fff; 
    font-family: var(--font-textos); 
    color: var(--text-main);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-container { display: flex; align-items: center; justify-content: space-between; }

.container, .header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



/*Produto detalhes*/

    .form-container {
        max-width: 800px;
        margin: 0 auto;
        font-family: sans-serif;
        padding: 20px;
        color: #333;
    }

    .form-header { text-align: center; margin-bottom: 30px; }
    
    /* Tabs Estilizadas */
    .tabs {
        display: flex;
        border-bottom: 2px solid #eee;
        margin-bottom: 30px;
        position: relative;
    }
    .tab {
        flex: 1;
        text-align: center;
        padding: 15px;
        font-weight: bold;
        color: #999;
        transition: 0.3s;
    }
    .tab.active { color: #333; border-bottom: 4px solid var(--primary-green); margin-bottom: -2px; }

    /* Grid do Formulário */
    .form-step { display: none; }
    .form-step.active { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

    .input-group { margin-bottom: 15px; }
    label { display: block; font-size: 13px; margin-bottom: 5px; color: #444; }
    
    .form2 input[type="text"], .form2 select {
        width: 100%;
        padding: 12px;
        border: 1px solid var(--border-color);
        border-radius: 8px;
        box-sizing: border-box;
        font-size: 14px;
    }

    /* Botão Dinâmico */
    .footer-actions { margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px; }
    .btn-submit {
        background-color: var(--primary-green);
        color: #333;
        border: none;
        padding: 12px 35px;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
    }
    .btn-submit:hover { opacity: 0.9; }
    
    
.headerform2 {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}

.btnform2 {
    background: var(--bralyx-dark-green);
    padding: 10px 18px;
    border-radius: 12px;
}

.form2 .tabs .active {
    border-bottom: solid 3px var(--bralyx-green);
}

.check-item {
    color: #333;
    /* background: #f9f9f9; */
    padding: 12px 15px;
    border-radius: 0px;
    /* border-left: 4px solid #82bc00; */
    display: flex;
    align-items: center;
    gap: 0px;
    font-weight: 500;
    transition: 0.3s;
}

.container-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    
    background-image: linear-gradient(#ddd 1px, transparent 1px);
    background-size: 100% 60px; /* altura da linha */
}

.check-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

.check-item span {
    color: #82bc00;
    font-weight: bold;
    padding-right: 10px;
}

.slides{
    display: grid; grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); gap: 0; margin-bottom: 40px;
}



    /* Estilo para as Abas */
   .tab-btn {
    padding: 29px 30px;
    cursor: pointer;
    color: #ababab;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    /* min-height: 75px; */
    margin: auto;
    border: solid 1px #e3e3e3;
    border-radius: 5px;
}
    .tab-btn.active {
    background: #82bc00;
    color: #222;
    font-size: 14px;
    text-align: center;
}
    .tab-pane { display: none; line-height: 1.8; color: #444; padding: 30px 0; animation: fadeIn 0.5s; }
    .tab-pane.active { display: block; }
    
    /* Grid de Alimentos */
    .check-item:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
    

    /* Máquinas Complementares */
    .card-comp:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    
    .resumo-wp ul { padding-left: 20px; margin-top: 15px; }
    .resumo-wp li { margin-bottom: 8px; }
    
    
    
/*Produto detalhes*/

/*Blog*/

.responsivo{display:block;}
.desktop{display:none;}

/*Blog*/




.paginationquemsomos{
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
    .tabs-nav-desktop {

    gap: 10px;
}
    
    
    
    #mobile-force-root {
        display: none !important;
    }
    
    
    @media (max-width: 1024px) {
        
        .tiktok-embed {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}
        
        .responsivo{display:none;}
    .desktop{display:block;}
        
        
        .alimentos-slider {
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    transition: transform 0.4s ease;
}

.slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

/* Dots */
.slider-dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: #a2d050;
    transform: scale(1.2);
}
        
        .alimentosw {
    grid-template-columns: 100%;
}
        
    .headerform2 {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    text-align: center;
}

.headerform2 h2 {
    padding: 0;
    margin: 0;
}
        
        
        
        
        .paginationquemsomos{
    grid-template-columns: auto;
    }
    
    #mobile-force-root {
            display: block !important;
            width: 100% !important;
            /*height: 70px !important;*/
            background: #ffffff ;
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            z-index: 9076 !important;
            border-bottom: 3px solid #b8d433 !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        }
        /* Esconde o resto do site que está no topo para não encavalar */
        header, .top-bar, .middle-bar, .topodesmob {
            display: none !important;
        }
        body { padding-top: 70px !important; }
    }
    
    .mob-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        height: 100%;
    }
    
    .drawer-exclusivo {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        background: #fff;
        z-index: 999999999;
        transition: 0.4s;
        box-shadow: -5px 0 20px rgba(0,0,0,0.3);
        overflow-y: auto;
    }
    .drawer-exclusivo.active { right: 0; }
    
    .mob-overlay-escuro {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.6);
        display: none;
        z-index: 999999998;
    }
    .mob-overlay-escuro.active { display: block; }
    
    
    
    }