.buscaInteressado__panel {
    border: none;
    position: relative;
}
.buscaInteressado__campo {
    position: absolute;
}
.buscaInteressado__button {
    position: absolute;
}

@media screen and (min-width: 660px) {
    .buscaInteressado__panel {
        height: 50px;
    }

    .buscaInteressado__campo--output__nome {
        left: 10px;
        top: 15px;
    }
    .buscaInteressado__campo--input__nome {
        left: calc(20% - 65px);
        top: 10px;
        width: 210px;
    }

    .buscaInteressado__campo--output__cpfcnpj {
        left: calc(50% - 25px);
        top: 15px;
    }
    .buscaInteressado__campo--input__cpfcnpj {
        left: calc(50% + 40px);
        top: 10px;
        width: 120px;
    }

    .buscaInteressado__button--2__buscar {
        height: 28px;
        right: 10px;
        top: 10px;
        width: 120px;
    }

    .buscaInteressado__button--1__buscar {
        height: 28px;
        right: 80px;
        top: 10px;
        width: 50px;
    }
    .buscaInteressado__button--1__novo {
        height: 28px;
        right: 0px;
        top: 10px;
        width: 70px;
    }
}

@media screen and (max-width: 659px) {
    .buscaInteressado__panel {
        height: 130px;
    }

    .buscaInteressado__campo--output__nome {
        left: 10px;
        top: 15px;
    }
    .buscaInteressado__campo--input__nome {
        left: 80px;
        top: 10px;
        width: calc(100% - 90px);
    }

    .buscaInteressado__campo--output__cpfcnpj {
        left: 10px;
        top: 50px;
    }
    .buscaInteressado__campo--input__cpfcnpj {
        left: 80px;
        top: 45px;
        width: calc(100% - 90px);
    }

    .buscaInteressado__button--2__buscar {
        height: 35px;
        left: 10px;
        top: 80px;
        width: calc(100% - 20px);
    }

    .buscaInteressado__button--1__buscar {
        height: 35px;
        left: 10px;
        top: 80px;
        width: calc(50% - 30px);
    }
    .buscaInteressado__button--1__novo {
        height: 35px;
        right: 10px;
        top: 80px;
        width: calc(50% - 30px);
    }
}