@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: #B30210; font-family: 'Open Sans', sans-serif; font-size: 16px; text-align: center; font-weight: bold; color: #FFF; 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: #E91B23; 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: #E91B23; 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: 16px; text-align: left; color: #fff;}
.footer_after{ font-family: 'Open Sans', sans-serif;  font-size: 10px; text-align: center !important; padding: 5px;}
#logoVBWP { position: relative; display: inline-block; margin: 10px 10px; width: 50px;  }
.duvidas_footer{ color: #fff; line-height: 25px;  font-family: 'Open Sans', sans-serif;  font-size: 14px; text-align: left;}
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: #FFF;}
.footerULT{ background-color: #F2F3F5;}
.faixaBNDS{  font-family: 'Open Sans', sans-serif; color: #005489; text-align: center; font-size: 16px; padding: 10px;}
.faixaBNDS img{ vertical-align: middle; }

.logofooter{ position: relative; display: inline-block; border-right: 1px solid #fff; padding-right: 15px; float: left; width: 100px; margin-right: 15px; margin-bottom: 10px; margin-top: -15px;}

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: #B30210;}
.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; }

#avisosNews2{ position: absolute; width: 90%; height: 125px; left: 5%; top: 180px; z-index: 10001; display: none; line-height: 125px; font-family: 'Open Sans', sans-serif; font-size: 12px;  text-align: center; }


.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: 10px; text-align: center; color: #666666;}
.grupo_seg { text-align: center; }

/*HEADER*/
header{ background-color: #fff;  }
.logotipo { display: block; margin: 5px auto 10px; width: 100px;}
.Pesquisa{ width: 75%; float: left; border: 1px solid #949494; 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: #000; color: #fff; text-align: center; margin-bottom: 10px; border: 1px solid #949494; 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: #EE7736 !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: #301B01 !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: rgba(170,51,4,1.00);}
a.LinkTitProd:hover, a.LinkTitProd:active { color: #EE7736;}



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

.TitPAG2 { font-family: 'Open Sans', sans-serif; font-size: 28px; display: block;  margin: 10px; color: #023E88; border-bottom: 1px dotted #023E88; text-align: center; line-height: 40px;}

/* 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;  padding: 10px; height: auto; overflow: hidden; margin-bottom: 20px; line-height: 30px !important; font-family: 'Open Sans', sans-serif !important; }
.DescricaoProd h1 { color: rgba(170,51,4,1.00);  font-size:24px;  border-bottom: 1px solid #EEE; padding-bottom:10px; font-weight:normal;}
.DescricaoProd p { font-size: 16px !important; line-height: 27px; text-indent: 80px; }
.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: rgba(170,51,4,1.00); }
.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; }

.EmpresaHome{  background: #00BEBF;  margin: 10px auto;}
.EmpresaHome h2{ margin-top: 0px; color: #023E88; }
a.btn_saiba:link,  a.btn_saiba:visited { font-family: 'Open Sans', sans-serif; font-size: 14px; display: inline-block; text-align: center;   color: #fff; border: 1px solid #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; line-height: 25px;  clear: both; width: 150px;    transition: 0.5s; -webkit-transition: 0.5s; margin-bottom: 20px; }
a.btn_saiba:hover, a.btn_saiba:active { color: #fff; background-color: #25BCBD;}
.EmpresaHome p {  font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 25px; color: #fff;  text-align: justify; font-weight: 300; margin-bottom: 15px; }

.tituloCor{ color: #fff; text-align: center;}

.HomeCurriculo { position: relative; clear: both; width: 100%;  background-color: #ccc; background-image:url(../imgs/home_curriculo.jpg); background-size: cover; background-position: center top; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #fff; }


	.descontoHome1{ position: relative; float: left; width: 40%; background: rgba(134,192,63,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(134,192,63,1) 0%, rgba(0,104,55,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(134,192,63,1)), color-stop(100%, rgba(0,104,55,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(134,192,63,1) 0%, rgba(0,104,55,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(134,192,63,1) 0%, rgba(0,104,55,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(134,192,63,1) 0%, rgba(0,104,55,1) 100%);
background: radial-gradient(ellipse at center, rgba(134,192,63,1) 0%, rgba(0,104,55,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c03f', endColorstr='#006837', GradientType=1 ); height: 80px;}
	.descontoHome2{ position: relative; float: left; width: 60%; background: #EECE33; height: 80px; font-family: 'Open Sans', sans-serif; font-size: 14px;  color: #427F32; text-align: center;  font-size: 25px; }
	.descontoHome2 span{ font-size: 30px; font-weight: 800; }
	.descontoHome3{ position: relative; float: left; width: 100%; background-color: #006837; padding: 5px 10px 10px 30%;  color: #EECE33; font-family: 'Open Sans', sans-serif; font-size: 16px; text-align: center;}
	.descontoHome1 img{ width: 100px; position: absolute; z-index: 2; left: 5%; }
	.descontoHome3 span{ color: #fff; font-size: 12px;}

.tituloP{ font-weight: 800; font-family: 'Open Sans', sans-serif; font-size: 20px; text-align: center; color: #023E88;}
.subP{ font-family: 'Open Sans', sans-serif; font-size: 12px; text-align: center; color: #8A8996; }
.imgFertHome{ display: block; max-width: 100%; width: 95%; margin: 10px auto;}
.tituloHome{ font-family: 'Open Sans', sans-serif; font-size: 16px; color: #07802F; font-weight: 600; }
.icoHome{ width: 50px;}
.textoHome{ color: #8B8A97; font-family: 'Open Sans', sans-serif;  font-size: 14px;  }


a.saibaMais2:link,  a.saibaMais2:visited {font-size: 14px; display: inline-block; color: #fff; background: #80AB15; line-height: 35px; padding: 0 5px; -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; }
	a.saibaMais2:hover, a.saibaMais2:active { color: #fff; background-color:#A1D71A; }
	
	a.soliciteOrc:link,  a.soliciteOrc:visited {font-size: 14px; display: inline-block; color: #fff; background: #F0B400; line-height: 35px; padding: 0 10px; -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;}
	a.soliciteOrc:hover, a.soliciteOrc:active { color: #fff; background-color:#F2CB54; }

	a.soliciteOrc2:link,  a.soliciteOrc2:visited {font-size: 18px; display: block;  width: 300px; color: #fff; background: #F0B400; line-height: 35px; padding: 10px 20px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 20px auto 50px; text-align: center; }
	a.soliciteOrc2:hover, a.soliciteOrc2:active { color: #fff; background-color:#F2CB54; }

.imgBlogH{ width: 100%; height: 200px; overflow: hidden; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.imgBlogH img{ height: 100%; width: auto; }

.blogHome h4 { color: #E91B23 !important; font-family: 'Open Sans', sans-serif; font-size: 20px; width: 95%; text-align: center; }
.blogHome p { color: #8A8996 !important; font-family: 'Open Sans', sans-serif !important; font-size: 14px; line-height: 25px; font-weight: 300; width: 95%; text-align: center; height: 75px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.btnSaibaMais { position: relative; margin: 10px auto; width: 150px; border: 1px solid #25BCBD; color: #25BCBD; text-align: center; line-height: 25px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; transition: 0.5s; -webkit-transition: 0.5s; }
.btnSaibaMais:hover { background-color: #25BCBD; color: #fff;  }

a.linkduvidas:link,a.linkduvidas:active,a.linkduvidas:visited{ font-family: 'Open Sans', sans-serif;   font-size: 14px; text-align: center; color: #fff;}
a.linkduvidas:hover{ color: #6DB906; }
.pduvidas{ text-align: center;}

.FaixaSite {  color: #fff;  font-family: 'Open Sans', sans-serif;   font-size: 14px; text-align: center; margin-top: 0; background: rgba(233,27,34,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(233,27,34,1)), color-stop(100%, rgba(121,2,16,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: radial-gradient(ellipse at center, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91b22', endColorstr='#790210', GradientType=1 ); padding: 15px 0; }
.FaixaSite h1{ margin-top: 0; font-size: 22px;}
.FaixaSite h4{  font-size: 14px;}

a.linkEsqueci:link,  a.linkEsqueci:visited { font-family: 'Open Sans', sans-serif; font-size: 12px; display: inline-block;  margin: 5px; color: #999;}
a.linkEsqueci:hover, a.linkEsqueci:active { color: #6DB906;}


.ImagemProdutoG { position: relative; width: 100%; height: 130px; list-style: none; float: left; padding: 0; background-size: auto 130px !important; background-position: center center  !important; background-repeat: no-repeat !important; overflow: hidden; background-image: url(../imgs/mistorgan.jpg);}

.centroEmpresa{ position: relative; margin: 100px auto; width: 100%; height: auto; padding: 20px; background-color: #dedede; }
.centroEmpresa:after{ content:""; position: absolute; top: -70px; left: 0px; background: url(../imgs/emp_cima.jpg) no-repeat; background-size: 100% 100%; width: 100%; height: 70px; }
.centroEmpresa:before{ content:""; position: absolute; bottom: -70px; left: 0px; background: url(../imgs/emp_baixo.jpg) no-repeat; background-size: 100% 100%; width: 100%; height: 70px; }

.imgVar{ display: block; margin: 15px auto; width: 90%; max-width: 600px;}
.iconeV{ display: inline-block !important; }
.qualquer > h3 { width: 100%; background-color: #6DB806; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: center; color: #fff; line-height: 40px; font-family: 'Open Sans', sans-serif;   font-size: 18px; font-weight: 800; display: block; margin: 0 auto;}
.imgIndicado { display: inline-block; margin: 10px auto; width: 100px;}

.menuFixo { display: none; width: 100%; height: 60px; background: #fff; -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.57);
box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.57); position: fixed; top:0; left: 0; z-index: 10;}
.logotipofixo { display: block; margin: 10px auto 10px; width: 80px;}
.btnMenuMobile2 { left: 15px !important; top: 10px;}
.MenuPrincipal2 { display: none;}

.faixaEspecificacoes { 
	background: rgba(0,128,69,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,128,69,1) 0%, rgba(0,104,55,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,128,69,1)), color-stop(100%, rgba(0,104,55,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,128,69,1) 0%, rgba(0,104,55,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,128,69,1) 0%, rgba(0,104,55,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,128,69,1) 0%, rgba(0,104,55,1) 100%);
background: radial-gradient(ellipse at center, rgba(0,128,69,1) 0%, rgba(0,104,55,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008045', endColorstr='#006837', GradientType=1 ); }
.imgFolhaIcone{ display: block; width: 80%; max-width: 95px; height: auto; margin: 15px auto;}
.tituloEsp { font-family: 'Open Sans', sans-serif;   font-size: 25px; font-weight: 600; margin-top: 10px; color: #EECE33;}
.subtituloEsp { font-family: 'Open Sans', sans-serif;  font-size: 16px; font-weight: 600;  background-color: #EECE33; color: #00880E; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; width: 80%; padding-left: 5px; }
.textoEsp { font-family: 'Open Sans', sans-serif;  font-size: 14px; font-weight: 300;  color: #fff;  padding-left: 5px; line-height: 2; }
.fertilizanteHome { display: block; margin: 0 auto; max-width: 1000px; width: 100%; }


.blocoHomeV img { display: block; width: 80%; margin: 5px auto; max-width: 250px;}
.blocoHomeV h2 { font-family: 'Open Sans', sans-serif; color: #023E88; text-align: center;  }
.blocoHomeV p { font-family: 'Open Sans', sans-serif; color: #8A8996; font-size: 14px; text-align: center; font-weight: 300;  }

.blocoPalavras{ position: relative; margin: 10px auto; padding: 10px; color: #fff !important; background: url(../imgs/fundo_palavras.jpg); border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; } 

.fundoContato{ background: rgba(233,27,34,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(233,27,34,1)), color-stop(100%, rgba(121,2,16,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
background: radial-gradient(ellipse at center, rgba(233,27,34,1) 0%, rgba(121,2,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91b22', endColorstr='#790210', GradientType=1 );
min-height: 200px;
}
.ContatoDados{ background: url(../imgs/contato_dados.png) no-repeat; padding-top: 170px; background-position: top center; background-size: 280px auto; }

.telefonesContato{ background-color: #E91B23; -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
text-align: center; color: #fff; font-weight: 600; width: 90%; margin: 0 auto;
}
.telefonesContato p{ margin: 0; line-height: 30px; font-size: 18px;}

.btn_formcont{ width: 100%; background-color: #E91B23; color: #fff;  -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; line-height: 30px;}

.formSant { border-radius: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; margin-bottom: 5px;}


.instaImagem{ position: relative; width: 48%; margin: 1%; float: left; height: 150px; background-size: 100% auto; background-position: center center; background-color: #000; background-repeat: no-repeat;}
.containerInsta{ padding: 25px 0;}
.instaImagem a{  display: block; float: left; width: 100%; height: 100%; }
.TituloInsta{font-family:"Open Sans"; font-size:16px; text-align:left; color: #8E8D8D; font-weight: 300; }
.TituloInsta i{ color: #F45656; font-size: 28px; font-weight: 300; margin-bottom: -7px; position: relative; bottom: -3px;}
a.linkInsta:link, a.linkInsta:active, a.linkInsta:visited{ color: #F45656; text-decoration: none; }
a.linkInsta:hover{ color: #DF7E7E; }

.tituloNSC{ background-color: #E91B23; -webkit-transform: skew(-25deg); /* Chrome, Opera */
      -ms-transform: skew(-25deg); /* IE */
          transform: skew(-25deg); /* Padrão */ padding: 5px 0;}
.tituloNSC p{ -webkit-transform: skew(25deg); /* Chrome, Opera */
      -ms-transform: skew(25deg); /* IE */
          transform: skew(25deg); /* Padrão */  font-weight: bold; text-align: center; padding: 0 10px; color: #fff; margin: 0;}
.subtituloNSC{ color: #888694; text-align: center; font-size: 14px; font-weight: 300;  line-height: 30px;}
.blocoNSC{ position: relative; width: 48%; float: left; font-size: 14px; color: #9F0518; margin: 4% 1%; word-wrap: break-word; }
.blocoNSC p{ margin: 0;    }
.blocoNSC img{ width: 60px; margin-right: 10px; margin-top: -10px; vertical-align: middle; float: left; }

/*.tituloSocio{ background-color: #EF3539; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; display: block; padding: 0 10px; margin: 0 auto 20px; max-width: 450px; width: 100%; }*/

.tituloSocio{  display: block; padding: 0 10px; margin: 0 auto 20px; max-width: 650px; width: 100%; }

.BlocoSejaSocio p{ font-size: 18px; color: #fff; line-height: 20px; font-weight: 300;}
.BlocoSejaSocio span{ background-color: #E91B23;  border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;  display: block; padding: 3px 10px; font-weight: 600;}
.imgFamiliaSocio{ margin: 0 auto;}

.ftPAG{position: relative; width: 98%; height: 180px; background-size: cover; background-position: center center; margin: 1%;  }
.ftPAG a{ display: block; float: left; width: 100%; height: 100%;}

a.linkContato:link,  a.linkContato:visited { position:relative; font-family: 'Open Sans', sans-serif; font-size: 22px; display:block;  margin: 0 auto; color: #FFF; padding: 0 30px; background-color: #E91B23; text-align: center; line-height: 50px; border-radius: 10px; -webki-border-radius: 10px; -moz-border-radius: 10px; width: 310px; font-weight: bold; }
a.linkContato:hover, a.linkContato:active { color: #fff; background-color: #B3020F;}

.BlocoEsportes{ position: relative; width: 100%; height: 145px; background: no-repeat center center cover; margin-top: 60px;}


.BlocoEsportes2{ position: relative; width: 100%; height: 145px; background: no-repeat center center cover; margin-top: 60px;}

.imgArtesMarc{ position: absolute; width: 145px; bottom: -1px; z-index: 2;}
.imgPiscinasEsp{ position: absolute; width: 130.5px ; bottom: -1px; z-index: 2;}
.imgEsportesEsp{ position: absolute; width: 159.5px ; bottom: -1px; z-index: 2;}
.imgFitness{ position: absolute; width: 159.5px ; bottom: -1px; z-index: 2;}
.imgEntretenimentoEsp{ position: absolute; width: 145px; bottom: -1px; z-index: 2;}


.efeitoBlcEsp{ position: absolute;  border-bottom: 145px solid rgba(0,0,0,0.7); border-left: 80px solid transparent;  border-right: 120px solid rgba(0,0,0,0.7); height: 0;  width: 1px; right: 0; z-index: 1; }
.efeitoBlcEsp2{ border-bottom: 145px solid rgba(1,34,56,0.7) !important; border-right: 120px solid rgba(1,34,56,0.7) !important; }
.efeitoBlcEsp3{  border-bottom: 145px solid rgba(190,2,17,0.7) !important; border-right: 120px solid rgba(190,2,17,0.7) !important; }
.efeitoBlcEsp4{  border-bottom: 145px solid rgba(11,112,3,0.7) !important; border-right: 120px solid  rgba(11,112,3,0.7)  !important; }
.efeitoBlcEsp5{  border-bottom: 145px solid rgba(221,226,3,0.7) !important; border-right: 120px solid rgba(221,226,3,0.7)  !important; } 


.BlocoDadosEsp{ position: absolute; width: 50%; right: 10px; bottom: 10px; height: 60px; z-index: 3; color: #fff;  font-family:"Open Sans"; font-size:16px; text-align: right; }
.BlocoDadosEsp a:link, .BlocoDadosEsp a:active, .BlocoDadosEsp a:visited { font-size: 10px !important; color: #fff; text-decoration: none !important; padding: 2px 15px; border: 1px solid #fff; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; } 
.BlocoDadosEsp a:hover{ background-color: rgba(255,255,255,0.4); }


.horario{  display: block; position: relative; width: 90%; margin: 2% auto; }

.imgEsportesPrincipal{ position: relative; width: 100%; height: auto; margin: 10px auto 10px;}

.BlocoEsportesC{ position: relative; width: 100%; height: auto; margin: 10px auto 20px; overflow: auto; padding: 10px 0;}
.BlocoEsportesC h3{  font-family:"Open Sans"; font-size:26px; font-weight: 600; margin-top: 0; border-bottom: 1px solid #D8D6D6; padding-bottom: 5px; }
.BlocoEsportesC p{  font-family:"Open Sans"; font-size:14px; font-weight: 300; color: #878686;  }
.BlocoEsportesC h5{  font-family:"Open Sans"; font-size:14px; font-weight: 600;  }
.blocoHorarioC{ position:relative; width: 135px; height: 55px;  font-family:"Open Sans"; font-size:14px; border: 1px solid #ccc; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; padding: 5px; text-align: center; float: left; margin: 5px;}
.blocoHorarioC span{ display: block; font-weight: 600; }

.blocoHorarioC span:nth-of-type(2){ display: block; font-weight: 600; font-size: 12px; position: absolute; right: -10px; font-style: italic; transform: rotate(-10deg); bottom: -4px; opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */ }
.FotoBloc{ position: relative; max-width: 290px; width: 100%; margin: 0 auto; height: 240px; background-position: center center; backgroun-size: cover;}



.BlocoVermelho h3, .BlocoVermelho h5, .BlocoVermelho  .blocoHorarioC{ color: #BE0211; }
.BlocoVermelho h3{text-align: center; margin-top: 10px;}

.BlocoAzul h3, .BlocoAzul h5, .BlocoAzul  .blocoHorarioC{ color: #012238; }
.BlocoAzul h3{text-align: center; margin-top: 10px;}

.BlocoVerde h3, .BlocoVerde h5, .BlocoVerde  .blocoHorarioC{ color: #0B7003; }
.BlocoVerde h3{text-align: center; margin-top: 10px;}

.BlocoLaranja h3, .BlocoLaranja h5, .BlocoLaranja  .blocoHorarioC{ color: #F95D06; }
.BlocoLaranja h3{text-align: center; margin-top: 10px;}


.BlocoVermelhoSolido { background-color: #BE0211; }
.BlocoVermelhoSolido h3, .BlocoVermelhoSolido h5, .BlocoVermelhoSolido p {  color: #fff; }
.BlocoVermelhoSolido .blocoHorarioC{  color: #fff; border: 1px solid #E91B23; }
.BlocoVermelhoSolido h3{ border-bottom: 1px solid #E91B23;  text-align: center;}

.BlocoPretoSolido { background-color: #000; }
.BlocoPretoSolido h3, .BlocoPretoSolido h5, .BlocoPretoSolido p {  color: #fff; }
.BlocoPretoSolido .blocoHorarioC{  color: #fff; border: 1px solid #4F4F4F; }
.BlocoPretoSolido h3{ border-bottom: 1px solid #4F4F4F;  text-align: center;}

.BlocoAzulSolido { background-color: #012238; }
.BlocoAzulSolido h3, .BlocoAzulSolido h5, .BlocoAzulSolido p {  color: #fff; }
.BlocoAzulSolido .blocoHorarioC{  color: #fff; border: 1px solid #03476D; }
.BlocoAzulSolido h3{ border-bottom: 1px solid #03476D;  text-align: center;}

.BlocoVerdeSolido { background-color: #0B7003; }
.BlocoVerdeSolido h3, .BlocoVerdeSolido h5, .BlocoVerdeSolido p {  color: #fff; }
.BlocoVerdeSolido .blocoHorarioC{  color: #fff; border: 1px solid #17A507; }
.BlocoVerdeSolido h3{ border-bottom: 1px solid #17A507;  text-align: center;}

.BlocoLaranjaSolido { background-color: #F95D06; }
.BlocoLaranjaSolido h3, .BlocoLaranjaSolido h5, .BlocoLaranjaSolido p {  color: #fff; }
.BlocoLaranjaSolido .blocoHorarioC{  color: #fff; border: 1px solid #F9925F; }
.BlocoLaranjaSolido h3{ border-bottom: 1px solid #F9925F;  text-align: center;}

.ftPAG{position: relative; width: 98%; height: 180px; background-size: cover; background-position: center center; margin: 1%;  }
.ftPAG a{ display: block; float: left; width: 100%; height: 100%;}

.tituloHorario{ font-family:"Open Sans"; font-size:26px; font-weight: 600;  border-bottom: 1px solid #D8D6D6; padding-bottom: 5px; text-align: left; color: #fff;  }



.PopUPClose{ position: fixed; width: 300px !important; height: 330px !important; margin-left: 50% !important; left: -150px !important; top: 50% !important; margin-top: -175px !important; background-color: #fff; box-shadow: 0px 0px 7px #4a4a4a;
    -moz-box-shadow: 0px 0px 7px #4a4a4a;
    -webkit-box-shadow: 0px 0px 7px #4a4a4a;
   
    -webkit-animation: zoomin 0.7s;
    animation: zoomin 0.7s; z-index: 10001; 
	background-image: url(../imgs/exitpopup.jpg) !important; background-repeat: no-repeat !important; background-size: cover !important; z-index: 10001; background-color: transparent !important;}

.inputPOPC{ position: absolute; width: 80%; bottom: 85px; background-color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color: red; left: 10%; }

.btnPOPC{ position: absolute; width: 80%; bottom: 40px; background-color: #000; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color:#fff; left: 10%;  }
.btnPOPC:hover{ background-color: rgba(0,0,0,0.50);}


.MenuMobileMC { position: relative; width: 100%; height: 50px; overflow: hidden; background: #EEE; color: #333; margin-bottom: 20px; padding: 0 10px 0 10px; transition: all 0.7s ease-in-out ; -webkit-transition: all 0.7s ease-in-out ; -moz-transition: all 0.7s ease-in-out ;}
.MenuMobileMCACtive{ height:auto;  transition: all 0.7s ease-in-out ; -webkit-transition: all 0.7s ease-in-out ; -moz-transition: all 0.7s ease-in-out ;}
.MenuMobileMC a:link, .MenuMobileMC a:visited { display: block; width: 100%; text-decoration: none; outline: none; border-top: 1px solid #CCC; color: #333;  line-height: 40px; font-size: 20px; padding-left: 15px; }
.MCMobile { line-height: 50px; text-align: center; font-size: 18px; margin-bottom: 10px; font-weight: bold; }
.CatMC{ display: none; }
.cadeado{ position:relative;  margin: 20px auto 0px;  max-height: 400px; }
.LoginClienteHeader { display: none; }

.SejaSocioPlano{ width: 95%; margin: 2% 2.5%; position: relative; height: auto; border: 1px solid #dedede; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; font-size: 14px; font-family:"Open Sans";  overflow: hidden; color: #666; line-height: 20px; }
.SejaSocioPlano div{ position: relative; display: block; padding: 0 10px 5px; border-bottom: 1px solid #dedede; margin-bottom: 5px; }
.SejaSocioPlano div:nth-of-type(1){ position: relative; display: block; background-color: #B30210; color: #fff; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; font-weight: 600; line-height: 50px; padding: 0; }

.precodestaque{ color: #FFF; font-weight: 600; font-size: 14px; background-color:#000; width: 80%; margin-left: 10%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; display: block; padding: 5px 0;  }

.SejaSocioPlano:nth-of-type(1) div:nth-of-type(3),.SejaSocioPlano:nth-of-type(1) div:nth-of-type(4), .SejaSocioPlano:nth-of-type(1) div:nth-of-type(6){  display: none;}
.SejaSocioPlano:nth-of-type(2) div:nth-of-type(4), .SejaSocioPlano:nth-of-type(2) div:nth-of-type(6){  display: none;}
.SejaSocioPlano:nth-of-type(3) div:nth-of-type(3), .SejaSocioPlano:nth-of-type(3) div:nth-of-type(6){  display: none;}

.TextosPaginas{font-size: 16px; font-family:"Open Sans"; text-align: left; line-height: 25px; color: #333; padding: 0 10px; }
.TextosPaginas h2{ font-size: 26px; color: #B30210; line-height: auto;}


.flexDisplay{display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around; }



.BlocoDiretoria{ position: relative; width: 48%; margin: 1%; border: 1px solid #dedede; padding: 5px; float: left;  font-family:"Open Sans"; font-size: 14px; color: #666; text-align: center;   line-height: 25px;  cursor: pointer;  }
.BlocoDiretoria img{ display: block; margin: 0 auto 10px; width: 100%; max-width: 250px;  }

.BlocoDiretoria:hover{  border: 1px solid #B30210; color: #B30210;  }

.BlocoDiretoria div{  -webkit-animation: zoomin 0.7s;
    animation: zoomin 0.7s; z-index: 10001;  background-color:rgba(179,2,16,0.8); color: #fff; text-align: center; line-height: 25px; padding: 10px; width: 100%; height: 100%; position: absolute; top: 0; left: 0;  padding-top: 30%; display: none; z-index: 1;}
.BlocoDiretoria:hover >  div{ display: block; webkit-animation: zoomin 0.7s; animation: zoomin 0.7s; }
.BlocoDiretoria div p{ position: absolute; width: 100%; height: auto; bottom: 0; left: 0; background-color: #7C010B; color: #fff; margin: 0; line-height: 30px; font-size: 16px; font-weight: 300; padding: 0 5px; }

.BlocoEnquete, .BlocoResultadoEnq{ display: block;  position: relative; width:100%; margin: 0 auto 45px; background-color: rgba(239,239,239,0.5); padding: 10px; font-family:"Open Sans"; color: #666; font-weight: 300; display: block;}
.BlocoEnquete h3, .BlocoResultadoEnq h3{color:#B30210; border-bottom: 1px dotted #dedede; margin: 0; font-weight: 600; font-size: 18px; line-height: 30px; }
.BlocoEnquete .opcao{ line-height: 30px; border-bottom: 1px dotted #dedede;  color: #333; cursor: pointer;  padding: 2px 5px;}
.BlocoEnquete .opcao:hover{ background-color: #dedede; }
.btnVotar{ position: relative; display: block; width: 140px; background-color: #E91B23; color: #fff; text-align: center; line-height: 30px; float: right; margin-top: 10px; font-size: 12px; cursor: pointer; }
.btnVotar:hover{ background-color:#B30210; }
.avisoselecaoEnq{ position: absolute;  z-index: 1;  z-index: 10001;  background-color:rgba(179,2,16,0.8); color: #fff; text-align: center; line-height: 80px; padding: 10px; width: 100%; height: 100px; left: 0; top: 30%;   display: none; -webkit-animation: zoomin 0.7s;
    animation: zoomin 0.7s;   }
.avisoselecaoEnq2{ position: absolute;  z-index: 1;  z-index: 10001;  background-color:rgba(21,130,2,0.80); color: #fff; text-align: center; line-height: 80px; padding: 10px; width: 100%; height: 100px; left: 0; top: 30%;   display: none; -webkit-animation: zoomin 0.7s;
    animation: zoomin 0.7s;   }
.resultEnq{ position: relative; width: 100%; height: 40px; margin: 10px 0; border: 1px dotted #dedede; line-height: 40px; text-align: center; }
.resultEnq div{ position: absolute; height: 40px; background-color: rgba(202,2,5,0.53); color: #000;  text-align: left; padding-left: 5px; z-index: 0; font-size: 10px; }
.resultEnq span{ position: absolute; width: 100%; left: 0; height: 40px;  color: #B30210;  text-align: center;  z-index: 1; font-weight: 600; font-size: 12px; }
.btnResultadoEnq{ position: absolute; right: 10px; top: 5px; background-color:rgba(10,147,3,1.00); color: #fff; text-align: center; width: 100px; line-height: 25px; font-size: 12px; cursor: pointer; z-index: 10; }

.PlanoIndisponivel::after{ position: absolute; content: 'INDISPONÍVEL'; background-color: rgba(194,162,9,0.90); color: #634D00; font-size: 18px; width: 120%; padding: 20px 10px; left: -10%;  transform: rotate(-20deg); top: 40%; letter-spacing: 7px; font-weight: 600;   }

@media (min-width: 375px) {
	.ImagemProdutoG { height: 145px; background-size: auto 145px !important;  }
}

@media only screen and (min-width: 425px) {
	.ImagemProdutoG { height: 160px; background-size: auto 160px !important;  }
}

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

@media only screen and (min-width: 620px) {
	.ImagemProdutoG { height: 235px; background-size: auto 235px !important;  }
}



/**/
@media only screen and (min-width: 667px) {
		.ImagemProdutoG { height: 260px; background-size: auto 260px !important;  }
		.imgIndicado { display: inline-block; margin:10px;}
}

@media (min-width: 768px) {
		.ImagemProdutoG { height: 290px; background-size: auto 290px !important;  }
			.imgVar{ display: block;  width: 40%; max-width: 600px; float: right; margin: 20px;}
	/*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; }
	.footer_after{ text-align: left; }
	
	#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: #000; text-decoration: none; padding: 10px 0; }
	
	#logo_Footer { display: block; max-width: 90%; margin: 0 auto; margin-top: 20px; }
	#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: #B30210; 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%;}
	.btn_pesquisar{ width: 20%;}
	
	/*TTOPO*/
	.linksTopoB{ display: block;}
	.linkTP{ display: none;}
	.telefoneTP{ font-family: 'Open Sans', sans-serif;  font-size: 12px; color: #AA0000; line-height: 30px; }
	.nomeTelTopo{ color: #000; }
	a.linkIconTopo:link,  a.linkIconTopo:visited {font-size: 28px; display: inline-block; color: #000; margin: 30px 10px 0 10px; }
	a.linkIconTopo:hover, a.linkIconTopo:active { color: #fff;}
	.logotipo { display: block; margin: 10px auto; width: 150px;}
	
	/* 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; }
	


	
	.descontoHome1{ width: 30%; height: 110px; margin-bottom: 30px;}
	.descontoHome2{ width: 30%; height: 110px; padding-top: 15px;}
	.descontoHome3{ width: 40%; padding-left: 10px; padding-top: 15px; height: 110px; font-size: 18px;}
	.descontoHome3 span{ font-size: 14px;}
	
	.tituloP{ font-size: 26px;}
	.imgFertHome{ width: 80%; margin-bottom: 30px;}
	.pduvidas{ text-align: left;}
	
	.EspacoEspecificacoes{ display: block; line-height: 50px; clear: both; height: 55px;}
	.imgIndicado { width: 130px;}
	
	.blocoHeader { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #919191; font-weight: 300; margin-top: 20px; }
	.blocoHeader i { display: inline-block; font-size: 30px; float: left; color: #25BCBD; margin: 5px 10px 20px 0;}
	.blocoHeader span { color: #023E88; font-weight: 600;}
	
	.EmpresaHome h2{ margin-top: 10px; color: #023E88; font-size: 22px; }
	.EmpresaHome img{ display: block;  vertical-align: sub;}
	
	
	.ContatoDados{ position: relative; padding-top: 15px; background-position: left top; background-size: 42%; background-image: url(../imgs/contato_tablet.png); }
	.telefonesContato{  display: none; }
	
	.blocoNSC{ position: relative; width: 23%; float: left; font-size: 14px; color: #9F0518; margin: 4% 1%; }
	.blocoNSC img{ width: 60px;float: left; margin-right: 10px; }
	.tituloNSC p{ font-size: 22px; line-height: 40px;}
	.subtituloNSC{ font-size: 16px; line-height: 40px;}
	
	.instaImagem{ height: 220px; }
	
	.BlocoSejaSocio img{ background-color: transparent;  margin: 20px 10px 20px 0px; }
	.BlocoSejaSocio p{ font-size: 14px; }
	.imgFamiliaSocio{ margin: 0 auto;}
	.tituloSocio{ margin: 65px auto 0;}
	.fundoContato .maxWidth{ overflow: hidden;}
	
	.ftPAG{position: relative; width: 31%; height: 180px; background-size: cover; background-position: center center; margin: 1%; float: left;  }
	
	.BlocoEsportes{ width: 48%; margin-left: 1%; margin-right: 1%; float: left;}
	.BlocoEsportes2{ width: 98%; margin-left: 1%; margin-right: 1%; float: left;}
	.BlocoDadosEsp{  font-size: 17px;}
	.BlocoEsportes:nth-of-type(4){ margin-top: 60px;}
	.imgArtesMarc{ width: 160px;}
	.imgEntretenimentoEsp{ width: 190px;}
	.imgFitness{  width: 200px ; left: 50%; margin-left:-100px; }
	
	.efeitoBlcEsp3{  border-bottom: 145px solid rgba(190,2,17,0.7) !important; border-right: 130px solid rgba(190,2,17,0.7) !important; border-left: 130px solid transparent; }
	
	.efeitoBlcEsp32{  border-bottom: 145px solid rgba(190,2,17,0.7) !important; border-left: 130px solid rgba(190,2,17,0.7) !important; border-right: 130px solid transparent  !important; left: 0; right: auto; }

	
	.horario{  display: block; float: left; position: relative; width: 98%; margin: 2%; float: left; }
	
	

.BlocoVermelho h3{text-align: left; margin-top: 0px;}
.BlocoAzul h3{text-align: left; margin-top: 0px;}
.BlocoVerde h3{text-align: left; margin-top: 0px;}
.BlocoLaranja h3{text-align: left; margin-top: 0px;}

.BlocoVermelhoSolido h3, .BlocoVermelhoSolido h5, .BlocoVermelhoSolido p {  text-align: right;}
.BlocoVermelhoSolido .blocosHorariosCAL{ float: right;}
	
.BlocoVerdeSolido h3, .BlocoVerdeSolido h5, .BlocoVerdeSolido p {  text-align: right;}
.BlocoVerdeSolido .blocosHorariosCAL{ float: right;}
	
.BlocoPretoSolido h3, .BlocoPretoSolido h5, .BlocoPretoSolido p {  text-align: right;}
.BlocoPretoSolido .blocosHorariosCAL{ float: right;}
	
.BlocoAzulSolido h3, .BlocoAzulSolido h5, .BlocoAzulSolido p {  text-align: right;}
.BlocoAzulSolido .blocosHorariosCAL{ float: right;}
	
.BlocoLaranjaSolido h3, .BlocoLaranjaSolido h5, .BlocoLaranjaSolido p {  text-align: right;}
.BlocoLaranjaSolido .blocosHorariosCAL{ float: right;}
	

	.ftPAG{position: relative; width: 31%; height: 180px; background-size: cover; background-position: center center; margin: 1%; float: left;  }
	.MenuMobileMC { display: none; }
	.CatMC{ display: block; }
	
	.LoginClienteHeader { display: block;  position: absolute; right: 10px; background-color:#E91B24; color: #fff; font-size: 14px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; line-height: 25px; padding: 3px 15px; top: 15px; cursor: pointer; }
	.LoginClienteHeader:hover{ background-color:#B30210; }
	
	.BlocoDiretoria{ width:23%; }
	
}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 992px) {
	
	#avisosNews2{ top: 270px;}
	
	
	.ImagemProdutoG { height: 370px; background-size: auto 370px !important;  }
	.imgIndicado {width: 10%; margin: 1% 0.3%;}
	
	/*MENU*/
	.MenuDesktop{ display: block; width: 100%;  background: #E91B23; height: 60px;}
	.menuTodos{ width: 24.5%; line-height: 50px; color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 14px; text-align: center; cursor: pointer; float: left; background-color: #830303; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-top: 5px; margin-right: 0.5%; }
	.menuTodos:hover{  line-height: 60px;  background-color: #830303; margin-top: 0; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  }
	.menuTodos i { color: #FCF85E; margin-right: 10px; }
	.MenuPrincipal{position: relative; width: 50%; padding-right: 10%;  height: 60px; float: left; text-align: center;  }
	
	
	.MenuPrincipal2{position: relative; width: 100%; max-width: 880px; margin: 10px auto 0; height: 40px; display: block;  }
	.MenuPrincipal ul { list-style: none; display: inline-block; line-height: 60px; }
	.MenuPrincipal2 ul { list-style: none; display: inline-block; line-height: 40px; }
	.MenuPrincipal ul li { float: left; line-height: 60px; height: 60px;  -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;     }
	.MenuPrincipal2 ul li { float: left; line-height: 60px; height: 60px;     }
	.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: #023E88; font-size: 12px; font-weight: 600;  line-height: 40px; padding: 0 10px;  }
	a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited { font-family: 'Open Sans', sans-serif;  text-decoration: none !important; color: #fff; font-size: 14px; font-weight: 400;  line-height: 60px; padding: 0 30px; display: block; }
	
	
	.MenuPrincipal ul li:hover {   background: #B30210; color: #fff;  }
	a.link_menuP:hover { color: #0253B7;}
	a.link_menuP3:hover { color: #fff;}
	a.link_menuP2:link, a.link_menuP2:active, a.link_menuP2:visited { float: left; font-family: 'Open Sans', sans-serif;  text-decoration: none !important; color: #07802F; font-size: 14px; font-weight: 600;  line-height: 40px; padding: 0 20px; }
	a.link_menuP2:hover { color: #07802F;}
	
	a.link_menuP4:link, a.link_menuP4:active, a.link_menuP4:visited { float: left; font-family: 'Open Sans', sans-serif;  text-decoration: none !important; color: #07802F; font-size: 14px; font-weight: 600;  line-height: 40px; padding: 0 20px; }
	a.link_menuP4:hover { color: #07802F;}
	
	
	.MenuPrincipal ul i{ float: left; display: inline-block; line-height: 40px; height: 40px; color: #494A3A; font-size: 5px; padding: 0 2px;}
	.MenuPrincipal2 ul i{ float: left; display: inline-block; line-height: 40px; height: 40px; color: #494A3A; font-size: 5px; padding: 0 2px;}
	/*	.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: #B30210; 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;  top: 60px; margin-left: -35px; }
	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: 35px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  text-align: left; padding-left: 10px; border-bottom: 1px solid #9F010D; }
	a.linksubP:hover{  background-color:#880202; color: #fff; }
	
	
	
	.MenuPrincipal ul li:hover .submenuP { display: block;}
	.submenuTodos{ display: none; position: absolute; left: 0; width:50%; height: auto; background-color: #830303; 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; top: 60px; }
	.menuTodos:hover .submenuTodos { display: block;}
	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; }
	a.linksubT:hover{ padding-left: 5px; background-color: #AA0000; 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: #B60202;}
	
	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: #000; text-align: center;}
	.MinhaConta{ width: 69%; margin-right: 1%; color: #AA0000; font-family: 'Open Sans', sans-serif;  font-size: 12px; margin-top: 40px; }
	.MinhaConta i{ float: left; display: inline-block; font-size: 30px; margin-right: 5px; color: #000;}
	.ItensCarrinho{ position: absolute; width: 20px; height: 20px; margin-left: 20px; margin-bottom: 5px; background-color: #AA0000; 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 { position: absolute; display: block; margin: 0; width: 200px; left: 50%; margin-left: -100px; top: 25px; z-index: 2;}
	header{ height: 100px;}
	
	
	.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; }
	
	
	a.linkMenuCli:link, a.linkMenuCli:active, a.linkMenuCli:visited{ color: #B30210; font-size: 14px; font-family: 'Open Sans', sans-serif; }
	a.linkMenuCli:hover{ color: #fff; background-color: #B30210 !important; }
	
	
	
	.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: block;}
	

	
	.descontoHome1{-webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; height: 160px; width: 25%;}
	.descontoHome2{ height: 160px; width: 35%; font-size: 45px;}
	.descontoHome2 span{ font-size: 55px;}
	.descontoHome1 img{ width: 140px; left: 30%; top: 10px;}
	.descontoHome3 {-webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; height: 160px; font-size: 28px; padding-top: 20px;}
	.descontoHome3 span{ font-size: 22px;}
	
	.imgFertHome{ width: 100%; margin-bottom: 30px;}
	
	.faixaEspecificacoes{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; max-width: 1280px; }
	
	.blocoHeader { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #919191; font-weight: 300; margin-top: 45px; }
	.blocoHeader i { display: inline-block; font-size: 30px; float: left; color: #25BCBD; margin: 5px 10px 20px 0;}
	
	.EmpresaHome h2{ margin-top: 25px; color: #023E88; font-size: 26px; }
	
	.ContatoDados{ position: relative; padding-top: 50px; background-position: left bottom; background-size: 70%; background-image: url(../imgs/contato_dados.png); min-height: 450px; }
	.telefonesContato{ position: absolute; bottom: 0; left: 30px; display: block; width: 200px;}
	.blocoNSC{ position: relative; width: 18%; float: left; font-size: 16px; color: #9F0518; margin: 4% 1%; }

	.instaImagem{ width: 24%;  height: 280px; margin: 5px 0.5% 20px; }
	
	.BlocoSejaSocio img{  margin: 40px 10px 20px 0px; }
	
	.BlocoSejaSocio span{  float: left;  display: inline-block; width: 220px; margin-right: 10px; margin-bottom: 20px;}
	.BlocoSejaSocio p{ font-size: 12px; }
	
	
	.span2{ margin-bottom: 60px !important; float: left; }
	.imgFamiliaSocio{ margin: 0 auto; position: relative;  }
	.fundoContato .maxWidth{ overflow: hidden;}
	
	.ftPAG{position: relative; width: 23%; height: 200px; background-size: cover; background-position: center center; margin: 1%; float: left;  }
	
	
	.BlocoEsportes{ margin-top: 120px !important; height: 200px;}
	.BlocoEsportes2{ margin-top: 120px !important; height: 200px;}
	.efeitoBlcEsp{  border-bottom: 200px solid rgba(0,0,0,0.7); border-left: 140px solid transparent;  border-right: 120px solid rgba(0,0,0,0.7); }
	
	.efeitoBlcEsp2{ border-bottom: 200px solid rgba(1,34,56,0.7) !important; border-right: 140px solid rgba(1,34,56,0.7) !important; }
.efeitoBlcEsp3{  border-bottom: 200px solid rgba(190,2,17,0.7) !important; border-right: 140px solid rgba(190,2,17,0.7) !important; }
.efeitoBlcEsp4{  border-bottom: 200px solid rgba(11,112,3,0.7) !important; border-right: 140px solid  rgba(11,112,3,0.7)  !important; }
.efeitoBlcEsp5{  border-bottom: 200px solid rgba(221,226,3,0.7) !important; border-right: 140px solid rgba(221,226,3,0.7)  !important; } 
	
	
	.efeitoBlcEsp3{  border-bottom: 200px solid rgba(190,2,17,0.7) !important; border-right: 130px solid rgba(190,2,17,0.7) !important; border-left: 130px solid transparent; }
	
	.efeitoBlcEsp32{  border-bottom: 200px solid rgba(190,2,17,0.7) !important; border-left: 130px solid rgba(190,2,17,0.7) !important; border-right: 130px solid transparent  !important; left: 0; right: auto; }
	
	.imgFitness{  width: 300px ; left: 50%; margin-left:-150px; }
	
	.BlocoDadosEsp{  font-size:21px;  }

	.imgArtesMarc{  width: 220px;}
	.imgPiscinasEsp{ width: 180px ;}
	.imgEsportesEsp{  width: 225px ; }
	
	.imgEntretenimentoEsp{  width: 280px; }
	.margintop{ margin-top: 80px;}
	.horario{  display: block; float: none; position: relative; width: 97%;  margin: 1.5% auto; max-width:800px; }
	.imgEsportesPrincipal{ margin: 35px auto 10px;}
	
		.ftPAG{position: relative; width: 23%; height: 200px; background-size: cover; background-position: center center; margin: 1%; float: left;  }
	
	
	
	
	.PopUPClose{ width: 600px !important; height: 500px !important; margin-left: 50% !important; left: -300px !important; top: 50% !important; margin-top: -250px !important; }

.inputPOPC{ bottom: 105px;  height: 50px; line-height: 50px; }

.btnPOPC{   height: 50px; line-height: 50px;  }
	
	
	.FaixaSite{ padding-top: 70px;}
	
	.SejaSocioPlano{ width: 23%; margin: 20px 1%; float: left; height: 340px;}
	.SejaSocioPlano div:nth-of-type(3){ height: 90px;}
	.SejaSocioPlano div:nth-of-type(4){ height: 40px;}
	
	
.SejaSocioPlano:nth-of-type(1) div:nth-of-type(3),.SejaSocioPlano:nth-of-type(1) div:nth-of-type(4), .SejaSocioPlano:nth-of-type(1) div:nth-of-type(6){  display: block;}
.SejaSocioPlano:nth-of-type(2) div:nth-of-type(4), .SejaSocioPlano:nth-of-type(2) div:nth-of-type(6){  display: block;}
.SejaSocioPlano:nth-of-type(3) div:nth-of-type(3), .SejaSocioPlano:nth-of-type(3) div:nth-of-type(6){  display: block;}
	
	.BlocoDiretoria{ width:18%; }
	
	
}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1100px) {
	.escondeMenu-7{ display: inline-block; }
	
	.EmpresaHome h2{ margin-top: 40px; color: #023E88; font-size: 26px; }
	

	
}

@media (min-width: 1200px) {
	.ImagemProdutoG { height: 450px; background-size: auto 450px !important;  }

	
}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1280px) {
	.escondeMenu-8{ display: inline-block; }
	
	.ContatoDados{ position: relative; padding-top: 80px; background-position: left bottom; background-size: 60%; background-image: url(../imgs/contato_dados.png);  min-height: 500px; }
	.telefonesContato{ position: absolute; bottom: 0; left: 30px; display: block; width: 250px; height: 80px;}
	.telefonesContato p{ font-size: 24px; line-height: 40px;}
	
	.blocoNSC{ position: relative; width: 18%; float: left; font-size: 18px; color: #9F0518; margin: 4% 1%; }
	.blocoNSC img{ width: 90px;float: left; margin-right: 10px; margin-top: -20px; }
	
	.BlocoSejaSocio p{ font-size: 14px;}
	.BlocoSejaSocio span{ width: 280px;}
	.BlocoSejaSocio img{ margin-top: 70px;}
	
	.span2{ margin-bottom: 60px !important; float: left; }
	.imgFamiliaSocio{ margin: 0 auto; position: relative;  }
	.SejaSocioPlano{  height: 300px;}
	.SejaSocioPlano div:nth-of-type(3){ height: 70px;}
	
	
}