section.title__page {
    display: flex;
    min-width:100%; 
    background-repeat: no-repeat; 
    background-color: var(--azul);
} 

section.title__page .container {
    min-height: 435px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 70px;
}

section.title__page h1 {
    color:#fff;
    font-size: 46px;
    font-weight: bold;
    line-height: 100%;
}

section.title__page p {
    margin-top: 30px;
    color:#fff;
    font-size: 18px;
}

section.intro__page {
    padding: 90px 0;
    background: #f2f2f2;
}

section.intro__page .row {
    align-items: center;
}

section.intro__page h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--roxo);
    margin-bottom: 25px;
}

section.intro__page img {
    border-radius: 40px;
    display: block;
    width:100%;
}

section.intro__page p {
    margin-bottom: 15px;
}

section.page__content {
    padding: 90px 0;
}