.SearchContainer__globalSearch{max-width:60%}
.Header__searchTitle {font-size: 1.5em;margin: auto;text-shadow: none;letter-spacing: 0;text-align: left;font-weight: 400;}

@media only screen and (min-width: 1440px) {
  .Header__searchTitle  {
margin-left: 6em  }
}

.Header__tabsTab,.LoginDetail__signup, .LoginDetail__signin{line-height: 3rem;}

li#userPreference {
display: none;
}

#logoutDetails{
display:none;
}

.headings{   
  color: white;  
}  

.image-container { 
    width:100px;
    height:50px;
    text-align:center;
    position: relative;
    top: 30px;
}

.image-container img {
    height:100%;
    object-position: center center;
}

.KbDetailLtContainer__userSocialIcon{
display: none
}

.footer_copyright {
    background-color: #FB6905;
}

.footer_container2 {
	margin: auto;
    max-width: 73.125rem;
    text-align: center;
    color: #FFF;
    padding: 0.938rem 0.9375rem;
}

a.link_termo:link {
  color: white;
  text-decoration: underline;
}
a.link_termo:visited {
  color: purple;
  text-decoration:underline;
}
a.link_termo:hover {
  color: blue;
  text-decoration:underline;
}
a.link_termo:active {
  color: black;
  text-decoration:underline;
}

.botao_abre_chamado {
    border: 1px solid transparent;
    letter-spacing: normal;
    font-size: 1.0005rem;
    border-radius: 3rem;
    background: #636363;
    transition: all .15s ease;
    color: #FFF;
    padding: 0.3rem 1.3rem;
}
.botao_abre_chamado:hover {
      background-color:#000000;
      transition: 0.7s;
}
.botao_abre_chamado:active {
    background-color: #FB6905;
  	border-color: white;
    transition: 0s;
}
#oPrivallyApp-RejectAll{display:none!important}

/* Correção do erro de tradução no texto "Artigos recente" */
h5.ListHeader__header2[data-id="recentArticles"],
h5.ListHeader__header1[data-id="recentArticles"]{
 font-size:0px; 
}
h5.ListHeader__header2[data-id="recentArticles"] span:before,
h5.ListHeader__header1[data-id="recentArticles"] span:before{
 font-size:19px;
 content:'Artigos recentes';
}

