body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.botao-menu {
  position: static;
  display: inline-block;
  width: auto;
  height: 42px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #589dd6;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.botao-menu:hover {
  background-color: #075ca2;
  color: #fff;
}

.botao-menu:visited {
    color: white;
}

.botao-menu:current-link {
    color: white;
}

.coluna-menu {
  position: static;
  display: inline-block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.body {
  background-color: #2a86cf;
  color: transparent;
}

.botao-assinantes {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 100px;
  margin-top: 4px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
}

.botao-assinantes:hover {
  opacity: 0.5;
}

.botao-idioma {
  width: 48px;
  margin-top: 2px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
}

.botao-idioma:hover {
  opacity: 0.5;
}

.colunas-topo {
  position: static;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/fundo cidades.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.coluna-topo {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  text-align: center;
}

.link-logotipo {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.logotipo {
  display: block;
  width: 137px;
  margin: 10px auto;
  color: transparent;
  text-align: center;
}

.titulo-padrao {
  position: static;
  left: 202px;
  top: 14px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 36px auto 0px;
  padding-left: 0px;
  float: none;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.icone-menu {
  width: 30%;
  max-width: 80%;
  margin-right: 4px;
  margin-left: 4px;
}

.icone-menu:hover {
  background-color: transparent;
}

.icone-telefone {
  width: 30px;
  margin-right: 2px;
  margin-bottom: 6px;
  margin-left: 2px;
}

.div-telefone {
  position: static;
  top: 22px;
  display: inline-block;
  height: auto;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.titulo-padrao-negrito {
  display: inline;
  height: 0px;
  margin: 0px 2px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.titulo-padrao-negrito.menor {
  position: static;
  left: 0px;
  top: 26px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-top: -14px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  text-transform: uppercase;
}

.titulo-padrao-negrito.imagens {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  color: #acacac;
  font-size: 12px;
  line-height: 14px;
  text-align: justify;
}

.titulo-padrao-negrito.classificados {
  color: #acacac;
  font-size: 16px;
  text-transform: uppercase;
}

.titulo-padrao-negrito.newletter {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  list-style-type: none;
}

.titulo-padrao-negrito.shop {
  color: #acacac;
  font-size: 16px;
  text-transform: uppercase;
}

.titulo-padrao-negrito.shop.valor {
  color: #88b03e;
}

.titulo-padrao-negrito.copyright {
  color: #555;
  font-size: 12px;
  line-height: 10px;
}

.titulo-padrao-negrito.cidades {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 23px;
}

.botao-anuncie {
  position: static;
  left: 0px;
  top: 46px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 190px;
  height: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #ff7417;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-transform: uppercase;
}

.botao-anuncie:hover {
  background-color: #df5900;
}

.sessao-buscador {
  background-color: #ff7417;
}

.colunas-buscador {
  margin-top: 16px;
}

.menu-lista {
  border: 1px solid #df5900;
  border-radius: 6px;
  background-color: #df5900;
  background-image: url('../images/fundo laranja escuro.fw.png');
  background-position: 0px 0px;
  background-size: 11px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-transform: uppercase;
}

.menu-lista:hover {
  border: 1px solid #df5900;
}

.buscador {
  border-radius: 6px;
  font-size: 16px;
}

.buscar {
  position: absolute;
  right: 10px;
  bottom: 15px;
  display: block;
  border-radius: 6px;
  background-color: #2a86cf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.buscar:hover {
  background-color: #075ca2;
}

.sessao-icones {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.texto-padrao {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.texto-padrao.conteudo {
  display: inline-block;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.texto-padrao.destaques {
  display: inline-block;
  margin-top: 7px;
  margin-left: 0%;
  font-size: 14px;
  font-weight: 500;
}

.texto-padrao.destaques.popup {
  margin-top: 6px;
  margin-left: 0%;
}

.texto-padrao.rodape {
  margin-top: 12px;
}

.texto-padrao.cidades {
  display: inline-block;
  margin-left: 22%;
}

.texto-padrao.icones {
  display: inline-block;
  margin-top: 0px;
  font-size: 14px;
}

.sessao-miolo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-color: #fff;
  background-image: url('../images/fundo cidades2.fw.png');
  background-position: 50% 100%;
  background-size: 1000px;
  background-repeat: repeat-x;
  text-align: center;
}

.colunas-miolo {
  text-align: center;
}

.colunas-miolo._3-divisoes {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.coluna-destaques {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}

.coluna-conteudo {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.div-destaques {
  display: inline-block;
  width: 220px;
  height: auto;
  max-width: 220px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 12px;
  border-radius: 12px;
  background-color: #ff7417;
  text-align: center;
}

.div-destaques.utilidades {
  width: 100%;
  margin-bottom: 20px;
}

.div-destaques._3-divisoes {
  width: 100%;
  min-width: 100%;
}

.div-titulo {
  display: inline-block;
  width: 100%;
  height: 42px;
  border-radius: 12px;
  background-color: #df5900;
  text-align: center;
}

.div-titulo.sorteios {
  display: block;
  width: 98%;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2a86cf;
  text-align: center;
}

.div-titulo.noticias {
  display: block;
  width: 98%;
  height: 42px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffa610;
  text-align: center;
}

.div-titulo.cupom {
  display: block;
  width: 98%;
  height: 42px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d52e07;
  text-align: center;
}

.div-titulo.imoveis {
  margin-top: 0px;
  background-color: #b117ff;
  text-align: center;
}

.div-titulo.destaque {
  height: 36px;
  margin-bottom: 10px;
}

.div-titulo.shop {
  display: inline-block;
  background-color: #88b03e;
}

.div-titulo.semana {
  background-color: #ff2900;
}

.div-titulo.rodape {
  background-color: #df5900;
}

.div-publicidade {
  display: block;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px none #ffc299;
  border-radius: 6px;
  background-image: url('../images/e5cd83f880.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-publicidade.topo {
  display: block;
  width: 92%;
  height: auto;
  margin: 0px auto 20px;
  border-color: #bebebe;
  text-align: center;
}

.div-publicidade.rodape {
  display: block;
  width: 98%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-color: #bebebe;
}

.colunas-imagens {
  display: block;
  margin: 20px auto 10px;
}

.coluna-imagens.classificados {
  margin-top: 12px;
  text-align: center;
}

.imagem-padrao {
  display: block;
  width: 90%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 6px;
}

.botao-imagens {
  display: block;
  width: 90%;
  margin: 10px auto;
  border-radius: 12px;
  background-color: #2a86cf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
  text-transform: uppercase;
}

.botao-imagens:hover {
  background-color: #075ca2;
}

.botao-imagens.cupom {
  margin-top: 15px;
  background-color: #d52e07;
  text-transform: uppercase;
}

.botao-imagens.cupom:hover {
  background-color: #8a1900;
}

.botao-imagens.classificados {
  height: 22px;
  padding-top: 2px;
  border-radius: 6px;
  background-color: #710ea2;
  font-size: 12px;
  text-transform: uppercase;
 
}

.botao-imagens.classificados:hover {
  background-color: #480569;
}

.botao-imagens.shop {
  margin-top: 0px;
  background-color: #555;
}

.botao-imagens.shop:hover {
  background-color: #393939;
}

.botao-imagens.semana {
  background-color: #ff2900;
  background-image: url('../images/icone telefone.png');
  background-position: 18px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.botao-imagens.semana:hover {
  background-color: #ae1d00;
}

.botao-imagens.localizacao {
  margin-top: 16px;
  background-color: #555;
  background-image: url('../images/icone localizacao.png');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.botao-imagens.localizacao:hover {
  background-color: #393939;
}

.botao-ver-mais {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 26%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 12px;
  background-color: #2a86cf;
  background-image: url('../images/icone mais.png');
  background-position: 6% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.botao-ver-mais:hover {
  background-color: #075ca2;
}

.botao-ver-mais.noticias {
  width: 36%;
  margin-top: 20px;
  float: none;
  background-color: #ffa610;
  text-transform: uppercase;
}

.botao-ver-mais.noticias:hover {
  background-color: #b37100;
}

.botao-ver-mais.cupom {
  background-color: #d52e07;
}

.botao-ver-mais.cupom:hover {
  background-color: #8a1900;
}

.botao-ver-mais.classificados {
  width: 31%;
  background-color: #710ea2;
}

.botao-ver-mais.classificados:hover {
  background-color: #480569;
}

.botao-ver-mais.shop {
  width: 27%;
  background-color: #88b03e;
}

.botao-ver-mais.shop:hover {
  background-color: #5c801b;
}

.div-noticias {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.divisao-noticias {
  margin-top: 20px;
}

.tab-menu {
  display: inline-block;
  width: 100%;
  height: auto;
  max-height: 40px;
  margin-top: 20px;
}

.botao-tab {
  position: static;
  display: inline-block;
  width: 23%;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  border-radius: 12px;
  background-color: #b117ff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-align: center;
}

.botao-tab:hover {
  background-color: #710ea2;
}

.botao-tab.w--current {
  display: inline-block;
  width: 170px;
  margin-right: 2px;
  margin-left: 2px;
  float: none;
  border-radius: 12px;
  background-color: #710ea2;
  color: #fff;
  text-decoration: none;
}

.botao-tab.w--current:hover {
  background-color: #480569;
}

.tab {
  display: block;
  margin-top: -10px;
}

.conteudo-tab {
  height: 268px;
  padding: 0px 0px 10px;
  border: 1px none #ff7417;
  border-radius: 6px;
  background-color: transparent;
}

.texto-tab {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

.texto-tab.popup {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}

.link-padrao {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  float: none;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: square;
}

.link-padrao:hover {
  color: #ffaa72;
}

.icone-envelope {
  width: 52px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.campos-form {
  height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 12px;
  font-size: 12px;
  text-align: left;
}

.botao-newsletter {
  width: 100%;
  margin-top: 4px;
  border-radius: 12px;
  background-color: #2a86cf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 12px;
  text-transform: uppercase;
}

.botao-newsletter:hover {
  background-color: #075ca2;
}

.div-separador {
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/separador.png');
  background-position: 0px 50%;
  background-size: 6px;
  background-repeat: repeat-x;
}

.nuvem-palavras {
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.texto-copyright {
  font-size: 16px;
  font-weight: 700;
}

.sessao-rodape {
  padding-top: 30px;
  background-color: #ff7417;
}

.facebook {
  position: relative;
  display: block;
  height: 90px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  line-height: 20px;
  text-align: center;
  text-transform: none;
}

.conteudo-cidades {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  text-align: center;
}

.link-cidade {
  text-align: left;
}

.botao-cidade {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-left: -14px;
  float: none;
  text-align: left;
}

.div-cidade {
  display: inline-block;
  width: 60%;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 12px;
  background-color: #075ca2;
  text-align: left;
}

.publicidade {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  padding: 8px;
  border-radius: 6px;
}

.slider {
  height: auto;
  border-radius: 6px;
  background-color: #fff;
}

.icone {
  position: relative;
  top: 74px;
  display: block;
  width: 14px;
  margin-right: auto;
  margin-left: auto;
  color: #2a86cf;
}

.colunas-icones {
  display: block;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.div-icones {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 10px;
  background-color: #2a86cf;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.div-icones:hover {
  background-color: #075ca2;
}

.div-icones-cupom {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 10px;
  background-color: #D52E07;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.div-icones-cupom:hover {
  background-color: #8A1900;
}


.div-icones-shop {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 10px;
  background-color: #88B03E;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.div-icones-shop:hover {
  background-color: #5C801B;
}


.div-icones-notas {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 10px;
  background-color: #FFA610;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.div-icones-notas:hover {
  background-color: #B37100;
}



.coluna-icones {
  position: static;
  text-align: center;
}

.base-menu-movel {
  display: none;
}

.imagem-publicidade {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  background-color: rgba(0, 0, 0, .5);
}

.modal-window {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
}

.close-modal {
  width: 80px;
  height: 30px;
  margin-bottom: 10px;
  padding: 0px 8px;
  float: right;
  border-radius: 10px;
  background-color: #d52e07;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.close-modal:hover {
  background-color: #ae1d00;
}

html.w-mod-js *[data-ix="popup"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar {
    position: relative;
    top: 94px;
    z-index: 2;
    display: block;
    height: auto;
    background-color: transparent;
  }
  .botao-menu {
    display: block;
    width: 96%;
    margin: 0px auto 4px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    border-radius: 6px;
    text-align: center;
  }
  .coluna-menu {
    display: block;
    width: auto;
    background-color: transparent;
  }
  .coluna-menu.aberto {
    position: static;
    display: block;
    width: 100%;
    height: 379px;
    margin-top: 0px;
    padding-top: 4px;
    border-top: 6px solid #ff7417;
    border-bottom: 6px solid #ff7417;
    border-radius: 0px;
    background-color: #589dd6;
  }
  .body {
    margin-top: -50px;
  }
  .botao-assinantes {
    float: none;
    clear: none;
  }
  .colunas-topo {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-size: 900px;
    text-align: center;
  }
  .coluna-topo {
    position: static;
    display: block;
    margin-top: 0px;
    text-align: center;
  }
  .link-logotipo {
    display: inline-block;
    padding: 14px;
  }
  .logotipo {
    width: 100px;
    margin: 0px;
  }
  .titulo-padrao {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    margin: 30px auto 0px;
    float: none;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }
  .icone-menu {
    color: #fff;
  }
  .titulo-padrao-negrito.newletter {
    font-size: 12px;
  }
  .botao-anuncie {
    width: 138px;
  }
  .sessao-buscador {
    display: block;
    margin-top: 0px;
  }
  .buscador {
    font-size: 14px;
  }
  .sessao-icones {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-destaques {
    display: block;
  }
  .div-publicidade.topo {
    width: 96%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .imagem-padrao {
    width: 90%;
    height: 80%;
  }
  .botao-imagens {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
  }
  .botao-imagens.semana {
    background-position: 67px 50%;
  }
  .botao-imagens.localizacao {
    background-position: 58px 50%;
  }
  .botao-ver-mais {
    width: 34%;
  }
  .botao-ver-mais.noticias {
    width: 46%;
  }
  .botao-ver-mais.classificados {
    width: 41%;
  }
  .botao-ver-mais.shop {
    width: 36%;
  }
  .botao-tab {
    width: 23%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .botao-tab.w--current {
    width: 134px;
  }
  .texto-tab {
    font-size: 12px;
  }
  .link-padrao {
    font-size: 12px;
  }
  .botao-newsletter {
    padding: 6px;
  }
  .facebook {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 110px;
  }
  .icone {
    top: 70px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .base-seta {
    position: absolute;
    display: block;
    width: 36px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .colunas-icones {
    width: 98%;
  }
  .icone-menu-movel {
    color: #fff;
  }
  .base-menu-movel {
    border-radius: 6px;
    background-color: #ff7417;
  }
  .base-menu-movel.w--open {
    background-color: #075ca2;
  }
  .menu-movel-aberto {
    position: absolute;
    margin-top: 42px;
  }
  /* .modal-background {
    display: none;
  } */
  .modal-window {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .body {
    margin-top: -58px;
  }
  .colunas-topo {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background-size: 1000px;
  }
  .coluna-topo {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .titulo-padrao {
    left: 151px;
    margin-top: 34px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }
  .icone-menu {
    width: 44%;
  }
  .titulo-padrao-negrito.imagens {
    width: 80%;
    font-size: 14px;
    text-align: center;
  }
  .titulo-padrao-negrito.newletter {
    margin-left: 16px;
  }
  .titulo-padrao-negrito.cidades {
    width: 80%;
  }
  .menu-lista {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .buscador {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .buscar {
    right: 36px;
  }
  .sessao-icones {
    width: auto;
    height: auto;
  }
  .texto-padrao.cidades {
    margin-left: 14%;
  }
  .texto-padrao.icones {
    margin-top: 10px;
    line-height: 13px;
  }
  .coluna-conteudo {
    margin-bottom: 20px;
  }
  .div-destaques.utilidades {
    width: 80%;
    padding: 44px;
  }
  .div-titulo.sorteios {
    width: 90%;
  }
  .div-titulo.noticias {
    width: 90%;
  }
  .div-titulo.cupom {
    width: 90%;
  }
  .div-titulo.imoveis {
    width: 90%;
  }
  .div-titulo.destaque {
    width: 90%;
  }
  .div-titulo.shop {
    width: 90%;
  }
  .div-titulo.semana {
    width: 90%;
  }
  .div-publicidade.topo {
    width: 90%;
  }
  .colunas-imagens {
    display: inline-block;
    width: 90%;
  }
  .coluna-imagens {
    margin-bottom: 20px;
  }
  .imagem-padrao {
    display: block;
    width: 90%;
    height: 80%;
    max-width: 90%;
  }
  .botao-imagens {
    width: 90%;
  }
  .botao-imagens.cupom {
    width: 90%;
  }
  .botao-imagens.classificados {
    width: 90%;
    height: 24px;
  }
  .botao-imagens.semana {
    background-position: 57px 50%;
  }
  .botao-imagens.localizacao {
    background-position: 46px 50%;
  }
  .coluna-noticia {
    margin-bottom: 20px;
  }
  .divisao-noticias {
    display: inline-block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .tab-menu {
    width: 90%;
  }
  .botao-tab {
    width: 23%;
    padding: 4px;
  }
  .botao-tab.w--current {
    width: 24%;
  }
  .conteudo-tab {
    height: auto;
  }
  .link-padrao {
    padding-left: 0px;
    float: none;
    clear: left;
    font-size: 14px;
    text-align: center;
  }
  .campos-form {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .botao-newsletter {
    width: 90%;
  }
  .nuvem-palavras {
    max-width: 90%;
  }
  .link-cidade {
    text-align: center;
  }
  .botao-cidade {
    position: relative;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
    width: 70%;
    margin-left: 0px;
  }
  .botao-cidade.brasil {
    left: -30px;
  }
  .div-cidade {
    display: block;
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .colunas-icones {
    width: 94%;
  }
  .base-menu-movel {
    right: 36px;
  }
  .menu-movel-aberto {
    position: absolute;
    display: block;
    margin-top: 108px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .modal-window {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .coluna-menu.aberto {
    display: block;
    margin-top: -40px;
  }
  .colunas-topo {
    display: block;
    height: auto;
    margin-top: 0px;
    padding: 10px;
  }
  .link-logotipo {
    position: relative;
    left: 20px;
    padding: 4px;
    text-align: center;
  }
  .logotipo {
    display: inline-block;
    width: 100px;
  }
  .titulo-padrao-negrito.copyright {
    width: 93%;
  }
  .buscar {
    right: 24px;
  }
  .texto-padrao.cidades {
    margin-left: -14%;
  }
  .div-titulo.sorteios {
    width: 80%;
  }
  .div-titulo.noticias {
    width: 80%;
  }
  .div-titulo.cupom {
    width: 80%;
  }
  .div-titulo.imoveis {
    width: 80%;
  }
  .div-titulo.semana {
    width: 80%;
  }
  .div-titulo.rodape {
    width: 90%;
  }
  .div-publicidade.topo {
    width: 84%;
  }
  .div-publicidade.rodape {
    width: 90%;
  }
  .botao-ver-mais {
    width: 58%;
  }
  .botao-ver-mais.noticias {
    width: 80%;
  }
  .botao-ver-mais.classificados {
    width: 71%;
  }
  .botao-ver-mais.shop {
    width: 60%;
  }
  .botao-tab {
    width: 34%;
    margin-bottom: 8px;
  }
  .botao-tab.w--current {
    width: 35%;
  }
  .coluna-rodape {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .link-cidade {
    display: inline-block;
  }
  .botao-cidade.brasil {
    left: -48px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-cidade {
    text-align: center;
  }
  .slide {
    padding: 8px;
  }
  .colunas-icones {
    width: 90%;
  }
  .coluna-icones {
    margin-bottom: 10px;
  }
  .base-menu-movel {
    top: -18px;
    right: 20px;
    float: right;
  }
  .menu-movel-aberto {
    margin-top: 38px;
  }
  .modal-window {
    width: 100%;
  }
}


.galeria_fotos{ padding: 5px 20px 20px 20px; text-align: center; }
.galeria_fotos .foto{ width: 33.33%; padding:20px; float: left; }
.galeria_fotos .foto img{ width: 100%; max-width: 110px; }
.botao-ver-mais-galeria{ clear: both; margin: 40px auto 15px auto; width: 27%; }


@media (max-width: 900px) { 
  .galeria_fotos{ padding: 5px 15px 15px 15px; }
  .galeria_fotos .foto{ width: 50%; padding:12px; }
}

@media (max-width: 400px) { 
  .galeria_fotos{ padding: 5px 10px 10px 10px; }
  .galeria_fotos .foto{ width: 100%; padding:6px; }
}
