/*
	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:0px;
padding:0px;
color:#000;
font:normal 0.9em/150% 'verdana', arial, arimo, sans-serif;


}

.all{
	width:100%;
}

.bg{
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
	height:400px;
	border-bottom:5px solid #F3F3F3;
}

.esquerdo{
	height:25px;
	background-color:#17273e;
	width:70%;
	float:left;
	color:#FFF;
	padding:1px 10px;
	text-align:right;
	font-size:0.8em;
}

.direito{
	height:25px;
	background-color:#f1ae2c;
	width:30%;
	float:left;
	color:#FFF;
	padding:1px 10px;
	font-size:0.8em;
}

.tarja .fa{
	font-size:1.8em;
}

.circular{
	margin:0 auto;
	position:relative;
	top:-80px;
	margin-bottom:-150px;
	z-index:999;
	width:650px;
	min-height:160px;
	overflow:auto;
	text-align:center;
}


.circular .destaque{
	float:left;	
	margin-right:40px;
	margin-bottom:20px;
	width:160px;
	height:260px;
	overflow:hidden;
}

.circular .destaque .tres{
	width:160px;
	height:160px;
	overflow:hidden;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	border:2px #db0430 solid;
}

.circular .destaque img{
	width:160px;
}

.circular .destaque .titulo{
	height:40px;
	color:#db0430;
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:0.9555em;
	text-transform:uppercase;
	margin-top:0px !important;
}

.circular .destaque .descricao{
	font-family: "verdana", arial, arimo, sans-serif;
	font-size:0.8000em;
	margin-top:0px !important;
}

.vinheta{
	border-bottom:1px solid #db0430;
	margin-bottom:20px;
}

.vinheta h5{
	font-family: "great_vibesregular", verdana, arial, arimo, sans-serif;
	font-size:2.5em;
	padding:5px; 
	color:#db0430;
	display:inline-block;
	position:relative;
	bottom:-28px;

}

.destaques{
	min-height:220px;
	overflow:hidden;
	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;
	width:100% !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;
}

.detalhe img{
	/*filter: grayscale(100%);*/
	border:1px solid #FFF;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	-webkit-transition: 1s;
	transition:1s;
}

.detalhe img:hover{
	/*filter: grayscale(0%);*/
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

.fotos{
	margin-bottom:20px;
}

.fotos img{
	border:5px solid #F3F3F3;
}

.fotos .legenda{
	padding-left:5px;
	height:50px;
	display:block;	
	overflow:hidden;
	line-height:15px;
	font-size:0.8em;
}

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

.videos{
	border:2px solid #f1ae2c;
	background-color:#f1ae2c;
}

.logo{
	border:1px #CCC dashed;
}

.claro{
	background-color:#ececec;
	padding:0px;
	background-color:#ebebeb;
	min-height:50px;
	overflow:auto;
}

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

.tarjinha{
	height:10px;
	background-color:#f1ae2c ;
}

.hamburguer{
	width:60px;
	height:60px;
	display:block;
	overflow:hidden;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border:2px solid #C9870E;
	background-color:#F1AE2C;
	padding:14px;
	margin:0 auto;
	color:#FFF;
}

.quadro .circulo{
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border:2px solid #C9870E;
	background-color:#F1AE2C;
	padding:10px;
	margin:0 auto;
}

.quadro i{
	background-color:#F1AE2C;
	color:#FFF;
	width:90px;
	height:90px;
	padding:25px 0px;
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	border:1px solid #C9870E;
}

.entre{
	background-color:#4c5d67;
	min-height:80px;
	padding:10px 0px;
}

.entre{
	background: url(img/cidades.jpg);
    background-size: cover;
    padding: 5px 0px 20px;
	overflow:auto;
	color: #FFF;
}

.entre h5{
    font-size: 1.955511111em;
    font-family: "poiret_oneregular", verdana, arial, sans-serif;
}

.entre .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 #dddddd !important;
	background: none !important;
	margin:20px 0px 0px 0px!important;
	transition:1s;
}

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

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

.rodape{
	padding-top:5px !important;
	background-color:#f4f8fb;
	overflow:auto;
	min-height:120px;
	overflow:auto;
	color:#333;
	font-size:0.8000em;
}

.rodape .map{
	color:#333;
}


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

.rodape .mail a{
	color:#333;
	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:#333;
	padding:11px;
	display:inline-block;
	width:46px;
	height:46px;
	border-radius:23px;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	background-color:#f4f8fb;
	border:2px solid #333 !important;
	margin-left:2px;
	transition:1s;
}

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

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

.flutuar{
	z-index:9999;
	position:fixed;
	bottom:30px;
	right:30px;
}

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

.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 #f1ae2c !important;
	color:#f1ae2c !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 #f1ae2c !important;
	border-right:none !important;
	background-color:#F3F3F3 !important;
	color:#f1ae2c !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 #f1ae2c !important;
	background:#f1ae2c !important;
	margin:2px 0px !important;
	transition:1s;
}

.contato .botao:hover{
	border:1px solid #f1ae2c !important;
	background:#f1ae2c !important;
}

.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 #f1ae2c !important;
	border-left:1px solid #f1ae2c !important;
	border-bottom:15px solid #f1ae2c !important;
	border-right:1px solid #f1ae2c !important;
}

/* The Overlay (background) */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  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;
  }
}