*{
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body{
	background: #fffffa;
	font-family: calibri, arial;
	font-size: 1em;
}

.menu_bar{
	display: none;
}	

.contenedor{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
}

header{
	position: fixed;
	width: 90%;
	max-width: 1600px;
	overflow: hidden;
	background: rgba(255,255,255,.6);
	margin-bottom: 20px;
	box-sizing: border-box;

}


header .logo{
	width: 100%;
	height: auto;
	max-width: 276px;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	margin-top:10px;
	margin-left: 30px;
}

header nav {
	float: right;
	line-height: 90px;
}
header nav a {
	display: inline-block;
	color:#002e62;
	text-decoration: none;
	padding: 10px 20px;
	line-height: normal;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;

}
header nav span{
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
}

header nav a:hover{
	color:#00a6ca;
	border-bottom: 3px solid #00a6ca;
	border-radius: 2px;
	font-weight: bold;
}

.acerca {
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
	background: #f6f6f6;
	box-sizing: border-box;
}

img{
	width: 100%;
	height: auto;
}

p{
	text-align: justify;
}

h2{
	color:#002e62;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
}

.padre_acerca{
	display: flex;
	justify-content: center;
	margin: auto;
	width: 100%;
}

.hijo_contenido_acerca1{
	width: 50%;
	max-width: 490px;
	padding: 0px 10px 20px 10px;
}

.hijo_contenido_acerca2{
	width: 50%;
	max-width: 490px;
	padding: 0px 10px 20px 10px;
}



.servicios {
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
	background: #f6f6f6;
	box-sizing: border-box;
}

.padre_servicio{

	width: 100%;
	margin: auto;
	max-width: 1000px;
	overflow: hidden;
}

.hijo_servicio1{
	margin: auto;
	width: 100%;
	padding: 0px 20px 20px 20px;
}

.hijo_servicio2{
	margin: auto;
	width: 100%;
	padding: 0;

}

.hijo_servicio2 p {
	margin: auto;
	width: 100%;
	padding: 0;
}

.formulario{
	width: 100%;
	display: flex;
  	justify-content: center;
  	align-items: center;
	background: #d1d2d3;
	box-sizing: border-box;
}

.contenedor_form{
	width: 50%;
	padding: 60px 50px 60px 50px;
	box-sizing: border-box;

}

.tel_dir{
	width: 50%;
	padding: 50px;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	text-align:center;
	list-style: none;
	color: #002E62;
	font-size: 18px;
	font-family: roboto, calibri, arial;

}

.tel_dir span{
	margin-right: 10px;
	font-size: 18px;
	font-family: roboto, calibri, arial;
	font-weight: bold;
	justify-content: center;
	text-decoration: none;
	color: #002E62;

}

.mapa{
	padding: 0px 150px 0px 70px;
}

.contenedor_form .enviar{
	background: #1e2b38;
	color:#FFF;
}

input{
	
	width:100%;
	margin-bottom:10px;
	padding:5px;
	box-sizing:border-box;
	font-size:15px;
	border-bottom: 1px solid #7a7a7a;
	border-radius:3px;	
	color:#565656;
	font-family: roboto, calibri, arial;
}
textarea{
	height:100px;
	width:100%;
	margin-bottom:10px;
	padding:5px;
	box-sizing:border-box;
	font-size:1em;
	border-bottom: 1px solid #7a7a7a;
	border-radius:3px;
	color:#565656;
	font-family: roboto, calibri, arial;
}

.redes{
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 100%;
	height: 140px;
	background: #1e2b38;
	color:#FFF;
	box-sizing: border-box;
}

footer nav span{
	color: #FFF;
	font-size: 30px;
	margin-right: 10px;
}

footer nav a{
	text-decoration: none;
}


@media screen and (max-width: 800px)
{
	.padre_acerca
	{
		display: block;
		justify-content: center;
		margin: auto;
		width: 100%;
	}

	.hijo_contenido_acerca1
	{
		width: 100%;
		max-width: 490px;
		padding: 0px 10px 20px 10px;
	}

	.hijo_contenido_acerca2
	{
		width: 50%;
		max-width: 490px;
		padding: 0px 10px 20px 10px;
	}
	
	.formulario{
		display: block;
		justify-content: center;
		margin: auto;
		width: 100%;
		padding: 40px;
	}


	.contenedor_form{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;

	}

	.tel_dir{
		width: 100%;
		padding: 10px;
		justify-content: center;
		box-sizing: border-box;
		text-decoration: none;
		text-align:center;
		list-style: none;
		color: #002E62;
		font-size: 14px;
		font-family: roboto, calibri, arial;

	}

	.mapa{
	padding: 0px;
	margin: 0px;
	}

	
	header nav {
	float: left;
	line-height: 20px;
}

	p{
	text-align: justify;
	padding: 5px;
	}

	header nav a {
	display: inline-block;
	color:#002e62;
	text-decoration: none;
	padding: 4px 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	}

	header nav span
	{
		margin-right: 3px;
		font-size: 12px;
		font-weight: bold;
	}
	
	header{
		/*display: block;*/
		/*justify-content: center;*/
		/*text-align: center;*/

	}

	header .logo{
		
		width: 50%;
		height: auto;
		/*max-width: 276px;*/
		overflow: hidden;
		/*box-sizing: border-box;
		margin: auto;
		margin-top:10px;*/

	}

	input{
		font-size:0.5em;
		color:#565656;
		font-family: roboto, calibri, arial;
	}
	
	textarea{
		font-size:0.5em;
		color:#565656;
		font-family: roboto, calibri, arial;
	}	

}



