@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200..1000&display=swap');


.left{float:left!important}.right{float:right!important}.mg-0{margin:0!important}.mg-bt-5{margin-bottom:5px!important}.mg-bt-10{margin-bottom:10px!important}.mg-bt-20{margin-bottom:20px!important}.mg-bt-30{margin-bottom:30px!important}
.mg-bt-35{margin-bottom:35px!important}.mg-bt-40{margin-bottom:40px!important}.mg-bt-50{margin-bottom:50px!important}.mg-bt-60{margin-bottom:60px!important}.mg-bt-80{margin-bottom:80px!important}
.mg-bt-90{margin-bottom:90px!important}.mg-bt-100{margin-bottom:100px!important}.mg-tp-5{margin-top:5px!important}.mg-tp-10{margin-top:10px!important}.mg-tp-20{margin-top:20px!important}.mg-tp-30{margin-top:30px!important}
.mg-tp-40{margin-top:40px!important}.mg-tp-50{margin-top:50px!important}.mg-tp-60{margin-top:60px!important}.mg-tp-70{margin-top:70px!important}.mg-tp-80{margin-top:80px!important}.mg-tp-90{margin-top:90px!important}
.mg-tp-100{margin-top:100px!important}.pd-5{padding:5px!important}.pd-bt-10{padding-bottom:10px!important}.pd-bt-20{padding-bottom:20px!important}.pd-bt-30{padding-bottom:30px!important}.pd-bt-40{padding-bottom:40px!important}
.pd-bt-50{padding-bottom:50px!important}.pd-bt-60{padding-bottom:60px!important}.pd-bt-80{padding-bottom:80px!important}.pd-bt-100{padding-bottom:100px!important}.pd-tp-5{padding-top:5px!important}.pd-tp-10{padding-top:10px!important}
.pd-tp-15{padding-top:17px!important}.pd-tp-20{padding-top:20px!important}.pd-tp-30{padding-top:30px!important}.pd-tp-40{padding-top:40px!important}.pd-tp-50{padding-top:50px!important}.pd-tp-60{padding-top:60px!important}
.pd-tp-70{padding-top:70px!important}.pd-tp-80{padding-top:80px!important}.pd-tp-90{padding-top:90px!important}.pd-tp-100{padding-top:100px!important}.txt-left{text-align:left!important}.txt-right{text-align:right!important}
.txt-center{text-align:center!important}.uppercase{text-transform:uppercase}
body,
html {
    font-family: "Mulish", sans-serif;
    color: #0c0d0d;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}
.container-fluid {
    padding: 0;
    float: left;
    width: 100%;
}
b,
strong {
    font-weight: 800;
}
a:hover,
a:focus {
    color: #8ABD50;
    text-decoration: none;
    outline: none;
}
a:visited {
    color: #002e19;
}
a,
button {
    display: inline;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    color: #6e1434;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
} 


/*===== MENU  =====*/
.navgition {
    padding: 20px 0 20px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navgition.navgition-transparent {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(66,66,66,0.25);
    -moz-box-shadow: 0px 3px 4px 0px rgba(66,66,66,0.25);
    box-shadow: 0px 3px 4px 0px rgba(66,66,66,0.25);
}
.navgition.sticky {
    position: fixed;
    background-color: #fff;
    padding: 10px 0 15px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navgition .navbar {
    position: relative;
    padding: 0;
}
.navgition .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #008337;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
.navgition .navbar .navbar-nav .nav-item {
    margin: 0 0 0 30px;
    position: relative;
}
.navgition .navbar .navbar-nav .nav-item a {
    font-size: 19px;
    line-height: 18px;
    font-weight: 600;
    color: #0c0d0d;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.menu-principal{
    background-color: #008337;
    padding: 15px 0;
    margin-top: 20px;
}
.menu-principal ul{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.menu-principal ul li{
    display: inline-block;
}

@media (max-width: 991px) {
    .navbar-toggler {
        float: right;
        margin-top: 10px;
    }
    .menu-principal{
        padding: 0;
        margin: 0;
    }
    .navgition {
        padding: 10px 0 10px 0;
    }
    .navgition .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #008337;
        z-index: 8;
        padding: 10px 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    }
    .navgition .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .menu-principal ul li {
        width: 100%;
    }
    .navgition .navbar .navbar-nav .nav-item a::after {
        display: none;
    }
    .navgition .navbar img{
        padding-left: 30px;
        height: 50px;
    }
}
@media (min-width: 991px) {
    #navbarOne{
        position: relative;
        right: 0;
        float: right;
        margin-top: 25px;
    }
}

/************Topo*************/
#buscar {
    float: right;
    border-bottom: 2px solid #008337;
    margin-right: 20px;
}
#buscar input {
    float: right;
    background-color: #fff;
    color: #243821;
    font-size: 16px;
    border: 0;
    padding: 8px 5px;
}
#buscar input placeholder {
    color: #243821;
    font-size: 16px;
}
#buscar button {
    float: right;
    background: #fff;
    border: 0;
    padding: 8px 5px;
}
.topo-social{
    float: right;
    margin-left: 15px; 
    margin-top: 12px;
}
#topo-site{
    background-color: #f0f2f2;
    padding: 50px 0px 30px 0px;
}
#topo-site h6{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #008337;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}

/* ========Padroes================= */
.section, section {
    float: left;
    width: 100%;
}
.centraliza {
    position: relative;
    float: left;
    top: 50%;
    transform: translateY(-50%);
}
.titulo44{
    color: #008337;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
}
.titulo34{
    color: #0c0d0d;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}
.brand {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #8abd50;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
} 
.btn-simples,
.btn-simples:visited {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    background-color: #f07c00;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 20px;
    min-width: 150px;
    text-align: center;
    border: none;
}
.btn-simples:hover,
.btn-simples:focus {
    background-color: #008337;
    color: #fff;
    transform: scale(1.1);
}
/*Paginacao*/
.paginas {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}
.espaco,
.setas,
.setas1 {
    display: inline-block;
}
.nPaginasB a {
    display: inline-block;
    color: #243821;
    font-weight: bold;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #f0f2f2;
    border-radius: 100%;
    margin-left: 10px;
}
.setas a .glyphicon-option-horizontal,
.setas1 a .glyphicon-option-horizontal {
    color: #243821;
    background-color: #f0f2f2;
    width: 40px;
    line-height: 40px;
    padding: 1px 6px 7px 6px;
    font-size: 18px;
    text-align: center;
    font-family: "Glyphicons Halflings";
    border-radius: 100%;
}
.nPaginas a {
    color: #243821;
    background-color: #8ABD50;
    display: inline-block;
    font-weight: bold;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
}

/* ========Index================= */
#home-produtos .slider,
#banner .slider{
    height: 600px;
}
#home-produtos .slick-list, #home-produtos .slick-track, 
#home-produtos .slick-track a, #home-produtos .slider-imagem .container, #home-produtos .slider-imagem .row,
#banner .slick-list, #banner .slick-track, 
#banner .slick-track a, #banner .slider-imagem .container, #banner .slider-imagem .row{
    height: 100%;
}
.slider-imagem {
    float: left;
    width: 100%;   
    height: 100%;
    background-repeat: no-repeat;
    background-size:  cover;
    background-position: center;
}
.slider-imagem h1{
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-imagem h2{
    color: #FFF;
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
}
#home-destaque{
    background-color: #f0f2f2;
    padding: 90px 0;
}
#home-destaque a {
    display: inline-block;
    color: #fff;
    background-color: #008337;
    font-size: 18px;
    font-weight: 300;
    border-radius: 3px;
    padding: 10px 30px;
    margin-top: 15px;
    min-width: 250px;
    text-align: center;
}
#home-destaque a:hover {
    background-color: #8ABD50;
    color: #008337;
    transform: scale(1.1);
}

#home-produtos{
    padding-bottom: 70px;
    background: #FFF url(../img/fundo-verde.jpg) no-repeat;
    background-size: 100% 200px;
    background-position: bottom;
}
.destaques img{
    display: inline-block!important;
}


#noticias figure {
    background-color: #243821;
    position: relative;
}
#noticias a:hover img {
    opacity: 0.5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#noticias h2{
    color: #243821;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
#noticias a:hover h2 {
    color: #8ABD50;
}
.texto-hover {
    display: none;
    color: #fff;
    font-size: 34px;
}
#noticias a:hover .texto-hover {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px){
    #noticias ul li.col-md-6{
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media (min-width: 1200px){

}
#home-blocos h4{
    text-transform: uppercase;
    color: #008337;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
#home-blocos a{
    color: #8abd50;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}



.formulario input,
.formulario textarea,
.formulario select {
    border: none;
    border-bottom: 2px solid #008337;
    border-radius: 0;
    -webkit-box-shadow: none;
    min-height: 44px;
    color: #243821;
}
.formulario label {
    color: #243821;
    font-weight: 400;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
}
.form-control:focus{
    border-color: #008337;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="radio"],
input[type="checkbox"]{
    display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label{
    display: inline-block;
    line-height: 23px;
    padding: 0 0 0 25px;
    margin: 0 10px 0 0;
    background-image: url(../img/ico-master.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #008337;
}
input[type="checkbox"] + label{
    background-position: 0 -60px;
}
input[type="radio"]:checked + label{
    background-position: 0 -30px;
}
input[type="checkbox"]:checked + label{
    background-position: 0 -90px;
} /**INPUT FILE **/
.formulario input.realupload{
    position: relative;
    left: 0;
    height: 35px;
    top: -40px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    cursor: pointer;
    color: #008337;
}
.formulario input.inputselecionar{
    width: 100%;
    cursor: default;
    height: 39px;
    border: 2px solid #008337;
    color: #008337;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}
.formulario input.inputselecionar::placeholder{
    color: #008337;
}
.formulario input.inputselecionar:-ms-input-placeholder{
    color: #008337;
}
.formulario input.inputselecionar::-ms-input-placeholder{
    color: #008337;
}
.btn-simples{
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
    background-color: #008337;
}
.btn-simples:hover{
    background-color: #8ABD50;
}

/* ========Footer================= */
footer{
    float: left;
    width: 100%;
    background: #008337;
    padding: 50px 0 30px 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.footer-social{
    margin-left: 20px;
}
.footer-social img {
    display: inline-block;
    margin: 0 5px;
}
footer a, footer a:visited, footer a:hover{
    color: #8abd50;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.texto{
    float: left;
    width: 100%;
    border-left: 3px solid #f0f2f2;
    padding: 20px 0 20px 20px;
}
#produtos h1{
    color: #0c0d0d;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    min-height: 60px;
    padding: 0 20px;
}
#produtos span{
    display: inline-block;
    width: 100%;
    color: #8abd50;
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.produtos-lista{
    border-bottom: 3px solid #f0f2f2;
}

.produtos-lista:hover{
    border-color: #8abd50;
}
#video{
    margin-bottom: 60px;
    background: #f0f2f2;
    padding: 20px 0 60px 0;
}

.produtos-lista .slick-next, .produtos-lista .slick-prev{
    width: 32px;
    height: 32px;
}


#institucional{
    background-color: #eaeded;
}
.institucional-texto{
    padding: 100px 0;
}
.institucional-imagem{
    
}

#detalhes-galeria{
    margin: 40px 0 50px 0;
}
.detalhes-botao1, .detalhes-botao2{
    float: left;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    color: #FFF!important;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
}
.detalhes-botao1{
    background-color: #8ABD50;
}
.detalhes-botao2{
    background-color: #008337;
}
.detalhes-botao1:hover, .detalhes-botao2:hover{
    background-color: #008337;
    color: #FFF!important;
}
.detalhes-download{
    color: #008337;
    text-transform: uppercase;
    border: 2px solid #008337;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 20px;
}


#intranet-topo a{
    color: #243821;
    font-weight: 700;
    line-height: 22px;
}
#intranet-logar {
    padding: 60px 0 10px 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
#intranet-logar h4 {
    color: #bfcd02;
    font-weight: 300;
    margin-bottom: 30px;
}
#fintranet #entrarintranet {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #008337;
    text-align: center;
    margin-top: 10px;
}
#intranet-logar #fintranet input {
    width: 100%;
    display: inline-block;
    border: none;
    border-bottom: 2px solid #008337;
    border-radius: 0;
    -webkit-box-shadow: none;
    min-height: 44px;
    color: #243821;
    background: none!important;
}
#intranet-logar a{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #8abd50;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}



/**Intranet*/
.categorias-download a{
    float: left;
    width: 100%;
    background: #f0f2f2;
    padding: 20px 30px;
    margin-bottom: 20px;
    color: #243821;
    font-size: 20px;
    font-weight: 400;
}
.menu-categorias-download a{
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 8px 20px;
    margin-bottom: 15px;
    color: #002E19;
    font-size: 16px;
}
.categorias-download a:hover, 
.menu-categorias-download a:hover,
.menu-categorias-download a.ativo{
    background-color: #008337;
    color: #f0f2f2;
}

.download-lista a{
    float: left;
    width: 100%;
    border: 1px solid #F07F00;
    color: #F07F00;
    font-weight: 300;
    line-height: 18px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.download-lista a img{
    float: left;
}
.download-lista a:hover{
    background-color: #F07F00;
    color: #FFF;
}

.download-lista a:hover img{
    webkit-filter: grayscale(1) brightness(500%);
        filter: grayscale(1) brightness(500%);
}

.menu-categorias-download a{
    float: left;
    width: 100%;
    background: #f0f2f2;
    padding: 8px 20px;
    margin-bottom: 15px;
    color: #002e19;
    font-size: 16px;
    font-weight: 400;
}
.categorias-download a:hover, 
.menu-categorias-download a:hover,
.menu-categorias-download a.ativo{
    background-color: #008337;
}

.recados{
    float: left;
    width: 100%;
    padding: 20px;
    border: 2px solid #f0f2f2;
    border-radius: 10px;
    margin-bottom: 30px;
}
.recados-titulo{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400;
}

@media (max-width: 767px){
    .detalhes-download{
        text-align: center;
    }
    #home-destaque, .institucional-texto{
        padding: 60px 0;
    }
    .home-destaque-imagem{
        margin-top: 40px;
    }
    .slick-next, .slick-prev {
        width: 30px!important;
        height: 30px!important;
        top: 40%!important;
    }
    #noticias h2 {
        font-size: 20px;
        line-height: 28px;
    }
    #detalhes-galeria{
        margin: 80px 0 50px 0;
    }
    #detalhes-galeria{
        margin: 40px 0 0 0;
    }
}

@media (min-width: 767px) and (max-width: 991px){

}

@media (max-width: 991px){
    .menu-espacamento{
        margin-top: 80px;
    }
    .slider-imagem h1{
        font-size: 42px;
        line-height: 52px;
    }
    .slider-imagem h2{
        font-size: 24px;
        line-height: 34px;
    }
    .titulo44{
        font-size: 32px;
        line-height: 40px;
    }
    .titulo34 {
        font-size: 30px;
        line-height: 40px;
    }
    #topo-site h6 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (min-width: 991px){
    .menu-espacamento{
        float: left;
        width: 100%;
        height: 135px;
    }
}
@media (min-width: 993px) and (max-width: 1200px){

}
@media (min-width: 1200px){

}
.back-to-whats {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 25%);
    border-radius: 50%;
}

#politicas{
    position: fixed;
    z-index: 1998;
    bottom: 0;
    width: 100%;
    background-color: #ebebeb;
    text-align: center;
    color: #444;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 10px 20px;
    vertical-align: middle;
}

#politicas button{
    background-color: #cecece;
    color: #444;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 30px;
    font-weight: bold;
}
#politicas a{
    color: #474747;
    text-decoration: underline;
}

#gerenciarcookies{
    display: none;
    position: fixed;
    z-index: 1999;
    top: 20%;
    width: 60%;
    left: 20%;
    background-color: #ebebeb;
    border: 2px solid #aaa;
    text-align: left;
    color: #444;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 20px 30px;
}
@media (max-width: 767px) {
    #gerenciarcookies{
        top: 5%;
        width: 90%;
        left: 5%;
    }
}
