@charset "utf-8";
/* 
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Slabo 27px', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Bowlby One', cursive;
font-family: 'Dosis', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Francois One', sans-serif;
font-family: 'Archivo Black', sans-serif;
*/
header, section, article, nav, footer, aside, figure{
	display:block;
	margin:0;
	padding:0;	
}
body{
	margin:0;
	background:#FFF;	
}
*{
	box-sizing:border-box;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
	line-height:20px;
	margin:6px;
}
h1{
	font-size:24px;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
h2{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
h3{
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
h4{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
a{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
}
a img{
	border:none;
}
ul, ol{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
}
#mapa{
	height: 600px;
	border: 1px solid #e5e5e5;
}
/****************************************************/
/****************    Estilos Precarga      **********/
/****************************************************/
#precarga{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #243a47;
	z-index: 10500;
}
#iconoprecarga{
	width: 300px;
	height: 300px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -150px;
}
#iconoprecarga i{
	font-size: 180px;
	text-align: center;
	color: #b2d33e;
}
#iconoprecarga p{
	text-align: center;
	color: #fff;
	letter-spacing: 25px;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
}
/****************************************************/
/**************** Estilos para la cabecera **********/
/****************************************************/
#cabecera{
	background: #fff;
	border-bottom: 1px solid #243a47;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5000;
}
#barratelefonos{
	background: #243a47;
	padding: 6px 4px;
}
.centrocabecera{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.centrocabecera p, .centrocabecera a{
	color: #fff;
	margin: 0;
}
.centrocabecera p i{
	font-size: 18px;
	color: #b2d33e;
}
.centrocabecera ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.centrocabecera ul li{
	margin-left: 6px;	
}
.centrocabecera ul li a{
	width: 30px;
	height: 30px;
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #6f7d86;
	border: 1px solid #6f7d86;
	border-radius: 5px;
	transition: all 0.5s;
}
.centrocabecera ul li a:hover{
	color: #b2d33e;	
}
/****************************************************/
/****************    Estilos para la menu  **********/
/****************************************************/
#menu{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}
#mmovil{
	display: none;
}
#menu figure{
	width: 20%;	
}
#menu figure img{
	display: block;	
}
#menu ul{
	width: 60%;	
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li{
	margin-left: 15px;	
}
#menu ul li a{
	font-family: 'Oswald', sans-serif;
	color: #253c4a;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.5s;
}
#menu ul li a:hover{
	color: #0090dc;
}
/***************************************************/
/*******   DISEÑO PARA EL BANNER E ICONOS    *******/
/***************************************************/
#banner{
	height: 700px;
}
.bannerint{
	height: 500px !important;
	margin-top: 100px;
	border-bottom: 1px solid #243a47;
}
#cajatxt{
	width: 90%;
	max-width: 800px;
	margin: auto;
	padding-top: 230px;
}
.cajatxtint{
	padding-top: 130px !important;	
}
#cajatxt h1{
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#cajatxt p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
#cajatxt a{
	width: 250px;
	height: 50px;
	display: block;
	background: #b2d33e;
	color: #fff;
	line-height: 50px;
	border-radius: 6px;
	margin: 20px auto;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	transition: all 0.5s;
	text-align: center;
}
#cajatxt a:hover{
	background: #243a47;	
}
.zonacentro{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 30px 0;
}
#cajadatos{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
}
#cajadatos div{
	width: 33%;
	min-height: 240px;
	padding: 60px 20px 0 20px;
	background: #019671;
	position: relative;
	top: -90px;
}
#cajadatos div:nth-child(2){
	background: #018161;
	min-height: 290px;
	top: -115px;
	padding: 75px 20px 0 20px;
}
#cajadatos div i{
	width: 95px;
	height: 95px;
	display: block;
	line-height: 89px;
	border: 3px solid #02d5a0;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background: #018362;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -43px;
}
#cajadatos div:nth-child(2) i{
	width: 130px;
	height: 130px;
	line-height: 124px;;
	font-size: 46px;
	position: absolute;
	left: 50%;
	top: -65px;
	margin-left: -65px;
}
#cajadatos div h2{
	color: #fff;
	text-align: center;
}
#cajadatos div p{
	color: #fff;
	text-align: center;
}
/***************************************************/
/********      DISEÑO PARA BIENVENIDA       ********/
/***************************************************/
#cajapresentacion{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px 0;
}
#cajapresentacion figure{
	width: 45%;
}
#cajapresentacion div{
	width: 55%;
	padding: 0 4%;
}
#cajapresentacion figure img{
	width: 100%;
	height: auto;
	display: block;
}
#cajapresentacion div h2{
	font-family: 'Roboto Slab', serif;
	font-size: 35px;
	color: #253b4a;
	background: url(../imagenes/linea-puntos.png) no-repeat left bottom;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
#cajapresentacion div h2 span{
	font-size: 50px;
	display: block;
	line-height: 35px;
}
#cajapresentacion div p{
	color: #787878;
	text-align: justify;
}
.botones{
	width: 250px;
	height: 50px;
	display: block;
	background: #0090dc;
	color: #fff;
	line-height: 50px;
	border-radius: 6px;
	margin: 20px 6px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	transition: all 0.5s;
	text-align: center;
}
.botones:hover{
	background: #b2d33e;	
}
/***************************************************/
/********      DISEÑO PARA EMPRESAS         ********/
/***************************************************/
#zonaempresas{
	min-height: 450px;
	background: url(../imagenes/fondo-oscuro.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 20px;
}
#zonalogosempresas{
	background: #0090dc;
}
.centroempresas{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 40px 0;
}
.tituloblanco{
	width: 60%;
	margin: 25px auto;
}
.tituloblanco h2{
	color: #fff;
	font-size: 35px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	background: url(../imagenes/linea-puntos.png) no-repeat center bottom;
	padding-bottom: 15px;
}
.centroempresas ul{
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.centroempresas ul li a{
	display: block;
	color: #fff;
	text-align: center;
	margin: 9px 0;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	transition: all 0.5s;
	font-weight: normal;
}
.centroempresas ul li a:hover{
	color: #0090dc;
}
#zonalogosempresas ul{
	width: 100%;
	max-width: 1100px;
	display: flex;
	margin: 0 auto;
	padding: 20px 0;
	list-style: none;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#zonalogosempresas ul li{
	width: 25%;	
}
#zonalogosempresas ul li a img{
	width: 100%;
	height: auto;
	display: block;
}
/***************************************************/
/********      DISEÑO PARA SERVICIOS        ********/
/***************************************************/
.titulonegro{
	width: 60%;
	margin: 25px auto;
}
.titulonegro h2{
	color: #253b4a;
	font-size: 35px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	background: url(../imagenes/linea-puntos.png) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.titulonegro p{
	color: #787878;
	text-align: center;
}
#cajaservicios{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
#cajaservicios div{
	width: 33.3%;
	padding: 2% 1%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#cajaservicios div img{
	display: block;
	margin: 15px auto;
}
#cajaservicios div h2{
	text-align: center;
	font-size: 16px;
	color: #253b4a;
	font-family: 'Roboto Slab', serif;
}
#cajaservicios div p{
	text-align: center;
	color: #787878;
}
#cajaservicios div a{
	width: 60%;
	display: block;
	padding: 10px 20px;
	border: 1px solid #1fa84c;
	color: #1fa84c;
	margin: 15px auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	transition: all 0.5s;
	border-radius: 6px;
}
#cajaservicios div a:hover{
	border: 1px solid #787878;
	color: #787878;
}
/***************************************************/
/********       DISEÑO PARA PROYECTOS       ********/
/***************************************************/
#zonaproyectos{
	background: #2f4553;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.proyectos{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.proyectos img{
	width: 100%;
	height: auto;
	display: block;
}
.proyectos div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 101%;
	background: rgba(1,129,97,0.95);
	padding: 23% 10%;
	transition: all 0.3s;
}
.proyectos:hover div{
	top: 0;	
}
.proyectos div h2{
	text-align: center;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
	font-size: 30px;
}
.proyectos div p{
	color: #fff;
	text-align: center;
}
.proyectos div ul{
	margin: 30px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.proyectos div ul li{
	margin-right: 6px;	
}
.proyectos div ul li a{
	width: 100px;
	height: 100px;
	display: block;
	line-height: 96px;
	border: 2px solid rgba(255,255,255,0.5);
	text-align: center;
	font-size: 50px;
	color: rgba(255,255,255,0.5);
	border-radius: 100%;
	transition: all 0.5s;
}
.proyectos div ul li a:hover{
	border: 2px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);	
}
/***************************************************/
/********    DISEÑO PARA SECCION STAFF      ********/
/***************************************************/
#staff{
	min-height: 500px;
	background: url(../imagenes/fondo-staffoscuro.jpg) no-repeat center top;
}
.txtstaff{
	width: 80%;
	margin: auto;
	padding-top: 5%;
}
.txtstaff img{
	width: 120px !important;
	height: 120px !important;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.txtstaff p{
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-style: italic;
}
.txtstaff h2{
	color: #01b88a;
	font-size: 18px;
	text-align: center;	
}
.txtstaff h3{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
/***************************************************/
/********    DISEÑO PARA PIE DE PAGINA      ********/
/***************************************************/
#piepagina{
	background: #243a47;
	border-top: 50px solid #0090dc;
}
#centropie{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#centropie div{
	width: 33.3%;
	padding: 2%;
}
#centropie div h2{
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
}
#centropie div p{
	color: #fff;
}
#centropie div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#centropie div ul li a{
	display: block;
	padding: 6px 0;
	color: #fff;
}
#centropie div ul li a:hover{
	color: #b2d33e;
	text-decoration: underline;
}
#centropie div ul li a i{
	color: #0090dc;
}
#centropie div a{
	color: #fff;	
}
#copyrigth{
	background: #192a32;
}
#copyrigth div{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#copyrigth div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
}
#copyrigth div ul li{
	margin-left: 6px;	
}
#copyrigth div ul li a{
	width: 30px;
	height: 30px;
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #6f7d86;
	border: 1px solid #6f7d86;
	border-radius: 5px;
	transition: all 0.5s;
}
#copyrigth div ul li a:hover{
	color: #b2d33e;	
}
#copyrigth div p{
	color: #fff;	
}
#copyrigth div p a{
	color: #b2d33e;	
}
/***************************************************/
/********      DISEÑO PARA CONTACTENOS      ********/
/***************************************************/
.formulario{
	width: 100%;
	margin: 30px auto;
	color: #787878;
}
.formulario p{
	color: #787878;	
}
.columnas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dosfilas{
	width: 50%;
	padding: 6px;
}
.unafila{
	width: 100%;
	padding: 6px;
}
.campos{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	border-radius: 6px;
}
.comentarios{
	width: 100%;
	height: 150px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.boton{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: none;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	background: #0090dc;
	font-family: 'Oswald', serif;
	font-size: 16px;
	transition: all 0.5s;
	cursor: pointer;
}
.boton:hover{
	background: #b2d33e;	
}
.terminos{
	color: #0090dc;
	text-decoration: underline;
}
#advertencia{
	color: #b2d33e;
	font-family: 'Oswald', serif;
	font-size: 26px;
	font-weight: normal;
	margin: 20px 6px;
}
#cajaformulario{
	padding: 15px;
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px){
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 800       ********/
/***************************************************/
@media only screen and (max-width: 800px){
	/****************************************************/
	/****************    Estilos para la menu  **********/
	/****************************************************/
	#menu{
		position: relative;
		padding: 6px 10px;
	}
	#mmovil{
		display: block;
		width: 45px;
		height: 45px;
		border: 1px solid #0090dc;
		line-height: 43px;
		text-align: center;
		color: #0090dc;
		font-size: 22px;
		cursor: pointer;
	}
	#menu figure img{
		display: block;	
	}
	#menu ul{
		position: absolute;
		left: -102%;
		top: 100%;
		width: 100%;	
		flex-direction: column;
		background: #243a47;
		padding: 10px 20px;
		transition: all 0.5s;
	}
	#menu ul li{
		margin-left: 0;	
	}
	#menu ul li a{
		display: block;
		padding: 10px 0;
		color: #fff;
		border-bottom: 1px solid #4a5359;
	}
	#menu ul li:last-child a{
		border-bottom: none;	
	}
	/***************************************************/
	/*******   DISEÑO PARA EL BANNER E ICONOS    *******/
	/***************************************************/
	#banner{
		height: 500px;
	}
	#cajatxt{
		padding-top: 200px;
	}
	#cajatxt h1{
		font-size: 30px;
	}
	#cajatxt p{
		font-size: 16px;
	}
	#cajatxt a{
		font-size: 16px;
	}
	.zonacentro{
		padding: 0;
	}
	#cajadatos div{
		width: 100%;
		padding: 20px;
		position: static;
	}
	#cajadatos div:nth-child(2){
		background: #0090dc;
		padding: 20px;
		min-height: 240px;
	}
	#cajadatos div i{
		line-height: 89px;
		position: static;
		margin-left: 0;
		margin: auto;
	}
	#cajadatos div:nth-child(2) i{
		width: 95px;
		height: 95px;
		line-height: 89px;
		font-size: 40px;
		position: static;
		margin-left: 0;
		margin: auto;
	}
	/***************************************************/
	/********      DISEÑO PARA BIENVENIDA       ********/
	/***************************************************/
	#cajapresentacion figure{
		width: 60%;
		display: block;
		margin: auto;
	}
	#cajapresentacion div{
		width: 90%;
		padding: 4%;
		margin: auto;
	}
	#cajapresentacion div h2{
		font-size: 35px;
		text-align: center;
		background: url(../imagenes/linea-puntos.png) no-repeat center bottom;
	}
	#cajapresentacion div h2 span{
		font-size: 50px;
		line-height: 35px;
	}
	.botones{
		margin: 20px auto;
	}
	/***************************************************/
	/********      DISEÑO PARA EMPRESAS         ********/
	/***************************************************/
	.tituloblanco{
		width: 90%;
	}
	.tituloblanco h2{
		font-size: 30px;
	}
	#zonalogosempresas ul{
		width: 70%;
		margin: auto;
	}
	#zonalogosempresas ul li{
		width: 50%;	
	}
	/***************************************************/
	/********      DISEÑO PARA SERVICIOS        ********/
	/***************************************************/
	.titulonegro{
		width: 90%;
	}
	.titulonegro h2{
		font-size: 30px;
	}
	#cajaservicios{
		width: 95%;
		margin: auto;
	}
	#cajaservicios div{
		width: 50%;
		padding: 2%;
	}
	#cajaservicios div a{
		width: 60%;
	}
	/***************************************************/
	/********       DISEÑO PARA PROYECTOS       ********/
	/***************************************************/
	#zonaproyectos{
		width: 85%;
		margin: auto;
	}
	.proyectos{
		width: 100%;
	}
	.proyectos div{
		padding: 15% 10%;
	}
	.proyectos div h2{
		margin-bottom: 10px;
		font-size: 24px;
	}	
	.proyectos div ul{
		margin: 15px 0;
	}
	.proyectos div ul li a{
		width: 60px;
		height: 60px;
		line-height: 56px;
		font-size: 30px;
	}
	/***************************************************/
	/********    DISEÑO PARA PIE DE PAGINA      ********/
	/***************************************************/
	#piepagina{
		border-top: 40px solid #0090dc;
	}
	#centropie{
		width: 80%;
	}
	#centropie div{
		width: 100%;
	}
	#copyrigth div{
		width: 80%;
	}
	/***************************************************/
	/********      DISEÑO PARA CONTACTENOS      ********/
	/***************************************************/
	.formulario{
		width: 95%;
	}
	.dosfilas{
		width: 100%;
	}
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 603       ********/
/***************************************************/
@media only screen and (max-width: 603px){
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 533       ********/
/***************************************************/
@media only screen and (max-width: 533px){
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 480       ********/
/***************************************************/
@media only screen and (max-width: 480px){
	/****************************************************/
	/**************** Estilos para la cabecera **********/
	/****************************************************/
	#barratelefonos{
		padding: 4px;
	}
	.centrocabecera{
		justify-content: center;
	}
	.centrocabecera p i{
		font-size: 16px;
	}
	.centrocabecera ul{
		display: none;
	}
	/****************************************************/
	/****************    Estilos para la menu  **********/
	/****************************************************/
	#menu figure img{
		width: 140px;
		height: auto;
		display: block;	
	}
	/***************************************************/
	/********      DISEÑO PARA BIENVENIDA       ********/
	/***************************************************/
	.bannerint{
		margin-top: 80px;
	}
	#cajapresentacion figure{
		width: 80%;
	}
	#cajapresentacion div{
		width: 95%;
	}
	#cajapresentacion div h2{
		font-size: 30px;
	}
	#cajapresentacion div h2 span{
		font-size: 40px;
		line-height: 30px;
	}
	/***************************************************/
	/********      DISEÑO PARA EMPRESAS         ********/
	/***************************************************/
	.tituloblanco h2{
		font-size: 22px;
	}
	#zonalogosempresas ul{
		width: 90%;
	}
	/***************************************************/
	/********      DISEÑO PARA SERVICIOS        ********/
	/***************************************************/
	.titulonegro h2{
		font-size: 22px;
	}
	#cajaservicios{
		width: 95%;
		margin: auto;
	}
	#cajaservicios div{
		width: 100%;
		padding: 4%;
	}
	#cajaservicios div a{
		width: 100%;
	}
	/***************************************************/
	/********       DISEÑO PARA PROYECTOS       ********/
	/***************************************************/
	#zonaproyectos{
		width: 95%;
	}
	.proyectos div{
		padding: 8%;
	}
	.proyectos div h2{
		font-size: 20px;
	}	
	.proyectos div ul{
		margin: 10px 0;
	}
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 360       ********/
/***************************************************/
@media only screen and (max-width: 360px){
	/***************************************************/
	/*******   DISEÑO PARA EL BANNER E ICONOS    *******/
	/***************************************************/
	#cajatxt{
		padding-top: 180px;
	}
	#cajatxt h1{
		font-size: 24px;
	}
}
