/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2025 | 17:22:47 */
.sombra_texto {
	text-shadow: 4px 4px 4px #000000;
}

.hero{
	height: 80vh;
}


@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 */
  }
}

.animation_scale {
  animation: anim_scale 2s ease-in-out infinite; /* Aplica la animación */
}

 .WapFlotante {
        position: fixed;
        bottom: 15px;
        right: 22px;
        font-size: 3.2rem;
        animation: anim_scale 1.7s ease-in-out infinite;
	 	z-index: 99;
}

.WapFlotante:hover {
                scale: 1.3;
            }
        
.WapFlotante a {
            text-decoration: none;
            color: rgb(21, 214, 21);
                }

/* pagina contacto  */ 

.boton_form {
	background-color: #9b775c;
	color: #e0ddcf;
	border-radius: 5px 5px 5px 5px;

}
.boton_form:hover {
	background-color: #3a4f66;
}

/* pagina resaurante no funciona*/

/* @media (max-width: 1024px) {
	
	
	.page_id_146 .elementor-element-e8990ba ::before {
	
	background-attachment:fixed;
	background-position: 25px 172px;
    background-size: 87% auto;
    } 
} */
	

