.texto_principal {
    text-align: center;
    font-family: var(--font-family-koho);
    color: var(--cor_cinza_escura);
    font-weight: bold;
    font-size: 2em;
    margin-top: 3vw;
    margin-bottom: 0;
}

.sub_texto_principal {
    text-align: center;
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_escura);
    font-size: 1.1em;
    margin-top: 1vw;
    margin-bottom: 1.5vw;
}

.box_header {
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 8vh;
    border-bottom: .01em solid var(--cor_cinza_clara);
    box-sizing: border-box;
    margin: 0;
}

    .box_header p {
        flex-grow: 1;
        text-align: center;
        font-weight: bold;
        font-size: 1.7em;
        font-weight: 500;
        font-family: var(--font-family-montserrat);
        margin: 0;
    }

    .box_header i {
        display: block;
        font-size: 1.3em;
        padding-right: 1.5vw;
        margin: 0;
    }


/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {


    .box_header {
        height: 10vh;
    }


}

@media only screen and (max-width: 768px) {


    .box_header {
        height: 10vh;

    }


}

@media only screen and (max-width: 480px) {


    .box_header {
        height: 12vh;
    }


}
