.contato {
    background-image: url('../../images/bg-1-contato.png'), url('../../images/bg-2-contato.png');
    background-position: left top, right 163px;
    background-repeat: no-repeat;
    padding-top: 183px;
}

    .box-contato {
        border-radius: 24px 112px 24px 24px;
        background: var(--grey-05, #FFF);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
        padding: 48px 56px;
    }
    .box-contato header {
        text-align: center;
        margin-bottom: 56px;
    }
    .box-contato header h2 {
        color: #000;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }
    .box-contato header p {
        color: #656565;
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.24px;
        margin: 0;
        padding: 0;
    }

    .box-contato form {
        width: 100%;
    }
        .box-contato form .field-contato {
            border-radius: 8px;
            background: #F9F9F9;
            color: #616773;
            font-size: 0.75rem;
            font-style: normal;
            font-weight: 400;
            letter-spacing: -0.16px;
            margin-bottom: 32px;
            width: 100%;
            border: none;
            padding: 16px;
        }
            .box-contato form .field-contato::placeholder {
                color: #616773;
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                line-height: 1.25rem; /* 125% */
                letter-spacing: -0.16px;
            }
            .box-contato form .field-contato:last-child {
                margin-bottom: 0;
            }
            .box-contato form textarea {
                height: 190px;
            }
        .box-contato form {
            text-align: right;
        }
        .box-contato form .cta {
            border: none;
        }
    
