@charset "utf-8";

#home .embreve { padding: 50px 0;}
#home .embreve .contatos { align-items: center; flex-direction: column;}
#home .embreve .sociais { align-items: center; flex-direction: column;}
#home .embreve .sociais .ico { width: 50px; height: 50px; background-image: url('../imagens/sociais-instagram.png'); background-position: 50%; background-repeat: no-repeat;}

@media only screen and (max-width: 500px){
  #home .informacoes { padding: 11px 0;}
}