@charset "utf-8";

footer .padrao { float: left; width: 100%;}
footer .padrao .fundo { float: left; width: 100%; position: relative;}

footer .padrao .copyright { float: left; width: 100%;}
footer .padrao .copyright .conteudo { display: flex; align-items: center; position: relative;}
footer .padrao .copyright .linha { float: left; width: 100%;}
footer .padrao .copyright .linha h5 { float: left; width: 100%;}
footer .padrao .copyright .linha.left h5 { text-align: left;}
footer .padrao .copyright .linha.right h5 { text-align: right}
footer .padrao .copyright .linha.center h5 { text-align: center}

footer .padrao .topicos { display: flex;}
footer .padrao .topicos .ico svg { position: absolute; width: 100%; top: 0; left: 0;}
footer .padrao .topicos .linha { display: flex; width: 100%;}
footer .padrao .topicos .conteudo { display: flex; align-items: center; position: relative;}
footer .padrao .topicos .chapa { display: flex; flex-wrap: wrap; align-items: center;}
footer .padrao .topicos .assunto { flex-wrap: wrap;}
footer .padrao .topicos .assunto h2 { float: left; width: 100%;}
footer .padrao .topicos .assunto h3 { float: left; width: 100%; margin: 10px 0 0;}
footer .padrao .topicos .logo { font-size: 0;}
footer .padrao .topicos .logo img { max-width: 100%;}
footer .padrao .topicos .buscar .digite { float: left; width: 200px; padding: 0 10px; height: 40px; outline: 1px solid; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
footer .padrao .topicos .buscar .digite:focus { -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);}
footer .padrao .topicos .buscar .ico { position: relative; padding: 12px; margin: 0 0 0 5px;}
footer .padrao .topicos .telefone .ilus { display: flex;}
footer .padrao .topicos .telefone .ico { display: flex; position: relative; padding: 10px;}
footer .padrao .topicos .telefone .nun { display: flex; margin: 5px 0 5px 5px; font-weight: bold;}
footer .padrao .topicos .links .link { float: left; width: 100%;}
footer .padrao .topicos .links .link .um { float: left; width: 100%; padding: 5px;}
footer .padrao .topicos .links .link .um:hover { opacity: 0.8;}
footer .padrao .topicos .sociais .ico { float: left; margin: 0 8px 8px 0; position: relative;}
footer .padrao .topicos .sociais .ico svg { width: 56%; margin: 22%;}
footer .padrao .topicos .sociais .ico:hover { opacity: 0.8;}

footer .padrao .topicos .linha.tradicional .conteudo { justify-content: space-between;}

footer .padrao .topicos .linha.centralizado .conteudo { justify-content: center;}
footer .padrao .topicos .linha.centralizado .assunto { text-align: center;}
footer .padrao .topicos .linha.centralizado .chapa { justify-content: center; margin: 0 10px;}
footer .padrao .topicos .linha.centralizado .links .link .um { text-align: center;}


/* TRADICIONAL */
footer .padrao .fundo.tradicional .topicos { flex-wrap: wrap;}
footer .padrao .fundo.tradicional .topicos .conteudo { flex-wrap: nowrap;}
footer .padrao .fundo.tradicional .topicos .chapa { margin: 10px;}
footer .padrao .fundo.tradicional .topicos .assunto { max-width: 320px;}


/* AGRUPADO */
footer .padrao .fundo.classico .topicos { flex-wrap: nowrap;}
footer .padrao .fundo.classico .topicos .conteudo { flex-wrap: wrap;}
footer .padrao .fundo.classico .topicos .chapa { width: 100%; margin: 10px 0;}
footer .padrao .fundo.classico .topicos .assunto { width: 100%;}


@media only screen and (max-width: 1000px){
  footer .padrao .fundo.tradicional .topicos .conteudo { flex-wrap: wrap;}
  footer .padrao .fundo.tradicional .topicos .chapa { width: 100%; margin: 10px 0;}
}
@media only screen and (max-width: 800px){
  footer .padrao .fundo.classico .topicos { flex-wrap: wrap;}
  footer .padrao .topicos .linha { border-bottom: 1px solid rgb(40 40 40 / 50%);}
}