.novoInteressado__panel {
    border: none;
    position: relative;
}
.novoInteressado__campo {
    position: absolute;
}

.novoInteressado__campo--output__tipo {
    left: 10px;
    top: 7px;
}
.novoInteressado__campo--select__tipo {
    left: 80px;
    top: 5px;
    width: 170px;
}

.novoInteressado__button {
    height: 35px;
    position: absolute;
}

@media screen and (min-width: 660px) {
    .buscaInteressado__panel--geral {
        height: 260px;
    }
    .novoInteressado__panel--dados {
        height: 130px;
    }

    .novoInteressado__campo--output__cpfcnpj {
        left: 10px;
        top: 40px;
    }
    .novoInteressado__campo--input__cpfcnpj {
        left: 80px;
        top: 35px;
        width: 210px;
    }

    .novoInteressado__campo--output__nome {
        left: 10px;
        top: 75px;
    }
    .novoInteressado__campo--input__nome {
        left: 80px;
        top: 70px;
        width: calc(100% - 100px);
    }

    .novoInteressado__campo--output__fone1 {
        left: 10px;
        top: 110px;
    }
    .novoInteressado__campo--input__fone1 {
        left: 90px;
        top: 105px;
        width: 100px;
    }

    .novoInteressado__campo--output__fone2 {
        left: 220px;
        top: 110px;
    }
    .novoInteressado__campo--input__fone2 {
        left: 300px;
        top: 105px;
        width: 100px;
    }

    .novoInteressado__button--gravar {
        left: 10px;
        width: calc(50% - 15px);
    }
    .novoInteressado__button--cancelar {
        right: 10px;
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 659px) {
    .novoInteressado__panel--dados {
        height: 230px;
    }

    .novoInteressado__campo--output__cpfcnpj {
        left: 10px;
        top: 40px;
    }
    .novoInteressado__campo--input__cpfcnpj {
        left: 10px;
        top: 60px;
        width: calc(100% - 20px);
    }

    .novoInteressado__campo--output__nome {
        left: 10px;
        top: 90px;
    }
    .novoInteressado__campo--input__nome {
        left: 10px;
        top: 110px;
        width: calc(100% - 20px);
    }

    .novoInteressado__campo--output__fone1 {
        left: 10px;
        top: 140px;
    }
    .novoInteressado__campo--input__fone1 {
        left: 10px;
        top: 160px;
        width: calc(100% - 20px);
    }

    .novoInteressado__campo--output__fone2 {
        left: 10px;
        top: 190px;
    }
    .novoInteressado__campo--input__fone2 {
        left: 10px;
        top: 210px;
        width: calc(100% - 20px);
    }

    .novoInteressado__button--gravar {
        left: 10px;
        width: calc(100% - 20px);
    }
    .novoInteressado__button--cancelar {
        left: 10px;
        top: 350px;
        width: calc(100% - 20px);
    }
}