@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #000;}
/****************************************************************************/
.iniCont{ width:100%; height:auto; float:left; margin:1% 0% 1% 0%;}
.ico_ini{ width:100%; height:auto; float:left; margin:1% 0%; background:#000;}
.mitad100{ width:100%; height:auto; float:left; margin:2% 0%;}
.mitad50{ width:100%; height:auto; float:left; margin:1% 0%;}
.mitad70{ width:100%; height:auto; float:left; }
.mitad30{ width:100%; height:auto; float:left; margin:15% 0% 0% 0%;}
.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: 20px;
  padding: 15px 30px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
margin-bottom: 2%;
}

.my-button:hover {
  background-color: #45a049; margin-bottom: 2%;
}

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