*, html {
	margin: 0px;
	padding: 0px;
}
header {
	width: 100%;
	height: auto;
}
.contenedor-header {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #D0D2D3;
	overflow: hidden;
}
.contenedor-vallauri {
	width: 100%;
	max-width: 1000px;
	min-width: auto;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.contactenos-2 {
	display: none;
}
.contactenos {
	list-style: none;
	margin: 0px;
}
.contactenos li {
	float: left;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #6D6E71;
}
.contactenos li a {
	color: #6D6E71;
	display: block;
}
.contactenos li a:hover {
	color: #BF392B;
	text-decoration: none;
}
.border-izq {
	border-left: solid 1px #D0D2D3;
}
.border-der {
	border-right: solid 1px #D0D2D3;
}
.rrss {
	width: auto;
	height: auto;
	float: right;
}
/*---------- logo ----------*/
.contenedor-logo {
	width: 100%;
	max-width: 1000px;
	min-width: auto;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.contenedor-logo img {
	display: block;
	margin: 10px 0px 10px;
}
/*---------- menu ----------*/
#btn-menu {
	display: none;
}
.contenedor-vallauri label {
	display: none;
	width: 24px;
	height: 24px;
	margin: 20px;
	justify-content: flex;
}
.contenedor-vallauri label {
	cursor: pointer;
}
nav ul {
	list-style: none;
	display: flex;
	margin: 0px;
}
nav li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #6D6E71;
	display: block;
	padding: 10px 20px;
}
nav li a:hover {
	color: #FFF;
	background: #BF392B;
	text-decoration: none;
}
.activos a {
	color: #FFF;
	background: #BF392B;
}
/*---------- banner ----------*/
.contenedor-banner {
	width: 100%;
	max-width: 1920px;
	min-width: auto;
	height: auto;
	margin: auto;
}
/*---------- caracteristicas ----------*/
.items-caracteristicas {
	width: 100%;
	max-width: 210px;
	min-width: auto;
	height: auto;
	float: left;
	text-align: center;
	display: block;
	margin: 50px 20px;
}
.items-caracteristicas p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #6D6E71;
}
.items-caracteristicas a {
	display: block;
	padding: 10px;
}
.items-caracteristicas a:hover {
	text-decoration: none;
	background-color: #F0F1F1;
}
/*---------- extras ----------*/
.alineacion {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.alineacion-2 {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.linea-gris {
	width: 20%;
	height: 1px;
	background: #6D6E71;
	margin: auto;
}
.linea-gris-2 {
	width: 100%;
	height: 1px;
	background: #6D6E71;
	margin-top: 20px;
	margin-bottom: 20px;
}
.block {
	margin-bottom: 40px;
	margin-top: 40px;
}
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
/*---------- tu proyecto ----------*/
.bg-proyectos {
	width: 100%;
	max-width: 1920px;
	min-width: auto;
	height: auto;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/bg-proyecto.jpg) no-repeat center fixed;
	overflow: hidden;
}
.llamado-pedido {
	width: 100%;
	max-width: 400px;
	min-width: auto;
	height: auto;
	float: left;
}
.llamado {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 50px;
	color: #FFF;
	text-transform: uppercase;
}
.contactenos-proyecto {
	width: 100%;
	max-width: 400px;
	min-width: auto;
	height: auto;
	float: right;
	margin-top: 30px;
}
.contactenos-proyecto a {
	width: 100%;
	max-width: 300px;
	min-width: auto;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: #FFF;
	margin: auto;
}
.contactenos-proyecto a {
	display: block;
	padding: 10px 20px;
	border: solid 6px #FFF;
	text-align: center;
	background: #BF392B;
}
.contactenos-proyecto a:hover {
	color: #FFF;
	text-decoration: none;
	background: #B22419;
}
/*---------- asesoramiento profesional ----------*/
.titulos {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #000;
	text-align: center;
}
.subtitulo {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #6D6E71;
	text-align: center;
}
.asesoramiento {
	width: 100%;
	max-width: 310px;
	min-width: auto;
	height: auto;
	padding: 17px;
}
.titulo-info {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #B22419;
}
.info {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #6D6E71;
}
/*---------- asesoramiento profesional ----------*/
.bg-presupuesto {
	width: 100%;
	max-width: 1920px;
	min-width: auto;
	height: auto;
	margin: auto;
	padding: 30px;
	background: #B22419;
}
.bg-presupuesto a {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: #FFF;
	margin: auto;
}
.bg-presupuesto a {
	width: 100%;
	max-width: 400px;
	min-width: auto;
	display: block;
	padding: 10px 20px;
	border: solid 6px #FFF;
	text-align: center;
	background: #BF392B;
}
.bg-presupuesto a:hover {
	color: #FFF;
	text-decoration: none;
	background: #B22419;
}
/*---------- footer ----------*/
footer {
	width: 100%;
	max-width: 1920px;
	min-width: auto;
	height: auto;
	margin: auto;
	padding: 30px;
	background: #6D6E71;
	overflow: hidden;
}
.direccion-vallauri {
	width: 100%;
	max-width: 460px;
	min-width: auto;
	height: auto;
	float: left;
}
.mapa-vallauri {
	width: 100%;
	max-width: 500px;
	min-width: auto;
	height: 360px;
	float: right;
}
.direcciones-text {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
}
.direcciones-text a {
	text-decoration: none;
	color: #FFF;
}
.direcciones-text a:hover {
	text-decoration: none;
	color: #FFF;
}
.presupuesto-vallauri {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: #FFF;
	margin: auto;
}
.presupuesto-vallauri {
	width: 100%;
	max-width: 300px;
	min-width: auto;
	display: block;
	padding: 10px 20px;
	border: solid 6px #FFF;
	text-align: center;
}
.presupuesto-vallauri:hover {
	color: #FFF;
	text-decoration: none;
	background: #58595B;
}
.linea-2 {
	width: 100%;
	height: 1px;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newsletter {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
}
.newsletter-2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: #FFF;
}
.news {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.form-newsletter {
	width: 100%;
	max-width: 310px;
	min-height: auto;
	height: auto;
	float: left;
}
.button-newsletter {
	width: 100%;
	max-width: 135px;
	min-height: auto;
	height: auto;
	float: right;
}
.btn-news {
	display: block;
	padding: 6px 25px;
	border: solid 3px #FFF;
	text-align: center;
	color: #FFF;
	background: #6D6E71;
}
.btn-news:hover {
	color: #FFF;
	text-decoration: none;
	background: #58595B;
}
.redessociales ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
.redessociales li {
	float: left;
}
.redessociales li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #FFF;
	margin: 0px;
	display: block;
	padding: 5px 20px;
}
.redessociales li a:hover {
	text-decoration: none;
}
.face {
	background: #1C75BB;
}
.twitter {
	background: #27A9E0;
}
.linkedin {
	background: #27C2E0;
}
.legal {
	width: 100%;
	max-width: 1920px;
	min-width: auto;
	height: auto;
	margin: auto;
	padding: 10px;
	background: #58595B;
	text-align: center;
	overflow: hidden;
}
.legal p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #FFF;
	margin: 0px;
}
/*==================================== ESTUDIO ===============================*/
.bg-estudio {
	width: 100%;
	max-width: 1920px;
	min-width: auto;
	height: auto;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/bg-estudio.jpg) no-repeat bottom fixed;
	overflow: hidden;
}
.estrategia {
	width: 100%;
	max-width: 480px;
	min-width: auto;
	height: auto;
	float: left;
}
.estrategia h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #FFF;
}
.estrategia p {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #FFF;
}
.director {
	width: 100%;
	max-width: 500px;
	min-width: auto;
	height: auto;
	float: right;
}
.director img {
	float: left;
}
.claudio-vallauri {
	width: 100%;
	max-width: 300px;
	min-width: 20px;
	height: auto;
	float: right;
}
.claudio-vallauri h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: #FFF;
	margin: 0px;
}
.claudio-vallauri p {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #FFF;
}
.caracteristicas-estudio {
	width: 100%;
	max-width: 190px;
	min-width: auto;
	height: auto;
	overflow: hidden;
	display: block;
	margin: 30px 4px;
	text-align: center;
}
.caracteristicas-estudio h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #6D6E71;
}
.caracteristicas-estudio p {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #6D6E71;
}
/*==================================== GESTION ===============================*/
.contenedor-gestiones {
	width: 100%;
	max-width: 660px;
	min-width: auto;
	height: auto;
	float: left;
}
.claudio-vallauri-2 {
	width: 100%;
	max-width: 300px;
	min-width: 20px;
	height: auto;
	float: right;
}
.claudio-vallauri-2 h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: #6D6E71;
	margin: 0px;
}
.texto-vallauri {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #6D6E71;
	line-height: 30px;
}
.tipos-gestiones {
	width: 100%;
	height: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #F0F1F1;
	overflow: hidden;
}
.tipos-gestiones h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #6D6E71;
	margin: 0px;
}
.tipos-gestiones h2 {
	padding-left: 20px;
}
.tipos-gestiones img {
	float: left;
	margin-right: 20px;
}
.contenedor-gestiones ul {
	list-style: none;
}
.contenedor-gestiones li {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #6D6E71;
	line-height: 30px;
}
/*==================================== proyecto ===============================*/
.proyectos-vallauri {
	width: 100%;
	max-width: 190px;
	min-width: 20px;
	background: #F0F1F1;
	overflow: hidden;
	margin: 6px;
}
.proyectos-vallauri img {
	border-bottom: solid 6px #D0D2D3;
}
.btn-proyectos {
	display: block;
	padding-bottom: 20px;
}
.btn-proyectos {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #6D6E71;
}
.btn-proyectos:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999999;
	color: #FFF;
}
.galeria-trabajos {
	width: 100%;
	max-width: 650px;
	min-width: auto;
	height: auto;
	float: left;
}
.descripcion-proyectos {
	width: 100%;
	max-width: 320px;
	min-width: auto;
	height: auto;
	float: right;
}
.descripcion-proyectos h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #6D6E71;
	margin: 0px;
}
.descripcion-proyectos p {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #6D6E71;
	line-height: 30px;
}
/*==================================== Blog ===============================*/
.img-blog {
	width: 100%;
	max-width: 400px;
	min-width: auto;
	height: auto;
	float: left;
}
.contenedor-blog {
	width: 100%;
	max-width: 570px;
	min-width: auto;
	height: auto;
	float: right;
}
.contenedor-blog h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #6D6E71;
	margin: 0px;
}
.contenedor-blog p {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #6D6E71;
}
.leermas {
	display: inline-block;
	padding: 6px 25px;
	border: solid 3px #6D6E71;
	text-align: center;
	color: #6D6E71;
	float: left;
}
.leermas:hover {
	color: #FFF;
	text-decoration: none;
	background: #58595B;
}
.blog-noticia h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #6D6E71;
	margin: 0px;
}
.imagenes-noticia {
	width: 100%;
	max-width: 650px;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 40px;
}
.imagenes-noticia img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.blog-noticia p {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #6D6E71;
}
/*==================================== CONTACTO ===============================*/
.contacto {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}
.datos {
	width: 100%;
	height: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #F0F1F1;
	overflow: hidden;
}
.datos h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #6D6E71;
	margin: 0px;
}
.form-contacto {
	width: 100%;
	max-width: 290px;
	min-width: auto;
	height: auto;
	margin: 20px;
}
.form-contacto-propiedad {
	width: 100%;
	max-width: 1000px;
	min-width: auto;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.website {
	width: 100%;
	max-width: 390px;
	min-width: auto;
	height: auto;
	float: left;
}
.form-vallauri {
	width: 100%;
	max-width: 1000px;
	min-width: auto;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
}
.button-contacto {
	width: 100%;
	max-width: 550px;
	min-width: auto;
	height: auto;
	float: right;
}
/*==================================== media query ===============================*/
@media only screen and (max-width: 768px) {
	.contactenos {
		display: none;
	}
	.contactenos-2 {
		display: block;
	}
	.contactenos-2 {
		list-style: none;
		margin: 0px;
	}
	.contactenos-2 li {
		padding: 10px;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 12px;
		color: #6D6E71;
		text-align: center;
	}
	.contactenos-2 li a {
		color: #6D6E71;
		display: block;
	}
	.contactenos-2 li a:hover {
		color: #BF392B;
		text-decoration: none;
	}
	.borde-bajo {
		border-bottom: solid 1px #D0D2D3;
	}
	.contenedor-logo {
		display: block;
		margin: 10px 0px 10px;
	}
	.contenedor-logo img {
		margin: auto;
	}
	.contenedor-vallauri label {
		display: block;
	}
	nav {
		position: absolute;
		width: 100%;
		margin-left: -200%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		z-index: 999999;
	}
	nav ul {
		display: block;
		background: #F1F2F2;
	}
	nav ul li:hover {
		display: block;
	}
	#btn-menu:checked ~ nav {
		margin: 0;
	}
	.alineacion {
		display: column;
	}
	.items-caracteristicas {
		width: 100%;
		height: auto;
		display: block;
		margin: 20px;
	}
	.llamado-pedido {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		text-align: center;
	}
	.contactenos-proyecto {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
	}
	.asesoramiento {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
	}
	.form-newsletter {
		width: 100%;
		max-width: 100%;
		min-height: auto;
		height: auto;
	}
	.button-newsletter {
		width: 100%;
		max-width: 100%;
		min-width: auto;
		height: auto;
		margin: auto;
	}
	.btn-news {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.estrategia {
		width: 100%;
		max-width: 100%;
		text-align: center;
		padding: 10px;
	}
	.director img {
		padding: 10px;
	}
	.director {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 10px;
	}
	.claudio-vallauri {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.claudio-vallauri-2 {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 10px;
	}
	.texto-vallauri {
		padding: 10px;
	}
	.tipos-gestiones h2 {
		font-size: 32px;
	}
	.contenedor-gestiones ul {
		padding: 10px;
	}
	.descripcion-proyectos {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 10px;
	}
	.img-blog {
		width: 100%;
		max-width: 100%;
		height: auto;
		text-align: center;
	}
	.contenedor-blog {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 10px;
	}
	.form-contacto {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0px;
		padding: 10px;
	}
	.form-contacto-propiedad {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0px;
		padding: 10px;
	}
	.website {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0px;
		padding: 10px;
	}
	.button-contacto {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0px;
		padding: 10px;
	}
}
