.fundo-cinza {
    background-color: #36332E;
    color: #8F8F8F;
}

.fundo-principal{
    color: #8F8F8F;
    background: #e6e6e6 url(/img/main-bg.png) repeat; 
}

.sombra {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
  }

.borda-redonda {
    border-radius: 10px;
}

.meses, .destaque {
    color: #e6e6e6;
    text-decoration: double;
}

.texto-dourado{
    color: #d3bb54;
  }

.texto-verde{
  color:greenyellow;
}

a {
    color: #8F8F8F;
    text-decoration: none
  }

a:hover {
    text-decoration: none;
  }

a:visited {
    color: #8F8F8F;
    text-decoration: none
  }

.footer {
    text-align: center;
    padding-bottom: 20px;
  }

.centralizado {
  text-align: center;
}

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}