.home-page {
  background-color: #efefef;
}

.banner-lg {
  max-height: 800px;
  height: calc(100vh - 35px);
}

.home-page .home-section .img-txt-container {
  margin-top: 100px;
}

#subnav-solutions a.subnavbtn span.bi.bi-chevron-down::before {
  position: relative;
  top: 1px;
}

button#buscar {
  width: initial;
}

@media (max-width: 991.98px) {
  .welcome-section .btn {
    margin-top: 0;
  }
  button#buscar,
  button#coordinar {
    width: initial;
  }
}

@media (max-width: 767.98px) {
  .home-page .home-section .img-txt-container {
    margin-top: 50px;
  }
  .banner-lg {
    height: 60vh;
  }
  
  .home-page .banner-lg {
    height: 70vh;
  }
  
  button#buscar,
  button#coordinar {
    width: 100%;
  }
}
