.container-contact-apresentation{
    height:auto ;
    background-color: var(--colors-blue-dark);
}

.motivational-text{
    width: 87%;
}

.box-form{
    width: 36rem;
    height: 35rem;
}

.submit-button{
    margin-top: 5rem;
    margin-bottom: 1rem;
    width: 112px;
    height: 48px;
    border-radius: 3px;
    background-color:#002B54;
    border: none;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-home-apresentation {
    margin-bottom: 15rem;
}

.footer-contact{
    background-color: #000B14;
}


@media (max-width: 920px) {
    .box-home{
        flex-direction: column;
    }

    .box-home-apresentation{
        margin-bottom: 2rem;
    }

    .motivational-text{
        width: 100%;
    }

    .subtitle-text{
        margin-top: 1rem;
    }

    .box-form{
        width: 93%;
        height: 32rem;
    }

    .box-logo-branco img {
        width: 48%;
        height: 100%;
        position: relative;
        left: 5.5rem;
    }

    .submit-button{
        margin-top: 0rem;
    }

}