@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 16px;
  height: auto;
}

body {
  background: rgb(79, 79, 83);
  background: radial-gradient(circle, rgb(79, 79, 83) 7%, rgb(0, 0, 0) 100%);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin: 0;
  padding: 0;
}

.card {
  width: 50%;
  height: auto;
  min-height: 90%;
  background: rgb(79, 79, 83);
  background: radial-gradient(circle, rgb(79, 79, 83) 7%, rgb(0, 0, 0) 75%);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.botoes-acima {
  position: relative;
  display: inline-block;
  flex-wrap: nowrap;
  background: none;
  width: 100%;
  margin-top: 40px;
}

#compartilhar {
  text-align: center;
  position: relative;
  float: right;
  margin-right: 10%;
  border: 3px solid transparent;
  border-radius: 8px;
  background-color: rgba(126, 124, 124, 0.5058823529);
  box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.445);
  color: #fff;
  width: 20%;
  min-width: 150px;
  font-size: clamp(1.1rem, 1.8vw, 1.2rem);
  cursor: pointer;
  font-family: Poppins;
  transition: 0.1s ease-in-out;
}
#compartilhar:hover {
  background-color: rgba(116, 116, 116, 0.3647058824);
  box-shadow: 15px 10px 12px rgba(204, 201, 201, 0.336);
  transform: scale(1.1);
}

#qrcode {
  text-align: center;
  position: relative;
  border: 3px solid transparent;
  border-radius: 8px;
  background-color: rgba(126, 124, 124, 0.5058823529);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.445);
  color: #fff;
  width: 20%;
  font-size: clamp(1.1rem, 1.8vw, 1.2rem);
  cursor: pointer;
  font-family: Poppins;
  margin-left: 10%;
  transition: 0.1s ease-in-out;
}
#qrcode:hover {
  background-color: rgba(116, 116, 116, 0.3647058824);
  box-shadow: 15px 10px 12px rgba(204, 201, 201, 0.336);
  transform: scale(1.1);
}

#img {
  display: flex;
  justify-content: center;
  position: relative;
}
#img .logo-img {
  margin-top: 4rem;
  margin-bottom: 2rem;
  width: 95%;
  max-width: 700px;
  transition: transform 0.3s ease;
}
#img .logo-img:hover {
  transform: scale(1.1);
}

.infos {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Poppins;
  color: #ffffff;
}

.infos h4 {
  margin-top: -2px;
  margin-bottom: 20px;
  font-size: 1.5em;
  text-shadow: 10px 19px 6px rgba(0, 0, 0, 0.815);
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  animation: typing 4s steps(40, end), pulsar 1.5s infinite;
  animation-delay: 0s, 3.5s;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.infos > p {
  margin-top: -15px;
  font-size: clamp(1.1rem, 1.8vw, 1.2rem);
}

.botoes-interativos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inputs-links {
  text-align: center;
  position: relative;
  border: 3px solid transparent;
  border-radius: 8px;
  background-color: rgba(126, 124, 124, 0.5058823529);
  box-shadow: 15px 10px 12px rgba(0, 0, 0, 0.445);
  color: #ffffff;
  width: 100%;
  font-size: clamp(1.1rem, 1.8vw, 1.2rem);
  cursor: pointer;
  font-family: Poppins;
  margin-top: 20px;
  transition: 0.1s ease-in-out;
}
.inputs-links:hover {
  background-color: rgba(116, 116, 116, 0.3647058824);
  box-shadow: 15px 10px 12px rgba(204, 201, 201, 0.336);
  transform: scale(1.1);
}

.cnpjInput {
  position: absolute;
  display: none;
}

.wpp-btn {
  font-size: clamp(1.1rem, 1.8vw, 1.2rem);
  font-family: Poppins;
  color: #ffffff;
  background: none;
  border: none;
}

.janelas-pagamentos {
  width: 80%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto;
  background-color: rgba(11, 115, 91, 0.3333333333);
  box-shadow: 20px 25px 20px #000000;
  border: 2px solid #05503e;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.container {
  width: 80%;
  height: 50%;
  border-radius: 25px;
  background: rgb(79, 79, 83);
  background: radial-gradient(circle, rgb(79, 79, 83) 49%, rgb(0, 0, 0) 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 1px solid black;
}

.carrossel-container {
  width: 90%;
  border-radius: 25px;
  max-width: 800px;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  margin-bottom: 80px;
}

.carrossel {
  display: flex;
}

.carousel-item {
  transition: transform 0.7s ease-in-out;
}

.pagar-agora {
  position: absolute;
  bottom: 15px;
  right: 0%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: rgba(126, 124, 124, 0.5058823529);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.7em;
  font-family: Poppins;
  transition: 0.1s ease-in-out;
}
.pagar-agora:hover {
  background-color: rgba(116, 116, 116, 0.3647058824);
  box-shadow: 15px 10px 12px rgba(204, 201, 201, 0.336);
  transform: scale(1.1);
  transform: scale(1.1) translateX(-50%);
}

.infos-carrosel {
  position: absolute;
  bottom: 0.5em;
  left: 10%;
  text-shadow: 10px 5px 4px rgba(0, 0, 0, 0.678);
}

.janela-modal-qrcode {
  position: fixed;
  width: 45%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  background-color: rgba(78, 78, 80, 0.9725490196);
  z-index: 999;
  border-radius: 25px;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.janela-modal-qrcode .container-modal {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  max-height: 100%;
  padding: 20px;
}
.janela-modal-qrcode .container-modal h2 {
  color: #fff;
  font-family: Poppins;
  text-align: center;
}
.janela-modal-qrcode .container-modal img {
  margin-top: 3%;
  width: 50%;
  min-width: 300px;
}
.janela-modal-qrcode .container-modal .btn-width {
  width: 50%;
}
.janela-modal-qrcode .container-modal #x-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
}

#codigo-qr {
  position: absolute;
  z-index: -99999;
  display: none;
}

@media (min-width: 300px) and (max-width: 600px) {
  body {
    margin-top: -90px;
  }
  .card {
    width: 100%;
    height: 100%;
  }
  .botoes-acima {
    position: relative;
    width: 100%;
  }
  .btn-width {
    width: 100%;
    min-width: 250px;
  }
  .inputs-links {
    width: 100%;
  }
  #compartilhar {
    margin-top: 20%;
    width: 35%;
  }
  #qrcode {
    margin-top: 20%;
    width: auto;
  }
  .janela-modal-qrcode {
    width: 100%;
  }
  .logo-img {
    width: 20%;
  }
  #img .logo-img:hover {
    transform: none;
  }
  .janelas-pagamentos {
    width: 100%;
    height: 200px;
  }
  .container {
    width: 95%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pagar-agora {
    font-size: 0.9em;
  }
  .pagar-agora:hover {
    transform: none;
  }
  .infos-carrosel {
    font-size: 1.5em;
  }
  .pagar-agora,
  .infos-carrosel {
    position: relative;
    top: -50px;
    bottom: auto;
    right: auto;
    left: auto;
    transform: none;
    margin: 10px 0;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .card {
    width: 100%;
    height: 100%;
  }
  .inputs-links {
    width: 100%;
  }
  #compartilhar {
    width: 25%;
  }
}

/*# sourceMappingURL=styles.css.map */
