body {
	font-size:100%;
	overflow-x: hidden; 
	overflow-y: scroll !important;
}
a:hover {
    color: #166084;
    text-decoration: none !important;
}
@media(max-width:991px) {
	.container {
		width:100%;
	}
}
.linha-inicial{
    float:left;
    width: 100%;
    height: 3px;
    background: #ff2026;
    border:1px solid #000;
}
header{
    min-height: 216px;
   	position: relative;
    border-top: 2px solid #ff2026;
}
.divisor{
	float:left;
    margin: 6px 4px;
}
 .email-topo{
    float: right;
    width: 198px;
    color: #fff;
    font-size: 13px;
    text-align: right;
    margin-top: 8px;
 }
 .topo-bar{
    float: left;
    width: 100%;
    height: 32px;
 }
.area-cliente{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    float: left;
    margin: 3px 0;
}
.area-cliente:hover{
    font-size: 16px;
    font-weight: bold;
    color: #242B34;
    text-decoration: none;
    float: left;
    margin: 3px 0;
}

@media(max-width:991px) {
	header .menu-fixed menu > li {
		font-size:11px;
	}
}

header .logotipo {
	float: left;
    margin-bottom: 26px;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
  	header .logotipo {
		float:left;
		margin-bottom:30px;
		margin-top:30px;
		text-align: center;
	}
	.img-logo{
	    display: initial !important;
	}
}

ul.egmenu {  
    height: 41px;
    width: 100%;
    padding: 0;
    text-align: center;
}

ul.egmenu > li { 
    display: inline-block;
    position: relative; 
    margin-right: 6%; 
}

ul.egmenu > li:last-child {
    margin-right:0;
}

ul.egmenu ul {
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    width: 230px;
    font-size: 17px;
    font-family:"dosis", sans-serif;
    text-transform: uppercase;
    z-index: 9999999999999999999999;
    border-top: 2px solid #000;
    border-bottom-left-radius: 8px; -ms-border-bottom-left-radius: 8px;-moz-border-bottom-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; -ms-border-bottom-right-radius: 8px; -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px;
}
ul.egmenu a { 
    cursor: pointer; 
    display: block; 
    color: #000; 
    line-height: 30px; 
    padding: 10px 4px;
    font-size: 15px;
}
ul.egmenu a:hover { 
    color: #000000;
    font-weight: bold;
}
ul>li>ul>li>a{
    color: #313030 !important;
    padding: 8px 11px !important;
}
ul>li>ul>li>a:hover{
    color: #000 !important; 
    padding: 8px 11px !important;
    background: #f2f2f2;
    font-weight: bold;
}
ul>li>ul>li:last-child>a:hover{
    border-bottom-left-radius: 8px; -ms-border-bottom-left-radius: 8px;-moz-border-bottom-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; -ms-border-bottom-right-radius: 8px; -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px;
}

ul.egmenu li { list-style: none; }
    
ul.egmenu li:hover ul { display: block; }

@media(max-width:1200px) {
	ul.egmenu a { 
    	padding: 10px 12px !important;
	}
}
@media(max-width:767px) {
	header .menu > div > menu > li.dropdown {
		float:right;
	}
	.nav-menu-total{
		position: relative !important;
	}
}

header .menu > div > menu > li > a {
	color:#fff;
	border-bottom:3px solid #191919;
	display:block;
	padding-bottom:15px;
	padding-left:18px;
	padding-right:18px;
	padding-top:15px;
	text-decoration:none;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}
.buscaveja{
    border: 1px solid #ddd;
    padding: 8px;
    background: #f7f7f7
}
.busca-input{
    border: 0;
    padding: 14px 8px 2px 8px;
    width: 80%;
    margin: 0;
}
.busca-linha{
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    height: 10px;
}
.form-busca{
    margin-top: 35px;
    margin-bottom: 35px;
}
.icones-redes-header{
    float:left;
    width: 100%;
    margin-top: 45px;
}


.blur img{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}

.blur img:hover {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.foto{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 288px;
}
.foto>img{
    margin-top: -6%;
    -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
}
.foto:hover>img{
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.foto .circle{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    top: 0;
}
.foto .circle:hover{
    position: absolute;
    background: url(../images/efec.png) no-repeat center;
    width: 100%;
    height: 100%;
}

@media (max-width:991px) {
 

	.divisor {
    padding: 6px 0px;
	    float: left;
	}
	.ml {
	    margin-left: 20px;
	}
	header .mm a {
    	font-size: 14px;
	}
	header .mm a:hover {
    	font-size: 14px;
	}
	.mm{
    	margin-top: 8px;
	}
	.barrinha{
    	margin-top: 8px;
	}
}


.novidades{
	background: #f7f7f7;
    margin-bottom: 15px;
    padding-top: 15px;
}

.btn-veja-mais{
    font-size: 1.5em;
    padding: 10px 40px;
    background: #ff0007;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    top: 25px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.btn-veja-mais:hover{
    background: #060606;
    color: #fff;
}

.btnmais{
	display: inline-block;
	text-align: center;
	position: relative;
	height: 70px;
}

*/
@media(max-width:1199px) {
	section .dicas > .container > .row {
		margin-left:-20px;
		margin-right:-20px;
	}

	section .dicas .produto {
		padding-left:20px;
		padding-right:20px;
	}
}

@media(max-width:991px) {
	section .dicas .produto:last-child {
		display:none;
	}

	section .dicas .produto {
		width:33.33%;
	}
}

@media(max-width:767px) {
	.data-text-img h1{
		line-height: 28px;
	}
	.data-text-img h3{
		font-size: 14px;
	    color: #003951;
	    margin: 0px;
	    font-style: italic;
	}
	.img-texto{
		width: 100% !important;
	    margin: 0 !important;
    	margin-bottom: 12px;
	}
}

@media(max-width:380px) {
	header .busca input {
		width: 70%;
	}
}
footer .footer{
	float:left;
	padding: 1% 0;
	width:100%;
	background: #f2f2f2;
	color: #000;
}

footer a{color: #fff; display: inline-block;}
footer a:hover{color: #EAC5C5; display: inline-block;}


footer .tex {
	margin-top:20px;
}

footer .col-xs-12{
	text-align: center;
}

.modal-body {
	font-size:14px;
}

.modal-label {
	float:left;
	margin-top:10px;
}

.modal-label input {
	float:left;
	margin-right:5px;
	margin-top:0;
}

.subtitle {
	float:left;
	font-size:14px;
	margin-bottom:40px;
	width:100%;
}

.cor-verde{color:#70B300;}
.cor-vermelho{color:#CB070F;}

.header-bar{
	background:url(../images/repeat.jpg) repeat-x;
	height: 32px;
    box-shadow: 0px 2px 7px #5D5D5D;
}

.barrinha{    
	margin: 4px 15px;
    color: #73767a;
    font-size: 16px;
}


.barrinha-menu{color: #fff;}

.b-2px{border-top: 2px solid #f3585b;}
.banner-full-capa{float: left; width: 100%; margin: 10px 0 60px 0; }

.banners img{
    margin-bottom: 15px;
}

.align-center{text-align: center;}
.align-left{text-align: left;}
.align-right{text-align: right;}
.full-capa{float: left; width: 100%; margin-bottom: 8px;}
.meio-capa{float: left; width: 50%; margin-bottom: 8px;}

.shadow {
    float: left;
    width: 1160px;
    height: 1px;
    box-shadow: 0px 2px 7px #000000;
    background: #B9B9B9;
    margin-left: -40px;
    position: relative;
}

.info-capa-aprese{background: #000000; display: block; padding:1% 0;  color:#fff;}

.barrita{
	border-left: 6px solid #08C;
    padding-left: 7px;
    color: #08C;
    text-decoration: none;
}

.barrita:hover{
	border-left: 6px solid #FF0000;
    padding-left: 7px;
    color: #FF0000;
    text-decoration: underline overline;
}


/*.foto a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.foto a:hover:after {
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}*/

#map-canvas {
	width: 100%;
	height: 358px;
}
#iw_container .iw_title {
	font-size: 16px;
	font-weight: bold;
}
.iw_content {
	padding: 15px 15px 15px 0;
}

.maps{
    margin-bottom: 0px;
}
.menu-footer{
    float: left;
    padding: 4px 29px;font-family:"monserratfonte", sans-serif;
    font-size: 13px;
}

@media (max-width: 520px){
	.menu-footer {
	    width: 100%;
	    text-align: center;
	}
}
.ct-gam{
	display: none;
}

.estouaqui {
    width: 100%;
    box-shadow: 1px 2px 8px #000;
    bottom: 4px;
    background: #FF2E34;
}
.estouaqui span {
    padding: 2px 5px;
    float: left;
    font-size: 24px;
}

@media(max-width: 991px){
	.estouaqui{
		margin-top: 8px;    
		position: relative !important;
	}
}
@media (max-width: 600px){
	.weber{margin-top: 0px !important;}
	.mrxweb{margin-top: 0px !important;}
}
/* DÚVIDAS FREQUENTES */
#accordion h5{
	line-height: 23px;
}

.texto-institucional{
	margin-top: 14px;
}
.texto-institucional p{
	font-size: 14px;
    line-height: 24px;
}
.texto-institucional div{
	font-size: 14px;
    line-height: 24px;
}
.img-texto{
    width: 50%;
    float: left;
    margin: 0 8px 8px 0;
}

.cor-azul{
	color: #00344D;
}
.cor-branco{
	color: #FFF;
}
.vejamaisblog {
    border: 1px solid #ddd;
    border-bottom: 2px solid #000;
}
.vejamaisblog a{
	color: #000;

}
.blog-datames{
    text-transform: uppercase;
    padding: 4px 8px;
    font-weight: bold;
}


.barra-und{    
	width: 44px;
    height: 4px;
    background: #CB070F;
    margin-left: 8px;
}
.dados-primer{
    background: #222222;
    border-bottom: 8px solid #CB070F;
    margin: 0;
    padding: 8px;
    color: #fff;
}
.dados-segundo{
    background: #333333;
    margin: 0;
    padding: 8px;
    color: #fff;
}
.margin-d{
	display: inline-block;
}
.margin-2p{
    margin-top: 4%;
}
.margin-24{
    margin:3% 0;
}
.pamarelo{
    border: 2px solid #4E4242;
    position: relative;
    width: 100%;
    height: auto;
    background: #f5a41d;
    display: inline-block;
    margin-bottom: 20px;
}
.ppreto{
    border: 2px solid #4E4242;
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
    display: inline-block;
    margin-bottom: 20px;
}

.novidades .foto{
	margin-bottom: 15px;
	position: relative;
}
.novidades h4{
	font-weight: bold;
}
.novidades .data{
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    background: #ff0007;
    color: #fff;
    width: 60px;
    text-align: center;
}
.novidades .data h2, h6{
	margin:4px 0;
}

.servicos{
    margin: 15px 0;
}

.produtos{
    margin: 15px 0;
}
.produtos .foto{
	margin-bottom: 15px;
	float: left;
    width: 100%;
    position: relative;
    border-bottom: 4px solid #FFA700;
}

.produtos .foto a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.produtos .foto a:hover:after {
    width: 100%;
    background: url(../images/efec2.png) center no-repeat;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px); 
     -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px); 
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

::-webkit-input-placeholder { /* WebKit browsers */
color: #6B6B6B;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #6B6B6B;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #6B6B6B;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #6B6B6B;
}


.links{
    background: url(../images/ponto.png) repeat;
    margin: 5px 0;
    border-bottom: 1px solid #EFA3A4;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.links:hover{
    background: url(../images/ponto.png) repeat #EFA3A4;
    border-bottom: 1px solid #ACACD0;
}

.links .texto{
    float: left;
    min-height: 39px;
}
.linha-divisoria{
    border: none;
    border-top: solid 1px #D2D3D5;
    width:100%;
    margin-top: 10px;
    margin-bottom: 10px;    
    display: inline-block;
}
/* BUSCA */
.busca-perfil h5{
    font-size: 14px;
    line-height: 24px;
    color: #615B5B;
}
.contato-busca{
    padding: 4%;
    background: #ddd;
    margin: 12px 0;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 2px 7px #ABABAB;
}
.contato-busca textarea{
	margin-bottom: 10px;
}
.busca-mapa{
	width: 100%;
	border-top:2px solid #ddd;
	height: auto;
	padding-top:30px; 
}

/* MAPA BUSCA VER*/
.busca-mapa .form { padding: 10px 10px 10px 25px; background: rgba(0, 0, 0, 0.64);}
.busca-mapa .form h5{color: #fff;}
.busca-mapa input { margin-bottom: 10px }
.busca-mapa select { margin-bottom: 10px }
.busca-mapa .caixa{    
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999999999;
    width: 30%;
}
#map_canvas{
    width: 100%;
    height: 400px;
    float: left;
}

@media (max-width: 599px){
	.caixa {
	    position: relative !important;
    	width: 100% !important;
	}
	.busca-mapa .form {
	    padding-left: 10px !important;

	}
}

.btn-facebook{
	float:left;
	margin-top: 15px;
	margin-right: 4px;
}
.btn-twitter{
	float:left;
	margin-top: 15px;
	margin-right: 4px;
}
.btn-google{
	float:left;
	margin-top: 15px;
}

.loading{
	background: url(../images/spinner.gif) no-repeat;
	width: 40px;
	height: 40px;
	float:left;
	display: none;
}
.plano1{    
	border-left: 8px solid #D0D3F3;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.plano2{    
	border-left: 8px solid #E0A7A8;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.plano3{    
	border-left: 8px solid #C7E0F5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.plano4{    
	border-left: 8px solid #fff;
}

.mostramenucat{
		display: none;
}

@media (max-width: 599px){
	.miscategorias{
		display: none;
	}
	.mostramenucat{
		display: block !important;
	}
}

.nav-menu-total{
    display: block;
    width: 100%;
}

.transform-please-2 {
     transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px); 
     -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px); 
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}

.divcarrega{
	display:block; 
	width:100%; 
	text-align:center;
	height: auto;
}
.loadingif{
	width: 190px;
	height: 56px;
	display: inline-block;
	background: url(../images/loading.gif)no-repeat;
}
#maisloading{display: none;}
@media(min-width: 1000px){
    .contato>.container{width:745px;}
}
.informacoes-capa{
    background: #f00;
    min-height: 341px;
}
.equipe-img-redo{
    border-radius: 50%; -moz-border-radius: 50%;-ms-border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;
    border: 5px solid #FF2E34;
}
.youtube-img{
    position: relative;
    width: 100%;
    height: 114px;
    overflow: hidden;
}
.youtube-img img{
    margin-top: -19px;
}

.form{
    background: #f1f1f1;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.form input,textarea{
    margin:4px 0;
}