#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }


.lista-redes .icon-instagram {
background: #FFF;
color: #000;border-radius: 0px;
}.lista-redes .icon-facebook {
background: #FFF;
color: #000;border-radius: 0px;
}.lista-redes .icon-youtube {
background: #FFF;
color: #000;border-radius: 0px;
}


#rodape .redes-sociais {
top: 5.6pt;
}

#rodape .redes-sociais.borda-principal {
background: none !important;
box-shadow:none;
}

.gateways-rodape {

background: none;
border:0px;

}

.institucional .redes-sociais .titulo {
color: #fff;
}

#rodape .redes-sociais {
width: 220px;
padding: 0 20px;
position: inherit;
top: 0;
bottom: 0;
background: url(…/img/padrao-rodape.png) #fff;
box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}