body {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    background: #dedede;
}

img {
    max-width: 100%;
}
a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}
/*font-family: 'Debussy';*/
h1, h2 {
    font-family: 'Century Gothic';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.form-group {
    margin-bottom: 15px;
}
.parsley-errors-list {
    display: none;
}

.parsley-error{
    border-color:red;
}
    /*
    Menu
    */
    .menu-flutuante {
        background: #FFF;
        width: 300px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 9999;
        -webkit-transition: 0.25s ease;
        transition: 0.25s ease;
        height: 100%;
    }

    .menu-flutuante.active {
        left: 0;
    }

    .mask-black {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.80);
        z-index: 9999;
        -webkit-transition: 0.25s ease;
        transition: 0.25s ease;
    }

    .mask-black.active {
        right: 0;
    }
    .menu-mobile {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-left: 15px;
    }
    .menu-mobile a {
        color: #303030;
        font-family: 'Century Gothic';
        font-size: 16px;
        font-weight: 400;
    }
    .menu-mobile a:hover {
        color: #a0c440;
    }
    .menu-flutuante .margin-box .logo-flutuante {
        float: left;
        max-width: 87%;
        padding: 10px;
    }
    .menu-flutuante .margin-box .logo-flutuante img {
        max-width: 100%;
    }
    .menu-flutuante .margin-box .botaoFechar {
        cursor: pointer;
        font-size: 30px;
        float: right;
        font-weight: 200;
        margin-right: 10px;
        color: #a0c440;
    }
    .menu-flutuante .margin-box .menu-mobile li {
        margin-top: 5px;
        border-bottom: 1px  solid #ccc;
        padding: 15px 0;
    }
    .social-mobile h2 {
        font-weight: normal;
        font-size:14px;
        color: #a0c440;
        padding-left: 10px;
    }
    .menu-flutuante .margin-box .linha .social li {
        display: inline-block;
    }
    .menu-flutuante .margin-box .linha .social li a {
        display: block;
        border-radius: 100%;
        border: 1px  solid #303030;
        color: #303030;
        width: 25px;
        height: 25px;
        text-align: center;
        padding-top: 0px;
    }
/*
1. HEADER
*/
header {
    background: #000;
    padding-top: 45px;
    padding-bottom: 25px;
}

header .container {
    border-bottom: 1px solid #4d4d4d;
}

header .logo span {
    color: #FFF;
    font-size: 32px;
    margin-top: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

header .botao-menu {
    position: absolute;
    right: 0;
    top: -10px;
    color: #a0c440;
    font-size: 14px;,
    font-family: roboto;
}

header .botao-menu:hover {
    color: #FFF !important;
}

header .botao-menu i {
    font-size: 43px;
}

header .bandeira{
    position: absolute;
    width: 140px;
    margin-left: -160px;
}

/*
2. Footer
*/
footer:before {
    content: "";
    background: #dedede;
    position: absolute;
    height: 94px;
    width: 94px;
    top: 0;
    left: 0;

}

footer:after {
    content: "";
    background: #000;
    position: absolute;
    height: 94px;
    width: 94px;
    top: 0;
    left: 0;
    border-radius: 94px 0px 0px 0px;
}

footer {
    position: relative;
    padding-bottom: 150px;
    background: #000;
    padding-top: 15px;
}

footer .logo span {
    color: #FFF;
    font-size: 32px;
    margin-top: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

footer #marcas {

}

footer #marcas .linegreen {
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 30px;
    background: #a0c440;
}


footer #copyright {
    color: #FFF;
    margin-top: 20px;
}

footer #copyright a {
    color: #a0c440;
}

footer  .bandeira{
    position: absolute;
    width: 140px;
    margin-left: -160px;
}


/*
3.1 HOME - Encontre
*/
#encontre {
    padding: 30px 0 115px;
}

#encontre h2 {
    font-size: 48px;
    font-weight: bold;
    color: #a0c440;
    margin-bottom: 35px;
    font-family: 'Debussy';
}

#encontre .box-encontre a {
    background: #FFF;
    display: block;
    border-radius: 25px;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-top: 40px;
    min-height: 250px;
    height: 250px;
    position: relative;
    box-shadow: 0 0 30px 0px #9d9d9d;
     transition: 300ms;
}
#encontre .box-encontre a:hover{
    color: #00AEEF;    
}

#encontre .box-encontre a:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #a0c440;
    bottom: 0;
    width: 85%;
    left: 25px;
    border-radius: 10px 10px 0 0;
    transition: 300ms;
}
#encontre .box-encontre a:hover:after{
    background: #00AEEF;
}

#encontre .box-encontre a img {
    margin-bottom: 20px;
}

/*
3.2 - HOME - Depoimentos    
*/
#depoimentos:before, #depoimentos:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    height: 185px;
    width: 185px;
    background: #dedede;
}

#depoimentos:after {
    background: #000;
    border-radius: 0px 0px 185px 0px;
}

#depoimentos .container:after {
    position: absolute;
    content: '';
    background: url('../img/marcador2.png') no-repeat;
    left: 0;
    bottom: 100px;
    height: 253px;
    width: 114px;
}

#depoimentos .sliderDepoimentos img {
    border-radius: 100%;
    margin-bottom: 15px;

}


#depoimentos .sliderDepoimentos .item img {
    height: 150px;
    width:  150px;
    object-fit: cover;
    margin: 15px auto;
}
#depoimentos .sliderDepoimentos h3 {
    margin-bottom: 15px;
}
#depoimentos .sliderDepoimentos .item {
	min-height: 450px;
}
#depoimentos .control-arrows div {
    display:inline-block;
    background: #FFF;
    height: 49px;
    width: 49px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    padding-top: 15px;
}
#depoimentos .control-arrows div:hover {
	cursor: pointer;
}

#depoimentos {
    color: #FFF;
    position: relative;
    background: #000;
    padding: 80px 0;
    text-align: center;
}

#depoimentos h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
    color: #a0c440;
}

#depoimentos h3 {
    color: #00acec;
    font-size: 24px;
}   

/*
3.3 HOME - Trabalhe conosco
*/
#trabalhe {
    padding-bottom: 50px;
    padding-top: 85px;
}

#trabalhe h2 {
    font-size: 48px;
    font-weight: bold;
    color: #a0c440;
}


.trabalhe p {
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: bold;
}

.trabalhe a {
    background: #a0c440;
    color: #FFF;
    text-align: center;
    padding: 20px 40px;
    border-radius: 60px;
    font-weight: bold;
}

#trabalhe .fones p {
    color: #535353;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}

#trabalhe .fones a {
    color: #00acec;
    font-size: 23px;
    font-weight: bold;
}

#trabalhe .redes p {
    color: #d0008c !important;
    font-size: 14px;
    font-weight: bold;
}

#trabalhe .redes a {
    color: #535353;
    font-size: 19px;
}

#trabalhe .linevertical {
    height: 300px;
    display: block;
    width: 1px;
    background: #ccc;
    margin-left: 20px;
    margin-top: 30px;
}

/*
3.4 HOME - PRODUTOS 
*/
#produtos {
    position: relative;
    background: #000;
    padding-top: 50px;
    padding-bottom: 120px;
    color: #fff;
}

#produtos .container:after {
    position: absolute;
    content: '';
    background: url('../img/marcador.png') no-repeat;
    right: 0;
    bottom: 100px;
    height: 253px;
    width: 114px;
}

#produtos .btn-produto {
    background: #657c28;
    color: #FFF;
    padding: 20px 60px;
    border-radius: 51px;
    border: 1px solid #a1a1a1;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#produtos .btn-produto:hover {
    opacity: 0.8;
}

#produtos .pro1 {
    width: 100%;
    border: 5px solid #a0c440;
    border-radius: 0 0 0 100px;
}

#produtos .pro2 {
    width: 100%;
    border: 5px solid #cb2b8b;
    border-radius: 0 0 100px 0;
}

#produtos .texto {
    height: 55px;
    margin-top: 15px;
}

#produtos .texto p {
    font-size: 16px;    
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
#produtos .sliderProdutos img {
    max-width: 100%;
}

/*
Page Interna
*/
.pg-interna {
    padding-top: 60px;
    padding-bottom: 100px;
}
.pg-interna h1 {
    color: #a0c440;
}

/*
Page - Produto
*/
#banner {
    background: #FFF;
}
.pg-produto {
    background: #FFF;
    padding: 50px 0;
}
.pg-produto .price {
    font-size: 46px;
}
.pg-produto .botaocompra{
    background: #a6ce39;
    font-size: 30px;
    font-weight: bold;
    color:#000;
    border-radius: 40px;
    padding: 15px 90px;
    border-color: #a6ce39;
}
.pg-produto .botaocompra:hover{
    opacity: 0.8;
}
.pg-produto ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pg-produto ul li {
    float: left;
}
.pg-produto .variation {
    border-top: 2px dashed #ccc;
    padding-top: 10px;
}
.pg-produto .variar li {
    padding: 5px;
    width:26%;
}
.pg-produto .variar li label {
    font-weight:bold;
    display: block;
    background: #CCC;
    border-radius: 10px;
    height: 43px;
    text-align: center;
    font-size: 15px;
    padding-top: 8px;
    border:2px solid #CCC;
    text-shadow: 0 0 3px #fff;
}
.pg-produto .variar li label:hover{
    border:2px solid #a6ce39;
    cursor: pointer;
    opacity: 0.8;
}
.pg-produto .variar li label.active {
    border:2px solid #a6ce39;
}
.pg-produto .variar li label input {
    visibility: hidden;
    position: absolute;
}

.pg-produto .sliderProdutos .control-arrows{
    width: 100%;
    max-width: 1270px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}

.pg-produto .sliderProdutos .control-arrows div {
    display:inline-block;
    background: #FFF;
    height: 49px;
    width: 49px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;    
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
}
.pg-produto .sliderProdutos .control-arrows div:hover {
    cursor: pointer;
}
.pg-produto .sliderProdutos .control-arrows .prev-banner {
    margin-left: -27px;
}
.pg-produto .sliderProdutos .control-arrows .next-banner {
    float: right;
    margin-right: -27px;
}

#banner {
    margin-top: -30px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}


#box-frete {
    margin:20px 0;
    border:1px solid #FFF;
    background: #dedede;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}
#box-frete .btn-default {
    border-radius: 5px;
    border:1px solid #080808;
}
#box-frete a {
    color:#000;
}
.calculaFrete:hover {
    background: #000;
    color:#FFF;
}

/* ONDE ENCONTRAR */

/* COMBOBOX PERSONALIZADO */
.combobox { width:100%; height:160px; padding:15px 0; background-color:#fff; border:solid 1px #3d3532; position:absolute; left:0; top:51px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; z-index:999; display:none; border-radius:15px; -o-border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }
.combobox.is-active { display:block; }
.combobox .scroll { width:auto; height:100%; }
.combobox ul.lista { width:100%; height:100%; padding:0 5px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; }
.combobox ul.lista li { width:95%; height:auto; padding-bottom:5px; margin-bottom:4px; border-bottom:solid 1px #3d3532; }
.combobox ul.lista li.last { border:0; margin-bottom:0; }
.combobox ul.lista li a { width:100%; height:auto; display:block; padding:4px 2px; color:#b5b5b5; }
.combobox ul.lista li a:hover { color:#3d3532; }


p.saudacao-form { width:100%; height:auto; display:block; margin-bottom:30px; font-size:16px; }
.formulario { width:100%; height:auto; margin-bottom:20px; }
.formulario dl.wrap-form { width:99%; height:auto; margin-bottom:15px; }
.formulario.grid2 dl.wrap-form { width:49%; float:left; }
.formulario.grid2 dl.wrap-form.side { float:right; }
.formulario.grid3 dl.wrap-form { width:32%; float:left; margin-right:2%;  }
.formulario.grid3 dl.wrap-form.last { margin-right:0; }
.formulario dl.wrap-form.message, .formulario.grid2 dl.wrap-form.message, .formulario.grid3 dl.wrap-form.message { width:100%; }
.formulario dl.wrap-form dt.label { width:100%; height:auto; min-height:20px; margin-bottom:6px; }
.formulario dl.wrap-form dt.label label { display:block; font-size:13px; }
.formulario dl.wrap-form dt.label label span.requerid { height:auto; color:#ED1F24; }
.formulario dl.wrap-form dd.campo { width:100%; height:auto; position:relative; overflow:hidden; }
.formulario dl.wrap-form dd.campo.select { *border:solid 1px #e2e2e2; }
.formulario dl.wrap-form dd.campo input[type="text"], dd.campo input[type="email"], dd.campo input[type="tel"], dd.campo select { width:100%; *width:94%; height:50px; *height:20px; line-height:20px; padding:15px; *padding:15px 3%; border:solid 1px #e2e2e2; box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:15px; -o-border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; background-color:#fff; color:#b4b4b4; font-size:13px; }
.formulario dl.wrap-form dd.campo.ufs { overflow:inherit; }
.formulario dl.wrap-form dd.campo input[data-type="combo"] { background-image:url(../img/marcador-select.png); background-position:right top; background-repeat:no-repeat; }
.formulario dl.wrap-form dd.campo input[data-type="combo"]:focus { background-position:right bottom; }
.formulario dl.wrap-form dd.campo select option { padding:4px 0; }
.formulario dl.wrap-form dd.campo.select select { *width:100%; *margin:10px 0; }
.formulario dl.wrap-form ::-webkit-input-placeholder { color:#959595; }
.formulario dl.wrap-form ::-moz-placeholder { color:#959595; } /* firefox 19+ */
.formulario dl.wrap-form :-ms-input-placeholder { color:#959595; } /* ie */
.formulario dl.wrap-form input:-moz-placeholder { color:#959595; }
.formulario dl.wrap-form dd.mensagem { width:100%; height:auto; margin-bottom:7px; overflow:hidden; }
.formulario dl.wrap-form dd.mensagem textarea { width:100%; height:141px; *height:121px; padding:10px; border:solid 1px #e2e2e2; box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:15px; -o-border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; background-color:#fff; color:#b4b4b4; }
.formulario dl.wrap-form dd.botao { 
    /*width:100%; */
    height:50px; 
    display: inline-block;
    width: 150px;
    float: right;
    position: relative;
    top: 25px;
}
.g-recaptcha {
    display: inline-block;
}
.formulario dl.wrap-form dd.botao input[type="submit"] { width:100%; height:50px; line-height:50px; float:right; padding-right:5%; line-height:normal; text-align:center; color:#fff; font-size:14px; color:#fff; cursor:pointer; border-radius:10px; -o-border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -webkit-transition:all 0.3s ease-out; -o-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; background:#3d3532 url(../img/bt-news.png) right center no-repeat; }
.formulario dl.wrap-form dd.botao input[type="submit"]:hover { background-color:#ef0c32; }
.formulario dl.wrap-form dd.campo input[type="text"]:hover, dd.campo input[type="email"]:hover, dd.campo input[type="tel"]:hover, dd.campo select:hover, .formulario dl.wrap-form dd.mensagem textarea:hover { background-color:#fcfcfc; }
.formulario dl.wrap-form dd.campo input[type="text"]:focus, dd.campo input[type="email"]:focus, dd.campo input[type="tel"]:focus, dd.campo select:focus, .formulario dl.wrap-form dd.mensagem textarea:focus { background-color:#fcfcfc; border-color:#3d3532; color:#3d3532; }

.formulario dl.wrap-form dd.campo input.invalid,
.formulario dl.wrap-form dd.campo select.invalid,
.formulario dl.wrap-form dd.mensagem textarea.invalid { border-color:#ef0c32 !important; color:#ef0c32 !important; }

.formulario select {
    border-radius: 15px !important;
    height: 50px !important;
    border-color: transparent;
    color:#b4b4b4;
    font-size: 13px;
}

.hide  { display:none; }
#content-map { position:relative; z-index:1; }
#content-map #estado-info { width:30px; height:30px; text-align:center; background-color:#FFF; border:1px solid #f0053c; border-radius:100%; box-shadow:0 0 15px -5px #CCC; left:50%; position:absolute; top:50%; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; -ms-transition:all 0.2s ease-out; transition:all 0.2s ease-out; z-index:19; }
#content-map #estado-info.hide { display:; visibility:hidden; }
#content-map #estado-info #nome_estado { color:#f0053c; font-size:16px; line-height:32px; text-transform:uppercase; margin:0; }
#content-map #estado-info #legend { display:none; }


#content-map .legenda-map { width:100%; height:auto; }
#content-map .legenda-map h2 { color:#000; text-transform:uppercase; border-left:5px solid #f0053c; text-indent:15px; margin-bottom:10px; }
#content-map .legenda-map ul.list-legend { min-height:40px; }
#content-map .legenda-map ul.list-legend li p { font-size:13px; color:#757575; line-height:20px; }
#content-map .legenda-map ul.list-legend li span.ico { width:20px; height:20px; display:block; float:left; margin-right:5px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background-color:#ccc; vertical-align:middle; }
#content-map .legenda-map ul.list-legend li.selected span.ico { background-color:#f0053c; }
#content-map .legenda-map ul.list-legend li.active span.ico { background-color:#777; }


.formulario.rep { width:50%; margin-bottom:50px; }
.formulario.rep dl.wrap-form dt.label { margin-bottom:15px; }
.formulario.rep dl.wrap-form dd.campo { margin-bottom:10px; }
.formulario.rep dl.wrap-form dd.botao input[type="submit"] { padding-right:9%; }
.formulario.rep .combobox { height:160px; overflow-y:auto; }
.formulario.rep .combobox ul.lista { padding:0 10px; }
div.lista-rep { width:100%; height:auto; display:none; }
div.lista-rep.mostra { display:block; }
div.lista-rep article.box-representante { width:22%; min-height:220px; float:left; margin-bottom:40px; padding-right:3%; padding-bottom:20px; background:url(../img/separador-diferencial.png) left bottom no-repeat; }  
div.lista-rep article.box-representante h4 { display:block; margin-bottom:10px; }

.openMenuFlutuante i {
    display: block;
}

.float-left {
    float:left !important;
}


.repx h2 {
    color: #a0c440;
}

/* Responsive */
@media screen and (max-width: 660px) {

    .botaocompra {
        font-size: 26px;
    }
    header .botao-menu {
        top: -40px;
    }
    header .botao-menu i {
        display: initial;
        font-size: 14px;
    }
    header .logo span {
        font-size: 12px;
    }
    #produtos .container:after {
        display: none;
    }
    .box-encontre .col-12 {
        margin-bottom: 15px;
    }
    #encontre h2 {
        font-size: 32px;
    }
    footer:before, footer:after {
        display: none;
    }
    footer .logo span {
        font-size: 15px;
    }
    #copyright {
        font-size: 12px;
        text-align: center;
    }
    #trabalhe .telefone {
        display: none;
    }
    #trabalhe .trabalhe {
        margin-bottom: 25px;
    }
    #depoimentos:before, #depoimentos:after {
        display: none;
    }
}