		.btn-whatsapp-container {
			display: none;
			position: fixed;
			top: 50%;
			right: 10px;
			z-index: 99;
		}

		.btn-whatsapp-container a:hover,
		.btn-whatsapp-container a:focus {
			text-decoration: none;
		}

		.btn-whatsapp {
			display: flex;
			align-items: center;
		}

		.info-whatsapp {
			background: #fff;
			border: 4px solid #3EC250;
			border-radius: 50px;
			color: #000;
			font-size: 14px;
			line-height: 1.1;
			padding: 6px 54px 6px 18px;
		}

		.icon-whatsapp {
			margin-left: -50px;
		}

		.icon-whatsapp img {
			height: 60px;
			transition: transform 0.3s ease-in-out;
			width: 60px;
		}

		.btn-whatsapp-container a:hover .icon-whatsapp img {
			transform: scale(1.1);
		}

		@media (min-width: 576px) {
			.btn-whatsapp-container {
				right: 20px;
			}

			.info-whatsapp {
				padding: 8px 54px 8px 20px;
			}

			.icon-whatsapp img {
				height: 70px;
				width: 70px;
			}
		}