/* Header */
header {
    padding-top: 35px;
    padding-bottom: 120px;
}

header.interna {
    background: #fff;
    padding: 32px 0;
    margin-bottom: 120px;
}

header.interna .container {
    display: flex;
    justify-content: center;
}

/* Intro */
header .intro .container {
    position: relative;
}

header .intro .left {
    max-width: 664px;
    padding: 60px 0;
}

header .intro img {
    position: absolute;
    left: 770px;
    top: -50px;
}

header .intro h1 strong {
    color: var(--azul);
}