/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --primary-color:rgba(255, 171, 9, 1);
  --secondary-color:rgba(255, 233, 190, 1);
  --text-color:rgba(5, 23, 48, 1);
}

img {
  display: block;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

body {
  background: rgba(158, 158, 158, 1);
}

.pagasul__page {
  width: 420px;
  background: rgba(255, 255, 255, 1);
  border-radius: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 4.625rem;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}

.pagasul__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.pagasul__header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items {
  cursor: pointer;
  margin-right: 13px;
}

.pagasul__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.title__price {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: rgba(5, 23, 48, 1);
}

.title__currency {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.merchant__title {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: rgba(158, 158, 158, 1);
}

.merchant__name {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: var(--secondary-color);
}

.pagasul__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem;
  justify-content: center;
}

.ps__card {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--secondary-color);
  border-radius: 8px;
  padding: 6px 0 6px 0;
  width: 181px;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  margin-bottom: 10px;
}

.ps__card:nth-child(odd) {
  margin-right: 10px;
}

.ps__card--image {
  margin-bottom: 4px;
}

.card__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 420px) {
  .pagasul__page {
    width: 420px;
    margin-top: 0;
  }
  .slide-info {
    width: 350px;
  }
}

@media screen and (max-width: 419px) {
  html {
    font-size: 14px;
  }
  .pagasul__page {
    width: 100%;
    margin-top: 0;
  }
  .pagasul__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ps__card:nth-child(odd) {
    margin-right: 0;
  }

  .ps__card {
    width: 100%;
    height: 72px;
    margin-bottom: 10px;
  }

  .pagasul__main--message {
    text-align: center;
  }

  .pagasul__footer--notes {
    text-align: center;
  }

  .pagasul__main--decsription {
    text-align: center;
  }

  .slide-info {
    width: 80%;
  }
}

/* Display-6 */

.payment__info {
  margin-bottom: 24px;
}

.pagasul__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__info--title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: rgba(158, 158, 158, 1);
}

.payment__info--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px;
}

.payment__info--name {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(5, 23, 48, 1);
}

.button__link {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: -0.011em;
  color: var(--primary-color);
  -webkit-text-decoration: underline solid var(--primary-color);
          text-decoration: underline solid var(--primary-color);
  text-underline-offset: 4px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 24px;
}

.button__link--hide {
  font-size: 1rem;
  line-height: 1.5rem;
}

.button__link--link {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.userdata__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}

.labels {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  text-align: left;
  color: rgba(5, 23, 48, 1);
  margin-bottom: 2px;
}

.userdata__form--input {
  border: 1px solid var(--secondary-color);
  border-radius: 8px;
  padding: 10px 12px 10px 12px;
  margin-bottom: 16px;

  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.011em;
  color: rgba(5, 23, 48, 1);

}

.userdata__form--input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.011em;

  color: rgba(158, 158, 158, 1);
}

.userdata__form--input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.011em;

  color: rgba(158, 158, 158, 1);
}

.userdata__form--input:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.011em;

  color: rgba(158, 158, 158, 1);
}

.userdata__form--input::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.011em;

  color: rgba(158, 158, 158, 1);
}

.userdata__form--input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.011em;

  color: rgba(158, 158, 158, 1);
}

.userdata__form--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 8px;
  padding: 10px 16px 10px 16px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.011em;
  text-align: center;
  margin-top: 1rem;
}

.button__image--next::after {
  display: block;
  content: '';
  background: url(../icon/arrow-circle-right.svg) no-repeat right;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.button__image--mercado::after {
  display: block;
  content: '';
  background: url(../img/mp_logo.svg) no-repeat right;
  width: 50px;
  height: 40px;
  margin-left: 8px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.userdata__form--button.button-disabled {
  background: rgba(158, 158, 158, 0.15);
  color: rgba(5, 23, 48, 0.5);
}

.userdata__form--button.button-active {
  background: var(--primary-color);
  color: var(--text-color);
}

.button-active.button__image--next::after {
  opacity: 100%;
}

.button-disabled.button__image--next::after {
  opacity: 50%;
}

.pagasul__loader > p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  text-align: center;
  color: rgba(5, 23, 48, 1);
}

.pagasul__loader > img {
  margin: 0 auto;
  width: 10rem;
}

.pagasul__qrcode > p {
font-family: "Inter", sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.3125rem;
letter-spacing: -0.011em;
text-align: center;
color: rgba(5, 23, 48, 1);
}

.pagasul__qrcode > img {
  margin: 0 auto;
  margin-top: 50px;
}

.pagasul__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pagasul__main--image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 12px;
}

.pagasul__main--image >img {
  height: 3rem;
}

.pagasul__main--decsription {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  color: rgba(5, 23, 48, 1);
}

.pagasul__main--instruction {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  color: rgba(5, 23, 48, 1);
  display: flex;
  flex-direction: row;
}

.pagasul__main--instruction--long {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  color: rgba(5, 23, 48, 1);
  display: flex;
  flex-direction: column;
}


.pagasul__main--qrcode {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 48px;
}

.pagasul__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}

.pagasul__footer--notes {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  color: rgba(158, 158, 158, 1);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;

}

.pagasul__main--message {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: -0.011em;
  color: rgba(5, 23, 48, 1);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 8px;
  margin-bottom: 48px;
  text-align: center;
}

.pagasul__main--payment-info {
  margin-left: 36px;
}

.pm__payment-info--header {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  color: rgba(48, 48, 48, 1);
  margin-bottom: 4px;
}

.pm__payment-info--description {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.011em;
  color: rgba(48, 48, 48, 1);
  margin-bottom: 16px;
}

.input__error {
  border: 1px solid rgba(210, 76, 67, 1);
  margin-bottom: 4px;
}

.error__describe {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3125rem;
  letter-spacing: -0.011em;
  color: rgba(210, 76, 67, 1);
  margin-bottom: 16px;
}

.copier__normal {
  display: none;
}

.copier__copied {
  display: block;
}

.slide-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items:flex-end;
  position: absolute;
  /*margin: 5.2rem 1rem 1.5rem 1rem;*/
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  left: auto;
  inset-block-start: 0;
  right: auto;
}

.slide-info-text {
  width: 100%;
}

.slide-info-text .paragraph:last-child {
  margin-bottom: 0;
}

.language__select {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.dropdown__item {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.dropdown__item >img {
  width: 30px;
  margin-right: 1rem;
}

.dropdown__item:hover {
  scale: 1.1;
}

.active {
  display: flex;
  flex-direction: row;
}

.non-active {
  display: none;
}

.btn-close {
  margin-left: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

.pagasul__loader > svg {
  margin: 0 auto;
  width: 10rem;
}

.pagasul__qrcode > svg {
  margin: 0 auto;
  margin-top: 50px;
}

svg {
  display: block;
  max-width: 100%;
}