@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #262425;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:26%; height:auto; float:left; padding:1% 37% 1% 37%;}
.datos_y_menu{  width:100%; 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;
} 
#menuInicio{ width:100%; height:auto; float:left;  }
#botonesInicio{ width:100%; height:auto; float:left; margin:0px; 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%;
	 }	
/*********************************** BARRA FLOTANTE  **************************************/
.barra_flotante{ width:100%; height:auto; float:left; position: fixed; z-index: 10000000; padding:0%; bottom:0%;}
.ico_llamar{ width:8%; height:auto; float:left; background:#01d59c; padding:1% 10%;}
.ico_whatsapp{ width:8%; height:auto; float:left; background:#40e15d; padding:1% 2%;}
.ico_facebook{ width:8%; height:auto; float:left; background:#3d548e; padding:1% 2%;}
.ico_mail{ width:8%; height:auto; float:left; background:#0f7dee; padding:1% 2%;}
.ico_ubicacion{ width:8%; height:auto; float:left; background:#f6f6f6; padding:1% 2%;}
.ico_youtube{ width:8%; height:auto; float:left; background:#de1a2a; padding:1% 2%;}
.ico_instagram{ width:8%; height:auto; float:left; background:#cb2a5f; padding:1% 2%;}
/*********************************** INICIO  ********************************************/
.iniCont{ width:24%; height:auto; float:left; margin:0.5%;}
.ico_ini{ width:50%; height:auto; float:left; margin:2% 25%;}
/*********************************** CONOCENOS  ********************************************/
.nos1{ width:100%; height:auto; float:left; margin-bottom:1%;}
.nos2{ width:100%; 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:90%; height:auto; float:left; padding:5%; margin-bottom:1%; background:#ededed;}
.servGal{ width:100%; height:auto; float:left; margin-bottom:1%;}
.TextoInte{ width:98%; height:auto; float:left; padding:1%;}
.GalIni{ width:100%; height:auto; float:left;}
/*********************************** JOBS  ********************************************/
.gal{ width:90%; height:auto; float:left; margin:0.5% 5%;}
/*********************************** PIE  **********************************************************************/
.pie_9{ width:40%; height:auto; float:left; margin:0% 0% 1% 0%;}
.pie_10{ width:90%; height:auto; float:left; margin:0% 5% 1% 5%;}
.pie_11{ width:90%; height:auto; float:left; margin:0% 5% 1% 5%;}
.pie_12{ width:90%; height:auto; float:left; margin:0% 5% 10% 5%;}
/*********************************** TIPOGRAFIAS  *****************************************/
.Texto {
	font-family: cursiva;
	font-size: 17px;
	color: #424242;
	text-decoration: none;
	line-height: 30px;
}
.Titulo {
	font-family: titulo;
	font-size: 25px;
	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;
}