/* INTERNA */

.internatitle {
    display: flex;
    justify-content: center;
    background-color: #e4e4e4;
}

.internatitle h1 {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    padding: 20px 0;
    position: relative;
}

.internatitle h1::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 35%;
    height: 3px;
    /* background-color: #9A0000; */
    line-height: 1.6;
}

.internatitle__container {
    display: flex;
    flex-flow: row center;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	justify-content: space-between;
}

.internacontent, .internacontent--cinza {
    display: flex;
    flex-flow: row center;
    justify-content: center;
    align-items: center;
    align-content: center;

    
}

.internacontent {
    background-color: #FFF;
}

.internacontent--cinza {
    background-color: #e9e9e9;
}

.internacontent__container {
    min-height: 600px;
    padding: 40px 0;
}

@media (max-width: 720px) {

    .internatitle {
        margin-top: 0;
    }
}
