@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: 300;
    overflow-x: hidden;
}
.container-fluid {
    padding: 0;
    float: left;
    width: 100%;
}
b,
strong {
    font-weight: 800;
}
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;
} 

@media (min-width: 1200px){
    .menu-espacamento{
        height: 135px;
    }
}

@media (min-width: 1200px){

}

/* ========Footer================= */
footer{
    float: left;
    width: 100%;
    background: #008337;
    padding: 50px 0 30px 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.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;
}




.active { display:inherit; }
ul#map {display: block; margin: 0; padding: 0; width: 570px; height: 585px; background-image: url('../js/mapa/img/map.gif');}
ul#map li {display: block; padding: 0; position: absolute;}
li#crs {margin-top: 485px; margin-left: 237px; }
li#csc {margin-top: 467px; margin-left: 292px;}
li#cpr {margin-top: 416px; margin-left: 281px;}
li#csp {margin-top: 375px; margin-left: 303px; z-index:9999; }
li#cms {margin-top: 336px; margin-left: 229px;}
li#crj {margin-top: 390px; margin-left: 422px; z-index:9999; }
li#ces {margin-top: 347px; margin-left: 467px; z-index:9999; }
li#cmg {margin-top: 292px; margin-left: 333px; z-index:9998; }
li#cgo {margin-top: 264px; margin-left: 301px; z-index:9999; }
li#cdf {margin-top: 311px; margin-left: 373px; z-index:9999; }
li#cba {margin-top: 207px; margin-left: 397px;}
li#cmt {margin-top: 189px; margin-left: 180px;}
li#cro {margin-top: 199px; margin-left: 104px; z-index:9998; }
li#cac {margin-top: 185px; margin-left: 0px;}
li#cam {margin-top: 46px; margin-left: 3px;}
li#crr {margin-top: 0; margin-left: 133px;}
li#cpa {margin-top: 40px; margin-left: 219px;}
li#cap {margin-top: 13px; margin-left: 278px;}
li#cma {margin-top: 94px; margin-left: 366px; z-index:9999;}
li#cto {margin-top: 156px; margin-left: 338px;}

li#cse {margin-top: 221px; margin-left: 519px; z-index:9998;}
li#cal {margin-top: 211px; margin-left: 518px; z-index:9999;}
li#cpe {margin-top: 188px; margin-left: 473px;}
li#cpb {margin-top: 169px; margin-left: 511px; z-index:9999;}
li#crn {margin-top: 151px; margin-left: 514px;}
li#cce {margin-top: 121px; margin-left: 473px;}
li#cpi {margin-top: 120px; margin-left: 406px; z-index:9997;}

ul#map li a {display: block; text-decoration: none; position: absolute;}
a#rs {width: 116px; height: 101px; }
a#sc {width: 81px; height: 53px; }
a#pr {width: 97px; height: 64px; }
a#sp {width: 131px; height: 84px; }
a#ms {width: 106px; height: 104px; }
a#rj {width: 58px; height: 40px; }
a#es {width: 33px; height: 51px; }
a#mg {width: 163px; height: 131px; }
a#go {width: 108px; height: 108px; }
a#df {width: 16px; height: 9px; }
a#ba {width: 136px; height: 148px; }
a#mt {width: 166px; height: 161px; }
a#ro {width: 104px; height: 87px; }
a#ac {width: 108px; height: 62px; }
a#am {width: 258px; height: 181px;}
a#rr {width: 87px; height: 103px; }
a#pa {width: 188px; height: 187px; }
a#ap {width: 73px; height: 85px; }
a#ma {width: 102px; height: 139px; }
a#to {width: 74px; height: 125px; }
a#se {width: 28px; height: 32px; }
a#al {width: 46px; height: 27px; }
a#pe {width: 97px; height: 34px; }
a#pb {width: 59px; height: 35px; }
a#rn {width: 53px; height: 33px; }
a#ce {width: 61px; height: 76px; }
a#pi {width: 83px; height: 124px; }

/* Código pronto via http://css.spritegen.com (com alterações nos seletores) */

a#pa:hover, a#pa:active, a#am:hover, a#am:active, a#mt:hover, a#mt:active, a#ba:hover, a#ba:active, a#ma:hover, a#ma:active,
a#mg:hover, a#mg:active, a#to:hover, a#to:active, a#pi:hover, a#pi:active, a#go:hover, a#go:active, a#ms:hover, a#ms:active,
a#rr:hover, a#rr:active, a#rs:hover, a#rs:active, a#ro:hover, a#ro:active, a#ap:hover, a#ap:active, a#sp:hover, a#sp:active,
a#ce:hover, a#ce:active, a#pr:hover, a#pr:active, a#ac:hover, a#ac:active, a#sc:hover, a#sc:active, a#es:hover, a#es:active,
a#rj:hover, a#rj:active, a#pb:hover, a#pb:active, a#pe:hover, a#pe:active, a#rn:hover, a#rn:active, a#se:hover, a#se:active,
a#al:hover, a#al:active, a#df:hover, a#df:active
{ display: block; background: url('../js/mapa/img/sprite.gif') no-repeat; }

a#pa:hover, a#pa:active { background-position: -10px -0px; width: 188px; height: 187px; }
a#am:hover, a#am:active { background-position: -10px -197px; width: 258px; height: 181px; }
a#mt:hover, a#mt:active { background-position: -10px -388px; width: 166px; height: 161px; }
a#ba:hover, a#ba:active { background-position: -10px -559px; width: 136px; height: 148px; }
a#ma:hover, a#ma:active { background-position: -156px -559px; width: 102px; height: 139px; }
a#mg:hover, a#mg:active { background-position: -10px -717px; width: 163px; height: 131px; }
a#to:hover, a#to:active { background-position: -183px -717px; width: 74px; height: 125px; }
a#pi:hover, a#pi:active { background-position: -10px -858px; width: 83px; height: 124px; }
a#go:hover, a#go:active { background-position: -103px -858px; width: 108px; height: 108px; }
a#ms:hover, a#ms:active { background-position: -103px -976px; width: 106px; height: 104px; }
a#rr:hover, a#rr:active { background-position: -10px -992px; width: 87px; height: 103px; }
a#rs:hover, a#rs:active { background-position: -107px -1090px; width: 116px; height: 101px; }
a#ro:hover, a#ro:active { background-position: -10px -1201px; width: 104px; height: 87px; }
a#ap:hover, a#ap:active { background-position: -10px -1105px; width: 73px; height: 85px; }
a#sp:hover, a#sp:active { background-position: -124px -1201px; width: 131px; height: 84px; }
a#ce:hover, a#ce:active { background-position: -186px -388px; width: 61px; height: 76px; }
a#pr:hover, a#pr:active { background-position: -124px -1295px; width: 97px; height: 64px; }
a#ac:hover, a#ac:active { background-position: -10px -1298px; width: 108px; height: 62px; }
a#sc:hover, a#sc:active { background-position: -128px -1369px; width: 81px; height: 53px; }
a#es:hover, a#es:active { background-position: -208px -0px; width: 33px; height: 51px; }
a#rj:hover, a#rj:active { background-position: -186px -474px; width: 58px; height: 40px; }
a#pb:hover, a#pb:active { background-position: -10px -1370px; width: 59px; height: 35px; }
a#pe:hover, a#pe:active { background-position: -10px -1415px; width: 97px; height: 34px; }
a#rn:hover, a#rn:active { background-position: -186px -524px; width: 53px; height: 33px; }
a#se:hover, a#se:active { background-position: -208px -61px; width: 28px; height: 32px; }
a#al:hover, a#al:active { background-position: -208px -103px; width: 46px; height: 27px; }
a#df:hover, a#df:active { background-position: -208px -140px; width: 16px; height: 9px; }

/* Fim sprite */
ul#map li a img {border: 0; width: inherit; height: inherit;}

.lista-vendas{
    border-bottom: 2px solid #f0f2f2;
    padding-bottom: 40px;
}

.lista-vendas p{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.lista-vendas-imagem img{
    border-radius: 3px;
}

@media (max-width: 991px){
    .menu-espacamento{
        margin-top: 80px;
    }
    #topo-site h6 {
        font-size: 30px;
        line-height: 40px;
    }
}

.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%;
    }
}
