@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:39%; height:auto; float:left; padding:0.5% 0%; margin-right:1%;}
.datos_y_menu{  width:60%; height:auto; float:left;}
.datos_pag{  width:100%; height:auto; float:left;  padding:1% 0%;}
#menu_botones{ width:100%; height:auto; float:left; }
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1400px;}
#botones li { display:inline; }
#botones li a {  
	font-family: titulo;
	font-size: 20px;
	color: #313131;
	text-decoration: none;	
	width:25%;
	padding: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: titulo;
	font-size: 20px;
	color: #646b7d;
	text-decoration: none;	
	width:25%;
	padding:5% 0%;
	float:left;
	 }	
#botones a:hover, #botones .active a{
	font-family: titulo;
	font-size: 20px;
	color: #2257a4;
	text-decoration: none;	
	width:25%;
	padding:5% 0%;
	float:left;
} 
/*********************************** 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%;}
/*********************************** PRODUCTOS  **************************************************/
.cjaPro{ width:30%; height:auto; float:left; margin: 0% 1% 1% 1%;}
/*********************************** TRABAJOS  ********************************************/
.galtra{ width:60%; height:auto; float:left; margin: 0% 20% 1% 20%;}
/*********************************** INCIO  ********************************************/
.fotIni{ width:40%; height:auto; float:left; margin-right:5%;}
.DesIni{ width:55%; height:auto; float:left; }
/*********************************** PIE  **********************************************************************/
.pie_9{ width:10%; height:auto; float:left; margin-right:5%;}
.pie_10{ width:30%; height:auto; float:left; margin-right:5%;}
.pie_11{ width:30%; height:auto; float:left; margin-right:5%;}
.pie_12{ width:15%; height:auto; float:left;}
/******************************************************************************************************/
.cliCaja{ width:7%; height:auto; float:left; margin:0.5%; padding:1%; }
/*****************************************************************************************************/
.contenedor {
  position: relative;
  width: 32%; float:left;
  margin:4% 0.1% 1% 0.1%;
  background:#1d4355; /* Ajusta el ancho según tus necesidades */
}
#imagen {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
#descripcion {
  position: absolute;
  top: 0%;
  left: 0%;
  color: white;
  padding: 5%;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.contenedor:hover #imagen {
  opacity: 0.0; /* Cambia la opacidad de la imagen al pasar el cursor */
}
.contenedor:hover #descripcion {
  opacity: 1; /* Muestra el texto descriptivo al pasar el cursor */
}
/*********************************** TIPOGRAFIAS  *****************************************/
.Texto {
	font-family: titulo3;
	font-size: 17px;
	color: #424242;
	text-decoration: none;
	line-height: 30px;
}
.Titulo {
	font-family: titulo2;
	font-size: 35px;
	color: #1d4355;
	text-decoration: none; letter-spacing:2px;
}
.Sub_Titulo {
	font-family: titulo3;
	font-size: 25px;
	color: #1d4355;
	text-decoration: none; letter-spacing:2px;
}
.Texto_pie {
	font-family: titulo3;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
    line-height: 25px;
}