/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 01:11:20 */
@keyframes anim_scale {
  0% {
    transform: scale(1); /* Tamaño original */
  }
  50% {
    transform: scale(1.1); /* Aumenta al 120% */
  }
  100% {
    transform: scale(1); /* Vuelve al tamaño original */
  }
}


.WapFlotante {
        position: fixed;
        bottom: 15px;
        left: 22px;
        font-size: 3.2rem;
        animation: anim_scale 1.7s ease-in-out infinite;
	 	z-index: 99;
}

.WapFlotante:hover {
                scale: 1.2;
            }
        
.WapFlotante a {
            text-decoration: none;
            color: rgb(21, 214, 21);
                }

.mob-nav-btn{
	color: black;
	
}

.footer-bottom .social-icons li{
	background: none;
	width: 45px;
}