* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lucida Console", Monaco, monospace;
  font-weight: normal;
  background-color: #ffffff;
  width: 100%;
}

.header {
  font-family: "Titan One", sans-serif;
  background-color: #fefefe;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 90px;
  margin-top: 15px;
  font-size: 19px;
  margin-right: -18px;
}

.logo {
  margin-top: 5px;
  margin-left: 5px;
}

.nav-menu ul li.dropdown {
  position: relative;
  z-index: 1000;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #3a1b6c;
}

.nav-menu ul li a:hover {
  color: #389731;
}

.nav-menu ul li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fefefe;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-menu ul li .dropdown-menu li {
  padding: 12px;
  background-color: #ffffff;
  white-space: nowrap;
}

.nav-menu ul li .dropdown-menu li a {
  color: #389731;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  transition: color 1s;
  display: block;
}

.nav-menu ul li .dropdown-menu li a:hover {
  color: #3a1b6c;
}

.nav-menu ul li.dropdown:hover .dropdown-menu {
  display: block;
}

.search-container {
  margin-left: 50px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #3a1b6c; 
  border-radius: 25px; 
  padding: 5px; 
  width: 100%; 
  max-width: 400px; 
  background-color: #ffffff; 
}

.search-input {
  border: none;
  outline: none;
  flex: 1;
  padding: 5px;
  font-size: 14px;
  background-color: transparent; 
}

.search-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  outline: none;
}

.search-button img {
  width: 28px; 
  height: 26px;
}

.icons img {
  width: 12%;
  margin-top: 6px;
  margin-left: 30px;
}


@media (max-width: 768px) {
  .header {
      flex-direction: column; 
      align-items: flex-start; 
      padding: 10px;
  }

  .nav-menu ul {
      flex-direction: column; 
      gap: 10px; 
      width: 100%; 
  }

  .nav-menu ul li {
      width: 100%; 
  }

  .search-container {
      margin: 10px 0; 
      width: 100%; 
  }

  .search-input {
      font-size: 16px; 
  }

  .icons {
      margin-top: 10px; 
      display: flex; 
      gap: 10px; 
      width: 100%; 
      justify-content: flex-start; 
  }
}

@media (max-width: 480px) {
  .nav-menu ul {
      gap: 5px; 
  }

  .search-input {
      font-size: 14px; 
  }

  .search-button img {
      width: 20px; 
      height: 20px;
  }

  .icons img {
      width: 30px; 
      height: 30px;
  }
}

.primeiradiv p{
    color: rgb(219, 184, 252);
    font-size: 20px;
    text-decoration: none;
    margin-left: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
  
  
  }
  
  .primeiradiv{
    background: linear-gradient(to right, #3a1b6c,#370686, #4fe25e, #389741);
    padding: 3px;
    
    
  }

  .primeiradiv a{
    text-decoration: none;
  }

  .primeiradiv a:hover{
    text-decoration: none;
    color: white;
  }

  /* CSS interno na opcoespag */.

 /*parte de cadastro1*/
 .login-containercadaa {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 700px;
  height: 400px;
  text-align: center;
  justify-content: center;
  margin-top: 50px;
  
h2 {
margin-bottom: 20px;
color: #333;
}
}
.input-groupcadaa {
  margin-bottom: 15px;
  text-align: left;
}
.input-groupcadaa label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
.input-groupcadaa input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
button.checkout-buttoncadaa{
  width: 100%;
  padding: 10px;
  background-color:  #5a0366;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
 
}
button.checkout-buttoncadaa:hover {
  background-color: #127c20;
 
}
p2{
  margin-top: 20px;
 color: black;
 
}

a {
 
  text-decoration: none;
 color: #fff;
}

a2 {
 
  text-decoration: none;
 color:  #5a0366;
}

a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
 
}
.jatem{ 
 margin-top: 18px; 
}
.checkout-buttoncadaa {
  background-color: #4caf50;
  color: white;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 2px;
}

.checkout-buttoncadaa:hover {
  background-color: #43a047;
  opacity: 80%;
  transform: scale(0.96);
}

 /*parte do pixx*/

 .pix-payment-formpiix {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-top: 20px;
}


.pix-payment-formpiix h2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
}




.qr-code-box {
  margin: 20px 0;
}


.qr-code-box img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}




button.umqrpiix {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

button.umqrpiix a{
  text-decoration: none;
}

button.umqrpiix:hover {
  background-color: #45a049;
  opacity: 80%;
  transform: scale(0.96);
}

 /*parte de cartao*/



.payment-form {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-top: 40px;
}


.payment-form h2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
}


.input-box {
  margin-bottom: 15px;
  text-align: left;


}
.texte button {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

button a{
  text-decoration: none;
}

button:hover {
  background-color: #45a049;
  opacity: 80%;
  transform: scale(0.96);
}

.input-box label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  color: #333;
}


.input-box input, .input-box select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
}


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


.input-group .input-box {
  width: 48%;
}

 /*central de atendimento*/

.bannerceentral img{
  width: 100%;
 
}


.tamanho{
  width: 70%;
}


.textao{
  text-align: justify;
  margin: 30px;
  font-size:large;
}


.faq-containerc {
  max-width: 90%;
  margin: auto;
  margin-top: 20px;
}

.faq-cardc {
  background: rgb(187, 249, 166);

  border-radius: 8px;
  margin-bottom: 05px;
  padding: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-cardc p1 {
  margin: 0;
  cursor: pointer;
  color: #000000;
  font-weight: lighter;
}


.faq-cardc p1:hover {
  margin: 0;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  
}

.faq-cardc p7 {
  display: none; /* Inicialmente ocultar o texto */
  margin-top: 10px;
 
}

.faq-cardc:hover {
  background-color: #dfdbff;
  color:black;
}

.faq-cardc:hover p7 {
  display: block; /* Mostrar o texto ao passar o mouse */
  color: rgb(0, 0, 0);
}

.infoc, .formc {
  margin-bottom: 20px;
  margin-left: 68px;
}


.infoc, .formc p3 {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

.infoc p5{
  color: #58079b;
  font-size: 17px;
  background-color: #fbf7f7;
  padding: 5px;
  border-radius: 12px;
  width: 99%;
 
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin: 0px 0;
  font-size: 16px;
  list-style-type: none;
 font-weight: lighter;
 margin-top: 10px;

}


form {
  display: flex;
  flex-direction: column;
}

.formc label {
  margin-top: 10px;
  font-weight: bold;
  max-width: 60%;
}


input, textarea {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 97%;
}

.atenderbotao button{
  margin-top: 10px;
  padding: 10px;
  background: #580bc4;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 60%;
}

.atenderbotao button:hover{
  background: #7769f7;
  transform: scale(1.1);
}


/*politicas (5)*/

.bannerpolis img{
  width: 100%;
 
}


/*sobre a sir*/


.tamanho{
  width: 70%;
}


.textao{
  text-align: justify;
  margin: 30px;
  font-size:large;
}

.textao p1{
  color:#58079b;
  font-weight: bold;
}

.botaosobres p1{
  color:#58079b;
  font-weight: bold;
}
.botaosobres button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #58079b;
  color: white;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.botaosobres button:hover {
  background-color: #36942b

}



#toggleText {
  margin-top: 20px;
}

.video-container {
  width: 80%;
  max-width: 800px; /* Limite máximo da largura do vídeo */
}

video {
  width: 100%; /* O vídeo ocupará toda a largura do contêiner */
  border-radius: 8px; /* Bordas arredondadas para o vídeo */
}

/*cuponss*/

.bannerpolis img{
  width: 100%;
 
}


table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20PX;
  IMG{
  max-width: 80%;
  height: auto;
  }
}
td {
  border:none;
  text-align: center;
  padding: 10px;
}


.titulocupom{
  text-align: center;
  margin: 0%;
  p{
  font-weight: bold;
  background-color: #62046b;
  padding: 10px;
  width: 30%;
  color: rgb(255, 255, 255);
  border-radius: 20px;
  font-size: 18px;

  }
  
  p1{
      font-weight: bold;
      background-color: #c8ffb7;
      padding: 3px;
     
  }
}

.titulocupom p8{
  font-weight: bold;
  background-color: #3a1b6c;
  max-width: 50%;
  padding: 3px;
  color: rgb(255, 255, 255);
  font-size: 18px;

  }


  /*acompanhe entrega*/

  .containeragra {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .containeragra {
    max-width: 90%; /* Encolhendo com graça */
    padding: 15px; /* Mantendo o acolhimento */
    border-radius: 15px; /* Suavidade proporcional */
  }
}




body {
    font-family: 'Arial', sans-serif;
    background-color: #f3f4f6;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

    

.obrigada img{
margin-top: 20px;
    width: 40%;
}

.obrigada p{
    font-size: 20px;
}
.Acompanhe{

    margin-top: 90px;
}

.Acompanhe h1 {
    color: #3a1b6c;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* A imagem que acompanha a jornada */
.Acompanhe img {
  margin-top: 20px; /* Espaço acima, como um suspiro leve */
  max-width: 100%; /* Nunca maior que o contêiner */
  height: auto; /* Preserva as proporções naturais */
  border-radius: 10px; /* Bordas suaves, em harmonia */
}

/* Responsividade para telas menores */
@media screen and (max-width: 768px) {
  .Acompanhe img {
    margin-top: 15px; /* Um toque mais compacto */
    border-radius: 8px; /* Suavidade adaptada ao espaço */
  }
}


.correio a{
margin-top: 20px;
text-decoration: none;
color: #389741;
}

/*endereco*/
/* A harmonia da tela começa aqui */
.containeren {
  background-color: white; /* Branca e pura como a calma do dia */
  padding: 30px; /* Um abraço espaçoso e gentil */
  border-radius: 10px; /* Curvas suaves, um toque especial */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); /* Sombras dançando sob a luz */
  width: 960px; /* Largura que se ajusta ao mundo */
  margin-top: 40px; /* Como o horizonte, sempre à vista */
}

/* Título imponente, ao centro está */
h2 {
  margin-bottom: 20px; /* Espaço para respirar */
  text-align: center; /* Equilíbrio perfeito */
  color: #000000; /* Preto como a tinta da poesia */
  font-weight: bold; /* Firme e expressivo */
}

/* O campo da interação */
.input-groupen {
  margin-bottom: 15px; /* Ordem e clareza */
}

.input-groupen label {
  display: block; /* Presença visível */
  margin-bottom: 5px; /* Pequeno espaço, grande diferença */
  color: #333; /* Tons de seriedade e graça */
  text-align: left;
}

.input-groupen input,
.input-groupen select {
  width: 100%; /* Acolhendo qualquer ideia */
  padding: 10px; /* Conforto ao toque */
  border: 1px solid #ccc; /* Linha tênue da elegância */
  border-radius: 5px; /* Leveza nas bordas */
  font-size: 14px; /* Clareza sem exagero */
}

/* O botão da jornada */
.checkout-button {
  background-color: #4caf50; /* Verde de esperança */
  color: white; /* Pureza em cada clique */
  width: 100%; /* De braços abertos para todos */
  padding: 15px; /* Convidando ao toque */
  border: none; /* Simplicidade encantadora */
  border-radius: 5px; /* Toque de suavidade */
  cursor: pointer; /* Esperando pelo comando */
  font-size: 18px; /* Notável e presente */
  margin-top: 20px; /* Uma pausa antes da ação */
}

.checkout-button:hover {
  background-color: #43a047; /* Uma promessa mais viva */
  opacity: 80%; /* Sutil transformação */
  transform: scale(0.96); /* Aproximação delicada */
}

.checkout-button a {
  text-decoration: none; /* Pura e intocada */
}

/* E então o mundo responde */
@media screen and (max-width: 768px) {
  .containeren {
    width: 90%; /* Acomodando-se ao espaço */
    padding: 20px; /* Compacta, mas ainda aconchegante */
  }

  h2 {
    font-size: 20px; /* Título que se adapta */
  }

  .checkout-button {
    font-size: 16px; /* Discreto, mas eficaz */
  }
}

/*carrinho de compra*/

.cart-containercom {
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
 
  
 
}
.indicadores{
  word-spacing: 100px;
  margin-left: 6px;
  color:#C0C0C0
}
.indicadores p1{
  margin-left: -25px;
}
.indicadores p2{
  margin-left: 330px;
}

.indicadores p3{
  margin-left: 65px;
}

/* Cabeçalho do Carrinho */
.cart-headercom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;
  color: #000000;
}

.cart-headercom h2 {
  font-size: 24px;
  font-weight: bold;
  color: #370686;
}

.continue-shopping {
  text-decoration: none;
  color: #1d7124;
  font-weight: bold;
}

.continue-shopping:hover {
  text-decoration: none;
  color: #5a0366;
}

/* Produtos no Carrinho */
.cart-productscom {
  margin-top: 20px;
}

.cart-productcom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
}

.cart-productcom img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.cart-product-detailscom {
  flex: 2;
  padding-left: 20px;
}

.cart-product-namecom {
  font-size: 18px;
  font-weight: 600;
}

.cart-product-skucom {
  font-size: 14px;
  color: #777;
}

.cart-product-pricecom {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.cart-product-quantitycom {
  flex: 1;
  display: flex;
  align-items: center;
}

.cart-product-quantitycom label {
  margin-right: 10px;
}

.cart-product-quantitycom input {
  width: 50px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.cart-product-total-pricecom {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
}

.remove-productcom {
  background-color: #ff6b6b;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.remove-productcom:hover {
  background-color: #e55353;
}
.cep-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  
}

.label1  {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}



input[type="text"] {
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 100%;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus {
  border-color: #007bff;
  outline: none;
}

input[type="text"]::placeholder {
  color: #999;
}


.image-container {
  text-align: center;
  margin-top: 50px;
}

#mainImage {
  width: 300px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease; /* Zoom effect when hovered */
}

#mainImage:hover {
  transform: scale(1.1);
}






/* Resumo do Pedido */
.resumo {
  margin-top: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(39, 245, 66, 0.671);
  width: 100%;
}

.cart-summary h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.summary-itemcom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}

.summary-itemcom.total {
  font-weight: bold;
  font-size: 18px;
}

.checkout-buttoncom {
  background-color: #4caf50;
  color: white;
  width: 90%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 20px;
  
}

.checkout-buttoncom:hover {
  background-color: #43a047;
  transform: scale(0.9);
}

#mainImage{
  width: 165px;
  
  
}

.cep-container{
  font-size: 16px;
  color: #3a1b6c;
}

.bottoncepcom{
  background-color: #3a1b6c;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 1em;
  margin: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bottoncepcom:hover{
  background-color: #6c3fb3;
}

@media (max-width: 1200px) {
  .indicadores {
      word-spacing: 50px; /* Reduz o espaçamento entre os indicadores */
  }

  .cart-header h2 {
      font-size: 20px; /* Ajusta o tamanho do título */
  }

  .cart-product img {
      width: 100px; /* Reduz a largura da imagem do produto */
      height: 100px; /* Reduz a altura da imagem do produto */
  }
}

@media (max-width: 900px) {
  .primeiradiv p {
      font-size: 18px; /* Ajusta o tamanho da fonte */
  }

  .cart-container {
      padding: 15px; /* Reduz o padding do container */
  }

  .cart-product {
      flex-direction: column; /* Alinha os produtos em coluna */
      align-items: flex-start; /* Alinha os itens à esquerda */
  }

  .cart-product-details {
      padding-left: 0; /* Remove padding à esquerda */
      margin-bottom: 10px; /* Adiciona espaço abaixo do detalhe do produto */
  }

  .cart-product-quantity {
      margin-top: 10px; /* Adiciona espaço acima da quantidade */
  }

  .checkout-button {
      width: 100%; /* Botão ocupa toda a largura */
  }
}

@media (max-width: 600px) {
  .primeiradiv {
      padding: 10px; /* Ajusta o padding do div principal */
  }

  .cart-header h2 {
      font-size: 18px; /* Ajusta ainda mais o tamanho do título */
  }

  .cart-product-name {
      font-size: 16px; /* Ajusta o tamanho do nome do produto */
  }

  .cart-product-price {
      font-size: 14px; /* Ajusta o tamanho do preço do produto */
  }

  input[type="text"] {
      font-size: 14px; /* Ajusta o tamanho da fonte do input */
  }

  #mainImage {
      width: 150px; /* Ajusta o tamanho da imagem principal */
  }
}



/*loginn*/


.body-loginlo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: -50px;
}

.login-containerlo {
  width: 100%;
  max-width: 400px;
  max-height: 350px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(77, 0, 107, 0.493);
  border-radius: 8px;
  text-align: center;
  transition: opacity 1s ease-in-out;
}
.login-containerlo img {
  width: 150px;
}

.login-containerlo p{
  color: #3a1b6c;
}

.login-containerlo a{
  color: #5e1fc4;
  text-decoration: none;
}

.input-grouplo {
  margin-bottom: 20px;
  position: relative;
}

.input-grouplo input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #3a1b6c;
  outline: none;
  transition: border-color 0.3s;
}

.input-grouplo input:focus {
  border-bottom-color: #3a1b6c;
}

.input-grouplo label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ccc;
  font-size: 16px;
  transition: top 0.3s, font-size 0.3s;
}

.input-grouplo input:focus + label,
.input-grouplo input:not(:placeholder-shown) + label {
  top: -15px;
  font-size: 12px;
  color: #3a1b6c;
}

.btn {
  padding: 10px 20px;
  background-color: #3a1b6c;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #683caf;
}

#boletopagarbnt {
  background-color: #28a745; /* Verde */
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease; /* Transição suave */
}

#boletopagarbnt:hover {
  background-color: #6f42c1; /* Roxo */
  transform: scale(1.05); /* Aumento suave de tamanho */
}

/* Estilo do pop-up */
.popup {
  display: none; /* Inicialmente escondido */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semitransparente */
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 400px;
  width: 80%;
}

#closePopupBtn {
  background-color: #6f42c1; /* Roxo */
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 5px;
}

#closePopupBtn:hover {
  background-color: #5a32a1; /* Roxo escuro */
}


/* O contêiner do boleto, onde tudo se inicia */
.boleto-containerBO {
  width: 700px; /* Espaço medido com precisão */
  margin: 50px auto; /* Centralizado com elegância */
  background-color: #ffffff; /* Branco como o papel do boleto */
  padding: 20px; /* Confortável para os olhos e o toque */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* A sombra que guarda segredos */
}

/* O cabeçalho que comanda a visão */
.headerBO {
  text-align: center; /* Centralizado, sempre no foco */
  border-bottom: 2px solid #000; /* Uma linha firme e decisiva */
  margin-bottom: 20px; /* Um espaço para o próximo ato */
}

/* O título, uma presença inegável */
h1 {
  font-size: 24px; /* Grande, mas não exagerado */
  color: #000; /* Preto como a seriedade da tarefa */
  margin: 0; /* Sem distrações, direto ao ponto */
}

/* O boleto é dividido em harmonia */
.boletoBO {
  display: flex; /* Lado a lado, equilibrado */
  justify-content: space-between; /* Espaço calculado entre os lados */
}

/* A seção à esquerda, cheia de promessas */
.leftBO {
  width: 45%; /* Quase metade do coração */
}

/* A seção à direita, com equilíbrio */
.rightBO {
  width: 45%; /* O outro lado da história */
}

/* A força do texto */
strong {
  font-weight: bold; /* Grifando a importância */
}

/* Instruções que guiam com paciência */
.instrucoesBO ul {
  list-style-type: disc; /* Pontos para clareza */
}

/* E o boleto se adapta ao menor espaço */
@media screen and (max-width: 768px) {
  .boleto-containerBO {
    width: 90%; /* Reduzindo, mas mantendo o charme */
    padding: 15px; /* Compacto, porém confortável */
  }

  .boletoBO {
    flex-direction: column; /* Colunas viram fileiras */
  }

  .leftBO, .rightBO {
    width: 100%; /* Cada lado toma seu tempo */
    margin-bottom: 20px; /* Espaço entre os lados */
  }

  h1 {
    font-size: 20px; /* Título que encolhe, mas não perde presença */
  }
}



 /*rodape*/
 .footer {
    background-color: #000000;
    color: #fff;
    padding: 30px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-section {
    flex: 1 1 200px; 
    padding: 20px;
    box-sizing: border-box; 
  }
  
  .footer-section h3,
  .footer-section h4,
  .footer-section h5 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #e2c5f7;
    font-weight: bold;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0; 
  }
  
  .footer-section ul li {
    margin-bottom: 12px;
    font-size: 16px;
  }
  
  .footer-section ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
  }
  
  .footer-section ul li a:hover {
    color: #a77dc4;
  }
  
  .footer-section p {
    font-size: 16px;
  }
  
  .footer-section form {
    font-size: 16px;
  }
  
  .footer-section input[type="email"] {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: none;
    margin: 10px 0; 
  }
  
  .bottomfooter {
    width: 38%;
    padding: 2px 10px;
    background-color: #c586f1;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .bottomfooter:hover {
    background-color: #5a0366;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ffffff;
  }
  
  .footer-bottom p {
    font-size: 16px;
    margin-left: 60%;
  }
  
  .logodesenvolvedora {
    margin-top: -40px; 
    margin-left: 6%;
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-section {
        margin-bottom: 20px; 
        text-align: center; 
    }
  
    .footer-section h3, .footer-section h4, .footer-section h5 {
        margin-left: 0; 
    }
    
    .footer-bottom p {
        margin-left: 0; 
    }
  } 

  .containercentral {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}

.cardcentral {
    width: 210px;
    height: 150px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #3a1b6c;
    border-radius: 10px;
    text-align: center;
    color: #3a1b6c;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.cardcentral a{
    text-decoration: none;
}

/* Efeito hover */
.cardcentral:hover {
    background-color: #ffffff;
    border: 2px solid #36942b;
}

/* Estilo do ícone */
.cardcentral img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    color: #3a1b6c;
}

b{
    color: #3a1b6c;
    font-size: 25px;
}