/* Estilo automático para a página: produtos-e-servicos */
#servico{
    padding: 70px 0;
    border-top: solid 10px #E7FF25;

    p{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: var(--Cinza);
    }
}

#produtos{
    padding: 10px 0 100px;
    position: relative;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    
    h2{
        color: var(--VerdePrimario);
    }

        
    .swiper-pagination-bullet {
        background: #fff;
    }
    .swiper-pagination-bullet-active {
        background: #E7FF25;
    }

}




/* TABLET */
@media (min-width: 768px) and (max-width: 1200px) {
    

}

/* MOBILE */
@media all and (max-width: 767px) { 
    

}
