@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;
    background: linear-gradient(to bottom, #ffffff, #fef6d8);
  }
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 + .9vw);
    font-weight: 700;
    color: #fff;
    background-color: #FFC107;
    text-align: center;
}

.rodape {
  background: #fff; /* ou 'transparent' se o fundo da página for branco */
  text-align: center;
  font-size: 1.3rem;
  color: #6b7280;
  padding: 2rem 1rem 3rem;
  font-family: 'Inter', sans-serif;
  margin-top: auto;
  border-top: 1px solid #e5e7eb;
}

.rodapeConteiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.rodapeConteiner p {
  font-size: 1.2rem;
  color: #4b5563;
  margin: 0;
}

.rodapeConteiner a {
  color: #2563eb;
  text-decoration: none;
  font-size: 1.3rem;
  margin: 0 1rem;
  transition: color 0.2s ease;
}

.rodapeConteiner a:hover {
  color: #1e40af;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .rodapeConteiner a {
    display: inline-block;
    margin: 0.4rem 0.6rem;
    font-size: 1.2rem;
  }
}





.botoes{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.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;
    }
}

.commentsvalue {
  display: flex;
  justify-content: center;
  letter-spacing: 0.5px;
  margin: 0 auto;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 5px;
  color: black;
}
@media (max-width: 600px) {
  .commentsvalue {
    width: 92%;
    font-size: 15px;
    font-weight: bold;
  }
}
.scientificref {
  display: flex; 
  justify-content: center;
}
@media (max-width: 600px) {
  .scientificref {
    flex-direction: column;
  }
  .scientificref p{
    font-size: 12px;
  }
}
.scientificref p {
  width: 450px; 
  max-width: 100%;
  font-size: 16px; 
  font-family: 'Roboto', Regular;
  color: gray;
}
.imgref {
  max-width: 100%;
  width: 520px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
section {
  width: 60vw;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 15px;
  height: auto;
  background-color: white;
}
@media (max-width: 1150px) {
  section {
  width: 90vw;
  max-width: 100%;
  }
}