.forma_obs {
    padding-top: 80px;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background-color: #222222;
}

.forma_obs .ph2 {
    color: #fff;
    padding-top: 20px;
}

form {
    width: 632px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
}

input[type="text"] {
    width: 556px;
    height: 64px;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #222222;
    margin: 10px 0;
    border: none;
    padding: 0 38px;
}
.agreement_feedback {
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.agreement a{
    color: #FFC000;
}
textarea {
    font-family: Montserrat;
    width: 556px;
    height: 160px;
    margin: 10px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    border: none;
    padding: 17px 38px;
    resize: none;
}

.obs_file {
    display: flex;
    align-items: center;
    margin: 27px 36px;
    cursor: pointer;
}

.obs_file p {
    margin-left: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

#form_file {
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
}

.obs_end {
    width: 560px;
    margin: 30px auto;
    display: flex;
    align-items: flex-start;
}

.obs_end p {
    margin-left: 16px;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #828282;
}

.modal {
    position: fixed;
    width: fit-content;
    max-height: 100%;
    padding: 100px 217px;
    border-radius: 20px;
    text-align: center;
    z-index: 20;
    background-color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.3s all;
    display: none;
}

.modal input {
    border: 1px solid #BDBDBD;
}

.modal form {
    padding: 0;
}

.modal .btn_max {
    width: 556px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 4;
    transition: .3s all;
    display: none;
}

.modal.is-show,
.overlay.is-show {
    display: block;
}

.close_modal {
    position: absolute;
    right: 30px;
    top: 30px;
}

@media (min-width: 960px) and (max-width: 1280px) {
    .modal {
        padding: 50px;
    }

    .modal h2 {
        font-size: 28px;
    }

    .modal .ph2 {
        font-size: 18px;
        line-height: 24px;
    }

    .close_modal {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    form {
        width: 480px;
    }

    input {
        width: 420px;
        padding: 0 30px;
    }

    textarea {
        width: 420px;
        padding: 17px 30px;
    }

    .modal {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }

    .modal .btn_max {
        width: 420px;
    }
}

@media (max-width: 639px) {
    form {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 100px;
    }

    input {
        width: 90%;
        padding: 0 13px;
    }

    textarea {
        width: 90%;
        padding: 13px 13px;
    }

    .obs_end {
        width: 90%;
    }

    .modal {
        width: 80%;
        margin: 0 auto;
        padding: 80px 5%;
    }

    .close_modal {
        width: 30px;
        height: 30px;
    }

    .modal form {
        width: 100%;
    }
        .modal .btn_max {
        width: 90%;
    }
}
