.bg-home {
    background: url("../images/bg-home02.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

header {
    margin-bottom: 70px;
}

.content-retrospective {
    gap: 150px;
}

.content-retrospective > * {
    flex: 1;
}

.text-content {
    gap: 45px;
}

.text-content svg {
    margin-bottom: 1px;
}

form {
    gap: 10px;
}

footer {
    margin-top: 115px;
    display: flex;
    gap: 10px;
}

footer a {
    color: #FFF;
}

.nao-encontrado h1 {
    font-size: 48px;
    line-height: 0px;
}

.nao-encontrado h2 {
    font-size: 30px;
    max-width: 350px;
}

.nao-encontrado h3 {
    font-size: 22px;
    font-weight: normal;
}

.nao-encontrado a {
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #FFF;
    text-decoration: none;
}

.nao-encontrado .btn-primary{
    width: 300px;
}

/* RESPONSIVIDADE */
@media screen and (max-width: 768px) {
    .bg-home {
        background: url("../images/bg-mobile-home.png") no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 40px 20px;
    }

    header {
        margin-bottom: 60px;
    }

    .logo-lab-pardini img {
        max-width: 150px;
    }

    .content-retrospective {
        flex-direction: column;
        gap: 40px;
        padding: 0 25px;
    }

    .text-content {
        gap: 30px;
    }

    .text-content img {
        max-width: 100%;
        height: auto;
    }

    .text-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .form-login {
        width: 100%;
    }

    form input {
        width: 100%;
        padding: 15px;
        font-size: 14px;
    }

    footer {
        margin-top: 60px;
        align-items: flex-start;
        text-align: left;
        gap: 15px;
        padding: 0 25px;
    }

    footer svg {
        width: 31px;
        height: 33px;
    }

    footer p {
        font-size: 14px;
    }

    .logo-effect {
        width: 120px;
    }
}

.content-logo-year {
    position: relative;
}

.logo-effect {
    position: absolute;
    top: 5%;
    right: 0;
    z-index: -1;
}
