/*GERAL*/
/*
font-family: 'League Spartan', sans-serif;
font-family: 'Roboto', sans-serif;
*/
body{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: inherit; 
}
p{
    margin-bottom: 0px;
}
section{
    padding: 64px 0;
}
section.banner{
    padding: 0px 0px;
}
section.banner p{
    color: #fff;
}
.preto{
    color: #313131;
}
.btn-main{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 30px; 
    background-color: #313131;
    border: 2px solid #313131;
    display: inline-flex;
    border-radius: 50px;
    transition: .4s;
    align-items: center;
}
.btn-main:hover{
    background-color: transparent;
    color: #313131;
    border: 2px solid #313131;
}
.btn-main-out{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #5D9615;
    padding: 10px 30px; 
    background-color: transparent;
    border: 2px solid #5D9615;
    display: inline-flex;
    border-radius: 50px;
    transition: .4s;
    align-items: center;
}
.btn-main-out:hover{
    background-color: #313131;
    color: #fff;
    border: 2px solid #5D9615;
}
.btn-main-out i{
    background-color: #5D9615;
    color: #fff;
    font-size: 1rem;
    padding: 6px 7px;
    border-radius: 24px;
    margin-left: 16px;
}
.btn-main img{
    margin-left: 16px;
}
h2 span{
    display: block;
}
h2{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #313131;
}
h4{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    color: #62A403;
    text-transform: uppercase;
}
.verde{
    color: #62A403;
}
/*FIM GERAL*/
/*MENU*/
div.top{
    background-color: #313131;
    padding: 8px 0;
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    color: #FFFFFF;
}
div.top a{
    font-size: 1rem;
    margin-left: 16px;
}
header{
    padding: 0;
    background-color: #fff;
    font-family: 'League Spartan', sans-serif;
}
header nav.navbar li.nav-item a.nav-link{
    color: #313131;
    font-weight: bold;
    transition: .4s;
}
header nav.navbar li.nav-item a.nav-link:hover{
    color: #5D9615;
}
.navbar-expand-lg .navbar-nav{
    width: 100%;
}
.navbar-nav .nav-item{
    margin: 0px 16px;
}
.navbar-nav .nav-item a.nav-link{
    font-size: 0.875em;
    padding: 0px;
}
.navbar-nav .nav-item .nav-link.show{
    color: #F39346;
}
header .atendimento{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #5D9615;
    display: flex;
    align-items: center;
}
header .atendimento img{
    margin-right: 8px;
}
/*FIM MENU*/
/*INICIO*/
.bg-paint{
    background-image: url('../img/paint.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
section.banner h4{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    color: #313131;
    text-align: center;
}
section.banner h1{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0px;
}
section.banner img{
    border-radius: 10px;
}
section.banner p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
section.diferenciais div.box-diferencial{
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    padding: 8px 0;
    min-height: 64px;
}
section.produtos{
    background: #F2F2F2;
    padding: 0px 0px 64px 0px;
}
.card-produto{
    background-color: #fff;
    margin-top: 64px;
    margin-bottom: 32px;
}
.card-produto h3{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #54595F;
    min-height: 48px;
    text-decoration: none;
}
.card-produto .corpo{
    padding: 32px 16px 32px 16px;
}
.card-produto img{
    margin-top: -64px;
}
.card-produto .rodape{
    padding: 0px 16px 16px 0;
}
.card-produto .rodape{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #5D9615;
    text-decoration: none;
    text-decoration: none;
}
.card-produto .rodape i{
    font-size: .5rem;
    text-decoration: none;
}
.produto .pesos{
    margin-bottom: 16px;
}
.produto .pesos span{
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-radius: 50px;
}
/*.produto .pesos span.peso1{
    background-color: #cff0cf;
}
.produto .pesos span.peso2{
    background-color: #bee5be;
}
.produto .pesos span.peso3{
    background-color: #a8dba8;
}
.produto .pesos span.peso4{
    background-color: #90cb90;
}
.produto .pesos span.peso5{
    background-color: #6aba6a;
}*/
footer{
    background-color: #313131;
    padding: 64px 0px 16px 0px;
    font-size: 0.875rem;
}
footer h3{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #5D9615;
}
footer ul{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
footer ul.social li{
    display: inline-block;
    margin-right: 16px;
    font-size: 1.5rem;
    color: #5D9615;
}
div.copy{
    background-color: #313131;
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
div.copy .row{
    padding: 8px 0;
}
div.copy p{
    margin-bottom: 0px;
}
div.copy a{
    color: #5D9615;
    text-decoration: none;
    transition: .4s;
}
div.copy a:hover{
    color: #828282;
}
div.copy .border-top {
    border-top: 1px solid #454545!important;
}
/*FIM INICIO*/
section.bread{
    background-image: url('../img/bg-bread.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    padding: 96px 0;
}
section.bread h2{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}
div.conheca{
    background-color: #f4f4f4;
    padding: 8px 16px;
    display: block;
    width: fit-content;
    margin-bottom: 8px;
    border-radius: 16px;
}
section.missao div.mvv{
    background: #FFFFFF;
    box-shadow: 0px 15px 60px rgba(16, 16, 16, 0.15);
    border-radius: 5px;
    padding: 32px 16px;
    text-align: center;
    min-height: 275px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
section.missao div.mvv h4{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #5D9615;
    text-transform: none;
}
section.produtos ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
section.produtos ul li a:hover{
    color: #5D9615;
}
section.produtos-relacionados{
    background-color: #F4F4F4;
    padding: 64px 0;
} 
section.produtos-relacionados .card-produto{
    margin-bottom: 0px;
}
section.produto {
    padding: 32px 0;
}
section.produto h1{
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #313131;
}
section.produto p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
}
section.produtos div.categorias{
    background-color: #fff;
    padding: 16px 32px;
    border-radius: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}
section.produtos div.categorias h4{
    font-weight: bold;
    margin-bottom: 16px;
}
section.produtos div.categorias ul li{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}
section.revendedor img, section.trabalhamos img{
    border-radius: 10px;
}
section.entre-contato h4{
    font-weight: bold;
    margin-bottom: 0px;
}
section.entre-contato p{
    font-size: 0.875rem;
}
.fixedwhatsapp {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background-color: #5D9615;
    color: #fff;
    font-size: 1.5rem;
    padding: 12px 14px;
    border-radius: 24px;
    margin-left: 16px;
}
@media screen and (max-width:992px){
    section.diferenciais{
        padding: 0px;
    }
    div.offcanvas {
        background-color: #252525;
    }
    div.offcanvas .hover-underline-animation{
        display: block;
        text-align: left;
    }
    div.offcanvas ul{
        list-style-type: none;
        text-align: left;
        padding-left: 0px;
    }
    header nav.navbar li.nav-item a.nav-link{
        color: #fff;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 16px;
    }
    section.bread{
        background-size: contain !important;
        padding: 32px 0px !important;
    }
}