
.menu_nav{
	padding-top: 10px;
	padding-bottom: 25px;
	background-color: #091D35;
	color: white;
	height: 10vh;
}



.navegacion li a{
	color: white;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.navegacion li a:hover{
	color: #F96F6C;
}

.nav-personal{
	color: white;
}

.nav-personal a{
	text-decoration: none;
	color: white;
}

.nav-personal ul{
	list-style: none;
	
}

.nav-personal ul li{
	margin-right: 10px;
	display: inline;
}

.nav-personal img{
	margin-right: 25px;
	width: 35px;
}

.nav-personal li a:hover{
	color: #F96F6C;
}

.nav-personal li a span{
	font-weight: 600;
}

.imagenFondo{
	height: 90vh;
	background-image: url('../media/img/casa2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.fondo{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

.explorar{

	text-align: center;
	margin: auto;
	margin-top: 25vh;

}

.explorar h1{
	font-size: 75px;
	color: white;
	font-weight: 700;
	margin-bottom: 50px;
}

.btn-inmo{
	background:red;
	color: white;
	border-radius: 0;
	font-size: 20px;
	padding-left: 35px;
	padding-right: 35px;
}

.btn-inmo:hover{
	background:#F96F6C;
	color: black;
}

.titulo{
	border-top: 30px solid #091D35;
	min-height: 200px;
	background-image: url('../media/img/casa3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 5px solid #F96F6C;
}

.titulo3{
	min-height: 300px;
	background-image: url('../media/img/casa5.jpg');
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 5px solid #F96F6C;
}

.titulo h1{
	font-size: 55px;
	font-weight: 600;
	text-align: center;
	margin-top: 70px;
	color: white;
	margin-bottom: 25px;
}

.doble h1{
	font-size: 40px;
	font-weight: 600;
}

.doble h1 span{
	font-size: 25px;
	font-weight: 400;
}

.titulo2{
	background: rgba(9,29,53,0.5);
}

.casas{
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}

.casa{
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(225,225,226,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(225,225,226,1);
box-shadow: 0px 0px 5px 0px rgba(225,225,226,1);
}

.imagen{
	position: relative;
}

.imagen img{
	width: 100%;
}

.imagen p{
	position: absolute;
	background: red;
	color: white;
	font-weight: 600;
	padding: 5px;
	width: 90px;
	text-align: center;
	bottom: -16px;
}

.dir{
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 10px;
}

.ciudad{
	color: gray;
	font-weight: 600;
	font-size: 14px;
}

.contenido{
	padding: 10px;
}

.precio{
	font-weight: 600;
	font-weight: 16px;
}

.separador{
	width: 100%;
	height: 2px;
	background: #E6EEF3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.boton-casa i{
	font-size: 28px;
	color: #D3DAE3; 
}

.boton-casa p{
	margin-top: 5px;
	font-size: 14px;
	color: #D3DAE3;
	font-weight: 400; 
}

.boton-casa p span{
	margin-top: 5px;
	font-size: 18px;
	color: black;
	font-weight: 600; 
}

.contacto{
	margin-top: 25px;
}

.contacto h3{
	font-size: 22px;
	color: gray;
	font-weight: 400;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 30px;
}

.item-contacto{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.item-contacto i{
	color: red;
	font-size: 40px;
	margin-bottom: 25px;
}

.item-contacto p{
	color: gray;
	font-weight: 400;
	font-size: 16px;
}

.item-contacto span{
	color: black;
	font-weight: 600;
	font-size: 18px;
}

.mapa{
	margin-top: 45px;
	margin-bottom: 45px;
}

.contactanos{
	background: #1D2D42;
	padding-bottom: 30px;
}

.info{
	margin-top: 50px;
	text-align: center;
	color: white;

}

.info h3{
	font-size: 20px;	
	font-weight: 600;
	margin-bottom: 100px;
}

.pqrs h3{
	font-size: 20px;	
	font-weight: 600;
	margin-bottom: 100px;
	text-align: center;
}

.info p{
	text-align: justify;
	font-size: 16px;
	color: white;
	font-weight: 400;
	width: 60%;
	margin: auto;
}

.pqrs{
	margin-top: 50px;
	color: white;
}

.form-pqrs{
	width: 90%;
	margin: auto;
}

.form-pqrs div{
	margin-bottom: 5px;
}

.caja{
	background-color: transparent;
	border: none;
	width: 100%;
	border-bottom: 2px solid white;
	color: #D3DAE3;
	font-size: 14px;
	font-weight: 400;
}

.caja:focus{
	border: none;
}

.r{
	margin-right: 10px;
	margin-left: 25px;

}

.footer{
	background: #091D35;
	min-height: 100px;
	padding-bottom: 50px;
	padding-top: 70px;
	color: white;
	text-align: center;
}



.slogan span{
	font-size: 22px!important;
}

.slogan img{
	width: 40px;
	margin-right: 25px;
}


.slogan a{
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight: 600;
}


.footer p{
	margin-top: 150px;
}

.footer span{
	font-size: 12px;

}

.menu_sugerido ul{
	text-align: left;
	list-style: none;
}

.menu_sugerido li{
	margin-bottom: 15px;
}

.menu_sugerido li a{
	color: white;
	font-weight: 600;
	margin-bottom: 15px;
	text-decoration: none;
}

.menu_sugerido li a:hover{
	color:#F96F6C;
}

.noticias{
	margin-top: 45px;
	margin-bottom: 45px;
}

.noticia img{
	width: 100%;
}

.fecha{
	font-size: 14px;
	font-weight: 600;
	line-height: 10px;
}

.titulo_noticia{
	font-size: 26px;
	font-weight: 600;
	line-height: 25px;
}

.autor{
	font-size: 12px;
	font-weight: 600;
	line-height: 10px;
}

.contenido_noticia{
	margin-top: 20px;
	text-align: justify;
	font-size: 14px;
}