@charset "utf-8";
/* CSS Document */
.hidden {
  display: none !important;
}

.texto-negro{
	color:#000 !important;
}

.baila{
	position: absolute;
	margin: 4px auto auto;
	left: 0;
	right: 0;
	width: 54px;
	z-index: 9;
	-webkit-animation: 1.2s infinite wobble;
	animation: 1.2s infinite wobble;
}

.baila2{
	-webkit-animation: 1.2s 4 wobble;
	animation: 1.2s 4 wobble;
}

#whatsappContacto{
	position: fixed; 
	right: 10px; 
	bottom: 10px; 
	width: 100%; 
	max-width: 60px;
	z-index: 1001;
	cursor: pointer;
	transition:all 300ms ease;
}


/* Fuentes DUMMY
@font-face {
  font-family: 'Fuente1';
  src: url('../_fonts/57rules/cf_glitch_city/CFGlitchCity-Regular.ttf') format('woff2'),
    url('../_fonts/57rules/cf_glitch_city/CFGlitchCity-Regular.ttf') format('woff');
  font-style: normal;
  font-weight: 700;
}

*/