.small-body {
  /*max-width: 960px;*/
  margin: auto;
  flex-direction: column;
}

.mensaje-error{
  color: #e31f1b;
  margin: 0rem 0rem 2rem 0rem;
  font-weight: bold
}

/*.stylef{
  position: absolute;
}*/
.header {
  padding: 10px 0px 15px 0px;
  background-color: #ef3829;
}

.container-kushki {
  padding-top: 120px;
  height: 100%;
}

/*.container-fluid{
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}*/
.content-first {
  height: 84%;
  display: table;
  width: 100%;
}

.content-wrapper {
  flex-grow: 1;
  max-width: 600px;
  display: table;
  height: 100%;
  width: 90%;
}

.hr-new {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top: 1px solid #c4c4c4;
}

.input-txt {
  padding-top: 1.25rem !important;
  padding-bottom: 0.65rem !important;
  height: 50px !important;
  color: #666666;
}

.input-txt.input-font-size {
  font-size: 2.1rem;
  text-align: center;
  padding-top: 0.65rem !important;
  font-weight: bold;
  background-color: #ffffff;
  color: #c5c3c3;
}

input.input-txt:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #1097ae !important;
}

.label-title-form {
  position: absolute;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  color: #999;
  left: 30px;
  margin-top: -35px;
  font-size: 1.2rem;
  font-weight: normal;
}

/*Efecto hacia arriba con transicion cuando este focus y valid*/

input.input-txt:focus + .label-title-form {
  font-weight: bold;
  -webkit-transform: scale(0.89) translateY(-31px);
  transform: scale(0.89) translateY(-31px);
  left: 20px;
  color: #1097ae;
  background-color: #fff;
}

input.input-txt:valid + .label-title-form {
  font-weight: bold;
  -webkit-transform: scale(0.89) translateY(-31px);
  transform: scale(0.89) translateY(-31px);
  left: 20px;
  background-color: #fff;
}

/*Fin efecto*/

.btn-continuar-new:focus,
.btn-continuar-new-gris:focus,
.btn-btn-pago-minimo:focus,
.btn-pago-total-new:focus,
.btn-continuar-new:active,
.btn-continuar-new-gris:active,
.btn-btn-pago-minimo:active,
.btn-pago-total-new:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-continuar-new {
  background-color: #ef3829;
  color: #ffffff;
  text-align: center !important;
  width: 100%;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.25rem;
}

.btn-continuar-new-gris {
  background-color: #dedede;
  color: #5d5d5d;
  text-align: center !important;
  width: 100%;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.25rem;
}

.btn-pago-minimo {
  border: 1px solid #1f97ae;
  background-color: #ffffff;
  color: #1f97ae;
  text-align: center !important;
  width: 100%;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.25rem;
}

.btn-regresar-new {
  border: 1px solid #1f97ae;
  background-color: #ffffff;
  color: #1f97ae;
  text-align: center !important;
  width: 100%;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.25rem;
}

.btn-regresar-new:hover {
  background-color: #1f97ae;
  color: #ffffff;
}

.btn-pago-total-new {
  border: 1px solid #ef3829;
  background-color: #ffffff;
  color: #ef3829;
  text-align: center !important;
  width: 100%;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.25rem;
}

.btn-continuar-new:hover,
.btn-continuar-new:active,
.btn-continuar-new:focus {
  color: #fff;
}

.btn-pago-minimo:hover,
.btn-pago-minimo:active,
.btn-pago-minimo:focus {
  color: #1f97ae;
}

.btn-pago-total-new:hover,
.btn-pago-total-new:active,
.btn-pago-total-new:focus {
  color: #ef3829;
}

.btn-continuar-new-gris:hover,
.btn-continuar-new-gris:active,
.btn-continuar-new-gris:focus {
  color: #5d5d5d;
}

.claro-header {
  min-height: 8vh;
  background-color: #ef3829;
  padding: 0px 20px;
  flex-shrink: 0;
}

.claro-header-logo {
  height: 5vh;
}

.claro-footer {
  height: 8vh;
  background-color: black;
  color: white;
  font-size: var(--typography-small-font-size);
  justify-content: center;
  flex-shrink: 0;
  padding: 0px 20px;
  position: relative;
}

.flex-x,
.claro-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#page-wrapper {
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.claro-footer > img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.style-txt h4 {
  color: #9d9d9d;
  font-size: 2em;
}

.container-justify-center {
  justify-content: center;
  display: flex;
}

.container-pd {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.container-btn {
  text-align: center;
}

.container-btn button {
  width: 100%;
  font-size: 0.9em;
}

.margins {
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}

.flecha-roja-only {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 2rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.section-title {
  font-weight: bold;
}

#formPago .form-group p {
  margin-top: 0.25rem;
}

.content-title {
  padding-left: 0.5rem;
}

#deuda_parcial_input {
  font-size: 16px !important;
  color: #666666 !important;
}

#deuda_parcial_input::-webkit-input-placeholder {
  color: #cdcbcb;
}
#deuda_parcial_input::-webkit-input-placeholder::-webkit-input-placeholder {
  color: #cdcbcb;
}
#deuda_parcial_input::-webkit-input-placeholder::-moz-placeholder {
  /* Firefox 18- */
  color: #cdcbcb;
}
#deuda_parcial_input::-webkit-input-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcbcb;
}
#deuda_parcial_input::-webkit-input-placeholder:-ms-input-placeholder {
  color: #cdcbcb;
}

@media only screen and (min-width: 320px) {
  .container-kushki {
    padding-top: 5rem;
  }
  .flecha-roja-only {
    display: inline-block;
  }
  .btn-regresar-new {
    display: none;
  }
  .content-title {
    text-align: left;
  }
}

@media only screen and (min-width: 360px) {
}

@media only screen and (min-width: 400px) {
}

@media only screen and (min-width: 575px) {
}

@media only screen and (min-width: 1024px) {
  .container-kushki {
    padding-top: 120px;
  }
  /*.margins {
      margin-top: 4rem;
  }*/
  .flecha-roja-only {
    display: none;
  }
  .btn-regresar-new {
    display: inline-block;
  }
  .content-title {
    text-align: center;
  }
  /*.caja_input_pago{
      display: flex;
  }
  .caja_input_pago button{
      margin-top: 0px;
      margin-left: 1rem;
  }*/
}

/*STYLES PAYMENT MEHTHOD*/

.selected-payment {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.content-cards-payment {
  display: inline-flex;
  margin-left: 3rem;
  flex-wrap: wrap;
}

.style-cards {
  border-radius: 8px;
  background-color: #f3f3f3;
  padding: 0.5rem 1rem;
  margin-right: 2.3rem;
  margin-top: 0.7rem;
}

.style-card-amex {
  border-radius: 8px;
  background-color: #26a6d1;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
}

.btn-regresar-new-2 {
  border: 1px solid #1f97ae;
  background-color: #ffffff;
  color: #1f97ae;
  text-align: center !important;
  width: 100%;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.25rem;
}

/*INPUT RADIO CUSTOMIZE - PAYMENT METHOD*/

.change-payment,
.change-payment-2 {
  padding: 2rem 1rem 2rem 1rem;
  border-radius: 8px;
  border: 1px solid #888888;
  background-color: #fff;
  cursor: pointer;
}

.hide-inputs {
  padding-left: 0px !important;
  width: 100%;
}

.hide-inputs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input.form-check-input[type="radio"]:checked ~ div {
  border-color: #ef3829;
  border: 1.5px solid #ef3829;
  background-color: #fdebea;
}

input.form-check-input[type="radio"] ~ .change-payment i.icon-not-checked,
input.form-check-input[type="radio"] ~ .change-payment-2 i.icon-not-checked {
  display: inline-block;
}

input.form-check-input[type="radio"]:checked ~ .change-payment i.icon-checked,
input.form-check-input[type="radio"]:checked
  ~ .change-payment-2
  i.icon-checked {
  display: inline-block;
}

i.icon-checked {
  content: url("../img/radio-checked.svg");
  display: none;
}

i.icon-not-checked {
  content: url("../img/radio-unchecked.svg");
}

i.icon-checked,
i.icon-not-checked {
  position: absolute;
  pointer-events: none;
  margin-top: 0.5rem;
}

/*FIN INPUT RADIO CUSTOMIZE - PAYMENT METHOD*/

/*MODAL MODIFICADO PARA P2P*/

.tamanio-modal {
  text-align: -webkit-center;
}

.tamanio-modal .modal-footer {
  border-top: 0px;
  padding: 0px 15px 15px;
}

.tamanio-modal .modal-header {
  border-bottom: 0px !important;
}

.tamanio-modal .modal-body {
  padding: 0px 15px;
}

#modalConfirmSelected .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/*FIN MODAL MODIFICADO PARA P2P*/

.img-icono {
  padding: 3rem 2rem 2rem;
}

.texto-sigte p {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.style-historial {
  color: #1097ae;
  text-decoration: underline;
  font-weight: bold;
}

a.style-historial:hover {
  color: #1097ae;
}

.loader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 162;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.loader .contenedor {
  width: 10rem;
  padding: 0.5rem 0rem;
  height: 10rem;
  border-radius: 10px;
  text-align: center;
  background-color: #ffffff;
}

.loader img {
  width: 75px;
}
.w-100 {
  width: 100%;
}

.texto-sigte p {
  font-size: 1.65rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.texto-sigte {
  font-size: 1.65rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.texto-confirma {
  font-size: 1.65rem !important;
}

.titulo-bloqueo {
  color: #000;
  font-size: 2em;
}

.subtitulo-bloqueo {
  font-size: 1.65em;
}

.historial {
  font-weight: bold;
  font-size: 2em;
  margin-top: 1.5rem;
  text-align: justify;
}

.style-historial {
  color: #1097ae;
  text-decoration: underline;
  font-weight: bold;
}

a.style-historial:hover {
  color: #1097ae;
}

#ptop-history-tooltip-icon {
  width: 50px;
  height: 50px;
  margin-right: 18px;
  position: absolute;
  right: 0;
  margin-top: -8px;
}

.custom-popover {
  margin-top: 12px !important;
  display: none;
  background-color: #f3f3f3;
  position: relative;
  color: #ef3829;
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 16px !important;
  padding: 5px !important;
}

.custom-popover-content > a {
  color: #ef3829 !important;
  text-decoration-line: underline !important;
}

.custom-popup-arrow {
  left: unset !important;
  margin-left: 0px !important;
  right: 10px !important;
}

.custom-popup-arrow::after {
  border-bottom-color: #f3f3f3 !important;
}

div.popover {
  /*margin-right: 15px !important;*/
}
