#custom_carousel .item {
    color:#000;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
}
#custom_carousel .controls li.active {
    background-color:#fff;
    border-top:3px solid orange !important;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    margin-top:5px;
}

#custom_carousel h2{
	font-family: 'Open Sans', sans-serif;
	color: #00599E;
	font-weight: bold;
	font-size: 29px;
	margin-top: 13px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	#custom_carousel h2{
		font-family: 'Open Sans', sans-serif;
		color: #00599E;
		font-weight: bold;
		font-size: 20px;
		margin-top: 13px;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	
	#custom_carousel p{
		font-size: 14px !important;
	}
	
	.controls h4{
		display: none;
	}
	
	.controls > ul> li > a:hover{
		text-decoration: none !important;
	}
	
	.cidade_empreendimento {
		display: none;
	}
}

#custom_carousel h4{
	font-family: 'Open Sans', sans-serif;
	color: #00599E;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.etiqueta {
	position: absolute;
	border-radius:0;
	bottom:80px;
	right: 19px;
	font-size: 24px;
	border: #fff 1px solid;
	font-variant: small-caps;
}

@media only screen and (max-width: 768px) {
	.etiqueta {
		position: absolute;
		border-radius:0;
		bottom:10px;
		left: 10px;
		display:inline-table;
		font-size: 16px;
		border: #fff 1px solid;
		font-variant: small-caps;
		text-align: left;
	}
}
