/* Seção 3 */

.section3 {
  width: 100%;
}

.titulos3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.titulos3 h1 {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "TonCondensed-Bold", Sans-serif;
}

.titulos3 h1 u {
  color: var(--color-one);
  font-size: 55px;
  font-weight: 800;
  font-family: "TonCondensed-Bold", Sans-serif;
}

.titulos3 h3 {
  margin-bottom: 10px;

  color: #3f3c3c;
  font-family: "TonCondensed-Bold", Sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.s3-cards {
  display: flex;
  margin: 0 5%;
  justify-content: center;
  gap: 20px;
}

.s3-card {
  max-width: 260px;
  min-width: 50px;
  background-color: #eff4f8;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  border-radius: 20px;
  margin: 10px;
}

.s3-titulocard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 800;
  padding: 10px 0;
  background-color: var(--color-tree);
  color: #00941F;
  border-radius: 10px 10px 0px 0px;
  font-family: "TonCondensed-Medium", Sans-serif;
  font-size: 20px;
}

.s3-topocard {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "TonCondensed-Bold", Sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.s3-card h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-break: anywhere;
}

.logo4 {
  width: 100px;
}

.bold strike,
.bold {
  font-family: "TonCondensed-Bold", Sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.cinza {
  color: #7e7e7e;
}

.verde {
  color: var(--color-one);
  font-family: "TonCondensed-Light", Sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.vermelho {
  color: red;
}

.purple {
  color: #7e63fd;
}

.bold {
  font-size: 18px;
}

.preco {
  font-family: "TonCondensed-Bold", Sans-serif;
  font-size: 74px;
  font-weight: 800;
  color: #7e63fd;
  white-space: nowrap;
}

.s3-card img {
  width: 150px;
  padding-bottom: 10px;
}

.s3-card a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.s3-card a button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "TonCondensed-Bold", Sans-serif;
  font-size: 29px;
  margin: 15px 0;
  font-weight: 700;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 34px 34px 34px 34px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
  border-color: #00d700;
  color: #068e22;
  background-color: var(--white);
  transition: 0.5s;
}

.s3-card a button:hover {
  width: 90%;
  font-size: 27px;
  cursor: pointer;
  transition: all 0.5s;
}


.s3-bloco {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #7df97d63;
  border: 2px dashed var(--color-one);
  padding: 0px 4px;
  font-family: "TonCondensed-Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 14px;

}

.s3-bloco p {
  font-family: "TonCondensed-Medium", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.s3-divisor-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  margin-top: 10px;
}

.s3-content {
  display: flex;
  align-items: center;
  justify-content: start;
}

.s3-divisor-content p {
  margin: 15px 0px;
  font-family: "TonCondensed-Medium", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #54595f;
  letter-spacing: 2px
}

.s3-centralizar {
  padding: 0 15px;

}

.s3-centralizar img {
  width: 20px;
  margin-right: 7px;
}





/* Media Queries */

/* Tablets */
@media (max-width: 1123px) {
  .titulos3 {
    margin-bottom: 25px;
  }

  .titulos3 h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .titulos3 h1 u {
    font-size: 40px;
  }


  .titulos3 h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }


  .s3-cards {
    margin: 0 1%;
    justify-content: space-between;
    gap: 0;
  }

  .s3-card {
    width: 150px;
    margin: 5px;
  }

  .s3-titulocard {
    width: 100%;
    height: 20px;
    font-size: 10px;
  }

  .s3-topocard {
    font-size: 20px;
  }

  .logo4 {
    width: 70px;
  }

  .bold strike,
  .bold {
    font-size: 16px;
  }

  .verde {
    font-size: 16px;
  }

  .bold {
    font-size: 10px;
  }

  .preco {
    font-size: 34px;
  }

  .s3-card img {
    width: 100px;
  }

  .s3-card a button {
    width: 100%;
    font-size: 19px;
    margin: 5px 0;
  }

  .s3-card a button:hover {
    width: 90%;
    font-size: 17px;
  }

  .s3-bloco {
    padding: 0px 2px;
    font-size: 12px;
  }

  .s3-bloco p {
    font-size: 12px;
  }


  .s3-divisor-content {
    margin-top: 5px;
  }

  .s3-divisor-content p {
    margin: 5px 0px;
    font-size: 16px;
  }

  .s3-centralizar img {
    width: 10px;
    margin-right: 3px;
  }




}

/* Celulares */
@media (max-width: 777px) {
  .section3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .titulos3 {
    margin-bottom: 25px;
  }

  .titulos3 h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .titulos3 h1 u {
    font-size: 40px;
  }


  .titulos3 h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }


  .s3-cards {
    margin: 0 1%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
  }

  .s3-card {
    min-width: 94%;
    margin: 5px;
    margin-bottom: 50px;
    max-width: 320px;
    text-align: center;
  }

  .s3-titulocard {
    width: 100%;
    height: 40px;
    font-size: 20px;
  }

  .s3-topocard {
    font-size: 35px;
  }

  .logo4 {
    width: 70px;
  }

  .bold strike,
  .bold {
    font-size: 20px;
  }

  .verde {
    font-size: 32px;
  }

  .bold {
    font-size: 20px;
  }

  .preco {
    font-size: 76px;
  }

  .s3-card img {
    width: 50%;
  }

  .s3-card a button {
    width: 100%;
    height: 55px;
    font-size: 29px;
    margin: 15px 0;

  }

  .s3-card a button:hover {
    width: 90%;
    font-size: 17px;
  }

  .s3-bloco {
    padding: 0px 2px;
    font-size: 16px;

  }

  .s3-bloco p {
    font-size: 16px;
  }

  .s3-divisor-content {
    display: inline;
    width: 100%;
    margin-top: 5px;
  }

  .s3-divisor-content p {
    margin: 5px 0px;
    font-size: 18px;
  }

  .s3-centralizar img {
    width: 20px;
    margin-right: 3px;
  }
}