/*remover telefone fixo*/
#userExtraInfo > div.row-fluid.campos-bot > div:nth-child(2) {

display: none;

}

/*remover campo cnpj*/
#tipoCadastro > li:nth-child(2) {

display: none;

}

#rodape .rodape-inferior .creditos.agencia {display:none!important;}

#rodape .wrap-logo-rodape span.logo-agencia {
  width: 150px;
  float: left;
  display: flex;
  align-items: center;
  height: 38px;
  background: url(//cdn.awsli.com.br/2543/2543990/arquivos/FORADESERIE.png) center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-color: #fff;
  border-radius: 4px;
  background-size: 128px;
  margin-top: 0px;
  border: 1px solid #eee;
}

#barraNewsletter.posicao-rodape .show-hide, #barraNewsletter.posicao-rodape .componente, #barraNewsletter.posicao-rodape .conteiner {
  background: #2986cc;
}

#rodape .span12.visible-phone li.help-footer a {
    padding: 9px 37px;
    text-align: center;
    display: table;
    margin-top: 17px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffcd10;
    border: 1px solid rgb(255 255 255 / 22%);
}

@media (min-width: 320px) and (max-width: 768px) {
    .logo-mob {
        width: 200px;
    }
    
}    
@media (max-width: 768px){
    body:not(.carrinho-checkout) .logo-mob {
        left: calc(calc(100vw / 2) - 115px)!important;
        position: fixed!important;
    }
    .logo {
        width: 200px;
    }
}    

.logo a {
height: 50px;
}
