body {
  font-family: "Poppins", sans-serif;
}

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

.text-primary i {
  color: #235135 !important;
}

.text-secondary {
  color: #f58635 !important;
}

section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.carousel {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.carousel-item {
  height: 100vh;
  min-height: 500px;
  background-position: center;
  background-size: cover;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-caption {
  bottom: 100px;
  left: 100px;
  right: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.carousel-caption h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.carousel-caption p {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 50px;
    left: 20px;
    right: 20px;
  }

  .carousel-caption h2 {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
}

#quem-somos {
  display: flex;
  margin-right: 100vh;
  width: 100%;
}
#quem-somos img {
  padding: 20px;
  max-height: 80vh;
  object-fit: cover;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

/* WhatsApp Button */
.whatsapp-button {
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.whatsapp-button img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.whatsapp-button .whatsapp-text {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #25d366;
  color: white;
  padding: 5px 5px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
