@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #262425;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:20%; height:auto; float:left; padding:1% 2% 1% 0%;}
.datos_y_menu{  width:78%; height:auto; float:left;}
.datos_pag{  width:100%; height:auto; float:left;  padding:1% 0%;}
#menu_botones{ width:100%; height:auto; float:left; border-top:#e8e8e8 1px solid; }
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1400px;}
#botones li { display:inline; }
#botones li a {  
	font-family: normal;
	font-size: 17px;
	color: #262425;
	text-decoration: none;	
	width:25%;
	padding:3.5% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
	}
#botones li a:hover{
	font-family: normal;
	font-size: 17px;
	color: #323d8c;
	text-decoration: none;	
	width:25%;
	padding:3.5% 0%;
	float:left;
	 }	
#botones a:hover, #botones .active a{
	font-family: normal;
	font-size: 17px;
	color: #323d8c;
	text-decoration: none;	
	width:25%;
	padding:3.5% 0%;
	float:left;
} 
.cinoredes{ width:auto; height:auto; float:right; margin:0% 0.5%}


#menuInicio{ width:100%; height:auto; float:left; position:absolute; z-index:10000;  }
#botonesInicio{ width:40%; height:auto; float:left; margin:20% 30%; padding:0px;}
#botonesInicio li { display:inline; }
#botonesInicio li a {  
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:3% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
	background:#313c8b;
	margin-bottom:1%;
	}
#botonesInicio li a:hover{
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:3% 0%;
	float:left;
	background:#252525;
	margin-bottom:1%;
	 }	
/*********************************** INICIO  ********************************************/
.iniCont{ width:24%; height:auto; float:left; margin:0.5%;}
.ico_ini{ width:25%; height:auto; float:left; margin:0% 4%;}
/*********************************** BARRA FLOTANTE******************************************/
.barra_flotante{ width:45px; height:auto; float:left; padding:0%; position: fixed; z-index: 10000000; left:0%; margin-top:15%;}
.ico_llamar{ width:70%; height:auto; float:left; background:#01d59c; padding:5%;}
.ico_whatsapp{ width:70%; height:auto; float:left; background:#40e15d; padding:15%;}
.ico_facebook{ width:70%; height:auto; float:left; background:#3d548e; padding:15%;}
.ico_youtube{ width:70%; height:auto; float:left; background:#de1a2a; padding:15%;}
.ico_instagram{ width:70%; height:auto; float:left; background:#cb2a5f; padding:15%;}
.ico_mail{ width:70%; height:auto; float:left; background:#0f7dee; padding:15%;}
.ico_ubicacion{ width:70%; height:auto; float:left; background:#f6f6f6; padding:15%;}
/*********************************** CONOCENOS  ********************************************/
.nos1{ width:33%; height:auto; float:left; margin-right:2%;}
.nos2{ width:65%; height:auto; float:left;}
/*********************************** JOBS  ********************************************/
figure {
  overflow: hidden;
  margin: 0px;
}
.servGal img {
  display: block;
  width: 100%;
  height: auto;
}
.servGal #zoom-In figure img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.servGal #zoom-In figure:hover img {
  transform: scale(1.5);
}
.cajaSerInte{ width:96%; height:auto; float:left; padding:2%; margin-bottom:1%; background:#ededed;}
.servGal{ width:50%; height:auto; float:left; margin-bottom:1%;}
.TextoInte{ width:98%; height:auto; float:left; padding:1%;}
.GalIni{ width:50%; height:auto; float:left;}
/*********************************** JOBS  ********************************************/
.gal{ width:80%; height:auto; float:left; margin:0.5% 10%;}
/*********************************** PIE  **********************************************************************/
.pie_9{ width:25%; height:auto; float:left; margin-right:5%; }
.pie_10{ width:70%; height:auto; float:left; }
.pie_11{ width:65%; height:auto; float:left; margin-right:5%;}
.pie_12{ width:30%; height:auto; float:left;}
/*********************************** TIPOGRAFIAS  *****************************************/
.Texto {
	font-family: cursiva;
	font-size: 17px;
	color: #424242;
	text-decoration: none;
	line-height: 30px;
}
.Titulo {
	font-family: titulo;
	font-size: 35px;
	color: #323d8c;
	text-decoration: none; letter-spacing:2px;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #413f42;
	text-decoration: none; letter-spacing:2px;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 20px;
	color: #fff; 
	letter-spacing:2px;
}	
.Texto_pie {
	font-family: cursiva;
	font-size: 15px;
	color: #000;
	text-decoration: none;
    line-height: 25px;
}