@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #323ef0;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:20%; height:auto; float:left; padding:1% 5% 1% 0%;}
.datos_y_menu{  width:75%; 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:75%; height:auto; float:left;  padding:2% 0%;}	
nav{ right:0; background:#323ef0;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer;}
.menu_tablet_girar {
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px; letter-spacing:-1px;} 
/*********************************** 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%;}
/*********************************** CONOCENOS  ********************************************/
.nos1{ width:100%; height:auto; float:left; margin-bottom:1%;}
.nos2{ width:100%; height:auto; float:left;}

.nosMitad{ width:100%; height:auto; float:left; margin-bottom: 2%;}
#cont_25{ width:100%; height:auto; float:left; background:#FFF; margin-bottom: 2%;}
/*********************************** 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);
}
.cajaSol100{ width:100%; height:auto; float:left; margin-bottom: 5%;}
.cajaSerInte{ width:100%; height:auto; float:left; margin: 0% 3% 2% 0%;}
.servGal{ width:100%; height:auto; float:left; background:#222a35;}
.TextoInte{ width:90%; height:auto; float:left; padding:5%;  background:#222a35;}
.GalIni{ width:33%; height:auto; float:left;}
/*********************************** DISAGNOSTICO  ********************************************/
.CajDiag100{ width:100%; height:auto; float:left; margin: 0% 0% 2% 0%; background:#dddddd;}
.TextoDiag{ width:96%; height:auto; float:left; padding:2%;  background:#222a35;}
.FotoDiag{ width:96%; height:auto; float:left; padding: 2%;}
/*********************************** INICIO  ********************************************/
.proCajtex{ width:40%; height:auto; float:left; margin-right: 5%;}
.proCajIma{ width:55%; height:auto; float:left; }
.proCajFotos{ width:48%; height:auto; float:left; margin: 0% 1% 1% 1%; }

.socavCaj{ width:100%; height:auto; float:left; margin-bottom: 1%;}
.socavIma{ width:100%; height:auto; float:left; }
.socavTit{ width:96%; height:auto; float:left; background:#fa9300; padding: 2%; margin-bottom: 1%;}
.socavSubTit{ width:96%; height:auto; float:left; background:#fcda8a; padding: 2%; margin-bottom: 1%;}

.icoIniAlc{ width:20%; height:auto; float:left; margin: 0% 6% 3% 6%; }
/*********************************** 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: #253ff6;
	text-decoration: none; letter-spacing:2px;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #253ff6;
	text-decoration: none; letter-spacing:2px;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 20px;
	color: #5ed7a0; 
	letter-spacing:2px;
}	
.Texto_pie {
	font-family: cursiva;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
    line-height: 25px;
}