@charset "UTF-8";
/* CSS Header, Footer e Variáveis */

/*FONTES*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,bold,bolditalic');

/*ESTILOS GERAL*/
* { margin: 0; padding: 0; border: 0; outline: none !important; text-decoration: none !important;  font-family: 'Open Sans', sans-serif; }
body{ min-width: 320px;}

.txt_center { text-align: center;} 
.container-fluid,  .MenuDesktop, .diferenciais, footer{ max-width: 1920px; margin: 0 auto;}
.maxWidth{ position: relative; display: block; margin: 0 auto; max-width: 1280px;}


/**
 * <div class="whatsapp-plug-icon" data-number="" data-message=""></div>
 **/
.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 20px; right: 20px; width: 50px; height: 50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #44A01C; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url("whats.svg"); background-size: 50% auto;}
.whatsapp-plug-icon:hover{background-color: #86e25e;}
.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #44A01C; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-plug-icon::after{animation-delay: .5s;}
.whatsapp-plug-icon:hover::after{border: 4px solid #86e25e;}
.whatsapp-plug-icon:hover::before{border: 4px solid #86e25e;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


/*FOOTER DO SITE*/
.DV_Newsletter{ background-color: #36544d; font-family: 'Open Sans', sans-serif; font-size: 16px; text-align: center; font-weight: bold; color: #f56348; padding: 10px;}
.newsTit{clear: left; display: block; color: #fff;}
#btn_NewsFooter{ -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background-color: #f56348; color: #fff; font-weight: normal; font-size: 12px; line-height: 35px; position: relative; display: inline-block; margin-left: -4px; padding: 0 20px; top: -1px; }

#input_News{ width: 75%; font-family: 'Open Sans', sans-serif;  font-weight: normal; padding: 0 10px 0 10px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: none; display: inline-block; margin-top: 5px; height: 35px; line-height: 35px;}
footer{ background-color: #4b7a70; font-family: 'Open Sans', sans-serif; padding: 10px 0 10px 0; }
footer h3{ font-family: 'Open Sans', sans-serif;  font-weight: bold; font-size: 16px; text-align: center; color: #fff;}
.telefone_Footer{ font-family: 'Open Sans', sans-serif;  font-weight: bold; font-size: 14px; text-align: center; color: #fff;}
.footer_after{ font-family: 'Open Sans', sans-serif;  font-size: 10px; text-align: center; padding: 15px;}
#logoVBWP { position: relative; display: block; margin: 10px auto; width: 40px;  }
.duvidas_footer{ color: #fff; line-height: 35px;  font-family: 'Open Sans', sans-serif;  font-size: 14px;}
a.link_duvidas:link,  a.link_duvidas:visited {font-size: 14px; color: #fff; font-weight: 600;}
a.link_duvidas:hover, a.link_duvidas:active { color: #d2613a;}
.footerULT{ background-color: #FFFFFF;}
.faixaBNDS{  font-family: 'Open Sans', sans-serif; color: #005489; text-align: center; font-size: 16px; padding: 10px; display: none;}
.faixaBNDS img{ vertical-align: middle; display: none;}

a.link_socialFooter:link,  a.link_socialFooter:visited {font-size: 36px; display: inline-block;  margin: 5px; color: #fff;}
a.link_socialFooter:hover, a.link_socialFooter:active { color: #d2613a;}
.DV_centraliza { text-align: center; } /* elementos tem que estar com display: inline-block*/
.facebook_Plugin { position: relative; width: 290px; margin: 0 auto; border-bottom: 1px solid #fff; }
#avisosNews{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; display: none; line-height: 100px; font-family: 'Open Sans', sans-serif; font-size: 12px; }
.subtitulo_footer { display: none;  }
.img_pagamentoMobile { display: block; margin: 10px auto; width: 95%; max-width: 380px;}
.img_pagamento {display: none;}
.img_seg_footer{ height: 40px; text-align: center; padding: 7px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #fff;}
.desenvolvido{font-family: 'Open Sans', sans-serif;  font-weight: 600; font-size: 8px; text-align: center; color: #666666;}
.grupo_seg { text-align: center; }

/*HEADER*/
header{ background-color: #42515A; }
.logotipo { display: block; margin: 5px auto 10px; width: 150px;}
.Pesquisa{ width: 75%; float: left; border: 1px solid #fff; border-right: none; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;  font-family: 'Open Sans', sans-serif;  font-size: 12px; height: 30px; line-height: 30px; margin-bottom: 10px; padding: 0 10px 0 10px;}
.btn_pesquisar { -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; width: 25%; height: 30px; line-height: 30px; border: none; background-color: #42515A; color: #fff; text-align: center; margin-bottom: 10px; border: 1px solid #fff; border-left: none; font-size: 12px;}

/*MENU*/
.MenuDesktop{ display: none;}
.linksTopoB{ display: none; }

/*PRODUTOS*/
.ListaProdutos { width: 100%; height: auto; list-style: none;}
.ListaProdutos li { position: relative; display: inline-block; width: 50%; float: left; margin: 15px auto; padding: 5px;}
.ftProd{ position: relative; width: 100%; height: auto; clear: both;}
.ftProd img {  display: block; width: 100%; height: auto; max-height: 229px; max-width: 229px; margin: 0 auto;}
.refProd{ display: block; line-height: 20px; font-family: 'Open Sans', sans-serif; font-size: 10px; color: #42515A !important; text-align: center; margin: 5px 0 0 0; font-weight: 600; }
.nomeProd{ width: 100%; height: 60px; line-height: 20px; font-family: 'Open Sans', sans-serif; font-size: 12px; color: #666 !important; text-decoration: none !important; text-align: center; font-weight: 300; overflow: hidden;}
.nomeProd p{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  }


a.LinkTitProd:link,  a.LinkTitProd:visited { font-family: 'Open Sans', sans-serif; font-size: 24px; display: inline-block;  margin: 5px; color: #42515A;}
a.LinkTitProd:hover, a.LinkTitProd:active { color: #486E6D;}

.TitPAG { font-family: 'Open Sans', sans-serif; font-size: 28px; display: block; padding: 10px 20px;  margin: 10px; color: #42515A; border-bottom: 1px solid #ccc; margin-left: 0px; padding-left: 0px; }

/* FOOTER DO CARRINHO */
.CarrinhoFooter{ position: relative; clear: both;  bottom: 0; width: 100%; height: auto; background-color:rgba(207,207,207,0.2);}

/* PRODUTO*/
/*EXIBE PRODUTOS*/
.tituloProdCompra { margin: 0; padding: 0; }
.FundoBrancoImgProd { position: relative; width: 100%; height: auto; background: #FFF; }
.FundoImgProd { width: 100%; max-width: 320px; height: auto; display: block; margin: 0 auto 0; }
.ImgExibeProdDesktop { display: none; }
.ImgExibeProd, .InfoExibe { position: relative; width: 100%; height: auto; display: block; margin: 0 auto 0; }
.ImgExibeProd { background: #FFF; margin-top: 15px; } .ImgExibeProd img { width: 100%; max-width: 400px; height: auto; display: block; margin: 0 auto 0; }
.InfoExibe { max-width: 100%; overflow: hidden; margin: 10px auto 10px; padding: 10px 0 15px 0; background: #FFF; color: #000; font-weight: bold; }
.InfoProd { position: relative; width: 100%; height: auto; }
.PrecoExibeProd { text-align: left; margin: 0; }
.preco { color: #333; font-weight: 400; }
.precopqn { font-size: 10px; margin-right: 10px; font-weight: 800; color: #32418f ; } .PrecoGrande { font-size: 28px; color: #32418f  !important; font-weight: bold; }
a.BtnComprar:link, a.BtnComprar:visited { line-height: 50px; font-size: 16px; background: green; color: #FFF; display: block; text-align: center; }
.Parcela { font-weight: 400; border-top: 1px solid #ebebeb; color: #000; text-align: left; padding: 10px 15px 10px 15px; margin: 0; }
.CEP { padding: 15px 10px 0 10px; border-top: 1px solid #ebebeb; } .CepInput, .ButtonOk { position: relative; height: 35px; color: #666; }
.CepInput { width: 77%; padding: 0 20px 0 20px; color: #000; border: 1px solid #CCC; } .ButtonOk { width: 21%; background: #ddd; }
.Relacionados { color: #6A8207 !important; font-size: 36px; font-weight: 400; }
.DescricaoProd { position:relative; display:block; background: #FFF; padding: 10px; height: auto; overflow: hidden; margin-bottom: 20px;  }
.DescricaoProd h1 { color: #42515A;  font-size:24px;  border-bottom: 1px solid #EEE; padding-bottom:10px; font-weight:normal;}
.DescricaoProd p { font-size: 16px; }
.DescricaoProd img { max-width: 100% !important; height: auto !important; margin: 10px auto 10px !important; display: block; }
.DescricaoProd iframe { position: relative !important;  width: 100% !important; height: 300px !important; margin: 10px auto; }
.compProd{ font-family:"Open Sans"; font-size:11px; text-align:center;}
.compProd i{ font-size: 22px; margin: 5px 1px; cursor: pointer;}
.compProd i:hover{ opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity:0.7;}
.compProd i:nth-of-type(1){ color: #305891;}
.compProd i:nth-of-type(2){ color: #5abbdc;}
.compProd i:nth-of-type(3){ color: #c82828;}
.compProd i:nth-of-type(4){ color: #ccc;}
.fb-like iframe{ margin-top: 0px !important;}
.breadcrumb li a:link, .breadcrumb li a:visited { color: #486E6D; }
.sliderProdMin{ display:none;} 

.semprod { position: relative; line-height: 100px; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #333; text-align: center; }

/*CONTATO*/
.contato_div { position: relative; width: 100%; height: auto; overflow: hidden; padding: 15px 15px 20px 15px; }
.imgContato { display: none; }
.txtContato { font-family: 'Open Sans', sans-serif;  color: #9B9B9B; font-size: 20px; font-weight: 300; line-height: 15px; text-align: center; }

/*DIFERENCIAIS*/
.diferenciais{ display: none; position: relative; width: 100%; background-color: #000;  font-family: 'Open Sans', sans-serif; font-size: 16px; color: #fff; text-align: left; padding: 10px 0; line-height: 50px; }
.diferenciais img{ display: inline-block; margin-right: 10px; height: 45px; width: auto; float: left; }
.diferenciais div div:nth-of-type(3){ line-height: 25px;}
.diferenciais div div:nth-of-type(3) span{ color: #F2B600; }
 .diferenciais div div:nth-of-type(4){ line-height: 20px; padding-top: 10px;}
.diferenciais div div:nth-of-type(4) span{ color: #F2B600; font-size: 12px; line-height: 30px;}
.diferenciais div div:nth-of-type(4) img{ margin-top: -10px;}
.diferenciais div div:nth-of-type(4) a { color: #F2B600 !important; text-decoration: none !important; }
.diferenciais div div:nth-of-type(4) a:hover { color: #fff !important; text-decoration: none !important; }


.logoHome{ display: block; margin: 15px auto; width: 130px;}
.backgroundHome{ background-color: #000; background-image:url(../imgs/fundo_home_lotus.jpg); background-size: cover; background-position: center bottom; }
a.linkMenuLateralCli:link, a.linkMenuLateralCli:active, a.linkMenuLateralCli:visited{ color: #42515A !important;}

@media (min-width: 480px) {
	
	.Pesquisa, .btn_pesquisar{ height: 40px; line-height: 40px; }
	/*EXIBE PRODUTOS*/
	.DescricaoProd iframe {  height: 300px !important; }
	
}


@media (min-width: 768px) {

	
	/*FOOTER DO SITE*/
	#btn_NewsFooter{ margin-left: -4px; padding: 0 30px; top: -1px; cursor: pointer !important; z-index: 1; }
	footer{ padding-bottom: 40px;}
	.newsTit { clear: none; display: inline-block;}
	.newsText{ display: block;  margin-top: 10px;}
	footer h3, .telefone_Footer, .footer_after{ text-align: left !important; }
	.footer_after{  line-height: 40px; }
	#logoVBWP { float: none; margin-left: 10px; display: inline-block;}
	#logo_Footer {  max-width: 90%; margin: 0 auto; margin-top: 20px; }
	.telefone_Footer{ font-weight: normal; }
	.menu_Footer { list-style: none; padding: 10px 0px; }
	.menu_Footer li{ width: 100%; float: left; padding: 5px 5px;  }
	.menu_Footer li i { color: #fff; font-size: 12px;}
	
	.menu_Footer li a { font-family: 'Open Sans', sans-serif;  font-size: 14px; color: #fff; text-decoration: none; padding: 10px 0; }
	.menu_Footer li a:hover { font-family: 'Open Sans', sans-serif;  font-size: 14px; color: #d2613a; text-decoration: none; padding: 10px 0; }
	.subtitulo_footer { display: block; font-family: 'Open Sans', sans-serif;  font-weight: bold; font-size: 14px; color: #666666; margin-top: 15px; }
	.img_pagamento {display: block; width: 90%;}
	.img_pagamentoMobile {display: none;}
	.grupo_seg { text-align: left; }
	.duvidas_footer{ color: #fff;  padding-right: 60px;}
	#avisosNews{ line-height: 50px; }
	.Pesquisa{ width: 80%; margin-top: 30px;}
	.btn_pesquisar{ width: 20%; margin-top: 30px;}
	
	/*TTOPO*/
	.linksTopoB{ display: block;}
	.linkTP{ display: none;}
	.telefoneTP{ font-family: 'Open Sans', sans-serif;  font-size: 12px; color: #4b7a70; line-height: 30px; }
	.nomeTelTopo{ color: #000; }
	a.linkIconTopo:link,  a.linkIconTopo:visited {font-size: 28px; display: inline-block; color: #fff; margin: 30px 10px 0 10px;  }
	a.linkIconTopo:hover, a.linkIconTopo:active { color: #fff;}
	.logotipo { display: block; margin: 5px auto 10px 50px; width: 140px;}
	
	/* PRODUTOS */
	.ListaProdutos li { width: 33%;}
	
	.alinhaEsquerda{ text-align: left;}
	.facebook_Plugin{ margin: 0 0 0 0;}
	
	.imgContato { position: relative; display: block; margin: 0 auto 0; max-width: 90%; width: auto; max-height: 375px; }
	

	


}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 992px) {
	
	/*MENU*/
	.MenuDesktop{ display: block; width: 100%;  background: #4b7a70; height: 50px;}
	.menuTodos{ width: 24.5%; line-height: 40px; color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 14px; text-align: center; cursor: pointer; float: left; background-color: #3b5e56; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-top: 5px; margin-right: 0.5%; }
	.menuTodos:hover{  line-height: 50px;  background-color: #3b5e56; margin-top: 0; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  }
	.menuTodos i { color: #fff; margin-right: 10px; }
	.MenuPrincipal{position: relative; width: 100%; float: left; height: 50px; margin-top: 70px;  }
	.MenuPrincipal ul { list-style: none; display: inline-block; line-height: 50px; }
	.MenuPrincipal ul li { float: left; line-height: 15px; height: 30px; border-right: 1px solid #fff;      }
	.MenuPrincipal ul li a img{  margin: 0 auto; width: auto; max-width: 100%; height: 35px; display: block; margin: 0 auto; }
	a.link_menuP:link, a.link_menuP:active, a.link_menuP:visited { float: left; font-family: 'Open Sans', sans-serif;  text-decoration: none !important; color: #fff; font-size: 14px;  line-height: 30px; padding: 0 20px; font-weight: 300; text-transform: uppercase; }
	
	a.link_menuPLanc:link, a.link_menuPLanc:active, a.link_menuPLanc:visited { float: left; font-family: 'Open Sans', sans-serif;  text-decoration: none !important; color: #fff; background-color: #d2613a; font-size: 12px;  line-height: 50px; padding: 0 20px;  }
	
	
	
	.MenuPrincipal ul li:hover {  background-color: #486E6D;  }
	/*	.MenuPrincipal ul li:hover img{-webkit-filter: invert(100%);
   -moz-filter: invert(100%);
    -ms-filter: invert(100%);
     -o-filter: invert(100%);
filter: invert(100%); }*/
	.submenuP{ display: none; position: absolute; width: 200px; height: auto; background-color: #486E6D; z-index: 100;  padding: 10px 5px;  top: 30px; }
	a.linksubP:link, a.linksubP:active, a.linksubP:visited {  font-family: 'Open Sans', sans-serif; display: block; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  }
	a.linksubP:hover{ padding-left: 25px; background-color:#42515A; color: #fff; }
	.MenuPrincipal ul li:hover .submenuP { display: block;}
	.submenuTodos{ display: none; position: absolute; left: 0; width:80%; height: auto; background-color: #3b5e56; top: 50px; z-index: 100; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 10px 5px; }
	.menuTodos:hover .submenuTodos { display: block;}
	.linksubT > img { margin-right: 10px; height: 25px;}
	a.linksubT:link, a.linksubT:active, a.linksubT:visited {  font-family: 'Open Sans', sans-serif; display: block; width: 33%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; margin-bottom: 10px;}
	a.linksubT:hover{ padding-left: 5px; background-color: #4b7a70; color: #fff; }
	#avisosNews{ line-height: 40px; }
	
	
	
	/*esconde menu*/
	.escondeMenu-7, .escondeMenu-8, .escondeMenu-9, .escondeMenu-10, .escondeMenu-11, .escondeMenu-12 { display: none;}
	
	/*TOPO*/
	.linksTopoB{ margin-top: 10px;}
	a.linkTP:link,  a.linkTP:visited { display: inline-block; font-family: 'Open Sans', sans-serif;  font-size: 12px; color: #000; line-height: 30px;  padding: 0 5px;}
	a.linkTP:hover, a.linkTP:active { color: #3b5e56;}
	
	a.linkEntreT:link,  a.linkEntreT:visited { display: block; font-family: 'Open Sans', sans-serif;  font-size: 12px; color: #333333;font-weight: 300; }
	
	.Carrinho{ width: 30%; margin-top: 40px; }
	.Carrinho i{  display: inline-block; font-size: 30px;  color: #d2613a; text-align: center;}
	.MinhaConta{ width: 69%; margin-right: 1%; color: #4b7a70; font-family: 'Open Sans', sans-serif;  font-size: 12px; margin-top: 40px; font-weight: bold;}
	.MinhaConta i{ float: left; display: inline-block; font-size: 30px; margin-right: 5px; color: #d2613a;}
	.ItensCarrinho{ position: absolute; width: 20px; height: 20px; margin-left: 20px; margin-bottom: 5px; background-color: #4b7a70; color: #fff;  border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; bottom: -10px; text-align: center; line-height: 20px; overflow: hidden;  font-family: 'Open Sans', sans-serif; font-size: 10px;}
	.logotipo { display: block; margin:30px auto 30px; width: 160px;}
	
	.MinhaConta:hover   .SubMinhaConta{ display: block;}
	
	.SubMinhaConta { display:none; position:absolute; background-color: #fff; border: 1px solid #830303;  border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px; -webkit-border-radius: 10px 0px 10px 0px;  width: 200px; height:160px; z-index:20; padding: 10px; cursor:default; }
	a.linkCLiLogado:link, a.linkCLiLogado:active, a.linkCLiLogado:visited { display:block; line-height:30px; text-decoration:none; float:none !important; text-align:left; font-size:12px !important; background-color: #FFF; margin: 10px 0 0 0; color:#333; padding-left: 18px; }
	a.linkCLiLogado:hover{ text-decoration: none; background-color: rgba(0,0,0,0.6); color:#fff;}
	a.sair:link, a.sair:active, a.sair:visited{ background: #FFF; color:#333;}
	a.sair:hover{ background-color:rgba(192,6,9,0.8); color: #FFF; }
	.SubMinhaConta i { position: relative; float: left; left: 1px; top: 8px; font-size: 14px !important; }
	.SubMinhaConta:before {
		position: absolute;
		content: "";
		  display: inline-block;
		  vertical-align: middle;
		  margin-right: 10px;
		  width: 0; 
		  height: 0;
				top: -5px; left: 10px;

		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		  border-bottom: 5px solid #830303;
		}
	
	/* PRODUTOS */
	.ListaProdutos li { width: 25%;}
	.refProd{ font-size: 12px; }
	.nomeProd{ font-size: 14px; }
	.borderProdR:after{ content: ""; position: absolute; right:0; width: 1px; height: 270px; top: 30px; border-right: 1px solid #E5E5E5; }
	
	.DescricaoProd { clear: both; padding: 10px; border: 0; }
	.DescricaoProd iframe { position: relative; display: block; width: 100%; margin: 10px auto; padding: 10px; height:450px !important; text-align: center !important; }
	
	/* Slider de produtos fotos */
	.sliderProdMin{ position: relative; width: 100%; display: block;}
	.wrap_carousel4 { background-color: #ffffff; 	width:400px; 	height: 100px; 	position: relative;  display:block;  float: left;  z-index: 0; top: 10px;}
	.carousel4 {width: 400px!important; 	position: relative;  height:auto; overflow:hidden;}
	.carousel4 ul { 	width: 100%; margin: 0px !important; 	padding: 0px !important; 	list-style: none; display:inline-block; }
	.carousel4 ul li { margin-left: 3px; 	list-style: none; display:inline-block; width:95px; height:95px;  text-align:center;}
	.carousel4 ul li img{ margin: 0 auto !important; width:90px; height:90px;}
	.prev4:hover, .next4:hover{ color:#fff; background-color:#000; } 
	.prev4, .next4 { 	position: absolute; 	top: 50%; 	margin-top: -15px; 	cursor: pointer; z-index:10;  color:#ccc; border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; padding: 0 5px;}
	.prev4 { 	left: 0px; } 
	.next4 { 	right: 0px; }
	.ImgExibeProdDesktop{ display: block; margin-top: -15px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	.ImgExibeProdDesktop img{ width: 100% !important; max-width: 100% !important; height:auto!important; max-height:100% !important; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin: 0 auto; display: block; }
	.paddingProdDesktop{ padding: 0; margin: 0;} 
	.fb-like iframe{ margin-top: 0px !important;}
	#avisosIndica{ text-align:center; line-height:30px; font-size:16px !important;}
	
	/*EXIBE PRODUTOS*/
	.TitulosProd { position: relative; top: 0; clear: both; width: 100%; text-align: left; }
	.TitulosProd h1 { font-size: 35px; } .TitulosProd h4 { font-size: 22px; }
	.ImgExibeProd { display: none; } 
	.ImgExibeProdDesktop { display: block; position: relative; float: left; border: 1px solid rgba(229,229,229,1.00) ; width: 100%; height: auto; }
	.InfoExibe { width: 50%; }
	
	.InfoExibe { margin-top: 10px; }
	.preco { text-align: left; padding-left: 20px; }
	.precopqn { font-size: 18px; } .PrecoGrande { font-size: 40px; }
	a.BtnComprar:link, a.BtnComprar:visited { position: absolute; width: 40%; float: right; line-height: 40px; right: 12px; top: 10px; }

	.DescricaoProd iframe { position: relative; display: block !important; width: 100% !important; max-width: auto !important; max-height: 450px !important;  margin: 5px; padding: 0px; height: 450px !important; text-align: center !important; }

	.DescricaoProd p { font-size: 14px; }
	.DescricaoProd h3 { margin-top: 0; }
	
	/*DIFERENCIAIS*/
.diferenciais{ position: relative; width: 100%; background-color: #000;  font-family: 'Open Sans', sans-serif; font-size: 16px; color: #fff; text-align: left; padding: 10px 0; line-height: 50px; }
.diferenciais img{ display: inline-block; margin-right: 10px; height: 45px; width: auto; float: left; }
.diferenciais div div:nth-of-type(3),  .diferenciais div div:nth-of-type(4){ line-height: 25px;}
.diferenciais div div:nth-of-type(3) span{ color: #F2B600; }
 .diferenciais div div:nth-of-type(4){ line-height: 10px; padding-top: 15px;}
.diferenciais div div:nth-of-type(4) span{ color: #F2B600; font-size: 12px;}
.diferenciais div div:nth-of-type(4) img{ margin-top: -15px;}
	
		/*DIFERENCIAIS*/
.diferenciais{ display: none;}
	
	a.linkIconTopo:link,  a.linkIconTopo:visited,  a.linkIconTopo:active {font-size: 22px; display: inline-block; color: #fff; margin: 30px 2px 0 10px; border-right: 1px solid #fff; padding-right: 15px;  }
	a.linkIconTopo:hover{ color: #486E6D;  }
	
	.linksclicarh{ position: absolute; z-index: 2; right: 10px;top: 35px; width: 210px;  text-align: right; }
	.linksclicarh a.linkIconTopo:link:nth-of-type(3) { display: inline-block; border-right: none;}
	
	.formtopb{ position: absolute;  width: 0px; height: 40px; right: 110px; top: 27px; overflow: hidden; transition:  0.5s;}
	.exibebusca{ width: 220px;}
	
	.Pesquisa2{ position: absolute; width: 180px;  border: 1px solid #fff; border-right: none; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;  font-family: 'Open Sans', sans-serif;  font-size: 12px; height: 40px; line-height: 40px;  padding: 0 10px 0 10px; right: 25px; top: 0px;}

.btn_pesquisar2 {position: absolute; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
	
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; width: 40px; height: 40px; line-height: 40px; border: none; background-color: #42515A; color: #fff; text-align: center; margin-bottom: 10px; border: 1px solid #fff; border-left: none; font-size: 12px; right: 0px; top: 0px;}

}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1100px) {
	.escondeMenu-7{ display: inline-block; }
}


/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1280px) {
	.escondeMenu-8{ display: inline-block; }
	a.link_menuP:link, a.link_menuP:active, a.link_menuP:visited { padding: 0 30px;  }
	

}