.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide > div:not(.receita, .item-header, .grid-container) {
  text-align: center;
  font-size: 18px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 17px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.swiper-container .swiper-slide img {
  height: 188px;
  border-radius: 0;
}

.swiper-slide .grid-container img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.item-header .gradient {
  position: absolute;
  background: linear-gradient(180deg, #2424248f, #ffffff00);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.border-gradient {
  position: relative;
  padding: 1px;
  background: linear-gradient(
    90deg,
    #ffd277,
    #e5c682,
    #d0a044,
    #71531f,
    #f1d286,
    #b18143,
    #edcdb8,
    #ffd277,
    #e0bb6e
  );
  -webkit-background-clip: border-box;
  -webkit-mask: none;
}
.border-gradient-inner {
  background: #242424;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gradient-background {
  background-image: url("./img/gradient-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-banner {
  background-image: url("./img/footer-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1234px;
}
.swiper .swiper-pagination-bullet {
  background: white;
  width: 32px;
  height: 2px;
  opacity: 0.5;
  border-radius: 16px;
}
.swiper-button-next-receitas,
.swiper-button-prev-receitas,
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  z-index: 2;
  transition: background 333ms linear;
}

.swiper-button-next-receitas::after,
.swiper-button-prev-receitas::after,
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 12px !important;
  color: #000 !important;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

* {
  font-family: "Lufga", sans-serif;
}

/*Receitas*/

.swiper-receitas .swiper-slide {
  width: 280px; /* Largura padrão */
  flex-shrink: 0; /* Garante que não encolha */
}

.swiper-receitas .swiper-container {
  padding: 0 15px; /* Ajuste para espaçamento das laterais */
}
.swiper-button-next-receitas{
  right: 0;
}
.swiper-button-prev-receitas{
  left: 0;
}
.swiper-button-next-receitas,
.swiper-button-prev-receitas{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .swiper-receitas .swiper-slide {
    width: 240px; /* Ajusta a largura para telas menores */
  }
}

@media (max-width: 480px) {

  .swiper-receitas .swiper-slide {
    width: 250px; /* Para telas pequenas */
  }
  .swiper-button-next-receitas::after,
  .swiper-button-prev-receitas::after,
  .swiper .swiper-button-prev::after,
  .swiper .swiper-button-next::after {
  color: #000 !important;
  }
  .swiper-button-next-receitas,
  .swiper-button-prev-receitas,
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next{
    background: #fff;
  }
  .swiper-receitas{
    position: relative;
  }
  .swiper-button-next-receitas{
    position: absolute;
    top: 50%;
  }
  .swiper-button-prev-receitas{
    top: 50%;

  }
}

.title-heading {
  font-size: 40px;
  font-weight: bold;
}

section p,
section ul li {
  font-size: 18px!important;
  line-height: 32px;
  color: #eeeeee;
}

h3 {
  font-size: 32px;
  font-weight: bold;
}

.text-primary:not(.block) {
  font-size: 32px;
  font-weight: bold;
}

.text-primary.title {
  font-size: 98px;
  font-weight: 300;
  line-height: 1;
}
.main-description {
  font-size: 42px!important;
}

.btn-white {
  color: white;
}

.btn-white:visited {
  color: white;
}

.btn-white:hover {
  color: white;
}

.title-main {
  font-size: 42px!important;
}


@media (max-width: 960px) {
  .title-heading {
    font-size: 32px;
  }

  section p,
  section ul li {
    font-size: 16px;
    line-height: 32px;
  }

  h3 {
    font-size: 32px;
    font-weight: bold;
  }

  .text-primary:not(.block) {
    font-size: 32px;
    font-weight: bold;
  }

  .text-primary.title {
    font-size: 32px !important;
    font-weight: bold;
  }

  .img-banner {
    max-width: 200px !important;
    object-fit: contain;
  }

  .title-main,
  .main-description {
    font-size: 22px!important;
  }

  .main-img {
    max-width: 70px;
    object-fit: contain;
  }
  .carrosselParceiros__container .slick-dots{
    bottom: 22px !important;
  }
}

@media (max-width: 450px) {
  .img-banner {
    max-width: 165px !important;
    object-fit: contain;
  }
  .title-main, .main-description {
    font-size: 17px !important;
  }
  .text-primary.title {
    font-size: 20px !important;
    font-weight: bold;
  }
}
@keyframes animation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.key-animation-1 {
  opacity: 0;
  animation: animation-fade 1s ease-in-out forwards;
  animation-delay: 1s;
}


.key-animation-2 {
  opacity: 0;
  animation: animation-fade 1s ease-in-out forwards;
  animation-delay: 1.5s;
}


.key-animation-3 {
  opacity: 0;
  animation: animation-fade 1s ease-in-out forwards;
  animation-delay: 2s;
}

.key-animation-4 {
  animation: animation-fade 3s ease-in-out;
}