@charset "utf-8";
/* CSS Document */

body { background:#fff; background-image: color:#383838; font-family:Arial, Helvetica, sans-serif; word-wrap: break-word; overflow-x: hidden;}

.quebra   { clear:both; }	
.quebra10 { clear:both; height:10px; }	
.quebra15 { clear:both; height:15px; }	
.quebra20 { clear:both; height:20px; }
.quebra30 { clear:both; height:30px; }
.quebra50 { clear:both; height:50px; }
.quebra100 { clear:both; height:100px; }
.quebraPalavra { word-wrap: break-word; }

.centerCol { display:inline-block; float:none; text-align:left; margin-right:-4px; }
.centerRow { text-align:center; }
.float { float:left; position:relative; }
.floatD { float:right; position:relative; }
.floatF { float:left; position:relative; width:100%; }
.full { width:100%; }

.cp { cursor:pointer; }
.ct { cursor:text; }
.db { display:block; }
.dn { display:none; }
.di { display:inline; }
.dib { display:inline-block; }
.dtc { display:table-cell; }
.ovf { overflow:hidden; }
.pa { position:absolute; }
.pf { position:fixed; }
.pr { position:relative; }
.vat { vertical-align:top; }

.mr0  { margin-right:0; }
.mr5  { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }

.mb0  { margin-bottom:0; }
.mb5  { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb70 { margin-bottom:70px; }
.mb100 { margin-bottom:100px; }

.mt10 { margin-top:10px; }

.ml0  { margin-left:0; }
.ml5  { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }

.p0 { padding:0px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }
.p30 { padding:30px; }

.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt50 { padding-top:50px; }
.pt70 { padding-top:50px; }
.pt80 { padding-top:80px; }
.pt100 { padding-top:100px; }

.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb50 { padding-bottom:50px; }
.pb70 { padding-bottom:70px; }

.ptb10 { padding-top:10px; padding-bottom:10px; }
.ptb15 { padding-top:15px; padding-bottom:15px; }
.ptb20 { padding-top:20px; padding-bottom:20px; }
.ptb30 { padding-top:30px; padding-bottom:30px; }
.ptb50 { padding-top:50px; padding-bottom:50px; }
.ptb70 { padding-top:70px; padding-bottom:70px; }
.ptb100 { padding-top:100px; padding-bottom:100px; }

.plr30 { padding-left: 30px; padding-right: 30px }

.resetMargin, p, h1, h2, h3, h4, h5, h6, span { margin-top:0; margin-bottom:0; margin-left:0; margin-right:0; }

.fb { font-weight:bold; } 
.fMax { text-transform:uppercase; }
.fMin { text-transform:lowercase; }
.fn { font-weight:normal; }
.fi { font-style:italic; }
.tdn {text-decoration: none; }

.e6 { font-size:0.375em; }
.e8 { font-size:0.500em; }
.e10 { font-size:0.625em; }
.e12 { font-size:0.750em; }
.e14 { font-size:0.875em; }
.e16 { font-size:1.000em; }
.e17 { font-size:1.090em; }
.e18 { font-size:1.125em; }
.e20 { font-size:1.250em; }
.e22 { font-size:1.375em; }
.e24 { font-size:1.500em; }
.e26 { font-size:1.625em; }
.e30 { font-size:1.875em; }
.e36 { font-size:2.250em; }
.e40 { font-size:2.500em; }
.e50 { font-size:3.125em; }
.e60 { font-size:4.063em; }

.lhn { line-height:normal; } 
.lh24 { line-height:1.500em; }
.lh26 { line-height:1.625em; }
.lh30 { line-height:1.875em; }

.h0 { min-height:0px; }
.wf { width:100%; }

/* Bordas */
.bdR3 { border-radius:3px; }
.bdR5 { border-radius:5px; }

.bgBranco { background:#FFF; }
.bgPreto { background:#111; }
.bgMenu { border-bottom:2px solid #1ea483; }
.bgRodape { background-color:#00a0d0; }
.bgRodape2 { background:#007e9c; }
.bgTema { background:#fff; background-image:url(../img/layout/bg-branco.jpg); }
.bgTopoInfo { background:#007E9C; height:2px; }

.fBranco { color:#fff; }
.fPreto { color:#000; }
.fPreto2 { color:#444444; }
.fRodape { color:#f7f7f7; }
.fRodape2 { color:#b5b5b5; }
.fStar { color:#FF0; }
.fTema { color:#007E9C; }
.fTema2 { color:#03A1D0; }
.fTimes { font-family:"Times New Roman", Times, serif; }
.fTopo { color:#e4e4e4; }
.fVermelho { color:#FF0000; }
.fWhats { color:#3A9903; }

.txtCenter { text-align:center; }
.txtRight { text-align:right; }

.sucesso { background:#5CB85C; color:#fff; }
.falha { background:#D9534F; color:#fff; }
.primario { background:#337AB7; color:#FFF; }

.hBg { -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s; transition: background 0.2s; }
.hBg:hover { -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s; transition: background 0.2s; }

.hColor { -webkit-transition: color 0.2s; -moz-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s; transition: color 0.2s; }
.hColor:hover { -webkit-transition: color 0.2s; -moz-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s; transition: color 0.2s; }

/* Classes */
.anuncioBox h3 a:link, .anuncioBox h3 a:visited, .anuncioBox h3 a:active { color:#1a0dab; text-decoration:none; }
.anuncioBox h3 a:hover { text-decoration:underline; } 
.anuncioBox p { color:#006621; }
.anuncioBox .anuncioDescricao { color:#545454; }

.btnContato { padding:10px 15px; background:#089c4c; border:none; color:#fff; border-radius:4px; }
.btnContato:hover { background:#049044; } 

.btnEntrega { border: none; padding:17px 40px;  box-shadow: 0px 0px 15px 0px #253868; color:#fff; background:#253868; border-radius: 30px; text-decoration: none!important; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; }
.btnEntrega:hover { box-shadow: 0px 0px 55px 0px #4A5C83; color:#fff; background:#4A5C83; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; }

.direitos { margin-top: 10px; margin-bottom: 10px; text-align: center; }

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] { width: 100% !important; }
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] { width: 100% !important; }

.formChamada { width:100%; padding:15px 15px; background:#089c4c; color:#fff; }
.formContato { padding:15px; background:#fff; border:1px solid #d4d4d4; }

.imgBorda { border:1px solid #d4d4d4; }

.imgBordaTema { border:1px solid #00a0dc; }

label { font-size:1.500em; font-weight:normal; color:#121212; }

#logo { margin-top:20px; }
#logoRodape { background:#fff; box-shadow:5px 5px 5px rgba(10,125,169,0.8) }

.menu { width:100%; text-align:right; display:inline-block; z-index:999; font-style:italic; }
.menu ul { list-style:none; margin:0; padding:0px; }
.menu ul li { margin-left:-6px; padding:13px 6px 0px; display:inline-block; }
.menu ul li:first-child { margin-left:0px; }
.menu ul li:last-child { border-right:none; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { font-weight: 800; padding:12px 15px; color:#383838; text-decoration:none; display:inline; border-radius: 5px;
	-webkit-transition: background 0.2s, color 0.2s; 
	-moz-transition: background 0.2s, color 0.2s; 
	-o-transition: background 0.2s, color 0.2s; 
	-ms-transition: background 0.2s, color 0.2s; 
	transition: background 0.2s, color 0.2s;
}
.menu ul li a:hover, .menu ul li a.atual, .menu ul li p.atual, .menu ul li p:hover { background:#007E9C; color:#fff;
	-webkit-transition: background 0.2s, color 0.2s; 
	-moz-transition: background 0.2s, color 0.2s; 
	-o-transition: background 0.2s, color 0.2s; 
	-ms-transition: background 0.2s, color 0.2s; 
	transition: background 0.2s, color 0.2s;
}

.menu ul li > ul.subMenus { position:absolute; display:none; margin-top:9px; margin-left:5px; padding-top:10px; text-align:left; z-index:999; }
.menu ul li:hover > ul.subMenus { display:block; }
.menu ul li:hover > ul.subMenus li { float:none; margin-left:-5px; padding:13px 5px 12px; background:#fff; display:block; border:1px solid #dbdbdb; box-shadow:2px 2px 5px rgba(0,0,0,0.5); 
	-webkit-transition: background 0.2s, color 0.2s, border 0.2s;
	-moz-transition: background 0.2s, color 0.2s, border 0.2s;
	-o-transition: background 0.2s, color 0.2s, border 0.2s;
	-ms-transition: background 0.2s, color 0.2s, border 0.2s;
	transition: background 0.2s, color 0.2s, border 0.2s;
}
.menu ul li:hover > ul.subMenus li a { background:none; color:#242432; border-bottom:none; 
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}
.menu ul li:hover > ul.subMenus li:hover { background:#007E9C;  border:1px solid #007E9C;
	-webkit-transition: background 0.2s, color 0.2s, border 0.2s;
	-moz-transition: background 0.2s, color 0.2s, border 0.2s;
	-o-transition: background 0.2s, color 0.2s, border 0.2s;
	-ms-transition: background 0.2s, color 0.2s, border 0.2s;
	transition: background 0.2s, color 0.2s, border 0.2s;
}
.menu ul li:hover > ul.subMenus li:hover a { color:#fff; 
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

a.fVermelho:link, a.fVermelho:visited, a.fVermelho:active { color:#F00 !important; }

#menuAtivar { top:40px; padding:12px; color:#007e9c; z-index:100; background:#FFF; border-radius: 5px; border:1px solid #007e9c; 
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;

}
#menuAtivar:hover { background:#009873; color:#FFF; border:1px solid #009873;
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#menuAtivar .fa { font-size:1.250em; }

.mobile { display:none; }

.paginacaoAtual { padding:9px 12px; border:1px solid #313131; color:#313131; }

.postDescricao a:link, .postDescricao a:visited, .postDescricao a:active, .postDescricao a:hover { color:inherit; text-decoration:none; cursor:text; }
.postDescricao a:link strong, .postDescricao a:visited strong, .postDescricao a:active strong, .postDescricao a:hover strong { font-weight:normal; }

select { padding:7px 10px; border-radius:3px; } 

.servicoBox img { border:1px solid #007e9c; }

small { color:#C9302C !important; }

.tituloPrincipal { font-size:2.250em; color:#273e6a; }

.txt70 { width:70%; margin:0 auto 50px; }
.txt70-2 { width:70%; }

ul.listaNumeros { list-style:decimal; }

.videoBox { position:relative; padding-bottom:56.25%; margin-bottom:30px; padding-top:30px; overflow:hidden; }
.videoBox iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

.voltarAoTopo { position:fixed; width:50px; height:50px; bottom:-100px; right:30px; font-size:40px; color:#26386b; opacity:1; z-index:800; display:block; cursor:pointer; }

.whatsAppRodape {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #089c4c;
    color: #fff;
    z-index: 999999;
}

.whatsAppRodape a {
    padding: 12px 15px 10px;
    display: block;
}

.z999 { z-index: 999; }

/* Links */
a.lCriacao:link, a.lCriacao:visited, a.lCriacao:active { color:#252525; text-decoration:none; font-weight:normal; } 
a.lCriacao:hover{ color:#252525; }

a.lNeutro:link, a.lNeutro:visited, a.lNeutro:active, a.lNeutro:hover  { color:inherit; text-decoration:none; }

a.lPaginacao:link, a.lPaginacao:visited, a.lPaginacao:active { padding:10px 14px; background:#e30a14; color:#fff; text-decoration:none; }
a.lPaginacao:hover { background:#313131; color:#fff; }

a.lFacebook:link, a.lFacebook:visited, a.lFacebook:active { text-decoration:none; color:#43609C; opacity:1.0; }
a.lFacebook:hover { opacity: 0.8; }

a.lGoogle:link, a.lGoogle:visited, a.lGoogle:active { text-decoration:none; color:#D44233; opacity:1.0; }
a.lGoogle:hover { opacity: 0.8; }

a.lPost:link, a.lPost:visited, a.lPost:active { color:#007e9c; text-decoration:none; } 
a.lPost:hover{ color:#009873; }
.servicoBox:hover a { color:#009873; }

a.lRodape:link, a.lRodape:visited, a.lRodape:active { color:#26386b; text-decoration:none; }
a.lRodape:hover { color:#26386b; }

a.lTitulo:link, a.lTitulo:visited, a.lTitulo:active { color:#000; text-decoration:none; }
a.lTitulo:hover { color:#212121; }

a.lTelefone:link, a.lTelefone:visited, a.lTelefone:active, a.lTelefone:hover { text-decoration:none; }

a.lTopo:link, a.lTopo:visited, a.lTopo:active { color:#007E9C; text-decoration:none; }
a.lTopo:hover { color:#007E9C; }

#containerCookie { position: fixed; z-index: 40; bottom: 63px; display: block; width: 15%; }

@media (max-width: 280px){

}

@media (max-width: 330px){
.direitos { float:none; }	
#containerCookie { width: 50%; bottom: 60px; font-size: 10px; }
	
#logoRodape { width:100%; }
}

@media (max-width: 380px){
.assinatura { width:60%; }		

.bgMenu { border-bottom:none; }
	
.direitos { float:none; }	
	
#logo { width:70%; margin-bottom:40px; }	
	
#logoRodape { width:100%; }

.menu { display:none; float:inherit; text-align:left; }
.menu ul li { margin-left:auto; padding:10px 0 8px; display:block; border-bottom:1px solid #26386b; border-right:none; }
.menu ul li:last-child { border-bottom:none; color:#fff; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active { width:100%; margin:0px; padding:5px; display:block; border:none;}
.menu ul li > ul.subMenus, #bannerContainer , #bannerContainer, #faixaTopo, .desktop, .horaAtendimento { display:none !important; }

#menuAtivar { top:20px; }

.mobile { display:block; }

.naoFiqueDuvidas { font-size:1.375em; }

#pragasContainer h4 { margin-bottom:30px; font-size:1.250em; }

#servicosContainer img { width:100%; }
#servicosContainer h2 { font-size:1.250em; }

.servicoPost h1 { font-size:2.000em; }

}

@media all and (max-width:  767px) {
	#servicosContainer .e40 { font-size: 2.2em; }
	.e50 { font-size: 2.6em; }
	#containerCookie { width: 50%; bottom: 60px; font-size: 10px; }
}

@media (min-width: 381px) and (max-width: 480px){	
.assinatura { width:60%; }	

.bgMenu { border-bottom:none; }

.direitos { float:none; }

#logo { width:70%; margin-bottom:40px; }

#logoRodape { width:100%; }

.menu { display:none; float:inherit; text-align:left; }
.menu ul li { margin-left:auto; padding:10px 0 8px; display:block; border-bottom:1px solid #26386b; border-right:none; }
.menu ul li:last-child { border-bottom:none; color:#fff; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active { width:100%; margin:0px; padding:5px; display:block; border:none;}
.menu ul li > ul.subMenus, #bannerContainer, #redesTopo, #bannerContainer, .desktop, .horaAtendimento { display:none !important; }

.mobile { display:block; }

.naoFiqueDuvidas span { display:none; }

#pragasContainer h4 { margin-bottom:30px; }

#servicosContainer img { width:100%; }
#servicosContainer h2 { font-size:1.250em; }

.servicoPost h1 { font-size:2.000em; }

}

@media (min-width: 481px) and (max-width:767px) {
.assinatura { width:40%; }	

.bgMenu { border-bottom:none; }
	
.direitos { float:none; }

#logo { width:70%; margin-bottom:40px; }

.menu { display:none; float:inherit; text-align:left; }
.menu ul li { margin-left:auto; padding:10px 0 8px; display:block; border-bottom:1px solid #26386b; border-right:none; }
.menu ul li:last-child { border-bottom:none; color:#fff; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active { width:100%; margin:0px; padding:5px; display:block; border:none;}
.menu ul li > ul.subMenus, #redesTopo, .desktop, .horaAtendimento { display:none !important; }

.mobile { display:block; }
}

@media (min-width: 768px) and (max-width: 991px) {
#logo { width:320px; }	
	
.menu { text-align:center; display:inline-block !important; font-size:1.2em; }
.menu ul li { padding:13px 26px 12px; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:hover .menu ul li p { }
.menu ul li > ul.subMenus, .mobile { display:none !important; }
.menu ul li:hover > ul.subMenus, #formContainer, .desktop { display:block !important; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, { padding: 15px 3px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
#desenhoCidade { width:100%; }

#logo { width:400px; margin-top:40px; }

.menu { display:inline-block !important; font-size: 1.4em; }
.menu ul li { padding:13px 8px 12px; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:hover .menu ul li p { padding:15px 10px; }
.menu ul li > ul.subMenus, .mobile { display:none !important; }
.menu ul li:hover > ul.subMenus, #formContainer, .desktop { display:block !important; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, { padding: 15px 0px; }
}

@media (min-width: 1200px){	
.menu { display:inline-block !important; }
.menu ul li > ul.subMenus, .mobile { display:none !important; }
.menu ul li:hover > ul.subMenus, #formContainer, .desktop { display:block !important; }
}

a img { border-width:0; border:0; }