.block-text-resize{
  margin: 0 12px 0 0;
  max-height: 35px;
}

#hierarquia-wrapper .region-hierarquia .block-text-resize{
  margin-right: 12px;
}

/*Imagens nos links*/

a#text_resize_increase {
  background: url(../../../images/letra_maior.png) no-repeat 0 0;
}
.high-contrast a#text_resize_increase:hover{
  background: url(../../../images/letra_maior_black.png) no-repeat 0 0;
  background-size: contain;
}

a#text_resize_reset {
  background: url(../../../images/letra_normal.png) no-repeat 0 0;
}
.high-contrast a#text_resize_reset:hover {
  background: url(../../../images/letra_normal_black.png) no-repeat 0 0;
  background-size: contain;
}
a#text_resize_decrease {
  background: url(../../../images/letra_menor.png) no-repeat 0 0;
}
.high-contrast a#text_resize_decrease:hover {
  background: url(../../../images/letra_menor_black.png) no-repeat 0 0;
  background-size: contain;
}


a#text_resize_increase{
  width: 18px;
}

a#text_resize_reset{
  width: 12px;
}
a#text_resize_decrease{
  width: 13px;
}

a#text_resize_increase,
a#text_resize_reset,
a#text_resize_decrease{
  height: 10px;
  margin-top: 13px;
  text-indent: -9000px;
  display: inline-block;
  background-size: contain;
}

/*para funcionar na barra brasil*/
#barra-brasil .brasil-flag a{
  line-height: 19px !important;
}


#barra-brasil .acesso-info a, #barra-brasil ul li a{
  line-height: inherit !important;
}
