@charset "UTF-8";


*{
	box-sizing: border-box;
}


body{
	margin: 0px auto;
	min-width: 320px;
	font-family: neuzeit-grotesk, sans-serif;
}

header{
    width: 100%;
    height: auto;
	background-color:#003341;
	overflow: hidden;
	padding:10px;
}

.menu-icono{
	width: 50%;
	float: left;
}


.logotipo{
	margin-left: 10px;
	width: 40px;
	height: 50px;
	background-image: url("../imgs/Icono-flavia.png");	
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	float: left;
}

.logotipo:hover{
	
}


.lanzador-menu{
	width: 50px;
	height: 50px;
	background-image: url("../imgs/menu-normal.png");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.lanzador-menu:hover{
	
}

ul{
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin:0;
}

li{
	padding: 10px;
	text-align: center;
}

.navegacion ul a{
	text-decoration: none;
	color:#f6eae9;
	text-align: right;
}

.navegacion ul a:hover{
	text-decoration: none;
	color:#bf7a45;
	text-align: right;
}

.contenedor-buscador{
	padding:10px;
	width: 50%;
	height: 50px;
	float:left;
}


.search{

	width: 110px;
	height: 30px;
	background-color: rgba(255,255,255,.8); 
	border: hidden;
	border-radius: 5px 0px 0px 5px;
	float: left;
}

.boton-buscar{
	width: 30px;
	height: 30px;
	background-image: url("../imgs/boton-buscar_1.png");
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}



.cerrar-sesion{
	display: none;
}


/*------AQUI COMIENZA EL MAIN------*/


.main{
	max-width: 1250px;
	min-width: 320px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.titular{
	font-size: 30px;
	color:#003341;
	font-weight: bold;
}

h1{

}

.agregar-propiedad-contenedor{
	width: 100%;
	height: 200px;
	float:none;
}

.contenedor-ver-todo{	
	width: 100%;
	height: 200px;
	float: none;
}

.agregar-propiedad-boton{
	background-image:url("../imgs/agragar-propiedades.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 200px;
	height: 200px;
	float: none;
	margin: 20px auto;
	border-radius: 10px;
	transition: .5s opacity;
}

.agregar-propiedad-boton:hover{
	opacity: .5;
}

.boton-ver-todo{
	background-image:url("../imgs/ver-prop.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 200px;
	height: 200px;
	float: none;
	margin: 20px auto;
	border-radius: 10px;
	transition: .5s opacity;
}

.boton-ver-todo:hover{
	opacity: .5;
}

@media screen and (max-width: 1249px){
	

	
	/*------SCRIPT MENÚ------*/


.js .navegacion{
		max-height: 0;
		overflow: hidden;
		transition: max-height .5s;
		position: absolute;
		top: 50px;
		max-width: 1250px;
		width: 100%;
		background-color:#f6eae9;
	}

	.js .navegacion li:hover{
		background-color:#bf7a45;
	}
	
	.js .navegacion a{
		padding: 10px 10px;
		color:#003341;
	}

	.js .navegacion a:hover{
		padding: 10px 10px;
		color:#FFFFFF;
	}
	
	.js .navegacion.menu-desplegado{
		max-height: 450px;
	}
	
	
/*------TERMINA SCRIPT DE MENÚ------*/
}


@media screen and (min-width: 450px){
	
	.agregar-propiedad-contenedor{
		width: 50%;
		float: left;
	}
	
	.contenedor-ver-todo{
		width: 50%;
		float: left;
	}
	
	.agregar-propiedad-boton{
		margin: 0 10px;
		float: right;
	}
	
	.boton-ver-todo{
		margin: 0 10px;
	}
	
	
	
	
	
}




@media screen and (min-width:1250px){
	
	.menu-icono{
		width: 33.33%;
	}
	
	
	ul{
		
	}
	
	li{
		display: inline;
		padding: 40px;
	}
	
	.navegacion{
		margin: 15px auto;
	}
	
	.cerrarsesion-menu{
		display: none;
	}
	
	.lanzador-menu{
		display: none;
	}
	
	.contenedor-buscador{
		width: 33.33%
	}
	
	.cerrar-sesion{
		padding-top: 15px;
		float: left;
		display: inline;
		width: 33.33%;
		height: 50px;
	}
	
	
	.cerrar-sesion ul{
		list-style: none;
		list-style-position: inside;
		padding: 0;
		float: right;
	}
	
	.cerrar-sesion a{
		text-decoration: none;
		font-size: 12px;
		color:#f6eae9;
		text-align: center;
	}
	
	.cerrar-sesion a:hover{
		color:#bf7a45;
		
	}
	
	
	
	
	
}




