:root {
  --verde-1: #d1e8a0;
  --lilaz-1: #946ecc;
  --laranja-1: #FF4605;
  --poppins: "Poppins", sans-serif;
  --roboto: "Roboto", sans-serif;
}

.banner-mobile {
  display: none !important;
}

#banner-index .swiper-slide .imagem {
  height: 749px;
}
#banner-index .swiper-slide .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner-index .swiper-button-next, #banner-index .swiper-button-prev {
  bottom: 120px;
  top: auto;
  color: white;
}
#banner-index .swiper-button-next, #banner-index .swiper-rtl .swiper-button-prev {
  right: 45vw;
  left: auto;
}
#banner-index .swiper-button-prev, #banner-index .swiper-rtl .swiper-button-next {
  right: auto;
  left: 45vw;
}

#linhas-index {
  margin-bottom: 30px;
}
#linhas-index .linhas-home-swiper {
  padding-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
#linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
#linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  height: 475px;
  text-align: center;
}
#linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide a img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}
#linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide a strong {
  font-family: var(--calistoga);
  color: black;
  font-size: 36px;
}
#linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none;
}
#linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide a:hover strong {
  color: var(--lilaz-1);
}
#linhas-index .linhas-home-swiper .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid var(--verde-1);
  opacity: 1;
}
#linhas-index .linhas-home-swiper .swiper-pagination-bullet-active {
  background-color: var(--verde-1);
}

#vegano-index {
  background: url(../imagens/bg-secao-vegano.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
#vegano-index .area-vegano {
  height: 595px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
#vegano-index .area-vegano .texto {
  font-family: var(--roboto);
  color: black;
  font-size: 18px;
  line-height: 24px;
}
#vegano-index .imagem-1 {
  left: -150px;
  top: -55px;
}
#vegano-index .imagem-1 img {
  filter: drop-shadow(5px 20px 10px rgba(0, 0, 0, 0.2));
}
#vegano-index .imagem-2 {
  bottom: 0;
  left: 100px;
}
#vegano-index .imagem-2 img {
  filter: drop-shadow(5px 20px 10px rgba(0, 0, 0, 0.2));
}
#vegano-index .imagem-3 {
  bottom: 0;
  right: -130px;
}

#tipos-index {
  margin-bottom: 60px;
}
#tipos-index .tipos-home-swiper {
  padding-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
#tipos-index .tipos-home-swiper .swiper-slide {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 373px;
}
#tipos-index .tipos-home-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 40px;
}
#tipos-index .tipos-home-swiper .swiper-slide a .imagem {
  height: 285px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tipos-index .tipos-home-swiper .swiper-slide a .imagem img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}
#tipos-index .tipos-home-swiper .swiper-slide a span {
  font-family: var(--calistoga);
  font-size: 24px;
  color: black;
}
#tipos-index .tipos-home-swiper .swiper-slide a:hover {
  text-decoration: none;
}
#tipos-index .tipos-home-swiper .swiper-slide a:hover span {
  color: var(--lilaz-1);
}
#tipos-index .tipos-home-swiper .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid var(--verde-1);
  opacity: 1;
}
#tipos-index .tipos-home-swiper .swiper-pagination-bullet-active {
  background-color: var(--verde-1);
}

#cronograma-index {
  background: url(../imagens/bg-secao-cronograma.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}
#cronograma-index .area-cronograma {
  min-height: 595px;
}
#cronograma-index .area-cronograma .sub-titulo-secao {
  color: black;
}
#cronograma-index .area-cronograma .limite {
  max-width: 520px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
#cronograma-index .area-cronograma .limite .fases {
  display: flex;
  gap: 65px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#cronograma-index .area-cronograma .limite .fases .fase .selo {
  margin-bottom: 15px;
}
#cronograma-index .area-cronograma .limite .fases .fase .nome {
  font-family: var(--calistoga);
  font-size: 25px;
  color: black;
}
#cronograma-index .area-cronograma .limite .frase {
  color: var(--laranja-1);
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--poppins);
}
#cronograma-index .imagem-1 {
  bottom: 0;
  left: -120px;
}
#cronograma-index .imagem-3 {
  bottom: -45px;
  right: -85px;
  /*filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));*/
}
#cronograma-index .imagem-2 {
  top: -50px;
  right: 80px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
}

/*-sm*/
@media (max-width: 767.98px) {
  #banner-index {
    padding-top: 120px;
  }
  #banner-index .swiper-slide .imagem {
    height: 250px;
  }
  /* #banner-index .swiper-slide .imagem a > img {
    width: 100%;
    object-fit: contain;
  } */
  #banner-index .swiper-button-next, #banner-index .swiper-rtl .swiper-button-prev {
    display: none;
  }
  #banner-index .swiper-button-prev, #banner-index .swiper-rtl .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .banner-mobile {
    display: initial !important;
  }
  .banner-desktop {
    display: none !important;
  }
  #banner-index {
    margin-bottom: 20px;
  }
  #banner-index .swiper-slide .imagem {
    height: 500px;
  }
  #linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide a {
    height: 240px;
  }
  #linhas-index .linhas-home-swiper .swiper-wrapper .swiper-slide a strong {
    font-size: 24px;
    line-height: 24px;
  }
  #tipos-index .tipos-home-swiper .swiper-slide a .imagem {
    height: 200px;
  }
  #tipos-index .tipos-home-swiper .swiper-slide a {
    gap: 0;
  }
}