#sppb-addon-1578120632405 {
border: 1px solid
#2141ad;
border-radius: 10px;
padding: 30px;
background: lightgray !important;
}

.ahref a {
  color: orange;
}

.ahref a:hover {
  color: white;
}



#whatsapp {
   
    outline: none;
    display: block;
    
    border-radius: 20px;
    background-image: linear-gradient(45deg, #b6ff69 0%, #54e72f 50%, #34d918 100%);
    background-position: 100% 0 !important;
    background-size: 200% 200%;
    
   
    box-shadow: 0 1px 12px 0 !important;
    transition: .5s;}

#whatsapp:hover {box-shadow: 0 0 0 0 !important;
	background-position: 0 0 !important;}