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

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

header{
    font-size: clamp(2.2rem, 3vw, 3rem);
    background-color: #DC3546;
    padding-block: 1rem;
    color: #fff;
    text-align: center;
}

main{
    margin-top: 100px;
    width: 100%;
}
footer {
    margin-top: 400px !important;
}
.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;
}

.site-footer {
    background-color: #000;
    color: #fff;            /* texto branco */
    text-align: center;     /* centraliza tudo */
    padding: 24px 16px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .site-footer .legal-links {
    margin-top: 8px;
  }

  .site-footer .legal-links a {
    color: #fff;
    margin: 0 8px;
    text-decoration: none;
  }

  .site-footer .legal-links a:hover {
    text-decoration: underline;
  }

  .site-footer .disclaimer-text {
    font-size: 12px;
    max-width: 800px;
    margin: 24px auto 0;
    line-height: 1.4;
  }

  .site-footer .disclaimer-text p {
    margin-bottom: 12px;
}

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