.shadow-card{
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 250px;
    padding: 10px;
}

.border-card{
	border-bottom: 2px solid #0072BA;
	border-top: 2px solid #0072BA;
	border-right: 2px solid #00AB09;
	border-left: 2px solid #00AB09;
}

.social-icons-whatsapp {
	bottom: 3%;
	right: 160px;
	position: fixed;
	z-index: 99999;
}

.btn-social-whatsapp{
    cursor: pointer;
    background-color: #0CBD48;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.8);
    box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.8);
    font-size: 1.2rem;
    height: 68px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    width: 68px;
}

@media (max-width: 480px) {
  .social-icons-whatsapp {
	right: 50px;
  }
}