@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;
}

@media screen and (max-width: 1200px) {
  .TXTPortada {
    display: none !important;
  }
}


