/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "verdana", arial, arimo, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "verdana", arial, arimo, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "verdana", arial, arimo, sans-serif;
}

.menu{
font-family: "verdana", arial, arimo, sans-serif;
}

blockquote{
font-family: "verdana", arial, arimo, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
font:normal 0.9em/150% 'verdana', arial, arimo, sans-serif;
}

.all{
	width:100%;
}

.fundo{
	background-position:center top;
	background-repeat:no-repeat;
	min-height:500px;
	border:1px solid #db0430;
}

.imgservicos{
	border:1px solid #333;
}

.tarja{
	min-height:30px;
	padding:0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc6725+0,db0430+100 */
	background: linear-gradient(to right,  #fc6725 0%,#db0430 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	overflow:auto;
	color:#FFF;
}

.tarja a{
	color:#FFF;
	text-decoration:none;
}

.tarja a:hover{
	color:#FFF;
	text-decoration:underline;
}

.tarja span{
	font-size:1.2em;
}

.tarjamobile{
	min-height:30px;
	padding:0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc6725+0,db0430+100 */
	background: linear-gradient(to right,  #fc6725 0%,#db0430 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	overflow:auto;
	color:#FFF;
}

.tarjamobile a{
	color:#FFF;
	text-decoration:none;
}

.tarjamobile a:hover{
	color:#FFF;
	text-decoration:underline;
}

.tarjamobile span{
	font-size:1.6em;
	font-style:italic;
}

.menu{
	display:inline-block;
}

.redes{
	padding-top:7px;
}

.redes a{
	background-color:#db0430;
	padding:4px 10px;
	color:#FFF !important;
	font-size:1.3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.redes a:hover{
	background-color:#333;
}

.frente .tres{
	width:220px;
	height:220px;
	overflow:hidden;
	-moz-border-radius: 110px;
	-webkit-border-radius: 110px;
	border-radius: 110px;
	border:2px #db0430 solid;
}

.frente .tresmobile{
	width:280px;
	height:280px;
	overflow:hidden;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	border:2px #db0430 solid;
}

.frente .titulo{
	height:65px;
	text-decoration:none;
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:0.9555em;
	text-transform:uppercase;
	padding:10px 15px; 
	color:#FFF;
	background-color:#db0430;
	display:block;

}

.frente .descricao{
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:0.8000em;
}

.frente a{
	text-decoration:none !important;
}

.capa img{
	border:2px solid #FFF;
	width:100%;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	transition:1s;
}

.capa img:hover{
	border:2px solid #F1F1F1;
}

.capa .titulo{
	height:65px;
	text-decoration:none;
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:0.9555em;
	text-transform:uppercase;
	padding:10px 15px; 
	color:#FFF;
	background-color:#db0430;
	display:block;

}

.capa .descricao{
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:0.8000em;
}

.capa a{
	text-decoration:none !important;
}

.escuro{
	position:relative;
	background-position:center center;
	height:400px;
	overflow:auto;
	z-index:9;
	border-top:5px solid #F3F3F3;
	border-bottom:5px solid #F3F3F3;
}

.escuro .dentro{
	padding-top:100px;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background-image:url(img/overlays/02.png);
	z-index:99;
}

.escuro h3{
	margin-top:100px;
	display:block;
	border-left:5px solid #FFF;
	padding-left:20px;
	position:absolute;
	z-index:999;
	color:#FFF;
	text-transform:uppercase;
}

.escuro b{
	color:#FFF;
	text-transform:uppercase;
}

.vejamais{
	position:relative;
	z-index:999;
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.855555em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #db0430 !important;
	background:#db0430 !important;
	margin:2px 0px !important;
	width:100px !important;
	transition:1s;
}

.vejamais:hover{
	background:#b8072c !important;
	border:1px solid #b8072c !important;

}


.claro{
	background-image:url(img/fundo.jpg);
	background-color:#ebebeb;
	min-height:50px;
	overflow:auto;
}

.claro .quadro{
	font-size:0.855555em;
	min-height:165px;
	text-align:center;	
}

.quadro i{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#813c7f+0,371272+100 */
	background: linear-gradient(to bottom,  #813c7f 0%,#371272 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#FFF;
	width:90px;
	height:90px;
	padding:25px 0px;
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	border:1px solid #CCC;
}

.especialidades h5{
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:1.2555em;
	padding:5px; 
	color:#FFF;
	background-color:#db0430;
	display:inline-block;
	
}

.vinheta h5{
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:1.2555em;
	padding:5px; 
	color:#FFF;
	background-color:#333;
	display:inline-block;
}

.galeria img{
	border-top:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
	border-bottom:15px solid #ccc !important;
	border-right:1px solid #ccc !important;
	transition:1s;
}

.galeria img:hover{
	border-top:1px solid #F3F3F3 !important;
	border-left:1px solid #F3F3F3 !important;
	border-bottom:15px solid #F3F3F3 !important;
	border-right:1px solid #F3F3F3 !important;
}

.rodape{
	padding-top:5px !important;
	border-top:1px solid #333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#555555+0,000000+100 */
	background: linear-gradient(to right,  #555555 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	overflow:auto;
	min-height:120px;
	overflow:auto;
	color:#FFF;
	font-size:0.8000em;
}

.rodape .map{
	color:#FFF;
}


.rodape .mail{
	padding-top:20px;
}

.rodape .mail a{
	color:#FFF;
	text-decoration:none;
}

.rodape .mail a:hover{
	text-decoration:underline;
}

.rodape .redes{
	padding:20px 0px;
}

.rodape .redes a{
	text-align:center;
	font-size:1.655em !important;
	color:#FFF;
	padding:11px;
	display:block;
	width:46px;
	height:46px;
	border-radius:23px;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	background-color:#000;
	float:left;
	border:none !important;
	margin-left:2px;
	transition:1s;
}

.rodape .redes a:hover{
	color:#F3F3F3;	
}


.fale img{
	border-bottom:1px solid #366b95;
	transition:1s;
}

.fale img:hover{
	border-bottom:1px solid #FFF;

}

.assinatura{
	background-color:#333;
	min-height:10px;
	padding:0px;
	overflow:auto;
	font-size:0.75555000em !important;
	color:#FFF;
}

.contato .texto{
	font-size:0.95555000em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	background-color:#F3F3F3 !important;
	border-bottom:2px solid #db0430 !important;
	color:#db0430 !important;
	width:100% !important;
	
}

.contato label{
	width:100% !important;
	margin-bottom:10px;
	
}

.contato textarea{
	border-top:none !important;
	border-left:none !important;
	border-bottom:2px solid #db0430 !important;
	border-right:none !important;
	background-color:#F3F3F3 !important;
	color:#db0430 !important;
	width:100% !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	resize:none;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	font-size:0.95555000em !important;
	
}

.contato .botao{
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.95555000em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #CCC !important;
	background:#333 !important;
	margin:2px 0px !important;
	width:100px !important;
	transition:1s;
}

.contato .botao:hover{
	background:#db0430 !important;
	color:#FFF !important;
}

.maps{
	min-height:10px;
	overflow:auto;
	border-top:5px solid #f6f6f6;
}

.maps iframe{
	width:100% !important;
}

.captcha{
	position:relative;
	width:250px;
	height:80px;
	background-color:#F3F3F3 !important; 
	border-bottom:2px solid #db0430 !important;
	color:#db0430;
	font-family:"cooper_lt_btbold_italic", Verdana, Geneva, sans-serif;
	font-size:2.000em;
	font-style:italic;
	background-image:url(img/fundocaptcha.jpg);

}
.captcha span{
	color:#db0430;
	position:absolute;
	top:30px;
	left:40px;
}

.moca img{
	border-top:1px solid #db0430 !important;
	border-left:1px solid #db0430 !important;
	border-bottom:15px solid #db0430 !important;
	border-right:1px solid #db0430 !important;
}

.nomeproduto{
	padding:5px 10px;
	position:relative;
	z-index:999;
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.855555em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #db0430 !important;
	background:#db0430 !important;
	margin:2px 0px !important;
	width:100px !important;
	transition:1s;
}

.flutuar{
	z-index:9999;
	position:fixed;
	bottom:30px;
	right:30px;
	/*width:60px;
	height:60px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:10px 0px 0px 4px;
	background-color:#0DC143;*/
}

.flutuar a{
	text-decoration:none;
	color:#FFF !important;
	margin-left:5px;
}