*{
    margin: 0;
    text-decoration: none;
    font-family: sfpro;
     overflow-x: hidden;
}

@font-face {
    font-family: sfpro;
    src: url(fonts/SFPRODISPLAYREGULAR.OTF);
}

.pai{
display: flex;
align-items: center;
flex-direction: column;
height: auto;
width: 100%;
background-color: #FAFAFC;
box-sizing: border-box;
}

.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 48px;
    width: 100%;
    background-color: #FAFAFC;

}

.cart-bar{
    display: flex;
    width: 96px;
    height: 100%;
}

.info-pix{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    
}

.conteudo{
    padding: 20px;
}

.opcoes{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}

.carrossel{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}

.card{
    background-color: white;
    border-radius: 40px;
    width: 300px;
    height: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    display: flex;
    flex-direction: column;
     flex: 0 0 85%;
  max-width: 85%;
  scroll-snap-align: center;
  box-sizing: border-box;
      
}

.carrossel2{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}

.card2{
    background-color: white;
    border-radius: 40px;
    width: 300px;
    height: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    display: flex;
    flex-direction: column;
     flex: 0 0 85%;
  max-width: 85%;
  scroll-snap-align: center;
  box-sizing: border-box;
      
}

.card2-2{
    background-color: #F6F5F7;
    border-radius: 40px;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
  box-sizing: border-box;
      
}

.carrossel3{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}

.card3{
    background-color: #1D1D1F;
    border-radius: 40px;
    width: 300px;
    height: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
     flex: 0 0 85%;
  max-width: 85%;
  scroll-snap-align: center;
  box-sizing: border-box;
      
}

.card4{
    background-color: black;
    border-radius: 20px;
    width: 300px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;  
}

.card5{
    background-color: black;
    border-radius: 20px;
    width: 300px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;  
    margin-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.carrossel5{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}

.card6{
    background-color: white;
    border-radius: 40px;
    width: 300px;
    height: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
     flex: 0 0 85%;
  max-width: 85%;
  scroll-snap-align: center;
  box-sizing: border-box;
      
}

.numero1{
    width: 50px;
    height: 50px;
    background-color: #DBE9FE ;
    border-radius: 5px;
}




.carrossel, .carrossel2, .carrossel3, .carrossel5 , .color-option {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 15px;
  padding: 10px;
  max-width: 100vw;
  box-sizing: border-box;
}

.opcoes a {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.opcoes a:hover {
  color: #0066CC;
  text-decoration: underline;
}

.opcoes2 a {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
  width: 12px;
  height: 12px;
  background-color: #949494;
  border-radius: 50%;
  margin-right: 20px;
}

.opcoe2s a:focus {
  border: 1px solid #0066CC;
  background-color: #333333;
}

.cores div {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
  width: 12px;
  height: 12px;
  background-color: #949494;
  border-radius: 50%;
  margin-right: 20px;
  
}


html {
  scroll-behavior: smooth;
}


.color-option {
  display: none;
  transition: opacity 0.3s ease;
 
}

.color-option.active {
  display: flex;
  flex-direction: row;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}


.color-option {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s ease;
  
}

.color-option.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.color-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s ease;
  margin-top: 20px;
}

.color-text.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  margin-top: 20px;
}

.color-selector{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 40px;
}

.color-btn {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: transform 0.2s ease, border 0.2s ease;
  cursor: pointer;
}

.color-btn:hover,
.color-btn.selected {
  transform: scale(1.1);
  border-color: #0066CC;
}

.modelo-btn {
  border: 1px solid #646464;
  padding: 12px;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.modelo-btn.selected {
  border: 2px solid #0071e3;
}

.tamanho-btn {
  border: 1px solid #646464;
  padding: 12px;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.tamanho-btn.selected {
  border: 2px solid #0071e3;
}


.resumo-final {
  bottom: 0;
  width: 100vh;
  background: #F5F5F7;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.resumo-info {
  margin-bottom: 12px;
  margin-left: 20px;
}

.resumo-texto {
  font-size: 14px;
  color: #1d1d1f;
  font-weight: bold;
}

.resumo-texto2 {
  font-size: 28px;
  color: black;
  font-weight: bold;
}

.resumo-preco {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.resumo-parcela {
  font-size: 14px;
  color: #0071e3;
}

.btn-confirmar {
  background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 90%;
  margin-left: 20px;
}


.simulador-container {
  width: 80%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simulador-titulo {
  font-size: 18px;
  color: #86868B;
  margin-bottom: 10px;
}

.valor-simulacao {
  font-size: 24px;
  font-weight: bold;
  color: #0071e3;
  margin: 10px 0;
  text-align: center;
}




.simular-btn {
  background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 90%;
  
}

.cpf-btn {
  background-color: #9CA3AF;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 90%;
  margin: 10px 0px 10px 0px;
}

.continuar-btn{
background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 90%;
  margin: 10px 0px 10px 0px;
}

.finalizarCompra-btn{
background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 90%;
  margin: 10px 0px 10px 0px;
}

.envio-btn{
background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.ctnPagamento-btn{
background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.QR-btn{
background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.copiar-btn{
background-color: #0071e3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin: 10px 0px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 48px 24px;
  font-family: sans-serif;
  color: #4b5563;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-description {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-align: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.footer-description p {
  font-size: 1rem;
  line-height: 1.5;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  padding: 32px 0;
}

.footer-column h4 {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 16px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 16px;
}

.footer-column a {
  text-decoration: none;
  color: #4b5563;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #111827;
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 32px;
  padding-top: 32px;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

.footer-bottom .cnpj {
  margin-bottom: 8px;
}

 .container {
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      max-width: 24rem;
      width: 100%;
      overflow: hidden;
      transition: all 0.5s ease;
    }
    .section {
      padding: 1.5rem;
    }
    .text-center {
      text-align: center;
    }
    .text-gray {
      color: #6b7280;
    }
    .text-bold {
      font-weight: 700;
    }
    .text-base {
      font-size: 1rem;
    }
    .text-lg {
      font-size: 1.125rem;
    }
    .text-xl {
      font-size: 1.25rem;
    }
    .title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #111827;
    }
    .progress-bar-bg {
      background: #e5e7eb;
      border-radius: 9999px;
      height: 0.5rem;
      width: 100%;
    }
    .progress-bar {
      background: #2563eb;
      height: 0.5rem;
      border-radius: 9999px;
      transition: all 1s ease;
      width: 0%;
    }
    .check-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #6b7280;
      opacity: 0;
      margin-top: 1rem;
    }
    .summary {
      background: #f9fafb;
      padding: 1rem;
      border: 1px solid #e5e7eb;
      border-radius: 0.5rem;
      margin-top: 2rem;
    }
    .summary-row {
      display: flex;
      justify-content: space-between;
      font-weight: 500;
      color: #374151;
    }
    .button {
      background: #2563eb;
      color: #fff;
      font-weight: bold;
      padding: 0.75rem 1rem;
      width: 100%;
      border: none;
      border-radius: 0.5rem;
      font-size: 1.125rem;
      margin-top: 2rem;
      cursor: pointer;
      transition: background 0.3s;
    }
    .button:hover {
      background: #1e40af;
    }
    .fade-in {
      animation: fadeIn 0.5s ease-in-out forwards;
    }
    .fade-out {
      animation: fadeOut 0.5s ease-in-out forwards;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeOut {
      from { opacity: 1; }
      to { opacity: 0; }
    }
    .hidden { display: none; }
    .success-icon {
      background: #d1fae5;
      border-radius: 9999px;
      width: 4rem;
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }

      .card000 {
      background-color: white;
      padding: 2rem;
      width: 90%;
      max-width: 400px;
      text-align: center;

    }
    .title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    .subtitle {
      color: #6b7280;
      margin-bottom: 1.5rem;
    }
    .step {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 1rem 0;
      opacity: 0;
      transform: translateY(10px);
      transition: all 0.5s ease;
    }
    .step.show {
      opacity: 1;
      transform: translateY(0);
    }

    .step.off{
      display: hidden;
    }
    .loader, .check {
      width: 24px;
      height: 24px;
    }
    .loader {
      border: 3px solid #ccc;
      border-top: 3px solid #3b82f6;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }
    .check {
      color: green;
    }
    @keyframes spin {
      to { transform: rotate(360deg); }
    }
    .result {
      display: none;
      background: #f9fafb;
      margin-top: 2rem;
      padding: 1rem;
      border-radius: 0.5rem;
      border: 1px solid #e5e7eb;
      text-align: left;
    }

    .result2{
      display: none;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      height: auto;
    }
    .result p {
      margin: 0.25rem 0;
      color: #374151;
    }

    
/* Slider geral */
#parcelas{
width: 95%;
height: 30px;

}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #0071e3;
  border-radius: 50%;
  background-color: white;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
