body{
    background: #142317;
    background: linear-gradient(329deg, rgba(20, 35, 23, 1) 0%, rgba(4, 7, 5, 1) 54%, rgba(20, 35, 23, 1) 100%);
    color:#fff;
    font-family:'Gogh',sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

.show-mob {
    display: none;     
}
    
section {
    padding-top: 45px;
    padding-bottom: 60px;
}

.frase-section {
    padding-top: 60px;
    padding-bottom: 0 !important;
}

a {
    cursor: pointer;
}

p, ul li, a {
    font-size: 18px;
}

.line-bar-father {
    width: 100%;
    position: relative;
    text-align: -webkit-center;
    padding-top: 30px;
}

.line-bar {
    background: linear-gradient(90deg, rgba(53, 151, 18, 1), rgba(129, 242, 89, 1));
    width: 200px;
    height: 3px;
}

.section-img img {
    width: stretch !important;
}

.section-hero-img img {
    position: absolute;
}

.section-hero-img {
    height: 633px;
    position: relative;
}

.linha-img, .feature-img {
    /*width: 70px;*/
    min-width: 70px;
}

.feature-img {
    margin-bottom: 25px;
}

.yellow-highlight {
    color: #CFA003;
}

.bold-highlight {
    font-weight: 800;
}

/* NAV */

.is-sticky {
    position: sticky;
    top: 0;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    background: rgb(59 59 59 / 16%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(5.1px);
    border-bottom: 1px solid rgb(127 127 127 / 30%);
}

.navbar-toggler {
    color: #ffffff;
    border-color: #ffffff4a;
    height: 46px;
    font-size: 30px;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar {
    padding-top: 20px;
    transition: 0.1s;
    animation: slide-in;
    z-index: 100;
}

.nav-item {
    display: flex;
    align-items: center;
    transition: 0.2s;
    padding: 0 10px;
}

.nav-item:hover {
    background: #0000001f;
    transform: translateY(-5px);
    border-radius: 9px;
}

.nav-item .btn-primary-glow {
    margin: 0;
    padding: 12px 20px;
}

/* HERO */
.hero{
    padding:100px 0;
}

.hero h1{
    font-size:52px;
    font-weight:700;
    line-height: 3rem;
}

.hero span{
    color:#CFA003;
}

.hero-buttons{
    margin:20px 0;
    display: inline-flex;
    gap: 0px;
}

.hero-image-man {
    position: absolute;
    width: 850px !important;
    left: -130px;
    top: -90px;
    z-index: -1;
}


/* BOTÕES */
.btn-primary-glow{
    border-radius: 10px;
    border: 1px solid #359712;
    color:#FFF;
    font-weight:600;
    transition:.3s;
    background: linear-gradient(-90deg, rgba(30,79,13,1), rgba(53,151,18,1));
    padding: 15px 25px;
    margin: 7px 7px 7px 0;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
    box-shadow: 0px 20px 45px rgba(53, 151, 18, 0.2);
    overflow: hidden;
    text-align: center;
    width: fit-content;
    height: fit-content;
}

.btn-primary-glow:hover{
    background: linear-gradient(-90deg, rgba(53,151,18,1), rgba(30,79,13,1));
    transform:scale(1.02);
    box-shadow: 0 5px 21px rgb(85 255 0 / 42%);
}

.btn-primary-glow-phrase{
    background: #0e290a78;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    height: fit-content;
}

.btn-primary-glow-phrase2{
    background: #0e290a78;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    height: fit-content;
}

.btn-secondary-glow{
    border-radius: 10px;
    border: 1px solid #CFA003;
    color:#FFF;
    font-weight:600;
    transition:.3s;
    background: linear-gradient(-90deg, rgba(207,160,3,1), rgba(123,93,11,1));
    padding: 15px 25px;
    margin: 7px 7px 7px 0;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
    box-shadow: 0px 20px 45px rgba(207, 160, 3, 0.2);
    overflow: hidden;
    text-align: center;
    width: fit-content;
    height: fit-content;
}

.btn-secondary-glow:hover{
    background: linear-gradient(-90deg, rgba(123,93,11,1), rgba(207,160,3,1));
    transform:scale(1.02);
    box-shadow: 0px 5px 21px rgba(207, 160, 3, 0.4);
}


.btn-outline-glow{
    border-radius: 10px;
    border: 1px solid #ffffff66;
    color:#FFF;
    font-weight:600;
    transition:.3s;
    background: transparent;
    padding: 15px 25px;
    margin: 7px 7px 7px 0;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    height: fit-content;
}


.btn-outline-glow:hover {
    background: #ffffff21;
    transform:scale(1.02);
}

/* GRID ICONES */

.icons-destaque {
    width: min-content;
    height: min-content;
    padding: 12px 30px;
    background: rgba(14, 41, 10, 0.17);
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 17%);
}

.icon-grid{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.icon-card{
    background:#359712;
    padding:10px;
    border-radius:14px;
    text-align:center;
    transition:.3s;
}

.icon-card:hover{
    background:#44bf18;
    transform:translateY(-5px);
}

/* FEATURES */
.area-feature {
    background: rgba(14, 41, 10, 0.7);
    border-radius: 5px;
    padding: 40px 50px;
}

.feature-card{
    padding:30px 30px 0 30px;
    border-radius:15px;
    transition:.3s;
    border: 1px solid #21521B;
    position: relative;
}

.feature-card:hover{
    transform:translateY(-10px);
}

/* STATS */
.stats-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap: 10px;
}

.stat-card{
    background:rgba(14, 41, 10, 0.7);
    padding: 30px 30px 0 30px;
    border: 1px solid #21521B;
    border-radius:15px;
    text-align:center;
    position: relative;
    transition:.3s;
}

.stat-card:hover {
    transform:translateY(-5px);
}

.stat-card h3 {
    font-weight: 800;
    font-size: 4rem;
}

/* VIDEO */
.video-wrapper video, .video-wrapper iframe{
    width: 70%;
    border-radius:20px;
}

.video-wrapper {
    padding: 50px 0 30px 0;
}

.plantio svg {
    width: 26px;
    fill: #fff;
}

.plantio {
    text-align: center;
}

.plantio p {
    margin-bottom: 0;
}

.plantio .btn-primary-glow-phrase2 {
    display: inline-flex;
    gap: 20px;
    align-items: center;
}

.plantio .btn-primary-glow-phrase2 p {
    margin-bottom: 0;
}


/* TIMELINE */
.timeline {
    text-align:center;
    text-align: -webkit-center;
}

.timeline h2 {
    margin: 0 !important;
}

.timeline-item{
margin:20px;
}

.timeline-ano {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    align-content: center;
    border: 1px solid #808080;
    margin-bottom: 10px;
}

.hr-divide {
    width: 1px;
    height: 100px;
    background: #808080;
}



/* FORM */
.contact-form {
    background: rgba(14, 41, 10, 0.7);
    border: 1px solid #21521B;
    padding: 40px 30px;
    border-radius: 15px;
}

.display-inline-grid-itens {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.display-inline-grid-form {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;  
}

.contact-form input, .contact-form textarea{
    width:100%;
    margin-bottom:10px;
    padding:12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #359712;
    color:#fff;
    border-radius:10px;
}

.fale-conosco-itens p {
    margin-bottom: 0;
}

.fale-conosco-itens-text {
    margin-left: 10px;
}

.green-highlight {
    color: #359712;
    font-weight: 700;
}

.btn-green {
    background: #359712;
    border: none;
    color: #fff;
    font-weight: 800;
    padding: 10px 45px;
    border-radius: 6px;
    font-size: 18px;
    width: 100%;
}
        
.btn-outline {
    width: 100%;
    background: #fff;
    border: 1px solid #359712;
    color: #359712;
    font-weight: 800;
    padding: 10px 45px;
    border-radius: 6px;
    font-size: 18px;
}

.btn-yellow {
    width: 100%;
    background: #CFA003;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 10px 45px;
    border-radius: 6px;
    font-size: 18px;
}
        
/* FOOTER */
.copy {
    opacity: 0.4;
}

.copy p {
    margin-bottom: 0;
    font-size: 14px;
}

.rodape-1 {
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.rodape-1 p {
    margin-bottom: 0;
}

.rodape-2  {
    text-align: left;
    margin-bottom: 30px;
}

.rodape-2 p {
    font-size: 14px;
}

.rodape-2 ul, .rodape-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rodape-2 ul li a {
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.rodape-3 ul {
    display: inline-flex;
    gap: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.rodape-2 .th {
    font-weight: 800;
    font-size: 18px;
}





/* REPONSIVE */
@media(max-width:768px){

.search-bar, .search-bar-filtro{
    flex-direction:column;
}

.search-bar select,
.search-bar input,
.search-bar button,
.search-bar-filtro select,
.search-bar-filtro input,
.search-bar-filtro button {
    width:100%;
    border-right:none;
}

}

@media screen and (max-width: 1455px) {
    .hero-image-man {
        
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .nav-item {
        padding: 0 5px;
        font-size: 15px;
    }
    .nav-item .btn-primary-glow {
        font-size: 15px;    
    }
}

@media screen and (min-width: 992px) {
    .show-on-mobile {
        display: none;
    }
    
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        padding: 25px 0 12px 0;
    }
    
    .navbar-nav .btn-primary-glow {
        margin-top: 0.5rem !important;
    }
    
    .navbar-nav .btn-primary-glow {
        margin-top: 0.5rem !important;
    }
    
    .btn-menu:hover {
        background: transparent;
    }
    
    .hide-on-mobile {
        display: none;
    }
    
    .itensmenu {
        flex-direction: row;
    }
    
    .search-bar {
        margin-top: 30px;
    }
    
    .products-area {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .filtro-area {
        padding: 0 !important;
        margin-bottom: 20px;
    }
    
    .icons-destaque {
        width: 100%;
    }
    
    .hero-image-man {
        width: 100% !important;
        left: 0;
        right: 0;
    }
    
    .grid-box .row, .contato-sec .row {
        display: grid;
        grid-template-rows: 1fr;
        gap: 20px;
    }

    
    .grid-box .row .col-md-4, .contato-sec .row .col-md-6 {
        width: 100%;
    }
    
    .icon-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media screen and (max-width: 567px) {
    .products-area {
            grid-template-columns: repeat(1, 1fr) !important;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
}







/* PRODUTOS */

/* HERO */
.hero-catalogo{
    background: linear-gradient(90deg, #03150f 0%, #0e3b1f 60%);
    padding: 70px 0;
    color:#fff;
    position: relative;
}

.hero-catalogo h1{
    font-size:48px;
    font-weight:700;
    line-height:1.1;
}

.btn-main{
    background:#22c55e;
    padding:12px 28px;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}

.btn-main:hover{
    background:#16a34a;
}

.products-area {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}


/* FILTRO BOX */
.filtro-box{
    background:#fff;
    border-radius:12px;
    padding:20px;
    border:1px solid var(--gray-border);
}

.filtro-box select {
    background: #F2F2F2;
}

.filtro-group{
    border-top:1px solid #eee;
    padding-top:20px;
    margin-top:10px;
}

.form-select  {
    appearance: auto;
    margin-bottom: 0 !important;
    border: 1px solid rgba(33, 82, 27, 0.11);
}


.model {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
}

.filtro-group h6{
    font-weight:600;
    font-size:16px;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
}

.filtro-content{
    margin-top:10px;
}

.filtro-content label{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:16px;
    margin-bottom:6px;
}

.filtro-content input:checked{
    accent-color:#359712;
}



/* CARD */
.product-card{
    background:#F8F8F8;
    border-radius:12px;
    padding:14px 20px;
    border:1px solid #eee;
    text-align:center;
    transition:.25s;
    cursor: pointer;
}

.product-card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.image-card {
    align-content: center;
    overflow: clip;
    height: 340px;
    margin-bottom: 10px;
}

.product-card img{
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.product-card p{
    font-size: 16px;
    color: #0C140D;
    line-height: normal;
    margin-bottom: 10px;
}

.product-card span{
    font-size: 15px;
    color: #359712;
}

.product-card h5{
    color: #0C140D;
    font-size:22px;
    font-weight:800;
}

.tipo-de-maquina {
    text-transform: lowercase;
    color: #0C140D !important;
    font-size: 16px;
}

/* paginacao */
.pagination-box{
    display:flex;
    justify-content:center;
    margin-top:30px;
    margin-bottom:30px;
}

.pagination-box a{
    padding:8px 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background:#fff;
    color:#333;
    text-decoration: none;
    width: 42px;
    height: 44px;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

.pagination-box .active{
    background: #F1F1F1;
    color: #0C140D;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.catalog-header{
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 30px 20px 30px 0;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(2, auto);
    --bs-gutter-x: 0 !important;
}

.catalog-header .form-select {
    appearance: none;
}

.breadcrumb {
    display: inline-block;
    margin-bottom: 15px;
    font-size:14px;;
}

.inative {
    color: #7B7B7B;
}

.breadcrumb span {
    padding-left: 0;
    padding-right: 5px;
}

.breadcrumb span a {
    text-decoration: none;
    font-size:14px;;
    padding-left: 0;
    padding-right: 5px;
    color: #0C150D;
}

.showing p {
    margin-bottom: 0;
    font-size: 14px;
}

.prod-content {
    border:1px solid #eee;
    border-radius: 12px;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.search-bar{
    display:flex;
    align-items:center;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(124,255,59,0.3);
    border-radius:12px;
    overflow:hidden;
    max-width: fit-content;
    width:100%;
    height: 45px;
}

.search-bar-filtro{
    display:flex;
    align-items:center;
    max-width: fit-content;
    width:100%;
    height: 45px;
    margin-bottom: 15px;
}

/* SELECT */
.search-bar select{
    background: rgba(0, 20, 1, 0.3);
    border:none;
    color:#fff;
    padding: 5px 12px;
    border-right:1px solid rgba(124,255,59,0.2);
    outline:none;
    height: 100%;
}

/* INPUT */
.search-bar input{
    flex:1;
    background: rgba(0, 20, 1, 0.3);
    border:none;
    padding: 5px 12px 5px 12px;
    color:#fff;
    outline:none;
    height: 100%;
}

.search-bar input::placeholder{
    color:#b7b7b7;
}

/* INPUT */
/* INPUT */
.search-bar-filtro input{
    flex:1;
    background: #FFF;
    border: 1px solid rgba(33, 82, 27, 0.11);
    padding: 6px 36px 6px 6px;
    border-radius: 6px 0 0 6px;
    overflow:hidden;
    margin-bottom: 0 !important;
    color: #212529;
    outline:none;
}

.search-bar-filtro input::placeholder{
    color:#b7b7b7;
}

.search-bar-area {
    border:1px solid #eee;
    border-radius: 12px;
    background: #fff;  
    margin-bottom: 30px;;
    padding: 30px 20px;
}

/* BOTÃO */
.search-bar button{
    background: #1F500D;
    padding:12px 20px;
    color:#fff;
    font-weight:600;
    transition:.3s;
    border: none;
}

/* HOVER */
.search-bar button:hover{
    background:#16a34a;
}

/* FOCUS */
.search-bar:focus-within{
    border-color:#22c55e;
    box-shadow:0 0 10px rgba(34,197,94,0.4);
}

/* BOTÃO */
.search-bar-filtro button{
    text-align: center;
    background: #1F500D;
    padding: 6px 6px 6px 6px;
    color:#fff;
    font-weight:600;
    transition:.3s;
    border: 1px solid #1F500D;
    border-radius: 0 6px 6px 0;
}

/* HOVER */
.search-bar-filtro button:hover{
    background:#16a34a;
    border: 1px solid #16a34a;
}

/* FOCUS */
.search-bar-filtro:focus-within{
    border-color:#22c55e;
    box-shadow:0 0 10px rgba(34,197,94,0.4);
}

.skeleton{
    height:200px;
    background:linear-gradient(90deg,#eee,#ddd,#eee);
    animation:loading 1.2s infinite;
}

@keyframes loading{
    0%{background-position:-200px}
    100%{background-position:200px}
}

.show-on-desktop {
        display: block;
    }
    
    .show-on-mobile {
        display: none;
    }
    
@media (max-width: 991px) {
    .show-on-desktop {
        display: none;
    }
    
    .show-on-mobile {
        display: block;
    }
    
    
    
    #abrirFiltro {
        top: 90%;
        width: stretch;
        padding: 12px 20px;
    }
    
    .fixed-button-bottom {
        z-index: 999;
        width: 100%;
        padding: 15px 20px;
        position: fixed;
        background: #FFF;
        border-top: 1px solid #eee;
        bottom: 0;
        left: 0;
        display: inline-flex;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 60px 20px;
        text-align: center;
    }
    
    .produto .card-produto .row {
        display: block;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero-image-man {
        position: relative;
        width: 100% !important;
        left: 0;
        top: 0;
        margin-top: 20px;
    }
    
    .icon-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .show-mob {
        display: block;     
    }
    
    .icons-destaque {
        padding: 0;
        background: rgba(14, 41, 10, 0.17);
        border-radius: none;
        border: none;
    }
        
   .video-wrapper video,
    .video-wrapper iframe {
        width: 100%;
    }
    
    .btn-primary-glow,
    .btn-secondary-glow,
    .btn-outline-glow {
        width: 100%;
        padding: 14px;
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .image-card {
        height: auto;
    }

    .product-card img {
        max-height: 220px;
    }
    
    .catalog-header {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    
    .search-bar,
    .search-bar-filtro {
        flex-direction: column;
        height: auto;
    }

    .search-bar input,
    .search-bar select,
    .search-bar button,
    .search-bar-filtro input,
    .search-bar-filtro button {
        width: 100%;
        border-radius: 6px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .icon-slider {
        width: 100%;
    }
    
    .icon-track {
        display: flex;
        gap: 10px;
        width: max-content;
        animation: scrollIcons 20s linear infinite;
    }
    
    .icon-card {
        min-width: 80px;
        flex-shrink: 0;
    }
    
}

/* animação */
    @keyframes scrollIcons {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }


.principal-image {
    width: 350px;
    height: auto;
}

.mini-image {
    width: 80px;
    height: 80px;
}

@media (max-width: 778px) {
    .produto .image-area {
        width: fit-content;
        align-items: self-end;
    }

    .principal-image {
        width: 480px;
        height: auto;
    }
    .mini-image, .produto-img-svg {
        width: 100px !important;
        height: 100px !important;
    }
   
}


@media (max-width: 480px) {

    .icon-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
}


img, video {
    max-width: 100%;
}
