@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:#253b4a;
	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;
}
/****************************************************/
/**************** Estilos para la cabecera **********/
/****************************************************/
#cabecera{
	background: #fff;
	border-bottom: 1px solid #243a47;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index:10000; /* es para traer el banner hacia adelante, para ponerlo por encima, esta propiedad solo la pueden tener los elementos que tienen propiedades absolutas, relativas o fiexed*/
}
#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: #ffff;
	margin:0;
}

.centrocabecera p i{  /*maneja color y tamañano de icono de whatsapp y telefono*/
	font-size: 20px;
	color:#4ea5d4;
}

.centrocabecera ul{	
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	flext-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:#fff; /*#6f7d86*/
	border: 1px solid #6f7d86;
	border-radius: 5px;
	transition: all 0.5s;
}

.centrocabecera ul li a:hover{
	color:#4ea5d4;
}

/****************************************************/
/**************** Estilos para 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: 18px;
	font-weight: normal;
	transition: all 0.5s;
}

#menu ul li a:hover{
	color: #4ea5d4;
}

.zonacentro{
	width:100%;
	max-width:1100px;
	margin:auto;
	padding: 30px 0;
}

.zonacentro p{
	text-align: justify;
}

.zonacentro p span{
	font-weight: bold;
}



#cajadatos{
	pasition: 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: #243a47;
	position:relative;
	top: -90px;
}

#cajadatos div:nth-child(2){
	background: #182730;
	min-height: 290px;
	top: -115px;
	padding: 75px 20px 0 20px;
}

#cajadatos div i{
	width: 80px;
	height: 80px;
	display: block;
	line-height: 79px;
	border: 3px solid #4ea5d4;
	border-radius: 100%;
	text-align:center;
	color: #fff;
	background: #243a47;
	font-size: 35px;
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -43px;
}

#cajadatos div:nth-child(2) i{
	width: 130px;
	height: 130px;
	line-height: 124px;
	font-size: 62px;
	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;	
}

#cajadatos div a{
	color:#fff;
	display: block;
	text-align: center;	
}

#cajadatos div a:hover{
	color: #8f969b;	
	text-decoration: underline;
}


/***************************************************/
/*********    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: 28px;
	color: #253b4a;
	background: url( "../imagenes/linea-puntos.png") no-repeat left bottom;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

#cajapresentacion div h2 span{
	font-size: 38px;
	display: block;
	line-height: 35px;	
}

#cajapresentacion div p{
	color:#787878;
}

.botones{	
	width: 250px;
	height: 50px;
	display: block;
	background: #253b4a;
	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: #4ea5d4;
}

/***************************************************/
/************* DISEÑO PARA BANNER E ICONOS *********/
/***************************************************/

#banner{
	height: 600px;
}

#cajatxt{
	width: 90%;
	max-width:800px;
	margin:auto;
	padding-top: 180px;
	
}

#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: #243a47;
	color:#fff;	
	line-height: 50px;
	border-radius: 6px;
	margin: 20px auto;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	transition: all 0.5s;
	text-align: center;
}

#cajatxt a:hover{
	background: #4ea5d4;
	
}


/***************************************************/
/************* DISEÑO PARA PIE DE PAGINA   *********/
/***************************************************/

#piepagina{
	background: #243e47;
	border-top: 20px solid #4ea5d4;
}

#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: #8f969b;	
	text-decoration: underline;
}

#centropie div ul li a i{
	color:#4ea5d4;	
}

#centropie div a{
	color:#fff;
	
}
#copyrigth{
	background: #182730;	
}

#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;
	flext-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:#fff; /*#6f7d86*/
	border: 1px solid #6f7d86;
	border-radius: 5px;
	transition: all 0.5s;
}

#copyrigth div ul li a:hover{
	color:#4ea5d4;
}

#copyrigth div p{
	color:#fff;	
}	
	

/***************************************************/
/******* DISEÑO PARA BOTON FLOTANTE WHATSAPP *******/
/***************************************************/

.container-boton{
    background-color: #2e6329;
    border: 1px solid #2e6329;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    transition: ease 0.3s;
    animation: efecto 1.2s infinite;
}

.container-boton:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.boton{
    width: 60px;
    transition: ease 1s;
}

@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}




/***************************************************/
/************* DISEÑO PARA SERVICIOS  **************/
/***************************************************/

.cajaproyectos{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items: center;
	background:#EDEDED;
	}
	
.imgizq{
	width:55%;
	}

.txtder{
	width:45%;
	padding:5%;

	
	}
.imgder{
	width:55%;	
	}

.txtizq{
	width:45%;
	padding:5%;	
	}
	
.cajaproyectos img{
	width:100%;
	height:auto;
	display:block;
	}

.cajaproyectos ul{
	margin:15px 6px;
	padding:0;
	list-style:none;
	display:flex;
	flex-direction:row;
	}

.cajaproyectos ul li{
	margin-right:6px;	
}

.cajaproyectos ul li a{
	display:block;
	background:#396fb1;
	color:#fff;	
	padding: 15px 30px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	transition:all 0.5s;	
	}
	
.cajaproyectos ul li a:hover{
	background:#0d3d8d;
	color:#fff;	
	}

.cajaproyectos ol{
	margin:5px 0px;
	padding:0;
	}
	
.cajaproyectos ol li{
	list-style: outside;
	margin-left:30px;
	text-align:justify;
	font-size:16px;
	color:#787878;
	
	}	

.cajaproyectos p{
	text-align:justify;
	font-size:16px;
	color:#787878;	
	}

.cajaproyectos article h2{
	font-family: 'Roboto Slab' serif;
	background: url("../imagenes/linea-puntos.png") no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 25px;	
}

.cajaproyectos article h2 span{
	font-size: 38px;
	display: block;
	line-height: 35px;	
}

.cajaproyectos article h3{
	font-size:20px;	
	}

/***************************************************/
/********    DISEÑO PARA NOSOTROS     ***** ********/
/***************************************************/

#menuinterno{
	width:100%;
	max-height: 1500px;
	margin: auto;
	padding: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;	
}

#zonaempresas{
	min-height: 450px;
	background: url(../imagenes/fondo-nosotros-cabecera.jpg) no-repeat center top;
	background-size:cover;
	padding-top: 20px;
}

#zonalogosempresas{
	background:#243a47;
}

.centroempresas{
	width:100%;
	max-width:1100px;
	margin: auto;
	padding: 40px 0;
		
}
.tituloblanco{
	width:60%;
	margin:25px auto;
}

.tituloblanco h2{
	color: #fff;
	font-size:50px;
	font-weight: bold;
	text-align:center;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 5px;
}

.tituloblanco p{
	color:#fff;
	font-size:20px;
	font-weight: normal;
	text-align:center;
	font-family: 'Roboto Slab', serif;
	background: url(../imagenes/linea-puntos-blanco.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:8px 0;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	transition: all 0.5s;
}

.centroempresas ul li a:hover{
	color:#243a47;	
}

#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:15%;	
}

#zonalogosempresas ul li a img{
	width:100%;
	height:auto;
	display: block;
}

.titulonegro{
	width:60%;
	margin:25px auto;
}

.titulonegro h2{
	color: #243a47;
	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: justify;
}

.titulonegro p span{
	font-weight: bold;
	color: #243a47;
}

.titulonegro p a{
	font-weight: bold;
	color: #243a47;
}

#cajaservicios{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

#cajaservicios div{
	width: 50%;
	padding: 2%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #243a47;
}

#cajaservicios div img{
	display: block;
	margin: 15px auto;	
}

#cajaservicios div img{
	display: block;
	margin: 15px auto;	
}

#cajaservicios div h2{
	text-align: center;
	font-size: 19px;
	color: #fff;
	font-family: 'Roboto Slab', serif;	
}

#cajaservicios div p{
	text-align: justify;
	color: #fff;
}

/******** DISEÑO SECCION CERTIFICACIONES ***********/

#staff{
	min-height: 400px;
	background:url("../imagenes/fondo-certificaciones.jpg") no-repeat center top;
}

.txtstaff{
	width:80%;
	margin:auto;
	padding: top 5%;
}

.txtstaff img{
	width:200px !important;
	height: 200px !important;
	display: block;
	margin:auto;
	margin-bottom: 15px;
}

.txtstaff p{
	color:#fff;
	font-size: 15px;
	text-align: center;
	font-style: italic;
}

.txtstaff h2{
	color:#4ea5d4;
	font-size: 18px;
	text-align: center;	
}

.txtstaff h3{
	color:#fff;
	font-size: 18px;
	text-align: center;
}


/***************************************************/
/********    DISEÑO PARA EXPERIENCIA   *************/
/***************************************************/

#zonaproyectos{
	background:#182730;
	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(36,58,71,0.95);
	padding: 23% 10%;
}

.proyectos:hover div{
	top: 0;
	transition: all 0.3s;	
}

.proyectos div h2{
	text-align:center;
	color:#fff;
	margin-bottom: 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%;	
}

.proyectos div ul li a:hover{
	border: 2px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);	
}

/***************************************************/
/********    DISEÑO PARA DESTINOS   ****************/
/***************************************************/

#cajadestinos{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #fff;
}

#cajadestinos a{
	width:33.33%;
	padding: 15px;	
}

#cajadestinos a figure img{
	width: 100%;
	height: auto;
	display: block;	
}

#cajadestinos a div{
	background: #182730;
	padding: 10px 0;
	min-height: 130px;
}

#cajadestinos a div h2{
	text-align: center;
	color: #fff;	
}

#cajadestinos a div p{
	text-align: center;
	color: #fff;	
}

/***************************************************/
/****  DISEÑO PARA DETALLE DESTINOS ****************/
/***************************************************/

#cajadestinos{
	padding: 20px;
}

#cajadestinos img{
	width: 200px;
	height: auto;
	display: block;
	border: 4px solid #C8C8C8;
	margin-bottom: 15px;	
}

#cajadestinos h2{
	text-align: center;	
}

#cajadestinos p{
	text-align: center;	
}

#cajainstructor p i{
	font-size: 18px;
	color: #fff0a14;	
}

/**********************************************************/
/****************ESTILOS CONTACTO**************************/
/**********************************************************/
	
#cajaformulario{
	display:flex;
	flex-direction:row;
	justify-content:space-between;

	}
#cajaformulario p{
	color:#787878;	
}

			
#cajaformulario aside{
	width:36%;			
		}

#fcontacto{
	width:100%;
		}


#cajaformulario h2{
	font-size:35px;
	font-family:'Open Sans Condensed', sans-serif;		

		}
	
.campos{
	width:100%;
	height:45px;
	line-height:43px;
	border:1px solid #E2E2E2;
	padding:0 15px;
	border-radius:4px;
	transition:all 0.5s;	
	}

.comentarios{
	width:100%;
	height:150px;
	border:1px solid #E2E2E2;
	padding:15px;
	border-radius:4px;	
	transition:all 0.5s;		
	}

.benviar{
	width:230px;
	height:50px;
	line-height:50px;
	background:#43435d;
	border:none;
	text-align:center;
	color:#FFFFFF;
	font-family:'Oswald', sans-serif;
	margin:10px 0;
	border-radius:4px;
	cursor:pointer;		
	transition:all 0.5s;
	font-size:16px;
	}

.benviar:hover{
	background:#dbd9d9;
	color:#43435d;	
	}

.campos:hover{
	border:1px solid #F8584E;		
	}

.comentarios:hover{
	border:1px solid #F8584E;		
	}

 .bmapa{
	width:230px;
	height:50px;
	line-height:50px;
	display:block;
	background:#43435d;
	border:none;
	text-align:center;
	color:#FFFFFF;
	font-family:'Oswald', sans-serif;
	margin:10px 6px;
	border-radius:4px;
	transition:all 0.5s;
	font-size:16px;
	}

.bmapa:hover{
	background:#dbd9d9;
	color:#43435d;

	}

#advertencia{
	color:#fe3019;
	font-size:24px;
	}	

	#mapa{
	width:100%;
	height:450px;		
	}

.terminos{
	color: #4ea5d4;
	text-decoration: underline;
	font-weight: bold;
}

/**********************************************************/
/**************  ESTILOS GALERIAS  ************************/
/**********************************************************/
#galerias{
	padding: 30px 0;
}

#cajagalerias{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}	

#cajagalerias a{
	width: 25%;
	position: relative;
	overflow: hidden;
}

#cajagalerias a img{
	width: 100%;
	height: auto;
	display: block;	
}

#cajagalerias a .sombra{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.0);
	transition: all 0.5s;
}

#cajagalerias a i{
	width: 50px;
	height: 50px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.7);
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 50%;
	top: -20%;
	margin: -25px 0 0 -25px;
	transition: all 0.5s;
}

#cajagalerias a:hover .sombra{
	background: rgba(0,0,0,0.5);	
}

#cajagalerias a:hover i{
	top:50%;	
}



/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px){
	
	/****************************************************************/
	/*******************  Estilos Menu 1024px   *********************/
	/****************************************************************/
	
	#menu figure img{
	width: 280px;
	height: auto;
	display: block;		
	}
			
	
	
	/****************************************************************/
	/********************* Estilos Servicios 1024px******************/
	/****************************************************************/
	
	.cajaproyectos article h2 span{
	font-size: 26px;
	display: block;
	line-height: 25px;	
}
			
	.cajaproyectos p{
		text-align:justify;
		font-size:14px;	
		}
	
	.cajaproyectos ol li{
	font-size:14px;

	
	}
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 800       ********/
/***************************************************/
@media only screen and (max-width: 800px){
	
	/****************************************************/
	/*********** Estilos para Menu 800px ****************/
	/****************************************************/

	#mmovil{
		/*order:1;*/
		display: block;
		width:45px;
		height: 45px;
		border: 1px solid #466f87;
		line-height: 43px;
		text-align: center;
		color: #182730;
		font-size: 25px;
		cursor:pointer;
	}
	
	#mmovil:hover{
		color: #4ea5d4;
		border: 1px solid #4ea5d4;		
	}
	
	#menu{
		position: relative;
		padding: 6px 10px;
	}
	
	
	/*#menu figure{
		order:2;
	}*/
	
	#menu figure img{
	display: block;
	}
	
	#menu ul{	
		position: absolute; /* los elementos con posicion absoluta llevan ancho*/
		right: -102%;
		top: 100%;
		width: 100%;
		flex-direction: column;
		background: #182730;
		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 #466f87;
	}

	#menu ul li:last-child a{
		border-bottom: none;
	}
	
	/***************************************************/
	/******** DISEÑO PARA BANNER E ICONOS 800  *********/
	/***************************************************/

	#banner{
		height: 500px;
	}

	#cajatxt{
		padding-top: 200px;
	}

	#cajatxt h1{
		font-size: 30px;
	}

	#cajatxt p{
		font-size: 16px;
	}

	#cajatxt a{
		font-size: 17px;
	}

	.zonacentro{
		padding: 0;
	}
	
	#cajadatos div{
		width:100%;
		padding: 20px;
		position: static;
	}
	
	#cajadatos div:nth-child(2){
		background: #182730;
		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 800    ***********/
	/***************************************************/

	#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 PIE DE PAGINA  800 **********/
	/***************************************************/

	#piepagina{
	border-top: 40px solid #4ea5d4;
	}

	#centropie{
		width:80%;	
	}

	#centropie div{
		width: 100%;
	}

	#copyrigth div{
		width: 80%;
	}
	
	
	/****************************************************************/
	/********************* Estilos Servicios 800 ********************/
	/****************************************************************/
	.cajaproyectos{
		flex-direction:column;
		width:90%;
		margin:auto;
			}

	
	.cajaproyectos article h2 span{
		text-align: center;
	}
	
	
	.imgizq{
		width:100%;
		order:1;
		}

	.txtder{
		width:100%;
		padding:20px 5%;
		background: #EDEDED;
		order:2;
		}

	.imgder{
		width:100%;
		order:1;	
		}

	.txtizq{
		width:100%;
		padding:20px 5%;
		background:#EDEDED;
		order:2;	
		}
	
	/***************************************************/
	/********    DISEÑO PARA NOSOTROS 800  *************/
	/***************************************************/
	.tituloblanco{
	width:90%;
	}

	.tituloblanco h2{
		font-size:30px;
	}

	#zonalogosempresas ul{
		width:90%;
		margin: auto;
	}

	#zonalogosempresas ul li{
		width:33.33%;	
	}
	
	#zonalogosempresas ul li a img{
		width:75%;		
	}

	/***************************************************/
	.titulonegro{
	width:90%;
	}
	
	.titulonegro h2{
		font-size:30px;		
	}

	#cajaservicios{
		width: 95%;
		margin: auto;
	}

	#cajaservicios div{
		width: 100%;
		padding: 2%;
	}
	
	/***************************************************/
	/******** DISEÑO PARA EXPERIENCIA  800 *************/
	/***************************************************/

	#zonaproyectos{
		width: 95%;
		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 DESTINOS 800      *********/
	/***************************************************/

		#cajadestinos a div{
		min-height: 150px;
	}
	
	/**********************************************************/
	/**************  ESTILOS GALERIAS 800  ********************/
	/**********************************************************/
		#cajagalerias a{
			width: 50%;
		}
	
}
/***************************************************/
/********    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 DESTINOS 533      *********/
	/***************************************************/
		
	#cajadestinos a{
		width:100%;
	}

	#cajadestinos a{
		width: 90%;
		margin: auto;
	}

	
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 480       ********/
/***************************************************/
@media only screen and (max-width: 480px){
	
	/***************************************************/
	/********  Estilos Cabecera 480   ******************/
	/***************************************************/
	
	#barratelefonos{
		padding: 4px;
	}
	
	.centrocabecera{
		justify-content: center;		
	}
	
	.centrocabecera p i{
		font-size: 16px;
	}
	
	.centrocabecera ul{
		display:none;
	}

	
	/***************************************************/
	/********  Estilos Menu 480   **********************/
	/***************************************************/
	
	#menu figure img{
		width: 240px;
		height: auto;
		display: block;		
	}
	
			
	/***************************************************/
	/********  DISEÑO PARA BIENVENIDA 480   ***********/
	/***************************************************/

	#cajapresentacion figure{
		width:80%;
	}

	#cajapresentacion div{
		width:95%;
	}
	
	#cajapresentacion div h2{
		font-size: 30px;
	}
	
	#cajapresentacion div h2 span{
		font-size: 40px;
		line-height:30px;
	}
	
	/****************************************************************/
	/********************* Estilos Servicios 480 ********************/
	/****************************************************************/
	#cajaproyectos ul{
		flex-direction:column;
	}

	#cajaproyectos ul li a{
		width:100%;
		margin-bottom:10px;
		text-align:center;		
	}
	
	.cajaproyectos article h2 span{
		font-size: 20px;
		font-weight: bold;
	}
	
	/***************************************************/
	/********    DISEÑO PARA NOSOTROS 480  *************/
	/***************************************************/

	.tituloblanco h2{
		font-size:24px;
	}

	#zonalogosempresas ul{
		width:90%;
		margin: auto;
	}
	
	/***************************************************/
	/******** DISEÑO PARA EXPERIENCIA 480 *************/
	/***************************************************/

	.proyectos div{
		padding: 8%;		
	}
	
	.proyectos div h2{
		font-size: 20px;
	}
	
	.proyectos div ul{
		margin: 10px 0;
	}
	
	/***************************************************/
	/**** DISEÑO PARA BOTON FLOTANTE WHATSAPP 480*******/
	/***************************************************/

	.container-boton{
		bottom: 8px;
		right: 8px;
		padding: 8px;
	}

	.boton{
		width: 50px;
	}
	
	
	/**********************************************************/
	/**************  ESTILOS GALERIAS 480  ********************/
	/**********************************************************/
		#cajagalerias a{
			width: 100%;
		}
	
	
				
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 360       ********/
/***************************************************/
@media only screen and (max-width: 360px){
	
	/***************************************************/
	/********  Estilos Menu 360   **********************/
	/***************************************************/
	#cajatxt{
		padding-top: 150px;
	}
	
	/***************************************************/
	/******** DISEÑO PARA EXPERIENCIA  360 *************/
	/***************************************************/
	
	.proyectos div h2{
		font-size: 18px;
	}	


	
}
