#myBtn {
  display: none;
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  filter: invert(67%) sepia(45%) saturate(2240%) hue-rotate(333deg) brightness(96%) contrast(99%);
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
}

.containerTailwind {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px 0;
  padding-left: 16px 0;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-fixed {
  position: fixed;
  z-index: 50;
  background: white;
  /* box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.603); */
}

.box-shadow-navbar {
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.25);
}

.border-primary {
  background-color: #F48536;
}

.text-blue {
  color: #2B91CA;
}

.text-primary {
  color: #F48536;
}

.border-invisible {
  background-color: #FFF;
}

.hamburger-line {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0.5rem;
  --bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .containerTailwind {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .containerTailwind {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .containerTailwind {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .containerTailwind {
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {
  .containerTailwind {
    max-width: 1450px;
  }
}

.bg-footer {
  background-image: url('/images/home/bg footer.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-footer-dark {
  background-image: url('/images/home/bg-footer-dark.webp');
  background-repeat: no-repeat;
  background-size: cover;
}