.cabecalho__subtitulo {
    color: var(--cor0);
    font-family: var(--font-titulo);
    font-size: 1.1rem;
    font-weight: 100;  
}

.cabecalho__subtitulo::before, .cabecalho__subtitulo::after {
    font-weight: bold;
}

.cabecalho__subtitulo::before {
    color: var(--cor0);
    content: "class" "\003D";
}

.cabecalho__subtitulo::after {
    color: var(--cor1);
    content: "\003e";
    font-size: 3.5rem;
}

.cabecalho__subtitulo--aspas::before, .cabecalho__subtitulo--aspas::after {
    color: var(--cor0);
    content: "\FF02";
}

@media screen and (min-width: 600px) and (max-width: 904px) { 

    .cabecalho__subtitulo {
        font-size: 1.5rem;  
    }

    .cabecalho__subtitulo::after {
        font-size: 3.5rem;
    }

}

@media screen and (min-width: 905px) { 

    .cabecalho__subtitulo {
        font-size: 1.3rem;  
    }

    .cabecalho__subtitulo::after {
        font-size: 3rem;
    }

}


