@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Ovo');
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
h1 {
	font-family: 'Ovo', serif;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	display: block;
	max-width: 100%;

}

body {

	margin: 0;
	/* fuente para logo - font-family: 'Ovo', serif;*/
	font-family: 'Open Sans', sans-serif;
	background: #819EA4;
	
}

main{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.contenedor{
	margin: auto;
	/*width: 99%;*/
	overflow: hidden;
}

a{text-decoration: none;}

/*==================== Estilos del Header =======================*/

.header {
	height: 60px;
}

.header .contenedor {
	display: flex;
	justify-content: space-between;
}

.logo, .icon-menu {
	margin: 10px;
}

.logo {
	display: block;
	width: 150px;
	height: auto;
}

.icon-menu {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 30px;
	color: white;
	background: #4AAFCD;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
}
/*======================= Estilos del Menu ====================*/
.nav {
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	
	
	transition: all 0.4s;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.menu__link {
	
	display: block;
	padding: 15px;
	background: #4AAFCD;
	text-decoration: none;
	color: white;
	text-align: center;
}

.menu__link:hover, .select {
	background: white;
	color: #4AAFCD;
}

.mostrar {
	left: 0;
}

/*==================== Estilo del Banner ====================*/

.principal{
	height: 115%;
	width: 100%;
	margin: -60px auto;
	background: url(../images/light-architecture-structure-sky-window-glass-598661-pxhere.com.jpg)no-repeat 50% 50%;
	display: table;
	top: 0px;
	background-size: cover;
	overflow: hidden;
}

.principal .banner_principal{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.contenido_principal{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.contenido_principal p{
	color: white;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: justify;
	text-shadow: 0px 0px 30px #000;
	margin-bottom: 5px;
}


.btnpresupuesto {
	
	font-size: 14px;
	border: 2px solid white;
	border-radius: 25px;
	padding: 10px 20px;
	background: rgba(74, 175, 205,.7);
	color: white;
	text-decoration: none; 
	transition: all 0,4s;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	
	}

.btnpresupuesto:hover{
	background: #2B2B2B;
	padding: 10px 30px;
}

.link__presupuesto:hover {
	background: white;
	color: #4AAFCD;
}

/*.banner .contenedor{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: white;
	text-align: center;
}*/


/*====================== Estilos de Nosotros ======================*/
.main_nosotros{
	box-sizing: border-box;
	padding: 20px;
	
	background: #819EA4;
	
}


.contenedor_nosotros {
	
	width: 100%;
	height: 100%;
	background: white;
	padding: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
	margin: auto;
}

.contenedor .img_nosotros {
	width: 450px;
	height: 50px;
	background: #008000;
	overflow: hidden;
	top: 0;
	left: 0;
	
}

	.img_nosotros{
		height: auto;
		
		width: 100%;
	}

		
.img_nosotros img {
	width: 100%;
	height: 100%;
	
}

.nosotros__txt {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #819EA4;
}

.nosotros__txt h2{
	margin-top: -20%;
	color: white;
	letter-spacing: 4px;
	text-shadow: 0px 0px 35px #000;
	transition: all 0,5s;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	/*text-align: left;*/
}

.nosotros__txt p{
	margin-top: 15%;
	font-weight: lighter;
	text-align: justify;
}

.boton_nosotros{
	width: 200px;
	padding: 8px;
	background: #819EA4;
	border-radius: 25px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
  	transition: all 0.5s;

}

.boton_nosotros:hover{
	width: 215px;
	background: #6F878C;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
  	transition: all 0.5s;
	
}
/*====================== Estilos de Servicios ====================*/

.contenedor_servicios{
	margin: auto;
	width: 96%;
	
	background: #819EA4;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contenedor_servicios h3{
	text-align: center;
	margin-top:10px;
	padding-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #282F31;
}

.servicios {
	box-sizing: border-box;
	background: #4AAFCD;
	color: white;
	padding: 25px;
	margin-bottom: 30px;
}

.img__servicios{
	width: 100%;
	margin-top: 0 2%;
}

.servicios__info h2{
	margin-top: 10px;
}
.servicios__info p{
	margin-top: 6px;
	margin-bottom: 10px;
	font-weight: lighter;
	text-align: justify;
	
}
/*================= Estilos del Formulario Presupuesto =================*/

.presupuesto{
	transition: all 0.4s;
	height: 105%;
	width: 100%;
	margin: 0 auto;
	background: url(../images/presupuesto.jpg) no-repeat 50% 50%;
	display: table;
	top:0;
	background-size: cover;
	overflow: hidden;
}
.presupuesto .modal_presupuesto{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}
.modal_presupuesto{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: rgba(74, 175, 205, 0.9);
	padding: 20px;
	text-align: center;
}
.form_presupuesto{
	max-width: 800px;
	margin: auto;
}

.form_presupuesto p{
	text-align: left;
	color: white;
	font-size: 12px;
	font-weight: lighter;
	margin-top: 10px;
	margin-left: 15px;
	
}

.form_presupuesto h3{
	margin-top:10px;
	margin-bottom: 20px;
	font-size: 20px;
	color: white;
	text-align: center;
}



input[type="text"], input[type="email"] {
	margin-top: 2px;
	border-radius: 25px;
	width: 100%;
	height: 35px;
	background: white;
	border: none;
	padding: 10px;
	
}

textarea{
	margin-top: 2px;
	width: 100%;
	height: 50px;
	border-radius: 15px;
	border: none;
	padding: 10px;
}

input[type="submit"] {
	margin-top: 25px;
	width: 200px;
	padding: 8px;
	font-size: 18px;
	color: white;
	border: white;
	border-radius: 25px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
  	transition: all 0.5s;
	}

input[type="submit"]:hover{
	background: #6F878C;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
  	transition: all 0.5s;
}

.mostrar2 {
	right: 0;
}

/*================= Estilos del Formulario Contacto =================*/
.form_contacto{
	width: 100%;
	margin: 0 auto;
	background: #282F31;
	padding: 20px;
	text-align: center;

}

.form_contacto p{
	text-align: left;
	color: white;
	font-size: 12px;
	font-weight: lighter;
	margin-top: 10px;
	margin-left: 15px;
	
}

.form_contacto h3{
	margin-top:10px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #4AAFCD;
	text-align: center;
}



input[type="text"], input[type="email"] {
	margin-top: 2px;
	border-radius: 25px;
	width: 100%;
	height: 35px;
	background: white;
	border: none;
	padding: 10px;
	
}

textarea{
	margin-top: 2px;
	width: 100%;
	height: 70px;
	border-radius: 15px;
	border: none;
	padding: 10px;
}

input[type="submit"] {
	margin-top: 25px;
	width: 200px;
	padding: 8px;
	font-size: 18px;
	color: white;
	background: #4AAFCD;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
  	transition: all 0.5s;
	}

input[type="submit"]:hover{
	background: #0091D1;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
  	transition: all 0.5s;
}

/*======================= Estilo de Oficinas =======================*/


#separador{
	width: 250px;
	height: 1px;
	background: white;
	margin: auto;
	margin-top: 50px;
	border-style: none;
}

.oficinas{
	margin-top:40px;
	font-size: 20px;
	color: #4AAFCD;
	text-align: center
}
.direccion{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 70px;
	padding: 20px;
	text-align: center;
	background: white;
	border-radius: 15px;
}


hr{
	width: 150px;
	height: 2px;
	background: #282F31;
	margin: auto;
	margin-top: 20px;
	border-style: none;
	
}

.parla{
	margin-top: 0px;
	color: #054A75;
}

.direccion p {
	margin-top: 10px;
	color: #282F31;
	text-align: center;
}

.valdemoro{
	margin-top: 20px;
	color: #054A75;
}



/*====================== Estilos de footer ====================*/

.footer {
	background: #054A75;
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

.footer .social [class^="icon-"] {
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 40px;
	padding: 6px;
}


/*====================== Estilos Responsive ====================*/



