.fondoBarra {
            background-color: rgb(255, 148, 92);
        }
		
.whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background-color: #25d366;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        }

.whatsapp-btn img {
            width: 35px;
            height: 35px;
        }
		
.whatsapp-btn:hover {
            background-color: #1ebd5a;
            cursor: pointer;
        }