/* ===================================== REGIAO PADRAO */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
body {
    width: 100%;
    margin: 0 auto;
    font: 16px "Montserrat", sans-serif;
    line-height: 25px;
    color: #6d6e70;
    vertical-align: middle;
    overflow-x: hidden;
    display: table;
}

html {
    overflow-x: hidden;
}

iframe {
    background-color: #93c357;
}

.colunas {
    -o-transition: 0.5s;
    transition: 0.5s;
}

a {
    text-decoration: none;
    color: #6d6e70
}

b {
    color: #93c357;
}

.baixar {
    background-color: #93c357;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 10px 0px 10px 0px;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #93c357
}

.baixar:hover {
    background-color: #fff;
    color: #93c357
}

h2 {
    font-size: 30pt;
    line-height: 31pt;
    color: #026530;
    padding: 0px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
    font-size: 25pt;
    line-height: 26pt;
    color: #026530;
}

h4,
.dados .sub-titulo {
    text-align: center;
    font-size: 22pt;
    line-height: 23pt;
}

 ::-webkit-input-placeholder,
 :-moz-placeholder,
 ::-moz-placeholder,
 :-ms-input-placeholder,
textarea,
label {
    color: #595a5c;
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
}

input[type='text'],
input[type='date'],
input[type='email'],
input[type='file'],
textarea,
.btn,
select {
    color: #595a5c;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12pt;
    padding: 10px !important;
    background-color: #e7f2e8;
}

form {
    margin-top: 30px;
    margin-bottom: 50px;
}

input,
textarea,
select {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e7f2e8;
    font-size: 12pt;
    outline: 0pc;
    resize: none;
}

input:focus,
textarea:focus {
    border: 1px solid black;
}

[type='submit'] {
    background: #93c357;
    text-transform: uppercase;
    color: #026530;
    cursor: pointer;
    border: 1px solid #93c357;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 16px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    font-size: 15pt;
    margin-top: 10px
}

[type='submit']:hover {
    background-color: #fff;
    color: #93c357;
}

i {
    color: #93c357;
    -o-transition: 0.5s;
    transition: 0.5s;
}

i:hover {
    color: #026530;
}

@media screen and (max-width: 700px) {
    h2 {
        width: 90%;
    }
    h3 {
        font-size: 22pt;
        line-height: 23pt;
    }
}


/* ===================================== REGIÃO TOPO */

.busca button,
.busca input[type='text'] {
    width: 100%;
    padding: 10px !important;
    height: 40px;
}

.busca input[type='text'] {
    background: #e7f2e8;
    font-size: 12pt;
    border: #e7f2e8 1px solid;
    border-radius: 5px 0px 0px 5px;
}

.busca form {
    margin-top: 0px;
    padding-top: 5px;
}

.busca button {
    width: 100%;
    font-size: 15pt;
    cursor: pointer;
    padding: 10px;
    background-image: url(../imagens/lupa.png);
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    border: none;
    background-color: #e7f2e8;
    border-radius: 0px 5px 5px 0px;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.busca button:hover {
    background-color: #93c357;
}

.bandeiras {
    background: #e7f2e8;
    padding: 15px 10px 5px 10px;
    width: 110px;
    border-radius: 0 0 10px 10px;
}

.bandeiras img {
    width: 30px;
    height: 100%
}

.topo {
    margin-bottom: 40px;
    margin-top: 30px
}

@media screen and (max-width: 1020px) {
    .busca button {
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    .logo {
        text-align: center;
    }
}

@media screen and (max-width: 760px) {
    .topo .md-9,
    .topo .md-3 {
        width: 100%
    }
}

@media screen and (max-width: 390px) {
    .bandeiras {
        width: 100%;
        padding: 15px 4px 5px 4px;
    }
    .bandeiras a {
        padding: 5px;
    }
    .padding {
        padding: 0px !important
    }
}


/* ===================================== REGIAO BANNER */

.mySlides {
    display: none;
}

.banner-container {
    margin-bottom: 100px;
    position: relative;
}

.banner-home {
    height: 0vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -30px;
}

.w3-display-container {
    position: relative
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@-webkit-keyframes opac {
    from {
        opacity: 0.5
    }
    to {
        opacity: 1
    }
}

@keyframes opac {
    from {
        opacity: 0.5
    }
    to {
        opacity: 1
    }
}

.quadrado {
    width: 300px;
    height: 300px;
    position: absolute;
    background: #026530;
    -webkit-transform: rotate(45.8deg);
    -ms-transform: rotate(45.8deg);
    transform: rotate(45.8deg);
    bottom: 20px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 40px 0px;
    background-image: url('../imagens/quadrinhos.jpg');
    -o-transition: 0.5s;
    transition: 0.5s;
}

h1 {
    -webkit-transform: rotate(-45.8deg);
    -ms-transform: rotate(-45.8deg);
    transform: rotate(-45.8deg);
    text-align: center;
    line-height: 26pt;
    font-size: 25pt;
    position: absolute;
    color: #fff;
    left: -2px;
    top: 45px;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 640px) {
    .banner-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .banner-home {
        background-position: center;
    }
    .quadrado {
        width: 100%;
        background: rgba(6, 133, 12, 0.7);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 30px 20px 30px 20px;
        left: 0px;
        height: 100%;
        bottom: 0px;
        border-radius: 0px;
    }
    h1 {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
        margin: 0 auto;
        font-size: 22pt;
        line-height: 23pt;
        padding: 20px 0px 20px 20px;
    }
}


/* ===================================== REGIAO HOME */

.h2-home {
    font-size: 28pt;
    line-height: 29pt;
    color: #026530;
    font-weight: 800;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

.home {
    margin-top: 40px;
}

.colunas-categorias {
    text-align: center;
    padding: 0px;
}

.colunas-categorias a {
    bottom: 5px;
    width: 100%;
}

.colunas-categorias:hover a p {
    color: #026530
}

.colunas-categorias a p {
    text-align: center;
    margin-top: 20px;
    color: #93c357;
    font-weight: 600;
    font-size: 15pt;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colunas-categorias a p:hover {
    color: #026530
}

.home .categorias-t {
    width: 100%;
    height: 200px;
    position: relative;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home .categoria-higiene {
    background-position: left;
}

.home .categorias-t img {
    height: 198px;
    width: 100%;
    object-fit: cover;
    top: 0px;
    position: absolute;
    left: 0px;
}

@media screen and (max-width: 1025px) {
    .colunas-categorias {
        height: 390px;
    }
    .home .categorias-t {
        height: 310px;
        overflow: hidden;
    }
    .home .categorias-t img {
        height: 308px;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .home {
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 640px) {
    .h2-home {
        margin-top: 30px;
    }
    .z.x::after {
        content: "\A";
        white-space: pre-wrap;
    }
    .home .categorias-t .mascara {
        display: none;
    }
}


/* ===================================== RESPONSABILIDADE */

.coluna-direita {
    background-image: url(../imagens/planta.png);
    height: 400px;
    background-size: contain;
    background-position: bottom bottom;
    background-repeat: no-repeat;
}

.responsabilidade {
    background-image: url('../imagens/quadrinhos2.jpg');
    background-size: 80px;
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.responsabilidade .coluna-meio {
    padding-top: 40px;
}

.coluna-esquerda {
    text-align: center;
    padding-top: 70px;
}

.coluna-esquerda p {
    line-height: 11pt;
    font-size: 10pt;
    font-weight: 600;
    color: #026530;
    margin: 0px 0px 30px 0px;
}

.coluna-esquerda img {
    width: 150px;
}

@media screen and (max-width: 1020px) {
    .coluna-direita {
        display: none;
        background-image: none;
    }
}

@media screen and (max-width: 640px) {
    .coluna-esquerda img {
        margin-top: -25px;
    }
}


/* ===================================== PESQUISA */

.resultado {
    font-weight: 800;
    color: #026530;
    text-transform: capitalize;
}


/* ===================================== CONTATO */

.departamentos {
    margin-top: 10px
}

.departamentos p {
    padding: 0px;
    line-height: 13pt;
    font-size: 12pt;
}

.departamentos div {
    height: 155px
}


/* ===================================== MULTIVERDE HISTORIA */

.sociales {
    text-align: center;
    margin-bottom: 20px;
}

.dados {
    margin-top: 30px;
    margin-bottom: 20px;
}

.dados p {
    text-align: center;
}

.dados span {
    font-size: 35pt;
    font-weight: 800;
    color: #93c357;
    line-height: 37pt;
}

#galeria {
    max-width: 1400px;
    width: 100%;
    display: block;
    position: relative;
    margin: 20px auto;
    height: 290px;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#galeria .owl-prev {
    font-size: 40pt;
    color: black;
    left: 0;
    top: 70px;
    z-index: 9999999;
    opacity: 1;
    width: 20px;
    position: absolute;
    height: 120px
}

#galeria .owl-next {
    font-size: 40pt;
    color: black;
    right: 0;
    top: 70px;
    z-index: 9999999;
    opacity: 1;
    width: 20px;
    position: absolute;
    height: 120px
}

.carousel-fotos {
    height: 280px;
    width: 100%;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.carousel-fotos:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.carousel-fotos img {
    height: 280px;
    width: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1450px) {
    #galeria {
        width: 1000px;
    }
}

@media screen and (max-width: 1130px) {
    #galeria {
        width: 800px;
    }
}

@media screen and (max-width: 850px) {
    #galeria {
        width: 500px;
    }
}

@media screen and (max-width: 550px) {
    #galeria {
        width: 300px;
    }
}


/* ===================================== REGIAO LISTA DE PRODUTOS */

.cards-categorias {
    text-align: center;
    font-size: 25pt;
    line-height: 25pt;
    color: #93c357;
    border: 1px solid #93c357;
    padding: 30px 15px 20px 15px;
    margin-bottom: 30px;
    font-weight: 700;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.cards-categorias span p {
    font-size: 13pt;
    line-height: 17pt;
    font-weight: 500;
    padding: 0px;
    margin-top: 10px;
}

.cards-categorias:hover span p {
    color: #fff
}

.cards-categorias:hover {
    background-color: #93c357;
    color: #fff
}


/* =================================== REGIAO PRODUTOS */

.banner-produtos {
    height: 500px;
    margin-bottom: 50px;
}

.coluna-cores {
    padding: 25px;
    float: left !important;
    margin-top: 25px;
    margin-bottom: 25px;
}

.produtos b {
    color: #026530
}

.bloco-cores {
    height: 100px;
    width: 100px;
    -webkit-transform: rotate(45.8deg);
    -ms-transform: rotate(45.8deg);
    transform: rotate(45.8deg);
    border-radius: 0px 0px 20px 0px;
    margin: 0 auto;
}

.indicador {
    background-color: #93c357;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding: 20px 70px 20px 15px;
    color: #fff
}

.produtos .div-categoria {
    -webkit-clip-path: polygon(51% 31%, 0 100%, 100% 100%);
    clip-path: polygon(51% 31%, 0 100%, 100% 100%);
    height: 300px;
    position: absolute;
    width: 440px;
    background-color: #93c357;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-top: 170px;
    text-align: center;
}

.produtos h5 {
    text-transform: capitalize;
    color: #026530;
    text-align: center;
    font-size: 23pt;
    line-height: 24pt;
    margin-top: 5px;
    padding: 0px;
}

@media screen and (max-width: 905px) {
    .produtos .div-categoria {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .produtos .div-categoria {
        width: 100%;
    }
    .indicador {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 47% 100%, 0 80%);
        clip-path: polygon(0% 0%, 100% 0, 100% 80%, 47% 100%, 0 80%);
        padding: 10px 10px 40px 10px;
        text-align: center;
    }
}

@media screen and (max-width: 430px) {
    .div-categoria h5 {
        font-size: 15pt;
    }
}


/* ===================================== REGIAO RODAPE */

footer {
    background: #026530;
    padding-top: 80px;
}

footer a {
    color: #fff;
    -o-transition: 0.5s;
    transition: 0.5s;
}

footer a:hover {
    color: #93c357
}

#copy {
    text-align: center;
    margin-top: 60px;
    color: #fff
}

.bloco-redes {
    padding-top: 20px;
    position: relative;
}

.cubos i {
    -webkit-transform: rotate(-45.8deg);
    -ms-transform: rotate(-45.8deg);
    transform: rotate(-45.8deg);
    font-size: 34pt;
    color: #026530
}

.cubos5,
.cubos6,
.cubos7 {
    width: 70px;
    height: 70px;
    background-color: #93c357;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: #93c357 solid 1px;
}

.cubos5 {
    right: 100px;
}

.cubos6 {
    right: 210px;
}

.cubos7 {
    right: 320px;
}

.cubos5:hover,
.cubos6:hover,
.cubos7:hover {
    background-color: #fff;
    border: #026530 solid 1px;
}

.texto-contatos {
    padding-top: 10px;
    color: #fff
}

.bloco-redes .cubos {
    position: absolute;
    -webkit-transform: rotate(45.8deg);
    -ms-transform: rotate(45.8deg);
    transform: rotate(45.8deg);
    border-radius: 0px 0px 20px 0px;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    text-align: center;
}

@media screen and (min-width: 1020px) {
    footer .lg-2 {
        width: 16.66%
    }
}

@media screen and (max-width: 840px) {
    .cubos5 {
        right: 20px;
    }
    .cubos6 {
        left: 41%;
    }
    .cubos7 {
        left: 20px;
    }
    .bloco-redes {
        height: 120px;
    }
}

@media screen and (max-width: 640px) {
    .texto-contatos {
        text-align: center;
    }
}


/* =========================================================== JANELA */

.janela {
    font: 16px "Montserrat", sans-serif;
    font-weight: 300;
    color: #FFF;
    width: 90%;
    text-align: center;
    overflow: hidden;
    background-color: none;
    padding: 30px;
    border: none;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 50%;
    z-index: 999999;
}

.janela input {
    margin: 0 auto;
    float: none;
    display: table;
    width: 250px;
    
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 90;
}

.close_janela {
    position: absolute;
    right: 0;
    top: 0;
    font: 26px Calibri;
    cursor: pointer;
    _cursor: hand;
    color: #900;
}

.window {
    display: none;
    width: 600px;
    height: 400px;
    top: 10%;
    position: fixed;
    left: 0;
    background: #FFF;
    z-index: 9900;
    padding: 25px;
    border-radius: 10px;
}

#mascara {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
}

.fechar {
    display: block;
    text-align: right;
    color: #ef4e22;
}


/* ====================================== REGIAO TRABALHE CONOSCO */

.arquivo {
    display: none;
}


/* 
.file {
    border-bottom: 1px dotted #A7A7A7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none
} */

.btn {
    border: 1px solid #93c357;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: #FFF;
    color: #93c357;
    vertical-align: middle;
    width: 100%;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
}

.p-arquivos1 {
    padding-left: 0px !important
}

.p-arquivos2 {
    padding-right: 0px !important
}

@media screen and (max-width: 640px) {
    .p-arquivos1,
    .p-arquivos2 {
        padding: 0px !important
    }
}


/* ======================== AVISO DE PRIVASIDADE */

.aviso h2 {
    color: #026530;
    border: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0px;
}

.aviso i {
    color: #93c357;
    font-size: 6pt;
    margin: -10px 5px 10px 5px;
}

.div-central {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.centro-vertical .sub-titulo {
    color: #026530;
    font-size: 17pt;
    line-height: 22pt;
    font-weight: 800;
}

.div-central .icon {
    padding: 0px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.div-central .texto {
    margin-bottom: 10px;
    margin-top: 30px;
}

.img-cubos {
    position: relative;
}

.img-cubos img {
    position: absolute;
    width: 90%;
}

.retangulo-verde {
    color: #026530;
    background-color: #93c357;
    border-radius: 15px 15px 15px 0px;
    padding: 25px;
    margin-bottom: 40px;
    font-size: 18pt;
    line-height: 20pt;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    .div-central {
        display: block;
    }
    .img-cubos {
        display: none;
    }
    .div-central .icon,
    .div-central .texto {
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
    .centro-vertical .sub-titulo {
        font-size: 14pt;
        line-height: 18pt;
    }
}


.termos a{
    color: #026530;
    font-size: 17pt;
    line-height: 22pt;
    font-weight: 800;
transition: 0.3s; 
}

.termos a:hover {
color: #93c357;
}

