
.mensaje::first-letter {
    text-transform: capitalize;
}

/* modificar los modal */
.modal-bs5  .modal-dialog {
    pointer-events: auto;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100% !important;
    overflow: visible;
}

.modal-bs5 .modal-dialog {
    max-width: 680px !important;
}

.modal-bs5 .modal-body, .modal-bs5 .modal-header, .modal-bs5 .modal-footer{
  padding:0px !important;
  border:0px !important
}

@media (min-width: 768px) {
    .modal-bs5   .modal-dialog {
        width: 680px !important;
        margin: 40px auto;
    }
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(0.3571428575em + 0.1875rem) center;
    background-size: calc(0.714285715em + 0.375rem) calc(0.714285715em + 0.375rem);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #d62518;
    padding-right: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(0.3571428575em + 0.1875rem) center;
    background-size: calc(0.714285715em + 0.375rem) calc(0.714285715em + 0.375rem);
}

.form-control.box-shadow-0{
    -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.caja-codigo-app {
    width: 40px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    border-color: #44c0d5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(4, 125, 194, 0.25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(4, 125, 194, 0.25);
    padding: 0%;
  }

  @media screen and (min-width: 480px) {
    .caja-codigo-app {
        width: 50px !important;
        height: 60px !important;
        font-size: 2rem !important;
    }
  }
  .modal-bs5 .modal .modal-dialog .modal-content .modal-header .btn-close {
    background-color: black;
    border-radius: 50%;
    opacity: 1;
    color: white;
    position: absolute;
    top: -0.01rem;
    right: -0.01rem;
    border: 2px solid white;
  }


 .modal-bs5  .btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1.382em;
    height: 1.382em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
      background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
  }


  @media screen and (min-width: 768px) {
    .modal-bs5 .modal .modal-dialog .modal-content .modal-header .btn-close {
        top: -0.9rem;
        right: -0.9rem;
        border: 3px solid white;
      }
}

.modal-bs5 .h1{
    margin-top: 0px !important;
}

.modal-bs5 .alert-heading {
  color: inherit;
  font-size: 2rem;
  font-weight: 700;
  margin-top:0px !important
}


.modal-bs5 .modal-title {
  font-weight: 700 !important;
  font-size: 2.3rem !important;
  color: #4b566b !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}
.p-2 {
  padding: 2rem !important;
}
@media (min-width: 768px) {
  .p-md-4 {
    padding: 2.5rem !important;
  }
}
.modal-bs5 .alert-info {
  color: #055160;
}
.modal-bs5 .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.modal-bs5 .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.modal-bs5 .alert-success {
  color: #0f5132;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
}
/* modificar los modal */

.form-check {
  display: block;
  min-height: 1.42857143rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.214285715em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
    border-top-color: rgba(0, 0, 0, 0.25);
    border-right-color: rgba(0, 0, 0, 0.25);
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color: rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:checked {
  background-color: #047DC2;
  border-color: #047DC2;
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.fw-bold {
  font-weight: 700 !important;
}

label {
  font-weight: 500;
  font-size: 16px;
}

.modal-bs5 .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 1rem 2.25rem !important;
  font-size: 1.5rem !important;
  border-radius: .5125rem;
  transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
}


.modal-bs5 .btn-primary:hover {
  color: #fff !important;
  background-color: #2a91cb;
  border-color: #1d8ac8;
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
}


@media screen and (max-width: 480px) {
 #mi-cuenta-datos .modal-bs5  .alert {
    padding-left: 1.5rem !important;
  }
}