#wrapper {
	/*height: 98vh;*/
}

#slider-area, #slider-area-2 {
	position: absolute;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

#slider-area .owl-item div, #slider-area-2 .owl-item div {
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
}
.seccion{
	margin-top: 45px;
	margin-bottom: 45px;
}
.archivo_ubicado{
	font-weight: 600;
	font-size: 21px;
}

.archivo_cercano{
	font-size: 16px;
	font-weight: 400;
}

.ubicacion-icon{
	color: #FFA903;
	float: right;
	text-align: right;
	font-size: 32px;
}

@media only screen and (max-width: 600px) {
	.unicacion-icon{
		
	}
}

.top-proyecto-image{
	height: 300px;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 100;
	color: #fff;
	text-shadow: 0px 2px 4px #000;
}

.promocion{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	background-color: #F07C52;
	border-top: 3px solid #C25027;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.promocion h2{
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0px !important;
}

.proyecto_sub_titulo, .proyecto_sub_estado{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}

.proyecto_sub_estado{
	font-weight: 600;
	margin-bottom: 30px;
}

.carta{
	background-color: #fff;
	box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.5);
padding: 15px;
}

.carta-sub{
	background-color: #fff;
	box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.5);
	padding: 15px;

    float: none;
    margin: 50px auto 0px auto;

}

.valores-separado, .valor-total{
	font-size: 30px;
	font-weight: 600;
}

.titulo-planta{
	font-size: 26px;
	font-weight: 600;
}

.texto-extra-plantas{
	font-weight: 600;
	font-size: 18px;
}
.caracteristica-bloque{
	text-align:center;
}
.caracteristica-bloque img{
	max-width: 100px;
}

.caracteristica-bloque p{
	text-align: center;
	margin-top: 5px;
	font-weight: 400;
	max-width: 120px;
	display: inline-block;
}
