
/*
___________________________________________________

Designer: Andres J. Vega
URL: http://www.k144.com
2006. K144 Interactive.
___________________________________________________

*/

@import url("look.css");
@import url("forms.css");

@import url("home.css");
@import url("novedades-ofertas.css");
@import url("noticia.css");

/* Estilos para el botón flotante */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}