.mbr-overlay{
    display: none;
}


/**** topo ****/

.carousel {
    max-height: 310px;
    border-top: 38px solid #4a883f;
}
.cid-scKvIj95tr .navbar {
    background: #4a883f;
}

.cid-scPAQlTbCq H1 {   color: #4a883f; }
.cid-scKJGJ0HPC H2 {   color: #4a883f; }
#header16-b strong{  color: #4a883f; }
.cid-scMv7VQCxg {  background-color: #4a883f; }



.cid-scPAQlTbCq {
    padding-top: 60px;
    padding-bottom: 7%;
    background-color: #d9e6d6;
}


/**** produtos ****/
.bt_edita_descricao{      position: absolute;
    right: 0;
    background: #fdb813;
    padding: 5px;
    border-radius: 3px; 
    cursor: pointer;
    margin-top: -50px;
    z-index: 20;
}

.img_produto_grande{   width: 100%;    margin: 3px auto; }
.editar_descricao {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    border-top: 3px solid black;
    z-index: 2;
    display: none;
    max-height: 100%;
    overflow: auto;
    box-shadow: 0 0 23px #0000008c;
    padding: 2%;
}

.botoes_produto {
    position: absolute;
    bottom: -110px;
    width: 100%;
    background: #fff;
    padding: 5px;
    transition: all 0.3s;
    left: 0;
    right: 0;
}
.produto_da_lista:hover .botoes_produto {
    bottom: 0;
}
.produto_da_lista .bt_padrao{ width: 100%;}
.bt_padrao{
    background: #4a883f;
    border-color: #306826;
    color: #fff;
    padding: 10px 15px;
    margin: 8px 4px;
    display: block;
    text-align: center;
    border-radius: 4px;
}
.bt_padrao:hover{ opacity: 0.9; color: #fff; }
.bt_detalhes{ background: #fdb813; color: #306826;}
.bt_detalhes:hover{  color: #1f4e16; }
.bt_whats{}
@media (max-width: 580px){
    .botoes_produto{position: relative; bottom: 0;}
    .produto_da_lista .bt_padrao{ width: 46%;   display: inline-block;}    
}


.produto_da_lista .img_p img{ width:100%; height:auto;}
.produto_da_lista .img_p{ }
.produto_da_lista h3{
	font-weight: 600; 	
	font-size: 1.6rem; 
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
    color: #49883f;
}
.bt_comprar{
	background: #49883f;
	color: #fff;
    display: inline-flex;
    margin: auto;
    text-align: center;
	line-height: 45px;
    padding: 0 15px;	
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
}
.bt_comprar:hover{  background: #2e5527 !important; color:#fbb900; }
.bt_comprar:hover::before{ background: #fbb900; }

.bt_comprar::before{
	color: #293234;
    background: #ffa000;
    font-size: 25px;
    padding: 0 10px;
	margin-left: -15px;
    margin-right: 15px;
    font-family: 'Socicon' !important;
}
.produto_da_lista{
    text-align:center;
    padding-bottom: 30px;
    overflow: hidden;
}
#lista_produtos{	max-width: 1500px;}


#mce_features3-2_0 .mbr-section-btn{ display: none;}

img#logo_capa {
    /* margin-top: -200px; */
    height: auto;
    max-width: 45%;
    margin-top: -20%;
    width: 240px;
}
.carousel-indicators{ display: none;}

.cid-scKxGweVkH .card-box { padding: 0 1.8rem; }


.wrapp_botoes_categoria {
    text-align: center;
    background: #4a883f;
    margin-bottom: 3%;
    border-top: 2px solid #fdb813;
}

.wrapp_botoes_categoria .btn-primary-outline, .wrapp_botoes_categoria .btn-primary-outline:active {
    background: #2e552740;
    border-color: transparent;
    color: #fff;
    padding: 0.5% 1%;
    margin: 8px 4px!important;
}
.wrapp_botoes_categoria .btn-primary-outline:hover, .wrapp_botoes_categoria .btn-primary-outline:focus {
    background: #5eae50;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px #00000026;
}
.wrapp_botoes_categoria .btn-primary-outline.active {
    background-color: #fdb813;
    color: black;
    cursor: auto;
}


#footer7-8 {
    padding-bottom: 60px;
}
/* 
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active {
    color: #ffffff;
    background-color: #4a883f;
    border-color: #347628;
}
.btn-primary-outline, .btn-primary-outline:active {
    background: #dbaf1b;
    border-color: #1b660d;
    color: #0d5200;
} 
*/

@media (max-width: 767px){
    .wrapp_botoes_categoria .btn {
        font-size: 1.0rem !important;
        padding: 0.5rem 1.2rem;
        margin: 0.4rem 0.4rem !important;
    }
}
@media (max-width: 600px){
    .wrapp_botoes_categoria .btn {
        min-width: 45%;
    }
}
@media (max-width: 400px){
    .wrapp_botoes_categoria .btn {
        min-width: 95%;
    }
}

/*  maps  */
.cid-rQpS73XPfo .google-map {
    height: 25rem;
    position: relative;
}
.cid-rQpS73XPfo .google-map iframe {
    height: 100%;
    width: 100%;
}



.fancybox-slide--html .fancybox-close-small{background: #ffa0008c;}
