* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Sora", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #591816;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(48.1081081081, 12.972972973, 11.8918918919);
}

.splide {
  padding: 20px 0 !important;
}
.splide__arrow {
  background: #591816;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.splide__arrow:hover {
  opacity: 1;
}
.splide__arrow svg {
  fill: white;
}
.splide__pagination {
  bottom: -20px;
}
.splide__pagination__page {
  background: rgba(89, 24, 22, 0.3);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.splide__pagination__page.is-active {
  background: #591816;
  transform: scale(1.2);
}
.splide__slide {
  transition: transform 0.3s ease;
}
#galeria .splide__slide .bg-gray-100 {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
#galeria .splide__slide .bg-gray-100:hover {
  border-color: #591816;
}

@media (max-width: 768px) {
  #home .text-5xl {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  #home .text-xl {
    font-size: 1.1rem;
  }
  #home .grid-cols-3 {
    gap: 1rem;
  }
  #home .text-3xl {
    font-size: 1.8rem;
  }
  #sobre .text-4xl {
    font-size: 2.2rem;
  }
  #sobre .text-xl {
    font-size: 1.1rem;
  }
  #vantagens .text-4xl {
    font-size: 2.2rem;
  }
  #vantagens .grid {
    gap: 1.5rem;
  }
  #vantagens .p-8 {
    padding: 1.5rem;
  }
  #galeria .text-4xl {
    font-size: 2.2rem;
  }
  #galeria .splide__arrow {
    width: 40px;
    height: 40px;
  }
  #investimento .text-4xl {
    font-size: 2.2rem;
  }
  #investimento .text-6xl {
    font-size: 3.5rem;
  }
  #investimento .p-8 {
    padding: 1.5rem;
  }
  .py-20 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #contato .grid {
    gap: 2rem;
  }
  #contato .text-lg {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #home .text-5xl {
    font-size: 2rem;
  }
  #home .text-xl {
    font-size: 1rem;
  }
  #home .grid-cols-3 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: center;
  }
  #galeria .splide__arrow {
    width: 35px;
    height: 35px;
  }
  #investimento .text-6xl {
    font-size: 3rem;
  }
  #investimento .grid {
    gap: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  #home .text-60px {
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
/*# sourceMappingURL=main.css.map */
