@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #24331e;}
/************************************************************************************************/
#cabezera{ width:100%; height:auto; float:left; background:#24331e; padding:1% 0%;}
#contenido_cabezera{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:50%; height:auto; float:left; padding:1% 20% 1% 0%;}
#botones{ width:30%; height:auto; float:left;  padding:3% 0%;}	
nav{ right:0; background:#24331e;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer;}
.menu_tablet_girar {
	font-family: normal;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** 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%;}
/*********************************** SERVICIOS  *****************************************************************/
.ser_caja{ width:92%; height:auto; float:left;   padding:4%;}
.ser_col{ width:50%; height:auto; float:left; margin:2% 25%; }
.ser_nota{ width:100%; height:auto; float:left;}
/*********************************** PIE  **********************************************************************/
.pie_3{ width:100%; height:auto; float:left; margin-bottom:4%; }
.pie_4{ width:48%; height:auto; float:left; margin-right:4%;}
.pie_5{ width:48%; height:auto; float:left; }

.pie_int{ width:100%; height:auto; float:left; padding:3% 0%; margin:0% 0% 2% 0%; border-bottom:#394b31 1px solid;}

#bolsa{ width:100%; height:auto; float:left; margin:0px; padding:0px;}
#bolsa li { display:inline; }
#bolsa li a {  
	font-family: titulo;
	font-size: 18px;
	color: #151515;
	text-decoration: none;	
	width:30%;
	padding:1% 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:#CCC;
	border-radius:10px;
	}
#bolsa li a:hover{
	font-family: titulo;
	font-size: 18px;
	color: #fff;
	text-decoration: none;	
	width:30%;
	padding:1% 0%;
	float:left;
	background:#151515; border-radius:10px;
	 }	
/*********************************** EQUIPOS  ********************************************/
#contIntEquipos{ width:100%; height:auto; float:left; margin:0% 0% 10% 0%; }	
.equTex{ width:80%; height:auto; float:left; margin:1% 10%;}
.equFoto{ width:80%; height:auto; float:left; margin:1% 10%;}
.equipos{ width:80%; height:auto; float:left; margin:1% 10%;}
/*********************************** PORTAFOLIO  ********************************************/
.portafo{ width:70%; height:auto; float:left; background:#24331e; padding:2%; margin:0% 15% 1% 15%; overflow:hidden;}
/*********************************** SERVICIOS  ********************************************/
.servc{ width:48%; height:auto; float:left; background:#24331e; padding:0.5%; margin:0% 0% 1% 0.5%; border-top:#5ba243 5px solid; border-bottom:#1e2b19 2px solid; display: inline-block;}
.servv{ width:100%; height:auto; float:left;}

figure {
	overflow: hidden;
	margin: 0px;
}
.servc img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}
.servc #zoom-In figure img {
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.servc #zoom-In figure:hover img {
	transform: scale(1.5);
}
/*********************************** NOSOTROS *************************************************/
.cont_21{ width:80%; height:auto; float:left; margin:1% 10%; }
.cont_22{ width:80%; height:auto; float:left; margin:1% 10%;}
.cont_100{ width:96%; height:auto; float:left; margin:1% 0%; padding:1% 2%; background:#24331e;}
/*********************************** MARCAS  ***********************************************/
.marc{ width:22%; height:auto; float:left; background:#f7f7f7; padding:0.5%; margin:0% 0.1% 1% 0.1%;}
/*********************************** DERECHOS  ****************************************/
#derechos{ width:96%; height:auto; float:left; padding:2%; background:#000; border-top:#2a2b2b 1px solid;}
/*********************************** TIPOGRAFIAS  **************************************************************/
.Texto {
	font-family: normal;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
}
.Titulo {
	font-family: titulo;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 35px;
	color: #5ba243;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 35px;
	color: #86a17c;
}	
.Texto_pie {
	font-family: normal;
	font-size: 22px;
	color: #86a17c;
	text-decoration: none; 
	line-height: 28px;
}