.destaques {
	padding-top:35px;	
}

.destaques .box {	
	width:319px;	
	border-right:solid 1px #fff;
}
.destaques .box .box-title {
	font-size:24px;
	margin-bottom: 12px;		
	text-transform:uppercase;
	-webkit-text-stroke: 0.6px;
}
.destaques .box .box-image {
	position: relative;	
}
.destaques .box .box-image-overlay {
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:43px;
	background-image: url(images/hotel_destaques_overlay.png);
	background-repeat: no-repeat;	
}
.destaques .box .box-image-overlay div {
	position: absolute;
	bottom:2px;
	right: 5px;	
}

.destaques .box .box-image-overlay img {
	padding:5px;	
}


.destaques .box .box-content {
	background-color: #000000;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:8px;		
	height:96px;
	position:relative;
}

.destaques .box .box-content-title {
	font-size:16px;
	margin-bottom: 5px;
}

.destaques .box .box-content-text {
	font-size:14px;
	line-height:17px;
	color:#000;	
}

.destaques .box .box-content-btn {
	width:84px;
	height:84px;
	border-radius: 42px;	
	text-align:center;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	position:absolute;
	right: 2px;
	bottom:-8px;
}
.destaques .box .box-content-btn div {
	margin-top:28px;
	width:50px;
	margin-left:auto;
	margin-right: auto;	
}

.destaques .box.green .box-content-btn {
	background-color:#87a840;	
}
.destaques .box.blue .box-content-btn {
	background-color:#1fa8f6;	
}
.destaques .box.orange .box-content-btn {
	background-color:#f6891f;	
}

.destaques .box .box-content-title a {
	text-decoration: none;
	text-transform: uppercase;	
}

.destaques .box.green .box-content-title a{
	color:#87a840;
}
.destaques .box.blue .box-content-title a {
	color:#1fa8f6;	
}
.destaques .box.orange .box-content-title a {
	color:#f6891f;
}

.homepage-header-text {
	position:absolute;
	top:110px;
	left:32%;
	color:#fff;
	font-size:34px;
	text-align:center;
	width:480px;
}