@media screen and (max-width: 991px) {
  .footer-brand img {
    width: 100%;
  }
  #insecticida .btn-black, #herbicida .btn-black, #regulador .btn-black {
    margin: 0 auto;
  }
  #back {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  * {
    font-size: 0.9rem;
  }
  .title {
    font-size: 1.4rem;
  }
  .navbar-brand img, .footer-brand img {
    width: 35%;
  }
  .carrusel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .reves {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .owl-nav {
    width: 120%;
    left: -10%;
  }
  .btn-green {
    width: 122px;
    height: 35px;
  }
  .btn-black {
    width: 147px;
    height: 33px;
  }
}

@media screen and (max-width: 576px) {
  .row.g-3 .col-12.text-end {
    text-align: start !important;
  }
  #insecticida .btn-black {
    width: 150px;
  }
  #herbicida .carousel-indicators {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  #herbicida .btn-black {
    width: 140px;
  }
  #regulador .btn-black {
    width: 271px;
  }
}
/*# sourceMappingURL=responsive.css.map */