@charset "utf-8";

#footer .linha1 { padding: 51px 0;}

#footer .coluna h2 { font-size: 1.2em;}
#footer .coluna a { font-size: 1em;}
#footer .coluna a:hover { text-decoration: underline;}

#footer .whatsapp h2 { font-size: 0.9em;}
#footer .whatsapp h3 { font-size: 1.2em;}

#footer .sociais { justify-content: center;}
#footer .sociais .ico { float: left; width: 40px; height: 50px; margin: 0 0 0 3px; background-position: 50%; background-repeat: no-repeat;}
#footer .sociais .ico.whatsapp { background-image: url('../imagens/sociais-whatsapp.png');}
#footer .sociais .ico.instagram { background-image: url('../imagens/sociais-instagram.png');}

#footer .copyright { background-color: rgb(5 5 5 / 40%); font-size: 1em;}
#footer .criado { background-color: rgb(5 5 5 / 60%); font-size: 0.9em;}

@media only screen and (max-width: 700px){
  #footer .linha1 { padding: 21px 0;}
  #footer .coluna { margin: 21px 0;}
}