@charset "utf-8";

#footer .copyright { background-color: rgb(0 0 0 / 20%); font-size: 1em;}
#footer .criado { font-size: 0.9em;}

#footer .tab { padding: 20px;}
#footer .tab h2 { font-size: 1.4em;}
#footer .tab a:hover { text-decoration: underline;}

#footer .sociais a { float: left; width: 40px; height: 40px; margin: 0 2px 0 0;}
#footer .sociais a.instagram { background-image: url('../imagens/htop-instagram.png?v1');}
#footer .sociais a.youtube { background-image: url('../imagens/htop-youtube.png?v1');}
#footer .sociais a.tiktok { background-image: url('../imagens/htop-tiktok.png?v1');}

/* padding */
@media only screen and (max-width: 700px){
  #footer .linha1 { padding: 15px 0;}
  #footer .tab { padding: 10px 0;}
}

/* outros */
@media only screen and (max-width: 700px){
  #footer .tab { text-align: center;}
  #footer .sociais { display: flex; justify-content: center;}
}