/*#banner-principal {
	height: 30vh;
	background: #FF5A5D;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	color: #fff;
	font-size: 3em;
	text-align: center;
}*/

section#banner-principal {
    margin-top: 100px;
    text-align: center;
    justify-content: center;
}

#banner-principal h1 span {
	font-weight: 100;
}

#descripcion-categoria {
	padding: 2em 3em;
	color: #6E6763;
}

.alojamiento-item {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-bottom: 5vh;
}



.alojamiento-item .col.izq {
	width: 100%;
}

.col.izq img {
	width: 100%;
}

.col.der .titulo {
	width: 100%;
	margin-bottom: 25px;
}

.col.der .descripcion {
	margin: 20px 0;
}

.c-btn{
	margin-top: 20px;
}

.alojamiento-item .col.der {
	width: 80%;
	margin: 20px auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.color-cacique {
	color: #95932D;
	border-bottom: 2px solid #95932D;
}

.bg-cacique {
	background: #95932D;
}

.color-camino {
	color: #FF5A5D;
	border-bottom: 2px solid #FF5A5D;
}

.bg-camino {
	background: #FF5A5D;

}

.color-estacion {
	color: #E58007;
	border-bottom: 2px solid #E58007;
}

.bg-estacion {
	background: #E58007;
}

.btn-ver-mas {
	color: white;
	padding: 5px 10px;
}


@media screen and (min-width: 768px) {
	.alojamiento-item{
		width: 80%;
		flex-direction: row;
	}
	.alojamiento-item .col.izq {
		width: 35%;
	}
	.alojamiento-item .col.der {
		width: 55%;
	}
	#descripcion-categoria{
		font-size: 1.5em;

	}
}
