.bannerHome {
  width: 100%;
  background: #eee;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

@media (max-width: 768px) {
  .centralizarNovo {
    justify-content: center;
    text-align: center;
  }

  .bannerHomeImg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 550px) {
  .texto-banner-1 {
    font-size: 11px !important;
  }
  .texto-banner-2 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .b-texto {
    line-height: 10px !important;
  }
  .tratamento-txt {
    margin: 0 !important;
    font-size: 11px !important;
    font-weight: 600;
    color: #000;
    padding-right: 130px;
    letter-spacing: 3px !important;
    line-height: 15px !important;
  }
  .alinhar-mobile {
    padding-right: 130px;
    line-height: 9px !important;
    padding-top: 10px;
  }
  .texto-banner-0 {
    font-size: 11px !important;
    line-height: 14px !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 575px) {
  .banner-desk {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .bannerHome {
    max-height: 400px;

    h1 {
      line-height: 0;
    }
  }
}

@media (max-width: 767px) {
  .bannerHome {
    min-height: 230px;
    max-height: 240px;

    .letter-spacening {
      letter-spacing: 0;
    }
  }
}

@media (max-width: 576px) {
  .bannerHome .letter-spacening {
    font-size: 11px;
    letter-spacing: 0;
  }
}
