
.icon-bar-side {
    position: fixed;
    bottom: 15%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5000;
  }
  
  .icon-bar-side a {
    display: block;
    text-align: center;
    padding: 7px 10px;
    transition: all 1s ease;
    color: #fff;
    font-size: 20px;
  }
  
  .icon-bar-side a:hover {
    background-color: #545454e6;
    color: #fff;
  }
  
  .facebook-side {
    background: #1877F2;
    color: white;
  }
  
  .instagram-side {
    background: #E4405F;
    color: white;
  }
  
  .whatsapp-side {
    background: #25D366;
    color: white;
  }
  
  .youtube-side {
    background: #FF0000;
    color: white;
  }
  
  .whatsapp-hover-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 5000;
    cursor: pointer;
  }
  

.bg-aesthetic{
    background-color: #0f1641 !important;
}

.bg-soft-primary{
    background-color: #e9e2c1 !important;
}

.btn-info-top{
    background-color: #e9e2c1 !important;
    color: #000000c4 !important;
    border: none !important;
}
