html {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  max-width: 100%;
  overflow-x: hidden;
}

.gray_bg_wtc{
  background : #f5f7fc;
  padding: 5px 16px;
}

.alert_wtc{
  background: #054d82;
  color: white;
  padding: 10px;
}

.info_circle{
  height: 2em;
  width: 2em;
  background-color: orange;
  border-radius: 50%;
  margin-right: .7em;
}



.icono_bnm{
  display: none;
}

@media print {
  body{
    print-color-adjust: exact;
  }
  .icono_bnm{
    display: block;
    width: 40%;
    height: 30px;
    margin-bottom: 1rem;
  }
  .localizador-button{
    display: none !important;
  }
  .folioci{
    font-size: .90rem;
  }
  .print_button{
    display: none !important;
  }
  .citi-navbar{
    display: none !important;
  }
  .bg-accent-ultra-light-blue{
    background-color: #fff !important;
  }
  .bg-accent-near-white{
    display: none !important;
  }
  #typ-limbo.bg-accent-near-white, #typ-limbo .bg-accent-near-white{
    display: block !important;
  }
  .img_person{
    display: none !important;
  }
  .container_aprobada_p{
    padding-top: 3.75rem !important;
    padding-bottom: 0rem !important;
    background-color: #fff !important;
  }
  .container_aprobada_p_localizador{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    background-color: #fff !important;
  }
  .container_aprobada_bcp{
    background-color: #fff !important;
  }
  .citi-footer{
    padding: 0px 30px;
  }
  .card_cont{
    margin-left: 20px;
  }
  .text_pasos_p{
    padding: 0px !important;
  }
  .cont_info_sh_p{
    box-shadow : none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:    none !important;
    padding: 0rem !important;
  }

  #confetti-canvas{
    display:none !important;
  }
}