#mapPrev {
  height: 600px;
  outline: none;
  width: 100%;
  position: absolute;
  top: 0;
  box-shadow: 0px 10px 25px #080F0F1A;
  border: none;
  z-index: 29;
  min-height: 500px; }
  #mapPrev a, #mapPrev a span, #mapPrev a strong {
    color: #000 !important;
    text-decoration: none !important; }
  @media (min-width: 576px) {
    #mapPrev {
      min-height: 350px; } }

.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; }

.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; }

.custom-font {
  font-family: "futura-pt", sans-serif; }

.to-left {
  text-align-last: left; }

.previsao__homepage {
  min-height: 500px; }

.previsao-highlight {
  padding: 2px 10px;
  display: inline-block;
  border-radius: 20px;
  background-color: rgba(225, 225, 225, 0.5);
  line-height: 1;
  color: white; }