body{
		font-family: 'Fira Sans', sans-serif;

}

.header{
	padding: 30px 0px 30px 0px;
	overflow: hidden;
	font-family: 'Fira Sans', sans-serif;
}

.info-header{
	font-size: 16px;
	text-align: right;
	margin-top: 30px;
	line-height: 180%;
}

.bgmenu{
	background-color: #fdea35;
	border-top: 2px solid #2a2a2a;
	border-bottom: 2px solid #2a2a2a;
}

.bg-slide{
	background-image: -webkit-linear-gradient(top, #181818, #4d4d4d);
	background-image: -moz-linear-gradient(top, #181818, #4d4d4d);
	background-image: -o-linear-gradient(top, #181818, #4d4d4d);
	background-image: -ms-linear-gradient(top, #181818, #4d4d4d);
	background-image: linear-gradient(to bottom, #181818, #4d4d4d);
	overflow: hidden;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}


.bgcta{
	background-image: -webkit-linear-gradient(top, #181818, #4d4d4d);
	background-image: -moz-linear-gradient(top, #181818, #4d4d4d);
	background-image: -o-linear-gradient(top, #181818, #4d4d4d);
	background-image: -ms-linear-gradient(top, #181818, #4d4d4d);
	background-image: linear-gradient(to bottom, #181818, #4d4d4d);
 
 	overflow: hidden;
 	padding: 40px;
}

.caja-cta-1{
	background-color: #fdea35;
	padding: 25px 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

.caja-cta-2{
	background-color: #bfbfbf;
	padding: 25px 30px;
	overflow: hidden;
	margin-bottom: 10px;
}


.titulo-cta{
	font-size: 28px;
	margin: 15px;
	margin-top: 0;
	line-height: 120%;
	margin-bottom: 20px;
}

.titulo-destacadas{
	font-size: 28px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 5px solid #fdea35;
	width: 100%;
}

.ver-todas{
	font-size: 16px;
	float: right;
	font-weight: normal;
	margin: 15px;
}

@media (max-width: 768px) {

	.titulo-destacadas{
		font-size: 28px;
		font-weight: bold;
		margin-top: 35px;
		margin-bottom: 20px;
		padding-bottom: 12px;
		border-bottom: 5px solid #fdea35;
		width: 100%;
		text-align: center;
		overflow: hidden;
	}

	.ver-todas{
		font-size: 16px;
		font-weight: normal;
		margin: 15px;
		width: 100%;

	}
}

.unidad-destacada{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 400px;
	overflow: hidden;
}

.thumb-destacada{
	width: 100%;
	height: 265px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
    margin-bottom: 10px;
    border-bottom: 10px solid #fdea35;
}

.condicion{
	font-family: arial;
	font-size: 18px;
	color: #468d12;
	font-weight: bold;
}

.nombre-destacada{
	font-family: arial;
	font-size: 18px;
	color: #1f1f1f;
	font-weight: bold;
}

.ver-mas-detalles{
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
	color: #363636;
}

.bg-footer{
	border-top: 40px solid #fdea35;
	background-color: #1f1f1f;
}

.footer{
	padding: 50px 0px 50px 0px;
	overflow: hidden;
}


.info-footer{
	font-size: 15px;
	text-align: left;
 
	line-height: 220%;
	color: #fff;
}

.info-footer a{
	text-decoration: none;
	color: #fff;
}


@media (max-width: 768px) {
	.info-footer{
	font-size: 15px;
	text-align: center;
 
	line-height: 220%;
	color: #fff;
	}

	#logo-footer{
		width: 180px;
		display: inline;
		margin-bottom: 20px;

	}
}


.col-servicios li{
	list-style-type: none;
	margin-left: -20px;
}


.foto-servicios{
	width: 100%;
	height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
}


.caja-filtro{
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #fdea35;
	padding: 15px;
	margin-left: -15px;
	padding-top: 25px;
	padding-bottom: 25px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


@media (max-width: 768px) {
	.caja-filtro{
		width: 100%;
		float: left;
		margin-top: 0px;
		margin-bottom: 20px;
		background-color: #fdea35;
		padding: 15px;
		padding-top: 25px;
		padding-bottom: 25px;
		margin-left: 0px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
}

.tit-buscador{
	font-size: 16px;
	margin-left: 20px;
}

.subtit-buscador{
	margin-left: 20px;
}

.form-control{
	margin-bottom: 10px;
}


.foto-principal{
	width: 100%;
	height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  
}

.caja-thumbs{
	margin-left: -10px;
	width: 99.8%;
	margin-top: 15px;
	float: left;
}

.thumb-detalle{
	width: 100%;
	height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  
    margin: 10px;

}



@media (max-width: 768px) {
	.foto-principal{
		width: 100%;
		height: 240px;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;  
	}

	.caja-thumbs{
		margin-left: -10px;
	}

	.thumb-detalle{
		width: 100%;
		height: 60px;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;  
	    margin: 10px;

	}

}


.caja-ubicacion{
	margin-top: 40px;
	margin-bottom: 30px;
	overflow: hidden;
}

.titulo-ubicacion{
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
    border-bottom: 2px solid #fdea35;
    padding-bottom: 10px;
}


.form-detalle{
	background-color: #E3E3E4;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


.caja-paginado{
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 50px;
}

.paginado{
	float: left;
	width: 100%;
	height: 20px;
	padding-top: 20px;
	text-align: center;
	font-family: 'arial';
	font-size: 12px;
	color: #b1b1b1;
	font-weight: bold;
}

.paginado a{
	text-decoration: none;
	background-color: #b1b1b1;
	color: #fff;
	padding: 3px 6px 3px 6px;
	margin-left: 1px;
	margin-right: 1px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
























































































/* PANTALLAS SMARTPHONES */


@media (max-width: 768px) {

	.logo{
		margin-left: 20%;
		margin-right: 20%;
		width: 60%;
	}

	.info-header{
		font-size: 16px;
		text-align: center;
		margin-top: 30px;
		line-height: 180%;

	}




}