body {
    font-family: 'Fira Sans', sans-serif;
    padding-top: 161px;
    background-color: #fff;
}

h1,h2,h3,h4,h5,h6,p,span,label,li,a,input,select,textarea{
    font-family: 'Fira Sans', sans-serif;
    color: #5A574E;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Lilita One', cursive;
    margin: 0;
    font-weight: 400;
}

p{
    font-size: 16px;
    color: #767167;
}

strong{
    font-weight: 700;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
    font-weight: 400 !important;
}

/* Section - Utility Classes */

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-image {
  aspect-ratio: 1.5;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.object-fill {
  object-fit: fill;
}

.text-justify {
  text-align: justify;
}

.w-max-content {
  width: max-content;
}

::selection {
    background-color: #105A16;
    color: #ffffff;
    text-shadow: none;
}
::-moz-selection {
    background: #105A16;
    color: #ffffff;
    text-shadow: none;
}

#botao_carrinho{
    position: absolute;
    top: 100%;
    right: 10px;
    margin-top: 10px;
}

#botao_carrinho a{
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #C33417;
    font-weight: 700;
    border-radius: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


#botao_carrinho a:after{
    display: none;
}

#botao_carrinho a svg{
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#botao_carrinho a:hover{
    background-color: #f99034;
}

#botao_carrinho .dropdown-menu {
    margin: 7px 0 0 0;
    border: none;
    background-color: #F3F4F8;
    min-width: 310px;
    padding: 20px;
}

#botao_carrinho .btn_green{
    max-width: 220px;
}

#botao_carrinho span{
    color: inherit;
}

.logos-parceiros{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.logos-parceiros img{
    max-width: 100%;
}

.logos-parceiros .juntos{
    display: flex;
    width: 100%;
}



.modal-backdrop{
    background-color: #7E7E7E;
}

.modal-backdrop.show {
    opacity: .65;
}

.modal-header{
    border-bottom: none;
    padding-bottom: 0;
}

.modal-header .close{
    padding: 5px 15px;
    font-size: 35px;
    color: #000;
    opacity: 1;
}

.modal-body{
    padding: 15px 30px 30px 30px;
}

.modal_cesta .titulo_mod{
    font-family: 'Lilita One', cursive;
    font-size: 26px;
    color: #F99034;
    display: block;
    margin-bottom: 15px;
}

.modal_cesta .titulo_mod strong{
    font-weight: 400;
}

.modal_cesta h5{}

.modal_cesta .quantidade{
    margin-bottom: 75px;
    margin-top: 30px;
}

.quantidade p{
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.modal_cesta .quantidade button{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    border: none;
    background-color: transparent;
    height: 45px;
    width: 30px;
    cursor: pointer;
    background-color: rgba(239, 239, 239, 0.4);
}

.modal_cesta .quantidade button:hover{
    background-color: #efefef;
}

.modal_cesta .quantidade .nm_qnt{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    border: 1px solid #ccc;
    line-height: 45px;
    text-align: center;
}
.modal_cesta .btn_green{
    max-width: 45%;
    margin: 1%;
}








#escolherFixed{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background-color: rgba(126, 126, 126, 0.65);
}

#escolherFixed .conteudo{
    position: absolute;
    padding: 50px;
    width: 600px;
    top: 50%; 
    left: calc(50% - 300px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.95);
}

#escolherFixed .conteudo .item .ver{
    margin-bottom: 5px;
}

#preloader{
    position: fixed;

    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

button[type="submit"]:not(:disabled){
    cursor: pointer;
}

.form-padrao input:not([type="radio"]),
.form-padrao select,
.form-padrao textarea{
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid rgba(175, 175, 175, 0.7);
    background-color: transparent;
    color: #848484;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 0;
}

.form-padrao label{
    cursor: pointer;
    font-size: 14px;
    color: #5B6C66;
    margin-bottom: 0;
}

.form-padrao input[type="radio"]{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    height: 20px;
    width: 20px;
    margin-right: 3px;
}

.form-padrao textarea{
    padding-top: 10px;
    height: 145px;
}

.form-padrao .g-recaptcha{
    display: inline-block;
    vertical-align: middle;
}
.form-padrao ::placeholder {
    color: #848484;
    opacity: 1;
}
.form-padrao :-ms-input-placeholder {
    color: #848484;
}
.form-padrao ::-ms-input-placeholder {
    color: #848484;
}

.pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 18px 3px 18px 0;
}

.pagination a, 
.pagination span{
    padding: 18px;
    border: 1px solid #DDDDDD !important;
    font-size: 18px !important;
    color: #85796C;
    margin-right: -5px;
    display: inline-block;
    background: #fff !important;
}

.pagination a:hover,
.pagination span strong{
    color: #eb6522;
}

.capa_int{
    float: right;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.capa_int.left{
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.iframe_link_gallery .foto{
    width: 100%;
    border: none;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/sem_foto.jpg);
    position: relative;
    padding-bottom: 56.25%;
}

.iframe_link_gallery .foto:after{
    content: url(../images/youtube.png);
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    z-index: 2;
}

.iframe_link_gallery .foto:not(:hover):before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}

.anexos a{
    color: #737373;
    line-height: 30px;
}

.anexos span{
    color: #737373;
}

.anexos .titulo_anexos{
    display: block;
    text-align: center;
    margin: 15px 0;
    color: #919191;
}

.anexos ul {
    background-color: #F5F5F5;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #EAEAEA;
    margin-top: 30px;
}

.anexos ul li{
    height: 60px;
    padding: 15px;
    border-top: 1px solid #EAEAEA;

}

.anexos svg{
    height: 30px;
    width: 30px;
    color: #D3D6CF;
    display:inline-block;
    vertical-align:middle;
}

.anexos svg:hover{
    color: #83957B;
}

.navbar-toggler:focus{
    outline: none;
}

.navbar-toggler svg{
    height: 30px;
    width: 30px;
    color: #428A23;
}

.transition{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.no_pad{
    padding: 0;
}

.justify{
    text-align: justify;
}

.inline_middle{
    display: inline-block;
    vertical-align: middle;
}

a:hover, a:focus, a{
    color: inherit;
    text-decoration: none;
}

button:focus,
a:focus{
    outline-color: #00376F;    
}

.botao_vermelho{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 40px;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    background-color: #73533E;
    border-radius: 0px;
    border: none;
}

.botao_vermelho:hover,
.botao_vermelho:focus{
    color: #fff;
    background-color: #a8cf45;
}

.botao_vermelho:after{
    content: '';
    display: none;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 5px 3px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.botao_vermelho:not(:disabled):hover:after {
    display: block;
    -webkit-animation: shine 0.3s 0s linear;
    -moz-animation: shine 0.3s 0s linear;
    animation: shine 0.3s 0s linear;
}

@keyframes shine {
    0% {opacity: 0; left: 2%;}
    50% {opacity: 1;}
    100% {left: 100%;}
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    padding-right: 10px;
    top: -35px;
    width: 35px;
}

.mfp-close{
    text-shadow: 1px 1px 1px #000;
}


img.mfp-img {
    padding: 0;
    margin: 20px auto;
    border: 1px solid #fff;
}

.mfp-counter{
    display: none;
}

.mfp-figure{
    -webkit-transform: scale(0.9) translate(-1%, -1%);
    -moz-transform: scale(0.9) translate(-1%, -1%);
    -ms-transform: scale(0.9) translate(-1%, -1%);
    -o-transform: scale(0.9) translate(-1%, -1%);
    transform: scale(0.9) translate(-1%, -1%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.5;
}

.mfp-figure.loaded{
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1;
}

.mfp-bottom-bar {
    margin-top: 0;
}






#cabecalho{
    background-color: #FFFEFE;
    border-top: 1px solid #C33417;
    border-bottom: 4px solid #F3F2F2;
}

.navbar{
    padding: 0;
}

.logo_cab .logo img{
    height: 130px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 13px 30px 13px 0;
}

.compressed_nav .logo_cab .logo img{
    height: 65px;
}










.navbar-nav{
    margin-bottom: 0;
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #F99034;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-expand-lg .navbar-nav .dropdown.show .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active{
    color: #FAF9F8;
    background-color: #C33417;
}

.navbar-expand-lg .navbar-nav .dropdown.show .nav-link{
    background-color: #C33417;
}

.dropdown-menu{
    border-radius: 0;
    margin: 7px 0 0 0;
    border: none;
    background-color: #C33417;
    min-width: 200px;
}
.dropdown-item{
    color: #fff;
    padding: 3px 12px;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
}

.faixa-cinza{
    height: 40px;
    background-color: #F3F2F2;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -12;
}
.contatos_cab{
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    background-color: #F3F2F2;
}

.contatos_cab .item{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.contatos_cab .item svg{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 40px;
    color: #105A16;
}

.contatos_cab .item:not(.redes) svg{
    padding: 3px 8px;
    margin-right: 2px;
    border-right: 1px solid #105A16;    
}

.contatos_cab .item span{
    display: inline-block;
    vertical-align: middle;
    color: #105A16;
    font-size: 14px;
    line-height: 39px;
}

.contatos_cab .item span strong{
    font-size: 18px;
}

.contatos_cab a:focus span,
.contatos_cab a:hover span,
.contatos_cab a:focus svg,
.contatos_cab a:hover svg{
    color: #c33417;
    border-right-color: #72523E !important;
}

.contatos_cab .item.redes svg{
    height: 30px;
    width: 30px;
}




.btn_green{
    display: inline-block;
    max-width: 170px;
    width: 100%;
    background-color: #105A16;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0;
    border: none;
    padding: 13px 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_green.font-small {
    font-size: 16px;
}

.btn_green:not(:disabled):hover,
.btn_green:not(:disabled):focus{
    cursor: pointer;
    background-color: #73533E;
    color: #fff;
    outline: none;
}

.btn_green.vazado{
    border: 1px solid #f99034;
    background-color: transparent;
    color: #f99034;
}
.btn_green:not(:disabled):hover,
.btn_green:not(:disabled):focus{
    cursor: pointer;
    background-color: #f99034;
    border-color: #f99034;
    color: #fff;
    outline: none;
}

.btn_green.vazado svg,
.btn_green.vazado span{
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}

.btn_green.vazado svg{
    height: 20px;
    width: 20px;
    margin: 0 7px;
}

.btn_green.vazado span{
    width: calc(100% - 35px);
    text-align: left;
    font-weight: 700;
}

.btn_green.indisponivel,
.btn_green.indisponivel:focus,
.btn_green.indisponivel:hover{
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    color: #f99034 !important;
    background-color: transparent !important;
}

.btn_yellow{
    display: inline-block;
    max-width: 190px;
    width: 100%;
    line-height: 40px;
    font-weight: 700;
    background-color: #F99034;
    color: #fff;
    font-size: 19px;
    text-align: center;
    margin: 0;
    border: none;
    border-radius: 15px;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_yellow:not(:disabled):hover,
.btn_yellow:not(:disabled):focus{
    cursor: pointer;
    background-color: #fff;
    color: #E7B72A;
    outline: none;
}









.texto_int{
    margin-bottom: 50px;
}

.texto_int a{
    color: #0E72BC;
    text-decoration: none;
}

.texto_int a:hover,
.texto_int a:focus{
    color: #0E72BC;
    text-decoration: none;
}

.texto_int,
.texto_int span,
.texto_int li,
.texto_int p{
    text-align: justify;
    line-height: 150%;
}

.texto_int span span{
    color: inherit;
}











#sobre_home .btn_green{
    margin: 15px auto;
}









#feira_em_casa{
    text-align: center;
    padding: 25px 15px;
    background-color: #007547;
    align-items: center;
    justify-content: center;
}

#feira_em_casa svg,
#feira_em_casa h2,
#feira_em_casa h3{
    display: inline-block;
    vertical-align: middle;
    color: #eaf5e2;
}

/* #feira_em_casa h3{
    display: flex;
    align-items: center;
} */

#feira_em_casa h2{
    font-size: 25px;
    text-align: right;
}

#feira_em_casa h2 strong{
    display: block;
    font-size: 35px;
    line-height: 90%;
}

#feira_em_casa h3{
    font-family: 'Fira Sans', sans-serif;
    text-align: left;
    font-size: 20px;
    line-height: 190%;
    

}

#feira_em_casa h3 strong{
    font-family: 'Lilita One', cursive;
    padding: 10px;
    background-color: #F99034;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

#feira_em_casa svg{
    height: 50px;
    width: 50px;
    margin: 0 15px;
}

#feira_em_casa .whats{
    height: 30px;
    width: 30px;
    margin-left: 10px;
    margin-right: 0;
}






#cestas{
    padding-top: 50px;
}

.listagem_cestas{
    justify-content: center;
}

.listagem_cestas .item{
    margin-bottom: 50px;
}

.listagem_cestas .item .caixa{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_cestas .item .foto,
.listagem_cestas .item .conteudo{
    float: left;
    width: 100%;
}

.listagem_cestas .item .conteudo{
    display: block;
    padding: 25px;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 3px solid #DCDCDC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_cestas .item h2,
.listagem_cestas .item h4 strong{
    font-size: 28px;
    color: #F99035;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_cestas .item .caixa:hover h2{
    color: #C33417;
}

.listagem_cestas .item .caixa:hover h4 {
    color: #105A16;
}

.listagem_cestas .item .caixa:hover .conteudo {
    border-bottom-color: #105A16;
}

.listagem_cestas .item h3{
    font-size: 18px;
    margin-bottom: 30px;
}

.item .ver{
    display: inline-block;
    font-size: 15px;
    color: #F99034;
    border: 1px solid #F99034;
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.item .ver svg{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
    color: #F99034;
    height: 23px;
    width: 23px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.item .ver:hover,
.item .ver:focus{
    background-color: #F99034;
    color: #fff;
    outline: none;
}

.item .ver:hover svg,
.item .ver:focus svg{
    color: #fff;
}

.listagem_cestas .item h4{
    font-size: 33px;
    color: #AD4330;
    margin-top: 3px;
    margin-bottom: 15px;
    margin-right: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_cestas .item h4 small{
    font-size: 28px;
    font-weight: normal;
}

.listagem_cestas .item .fazer_pedido{
    float: right;
    margin-bottom: 12px;
}











#produtos{
    padding: 50px 0;
}

.listagem_produtos{
    justify-content: center;
}

#content_select_cidades .btn-secondary {
    margin: 0 3px;
    background-color: #fff;
    border: 1px solid #F99034;
    color: #F99034;
    border-radius: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#content_select_cidades .btn-secondary:hover,
#content_select_cidades .btn-secondary:not(:disabled):not(.disabled).active,
#content_select_cidades .btn-secondary:not(:disabled):not(.disabled):active{
    background-color: #F99034;
    color: #fff;
}

#content_select_cidades select{
    width: 250px;
    height: 40px;
    background-color: #fff;
    padding-left: 10px;
}

.listagem_produtos .item{
    margin-bottom: 60px;
}

.listagem_produtos .item .caixa{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 9px -8px #000;
}

.listagem_produtos .item .foto,
.listagem_produtos .item .conteudo{
    float: left;
    width: 100%;
}

.listagem_produtos .item .foto{
    position: relative;
    overflow: hidden;
}

.listagem_produtos .item .tag{
    position: absolute;
    width: 235px;
    padding: 0 15px 0 55px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    top: 20px;
    right: -25px;
    -ms-transform: rotate(29deg);
    -webkit-transform: rotate(29deg);
    transform: rotate(29deg);
    white-space: nowrap;                 
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 3;
    background-color: rgba(244, 67, 54, 0.8);
}

.listagem_produtos .item .conteudo{
    display: block;
    padding: 20px 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.content_valor_produto{
    position: relative;
    padding-top: 15px;
}

.content_valor_produto .valor_de{
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 14px;
    text-decoration: line-through;
    color: #777;
}

.listagem_produtos .item h2,
.listagem_produtos .item h4{
    font-size: 23px;
    color: #F99034;
    margin-bottom: 5px;
    min-height: 54px;
}

.listagem_produtos .item .caixa,
.listagem_produtos .item h2,
.listagem_produtos .item h4{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_produtos .item h4 {
    color: #C33417;
    letter-spacing: -0.9px
}

.listagem_produtos .item h4{
    font-size: 32px;
}

.listagem_produtos .item .caixa:hover h2{
    color: #C33417;
}

.listagem_produtos .item .caixa:hover h4 {
    color: #105A16;
}

.listagem_produtos .item h3{
    font-size: 17px;
    margin-bottom: 15px;
    min-height: 40px;
}

.listagem_produtos .item h3 a{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.listagem_produtos .item h3 a:hover{
    text-decoration: underline;
}

.listagem_cestas .cidade_produto,
.listagem_produtos .cidade_produto{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.listagem_produtos .item .conteudo hr{
    width: calc(100% + 20px);
    margin-left: -10px;
    border-top-color: 
}

.listagem_produtos .item .fazer_pedido{
    float: right;
    margin-bottom: 12px;
}






















#perguntas_respostas{
    padding-top: 100px;
    padding-bottom: 115px;
    background-color: #FBF4EE;
}

#perguntas_respostas .subtitle{
    margin-bottom: 20px;
}

#perguntas_respostas .subtitle h2,
#perguntas_respostas .subtitle svg{
    display: inline-block;
    vertical-align: middle;
}

#perguntas_respostas .subtitle svg{
    height: 55px;
    width: 55px;
    margin-left: 10px;
    color: #105A16;
}

#accordionPerguntas .item{
    margin-bottom: 1px;
}

#accordionPerguntas a{
    display: block;
    position: relative;
    padding: 15px 15px 15px 50px;
    background-color: #C33417;
    color: #fff;
}

#accordionPerguntas a:before,
#accordionPerguntas a:after{
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: calc(50% - 2px);
}

#accordionPerguntas a:after{
    width: 4px;
    height: 20px;
    left: 28px;
    top: calc(50% - 10px);
}

#accordionPerguntas a:not(.collapsed):after{
    opacity: 0;
}

#accordionPerguntas a h3{
    color: inherit;
    font-size: 16px;
    text-transform: uppercase;
}

#accordionPerguntas a.collapsed{
    background-color: #F3E9DF;
    color: #767168;
}

#accordionPerguntas a.collapsed:before,
#accordionPerguntas a.collapsed:after{
    background-color: #F99034;
}

#accordionPerguntas .resposta{
    padding: 20px 30px;
}








#sobre_home{
    padding: 130px 0 100px 0;
}

#sobre_home .subtitle h2{
    line-height: 100%;
}

#sobre_home .texto p{
    font-size: 16px;
}

#sobre_home .owl-theme .owl-dots {
    margin-top: 5px !important;
}















.iframe_contato{
    width: 100%;
    border: none;
    height: 412px;
}






























.subtitle{
    margin-bottom: 30px;
}

.subtitle h2{
    font-size: 35px;
    color: #F99034;
    font-weight: 300;
    line-height: 100%;
}

.subtitle h2 strong{
    display: block;
    font-weight: 800;
    line-height: 100%;
}

.subtitle.w_svg h2,
.subtitle.w_svg svg{
    display: inline-block;
    vertical-align: middle;
}

.subtitle.w_svg svg{
    height: 55px;
    width: 55px;
    margin-left: 10px;
    color: #105A16;
}

.subtitle.w_svg.left_svg svg{
    margin-left: 0;
    margin-right: 10px;
}




.center-nav .owl-prev,
.center-nav .owl-next{
    position: absolute;
    bottom: calc(50% - 16px);
    display: inline-block;
}
.owl-theme .owl-nav svg{
    height: 32px;
    width: 32px;
    color: #428A23;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover{
    outline: none;
    background: transparent;
    color: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover svg{
    color: #7FC646;
}
.center-nav .owl-prev{
    left: 2%;
}
.center-nav .owl-next{
    right: 2%;    
}
.owl-next{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-theme .owl-nav,
.owl-theme .owl-dots{
    margin-top: 0px !important;
}

.owl-theme .owl-dots button{
    outline-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border: 1px solid #BEAFA2;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #EEEBE8;
}


.btn_quadrado{
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    line-height: 35px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_quadrado:hover,
.btn_quadrado:focus{
    color: #FFF;
    background: rgba(255,255,255,0.1);
}

.btn_quadrado.h50{
    line-height: 50px;
    min-width: 215px;
}










#carousel_inicial .owl-carousel{
    position: relative;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;    
}

#carousel_inicial .owl-theme .owl-dots{
    margin-top: -30px !important;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
}






.link_conteudo h2{
    color: #00581b;
    padding: 15px;
    text-align: center;
}

.link_conteudo h3{
    color: #000;
    padding: 15px;
    text-align: center;
}

.foto_video_box{
    width: 100%;
    padding-bottom: 64.585%;
    background-color: #000;
    background-size: 100% ;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.foto_video_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.15);
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.foto_video_box.foto_int:hover:before{
    opacity: 0;
}

.foto_video_box:after{
    content: url(../images/youtube.png);
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 23px);
    z-index: 2;
}



































#breadcrumb{
    padding: 55px 0;
    position: relative;
    margin-bottom: 45px;
    background-color: #E6EFDA;
    background-image: url(../images/fundo_breadcrumb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 12px -7px #777;
}

#breadcrumb.with_busca{
    margin-bottom: 0 !important;
}

#breadcrumb p{
    color: #5A574E;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
}

#breadcrumb span{
    font-family: 'Lilita One', cursive;
    display: block;
    text-transform: uppercase;
    color: #389A40;
    font-size: 45px;
    line-height: 45px;
}


#busca_produtos{
    background-color: #389A40;
    margin-bottom: 45px;
    padding: 15px 0;
}

#busca_produtos form select{
    width: calc(100% - 310px);
    margin-right: 0px;
    height: 40px;
    padding-left: 15px;
    color: #105914;
    font-weight: 700;
    border-radius: 20px;
    border-color: transparent;
}

#busca_produtos form .btn_orange{
    padding: 0 60px;
    font-size: 16px;
}

#busca_produtos form .btn_orange svg{
    color: inherit;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#busca_produtos .col-cidade{
    text-align: right;    
}

#busca_produtos .col-cidade p{
    color: #fff;
    margin: 0;
}


.btn_orange{
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    background-color: #E89725;
    border: none;
    box-shadow: none;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    padding: 0 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_orange:not(:disabled):hover,
.btn_orange:not(:disabled):focus{
    background-color: #C33417;
    color: #fff;
}













.select2-container .select2-selection--single{
    height: 40px;
    border-radius: 20px;
    border-color: transparent;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #105914;
}
.select2-container--classic .select2-dropdown--below {
    padding-bottom: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    padding-right: 40px;
    color: #105914;
    font-weight: 700;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    height: 38px;
    width: 24px;
    right: 25px;
    background-color: transparent;
    background: none;
    background-image: none;
    border: none;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #105914 transparent transparent transparent;
    border-width: 8px 12px 0 12px;
    margin-left: -12px;
    margin-top: -4px;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #105914 transparent;
    border-width: 0 12px 8px 12px;
}



#btn_whats_fixed {
    position: fixed;
    right: 50px;
    bottom: 60px;
    z-index: 999;
    padding: 15px;
    border-radius: 50%;
    background: #00E676;
    cursor: pointer;
    animation: pulse 2s infinite;
}

#btn_whats_fixed::before,
#btn_whats_fixed::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 1px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    border: 3px solid #0BA360;
    animation: pulse2 2s infinite;
    opacity: 0;
}

#btn_whats_fixed::after{
    animation-delay: 0.4s;
}

#btn_whats_fixed svg{
    width: 30px;
    aspect-ratio: 1;
    color: #fff;
    float: left;
}

@keyframes pulse2 {
    0% { height: 1px; width: 1px; left: 50%; top: 50%; opacity: 0;}
    50% { height: 70px; width: 70px; left: -5px; top: -5px; opacity: 1;}
    100% { height: 70px; width: 70px; left: -5px; top: -5px; opacity: 0;}
}













.compartilhar{
    display: block;
    max-width: 470px;
    margin: 25px auto;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #D2D0CD;
    border-bottom: 1px solid #D2D0CD;
}

.compartilhar span{
    color: #73533E;
    font-size: 14px;
    line-height: 32px;
    margin-right: 3px;
}

.compartilhar svg{
    color: #105A16;
    height: 32px;
    width: 32px;
}

.compartilhar a:hover svg{
    color: #c33417;
}
















.link_anexo{
    display: block;
    background-color: #EEEEF2;
    color: #595959;
    font-size: 13px;
    padding: 3px 15px;
    position: relative;
    margin-bottom: 3px;
}

.link_anexo:hover{
    color: #A22A36;
}

.link_anexo p,
.link_anexo .download_anexo{
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    text-align: center;
}

.link_anexo p{
    width: calc(100% - 250px);
    text-align: left;
    padding: 10px 0;
    border-right: 1px dotted #BFBFBF;
    margin: 0;
}

.link_anexo .download_anexo svg{
    color: inherit;
    height: 25px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}













.listagem_default .item{
    margin-bottom: 50px;
}

.listagem_default .resumo{
    font-size: 15px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 42px;
}

.listagem_default .conteudo h2{
    font-size: 20px;
    line-height: 130%;
    color: #f9943b;
    margin-bottom: 5px;
}

.listagem_default .foto{
    position: relative;
    overflow: hidden;
}

.listagem_default .foto img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_default .foto:after {
    content: '';
    display: none;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 15px 3px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.listagem_default a:hover .foto:after {
    display: block;
    -webkit-animation: shine 0.4s 0s linear;
    -moz-animation: shine 0.4s 0s linear;
    animation: shine 0.4s 0s linear;
}

.listagem_default a:hover .foto img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.listagem_default a:hover .foto_video_box{
    background-size: 108%;
}

@keyframes shine {
    0% {opacity: 0; left: 2%;}
    50% {opacity: 0.3;}
    100% {left: 100%;}
}














.listagem_associados{
    margin-left: 0;
    margin-right: 0;
}

.listagem_associados .item{
    margin-bottom: 50px;
    padding: 0;
}

.listagem_associados .item a{
    display: block;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_associados h2{
    font-size: 23px;
    line-height: 130%;
    color: #f99034;
    margin-bottom: 5px;
    min-height: 90px;
    margin-bottom: 15px;
}

.listagem_associados h2 small{
    font-size: 14px;
}

.listagem_associados .foto{
    display: block;
    position: relative;
    height: 220px;
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 30px;
    border: 1px solid #EEEEEE;
}

.listagem_associados .foto img{
    height: 160px;
    max-width: 100%;
}

.listagem_associados a:hover{
    border-color: #DADADA;
    box-shadow: 0px 3px 10px -5px #696969;
}










.dados_associado{
    margin-bottom: 50px;
}

.dados_associado .infos,
.dados_associado .botoes{
    margin-bottom: 25px;
}

.dados_associado .infos{
    line-height: 180%;
}

.dados_associado .infos a:hover{
    color: #418A22;
}

.dados_associado .botoes .btn_green{
    padding: 10px 7px;
}

.dados_associado .logos_relacionados img{
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}



.fotos_associado{
    padding: 100px 0;
    background-color: #F5F5F4;
}

.fotos_associado .owl-theme .owl-nav{
    margin-top: 25px !important;
}



.produtos_associado{
    padding: 70px 0;
}







.titulo_int{
    font-size: 35px;
    color: #F99034;
    line-height: 110%;
    position: relative;
}

.titulo_int:after{
    content: '';
    display: block;
    width: 130px;
    background-color: #D2D0CD;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 8px;
}








.ver_mais_btn{
    color: #070707;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #A7A3A0;
    padding: 10px;
    text-align: center;
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ver_mais_btn:hover{
    color: #73533E;
    border-color: #73533E;
}












.subtitle_line h2{
    font-size: 28px;
    color: #f99034;
    display: inline-block;
    vertical-align: middle;
}

.subtitle_line p{
    font-size: 14px;
    margin-bottom: 0;
    color: #5B6C66;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

.subtitle_line:after{
    content: '';
    display: block;
    width: 30%;
    background-color: #D2D0CD;
    height: 3px;
    margin-bottom: 20px;
}









#dados_finalizar_pedido h3{
    font-size: 20px;
    color: #AD4330;
}

#dados_finalizar_pedido .conjunto{
    margin-bottom: 50px;
}

#dados_finalizar_pedido .conjunto .grey_box{
    padding: 20px;
    background-color: #F9F9F9;
    margin-bottom: 5px;
}

.item_pedido{
    padding: 10px 0;
}

.item_pedido .nom h4{
    color: #AD4330;
    font-size: 20px;
    margin-bottom: 5px;
}

.item_pedido .nom h5{
    color: #5B6C66;
    font-size: 16px;
}

.item_pedido .val p{
    margin-bottom: 0px;
}

.item_pedido .val span{
    font-size: 28px;
    color: #738880;
}

.item_pedido .val span strong{
    font-size: 33px;
    color: #AD4330;
}

.item_pedido .link_remover svg{
    display: block;
    width: 16px;
    height: 16px;
    margin: 10px auto;
    color: #ff0000;
    opacity: 0.7;
}

.item_pedido .link_remover:hover svg{
    opacity: 1;
}

.borda-suave {
    border: 1px solid #a8cf4570;
}

#inputs_enderecos_entrega .item{
    position: relative;
}

#inputs_enderecos_entrega .loading{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    cursor: progress !important;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

#dados_finalizar_pedido button[type="submit"]{
    max-width: 230px;
    margin: 15px auto;
    display: block;
}

.msg_finalizado{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.msg_finalizado svg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 100px;
    width: 100px;
    color: #73533E;
}

.msg_finalizado h2{
    font-size: 23px;
    color: #73533E;
    margin-bottom: 15px;
}
























.listagem_noticias .item{
    margin-bottom: 50px;
}

.listagem_noticias .texto{
    padding: 20px;
    display: block;
}

.listagem_noticias h2{
    text-transform: uppercase;
    color: #73533E;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 5px;
}

.listagem_noticias .texto .data,
.listagem_noticias .texto p{
    color: #060606;
    font-size: 15px;
}

.listagem_noticias .texto .detalhes{
    display: inline-block;
    font-size: 15px;
    color: #060606;
    border: 1px solid #A7A3A0;
    padding: 0 25px;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
}

.listagem_noticias .texto .detalhes svg{
    color: #807975;
    height: 40px;
    width: 20px;
    float: left;
    margin-right: 5px;
}

.listagem_noticias .texto .detalhes:hover,
.listagem_noticias .texto .detalhes:hover svg{
    color: #73533E;
}








.detalhes_noticia .infos{
    text-align: center;
    margin-bottom: 50px;
}

.detalhes_noticia .titulo_int:after{
    margin-left: auto;
    margin-right: auto;
}

.detalhes_noticia .resumo{
    font-style: italic;
    margin-bottom: 0;
}

.detalhes_noticia .espaco_fotos{
    margin-bottom: 100px;
}




#fotos_secao{
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}



footer{
    margin-top: 70px;
}

.index footer{
    margin-top: 0px;
}

footer .logos{
    background-color: #FAF9F8;
    padding: 25px 0;
}

footer .logos .owl-theme .owl-dots {
    margin-top: 10px !important;
}

footer .newsletter{
    background-color: #C33417;
    padding: 25px 0;
    text-align: center;
}

.subtitle_news h2,
.subtitle_news svg{
    display: inline-block;
    vertical-align: middle;
    color: #F99034;
    font-size: 28px;
}

.subtitle_news svg{
    height: 30px;
    width: 30px;
    margin-right: 5px;
    margin-top: -5px;
}

.subtitle_news p{
    font-size: 18px;
    color: #F2F3F8;
}

footer .newsletter input{
    display: inline-block;
    vertical-align: middle;
    background-color: #A22E2B;
    height: 40px;
    width: 230px;
    padding-left: 15px;
    border: none;
    border-radius: 15px;
    font-size: 15px;
    margin-left: 5px;
    color: #fff;
}

footer .newsletter input:focus{
    outline: none !important;
    box-shadow: 0 0 8px -3px #fff;
}

footer .newsletter ::placeholder {
    color: #fff;
    opacity: 1;
}
footer .newsletter :-ms-input-placeholder {
    color: #fff;
}
footer .newsletter ::-ms-input-placeholder {
    color: #fff;
}

footer .newsletter .btn_yellow{
    vertical-align: middle;
    margin: 5px;
}

.conteudo_rodape{
    padding: 15px 0;
    background-color: #FAF9F8;
    text-align: center;
}

.conteudo_rodape a,
.conteudo_rodape p,
.conteudo_rodape span{
    color: #105A16;
    font-size: 15px;
}

.conteudo_rodape .item{
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    margin-right: 18px;
    text-align: left;
}

.conteudo_rodape .item.logo img{
    height: 145px;
}

.conteudo_rodape .item h3{
    font-size: 14px;
    color: #F99034;
    margin-bottom: 0;
}

.conteudo_rodape .item h3:after{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #A65B16;
    margin-top: 5px;
}

.conteudo_rodape .item .svg_left{
    display: inline-block;
    vertical-align: middle;
    color: #F99034;
    height: 40px;
    width: 40px;
}

.conteudo_rodape .item:not(.logo) .conteudo{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 7px;
    border-left: 1px solid #D7D8E3;
}

.conteudo_rodape .item.contatos .conteudo{
    width: 230px;
}

.conteudo_rodape .item.endereco .conteudo{
    width: 240px;
}

.conteudo_rodape .item.endereco span{
    display: block;
}

.conteudo_rodape a.tel{
    font-size: 20px;
    line-height: 80%;
}

.conteudo_rodape a.tel strong{
    font-size: 32px;
}

.copyright{
    background-color: #007547;
    text-align: center;
    padding: 15px 0;
    position: relative;
    margin-bottom: 50px;
}

.copyright .container{
    position: relative;
}

.copyright p{
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.svg_webde{
    position: absolute;
    right: calc(50% - 22px);
    bottom: -48px;
    width: 43px;
    height: 13px;
    color: #73533E;
}

a:focus .svg_webde,
a:hover .svg_webde{
    color: #007547;
}

#to_top{
    display: inline-block;
    font-size: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    color: #007547;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0px 0px 5px -2px;
}

#to_top svg{
    color: inherit;
    width: 25px;
    height: 15px;
    display: block;
    margin: 0 auto;
}















.less-pad-row{
    margin-right: -7px !important;
    margin-left: -7px !important;
}

.less-pad-row>div{
    padding-right: 7px !important;
    padding-left: 7px !important;
}

:disabled,
.disabled{
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.m-b-0  { margin-bottom: 0px !important;   }
.m-b-5  { margin-bottom: 5px !important;   }
.m-b-10 { margin-bottom: 10px !important;  }
.m-b-15 { margin-bottom: 15px !important;  }
.m-b-20 { margin-bottom: 20px !important;  }
.m-b-25 { margin-bottom: 25px !important;  }
.m-b-30 { margin-bottom: 30px !important;  }
.m-b-35 { margin-bottom: 35px !important;  }
.m-b-40 { margin-bottom: 40px !important;  }
.m-b-45 { margin-bottom: 45px !important;  }
.m-b-50 { margin-bottom: 50px !important;  }
.m-b-55 { margin-bottom: 55px !important;  }
.m-b-60 { margin-bottom: 60px !important;  }
.m-b-65 { margin-bottom: 65px !important;  }
.m-b-70 { margin-bottom: 70px !important;  }
.m-b-75 { margin-bottom: 75px !important;  }
.m-b-80 { margin-bottom: 80px !important;  }
.m-b-85 { margin-bottom: 85px !important;  }
.m-b-90 { margin-bottom: 90px !important;  }
.m-b-95 { margin-bottom: 95px !important;  }
.m-b-100{ margin-bottom: 100px !important; }

.delay-1{ animation-delay: .1s; }
.delay-2{ animation-delay: .2s; }
.delay-3{ animation-delay: .3s; }
.delay-4{ animation-delay: .4s; }
.delay-5{ animation-delay: .5s; }
.delay-6{ animation-delay: .55s; }
.delay-7{ animation-delay: .6s; }
.delay-8{ animation-delay: .65s; }
.delay-9{ animation-delay: .7s; }
.delay-10{ animation-delay: .75s; }
.delay-11{ animation-delay: .8s; }
.delay-12{ animation-delay: .85s; }
.delay-13{ animation-delay: .9s; }
.delay-14{ animation-delay: .95s; }
.delay-15{ animation-delay: 1s; }
.delay-16{ animation-delay: 1.02s; }
.delay-17{ animation-delay: 1.04s; }
.delay-18{ animation-delay: 1.06s; }
.delay-19{ animation-delay: 1.08s; }
.delay-20{ animation-delay: 1.1s; }
.delay-21{ animation-delay: 1.12s; }
.delay-22{ animation-delay: 1.14s; }
.delay-23{ animation-delay: 1.16s; }
.delay-24{ animation-delay: 1.18s; }
.delay-25{ animation-delay: 1.2s; }

@media (min-width: 768px){
    .listagem_cestas .item .caixa:hover,
    .listagem_produtos .item .caixa:hover {
        border-color: #DADADA;
        box-shadow: 0 0 15px -8px #696969;
    }
    .item_pedido .qnt,
    .item_pedido .val{
        border-left: 2px solid #C5C5C5;
        min-height: 90px;
    }
    .item_pedido .val{
        border-right: 2px solid #C5C5C5;
    }
    .min_h_page{
        min-height: 430px;
    }

    .navbar{
        background-color: white;
    }

    .logos-parceiros .juntos{
        width: 50%;
    }

}

@media (min-width: 992px){
    .less_pad_l{
        padding-right: 5px;
    }
    .less_pad_r{
        padding-left: 5px;
    }
    .navbar-nav{
        align-items: baseline;
    }
    #navbarCollapse{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media (min-width: 1200px){
    .min_h_container{
        min-height: 229px;
    }
    #cabecalho:not(.compressed_nav) .navbar-nav{
        margin-bottom: 20px;
        border-bottom: 1px solid #D7D7D7;
    }
    .navbar-expand-lg {
        align-items: flex-end;
    }
    #carousel_inicial{
        min-height: 272px;
    }
}

@media (min-width: 1500px){
    .container{
        max-width: 1470px;
    }
    #carousel_inicial{
        min-height: 339px;
    }
}

@media (min-width: 1900px){
    #carousel_inicial{
        min-height: 430px;
    }
}

@media (max-width:1499px){
    #busca_produtos .col-cidade p{
        font-size: 14px;
    }
    .item .ver {
        line-height: 23px;
        font-size: 12px;
        border-radius: 15px;
        padding: 7px 12px;
        margin-bottom: 30px;
    }
    .btn_green{
        width: 160px;
    }
    .btn_green.vazado svg {
        margin: 0 3px;
    }
}



@media (min-width: 1200px) and (max-width:1499px){
    body{
        padding-top: 116px;
    }
 
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
        padding: 10px 13px;
    }
    .logo_cab .logo img {
        height: 85px;
    }
    .contatos_cab .item {
        margin-right: 13px;
    }
    .listagem_cestas .item .caixa {
        padding: 10px;
    }
    .listagem_cestas .item .conteudo{
        padding: 15px;
    }
    .listagem_cestas .item h2,
    .listagem_cestas .item h4 strong{
        font-size: 23px;
    }
    .listagem_produtos .item h2{
        font-size: 19px;
    }
    .listagem_produtos .item h3{
        font-size: 15px;
    }
    .listagem_default .conteudo h2{
        font-size: 16px;
    }
    .conteudo_rodape .item {
        margin-left: 15px;
        margin-right: 0;
    }
    .conteudo_rodape .item.logo {
        margin-left: 0;
    }
  
}

@media (min-width: 1366px) and (max-width:1499px){
    #carousel_inicial{
        min-height: 309px;
    }
}


@media (max-width:1199px){
    .select2-container--classic .select2-selection--single .select2-selection__rendered{
        font-size: 14px;
    }
    #busca_produtos form select{
        width: calc(100% - 240px);
    }
    #busca_produtos form .btn_orange{
        padding: 0 20px;
    }
    .compartilhar span{
        font-size: 12px;
    }
    .conteudo_rodape{
        text-align: center;
    }
    .conteudo_rodape .item{
        margin: 15px;
    }
    .conteudo_rodape .item .conteudo{
        text-align: left;
    }
    .conteudo_rodape .item.logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
    }

}



@media (min-width: 992px) and (max-width:1199px){
  
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding: 10px 10px;
    }
    body{
        padding-top: 96px;
    }
    .logo_cab .logo img {
        height: 65px;
    }

    .contatos_cab .item {
        margin-right: 10px;
    }
    .subtitle h2 {
        font-size: 30px;
    }
    .subtitle.w_svg svg{
        height: 40px;
        width: 40px;
    }
    .item_pedido .qnt,
    .item_pedido .val {
        padding-top: 10px;
    }
    .item_pedido .val span {
        font-size: 20px;
    }
    .item_pedido .val span strong {
        font-size: 23px;
    }
    #sobre_home .subtitle h2 {
        font-size: 38px;
    }
    #sobre_home .texto p {
        font-size: 15px;
    }
    .listagem_cestas .item .conteudo{
        padding: 15px;
    }
    .listagem_cestas .item h2,
    .listagem_cestas .item h4 strong,
    .listagem_cestas .item h4 strong{
        font-size: 23px;
    }
    .item .ver {
        font-size: 14px;
        padding: 7px 15px;
    }
    .listagem_default .conteudo h2{
        font-size: 16px;
    }
    .conteudo_rodape .item {
        margin: 15px 8px;
    }
}

@media (max-width: 991px){
    #busca_produtos .col-cidade p {
        font-size: 13px;
    }
    .entrega_sm{
        margin-bottom: 10px;
    }
    .iframe_contato{
        height: 250px;
    }
    .dados_associado{
        margin-bottom: 30px;
    }
    .produtos_associado{
        padding: 35px 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown.show .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link:focus,
    .navbar-expand-lg .navbar-nav .nav-link:active {
        background-color: transparent;
        color: #73533E;
    }
    #breadcrumb{
        padding: 30px 0;
        background-image: none;
    }
    #busca_produtos{
        margin-bottom: 30px;
    }
    #breadcrumb span{
        line-height: 120%;
    }
    .listagem_cestas .item h4 {
        font-size: 22px;
    }
    .conteudo_rodape .logo_rodape {
        height: 120px;
    }
    .dropdown-menu{
        margin-top: 8px;
    }
    .navbar-nav{
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: none;
        padding-right: 0;
        text-align: right;
        max-height: 400px;
        overflow: auto;
    }
    .contatos_cab{
        position: relative;
        top: unset;
        right: unset;
        margin: 15px 0;
        width: 100%;
        background-color: transparent;
    }
    .contatos_cab .item{
        margin-right: 15px;
    }
    .contatos_cab .item svg {
        margin-right: 10px;
    }
    #to_top{
        padding: 10px;
    }


}

@media (min-width: 768px) and (max-width: 991px){
    #busca_produtos form select{
        width: calc(100% - 80px);
    }
    #busca_produtos form .btn_orange svg{
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #feira_em_casa h3{
        font-size: 18px;
        min-width: 258px;
    }

    
    #feira_em_casa h2{
        font-size: 22px;
    }
    #feira_em_casa h2 strong {
        font-size: 31px;
    }
    #breadcrumb span{
        font-size: 35px;
    }
    #carousel_inicial{
        min-height: 174px;
    }
    body{
        padding-top: 81px;
    }
    .logo_cab .logo img,
    .compressed_nav .logo_cab .logo img {
        height: 50px;
    }
    .titulo_int {
        font-size: 26px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .listagem_itens .item_pedido:not(:last-child){
        border-bottom: 1px solid #cacaca;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .item_pedido .fot{
        margin-bottom: 10px;
    }
    .item_pedido .qnt{
        border: none;
        padding-top: 10px;
    }
    .subtitle h2 {
        font-size: 30px;
    }
    .subtitle.w_svg svg{
        height: 35px;
        width: 35px;
    }
    #sobre_home .subtitle h2 {
        font-size: 38px;
    }
    #sobre_home .texto p {
        font-size: 15px;
    }
    .listagem_cestas .item .conteudo{
        padding: 15px;
    }
    .listagem_cestas .item h2,
    .listagem_cestas .item h4 strong{
        font-size: 25px;
    }
    .item .ver {
        font-size: 14px;
        padding: 7px 15px;
    }
    .conteudo_rodape .item {
        margin: 10px 5px;
    }
    .conteudo_rodape .item.contatos{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .listagem_default .conteudo h2{
        font-size: 15px;
    }
    #to_top {
        right: unset;
        left: 10px;
        bottom: 10px;
    }

}

@media (max-width: 767px){
    .select2-container--classic .select2-selection--single .select2-selection__rendered{
        font-size: 12px;
    }
    .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
        font-size: 14px;
    }

   
    #busca_produtos .col-cidade p,
    #busca_produtos{
        text-align: center;
    }
    #busca_produtos .col-cidade p{
        margin-top: 15px;
    }
    #busca_produtos form select{
        width: calc(100% - 80px);
    }
    #busca_produtos form .btn_orange {
        padding: 0 10px;
    }
    #busca_produtos form .btn_orange svg{
        margin: 0;
    }
    .entrega_sm{
        margin-bottom: 15px;
        background-color: #fff;
        padding: 10px 0;
    }
    .contatos_cab .item.trocar{
        margin-top: 10px;
        text-decoration: underline;
    }
    .contatos_cab .item:not(.redes) svg{
        display: none;
    }
    .contatos_cab .item,
    .contatos_cab .item span,
    .contatos_cab .item span strong{
        display: block;
        line-height: 120%;
    }
    #escolherFixed .conteudo {
        padding: 30px;
        width: 96%;
        left: 2%;
    }
    footer .logos .owl-carousel .owl-item img{
        width: auto;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .listagem_default .resumo{
        min-height: unset;
    }
    .listagem_produtos .item h2,
    .listagem_produtos .item h4,
    .listagem_produtos .item h3{
        min-height: unset;
    }
    .listagem_produtos .item h2,
    .listagem_produtos .item h4{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .listagem_produtos .item{
        margin-bottom: 45px;
    }
    #feira_em_casa h3{
        font-size: 17px;
        min-width: unset;
    }

    #feira_em_casa .whats {
    
        margin-left: 1rem;
    }
    #feira_em_casa h2{
        font-size: 18px;
    }
    #feira_em_casa h2 strong {
        font-size: 22px;
    }
    #feira_em_casa h2,
    #feira_em_casa h3{
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    #feira_em_casa svg{
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown.show .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link:focus,
    .navbar-expand-lg .navbar-nav .nav-link:active {
        color: #fff;
    }
    .listagem_associados h2{
        min-height: unset;
    }
    .listagem_associados .item{
        margin-bottom: 30px;
    }
    .contatos_cab .item.redes svg{
        color: #fff;
        height: 25px;
        width: 25px;
    }
    .modal_cesta .quantidade{
        text-align: center;
        margin-bottom: 30px;
    }
    .modal_cesta .quantidade p{
        display: block;
    }
    #botao_carrinho {
        z-index: 2;
        right: unset;
        margin-top: 0;
        left: 50%;
        top: 1px;
    }
    #botao_carrinho a{
        padding: 7px;
    }
    #botao_carrinho a svg {
        display: inline-block;
        margin-bottom: 0;
        width: 30px;
        height: 30px;
    }
    #botao_carrinho .dropdown-menu{
        width: 210px;
        min-width: 210px;
        padding: 15px;
    }
    #botao_carrinho .dropdown-menu .item img{
        width: 80%;
    }
    .hidden-xs{
        display: none !important;
    }
    #cabecalho {
        border: none;
        background-color: #f99034;
    }
    .navbar-toggler svg {
        height: 23px;
        width: 23px;
        color: #fff;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        color: #fff;
    }
    .ui-pnotify-container{
        max-width: 300px !important;
    }
    #carousel_inicial{
        display: none;
    }
    #breadcrumb span{
        font-size: 21px;
    }
    .form-padrao input[type="radio"] {
        vertical-align: middle;
        height: 16px;
        width: 16px;
    }
    .subtitle{
        margin-bottom: 15px;
    }
    .fotos_associado{
        padding: 50px 0;
    }
    .subtitle_line h2 {
        font-size: 22px;
    }
    .listagem_itens .item_pedido:not(:last-child){
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #cacaca;
    }
    .item_pedido .nom h4{
        margin: 10px 0;
    }
    .item_pedido .qnt,
    .item_pedido .val{
        text-align: left !important;
    }
    .item_pedido .qnt p,
    .item_pedido .val p{
        display: inline-block;
        margin: 0;
    }
    .item_pedido .val span{
        font-size: 20px;
    }
    .item_pedido .val span strong{
        font-size: 23px;
    }
    #sobre_home {
        padding: 35px 0;
    }
    p{
        font-size: 15px;
    }
    .btn_green{
        max-width: 170px;
        line-height: 25px;
        padding: 5px;
        font-size: 16px;
    }
    .btn_green.vazado span{
        font-size: 14px;
        line-height: 100%;
    }
    .item .ver {
        font-size: 13px;
        border-radius: 10px;
        padding: 5px 10px;
        margin-bottom: 20px;
    }
    .item .ver svg{
        height: 19px;
        width: 19px;
    }
    .listagem_produtos .item .caixa,
    .listagem_cestas .item .caixa{
        padding: 0;
        border: none;
    }
    .listagem_cestas .item .foto{
        margin-bottom: 10px;
    }
    .listagem_cestas .item .conteudo{
        padding: 0 5px 20px 5px;
        margin-bottom: 0;
    }
    .listagem_cestas .item h2,
    .listagem_cestas .item h4,
    .listagem_cestas .item h4 strong {
        font-size: 25px;
    }
    .listagem_cestas .item h2 small,
    .listagem_cestas .item h4 small {
        font-size: 18px;
    }
    .listagem_cestas .item h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    #cestas{
        padding-top: 30px;
    }
    #produtos{
        padding: 30px 0;
    }
    #perguntas_respostas{
        padding: 50px 0;
    }
    .subtitle_news p {
        font-size: 15px;
    }
    footer .newsletter {
        padding: 35px 0;
    }
    footer .newsletter input{
        margin: 0 0 10px 0;
        width: 75%;
    }
    .subtitle.w_svg svg{
        display: none;
    }
    #accordionPerguntas a {
        padding: 10px 10px 9px 50px;
    }
    #accordionPerguntas .resposta{
        padding: 15px;
    }
    #sobre_home {
        padding: 50px 0;
    }
    #sobre_home .subtitle h2 {
        font-size: 27px;
    }
    #sobre_home .texto p {
        font-size: 14px;
    }
    .subtitle_news h2{
        font-size: 24px;
    }
    footer{
        margin-top: 40px;
    }
    .conteudo_rodape .item {
        display: block;
        margin: 20px 0;
    }
    .conteudo_rodape .item .svg_left{
        display: none;
    }
    .conteudo_rodape .item .conteudo{
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        text-align: center;
        width: 100% !important;
        display: block !important;
    }
    .conteudo_rodape .item h3:after{
        margin-left: auto;
        margin-right: auto;
    }
    body{
        padding-top: 49px;
    }
    .logo_cab .logo img{
        height: 35px;
        margin: 7px 30px 7px 0;
    }
    .compressed_nav .logo_cab .logo img{
        height: 35px;
    }
    .subtitle h2{
        font-size: 22px;
    }
    .redes span{
        font-size: 14px;
    }
    .dropdown-menu{
        overflow: auto;
        max-height: 335px;
    }
    .dropdown-item {
        padding: 6px 15px;
    }
    .foto_video_box:after {
        content: '';
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        height: 40px;
        width: 40px;
        background: url(../images/youtube.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .listagem_default .conteudo h2{
        font-size: 15px;
    }
    .conteudo_rodape span {
        font-size: 14px;
    }
    .conteudo_rodape a.tel{
        font-size: 18px;
    }
    .conteudo_rodape a.tel strong {
        font-size: 23px;
    }
    #to_top {
        bottom: 5px;
        left: 5px;
        right: unset;
    }
    .copyright p{
        font-size: 13px;
    }
    .listagem_default .item{
        margin-bottom: 25px;
    }
    .link_anexo{
        padding: 15px 10px;
    }
    .link_anexo p,
    .link_anexo .download_anexo{
        display: block;
        width: 100%;
        text-align: left;
    }
    .link_anexo p{
        text-align: left;
        padding: 0 0 5px 0;
        border-right: none;
        border-bottom: 1px dotted #BFBFBF;
        margin: 0 0 15px 0;
    }
    .link_anexo .download_anexo{
        text-align: center;
    }
    .dropdown-item,
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 7px 15px;
    }
    .button_svg_large{
        width: 90%;
        margin: 20px 5%;
    }
    .titulo_int{
        font-size: 22px;
        margin-top: 10px;
    }
    .compartilhar{
        margin-top: 15px;
    }
    .compartilhar span{
        line-height: 25px;
        font-size: 12px;
    }
    .compartilhar svg{
        width: 25px;
        height: 25px;
    }
    .form-padrao button{
        display: block !important;
        margin: 15px auto !important;
    }
    .dropdown-menu{
        left: unset;
        right: -25px;
        width: 250px;
    }
    .capa_int,
    .capa_int.left{
        width: 90%;
        float: none;
        display: block;
        margin: 0 auto 15px auto !important;
    }

}