.bg-gradient {
  background: linear-gradient(to left, #BE9F4E, #a87c35) !important;
}

.smaller-navbar {
  height: 5rem;
}

.custom-link {
  color: #fff;
}

.navbar-toggler-icon-color {
  color: #fff;
}

.navbar-height {
  height: 7.5rem;
}

.sobre-img {
  width: 29rem;
  height: auto;
}

.balao {
  position: relative;
  background-color: #BE9F4E;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.btn-juli {

  border: none;
  outline: none;
  color: #fff;
  background: #BE9F4E;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.btn-juli:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #af737b, #b27e84, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;

}

.btn-juli:active {
  color: #BE9F4E;
}

.btn-juli:active:after {
  background: transparent;
}

.btn-juli:hover:before {
  opacity: 1;
}

.btn-juli:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #BE9F4E;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.card-image {
  transition: all 0.3s ease;
}

.card-image:hover {
  transform: scale(1.1);
}

.border-ju {
  border-color: #A88144;
  color: #A88144;
}

body {
  color: #ededed;
}

.diagonal-bg {
  background: linear-gradient(45deg, #BE9F4E, transparent);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 1000px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.whatsapp-float i {
  font-size: 40px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
  animation: fadeInOut 5s infinite;
  animation-delay: 05s;
}

.preloader.loaded {
  opacity: 0;
  animation: none;
  pointer-events: none;

}

.loader img {
  width: 100%;

}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);

  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);

  }
}

.navbar-nav a.nav-link {
  color: #e9e8e8;
  font-family: 'Solomon Sans Light', sans-serif;
  position: relative;
}

.navbar-nav a.nav-link::before {
  color: #BE9F4E;
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: hsl(349, 62%, 34%);
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}

.navbar-nav a.nav-link:hover::before {
  transform: scaleX(1);
}

.modal-body img {
  max-height: 45rem;
}

.carousel-juli img {
  max-height: 43rem;
  ;
}

.nav-juli {
  margin-left: 270px;
}

.body2 {
  background-color: #BE9F4E;
}

.link-btn {
  background-color: #BE9F4E;
}

.img-fluid {
  max-width: 50%;

}

.text-juli {
  color: #BE9F4E;
}