@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: #01213F; font-family: 'Open Sans', sans-serif; font-size: 16px; text-align: center; font-weight: bold; color: #08851D; 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: #08851D; 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: #2f2c67; 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: #7dc2ef;}
.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: 50px;  }
.duvidas_footer{ color: #fff; line-height: 35px;  font-family: 'Open Sans', sans-serif;  font-size: 14px; text-align: center; }
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: #77c4f0;}
.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; }

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

/*HEADER*/
/*Header*/
header { width: 100%; height: auto; background: #FFF; padding: 10px 0 0px 0; overflow: hidden; }
.logotipo { position: relative; display: block; margin: 0 auto 0; width: 130px; z-index: 10; }
.Busca { position: relative; width: 90%; height: auto; display: block; margin: 10px auto 10px; text-align: center; }
.Busca input { width: 90%; height: 25px; margin: 0; border-radius: 5px; padding-left: 10px; border: 1px solid #CACACA; }
.Busca button { float: right; position: absolute; width: 14%; position: relative; top: -25px; right: 5.2%; height: 25px; margin: 0; border-bottom-right-radius: 5px; border-top-right-radius: 5px; background: #2f2c67; color: #FFF; }
header address { position: relative; left: 8%; color: #27186c; font-size: 14px; font-weight: bold; text-align: center; }
a.AreaAluno:link, a.AreaAluno:visited { position: relative; left: 50%; margin-left: -63px; color: #FFF; text-decoration: none; background: #074469; text-align: center; display: none; width: 126px; height: 25px; font-size: 11px; font-weight: bold; line-height: 25px; border-radius: 7px; }
.redes_sociais { display: none; position: relative; width: 100%; height: auto; text-align: center; margin: 15px 0 15px 0; }
.redes_sociais i { background: #F7AC36; color: #FFF; font-size: 20px; padding: 6px 10px 6px 10px; border-radius: 100%; }
.FaixaHome img { position: relative; width: 100%; height: auto; clear: both; }
nav { display: none; }






/* FIM CONTADORES */
.dv_Contadores{ display: flex; width: 100%; max-width: 1280px; flex-direction: column; flex-wrap: wrap; align-items: center; margin: 0 auto;  }
    .dv_Contador{ width: 50%; text-align: center; display: flex; flex-direction: column; margin-bottom: 20px; }
    .dv_Contador p{ font-family: 'Urbanist', sans-serif !important; font-size: 18px ; color: #2f2c67; font-weight: 600; margin-bottom: 0;  }
     .dv_ContMaior,  .dv_Contador >  div > div{ font-size: 42px !important; display: flex !important; justify-content: center; line-height: 40px !important;  }
    .dv_ContMaior  span{ font-size: 16px !important; display: inline-block;  }
    .dv_Contador >  div{ display: flex; font-family: 'Urbanist', sans-serif !important; font-size: 18px; color: #00295b; font-weight: 700; margin-bottom: 0; align-items: center; justify-content: center;  }

	.dv_BlocoIMG{ width: 48%; margin: 1%; display: flex; justify-content: center; align-content: center; text-align: center; padding: 15px 5px;}
    .dv_BlocoIMG img{ width: 100px; height: auto;}
    .dv_BlocoIMG a{ display: flex; flex-direction: column; justify-content: center; justify-content: space-between;  align-items: center;   }



/*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; }

/* 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: 2.5; }
.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-color: #F1F1F1;  padding: 10px 0 10px 0; margin: 10px auto;}
.EmpresaHome p {  font-family: 'Open Sans', sans-serif; font-size: 16px; color: #013F0A;  text-align: center; line-height: 25px; margin-bottom: 0; }

a.btn_saiba:link,  a.btn_saiba:visited { font-family: 'Open Sans', sans-serif; font-size: 14px; display: inline-block;   color: #fff; border: 2px solid #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; line-height: 40px; padding: 0 20px; -webkit-box-shadow: -1px 4px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 12px 0px rgba(0,0,0,0.75);
box-shadow: -1px 4px 12px 0px rgba(0,0,0,0.75); clear: both;   }
a.btn_saiba:hover, a.btn_saiba:active { color: #fff; background-color: rgba(255,255,255,0.7);}


	.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{ display: inline-block;  font-weight: 800; font-family: 'Open Sans', sans-serif; font-size: 20px; text-align: center !important; color: #2f2c67;}
.subP{ font-family: 'Open Sans', sans-serif; font-size: 12px; text-align: center; color: #8B8A97; }
.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; }


.FundoBlogHome{ background-image: url("../imgs/fundo_blog.png"); background-size: cover; background-position: center center; padding: 25px 0;  }
.imgBlogH{ width: 100%; height: 240px; overflow: hidden;  }
.imgBlogH img{ height: auto; width: 100%; }
.blogHome{ margin-bottom: 20px; }
.blogHome h4 { color: #2f2c67 !important; font-family: 'Open Sans', sans-serif; font-size: 20px; width: 100%; text-align: center; height: auto; line-height: 20px; }
.blogHome p:nth-of-type(1) { color: #666 !important; font-family: 'Open Sans', sans-serif !important; font-size: 10px; line-height: 25px; font-weight: 600; text-align: center;  }
.blogHome p:nth-of-type(2) { color: #666 !important; font-family: 'Open Sans', sans-serif !important; font-size: 14px; line-height: 25px; font-weight: 300; width: 95%; margin-bottom: 20px; }

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 { background-color: #cccccc6b; color: #2f2c67;  font-family: 'Open Sans', sans-serif;   font-size: 14px; text-align: center;}
.FaixaSite2 { position: relative; width: 100%; height: 100px; list-style: none;  padding: 0; background-size: auto 100px !important; background-position: center center  !important; background-repeat: no-repeat !important; clear: both; margin: 0 auto; max-width: 1920px !important;  }

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


.BlocoHome{ background-color: #F9F9F9; margin: 2% 0; width: 100%; padding-top: 10px;}
.BlocoHome h2{ color: #010A70; text-align: center; font-size: 22px; font-weight: 600; height: 50px; line-height: 25px;}
.BlocoHome p{ line-height: 25px; color: #333; font-size: 14px; font-weight: 300; text-align: center;}
.BlocoHome img{ width: 100%; max-width: 320px; display: block; margin: 0 auto;}

.Pag_TextoDestaque{ font-family: 'Open Sans', sans-serif;  font-size: 18px; font-weight: 300; color: #666; text-align: center; line-height: 30px; margin: 20px 0 10px 0;}
.Pag_TextoNormal{ font-family: 'Open Sans', sans-serif;  font-size: 16px; font-weight: 300; color: #666; text-align: justify; line-height: 30px;}
.Pag_TituloDestaque{ font-family: 'Open Sans', sans-serif;  font-size: 18px; font-weight: 600; color: #010A70; text-align: center; line-height: 40px; border-bottom: 1px solid #010A70; }
.Pag_TituloDestaqueVermelho{ font-family: 'Open Sans', sans-serif;  font-size: 18px; font-weight: 600; color: #9A000C; text-align: center; line-height: 40px; border-bottom: 1px solid #9A000C; }
.Pag_Lista { list-style: none; }
.Pag_Lista li { font-family: 'Open Sans', sans-serif;  font-size: 14px; background-color: #F0F0F0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding-left: 20px; line-height: 40px; margin-bottom: 5px; color: #333;  }

a.linkFechamento:link, a.linkFechamento:active, a.linkFechamento:visited{ display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; width: 95%; margin: 0 auto; background-color: #08851D; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; color: #fff; text-align: center; line-height: 45px;}
.Pag_Bloco3{ position: relative; width: 100%; height: auto; background-color: #f9f9f9; margin: 20px auto; padding: 10px; font-family: 'Open Sans', sans-serif;  font-size: 16px; font-weight: 300; color: #333; text-align: left; line-height: 25px;}
.Pag_Bloco3 p:nth-of-type(1) { text-align: center; color:#010A70; }


a.Pag_LinkSimples:link, a.Pag_LinkSimples:active, a.Pag_LinkSimples:visited{ font-family: 'Open Sans', sans-serif; font-size: 14px;  background-color: rgba(8,133,29,0.3); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #fff; text-align: center; padding: 0 15px;}
a.Pag_LinkSimples:hover{ background-color: rgba(8,133,29,1.00); }


a.DownloadD:link, a.DownloadD:active, a.DownloadD:visited { font-size: 14px; border: 1px solid #dedede; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; display: block; width: 100%; line-height: 40px; padding: 0 10px; margin: 10px 0; color: #1e236c; transition: 0.5s;}
a.DownloadD:hover { background-color: #1e236c; color: #fff; transition: 0.5s;}

.btnEnviar{ background-color: #28176e; color: #fff; text-align: center; padding: 8px 40px; font-size: 16px; cursor: pointer; border-radius: 10px;}
.btnEnviar:hover{ background-color:#77c4f0; color: #fff;  }


.containerServicos { background-image: url("../imgs/img_servicos.png"); position: relative; height: auto; margin-bottom: 50px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.txt_TituloGrande{ font-family: "DM Sans", sans-serif !important;  text-align: center; color: #00295b; font-weight: 700; margin: 20px auto; font-size: 24px; }

.txt_TituloGrandeS { color: #1e236c; width: 90%; padding-top: 43px; }
.txt_TituloGrande span{ font-weight: 600; }
.cardsServicos { display: flex;	flex-direction: column;	margin: 15px auto; /* position: absolute;*/ width: 90%; padding: 20px; }

/*NOVO BLOG*/
.newBlog { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: center; }



.dv_EquipeDMenor{ display: flex; order: 1; background-color: #0c2550; width: 100%; justify-content: center; align-items: flex-start;   }
.dv_EquipeDestaque{ display: flex; flex-wrap: wrap; width: 100%;  margin: 0 auto; }
.dv_EquipeD{ display: flex; flex-wrap: wrap; width: 100%; }
.dv_EquipeDMaior{ order: 2; padding: 20px; background-color: #0c2550; width: 100%; display: flex; align-items: center; }
.dv_EquipeD2 .dv_EquipeDMaior{ background-color: #215c9e;  }
.dv_EquipeD2 .dv_EquipeDMenor{ background-color: #215c9e;  }
.dv_EquipeD2 .txt_SubtitPag{ color: #0c2550;  }
.dv_EquipeD2 .txtvsub{ color: #0c2550;  }
.img_Equipe{ position: relative; width: auto; max-width: 100%; height: auto; }
.txt_TituloPagE{ font-family: 'Urbanist', sans-serif !important;  font-size: 16px; font-weight: 400; color: #fff; line-height: 25px;   }
.txt_TextoPagE{ color: #fff; font-family: 'Urbanist', sans-serif !important;  font-size: 16px; font-weight: 400;  line-height: 25px;   }


.txt_TituloGrandeMVV{ font-family: 'Urbanist', sans-serif !important;  text-align: center; color: #00295b; font-weight: 700; margin: 20px auto; font-size: 24px !important; }

.dv_BlocosSolQ { display: flex; flex-wrap: wrap; width: 100%; justify-content: center;  }
    .dv_BlocosSolQ_dados { display: flex; width: 90%; margin-bottom: 10px; padding: 15px 10px;   flex-direction: column; align-items: center; border-bottom: 1px solid #ccc; align-items: center; }
    .dv_BlocosSolQ_dados p:nth-of-type(1) {   font-size: 22px; font-weight: 700; color: #00295b; text-align: center;  }
    .dv_BlocosSolQ_dados p:nth-of-type(2) {  font-size: 16px; font-weight: 400; color: #3d3d3d; text-align: center;  }
    .dv_BlocosSolQ_dados img { margin-bottom: 20px; /*width: 100px;*/  }


	.divQuemSomos { display: flex; flex-direction: column; justify-content: center; margin: 5px; padding: 5px;  }
	.imgQuemSomos { width: 98%; margin: 0 auto; display: block; }
	.BlocoTxtQuemSomos h1{ color: #2f2c67; text-align: center; }
	.BlocoTxtQuemSomos h3 { color: #3d3d3d; }
	.BlocoTxtQuemSomos p{ color: #3d3d3d; text-align: left; line-height: 25px;  } 
	.BlocoTxtQuemSomos span{ font-weight: 600; }


	.DescricaoProd h1 {color: #000000;font-size: 24px;border-bottom: 1px solid #EEE;padding-bottom: 10px;font-weight: normal;}


	.txt_Titulo {  position: relative; display: inline-block; font-size: 18px !important; color: #2f2c67 !important;
    font-weight: 600 !important; margin: 0px auto 50px;display: block; font-family: 'Quicksand', sans-serif; font-weight: 500;}
.txt_Titulo::after { position: absolute; background-color: #454545; height: 3px; width: 100%; content: "";
     left: 0; bottom: -20px; border-radius: 10px;  }

.tituloP{ position: relative;  display: flex; justify-content: center; flex-wrap: wrap; font-family:  'Open Sans', sans-serif; font-size: 26px; text-align: center; color: #00295b; margin-bottom: 40px; font-weight: 600; flex-direction: column; align-content: center; align-items: center;}
.tituloP::after{ content: ''; position: relative; width: 200px; height: 3px; background-color: #4f5de4; bottom: -20px;}

.BlocoCorpoC{ position: relative; width: 100%; margin: 1% 2%; height: auto; line-height: 30px; padding: 2px 10px;  border: 3px solid #F1F1F1; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; text-align: center;  }

/*BOTÃO ENTRE EM CONTATO*/
a.btn_SaibaMais_G:link, a.btn_SaibaMais_G:active, a.btn_SaibaMais_G:visited { position: relative; width:290px; line-height: 50px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fff;  background-color: #2f2c67; display: block; margin: 0 auto; font-size: 16px;  }
a.btn_SaibaMais_G:hover{ background-color: #7dc2ef; color: #ffffff; }


/*PERGUNTAS*/
.section-title__tagline {
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    color: #77c4f0;
    margin: 0 0 11px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.section-title__tagline svg.arrow-svg {
    position: relative;
    display: inline-block;
    width: 55px;
    overflow: hidden;
    margin: 0 0 0 9px !important;
    fill: #2f1b82;}

.section-title__title {
        font-size: 30px;
        line-height: 40px;
    }
/* h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: #4f5de4;
    font-weight: 700;
}*/
  .accrodion-one__wrapper .accrodion {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 31px 82px 10px 40px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
} 

.accrodion-one__wrapper .accrodion {
        padding-left: 30px;
        padding-right: 30px;
    }

.accrodion-one__wrapper .accrodion__icon {
        right: 25px;
    }
.accrodion-one__wrapper .accrodion__icon {
    position: absolute;
    
    top: 34px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 2;
    color: #4f5de4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accrodion-one__wrapper .accrodion__icon::after, .accrodion-one__wrapper .accrodion__icon::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #4f5de4;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accrodion-one__wrapper .accrodion-title h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    line-height: 26px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.accrodion-one__wrapper .accrodion-title {
    padding: 0 0 22px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
}

.accrodion-one__wrapper .accrodion-content {
    position: relative;
    padding: 0 0 19px;
}
h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: #4f5de4;
    font-weight: 700;
}
/*FIM PERGUNTAS*/


.NovoMenu{ display: none; }

/*CSS TEXTO PÁGINAS*/
.newTxtPags { padding: 0px 10px; }
.newTxtPags p{ line-height: 37px; font-size: 16px; color: #333; font-family: 'Open Sans', sans-serif; font-weight: 300; }
.newTxtPags li{ line-height: 30px; font-size: 16px; margin: 20px 0px 20px 40px; }
.newTxtPags strong{ line-height: 20px; font-size: 18px;}

.BlocoDepoimentoA{ border: 1px solid #DDD; border-radius: 10px; padding: 10px 10px; }

.headerPagePC{ display: none;}
.headerPageMOBILE{ display: flex; justify-content: center; align-items: center; }

a.btnLinkNovo:link, a.btnLinkNovo:active, a.btnLinkNovo:visited{ display: inline-block; margin: 10px auto; font-size: 16px; color: #fff; background-color:#2f2c67; text-align: center; line-height: 46px; padding: 0 20px; font-family: 'Open Sans', sans-serif; font-weight: 300; border-radius: 10px;   }
a.btnLinkNovo:hover{ background-color:#77c6f0;  }

.BlocoModalidadesGeral, .BlocoModalidade{ display: flex; flex-wrap: wrap; width: 100%; }
.BlocoModalidadeVertical { display: flex; justify-content: center; align-items: center;  width: 100%; height: 50px; background-color: #2f2c67; font-size: 22px; text-align: center;  font-family: 'Open Sans', sans-serif;  font-weight: 600; color: #fff;   }
.BlocoModalidadeDI{display: flex;  width: 100%; height: auto; padding: 10px; background-color: #E2E1F2; font-size: 16px; font-weight: 300; color: #2f2c67; text-align: left; margin: 10px auto;     }

.vcSabiaBlocos, .vcSabia1, .vcSabia2{ display: flex; flex-wrap: wrap; }
.vcSabia1{  order: 2;  }
.vcSabia2{  order: 1; align-content: center; background-color: #2f2c67; border-radius: 10px;  margin-bottom: 20px;    }

.vcSabiaBlocoFundo{  background-color: #2f2c67; border-radius: 10px; padding: 15px 15px; color: #fff; font-size: 16px; line-height: 25px; font-family: 'Open Sans', sans-serif; font-weight: 300; margin-bottom: 20px; width: 100%;     }
.vcSabiaBlocoFundo p{ margin-bottom: 0px; }

.divsIguais{ display: flex; flex-wrap: wrap; }

 a.PesquisaNew_LK:link , a.PesquisaNew_LK:active, a.PesquisaNew_LK:visited{ text-decoration: none; display: block; height: 100%; width: 100%; border-radius: 8px; transition: 0.5s;  }
a.PesquisaNew_LK:hover{ background-color: #EAEAEA; padding-left: 10px;  }
.PesquisaNew_Tit{ font-size: 18px !important; color: #2f2c67 !important; text-decoration: none !important; margin-bottom: 0px; }
.PesquisaNew_Desc{ font-size: 14px !important; color: #333 !important; text-decoration: none !important; line-height: 40px; }
.PesquisaNew{ width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #ccc; padding: 10px 0;  }

.lic_ano{ border-bottom: 1px solid #dedede; color: #7dc2ef; line-height: 30px;}
.lic_exercicios_off{ background-color: #dedede; color: #888888; }
.lic_exercicios:hover { background-color: #7dc2ef; color: #fff;}

a.lic_btnmod:link,  a.lic_btnmod:visited {font-size: 14px; display: block; color: #333; background: #F6F6F6; line-height: 35px; padding: 0 5px; }
a.lic_btnmod:hover, a.lic_btnmod:active { color: #fff; background-color:#7dc2ef; }

.btnLicMob{ position: relative; width:30px; height: 30px; font-size: 18px; color: #fff; background-color:#7dc2ef;  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  line-height: 30px; text-align: center; clear: both; margin: 5px 0 10px 87%;} 
#ExerciciosLic{  display:none; } 
@media (min-width: 375px) {
	.ImagemProdutoG { height: 145px; background-size: auto 145px !important;  }
	.FaixaSite2 { height: 145px; background-size: auto 145px !important;  }
}

@media only screen and (min-width: 425px) {
	.ImagemProdutoG { height: 160px; background-size: auto 160px !important;  }
	.FaixaSite2 { 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; }
	.FaixaSite2 { height: 180px; background-size: auto 180px !important;  }
	
}

@media only screen and (min-width: 620px) {
	.ImagemProdutoG { height: 235px; background-size: auto 235px !important;  }
	.FaixaSite2 { 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;}
	.FaixaSite2 { height: 260px; background-size: auto 260px !important;  }
}

@media (min-width: 768px) {
    .duvidas_footer{ text-align: left;}
    .headerPagePC{ display: flex; justify-content: center; align-items: center; }
.headerPageMOBILE{display: none; }
    	.btnLicMob, .btnLicMob2{ display: none;}
.LicitacoesFiltro{ height: auto; }
	.ExerciciosLic{ display: block; }
    #ExerciciosLic{  display:block; } 
	.tituloP{ font-size:32px !important;}
	.BlocoCorpoC { float: left; width: 31.3%; margin: 1%; }
	
	.txt_Titulo {  position: relative; display: inline-block; font-size: 32px !important; color: #2f2c67 !important; font-weight: 600 !important; margin: 0px auto 50px;display: block; padding-top: 25px; text-align: center;   }
	.txt_Titulo::after { position: absolute; background-color: #454545; height: 3px; width: 100%; content: "";
     left: 0; bottom: -20px; border-radius: 10px;  }
	
	
	.BlocoTxtQuemSomos h1{ text-align: left; border-bottom: 1px solid #EEE; padding-bottom: 10px; font-weight: normal; }
	
	.divQuemSomos { flex-direction: row; align-items: center;}
	.BlocoImgQuemSomos { width: 48%; }
	.BlocoTxtQuemSomos { width: 48%; }
	
	
	.dv_BlocosSolQ_dados { width: 31.3%; border-bottom: none; margin: 1%; position: relative;     }
        .dv_BlocosSolQ_dados::after{ position: absolute;  content:""; width: 1px; height: 80%; background-color: #d8d8d8; top: 10%; right: -5%; }
        .dv_BlocosSolQ_dados:nth-of-type(3)::after{ display: none;  }
	
	.dv_EquipeDMaior{ width: 65%; order: 1;   }
	.dv_EquipeDMenor{ width: 35%; order: 2; }
	.dv_EquipeD2 .dv_EquipeDMaior{ order: 2; justify-content: flex-start;  }
        .dv_EquipeD2 .dv_EquipeDMenor{ order: 1; }
        .dv_EquipeD2 .mapa_qsomos{ order: 1; }
	
	
	.cardsServicos { width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: center; padding: 0px; }
	
	.Pag_Lista li{ width: 31.33%; margin: 10px 1%; float: left;}
	
	.containerServicos { height: 500px; margin-bottom: 85px; }
	
	.dv_Contador{ width: 25%; }
    .dv_Contador p:nth-of-type(3){ padding: 0 10%; }.dv_Contador{ width: 25%; }
    .dv_Contador p:nth-of-type(3){ padding: 0 10%; }
	
	.dv_BlocoIMG{ width: 31.3%; margin-bottom: 5%; position: relative; transition: 0.5s; }
	.dv_BlocoIMG:nth-of-type(1)::after, .dv_BlocoIMG:nth-of-type(2)::after, .dv_BlocoIMG:nth-of-type(4)::after, .dv_BlocoIMG:nth-of-type(5)::after { position: absolute; height: 100%; width: 1px; background-color: #d8d8d8; right: -3%; top: 0; content: ""; }
    .dv_BlocoIMG:hover{ background-color: #F4F4F4; }
	
	
	
	
	
	/*HEADER*/
header { padding: 5px 0 10px 0; }
.logotipo { margin: 0; width: 100px; float: left; top: 5px; left: 50px; }
.Busca { width: 50%; margin: 0px 0 20px 0; float: left; top: 30px; left: 50px; height: 35px; }
	.Busca input, .Busca button { height: 35px;}
	.Busca button{ top: -35px;}

header address { position: absolute;  font-size: 13px; font-weight: bold; text-align: center; right: 10px; left: auto; top: 38px; }
a.AreaAluno:link, a.AreaAluno:visited { display: block; position: absolute; left: 63%; margin-left: 0; text-decoration: none; background: #074469; text-align: center; display: block; width: 126px; height: 25px; font-size: 11px; font-weight: bold; line-height: 25px; border-radius: 7px; }
.redes_sociais { display: block; position: absolute; width: 120px; height: auto; text-align: center; margin: 0; float: right; top: 45px; right: 30px; }
.redes_sociais i { background: #F7AC36; color: #FFF; font-size: 20px; padding: 6px 10px 6px 10px; border-radius: 100%; }
.FaixaHome img { position: relative; width: 100%; height: auto; }
	/*nav { position: absolute; left: 17%; display: block; width: auto; text-align: left; top: 80px; height: 30px; display: none; }
	nav ul { display: inline-block; list-style: none; }
	nav ul li { position: relative; float: left;  }
	nav ul li a { color: #9E9E9E !important; font-size:10px; font-weight: 400; transition: 0.5s; padding: 3px 5px; border-radius: 5px; -webkit-border-radius: 5px; }
	nav ul li a:hover { color: #FFF !important; background: #2f2c67; }	*/
	
	
		.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; }
	#logoVBWP { float: right; margin-right: 10px;}
	#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: #7dc2ef; font-size: 12px;}
	
	#menu_Footer li a { font-family: 'Open Sans', sans-serif;  font-size: 13px; color: #fff; text-decoration: none; padding: 10px 0; }
	#menu_Footer li a:hover { font-family: 'Open Sans', sans-serif;  font-size: 14px; color: #7dc2ef; 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;}
	
	
	/* 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; }
	

.EmpresaHome{ background-image: url(../imgs/fundo_doacao.jpg); background-repeat: no-repeat; background-size: 100% 100%; padding: 40px 0; height: 200px;}
.EmpresaHome img{ display: none;}

.EmpresaHome p {  font-family: 'Open Sans', sans-serif; font-size: 18px; color: #013F0A;  text-align: center; line-height: 25px; margin-bottom: 0; }
	
	
	
	.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;}
	

.BlocoHome{ width: 46%; height: 480px; margin: 2% 2%;}
	.BlocoHome:hover { background-color: #dedede; transition: 0.5s; cursor: pointer;}
	
	.FaixaSite2 { height: 290px; background-size: auto 290px !important;  }
	
	/*CONTADORES*/
	.dv_Contadores{ flex-direction: row; justify-content: space-between; }
    
    .vcSabia1{  order: 1; width: 60%;  }
    .vcSabia2{  order: 2; width: 35%; justify-content: center; margin-left: 5%;    }

}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 992px) {
	
	.tituloP{ font-size: 26px;}
	
	.BlocoTxtQuemSomos p{ text-align: left; margin-bottom: 25px; }
	.divQuemSomos { justify-content: space-between; }
	
	.BlocoImgQuemSomos { width: 40%; }
	.BlocoTxtQuemSomos { width: 58%; }
	
	
	.txt_TituloGrandeMVV{  font-size: 32px; }
	
	.txt_TextoPagE{ font-size: 20px; }
	.txt_TituloPagE{  font-size: 28px; }
	
	.txt_TituloGrandeS { padding-top: 45px; }
	.cardsServicos {  padding: 0px; position: absolute; top: 10px; }	
	.txt_TituloGrande{  font-size: 20px; }	
	.containerServicos { position: relative; margin-bottom: 200px; height: 400px; }
	
	
	
	.dv_BlocoIMG img{ width: 120px; height: auto; margin-bottom: 20px;}
	.dv_ContMaior{ font-size: 75px; line-height: 70px;  }
    .dv_ContMaior span{ font-size: 16px;  }
	.dv_Contadores{ margin-bottom: 30px; }
	.dv_Contador p{  font-size: 22px;  }
	
	
	
	a.linkFechamento:link, a.linkFechamento:active, a.linkFechamento:visited{ font-size: 18px; width: 50%; }
	a.linkFechamento:hover{  width: 50%; background-color: #0BC42A; }
	
	.Pag_BlocoLista{ display: flex; }
	.Pag_Bloco3 { flex-direction: row; width: 31.33%; margin: 10px 1%; float: left; }
	
	/*HEADER*/
header { padding: 5px 0 0 0; height: 110px; }
.logotipo { width: 130px; top: 5px; left: 30px; }
.Busca { width: 50%;  top: 35px; left: 5.5%; height: 40px; }
	.Busca input, .Busca button { height: 40px;}
	.Busca button{ top: -40px;}
	
	
header address { right: 15px; font-size: 16px; top: 45px; }
a.AreaAluno:link, a.AreaAluno:visited { top: 15px; left: 89%; }
.redes_sociais { width: 120px; height: auto; text-align: center; margin: 0; float: right; top: 60px; right: -20px; }
.redes_sociais i { background: #F7AC36; color: #FFF; font-size: 14px; padding: 6px 8px 6px 8px; border-radius: 100%; }
.FaixaHome img { position: relative; width: 100%; height: auto; }
	
	
	
	
	.ImagemProdutoG { height: 370px; background-size: auto 370px !important;  }
	.imgIndicado {width: 10%; margin: 1% 0.3%;}
	
	/*MENU*/
	.MenuDesktop{ display: block; width: 100%;  background: #fff; 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: 930px; margin: 0 auto; height: 40px;  }
	.MenuPrincipal2{position: relative; width: 820px; margin: 10px auto 0; height: 40px; display: block;  }
	.MenuPrincipal ul { list-style: none; display: inline-block; line-height: 40px; }
	.MenuPrincipal2 ul { list-style: none; display: inline-block; line-height: 40px; }
	.MenuPrincipal ul li { float: left; line-height: 60px; height: 60px;  border-top: 1px solid #fff;     }
	.MenuPrincipal2 ul li { float: left; line-height: 60px; height: 60px;  border-top: 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: #494A3A; font-size: 14px; font-weight: 600;  line-height: 40px; padding: 0 10px; }
	a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited { float: left; font-family: 'Open Sans', sans-serif;  text-decoration: none !important; color: #494A3A; font-size: 12px; font-weight: 600;  line-height: 40px; padding: 0 8px; }
	
	
	.MenuPrincipal ul li:hover {  /*background-color: #07802F;*/ color: #07802F; border-top: 1px solid #07802F;  }
	a.link_menuP:hover { color: #07802F;}
	a.link_menuP3:hover { color: #07802F;}
	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: 12px; 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: #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; }
	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:#AA0000; 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;}
	
	.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: block;}
	
.EmpresaHome{ background-image: url(../imgs/fundo_doacao.jpg); background-repeat: no-repeat; background-size: 100% 100%; padding: 30px 0; height: 240px;}
.EmpresaHome img{ display: none;}

.EmpresaHome p {  font-family: 'Open Sans', sans-serif; font-size: 22px; color: #013F0A;  text-align: center; line-height: 35px; margin-bottom: 0; }
	
	.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; }
	
	.BlocoHome{ width: 24%; height: 480px; margin: 40px 0.5% 20px;}
    
.FaixaSite2 { height: 370px; background-size: auto 370px !important;  }
      
    .NovoMenu{ display: flex; width: 100%; height: 45px; background-color: #2f2c67;  }
    nav { position: relative;  display: flex; width: 100%; margin: 0 auto; max-width: 1200px; text-align: center; height: 45px; }
	nav ul { display: flex; list-style: none;  width: 100%; height: 45px; justify-content: space-around; }
	nav ul li a { padding: 0px 5px; font-size: 12px; height: 45px; line-height: 45px; float: left; display: block; }
	nav ul li a { color: #fff !important; font-size:14px; font-weight: 400; transition: 0.5s; padding: 0px 5px;  }
	nav ul li a:hover { color: #FFF !important; background: #7dc2ef; }
    a.btnAlunoArea:link, a.btnAlunoArea:active, a.btnAlunoArea:visited { background-color: #08851D; border-radius: 10px; height: 35px; line-height: 35px; margin-top: 5px;   }
    a.btnAlunoArea:hover{ background-color:#0EB82A; }
    
    .BlocoModalidade{ width: 50%; padding: 0 10px; align-content: flex-start; }
    .BlocoModalidadeDI{ height: 90px;  }
}

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

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

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1280px) {
	
	.divQuemSomos { margin: 40px 0px; padding: 0px; }
	
	.dv_BlocosSolQ_dados{ padding: 15px 30px; }	
	.txt_TituloGrandeMVV{  font-size: 42px; }
	
	/*FAIXA QUEM SOMOS*/
	
	.img_Equipe{ position: relative; width: auto; max-width:350px; height: auto; }
	.dv_EquipeDMaior{ display: flex;  justify-content: flex-end; width: 65%; }
        .dv_EquipeDMenor{ width: 35%; padding: 20px; justify-content: flex-start; }
        
        .dv_EquipeDMaior  div{ max-width: 750px;  }
        .dv_EquipeD2 .dv_EquipeDMaior  div{ max-width: 750px;  }
        .dv_EquipeD2 .dv_EquipeDMenor  {  justify-content: flex-end;  }
	
	/*FIM FAIXA QUEM SOMOS*/
	
	
	.txt_TituloGrandeS { padding-top: 50px; }
	.cardsServicos { top: 30px; margin: 0 auto;}
	.containerServicos { height: 450px; }
	.txt_TituloGrande{  font-size: 24px; }
	
	
	.dv_BlocoIMG img{ width: 140px; height: auto;}
	
	
	.escondeMenu-8{ display: inline-block; }
	header { padding: 5px 0 0 0; height: 110px; }
.logotipo { width: 160px; top: 0px; left: 50px; }
.Busca { width: 55%;  top: 27px; left: 5.5%; height: 40px; }
	.Busca input, .Busca button { height: 40px;}
	.Busca button{ top: -40px;}
	.EmpresaHome { max-width: 1280px; }
	
	
header address { right: 15px; font-size: 20px; top: 32px; }
	
nav ul li a { padding: 0px 15px;  }
    
     .BlocoModalidadeDI{ height: 83px; font-size: 16px;  }
	
	.BlocoHome p{ font-size: 16px; }
	.BlocoHome { height: 500px;  }

}