#home .swiper .swiper-wrapper .swiper-slide .bg {
  align-items: end;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#home .swiper .swiper-wrapper .swiper-slide .bg .row .title {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 24px;
  color: white;
  line-height: 5px;
  text-align: center;
}


#home .swiper .swiper-wrapper .swiper-slide .bg .row .subtitle {
  font-weight: 700;
  font-size: 50px;
  color: white;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #home .swiper .swiper-wrapper .swiper-slide .bg .row .subtitle {
    font-size: 28px;
  }
}

#home .swiper .swiper-wrapper .swiper-slide .bg .row .description {
  max-width: 300px;
  text-align: center;
  color: white;
}

#home .swiper a:hover {
  text-decoration: none;
}

#swiper-banner {
  height: unset;
  background-size: cover;
  aspect-ratio: 331/115;
}

@media (max-width: 767px) {
  .swiper-settings {
      background-color: #59a747;
  }

  #swiper-banner {
      height: unset;
      background-size: contain;
      /* aspect-ratio: 331/115; */
  }

  #home .swiper-settings {
      height: auto;
  }


}

@media(max-width: 568px) {
  #home .swiper .swiper-wrapper .swiper-slide .bg {
      max-height: calc(30vh - 6.5rem);
  }

  #home .swiper-settings {
      min-height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  #home .swiper .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: -20px;
  }
}

/*
botão fixo whatsapp */
#whatsapp-button {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 50px;
  transition: width 0.3s ease;
  border-radius: 5px 0 0 5px;
  z-index: 1000;
  overflow: hidden;
  background-color: #59a747;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #whatsapp-button {
    top: 45%;
  }
}

#whatsapp-button:hover {
  width: 140px;
  background-color: #5ABF51;
}

#whatsapp-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  gap: 10px;
  padding: 0 10px;
}

#whatsapp-button img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

#whatsapp-button:hover img {
  transform: scale(1.1);
}

#whatsapp-button span {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#whatsapp-button:hover span {
  display: inline;
}
