.fixed-top-margin {
  margin-top: 0px !important;
}

.sectionBannersHome {
  min-height: 680px;
  display: flex;
  align-items: center;
}
.sectionBannersHome .descriptionBanner {
  color: #403600 !important;
}

.sectionBannersHome .imageMobile {
  display: none;
}
.sectionBannersHome .btnAction {
  background: linear-gradient(270deg, var(--gradient-botton-1), var(--gradient-botton-2));
  color: var(--gradient-botton-text);
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  border: none;
}

@media (max-width: 991px) {
  .sectionBannersHome {
    min-height: auto;
  }
  .sectionBannersHome {
    flex-direction: column-reverse;
  }
  .sectionBannersHome .BannerInformation {
    padding-bottom: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 15px 50px !important;
  }
  
  .sectionBannersHome .BannerInformation h1,
  .sectionBannersHome .BannerInformation p {
    color: #fff;
    text-shadow: 2px 2px rgba(0,0,0,.8);
  }

  .sectionBannersHome .imageMobile {
    display: block;
  }
  .sectionBannersHome .imageDesktop {
    display: none;
  }
}