    #scrollup2 {
        background: var(--whatsapp);
        border-color: var(--whatsapp) !important;
    }

    #scrollup2 {
		width: 60px;
		height: 60px;
		position: fixed;
		bottom: 18px;
		right: 18px;
		cursor: pointer;
		z-index: 9999;
		text-align: center;

	    color: #fff;
	    opacity: 1;

	    border-radius: 50%;
	    font-size: 28px;
	    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	    -webkit-transition: -webkit-transform .4s ease-in-out;
          transition:         transform .4s ease-in-out;
	}
	#scrollup2:hover {
		-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
	}
	.wp{
		display: block; margin-top: 16px; margin-left: 0px;
	}


.animate {
  -webkit-animation:ripple 0.65s linear;
   -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;

}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
