@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
  position: relative;
  margin: 0;
  font-size: .875rem;
}

main {
  padding-bottom:230px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #009750;
}

.btn {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
}

#map-canvas {
  width: 100%;
  height: 500px;
}

.nav-white {
  background-color: white !important;
}

.modal_feira {
  cursor: pointer;
}

.modal-content {
  border-radius: 0px;
}

@media (max-width: 576px) {
  .navbar-brand {
    width: 60px;
  }

  .navbar {
    padding-left: 1px;
    padding-right: 1px;
  }
}
