/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

.whatsapp {
    position: fixed;
    content: '';
    left: 30px;
    bottom: 50px;
    z-index: 999;
    background: #43c05a;
    color: #fff !important;
    border-radius: 100%;
    opacity: 0;
  }
  
  .whatsapp i {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    display: block;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  }
  
  .whatsapp:hover,
  .whatsapp:focus {
    text-decoration: none;
  }
  
  .reveal {
    transition: all 0.3s;
    cursor: pointer;
    opacity: 1;
  }