@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Inter", sans-serif;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  font-size: clamp(2.2rem, 3vw, 3rem);
  background-color: #dc3546;
  padding-block: 1rem;
  color: #fff;
  text-align: center;
}

main {
  margin: auto;
  width: 100%;
}

.limite {
  width: 95%;
  margin: auto;
  margin-bottom: 7rem;
}

.subtitle {
  margin: auto;
  font-size: clamp(1.7rem, 4vw, 2rem);
  text-align: center;
  margin-bottom: 5rem;
  width: 50%;
}

@media (max-width: 768px) {
  .subtitle {
    width: auto;
  }
}

.fungo {
  color: #ba001f;
}

.desconto {
  background-color: #e1f5e7;
  color: #3ec18d;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

.precoHoje {
  font-size: 2rem;
}

.valorParcelado {
  font-size: 2rem;
}

.card {
  max-width: 30%;
  display: flex;
  justify-content: center;
}

.titulo-card {
  width: 100%;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  color: #fff;
  background-color: #ffc107;
  text-align: center;
}

.rodape a {
  color: black;
  font-size: 1.5rem;
  margin-right: 10px;
  flex-wrap: wrap;
}
.rodape {
  padding: 20px;
  color: black;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  flex-wrap: wrap;
  height: 150px;
}
.rodapeConteiner {
  text-align: center;
}
.footer-text {
    position: absolute;
    margin-top: 100px;
    text-align: center;
    max-width: 60%;
}
.botoes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topimg {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    width: 250px;
}
.container .card {
  text-decoration: none;
}

.container .card .invisible {
  visibility: visible !important;
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 50% !important;
  margin: auto;
}

.destaqueVerde {
  color: #0e6d47;
  background-color: #74ecbe9a;
  font-size: 1.2rem;
}

.video {
  width: 100%;
  height: 500px;
  border: 1px solid black;
  margin: auto;
  margin-block: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-titulo {
  background-color: #323c45;
  padding: 1rem;
}

.botao {
  background-color: #ffbb00;
  font-size: 1.2rem;
}

#callaction_65b8fc4b48beb1000880c945_1 {
  display: none;
}

@media (max-width: 800px) {
  .content {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .card {
    max-width: none;
    margin-inline: 2rem;
  }
}
.container.my-5 {
  text-align: left;
}

.table.table-bordered {
  margin: 0 auto;
  width: 80%;
  border-collapse: collapse;
}

.table.table-bordered td {
  width: 50%;
  vertical-align: top;
  padding: 10px;
}
.stroff p {
  max-width: 100%;
  width: 350px;
  margin: 0 auto;
}

/* Paragraph styling within table cells */
.table.table-bordered td p {
  margin-bottom: 1rem;
  text-align: left;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .table.table-bordered,
  .table.table-bordered td,
  .table.table-bordered tbody,
  .table.table-bordered tr {
    display: block;
    width: 100%;
  }

  .table.table-bordered td p {
    font-size: 0.875rem;
  }

  /* Remove or adjust margin so each 'column' stands apart */
  .table.table-bordered td {
    margin-bottom: 20px;
  }
  .stroff p {
    word-break: break-all;
  }
  h2 {
    width: 80% !important;
  }
}
.references {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 65%;
  max-width: 100%;
}
.cientific {
  background-color: rgba(128, 128, 128, 0.432);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 20px;
}
