/* CENTRALIZA_TEXTOS_BOTOES_MOBILE_V70 */

/*
  Centralização real dos textos dos botões no mobile:
  - horizontal
  - vertical
  - inclusive botões com ::before
*/
@media(max-width:900px){

  .fatura-v27b-actions,
  .pay-v23-actions,
  .future-fatura-v28-actions,
  .future-pay-actions-v24{
    align-items:stretch!important;
  }

  .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;
    vertical-align:middle!important;
    line-height:1!important;
    padding-top:0!important;
    padding-bottom:0!important;
    box-sizing:border-box!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,
  .doc-mobile-print-v67,
  .doc-mobile-down-v67{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!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;
    width:100%!important;
    height:100%!important;
    line-height:1!important;
    padding:0!important;
    margin:0!important;
    position:static!important;
    transform:none!important;
  }
}
/* CENTRALIZA_TEXTOS_BOTOES_MOBILE_V70_FIM */
