@charset "utf-8";

footer { float: left; width: 100%; position: relative;}
footer .copyright { float: left; width: 100%; padding: 13px 0 10px; background-color: rgb(179 43 43);}
footer .copyright h4 { margin: 0 auto; width: 800px; max-width: 90%; text-align: center; font-size: 0.9em; color: rgb(255 194 194);}
footer .criacao { position: absolute; width: 40px; height: 40px; top: 50%; right: 5%; margin: -17px 0 0; background-image: url("../../imagens/geral/d10web.png"); background-position: 50% 100%; background-repeat: no-repeat;}
footer .criacao:hover { background-position: 50% 0;}
footer .selo { float: left; width: 90%; padding: 10px 5%; border-top: 1px solid rgb(146 22 22); background-color: rgb(179 43 43); text-align: center; font-size: 0;}

@media only screen and (max-width: 1000px){
  footer .copyright { padding: 13px 0 25px;}
  footer .criacao { float: left; width: 100%; position: relative; right: 0; border-top: 1px solid rgb(146 22 22); background-color: rgb(179 43 43);}
}