/* CSS Document */
/*CSS para pantallas chicas*/


.for762 {
		display:block;
	}
	.for992 {
		display: none;
	}
	.for1200 {
		display: none;
	}
.contenedor-principal {
		width: 100%;
		max-width: 1920px;
		min-width: 400px;
	}
.espacios80px {
	display: block;
	width: 100%;
	height: 80px;
	clear: both;
}
.espacios100px {
	display: block;
	width: 100%;
	height: 100px;
	clear: both;
}

/*CSS textos index*/
.index-titulos {
	font-size: 36px;
	letter-spacing: -1px;
	font-weight: 700;
	text-align: left;
}
.index-textos {
		letter-spacing: -0px; 
		text-transform: none; 
		font-size: 20px; 
		text-align: left;
		line-height: 22px;
		font-weight: 500;
	
	}
	


/*CSS para Servicios*/
.index-servicios-contenedor {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
	text-align: center;
}
.index-servicios-textos{
	margin: auto;
	width: 90%;
	text-align: justify;
	font-size: 17px;
	margin-top: 30px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: -1px;
}
.index-servicios-contenedor-grupo {
	width: 90%;
	margin: 0 auto;
	clear: both;
	padding-top: 30px;
}
.index-servicios-contenedor-individual {
	width: 100%;
	height: 600px;
	padding-top: 30px;
}
.index-servicios-contenedor-individual-grupo-textos {
	width: 100%;
}
.index-servicios-contenedor-individual-titulo-A {
	width: 100%;
	font-size: 80px;
	color: black;
	text-align: left;
	letter-spacing: -3px;
	font-weight: 400;
	padding-bottom: 5px;
}
.index-servicios-contenedor-individual-titulo-B {
	width: 100%;
	font-size: 32px;
	text-align: left;
	margin-bottom: 15px;
	font-weight: 600;
}
.index-servicios-contenedor-individual-textos{
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 40px;
	letter-spacing: -1px;
}


.servicios-img-1 {
	margin: auto;
	width: 100%;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../images/servicios/reforma-viviendas-riforma-di-casa-2.jpg")left center no-repeat;
}


.servicios-img-4 {
	margin: auto;
	width: 100%;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../images/servicios/reforma-oficinas-riforma-di-casa.jpg")right center no-repeat;
}
.servicios-img-5 {
	margin: auto;
	width: 100%;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../images/servicios/banos-riforma-di-casa.jpg")right center no-repeat;
}
.servicios-img-6 {
	margin: auto;
	width: 100%;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../images/servicios/cocinas-riforma-di-casa.jpg")right center no-repeat;
}
.servicios-img-7 {
	margin: auto;
	width: 100%;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../images/servicios/pintura-riforma-di-casa.jpg")right center no-repeat;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
/*CSS para footer*/
footer {
	width: 100%;
	height: 1000px;
	background-color: #353333;
}
.footer-contenedor {
	width: 95%;
	float: right;
	margin-right: 5%;
	height: 1000px;
	max-width: 600px;
}
.footer-contenedor-titulo {
		width: 100%;
		padding-top: 150px;
		height: 200px;
}
.footer-titulo {
	width: 100%;
	text-align: right;
	color: white;
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 40px;
}
.footer-contenedor-bloque-1 {
	width: 100%;
	padding-top: 50px;
	height: 320px;
	text-align: right;
	margin-bottom: 10px;
}
.footer-contenedor-bloque-2 {
	width: 100%;
	padding-top: 50px;
	height: 280px;
	text-align: right;
	margin-bottom: 10px;
}
.footer-contenedor-bloque-3 {
	width: 100%;
	height: 150px;
	text-align: right;
	margin-bottom: 10px;
}




/*Nosotros*/
		
		.nosotros-saludos-container	{
			width: 90%;
			margin: auto;
			max-width: 600px;
			padding-top: 100px;
		}	





/*CSS a partir de 762px*/
	@media (min-width: 762px)  {
		
		.espacios80px {
			display: none;
		}
		.espacios100px {
			display: none;
		}
		
		



	
		
		
		
		
		
		
		
		
		
		/*CSS textos index*/


/*Banner Principal*/
	
/*CSS para Servicios*/

.index-servicios-textos{
	margin: auto;
	width: 40%;
	text-align: center;
	font-size: 17px;
	margin-top: 30px;
	line-height: 24px;
	font-weight: 400;
}
.index-servicios-contenedor-grupo {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.index-servicios-contenedor-individual {
	width: 100%;
	height: 350px;
	padding-top: 30px;
}
.index-servicios-contenedor-individual-grupo-textos {
	width: 45%;
	float: right;
}
.index-servicios-contenedor-individual-titulo-A {
	width: 100%;
	font-size: 60px;
	color: black;
	text-align: left;
	margin-top: 0px;
}
.index-servicios-contenedor-individual-titulo-B {
	width: 100%;
	font-size: 34px;
	text-align: left;
}
.index-servicios-contenedor-individual-textos{
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}

.servicios-img-1 {
	width: 50%;
	float: left;
	margin-right: 5%;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.servicios-img-2 {
	width: 50%;
	float: left;
	margin-right: 5%;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.servicios-img-3 {
	width: 50%;
	float: left;
	margin-right: 5%;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.servicios-img-4 {
	width: 50%;
	float: left;
	margin-right: 5%;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
		
.servicios-img-5 {
	width: 50%;
	float: left;
	margin-right: 5%;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
		
.servicios-img-6 {
	width: 50%;
	float: left;
	margin-right: 5%;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
		
.servicios-img-7 {
	width: 50%;
	float: left;
	margin-right: 5%;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
		
		
}



/*CSS a partir de 1050px*/
	@media (min-width: 992px)  {
.for992 {
display: block;
}
	.nav-contenedor {
		width: 100%;
		height: 60px;
		position:fixed;
		top:0;
		z-index: 1000;
		background-color: white;
	}
	.nav-espacio-logo {
		margin-left: 5%;
		width: 100px;
		padding-top: 10px;
		height: 60px;
		float:left;
	}
	.nav-espacio-textos {
		width: 900px;
		margin-top: 21px;
		height: 36px;
		float:right;
		padding-right: 100px;
		
		background-color: white;
		opacity: .9;
	}
	.nav-espacio-textos-ind {
		padding-top: 5px;;
		width: 100px;
		height: 22px;
		float:right;
		text-align: center;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 1px;
	}
}
/*CSS a partir de 1200px*/
	@media (min-width: 1200px)  {
	.nav-contenedor {
		width: 100%;
		height: 80px;
		position:fixed;
		top:0;
		z-index: 1000;
		background-color: white;
	}
	.nav-espacio-logo {
		margin-left: 5%;
		width: 100px;
		padding-top: 20px;
		height: 80px;
		float:left;
	}
	.nav-espacio-textos {
		width: 900px;
	
		
	}
	.nav-espacio-textos-ind {
		width: 100px;
		height: 22px;
		float:right;
		text-align: center;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 1px;
	}	
		
}

