@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

[hidden] {
  display: none !important;
}

[disabled] {
  opacity: 0.75 !important;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

body {
  font-family: Montserrat, sans-serif;
}

.voomp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
  width: auto;
}

.voomp-modal.ativo {
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  display: block !important;
  z-index: 999999999;
}

.voomp-item-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.3rem;
  min-width: 640px;
  padding: 30px;
}

.voomp-item-modal-titulo {
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 1rem;
  margin-top: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #333;
}

.voomp-item-modal-titulo:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 40px;
  border-radius: 0.2rem;
  z-index: -1;
  top: 58px;
}

.voomp-fechar-modal {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  position: relative;
  left: -20px;
  top: -45px;
  cursor: pointer;
}

.voomp-item-modal-parcelas {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.voomp-item-img {
  max-width: 33%;
  display: inline-block;
  max-height: 150px;
  text-align: center;
}

.voomp-item-img img {
  width: 100%;
  max-width: 155px;
  border-radius: 3px;
}

.voomp-item-parcelas {
  max-width: 67%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

#voomp-modal .product .name {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: #333;
  text-align: center;
}

.voomp-parcelas {
  width: 100%;
  text-align: center;
}

.voomp-parcelas-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.parcelas-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.voomp-footer-modal {
  display: flex;
  align-items: center;
  padding: 20px;
}

.voomp-compra-processada {
  font-size: x-small;
  position: relative;
}

.voomp-img-logo {
  display: inline-block;
  vertical-align: middle;
  border-style: none;
  max-width: 60px;
}

.voomp-btn-group {
  margin-left: auto;
  display: flex;
  gap: 20px;
}

.voomp-btn-person {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 0 45px;
  height: 50px;
  font-size: 16px;
  line-height: 1.5;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.voomp-btn-cancelar {
  background: #e9e7e7;
  color: #858891;
}

.voomp-btn-comprar {
  color: #fff;
  background: #009568;
  border: none;
  border-radius: 5px;
}

@media screen and (max-width: 899px) {
  .voomp-item-parcelas {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
  }

  .voomp-item-img {
    display: block;
    margin: 0 auto;
  }

  .voomp-item-modal {
    min-width: 90%;
  }

  .voomp-nome-produto {
    font-size: 1.25em;
  }

  .voomp-item-parcelas {
    max-width: none;
  }

  .voomp-footer-modal {
    flex-direction: column;
  }

  .voomp-btn-group {
    margin-left: auto;
    gap: 20px;
    display: flex;
  }
}

.center-text p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
}

p.voomp-parcelas {
  font-weight: 400;
  font-size: 14px;
  text-align: start;
  color: #333;
}

[data-anima="top"] {
  animation: showTop 0.5s forwards;
}

@keyframes showTop {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.modal-upsell {
  margin-bottom: 10px;
  padding: 35px 30px;
  border-radius: 5px;
}

.modal-container.mostrar {
  display: flex;
}

.success .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #03b37f;
  color: #fff;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success .message {
  font-size: 24px;
}

.success {
  display: none;
}

.failed {
  display: none;
}

.failed .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #dc3545;
  color: #fff;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.failed .message {
  font-size: 24px;
}

#loading {
  width: 100%;
  height: 300px;
  display: none;
  align-items: center;
  justify-content: center;
}

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

.text-center {
  text-align: center;
  margin: 40px 0;
}

h5 {
  font-size: 30px;
  font-weight: 300;
  font-family: Montserrat;
  font-style: normal;
}

.product-info {
  border-top: 1px #f1f1f1 solid;
  border-bottom: 1px #f1f1f1 solid;
  margin: 20px 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer b {
  font-size: 22px;
}

.footer small {
  display: block;
  text-align: right;
}

p {
  font-family: Montserrat;
  font-style: normal;
  margin: 0;
}

#product-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-bottom: 7px;
}

.body {
  margin-top: 20px;
  margin-bottom: 30px;
}

.credit-card {
  display: grid;
  grid-template-columns: 9fr;
  gap: 10px;
}

.body input {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #333;
}

.custom-input {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 45px;
  pointer-events: none;
  background: #fff;
  margin-bottom: 10px;
}

.custom-input input {
  height: 100%;
  width: 100%;
  padding-left: 15px;
  border: none;
  margin: 10px;
  font-family: Montserrat;
  background: 0 0;
}

.custom-input .icon {
  margin-left: 10px;
}

.custom-input .icon-ok {
  margin-right: 10px;
}

.custom-input input:focus-visible {
  outline: 0 !important;
}

#voomp-modal select.installments {
  height: 100%;
  width: 100%;
  font-family: Montserrat;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4yMzA3NCAwLjQyMzM0QzAuMzc2Mzg2IDAuNDIzMzQgLTAuMDg0NTIzMSAxLjQyNTQ2IDAuNDcxNDgzIDIuMDc0MTNMMy4yOTcyNiA1LjM3MDg3QzMuNjk2MzYgNS44MzY0OSA0LjQxNjY4IDUuODM2NDkgNC44MTU3NyA1LjM3MDg3TDcuNjQxNTUgMi4wNzQxM0M4LjE5NzU2IDEuNDI1NDYgNy43MzY2NSAwLjQyMzM0IDYuODgyMyAwLjQyMzM0SDEuMjMwNzRaIiBmaWxsPSIjQjVCOUM1Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  cursor: pointer;
}

#installments:focus-visible {
  outline: 0 !important;
}

.credit-card p {
  font-weight: 400;
  font-size: 13px;
  color: #8c8a97;
}

#confirm {
  cursor: pointer;
  font-family: Montserrat;
  font-style: normal;
  transition: all 0.3s;
}

#new-payment {
  width: 100%;
  border-radius: 5px;
  background: 0 0;
  color: #333;
  border: none;
  height: 50px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 16px;
  margin-top: 3px;
}

.zoom:hover {
  transition: all 0.3s;
  transform: scale(1.01);
}

.shake:hover {
  animation: shake 0.82s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.pulse:hover {
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.footer {
  display: block;
}

.footer p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #8c8a97;
}

.footer div {
  margin-bottom: 10px;
}

.footer a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  text-decoration: none;
}

.space-confirm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Montserrat;
  font-style: normal;
  margin: 0;
  font-size: 14px;
  color: #333;
  align-items: center;
  font-weight: 400 !important;
}

.space-confirm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: solid 2px #03b37f;
  border-radius: 2px;
}

.space-confirm input:checked ~ .checkmark {
  background-color: #03b37f;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.space-confirm input:checked ~ .checkmark:after {
  display: block;
}

.space-confirm .checkmark:after {
  left: 2px;
  top: -2;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-itens {
  margin-top: 20px;
}

#not-buy-link {
  text-decoration: none !important;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .credit-card {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-height: 800px) {
  .modal-container {
    padding: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.97);
    box-shadow: 0 0 0 0 var(--maincolor);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px transparent;
  }

  100% {
    transform: scale(0.97);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-1px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(1px, 0, 0);
  }
}
