.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
  color: #fff !important;
}

.last-icon {
  width: 60px;
  position: relative;
  bottom: 15px;
}

.navbar-btn {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  color: #fff !important;
}

.navbar-btn.btn-01 {
  background-color: #249E6B;
  border-color: #249E6B;
  padding: 9px 7px 9px 7px;
}

.navbar-btn.btn-02 {
  background-color: #003DA5;
  border-color: #003DA5;
  padding: 9px 7px 9px 7px;
}

.insta-link{
  color: #d62976;
}

.insta-link:hover{
  color: #000;
}

.bd-callout+.bd-callout {
  margin-top: -.25rem;
}

.bd-callout-info {
  border-left-color: #003DA5 !important;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem;
}

#destak {
  .bg-primary-solid, .primary-overlay-solid[data-overlay-dark]:before {
    background: #003DA5; 
  }
}