html, body{
	font-family: 'Gotham-Book', verdana;
}

.barra_redes{
	background-color: #0099e5;
	min-height: 38px;
	display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    color: #FFFFFF;
}

.barra_redes a{
	color: #FFFFFF;
}

.barra_redes .redes ul{
	margin: auto;
	padding: auto;
	list-style: none;
	float: right;
}

.barra_redes .redes ul li{
	float:left;
	margin: 0 10px;
	font-size: 20px;
}

.final_barra ul{
	margin: auto;
	padding: auto;
	list-style: none;
	float: right;
}

.final_barra ul li{
	float:left;
	margin: 0 10px;
	font-size: 20px;
}

h1{
	line-height: 56px;
	font-weight: bold;
	font-size: 32px;

}

h2{
	line-height: 56px;
	font-weight: bold;
	font-size: 28px;

}

.barra_logo{
	min-height: 106px;
}

.barra_logo .container img{
	margin-top: 20px;
	display: inline-block;
}

.barra_banner{
	background-color: #191843;
}

.barra_banner .img_pano{
	padding: 0px;
}

.lugares{
	background-color: #191b40;
	color: #FFF;
	padding: 30px 0px;
}

input, textarea, button{
	margin: 10px 0px;
}
form{
	padding: 42px 0px;
}

button{
	background-color: #c52b2b !important;
	border:none !important;
	color: #FFFFFF !important;
}

.vantagens img{
	display: inline-block;
	clear: both;
}

.vantagens span{
	line-height: 32px;
	font-weight: bold;
	font-size: 20px;
}

.vantagens h2{
	margin-bottom: 20px;
}

.vantagens{
	padding-bottom: 20px;
}

.modernos{
	padding: 50px 0;
}

.modernos h2, .modernos h3{
	color: #e41e1e;
	margin: 0px;
}

.modernos img{
	display: inline-block;
}

.modernos ul{
	margin: 30px 0;
	list-style: none;
	padding: 0px;
}

.modernos ul li{
	padding: 8px 0;
	font-size: 18px;
}
.modernos ul li i{
	color: #e41e1e;
	font-size: 20px;
}

.exclusividade h2{
	color: #e52a2a;
    font-size: 62px;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: -12px;
}

.frota1{
	margin-top: 40px;
}

.frota2{
	margin: 40px 0;
}

footer{
	padding-top: 40px;
	border-top: solid 1px #f3f3f3;
}

footer h4{
	font-size: 15px;
	padding-bottom: 25px;

}

footer .final_barra{
	background-color: #191b40;
	min-height: 70px;
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 12px;
}

footer .certificado{
	float: left;
    margin-right: 12px;
}

#msn_contato .thanks{
	color: #6ff18c;
}

#msn_contato .failure{
	color: #ff3838;
}