@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.footer {
	background-color: #0D326B;
	width: 100%;
	text-align: justify;
}

.container-col {
	width: 33%;
	display: block;
	text-align: center;
	color: white;
	padding: 1%;
}

.footer-borda {
	border-right: 1px solid white;
}

.container-geral-footer {
	padding: 2%;
	display: inline-flex;
	width: 100%;
	border-bottom: 1px solid white;
}

.container-alinhamento-footer {
	width: 100%;
	display: inline-flex;
}

.footeritens {
	display: block;
	width: 100%;
}

.footeritem {
	width: 100%;
	color: white;
	text-align: justify;
	margin-bottom: 2%;
}

.footeritem a {
	color: white;
	text-decoration: none;
	line-height: 1.5;
}

.central-atendimento {
	font-size: x-large !important; 
}

.footeritem h4 {
	font-size: medium;
	width: 100%;
	word-wrap: break-word;
}

/* Formatação SiteMap */

.titulo-menu-footer {
	color: white;
	font-size: medium;
	font-weight: bold;	
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}

.menu-footer {
  width: 100%;
  display: block;
  background-color: #0D326B;
  margin-top: 4%;
}

.assunto-footer {
  width: 80%;
  text-align: justify;
}

.dropdown-footer {
  position: relative;
  display: block;
}

.dropdown-footer:focus {
  border: none;
  outline: none;
}

.dropbtn-footer {
  background-color: #0D326B;
  color: white;
  padding-bottom: 3%;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn-footer:focus {
  border: none;
  outline: none;
}

.dropdown-content-footer {
  display: none;
  position: absolute;
  background-color: #0D326B;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 0;
  left: 35%;
}

.dropdown-content-footer a {
  background-color: #0D326B;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.dropdown-content-footer a:hover {
  background-color: #0D326B;
  color: white;
  text-decoration: none;
}

.dropdown-footer a {
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: small;
  text-transform: uppercase;
}

.dropdown-footer a:hover {
  background-color: #0D326B;
  color: white;
  text-decoration: underline;
}

.dropdown-footer:hover .dropdown-content-footer {
  display: block;
}

.dropdown-footer:hover .dropbtn-footer {
  background-color: #0D326B;
}

/* Formatação autoria */

.autoria {
	width: 100%;
	text-align: center;
	padding-bottom: 1%;
	padding-top: 1%;
}

.autoria h5 {
	color: white;
	font-size: small;
}

/* Formatação Icones redes Sociais */

.footericones {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 4%;	
}

.footericone {
	color: white;
	margin-right: 5%;
	font-size: 16px;
}

.footericonew {
	color: white;
	font-size: 16px;
	margin-top: 6%;
}

.footericone a {
	color: white;
}

/* Formatação icones redes sociais */
.icone-footer {
	width: 50px;
	height: 50px;
}

.icones-ancora {
	width: 100%;
	display: inline-flex;
	margin-bottom: 5%;
}

.footer-icone-wpp {
	width: 100%;
	background-color: transparent;
	border: none;
	text-align: left;
}

.footer-icone-wpp:focus {
	border: none;
	overflow: none !important;
}

.politicas-container {
	width: 100%;
	margin-top: 11%;
	text-align: left;
}

.politicas-container a {
	width: 100%;
	color: white;
	font-size: medium;
}

@media(max-width: 800px){
	.container-alinhamento-footer {
		display: block;
	}

	.container-col {
		width: 100% !important;
		text-align: center !important;
	}

	.footer-borda {
		border-right: none !important;
		border-bottom: 1px solid white !important;
	}
}