.btn {
    border: solid 0.2rem rgb(var(--cor-geral-site-rgb));
    cursor: pointer;
    border-radius: 15rem;
    background-color: rgb(var(--cor-geral-site-rgb));
    color: rgba(var(--cor-site-rgb-branco), 1);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    outline: none;
    padding: 1.35rem 2.25rem;
}

.btn i,
.btn ins {
    font-size: 1.4rem;
    line-height: normal;
}

.pagina-conteudo .btn:hover {
    background-color: transparent;
    border-color: rgb(var(--cor-geral-site-rgb));
    color: rgb(var(--cor-geral-site-rgb));
}

.pagina-conteudo .container {
    margin-top: 0;
    margin-bottom: 12rem;
}

.pagina-conteudo .titulo {
    color: rgb(var(--cor-site-rgb-preto));
    font-weight: 500;
    --fontsize: 3.15rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    margin-bottom: 0;
}

.pagina-conteudo .subtitulo {
    color: rgba(var(--cor-site-rgb-preto),0.5);
    font-weight: 400;
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.pagina-conteudo .descricao {
    font-weight: 300;
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.5);
}

.pagina-conteudo .text-white .titulo {
    color: rgb(var(--cor-site-rgb-branco));
    font-weight: bold;
    --fontsize: 3.5rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
}

.pagina-conteudo .text-white .descricao {
    color: rgba(var(--cor-site-rgb-branco),0.75);
    font-weight: 400;
}