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

body { background:#fff; font-family:Arial, Helvetica, sans-serif; word-wrap: break-word; }

.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; }
.quebraPalavra { word-wrap: break-word; }

.center { margin:0 auto; }
.containerPrincipal { background:#323232; }
.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; }
.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; }

.mt10 { margin-top:10px; }

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

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

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

.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb50 { padding-bottom:50px; }
.pb80 { padding-bottom:80px; }

.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; }
.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; } 
.fi { font-style:italic; }
.fMax { text-transform:uppercase; }
.fMin { text-transform:lowercase; }
.fn { font-weight:normal; }

.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; }
.bgMenu { background:#2c84c3; border-bottom:7px solid #fbab09; }
.bgTopo, .bgCorpo { background:#e0e0e0; }
.bgRodape { background:#2c84c3; border-top:3px solid #fbab09; }

.fBranco { color:#fff; }
.fBranco2 { color:#dcd9d9; }
.fPreto { color:#000; }
.fPreto2 { color:#444444; }
.fRodape { color:#B3B2B2; }
.fTema { color:#451966; }
.fVerde { color:#A2BC36; }
.fVermelho { color:#cc3d3d; }
.fTimes { font-family:"Times New Roman", Times, serif; }
.fWhats { color:#3A9903; }

.fSPreto { text-shadow:5px 5px 10px #0F2831; }

.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; }

.bgMenu .col-lg-12 { min-height:0px; }

.carousel-caption h3 { padding:10px 15px; background:rgba(0,0,0,0.3); box-shadow:3px 3px 0px rgba(0,0,0,0.2); display:inline-block; border-radius:6px; }

.depoimentoBox { padding:15px; background:#f3f3f3; border:1px solid #dbdbdb; box-shadow:8px 8px 0px #e0e0e0; }

#faixaTopo { text-align:right; }

.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; }

.formContainer { padding:20px; background:#33718a; }
#formOrcamento label { color:#fff; font-size:0.875em; }
#formOrcamento small { color:#ffca00; }

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

.menu { width:100%; text-align:center; display:inline-block; z-index:999; text-transform: uppercase;}
.menu ul { list-style:none; margin:0; padding:0px; }
.menu ul li { margin-left:-6px; padding:13px 1px 12px; display:inline-block; border-right:1px solid #1f74b1; }
.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 { padding:15px 16px; color:#fff; text-decoration:none; display:inline;
	-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 { color:#031827;
	-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; 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:#E30A14;  border:1px solid #99999A;
	-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;
}

#menuAtivar { top:40px; right:15px; padding:12px; color:#fff; z-index:100; background:#b71826; }
#menuAtivar:hover { background:#e62c3d; }
#menuAtivar .fa { font-size:1.500em; }

#menuContainer { padding-right:15px; }

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

#parallax1 { z-index:800; }

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

small { color:#C9302C !important; }

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

.tracoTitulo { display:inline-block; text-align:center; height:3px; width:40px; background:#fbab09; }

.tratamentoBox { background:#fff; border-radius:6px; }
.tratamentoBox:hover h3 a { color:#2c84c3; }

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:#E30A14; opacity:1; z-index:800; display:block; cursor:pointer; }

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

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.lNeutro:link, a.lNeutro:visited, a.lNeutro:active, a.lNeutro:hover { color:inherit; text-decoration:none; } 

a.lPost:link, a.lPost:visited, a.lPost:active { color:#2c84c3; text-decoration:none; font-weight:normal; } 
a.lPost:hover{ color:#1e6fa9; }

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

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.lTratamento:link, a.lTratamento:visited, a.lTratamento:active { color:#1d6ca5; text-decoration:none; font-weight:normal; } 
a.lTratamento:hover{ color:#2c84c3; }

@media (max-width: 280px){

}

@media (max-width: 330px){

}

@media (max-width: 380px){
.bgMenu { border-bottom:none; }	
	
.containerBaixoMenu .row.pt80 { padding-top:30px; }	

.depoimentoBox .e20 { font-size:1.000em; }	
.depoimentoBox .e26 { font-size:1.375em; }	

#logo { width:50%; margin-bottom:30px; }
#logoRodape, #logoCriacao { float:none; text-align:center; }
#logoRodape { margin-bottom:10px; }

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

.servicoBox h2 { font-size:1.000em; }

.tratamentoBox img { margin-bottom:10px; }

.postImg { width:100%; }
}

@media (min-width: 381px) and (max-width: 480px){	
.bgMenu { border-bottom:none; }	

.containerBaixoMenu .row.pt80 { padding-top:30px; }

.depoimentoBox .e20 { font-size:1.000em; }	
.depoimentoBox .e26 { font-size:1.375em; }

#faixaTopo { text-align:center; }

#logo { width:50%; margin-bottom:30px; }
#logoRodape, #logoCriacao { float:none; text-align:center; }
#logoRodape { margin-bottom:10px; }

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

.tratamentoBox img { margin-bottom:10px; }

.postImg { width:100%; }
}

@media (min-width: 481px) and (max-width:767px) {
.bgMenu { border-bottom:none; }	

.containerBaixoMenu .row.pt80 { padding-top:30px; }

.depoimentoBox .e20 { font-size:1.000em; }	

#faixaTopo { text-align:center; }

#logo { width:50%; margin-bottom:30px; }
#logoRodape, #logoCriacao { float:none; text-align:center; }
#logoRodape { margin-bottom:10px; }

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

.tratamentoBox img { margin-bottom:10px; }

.postImg { width:100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
.depoimentoBox .e20 { font-size:1.000em; }	

.menu { display:inline-block !important; font-size:1.0em; }
.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 7px; }
.menu ul li > ul.subMenus { display:none !important; }
.menu ul li:hover > ul.subMenus, #formContainer { display:block !important; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, { padding: 15px 13px; }

.tratamentoBox img { margin-bottom:10px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.menu { display:inline-block !important; }
.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 11px; }
.menu ul li > ul.subMenus { display:none !important; }
.menu ul li:hover > ul.subMenus, #formContainer { display:block !important; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, { padding: 15px 13px; }

.servicoNome { font-size:1.200em; }
}

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

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