@import url("vinheta.css");
.row-mapa-site {
  margin-top: 30px;
  margin-bottom: 30px;
}

.row-mapa-site nav .btn-padrao {
  width: calc(100% - 30px);
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 10px 16px;
  background-color: #003D76;
}

.row-mapa-site nav .btn-padrao:hover, .row-mapa-site nav .btn-padrao:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px -5px rgba(2, 20, 46, 0.25);
  background-color: #ffffff;
  color: #33691E;
}
