@charset "utf-8";

#blog { float: left; width: 100%;}
#estilos { float: left; width: 100%;}
#lancamentos { float: left; width: 100%;}

#blog .exibicao { float: left; width: 100%;}
#blog .exibicao .detalhes { float: left; width: 100%;}
#blog .exibicao .detalhes h2 { float: left; width: 100%; text-transform: uppercase; text-align: center; font-weight: bold; font-size: 1em; opacity: 0.7;}
#blog .exibicao .detalhes h1 { float: left; width: 100%; text-align: center; font-weight: bold; font-size: 2em; }
#blog .exibicao .imagem { float: left; width: 100%; margin: 21px 0 11px;}
#blog .exibicao .imagem img { float: left; width: 100%;}
#blog .exibicao .editou { float: left; width: 100%;}

.anuncio {
  margin-bottom: 200px; /* Ajuste o valor conforme necessário */
}

.separador-anuncio {
  margin-bottom: 200px; /* Ajuste o valor para adicionar mais espaço, se necessário */
}


@media only screen and (max-width: 700px){
  #blog .exibicao .detalhes h2 { font-size: 0.9em;}
  #blog .exibicao .detalhes h1 { font-size: 1.5em;}
}