* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	font-family: 'Open Sans',Arial, sans-serif;
	font-size: 16px;
	background: #E6E6E6;
}


header {
	width: 100%;
	background: url(../img/cabecera.jpg) #281a0c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center 0;
}

header .opacidad {
	width: 100%;
	background: #000;
	opacity: 0.5;
}

.contenedor {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

header .contenedor {
	width: 100%;	
	position: relative;
	height: 700px;
}

header .menu {
	width: 100%;
	text-align: right;
}

header .menu a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	margin: 40px 20px;
	text-decoration: none;
	position: relative;
}

header .menu a:hover {
	text-decoration: underline;
}

header .textos {
	width: 100%;
	position: absolute;
	color: #fff;
	top: 50%;
	margin-top: -52px;
}

header .textos .nombre {
	font-size: 50px;
	font-weight: 600;
}

header .textos .nombre span{
	font-weight: 300;
	color: #fff;
}

header .textos h3{
	font-weight: 300;
	font-size: 25px;
	font-style: italic;
}

.main {
	background: url('../img/textura.png');
	background-repeat: repeat;
}

.main .acerca-de .contenedor {
	overflow: visible;
	position: relative;
}

.main .acerca-de .foto {
	width: 80%;
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.main .acerca-de .foto img {
	vertical-align: top;
	width: 100%;
}

.main .acerca-de article {
	background: #D8D8D8;
	padding: 40px;
	width: 50%;
	position: relative;
	top: 150px;
	z-index: 1;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
	float: right;
}

.main .acerca-de article h3 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 40px;
}

.main .acerca-de article p {
	line-height: 28px;
	margin-bottom: 15px;
}

/*SECCION SERVICIOS */

.main .servicios {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
}

.main .servicios .servicios-main {
	padding-top: 200px;
	width: 70%;
	
}

.main .servicios .servicios-main article {
	width: 100%;
	background: #FFFFFF;
	overflow: hidden;	
}

.main .servicios .servicios-main article div {
	width: 50%;
	float: left;
}

.main .servicios .servicios-main .caja-textos {
	padding: 0px 30px 30px 30px;
}

.main .servicios .servicios-main img {
	width: 100%;
	height: 300px;	
}

.main .servicios .servicios-main img:hover {
	opacity: .7;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.main .servicios .titulo {
	font-size: 45px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;

}

.main .servicios .titulo-cargo{
	font-size: 25px;
	margin-bottom: 10px;
	text-align: justify;	
}

.main .servicios .titulo-mudanza{
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: justify;	
}

.main .servicios .sub-titulo{
	font-size: 15px;
	margin-bottom: 10px;
	text-align: left;		
}


.main .servicios .descripcion{
	font-size: 14px;
	color: #676767;
	text-align: justify;
	margin-bottom: 10px;		
}

.main .servicios .leer-mas{
	text-align: right;
	color: #FF8000;
	padding-top: 15px;
}

/*SECCION  CLIENTE*/

.main .cliente {
	width: 100%;
}

.main .cliente .cliente-main {
	width: 70%;
}

.main .cliente .cliente-main article {
	width: 100%;
	overflow: hidden;	
}

.main .cliente .cliente-main article .caja-cliente {
	height: 200px;
	overflow: hidden;
	opacity: .8;
	background: url(../img/nuestros-clientes.jpg)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}

.main .cliente .cliente-main .sub-titulo{
	font-size: 25px;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;	
	color: #000000;
}

.main .cliente .cliente-main .descripcion{
	text-align: justify;
	display: block;
	color: #000000;
	width: 80%;
	font-size: 15px;
}

.main .cliente .cliente-main .foto{
	width: 33.33%;
	float: left;
	padding: 5px;
	height: 300px;
	background: #FFFFFF;
	padding-top: 25px;
	
}

.main .cliente .cliente-main .foto img {
	width: 60%;
	height: 160px;
	vertical-align: top;
	margin-bottom: 10px;
}

.main .cliente .cliente-main img:hover {
	opacity: .7;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


.main .cliente .cliente-main .nombre{
	text-align: justify;
	color: #676767;
	display: block;
	width: 80%;
	font-size: 15px;
	margin-bottom: 10px;
}



/* CSS GALERIA */

.main .galeria {
	overflow: hidden;
	width: 100%;
	padding: 55px;
	background: #FFFFFF;
	
}

.main .galeria .galeria-main {
	width: 90%;
	overflow: hidden;

}

.main .galeria .galeria-main .titulo {
	font-size: 25px;
	margin-bottom: 15px;	
	text-align: left;	

}

.main .galeria .foto {
	width: 25%;
	padding:10px;
	/*display: inline-block;*/
	float: left;
}

.main .galeria .foto img {
	width: 100%;
	height: 220px;
	vertical-align: top;
}

.main .galeria .foto img:hover {
	opacity: .7;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* CSS DE LA SECCION CONTACTO*/

.main .contacto {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url(../img/acerca.jpg)no-repeat center;
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.main .contacto .contenedor {
	width: 70%;
}

.main .contacto .contenedor div {
	width: 50%;
	padding: 10px;
	float: left;
}


.main .contacto .sub-titulo{
	text-align: left;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid;
	border-width: 50%;
}

.main .contacto .area{
	text-align: left;
	font: bold 15px;
	margin-bottom: 15px;

}

.main .contacto .Nombre,
.main .contacto .correo{
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	margin-left: 100px;
	margin-bottom: 15px;


}

.main .contacto .contenedor .formulario form{
	width: 100%;
	padding: 40px;
	background: #000;
	opacity: .6;
	overflow: hidden;
	box-shadow: 0 0 3px grey;
	border-top: 4px solid #A8A8A8;
	
}

.main .contacto .contenedor .formulario .titulo-fomr{
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 100;
	padding-bottom: 5px;	
	margin-bottom: 15px;
	color: #D8D8D8;
}

.main .contacto .contenedor .formulario .pasos-fomr{
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 15px;
	color: #D8D8D8;
}


form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea{
	border: 1px solid #A8A8A8;
	border-radius: 2px;
	padding: 10px;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 1em;
	color: #A8A8A8;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form textarea:focus{
	border: 2px solid #AFAFAF;
	padding: 10px;
	color: #2E2E2E;
}

form textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 300px;
	min-height: 150px;
}

.alert{
	width: 100%;
	padding: 1em;
	color: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	font-size: 14px;
	display: block;
	text-align: left;
}

.alert.error{
	background: #F2DEDE;
	border: 1px solid #a94442;
	color: #a94442;
}

.alert.exito{
	background: #4caF50;

}

.btn-enviar{
	padding: 15px;
	background: #ED572A;
	color: #D8D8D8;
	font-size: 1em;
	border-radius: 2px;
	border: none;
	float: right;
	cursor: pointer;
}

.btn-enviar:hover{
	background: #E64A19;
}


/* CSS DE LA SECCION UBICACION*/

.main .ubicacion {
	padding: 60px 0;
	width: 80%;
	overflow: hidden;

}

.main .ubicacion .titulo{
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 40px;
}

.main .ubicacion .direccion {
	float: left;
	width: 50%;
	text-align: left;
}

.main .ubicacion .Horarios {
	float: right;
	width: 50%;
	text-align: right;
	overflow: hidden;
}

.main .ubicacion .direccion .calle{
	margin-bottom: 15px;
}

.main .ubicacion .Horarios h4 {
	text-align: center;
	margin-bottom: 20px;
}

.main .ubicacion .Horarios .entre-semana, 
.main .ubicacion .Horarios .fin-semana{
	width: 50%;
	float: left;
	text-align: center;
}

.main .mapa {
	width: 80%;
	overflow: hidden;

}

.main .mapa iframe{
	width: 100%;
	max-height: 600px;
}





footer {
	
	background: #000;
}

footer .copyrigth {
	text-align: center;
	padding: 15px 0;
	color: #fff;
}

/* Media Query para cambio de tamaño de pantalla */

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

	header .contenedor {
		position: static;
		height: auto;
	}

	header .textos {
		position: static;
		margin: 100px 0;
	}

	header .menu{
		text-align: center;
	}

	header .menu a{
		font-size: 15px;
		margin: 10px 10px;
	}

	header .textos .nombre{
		font-size: 30px;
	}

	header .textos h3 {
		font-size: 18px;
	}

	.main .acerca-de .foto {
		width: 100%;
		position: relative;
	}

	.main .acerca-de article {
		position: relative;
		width: 100%;
		top: -50px;
		transform: translate(0px, 0);
	}

	.main .servicios .servicios-main {
		padding-top: 10px;
		width: 90%;	
	}

	.main .servicios .servicios-main article div {
		width: 100%;
		margin-bottom: 15px;
	}

	.main .cliente .cliente-main {
	width: 100%;
	}

	.main .cliente .cliente-main article .caja-cliente {
		height: 250px;
	}

	.main .cliente .cliente-main .sub-titulo{
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: center;	
		color: #000000;
	}

	.main .cliente .cliente-main .descripcion{
		font-size: 13.5px;
	}

	.main .cliente .cliente-main .foto{
		width: 100%;
		padding: 5px;
		height: 250px;
		padding-top: 5px;
	}

	.main .cliente .cliente-main .foto img {
		width: 50%;
		height: 160px;
		margin-bottom: 10px;
	}

	.main .galeria {
		width: 100%;
		padding: 10px;
		background: #E6E6E6;	
	}

	.main .galeria .galeria-main {
		width: 100%;
		overflow: hidden;
	}

	.main .galeria .galeria-main .titulo {
		font-size: 25px;
		margin-bottom: 15px;	
		text-align: left;	

	}

	.main .galeria .foto {
		width: 50%;
		padding:10px;
		/*display: inline-block;*/
		float: left;
	}

	.main .galeria .foto img {
		width: 100%;
		height: 220px;
		vertical-align: top;
	}

	.main .contacto .contenedor {
		width: 100%;
	}




}

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

	.main .acerca-de article h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.main .cliente .cliente-main article .caja-cliente {
		height: 250px;
	}

	.main .cliente .cliente-main .descripcion{
		font-size: 13px;
	}


	.main .galeria .foto {
		width: 100%;
		padding:10px;
		/*display: inline-block;*/
		float: left;
	}

	.main .contacto .contenedor div {
		width: 100%;
		padding: 10px;
	
	}


}


