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

body { background:#fff; color:#383838; 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; }
.mb70 { margin-bottom:70px; }

.mt10 { margin-top:10px; }
.mt50 { margin-top:50px; }

.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; }
.pt20 { padding-top:20px; }
.pt15 { padding-top:15px; }
.pt30 { padding-top:30px; }
.pt50 { padding-top:50px; }
.pt80 { padding-top:80px; }
.pt100 { padding-top:100px; }
.pt150 { padding-top:150px; }

.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.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; }
.ptb40 { padding-top:40px; padding-bottom:40px; }
.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; } 
.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; } 
.lh20 { line-height:1.250em; }
.lh24 { line-height:1.500em; }
.lh26 { line-height:1.625em; }
.lh30 { line-height:1.875em; }

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

.txtCenter { text-align:center; }
.txtLeft { text-align:left; }
.txtRight { text-align:right; }
.txtJust { text-align:justify; }

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

.bgBranco { background:#FFF; }
.bgMenu { background:#3C3C3C; border-bottom:2px solid #a28d50; border-top:2px solid #a28d50; }
.bgTopo, .bgCorpo { background:#e0e0e0; }
.bgPreto { background:#111; }
.bgPreto2 { background:#000; }
.bgRodape { background:#fff; background-image:url('../img/layout/rodape.jpg'); border-top:4px solid #f09731; }
.bgRodape2 { background:#f2782d; }

.fBranco { color:#fff; }
.fBranco2 { color:#eaeaea; }
.fCinza { color:#a0a0a0; }
.fLaranja { color:#f47842; }
.fLaranja2 { color:#4c1903; }
.fPreto { color:#000; }
.fPreto2 { color:#444444; }
.fRodape { color:#606062; }
.fTema { color:#f3733d; }
.fTimes { font-family:"Times New Roman", Times, serif; }
.fVermelho { color:#F00; }
.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 */
#assuntosContainer img { opacity: 0.4; }
#assuntosContainer .carousel-caption { top:25%; }
#assuntosContainer .carousel-caption h3 { margin-bottom:10px; }
#assuntosContainer .carousel-indicators .active { background-color:#F58C60; border:1px solid #f47842; }

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

.btnAcao { padding:10px 20px; background:#7AA93C; color:#fff; border-radius:4px; }
.btnAcao:hover { background:#f3733d; }

#bannerContainer { width: 100%; }

.bgConte { background:#CCDD43; }

#bgTopo {   z-index: 999; position: relative; width: 100%; height: 100%; }

#bgTelefone { background: #000; }

#bgTelefone a:link, #bgTelefone a:visited, #bgTelefone a:active, #bgTelefone a:hover { text-decoration: none; color: #f3733d; }

.bgTema { background: #fff; }

.btnEmail { padding:12px 17px; background:#F7B92E; color:#383838; border:none; } 
.btnEmail:hover { background:#000; color:#FBDC17; }

.btnForm {	padding: 15px 65px; color: #fff; background:#383838; text-decoration: none!important; font-weight:bold; border:none; border-bottom:4px solid #b54917; border-right:3px solid #b54917;  -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; -ms-transition: all 0.6s; transition: all 0.6s; }
.btnForm:hover { background-color: #5CB85C; color:#fff; font-weight:bold; text-decoration: none!important; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; -ms-transition: all 0.6s; transition: all 0.6s; }

.btnGeral { border-radius: 30px; border:2px solid #f3733d; padding: 10px 20px; display: inline-block; color:#606062; text-decoration: none!important; }
.btnGeral:hover { background-color: #f3733d; color:#fff; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in;  }

#btn_receber { padding: 14px 24px; line-height: 100%; background-color: #383838; margin-top: 0px; width: 30%; color: #FFF; border: none; float: left; height: 55px; font-weight: bold; margin-right: 13px; }
#btn_receber:hover { background:#5cb85c; }

/* Carrosel de Serviços */
.carousel-custom {  position: relative;  width: 100%;  overflow: hidden; }
.carousel-custom > .item {  position: relative;  display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; }
.carousel-custom > .item > img, .carousel-custom > .item > a > img { line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-custom > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-custom > .item.next, .carousel-custom > .item.active.right { left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-custom > .item.prev, .carousel-custom > .item.active.left { left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-custom > .item.next.left, .carousel-custom > .item.prev.right, .carousel-custom > .item.active { left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-custom > .active, .carousel-custom > .next, .carousel-custom > .prev {  display: block; }
.carousel-custom > .active { left: 0; }
.carousel-custom > .next, .carousel-custom > .prev { position: absolute; top: 0; width: 100%; }
.carousel-custom > .next { left: 100%; }
.carousel-custom > .prev { left: -100%; }
.carousel-custom > .next.left, .carousel-custom > .prev.right { left: 0; }
.carousel-custom > .active.left { left: -100%; }
.carousel-custom > .active.right { left: 100%; }
.carousel-custom > .item > img, .carousel-custom > .item > a > img { display: block; max-width: 100%; height: auto; }
.carousel-custom .active.left { left: -33%; }
.carousel-custom .active.right { left: 33%; }
.carousel-custom .next        { left:  33%; }
.carousel-custom .prev        { left: -33%; }
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: visible;}
.rightest{ visibility: visible;}

@media all and (transform-3d), (-webkit-transform-3d) {	
.carousel-custom > .item.next,.carousel-custom > .item.active.right { left: 0; -webkit-transform: translate3d(33%, 0, 15%); transform: translate3d(33%, 0, 0); backface-visibility: visible; -webkit-font-smoothing: antialiased; }
.carousel-custom > .item.prev,.carousel-custom > .item.active.left { left: 0; -webkit-transform: translate3d(-33%, 0, 15%); transform: translate3d(-33%, 0, 0); backface-visibility: visible; -webkit-font-smoothing: antialiased; }
}

.carousel-custom { -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-transform: translateZ(0); -webkit-filter: blur(0); }

.carousel-control:focus, .carousel-control:hover { color: #e3e3e3;text-decoration: none;filter: alpha(opacity=90); outline: 0; opacity: .9; }

.carouselEmpreende { margin-top: 30px; }

.carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #e3e3e3; text-align: center; text-shadow: none!important; opacity: 1; }

.carousel-control:hover { color:#000; }

.carousel-control.right { right:0; left: auto; background-image: none!important; }

.carousel-control.left { background-image: none!important; }

.contatoInfoBox { padding:15px; background:#fff; border: 1px solid #dbdbdb; }

a.telTopo { text-decoration:none; }

#enderecoRodape { width:100%; padding-top:10px; border-top:1px solid #B3B2B2; }

.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:15px; background:#f5f5f5; border:1px solid #dbdbdb; }
#formCotacao small { font-size:1.225em; }

#input_name { height: 55px; width: 53%; float: left; font-size: 13pt; box-shadow: none; color: #686868; border-radius: 0px; }

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

#logoRodape { text-align:center; }
#logoTopo img { z-index:900; margin-bottom:-110px; }

.menu { width:100%; text-align:right; display:inline-block; z-index:999; }
.menu ul { list-style: none; padding: 10px 0px 0px 0px;}
.menu ul li { margin-left: -6px; padding: 0px 12px; display: inline-block; font-weight: bold; }
.menu ul li:first-child { margin-left:0px; }
.menu ul li:last-child { margin-right:0px; padding-right:0px; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { margin: 0 5px; padding:15px 0px; color: #49494c; text-decoration: none; display:inline;
	-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 a:hover, .menu ul li a.atual, .menu ul li p.atual, .menu ul li p:hover { color:#f3733d; 
	-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 a i { width:15px; height:10px; text-align:center; }
.menu ul li a.socialTopo:link, .menu ul li a.socialTopo:visited, .menu ul li a.socialTopo:active { padding:15px; background:#000; color:#fff; border-radius:50%; }
.menu ul li a.socialTopo:hover { background:#FBDC15; color:#000; }

.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; position:relative; margin-left:-5px; padding:13px 5px 12px; font-size:0.925em; 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:#f3733d;  border:1px solid #f3733d;
	-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;
}

.menu ul li > ul.subMenus li > ul { position:absolute !important; margin-left:7px; margin-top:-11px; top:0px !important; left:100%; display:none; z-index:800; }
.menu ul li > ul.subMenus li:hover > ul { clear:both; display:block; width: max-content; }
.menu ul li > ul.subMenus li > ul li { position:relative; margin-left:10px; background:#fff !important; display:block; border:none !important; border:1px solid #dbdbdb !important; box-shadow:2px 2px 5px rgba(0,0,0,0.5); display:inline; }
.menu ul li > ul.subMenus li > ul li a { padding:0px 5px !important; color:#242432 !important; display:block; }
.menu ul li > ul.subMenus li > ul li:hover { background:#f3733d !important; border:1px solid #f3733d !important; }
.menu ul li > ul.subMenus li > ul li:hover a { color:#fff !important; }

.menu ul li.menuTelefone { margin-right:20px; }

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

#menuAtivar { top:50px; padding:15px; color:#fff; z-index:100; background:#f3733d; right: 0px;}
#menuAtivar:hover { background:#201E1F; color:#fff; }
#menuAtivar .fa { font-size:1.250em; }

#menuContainer { margin-top:16px; }

.mobile { display:none; }

#newsLettersInputBox { margin-top:30px; }

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

.parceiroBox { padding:20px; }

.projetoBox, .clienteBox { padding:15px; background:#ff; border:1px solid #dbdbdb; box-shadow:none; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.projetoBox:hover, .clienteBox:hover { box-shadow:8px 10px 5px rgba(155,155,155,0.6); -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

.projetoBox:hover h2 a { color:#ED6324; }

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

.servicoBox { background-color: #c7de2b; border:1px solid #c7de2b; border-bottom: 3px solid #1D1E1C; }
.servicoBox h2, .servicoBox p { padding-right: 10px; padding-left: 10px; color:#1D1E1C;}
.servicoBox a { text-decoration: none; color:#1D1E1C; }

.servicoBox:hover { background-color: #1D1E1C; border:1px solid #1D1E1C; border-bottom: 3px solid #c7de2b; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.servicoBox:hover h2, .servicoBox:hover p { color:#c7de2b; }

.servicoLink { width:100%; text-align:center; top:50%; margin-top:-18px; }
.servicoLink a:link, .servicoLink a:visited, .servicoLink a:active { padding:18px 40px; background:#f7b92e; color:#383838; text-decoration:none; }
.servicoLink a:hover { background:#000; color:#FBDC17; }

.servicoImg { border-radius: 100%; padding:10px; border:solid 1px #f3733d; }
.servicoImg:hover { padding:5px; border:double 4px #f3733d; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

.servicoValor { color:#F5782C; }

.servicoBox2 { padding:20px; background:#fff; }
.servicoBox2 span { width:80px; height:80px; background:#ED6324; color:#fff; border-radius: 50%; text-align:center; }
.servicoBox2 span i { margin-top:20px; }
.servicoBox2 h2:hover { color:#ED6324; }

.servicoBox3 span { width:80px; height:80px; background:#ED6324; color:#fff; border-radius: 50%; text-align:center; }
.servicoBox3 span i { margin-top:20px; }

.servicoIconeBox { display:inline-block; padding:5px; border:2px solid #ED6324; border-radius:50%; margin-bottom:20px; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

.servicoBox2:hover .servicoIconeBox { background:#ED6324; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

small { color:#C9302C !important; }

.equipeBox { padding:15px; background:#fff; border:1px solid #dbdbdb; }

#telefoneMenu { right:20px; top:12px; color:#E6E6E6; }

.telefoneTopo { padding-top: 10px; color:#ececec; }

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

#topoContatos { text-align:right; }

#topoInfoContainer { padding-top:60px; text-align:right; }

#topoWhatsApp { display:inline-block; padding:10px 15px; background:#4ab357; color:#fff; border-radius:6px; text-shadow:1px 1px #20842c; }

.tratamentoBox:hover h3 a { color:#2c84c3; }

.txtChamada { color:#333; }

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

/* Links */
a.lAssunto:link, a.lAssunto:visited, a.lAssunto:active { display:inline; padding:12px 35px 15px 30px; border:1px solid #fff; text-shadow:none; color:#fff; text-decoration: none !important; border-radius: 6px; 
	-webkit-transition: color 0.2s, background 0.2s, border 0.2s;
	-moz-transition: color 0.2s, background 0.2s, border 0.2s;
	-o-transition: color 0.2s, background 0.2s, border 0.2s;
	-ms-transition: color 0.2s, background 0.2s, border 0.2s;
	transition: color 0.2s, background 0.2s, border 0.2s;
}
a.lAssunto:hover { color:#fff; background-color: #449D44; border:1px solid #449D44; 
	-webkit-transition: color 0.2s, background 0.2s, border 0.2s;
	-moz-transition: color 0.2s, background 0.2s, border 0.2s;
	-o-transition: color 0.2s, background 0.2s, border 0.2s;
	-ms-transition: color 0.2s, background 0.2s, border 0.2s;
	transition: color 0.2s, background 0.2s, border 0.2s;
}

a.bt-line:link, a.bt-line:visited, a.bt-line:active { padding:15px 35px 15px 35px; border:2px solid #000; color:#000; text-decoration: none !important; }
a.bt-line:hover { color:#fff; background-color: #000; }

a.lCriacao:link, a.lCriacao:visited, a.lCriacao:active, a.lCriacao:hover { color:#4c1903; text-decoration:none; font-weight:normal; } 

a.lDicas:link, a.lDicas:visited, a.lDicas:active { color:#000; text-decoration:none; } 
a.lDicas:hover{ color:#fbab09; background: #000; padding: 10px; }

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.socialAmarelo i { width:15px; height:10px; text-align:center; }
a.socialAmarelo:link, a.socialAmarelo:visited, a.socialAmarelo:active { width:50px; height:50px; padding:15px; background:#000; color:#FBDC17; border:1px solid #000; border-radius:50%; }
a.socialAmarelo:hover { background:#FBDC17; border:1px solid #000; color:#000; }

a.lPost:link, a.lPost:visited, a.lPost:active { color:#cdbb6d; text-decoration:none; font-weight:normal; } 
a.lPost:hover{ color:#ab8b2f; }

a.lProjeto:link, a.lProjeto:visited, a.lProjeto:active { padding:11px 21px 9px; background:#F3733D; color:#fff; text-decoration:none; display:inline-block; border-radius:6px; } 
a.lProjeto:hover{ background:#e8652e; color:#fff; }

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

a.lServico:link, a.lServico:visited, a.lServico:active { color:#383838; text-decoration:none; } 
a.lServico:hover{ color:#ED6324; }

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

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: 380px){
#assuntosContainer .carousel-caption { top:0px; }
#assuntosContainer h3 { font-size: 1.375em; display:inline; }
#assuntosContainer p.bannerChamada { margin-bottom:0px; font-size: 0.850em; }
#assuntosContainer a.lAssunto:link, #assuntosContainer a.lAssunto:visited, #assuntosContainer a.lAssunto:active, #assuntosContainer a.lAssunto:hover { padding:6px 10px; font-size: 0.875em; }	
	
.containerBaixoMenu .row.pt80 { padding-top:30px; }	
.containerBaixoMenu h1 { font-size:2.000em; line-height:40px; }
.containerBaixoMenu .e36 { font-size:1.500em; line-height:26px; }
	
.contato-rodape { text-align: center; }

#contatoTopo { font-size:1.225em; }

.direitos { float:none; margin-top: 5px; margin-bottom: 4px; text-align: center; }

#emailTopo { text-align:center; }
#emailTopo a.socialTopo { display:none; }
#emailTopo a.telTopo { font-size:0.750em; }

#newsLettersInputBox .newsLetterInput { width:100%; margin-bottom:10px; }

#departamentoBoxMob, #bgTelefone { display:block; padding:10px; }
#bgTelefone p, #bgCotacao p { font-size:1.000em; }	
	
#categoriasContainer { display:none; }	
#categoriasContainer h2 { font-size:1.250em; }
#categoriasContainer h3 { font-size:1.125em; }

.formContatoTitulo { font-size:1.150em; }

.infosTopo { margin-top:20px; text-align:center; }

#logo img { width:75%; }
	
#bannerContainer, .menu, #telefoneTopoBox, #topoInfos .horarioTopo { display:none; text-align:left; font-size:1.125em; }
.menu { text-align:left; }
.menu ul { padding:10px 0px 0px; }
.menu ul li { padding:0px; display:block; margin-left:0px; border-bottom:1px solid #F3733D; 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:10px; display:block; background:none; }
.menu ul li a:hover { border-bottom:none; }

.menu ul li a.menuDestaque { padding-top:0px; padding-bottom:0px; background:none; color:inherit; }

.menu ul li:hover > ul.subMenus, #bannerContainer, #topoInfo, #departamentoBox, .servicoBox2 span, .emailTopo, .desktop { display:none !important; }

#newsLettersContainer .newsLettersTitulo { font-size:1.375em; }
#newsLettersContainer .newsLetterDescricao { font-size:0.875em; }
#newsLettersContainer .fa-thumbs-o-up { display:none; }
#newsLettersContainer #btn_receber { width:40%; font-size:0.750em; }

.subMenus li a:hover { background-color: #fff!important; }

#menuAtivar { padding: 16px; right: 0px; top: 37px; }
#menuAtivar .fa { font-size:1.000em; }

#topoInfoContainer { float:none; padding:0px; }
#topoInfoContainer #topoInfo { float:none; text-align:center; }
#topoInfoContainer #topoInfo .e26 { display:none; }

.mobile { display:block; }

.postDescricao img { width:100% !important; height:auto !important; }

.servicoBox h2 { font-size:1.000em; }
.servicoBox img { width:100%; }

.servicoImgBox span { display:none; }

.servicoBox2 .col-xs-2 { display:none; }

.vantagensContainer img { margin-bottom: 30px; }
}

@media (min-width: 381px) and (max-width: 480px){
#assuntosContainer .carousel-caption { top:0px; }
#assuntosContainer h3 { font-size: 1.875em; }
#assuntosContainer p.bannerChamada { margin-bottom:15px; font-size: 0.925em; }
#assuntosContainer a.lAssunto:link, #assuntosContainer a.lAssunto:visited, #assuntosContainer a.lAssunto:active, #assuntosContainer a.lAssunto:hover { padding:6px 10px; font-size: 0.875em; }	
	
.containerBaixoMenu .row.pt80 { padding-top:30px; }
.containerBaixoMenu h1 { font-size:2.250em; }
.containerBaixoMenu .e36 { font-size:1.700em; line-height:26px; }

.contato-rodape { text-align: center; }

#contatoTopo { font-size:1.225em; }

.direitos { float:none; margin-top: 5px; margin-bottom: 4px; text-align: center; }

.emailTopo { display:none; }

#departamentoBoxMob, #bgTelefone { display: block; }

#newsLettersInputBox .newsLetterInput { width:100%; margin-bottom:10px; }
	
#bgTelefone p, #bgCotacao p  { font-size:1.125em; }
	
#categoriasContainer { display:none; }	
#categoriasContainer h2 { font-size:1.250em; }
#categoriasContainer h3 { font-size:1.125em; }

#emailTopo a.socialTopo { display:none; }	

.formContatoTitulo { font-size:1.150em; }

.infosTopo { margin-top:20px; text-align:center; }

#logo img { width:80%; }

.menu { text-align:left; display:none; }
.menu ul { padding:10px 0px 0; }
.menu ul li { padding:0px; display:block; margin-left:0px; border-bottom:1px solid #F3733D; 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:10px; display:block; border-bottom:none; }
.menu ul li a:hover { border-bottom:none; }

.menu ul li a.menuDestaque { padding-top:0px; padding-bottom:0px; background:none; color:inherit; }

.menu ul li:hover > ul.subMenus, #bannerContainer, #topoInfo, #departamentoBox, .emailTopo, .desktop { display:none !important; }

#newsLettersContainer .newsLettersTitulo { font-size:1.750em; }
#newsLettersContainer .newsLetterDescricao { font-size:1.000em; }

#newsLettersContainer .fa-thumbs-o-up { display:none; }
#newsLettersContainer #btn_receber { font-size:0.750em; }

.postDescricao img { width:100% !important; height:auto !important; }

#topoInfoContainer { float:none; padding-top:0px; }
#topoInfoContainer #topoInfo { float:none; text-align:center; }
#topoInfoContainer #topoInfo .e26 { display:none; }

.mobile { display:block; }

.servicoBox h2 { font-size:1.250em; }
.servicoBox img { width:100%; }

.servicoImgBox span { display:none; }
.servicoBox2 span { width:48px; height:48px; padding:13px 7px 7px; }
.servicoBox2 span i { margin-top:auto; font-size:1.750em; }
.servicoBox2 .col-xs-2 { display:none; }


.vantagensContainer img { margin-bottom: 30px; }
}

@media (min-width: 481px) and (max-width:767px) {
#assuntosContainer .carousel-caption { top:10%; }
#assuntosContainer h3 { font-size: 1.875em; }
#assuntosContainer p.bannerChamada { margin-bottom:15px; font-size: 0.925em; }
#assuntosContainer a.lAssunto:link, #assuntosContainer a.lAssunto:visited, #assuntosContainer a.lAssunto:active, #assuntosContainer a.lAssunto:hover { padding:6px 10px; font-size: 0.875em; }

#departamentoBoxMob, #bgTelefone { display: block; }

.containerBaixoMenu .row.pt80 { padding-top:30px; }
	
.contato-rodape { text-align: center; }

#contatoTopo { font-size:1.225em; }

#detetivePessoal { margin-top:15px !important; }
#detetivePessoal img { width:70%; }

#emailTopo a.socialTopo { display:none; }

#newsLettersContainer .newsLettersTitulo { font-size:1.875em; }
#newsLettersContainer .newsLetterDescricao { font-size:1.000em; }

#newsLettersInputBox .newsLetterInput { width:260px; }

.infosTopo { margin-top:20px; text-align:center; }

#logo img { width:300px; }
	
.menu, #telefoneTopoBox, #topoInfos .horarioTopo, .emailTopo, .telefoneTopo { display:none; text-align:left; }
.menu { text-align:left; }
.menu ul { padding:10px 0px 0px; }
.menu ul li { margin-left:0px; padding:0px; display:block; border-bottom:1px solid #F3733D; 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:10px; font-size:1.250em; display:block; border-bottom:none; }
.menu ul li a:hover { border-bottom:none; }

.menu ul li a.menuDestaque { padding-top:0px; padding-bottom:0px; background:none; color:inherit; }

.menu ul li:hover > ul.subMenus, #departamentoBox, .desktop { display:none !important; }

.postDescricao img { width:100% !important; height:auto !important; }

#topoInfoContainer { float:none; padding-top:0px; }
#topoInfoContainer #topoInfo { float:none; text-align:center; }
#topoInfoContainer #topoInfo .e26 { display:none; }

.mobile { display:block; }

.servicoImgBox span { display:none; }

.servicoBox2 span { width:68px; height:68px;  }

.servicoBox2 span i { margin-top:10px; font-size:3.000em; }

.vantagensContainer img { margin-bottom: 30px; }

.mobileMenu p { text-align: center; float:none; }
}

@media (min-width: 768px) and (max-width: 991px) {
#assuntosContainer .carousel-caption { top:15%; }
.carousel-caption h3 { font-size:1.500em; }
.carousel-caption p { font-size:1.000em; }	
a.lAssunto:link, a.lAssunto:visited, a.lAssunto:active, a.lAssunto:hover { padding:10px 20px; }	
	
.infosTopo { margin-top:20px; text-align:center; }

#logo { float: none; margin-bottom: 0px; text-align: center; padding-bottom: 0px; }

.menu { text-align:center; display:inline-block !important; font-size:1.125em; }
.menu ul li { border-right:none; margin-left: -10px;  padding: 0px 10px; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active { margin:0 2px; }

.menu ul li > ul.subMenus { margin-top:-2px; }

.menu ul li a.menuDestaque { padding-top:7px; padding-bottom:7px; background:#2d8d2c; color:#fff; border-radius:4px; }

.postDescricao img { width:100% !important; height:auto !important; }

.servicoBox span { width:80%; }

.servicoImgBox span { height:120px; top:60px; }

.servicoBox2 span i { margin-top:-2px; }

.servicoValor { font-size:1.000em; }

.servicoBox2 { padding:10px; }

.servicoBox2 span { width:68px; height:68px; padding:15px 10px 5px; }
.servicoBox2 h5 { font-size:1.250em; font-weight:normal; }

#topoInfo { margin-bottom:10px; float:none; text-align:center; }
#topoInfo p { float:none; display:inline-table; }
#topoInfoContainer { float:none; padding-top: 0px; }

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

.vantagensContainer img { margin-bottom: 30px; width: 80%; text-align: center; }

.mobileMenu p { text-align: center; float:none; }
}

@media (min-width: 992px) and (max-width: 1199px) {
#bannerContainer { width: 100%; }	
		
#btn_receber {  }
		
#categoriasContainer { display:block !important; }	
	
#emailTopo { font-size: 0.900em; }

#logo img { width:238px; }	
	
.menu { font-size:1.125em; display:inline-block !important; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active { margin:0 -3px; padding:10px 5px; }

.menu ul li > ul.subMenus { margin-top:3px; }

.menu ul li a.menuDestaque { padding-top:7px; padding-bottom:7px; background:#2d8d2c; color:#fff; border-radius:4px; }

#newsLettersContainer .newsLettersTitulo { font-size:1.875em; }
#newsLettersContainer .newsLetterDescricao { font-size:1.000em; }

#newsLettersInputBox { margin-top:15px; }

#topoInfo { margin-bottom:0px; }
#topoInfoContainer { padding-top:12px; }

.servicoNome { font-size:1.200em; }

.servicoBox2 h5 { font-size:1.175em; font-weight:normal; }
}

@media (min-width: 1200px){

#categoriasContainer { display:block !important; }
.menu { display:inline-block !important; }
}

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