:root {
    --theme1: #ec164b;
    --theme2: #f15958;
    --theme3: #f69291;
    --theme4: #fbd2d2;
    --text: #100f0a; /* #000 */
    --text2: #545f71;
    --azul-primario: #0038ea;
    --azul-secundario: #002cd0;
    --azul-terciario: #0029bc;
    --amarelo: #ffa811;
    --color-texto: #000;
    --titulo-beneficios: #032399;
    --titulo-depoimentos: #545f71;
    --texto-depoimentos: #6c757d;
    --background-you: #141131;
    --background-rodape: #1627a1;
    --background-formulario: #052288;
}

.content-row {
        width: 85%;
        margin: auto;
    }

@media screen and (min-width: 1024px) {
    .content-row {
        width: 75%;
        margin: auto;
    }
}

.title-v1 {
    line-height: 1.25em;
    text-align: center;
    font-size: 250%;
    font-weight: 600;
    color: var(--theme1);
    opacity: 0.95;
}

.subtitle-v1 {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .title-v1 {
        font-size: 150%;
    }
}

h1, h2, h3, h4, h5, h6, p, a {
    font-size: 110%;
}

@media screen and (max-width: 1024px) {
    p {
        font-size: 0.95em;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 175%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 125%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 75%;
}
