header {
	background-image: url('../img/home-pic-1.jpg');
	background-position: -320px 0px;
}

.telefone:last-child {
	padding-top: 0;
}

.atrativos {
	padding: 40px 0 60px;
}

.atrativos img {
	width: 85%;
	margin-bottom: 10px;
}

.atrativos .atrativos-item {
	padding: 15px;
	text-align: center;
	position: relative;
	font-size: 0.89em
}

.atrativos .atrativos-item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	bottom: 20%;
	height: 60%;
	width: 1px;
	background-color: #e7b72d;
}

.atrativos .atrativos-item:last-child::after {
	display: none;
}

.foto-desc-home {
	background-image: url('../img/home-pic-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 262px;
	background-position: -50px 0px;
}

.home-conheca {
	padding: 50px 0;
}

.foto-conheca-home img {
	width: 80%;
	margin: 10px auto;
    display: block;
}