@media only screen and (min-width: 800px) {

.logo {
	width: auto;
	text-align:left;
	margin-bottom: 0px;
	float: left;
}

.infoHeader {
	float: right;
	margin-bottom: 0px;
	width: 75%;
}

.pesquisar {
	width: auto;
	float: right;
	border: 1px solid #047ac4;
	border-radius: 5px;
	background: #FFF;

	margin-bottom: 10px;
}

#cssmenu {
	width:100%;
	float:none;
	margin: 40px 0 0 0;
}

.slider-wrapper {
	display: block;
}

.reservaHome {
	margin-bottom: 60px;
	margin-top: 60px;
	margin-top: 0px;
	background: #047ac4;
	padding: 30px 0;
}

.reservaHome strong {
	display: block;
	font-size: 22px;
	color: #FFF;
	line-height: 28px;
}

.reservaHome input[type=text], .reservaHome input[type=email] {
	width: 30%;
	border-radius: 5px;
	border: none;
	padding: 8px 25px 8px 10px;
	margin: 0 0.5%;
	font-size: 20px;
	color: #444;

	border: 1px solid #047ac4;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.reservaHome input.inputPequeno {
	width: 22.3%;
}

.reservaHome input[type=submit] {
	width: 22%;
	border-radius: 5px;
	border: none;
	background: #ff5b04;
	transition: background-color 0.5s ease;
	font-size: 18px;
	color: #FFF;
	padding: 10px 0px;
	cursor: pointer;
	margin: 0 0.5%;
}

.chamadasHome {
	padding: 60px 0;
}

.fidelidadeHome {
	padding: 63px 0 63px 0;
}

#mapa {
	display: block;
}

.contatoHome {
	padding: 60px 0 70px 0;
}

.rodape {
	text-align:left;
}

.rodapeBox {
	
}

.contatoBox {
    width: 50%;
    float: left;
}

.contato3 {
    width: 45%;
    float: right;
}

.box1-contato {
	width:50%;
	float:left;
	margin-bottom:10px;
}

.box2-contato {
	width:45%;
	padding:20px 0 0 0;
	float:right;
}

.contato3 {
	line-height: 38px;
	font-size: 20px;
}

article {
	line-height: 28px;
}

}