.noticias-regiao #map {
  height: 100%;
  outline: none;
  width: 95%;
  position: absolute;
  top: 0;
  box-shadow: 0px 10px 25px #080F0F1A;
  border: none;
  z-index: 29; }
  .noticias-regiao #map a {
    color: #000 !important;
    text-decoration: none !important; }

.noticias-regiao .info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.noticias-regiao .go-up {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: white;
  font: bold 22px 'Lucida Console', Monaco, monospace;
  text-align: center;
  text-decoration: none;
  color: black !important; }

.noticias-regiao .height-ajust {
  min-height: 500px; }
  @media (min-width: 576px) {
    .noticias-regiao .height-ajust {
      min-height: 350px; } }

.noticias-regiao label {
  font-weight: 400;
  font-size: 1rem; }

.noticias-regiao select {
  font-size: 14px !important;
  font-weight: 400 !important; }

.noticias-regiao .text-align-right {
  text-align: right; }