@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800");
@import url("fontawesome-all.min.css");

/*
	Soluciones Industriales Monterrey SAS. 2026
	Diseñado por Miguel Caicedo, Clean Max SAS.
*/

.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 1000;
}

.btn-whatsapp img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.btn-whatsapp:hover img {
	box-shadow: 0 6px 15px rgba(0,0,0,0.5);
	transform: scale(1.1);
	transition: all 0.3s ease;
}