@import 'https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap';
[hidden] {
  display: none !important;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[hidden] {
  display: none !important;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.msd-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  position: relative;
}
.msd-input label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 800;
  color: #2c3038;
  transition: 0.25s ease-in-out;
}
.msd-input:focus-within label {
  color: #ff9100;
}
.msd-input input,
.msd-input select,
.msd-input textarea {
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #d9dbe0;
  padding: 9px 11px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  transition: 0.25s ease-in-out;
  color: #2c3038;
  -webkit-appearance: none;
  font-family: 'Nunito Sans', sans-serif;
}
.msd-input input::-moz-placeholder,
.msd-input select::-moz-placeholder,
.msd-input textarea::-moz-placeholder {
  color: #868c99;
  font-weight: 400;
}
.msd-input input:-ms-input-placeholder,
.msd-input select:-ms-input-placeholder,
.msd-input textarea:-ms-input-placeholder {
  color: #868c99;
  font-weight: 400;
}
.msd-input input::placeholder,
.msd-input select::placeholder,
.msd-input textarea::placeholder {
  color: #868c99;
  font-weight: 400;
}
.msd-input input:active,
.msd-input select:active,
.msd-input textarea:active {
  border: solid 1px #ff9100;
  color: #2c3038;
  box-shadow: 0 4px 8px 0 rgba(255, 145, 0, 0.16);
}
.msd-input input:focus,
.msd-input select:focus,
.msd-input textarea:focus {
  outline: 0;
  border: solid 1px #ff9100;
  color: #2c3038;
  box-shadow: 0 4px 8px 0 rgba(255, 145, 0, 0.16);
}
.msd-input input:focus + label,
.msd-input select:focus + label,
.msd-input textarea:focus + label {
  color: #c00 !important;
}
.msd-input input:disabled,
.msd-input select:disabled,
.msd-input textarea:disabled {
  font-weight: 400;
}
.msd-input input:disabled:after,
.msd-input select:disabled:after,
.msd-input textarea:disabled:after {
  display: none;
}
.msd-input--small {
  margin-bottom: 8px;
}
.msd-input--small select {
  background-position: right 7px center !important;
}
.msd-input--small input,
.msd-input--small select,
.msd-input--small textarea {
  padding: 5px 11px;
  font-size: 14px;
  line-height: 20px;
}
.msd-input--prefix input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}
.msd-input__prefix {
  background: #f6f7f8;
  border: solid 1px #d9dbe0;
  padding: 9px 11px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  font-weight: 800;
}
.msd-input__prefix-group {
  align-items: center;
  display: flex;
}
.msd-input__info-text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #868c99;
  font-weight: 600;
}
.msd-input__info-text:empty {
  margin: 0;
}
.msd-input__info-text--error {
  color: #d64040;
}
.msd-input-group {
  display: flex;
}
.msd-input-group .msd-input {
  margin-right: 16px;
  width: 100%;
}
.msd-input-group .msd-input:last-child {
  margin-right: 0;
}
.msd-input-group .msd-input input {
  width: 100%;
}
.msd-input.msd-select {
  position: relative;
}
.msd-input.msd-select.disabled {
  pointer-events: none;
  background-color: #fff;
}
.msd-input.msd-select.disabled select {
  color: #868c99;
  font-weight: 400;
}
.msd-input.msd-select.disabled:after {
  opacity: 0.6;
}
.msd-input.msd-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF9100' fill-rule='evenodd' d='M19.951 7.785a.6.6 0 00-.848 0l-7.035 7.035-7.044-7.044a.6.6 0 10-.848.848l7.468 7.469a.601.601 0 00.849 0l7.458-7.46a.6.6 0 000-.848'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
}
select ~ :after {
  display: none;
}
body {
  display: flex;
  justify-content: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #2c3038;
}
.wrapper-total {
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 80vh;
}
@media (max-width: 600px) {
  .wrapper-total {
    height: 100vh;
  }
}
.wrap-container {
  display: flex;
  border-radius: 8px;
  background: #fff;
  z-index: 2;
  margin: 16px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .wrap-container {
    max-width: 600px;
    width: 600px;
  }
}

.content-pago {
  padding: 16px;
  flex-direction: row;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .content-pago {
    padding: 24px;
  }
}
.content-pago__title {
  font-size: 16px;
  width: 100%;
  color: #868c99;
  text-align: center;
  padding-bottom: 24px;
}
@media (min-width: 600px) {
  .content-pago__title {
    font-size: 18px;
  }
}
.card-tarjetas-ca {
  text-align: left;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #c3c7ce;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  width: 100%;
  transition: all 0.24s ease-in-out;
}
@media (min-width: 600px) {
  .card-tarjetas-ca {
    min-height: 332px;
  }
}
@media (max-width: 600px) {
  .card-tarjetas-ca.web {
    display: none;
  }
}
@media (min-width: 600px) {
  .card-tarjetas-ca.mobile {
    display: none;
  }
}
.card-tarjetas-ca.seleccted {
  border: 1px solid #ff9100;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.24s ease-in-out;
}
/* .card-tarjetas-ca.seleccted:before {
  width: 24px;
  height: 24px;
  display: flex;
  content: '';
  background: url(../img/circle_check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 16px;
} */
@media (min-width: 600px) {
  .card-tarjetas-ca {
    text-align: center;
    align-items: center;
    max-width: 272px;
    padding: 24px;
  }
}
.card-tarjetas-ca:hover {
  border: 1px solid #ff9100;
  background: rgba(255, 145, 0, 0.04);
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
.card-tarjetas-ca:hover .card-tarjetas-ca__icon {
  transform: rotate(4deg);
}
.card-tarjetas-ca:first-child {
  margin-right: 54px;
}
.card-tarjetas-ca:before {
  width: 24px;
  height: 24px;
  display: flex;
  content: '';
  background: url(../img/chevron_right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 48%;
}
@media (min-width: 600px) {
  .card-tarjetas-ca:before {
    background: none;
  }
}
.card-tarjetas-ca__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  background: url(../img/two-cards-chip.svg) no-repeat center;
  background-size: contain;
  transition: all 0.24s ease-in-out;
}
@media (max-width: 600px) {
  .card-tarjetas-ca__icon {
    display: none;
  }
}
.card-tarjetas-ca__title {
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 8px;
}
@media (min-width: 600px) {
  .card-tarjetas-ca__title {
    font-size: 16px;
    padding-bottom: 24px;
  }
}
.card-tarjetas-ca__subtitle {
  font-size: 12px;
  flex: 1 1 auto;
  padding-bottom: 8px;
}
@media (min-width: 600px) {
  .card-tarjetas-ca__subtitle {
    padding-bottom: 16px;
    font-size: 14px;
  }
}
.card-tarjetas-ca__logos {
  width: 180px;
  height: 53px;
  display: flex;
  background: url(../img/logos-tarjetas.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 600px) {
  .card-tarjetas-ca__logos {
    width: 113px;
    height: 33px;
  }
}
.card-qr-ca {
  max-width: 272px;
  position: relative;
  padding-bottom: 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #c3c7ce;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  transition: all 0.24s ease-in-out;
  min-height: 332px;
}
@media (max-width: 600px) {
  .card-qr-ca {
    display: none;
  }
}
.card-qr-ca:hover {
  border: 1px solid #ff9100;
  background: rgba(255, 145, 0, 0.02);
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
.card-qr-ca__qr {
  display: flex;
  background: #f6f7f8;
  width: 130px;
  height: 130px;
  margin-bottom: 24px;
  margin-top: 32px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.card-qr-ca__qr img {
  display: flex;
  width: 100%;
  height: auto;
}
.card-qr-ca__qr .iso-bech {
  background: url(../img/iso-bech.png) no-repeat center;
  width: 28px;
  height: 28px;
  background-size: contain;
  display: flex;
  position: absolute;
}
.card-qr-ca__title {
  font-size: 14px;
  padding-bottom: 4px;
  padding: 0 24px 24px;
}
@media (min-width: 600px) {
  .card-qr-ca__title {
    font-size: 16px;
  }
}
.card-qr-ca__accent {
  background: rgba(6, 196, 123, 0.12);
  border-radius: 0 0 8px 8px;
  font-style: italic;
  text-align: left;
  display: flex;
  padding: 16px;
  align-items: center;
}
.card-qr-ca__accent .icon {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  background: url(../img/alert_news.svg) no-repeat center;
}
.card-paga-app {
  text-align: left;
  padding: 16px;
  padding-right: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #c3c7ce;
  display: flex;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  margin-top: 16px;
  align-items: center;
  position: relative;
}
@media (min-width: 600px) {
  .card-paga-app {
    display: none;
  }
}
.card-paga-app:before {
  width: 24px;
  height: 24px;
  display: flex;
  content: '';
  background: url(../img/chevron_right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 34%;
}
.card-paga-app__logo-bech {
  background: url(../img/iso-bech.png) no-repeat center;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin-right: 8px;
}
.card-paga-app__title {
  font-size: 16px;
  font-weight: 800;
}

.tarjetas-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .tarjetas-form {
    width: 320px;
  }
}
.tarjetas-form__title {
  padding-bottom: 24px;
}
.tarjetas-form .tc-visa {
  background: url(../img/logo-visa.svg);
  background-position: calc(100% - 16px) 12px;
  background-repeat: no-repeat;
}
.tarjetas-form .tc-mastercard {
  background: url(../img/logo-mastercard.svg);
  background-position: calc(100% - 16px) 12px;
  background-repeat: no-repeat;
}
.tarjetas-form .tooltip-cvv {
  width: 20px;
  height: 20px;
  background: url(../img/info_circle.svg) no-repeat center;
  position: absolute;
  right: 0;
}
.tarjetas-form .tooltip-cvv.active::before {
  background: url(../img/tooltip-cvv.png) no-repeat center;
  width: 163px;
  height: 130px;
  content: '';
  position: absolute;
  background-size: contain;
  right: -33px;
  top: 20px;
  z-index: 1;
}
.backdrop {
  position: fixed;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000031;
  z-index: 1;
}
.cambiar-button {
  color: #3e50b4;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  cursor: pointer;
  transition: all 0.24s ease-in-out;
  width: 50%;
}
@media (min-width: 600px) {
  .cambiar-button.mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  .cambiar-button.web {
    display: none;
  }
}
.cambiar-button:hover {
  opacity: 0.8;
}
.cambiar-button:before {
  width: 24px;
  height: 24px;
  display: flex;
  content: '';
  background: url(../img/arrow_left.svg) no-repeat center;
  margin-right: 8px;
}
button {
  cursor: pointer;
  border-radius: 60px;
  border: none;
  text-align: center;
  line-height: 24px;
  padding: 12px;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  font-family: 'Nunito Sans', sans-serif;
  width: 50%;
  font-weight: 800;
}
button :disabled,
button button[disabled] {
  background: #e1e4e7;
  border: none;
  color: #c3c7ce;
}
@media (min-width: 600px) {
  .content-button {
    padding-top: 24px;
  }
}
.buttom_primary {
  background: #ff9100;
  font-size: 16px;
  font-weight: 800;
}
.qr-guide {
  position: relative;
  counter-reset: section;
}
.qr-guide .qrLoad {
  margin-top: 24px;
}
.qr-guide .cambiar-button {
  margin-top: 40px;
  justify-content: flex-start;
}
.qr-guide__title {
  padding-bottom: 24px;
}
.qr-guide__tip-pagorut {
  background: url(../img/tip-pagorut.png) no-repeat center;
  width: 92px;
  height: 92px;
  display: flex;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -10px;
}
.qr-guide li {
  list-style: none;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
.qr-guide li::before {
  counter-increment: section;
  content: ' ' counter(section);
  background: #06c47b;
  border-radius: 40px;
  height: 16px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 16px;
  color: #fff;
  font-size: 12px;
  margin-right: 8px;
}
#content-pagoRut,
#content-pagoApp {
  display: none;
}
.linkApp {
  text-decoration: none;
  display: flex;
  color: #2c3038;
  align-items: center;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.input input.texto.imgVisa {
  background: url(../img/imgTarjeta/visa.svg);
  background-position: calc(100% - 8px) 11px;
  background-repeat: no-repeat;
}
.input input.texto.imgMasterCard {
  background: url(../img/imgTarjeta/masterCard.svg);
  background-position: calc(100% - 8px) 11px;
  background-repeat: no-repeat;
}
.img-bnc {
  width: 30px;
  height: 30px;
  float: right;
  margin: 1px;
}
button:disabled,
button[disabled] {
  background: #e1e4e7;
  border: none;
  color: #c3c7ce;
}
@media only screen and (max-width: 375px) {
  body {
    align-items: normal;
  }
}
.creditcard .logobe {
  position: absolute;
  width: 140px;
  height: 30px;
  display: block;
  top: 30px;
  right: 28px;
  background: url(../img/logo-bech.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
:host {
  pointer-events: none;
}
.msd-spinner {
  display: none;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  z-index: 99999;
  height: 134px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.msd-spinner-tpago {
  display: none;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  z-index: 99999;
  height: 134px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.msd-spinner__backdrop {
  position: fixed;
  background: rgba(255, 255, 255, 0.94);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.msd-spinner__text {
  flex: 0.5;
  text-align: center;
  padding: 70px 0 0 0;
  font-size: 12px;
}
.msd-spinner__loader {
  position: relative;
  margin: 0 auto;
  width: 48px;
  -webkit-animation: start-spinner 0.6s ease-in;
  animation: start-spinner 0.6s ease-in;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 65px;
}
.msd-spinner .circle-container {
  -webkit-animation: rotateloader 1.4s linear infinite;
  animation: rotateloader 1.4s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.msd-spinner .stroke {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-width: 4;
  -webkit-animation: dash 2s ease-in-out infinite,
    colorspinner 2.4s ease-in-out infinite;
  animation: dash 2s ease-in-out infinite,
    colorspinner 2.4s ease-in-out infinite;
  stroke-linecap: round;
  stroke: orange;
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes start-spinner {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
@keyframes start-spinner {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
@-webkit-keyframes opacitylogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacitylogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotateloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotateloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes dots {
  100%,
  0% {
    content: '';
  }
  25% {
    content: '.';
  }
  50% {
    content: '..';
  }
  90% {
    content: '...';
  }
}
@keyframes dots {
  100%,
  0% {
    content: '';
  }
  25% {
    content: '.';
  }
  50% {
    content: '..';
  }
  90% {
    content: '...';
  }
}
@-webkit-keyframes colorspinner {
  0% {
    stroke: #fd7e14;
  }
  25% {
    stroke: #dc3545;
  }
  50% {
    stroke: #007bff;
  }
  100% {
    stroke: #ff9100;
  }
}
@keyframes colorspinner {
  0% {
    stroke: #fd7e14;
  }
  25% {
    stroke: #dc3545;
  }
  50% {
    stroke: #007bff;
  }
  100% {
    stroke: #ff9100;
  }
}

button.button_primary {
  background-color: #ff9100;
  color: #ffffff;
}

button.button_primary:disabled {
  color: #c3c7ce;
  background-color: #e1e4e7;
  border-color: #c3c7ce;
  box-shadow: none;
  pointer-events: none;
}
button.button_primary:disabled:hover {
  background: #e1e4e7;
}

.content-button {
  left: 0;
  top: 70%;
  position: absolute;
  bottom: 0;
  width: 90%;
  display: flex;
  gap: 20px;
  margin: 20px;
  align-items: center;
}

#cambiar-pago-qr {
  width: 100%;
}

.content-error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-error h3 {
  text-align: center;
}
.content-error__icon {
  margin-bottom: 24px;
}
.content-error__tips {
  counter-reset: section;
  margin-bottom: 24px;
}
.content-error__tips li {
  list-style: none;
  padding-bottom: 8px;
  display: flex;
  align-items: baseline;
}
.content-error__tips li::before {
  counter-increment: section;
  content: ' ' counter(section);
  background: #06c47b;
  border-radius: 40px;
  height: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  margin-right: 8px;
  flex-shrink: 0;
}
.button-reintentar {
  background-color: #ff9100;
  color: #fff;
  padding: 12px 32px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  width: auto;
}
.button-reintentar:active {
  opacity: 0.8;
}
.button-reintentar-salir {
  background-color: #ff9100;
  color: #fff;
  padding: 12px 32px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  width: auto;
}
.button-reintentar-salir:active {
  opacity: 0.8;
}
