.whatsapp-float {
  background-color: rgb(10, 214, 78);
  text-align: center;
  color: #fff;
  position: fixed;
  right: 1.5rem;
  bottom: 4rem;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  padding-top: 0.5em;  
  cursor: pointer;
}

.icon-whatsapp:before {  
  content: url("/images/social/whatsapp.svg");  
}

.icon-whatsapp-small:before {    
  content: '\ea93'
}

.rounded-full {
  border-radius: 9999px;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-5xl {
  font-size: 3.15rem;
  line-height: 1;
}