220
/*
	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;

}

.fundo{
	width:100%;
	background-position:center top;
	background-repeat:no-repeat;
}

.all{
	width:100%;
}

.tarja{
	min-height:30px;
	padding:0px;
	background-color:#333;
	overflow:auto;
	opacity:0.7;
}

.tarjamobile{
	min-height:30px;
	padding:15px 0px;
	background-color:#F1F1F1;
	overflow:auto;
	border-bottom:2px solid #EB3237;
}

.menu{
	display:inline-block;
}

.sociais{
	padding-top:7px;
}

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

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

.rodar{
	min-height:350px;
}

.rodar .banner{
	margin:30px 10px 60px;
	padding:10px 15px;
	height:150px;
}

.rodar .slogan span{
	color:#EB3237;
	font-weight:bold;
	background-color:#FFF;
	display:inline-block;
	padding:10px 15px;
	opacity:0.8;
}

.rodar .slogan h3{
	color:#3E4095;
	background-color:#FFF;
	display:inline-block;
	padding:10px 15px;
	opacity:0.8;
}

.secundario .cinza{
	padding:30px;
	background-color:#293A4A;
	min-height:150px;
	border:1px solid #FFF;
	opacity:0.7;
	color:#FFF;
	transition:1s;
}

.secundario .cinza:hover{
	background-color:#EB3237;
	opacity:1;
}

.secundario .cinza a{
	font-size:0.9em;
	margin-top:10px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	transition:1s;
}

.subtitulos{
	background-position-y:0px;
	background-repeat:no-repeat;
}

.subtitulos h3{
	border-bottom:1px solid #EB6915;
	color:#333;
	display:block;
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:1.255555em;
}

.destaques{
	min-height:220px;
	overflow:auto;
	padding-bottom:15px;
	margin-bottom:15px;
	border:1px solid #CCC;	
	color:#333;
	transition:1s;
}

.destaques:hover{
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	background-color:#F1F1F1;
}

.destaques img{
	margin-bottom:20px !important;
}

.destaques span{
	margin:10px;
	color:#333;
	text-align:right;
	display:block;

}

.destaques i{
	color:#EB3237 !important;
}

.destaques .ladoa{
	width:50px;
	padding-left:10px;
	float:left;
}

.destaques .ladob{
	width:150px;
	font-size:0.75em;
	padding:2px 5px 0px 5px;
	float:left;
}

.prea{
	background-color:#F1F1F1;
	border:1px solid #F5F5F5;
	padding:5px 20px;
	min-height:100px;
	overflow:auto;
	border-radius:0px 25px 0px 25px;
	-moz-border-radius:0px 25px 0px 25px;
	-webkit-border-radius:0px 25px 0px 25px;
}

.preaimg{
	border:1px solid #F5F5F5;
	border-radius:0px 25px 0px 25px;
	-moz-border-radius:0px 25px 0px 25px;
	-webkit-border-radius:0px 25px 0px 25px;
}

.quadriculado{
	width:33%;
	height:175px;
	float:left;
	border:1px solid #F3F3F3;
	background-position:center top;
	background-size: 100%;
}

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

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

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

.imgservicos{
	border:5px solid #F1F1F1 !important;
	transition:1s;
}

.rodape{
	padding:15px 20px;
	min-height:10px;
	overflow:auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#828589+0,46494c+100 */
	background: linear-gradient(to right,  #828589 0%,#46494c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height:100px;
	overflow:auto;
	color:#999999;
	font-size:0.80000em !important;
}

.rodape h5{
	margin-bottom:10px;
	font-size:1.222em;
	color:#FFF;
	border-bottom:1px solid #EB3237;
	display:block;
}

.rodape .secao{
	color:#FFF;
}

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

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

.rodape .secao .logo{
	margin-top:20px;
}

.rodape .secao .redes{
	display:inline-block;
	padding:14px;
	margin:5px;
	width:50px;
	height:50px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	background-color:#333;
	padding:14px 15px;
	transition:1s;
}

.rodape .secao .redes:hover{
	background-color:#cd5507;
}

.navega a{
	padding:2px 5px;
	border-bottom:1px solid #EB3237;
	display:block;
	font-size:1.1000em !important;
	text-decoration:none;
	font-style:italic;
	color:#FFF;
	transition:1s;
}

.navega a:hover{
	background:#EB3237;
	border-bottom:1px solid #FFF;	
}

.assinatura{	
	background-color:#36393c;
	min-height:20px;
	padding:5px 0px;
	overflow:auto;
	color:#FFF;
	font-size:0.855000em !important;
	font-family: "verdana", arimo, arial, sans-serif;
}

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

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


.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:1px solid #EB3237 !important;
	color:#EB3237 !important;
	width:100% !important;
	
}

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

.contato textarea{
	border-top:none !important;
	border-left:none !important;
	border-bottom:1px solid #EB3237 !important;
	border-right:none !important;
	background-color:#F3F3F3 !important;
	color:#EB3237 !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;
	
}

.vejamais{
	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 #363531 !important;
	background:#363531 !important;
	margin:2px 0px !important;
	transition:1s;
}

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

.captcha{
	position:relative;
	width:250px;
	height:80px;
	background-color:#F3F3F3 !important; 
	border-bottom:1px solid #EB3237 !important;
	color:#EB3237;
	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:#EB3237;
	position:absolute;
	top:30px;
	left:40px;
}

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

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

.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 #EB3237 !important;
	background:#EB3237 !important;
	margin:2px 0px !important;
	transition:1s;
}

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

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

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}