@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&family=Sarala:wght@400;700&display=swap');
*{
    font-family: "Poppins", sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.hrvermelho{
    width: 30%;
    height: 1px;
    border: rgb(255, 191, 0) 4px solid;
}
.subirumpuquinho{
    position: relative;
    top: -20px;
}

h1{
  font-size: 4rem;
}

.scroll-top {
  position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #f7be00;
    color: white;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.container{
    width: 700px;
}
.hramarelo{
    border: 3px solid #f7be00;
}

.subtitulo{
    padding: 7rem 1rem;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
} 
.destaque{
    color: rgb(255, 191, 0);
}
 body{
    margin: auto;
    align-items: center;
    padding: 0px;
}

.botaodoacoes {
  background-color: #ffc107; 
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease; 
}

.botaodoacoes a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.botaodoacoes:hover {
  background-color: #e0a800; 
  transform: scale(1.05); 
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); 
}

.title{
    font-size: 30px;
}

.description{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 21px;
}
#subititulop{
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1rem;
}

.bees{
    width: auto;
    height: 400px;
}

.textobranco{
    color:white;
   margin-left: 8%;
   margin-top: 20px;
   font-size: 33px;
}

h2{
    margin-top: 40px;
    font-size: 40px !important;
}

section{
    display: flex;
    justify-content: space-around;
}
.info{
    height: 400px;
    margin-top: 100px;
    background-color: rgb(255, 191, 0);
}

#img_açoes{
    margin-left: -30px;
    margin-top: 30px;
        width: 300px;
    height: 300px;
    margin-right: 10px;
    border-radius: 50px;
}
.titulo{
    font-size: large;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
}
img{
    width: 250px;
    height: auto;
}

.descricao{
      width: 600px;
    color: #fff;
    font-size: 22px
}
.blank{
    border-radius: 50px;
    margin-top:30px;
        width: 300px;
    height: 300px;
    background-color: rgb(215, 215, 215)
}

#quadroamarelo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: flex;
    justify-content: center;
}
#h2doacao{
    margin-top: 400px;
}

#ailiembaixo{
    width: 12%;
}
#divaliembaixo{
    margin-top: 300px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
#sectiontabela{
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 300px;
}
#tabeladiv{
    width: 80%;

    align-items: center;
}
#tabela{
    border: solid 3px rgb(255, 203, 46) ;
    margin-left: 15%;
    width: 100%;
}
th{
   font-size: 20px;
   background-color:  rgb(255, 191, 0) ;
}

td{
    height: 80px;
    text-align: center;
    align-items: center;
}
#navisinha{
    position: absolute;
    top: 0px;
    padding: 1rem;
    max-width: var(--max-width);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

#tabela tr:nth-child(even) {
    background-color: #ffffff; 
}

#tabela tr:nth-child(odd) {
    background-color: #e3e3e3; 
}

#tabela th {
    background-color: rgb(255, 191, 0);
    color: white;
}

#tabela {
    width: 100%;
    border-collapse: collapse;
}

#tabela td, #tabela th {
    border: 1px solid  rgb(250, 209, 85);
    padding: 8px;
}
#body {
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: #fff;
}

.step-container {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: 50px;
    height: 600px;
}

.step {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}


.contato-item {
    margin-bottom: 25px;
  width: 350px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contato-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contato-item img {
     width: 45px;

}

.contato-item span {
  font-size: 16px;
}


.bubble {
    font-size: 20px;
    background-color: #e5e5e5;
    padding: 15px 20px;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    max-width: 600px;
}

.bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-left: 10px solid #e5e5e5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.circle {
    background-color: rgb(255, 203, 46);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#primeira{
    margin-right: 600px;
}
#segunda{
    margin-left: 300px;
}
#terceira{
    margin-left: 400px;

}
#quarta{
    margin-left: 600px;
}
#infografico{
    margin-top: 15%;
    width: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px ;
}
#hrdoacao{
    margin-left: 450px;
}

#editar{
    width: 100px;
}

#pcomo{
       width: 60%;
    text-align: justify;
    font-size: 16px;
    align-items: center;
    
    
}
#divcomo{
    margin-bottom: 250px;
    position: relative;
    top: 20px;
    bottom: 500px;
    margin-top: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100hv;
   
}
#pqr{
    font-size: 40px;
    font-weight: bold;
}
#pli{
    display: flex;
    font-size: 30px;
    font-weight: bold;

}

#ajude{
    font-size: 35px;
    position: absolute;
    margin-left: 40%;
    text-align: center;
}
.wave-shape-divider svg{
      background-color: #ffe68a !important ;
}
#inputQrCode {
    padding: 10px;
    border: 2px solid #000;
    border-radius: 8px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

#btnSalvarQr {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Animação ao passar o mouse */
#btnSalvarQr:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.quero-doar{
    color: rgb(255, 191, 0);
    font-weight: 600;
}
h3{
    font-family: 'Poppins' sans-serif;
        font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.lista{
    align-items: center;
    display: flex;
}
.iconedoar{
    margin-bottom: 0px !important;
    height: auto !important;
    width: 70px !important;
    height: auto;
}
.btn-add {
  position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #008000;
    color: white;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    z-index: 1000;
}
a{
    font-Weight: 'bold';
    text-decoration: none;
}
#qrcode{
    width: 500px;
}
#dividir{
    width: 300px;
    align-items: center;
    flex-direction: column;
    display: flex

}
#esperoqude{
    background-color: #ffe68a;
}

#secao-doacao {
  background-color: #fff9e6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
}
 #divisaoqr{
   justify-content: space-around; 
  display: flex;
}

.card-doacao {
  background-color: white;
  border: 4px solid #ffc107;
  border-radius: 20px;
  padding: 40px;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.titulo-doacao {
  font-size: 3rem;
  color: #ffc107;
  font-weight: 800;
  margin-bottom: 20px;
}

.texto-doacao {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 30px;
}

.qr-doacao {
  width: 250px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.step:nth-child(2) { margin-left: 30px; }
.step:nth-child(3) { margin-left: 60px; }
.step:nth-child(4) { margin-left: 90px; }

@media (max-width: 1200px) {
  .container,
  p,
  #img_açoes,
  .blank {
    width: 90% !important;
  }

  #primeira,
  #segunda,
  #terceira,
  #quarta {
    margin: 0 auto;
  }

  #ajude {
    position: static;
    margin: 20px auto;
    text-align: center;
  }

  #tabeladiv {
    width: 95%;
    margin: 0 auto;
  }

  #tabela {
    margin-left: 0;
    width: 100%;
  }

  .step-container {
    margin-left: 0;
    padding: 20px;
  }

  #navisinha {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .subtitulo {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bees {
    width: 100%;
    height: auto;
  }

  .title h1 {
    font-size: 24px;
  }

  .description {
    font-size: 16px;
  }

  #img_açoes {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .blank {
    width: 100%;
    height: auto;
  }

  .step {
    flex-direction: column;
    align-items: flex-start;
  }

  .bubble {
    max-width: 100%;
    font-size: 18px;
  }

  .circle {
    margin-top: 10px;
  }



  #qrcode {
    width: 90%;
  }

  #pcomo {
    width: 90%;
    font-size: 18px;
  }

  h2 {
    font-size: 36px !important;
  }

  h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .botaodoacoes a {
    font-size: 16px;
  }
  .blank {
     display: none;
  }
  #img_açoes {
   display: none;
  }
#quadroamarelo{
  margin-left: 5%;
}

  .circle {
    display: none;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .bubble {
    font-size: 16px;
  }
   #divisaoqr{
    align-items: center;
    flex-direction: column;
   }

  #navisinha {
    padding: 0.5rem;
    font-size: 14px;
  }

  .nav__links li {
    margin: 5px 0;
  }

  .contato-item span {
    font-size: 14px;
  }
}

