@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

  .busca-produto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .busca-produto button {
    flex: 1 1 auto;
    min-width: 120px;
  }

  .breadcrumb i:first-child {
    padding-right: 0px;
    font-size: 10px;
  }

  main {
    padding-top: 16px;
  }

  .footer-column {
    padding-left: 0em !important;
  }

  .detalhes-banner-1 {
    position: static;
    padding: 30px 10px;
  }

  .detalhes-banner-1 i {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .desde h2 {
    font-size: 25px;
  }

  .desde {
    background-size: auto;
    padding: 3em 0em;
  }

  .desde h4 {
    font-size: 20px;
  }

  .desde h5 {
    font-size: 18px;
  }

  .content-index img {
    margin-top: 2em;
  }

  .slick-dots {
    gap: 2px;
  }

  .text-banner {
    top: 5%;
    font-size: 20px;
  }

  .img-cta {
    height: auto;
  }

  .detalhes-banner-1 h4 {
    font-size: 22px;
  }

  .form-download form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  .breadcrumb li:last-child {
    width: 100%;
  }
}

@media (max-width: 414px) {

  .busca-produto {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }

  .busca-produto button {
    flex: 1 1 auto;
    min-width: 100px;
  }

  .breadcrumb {
    margin-top: -7px;
  }

  .breadcrumb i:first-child {
    padding-right: 5px;
  }

  .breadcrumb ul {
    padding-left: 0em;
    flex-direction: column;
    border: none;
    gap: 4px !important;
  }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}

@media (max-width: 768px) {
    .img-empresa {
        width: 100%;
    }
        .breadcrumb h1 {
        color: var(--theme-color2);
        text-transform: uppercase;
        font-size: 40px;
        font-weight: bold;
      margin-top: 30px;
    }
   
}
