/* CENTRAL_DOC_MOBILE_V69_CSS */

/*
  Alinha o texto de todos os botões de pagamento no celular.
  Não altera links, rotas ou funções.
*/
@media(max-width:900px){

  .fatura-v27b-actions button,
  .fatura-v27b-actions a,
  .pay-v23-actions button,
  .pay-v23-actions a,
  .future-fatura-v28-actions button,
  .future-fatura-v28-actions a,
  .future-pay-actions-v24 button,
  .future-pay-actions-v24 a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    padding-top:0!important;
    padding-bottom:0!important;
    vertical-align:middle!important;
    box-sizing:border-box!important;
  }

  .doc-mobile-print-v67,
  .doc-mobile-down-v67{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .doc-mobile-print-v67::before,
  .doc-mobile-down-v67::before{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    width:100%!important;
    height:100%!important;
    padding:0!important;
    margin:0!important;
    transform:translateY(0)!important;
  }

  .fatura-v27b-actions .pix,
  .fatura-v27b-actions .line,
  .fatura-v27b-actions .help,
  .fatura-v27b-actions .ghost,
  .pay-v23-actions .pix,
  .pay-v23-actions .line,
  .pay-v23-actions .help,
  .pay-v23-actions .ghost,
  .future-fatura-v28-actions .pix,
  .future-fatura-v28-actions .line,
  .future-fatura-v28-actions .help,
  .future-fatura-v28-actions .ghost,
  .future-pay-actions-v24 .pix,
  .future-pay-actions-v24 .line,
  .future-pay-actions-v24 .help,
  .future-pay-actions-v24 .ghost{
    height:46px!important;
    min-height:46px!important;
    font-size:14px!important;
    font-weight:950!important;
  }
}
/* CENTRAL_DOC_MOBILE_V69_CSS_FIM */
