#swiper-banner .swiper-wrapper .swiper-slide {
  overflow-x: hidden;
  position: relative;
  height: 645px;
}
#swiper-banner .swiper-wrapper .swiper-slide a {
  display: block;
  height: 645px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#swiper-banner .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#swiper-banner .swiper-button-next, #swiper-banner .swiper-button-prev {
  color: white;
}
#swiper-banner .swiper-button-next::after, #swiper-banner .swiper-button-prev::after {
  font-size: 18px;
}
#swiper-banner .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 2.5px;
  background-color: white;
}
#swiper-banner .swiper-pagination-bullet-active {
  background-color: white;
}

#home-pivo-central {
  padding: 90px 0;
}
#home-pivo-central .info {
  min-height: 560px;
}

#home-carreteis {
  padding-top: 90px;
  background-color: var(--cor01);
}
#home-carreteis .titulo-2 {
  color: white;
}
#home-carreteis .texto p {
  color: white;
}
#home-carreteis #swiper-carretel-1 .imagem {
  text-align: right;
}
#home-carreteis #swiper-carretel-1 .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-carreteis .info-carretel .info {
  min-height: 500px;
  max-width: 580px;
  opacity: 0;
  transition: 0.2s;
}
#home-carreteis .info-carretel .info.active {
  opacity: 1;
  z-index: 2;
}
#home-carreteis .info-carretel .navegacao {
  height: 50px;
  width: 190px;
  bottom: 20px;
  left: 0;
  z-index: 2;
}
#home-carreteis .info-carretel .navegacao .swiper-button-next {
  right: 30px;
}
#home-carreteis .info-carretel .navegacao .swiper-button-next::after {
  font-size: 20px;
  color: white;
  font-weight: 700;
}
#home-carreteis .info-carretel .navegacao .swiper-button-prev {
  left: 30px;
}
#home-carreteis .info-carretel .navegacao .swiper-button-prev::after {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

#banner-central {
  margin-top: 90px;
  height: 613px;
  position: relative;
}
#banner-central a {
  display: block;
  height: 613px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#banner-central a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#irrigacao-convencional {
  padding: 90px 0;
}
#irrigacao-convencional .info {
  min-height: 560px;
}

#assistencia-tecnica {
  padding: 80px 0;
  position: relative;
}
#assistencia-tecnica::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: var(--cor01);
}
#assistencia-tecnica .swiper-slide {
  max-width: 535px;
  width: 100%;
}
#assistencia-tecnica .swiper-slide .box {
  width: 100%;
  background-color: white;
}
#assistencia-tecnica .swiper-slide .box .imagem {
  height: 370px;
  overflow: hidden;
}
#assistencia-tecnica .swiper-slide .box .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#assistencia-tecnica .swiper-slide .box .icone {
  position: relative;
  height: 0;
  margin-bottom: 40px;
}
#assistencia-tecnica .swiper-slide .box .icone img {
  position: absolute;
  top: -70px;
  right: 50px;
  z-index: 2;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
#assistencia-tecnica .navegacao {
  display: none;
}
#assistencia-tecnica .swiper-button-next::after, #assistencia-tecnica .swiper-button-prev::after {
  font-size: 20px;
  color: white;
  font-weight: 700;
}
#assistencia-tecnica .swiper-button-prev {
  left: 30px;
}
#assistencia-tecnica .swiper-button-next {
  right: 30px;
}

/*-xl*/
/*-lg*/
@media (max-width: 1199.98px) {
  #swiper-banner .swiper-wrapper .swiper-slide {
    height: 445px;
  }
  #swiper-banner .swiper-wrapper .swiper-slide a {
    height: 445px;
  }
  #banner-central {
    height: 413px;
  }
  #banner-central a {
    height: 413px;
  }
  #home-carreteis .info-carretel .info.active {
    min-height: 440px;
  }
  #home-carreteis .info-carretel .navegacao {
    bottom: 5px;
  }
}
/*-md*/
@media (max-width: 991.98px) {
  #home-pivo-central {
    padding: 60px 0;
  }
  #home-pivo-central .info {
    min-height: 390px;
  }
  #home-carreteis .info-carretel {
    min-height: 570px;
  }
  #home-carreteis .info-carretel .info {
    min-height: 480px;
  }
  #home-carreteis .info-carretel .navegacao {
    left: auto;
    right: 0;
  }
  #banner-central {
    height: 313px;
    margin-top: 60px;
  }
  #banner-central a {
    height: 313px;
  }
  #irrigacao-convencional {
    padding: 60px 0;
  }
  #assistencia-tecnica::before {
    height: 450px;
  }
  #assistencia-tecnica .swiper-slide .box .icone img {
    right: auto;
    left: 50px;
  }
  #assistencia-tecnica .navegacao {
    display: block;
    position: absolute;
    width: 170px;
    height: 65px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    top: 305px;
    right: 160px;
  }
  #assistencia-tecnica .swiper-button-next::after, #assistencia-tecnica .swiper-button-prev::after {
    font-size: 20px;
    color: var(--cor01);
    font-weight: 700;
  }
  #assistencia-tecnica .swiper-button-prev {
    left: 30px;
  }
  #assistencia-tecnica .swiper-button-next {
    right: 30px;
  }
}
/*-sm*/
@media (max-width: 767.98px) {
  #swiper-banner .swiper-wrapper .swiper-slide {
    height: 345px;
  }
  #swiper-banner .swiper-wrapper .swiper-slide a {
    height: 345px;
  }
  #assistencia-tecnica .navegacao {
    right: 0px;
  }
}
/*-xs*/
@media (max-width: 575.98px) {
  #swiper-banner .swiper-wrapper .swiper-slide {
    height: 813px;
  }
  #swiper-banner .swiper-wrapper .swiper-slide a {
    height: 813px;
  }
  #swiper-banner .navegacao {
    display: none;
  }
  #swiper-banner .paginacao {
    position: absolute;
    width: 100%;
    top: 56%;
  }
  #home-pivo-central {
    padding-top: 0;
  }
  #home-pivo-central .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #home-carreteis {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #home-carreteis .container {
    max-width: 360px;
    padding-right: 0;
    padding-left: 0;
  }
  #home-carreteis #swiper-carretel-1 {
    overflow: visible;
  }
  #home-carreteis #swiper-carretel-1 .swiper-wrapper .swiper-slide {
    width: 340px;
    height: 280px;
    overflow: hidden;
  }
  #home-carreteis #swiper-carretel-1 .swiper-wrapper .swiper-slide .imagem {
    height: 280px;
    overflow: hidden;
  }
  #home-carreteis #swiper-carretel-1 .swiper-wrapper .swiper-slide .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #home-carreteis .info-carretel .navegacao {
    height: 60px;
    bottom: 0px;
    right: 0px;
    left: auto;
  }
  #banner-central {
    height: 880px;
  }
  #banner-central a {
    height: 880px;
  }
  #irrigacao-convencional {
    padding-top: 0;
  }
  #irrigacao-convencional .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #assistencia-tecnica .container {
    max-width: 360px;
    padding-right: 0;
    padding-left: 0;
  }
  #assistencia-tecnica::before {
    height: 370px;
  }
  #assistencia-tecnica .swiper {
    overflow: visible;
  }
  #assistencia-tecnica .swiper-slide {
    width: 340px;
  }
  #assistencia-tecnica .swiper-slide .box {
    background-color: transparent;
    width: 340px;
  }
  #assistencia-tecnica .swiper-slide .box .imagem {
    height: 290px;
    width: 340px;
  }
  #assistencia-tecnica .swiper-slide .box .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #assistencia-tecnica .swiper-slide .box .icone {
    margin-bottom: 80px;
  }
  #assistencia-tecnica .swiper-slide .box .icone img {
    right: auto;
    left: 0px;
    width: 85px;
    height: auto;
    top: -45px;
  }
  #assistencia-tecnica .navegacao {
    top: 225px;
    right: 20px;
    background-color: white;
  }
}

/*# sourceMappingURL=index.css.map */
