.color-blue {
  color: #00295c;
}

.font-semibold {
  font-weight: 600 !important;
}

h2.color-blue.font-semibold {
  margin-bottom: 30px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/* ================================= */

.welcome-section {
  max-width: 100%;
}

.welcome-section .banner-section {
  background-size: cover;
}

.welcome-section .banner-section h1 {
  text-wrap: balance;
}

.map-section .map-image-container {
  border-radius: 8px;
  background-size: cover;
}

footer {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .home-page .home-section .img-txt-container {
    margin-top: 50px;
  }

  .pt-100 {
    padding-top: 60px !important;
  }

  .pb-60 {
    padding-bottom: 100px !important;
  }

  .mt-100 {
    margin-top: 60px !important;
  }

  .mb-100 {
    margin-bottom: 60px !important;
  }

  .counters-container .amount-container {
    width: 50%;
  }

  .amounts-section .counters-container .amount {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .home-page .home-section .img-txt-container {
    margin-top: 50px;
  }
  .banner-section {
    justify-content: flex-end;
  }

  .banner-lg {
    height: 60vh;
  }

  button#buscar {
    width: 100%;
  }
}
