@charset "utf-8";
.display-pc{ display:inherit !important;}
/****************************************************************************/
.iniCont{ width:30%; height:auto; float:left; margin:1% 1% 1% 1%;}
.ico_ini{ width:30%; height:auto; float:left; margin:0% 1%; background:#000;}
.mitad100{ width:100%; height:auto; float:left; margin:2% 0%;}
.mitad50{ width:48%; height:auto; float:left; margin:0% 1%;}
.mitad70{ width:60%; height:auto; float:left; }
.mitad30{ width:30%; height:auto; float:left; margin:15% 0% 0% 10%;}
.cajtes{ width:100%; height:auto; float:left; margin:1% 0%;}
.cajtesFoto{ width:15%; height:auto; float:left; margin-right: 3%;}
.cajtesTex{ width:82%; height:auto; float:left; }
.my-button {
  font-size: 17px;
  padding: 15px 30px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.my-button:hover {
  background-color: #45a049;
}

.my-button:active {
  background-color: #3e8e41;
}
/*********************************** 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%;}
/*********************************** TIPOGRAFIAS  *****************************************/
.TextoAma {
	font-family: cursiva;
	font-size: 17px;
	color: #e1c819;
	text-decoration: none;
	line-height: 30px;
}
.Texto {
	font-family: cursiva;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}
.Titulo {
	font-family: titulo;
	font-size: 40px;
	color: #e1c819;
	text-decoration: none; 
	line-height: 50px;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #e1c819;
	text-decoration: none; letter-spacing:2px;
}
.Sub_TituloBlanco {
	font-family: titulo;
	font-size: 20px;
	color: #FFF;
}	