/*buscaInteressadoTelaConsultas.xhtml*/
/*buscaInteressado.xhtml*/

@media screen and (min-width: 660px) {
    .buscaInteressado__dialog {
        height: 410px !important;
        width: 650px !important;
    }
}
@media screen and (max-width: 659px) {
    .buscaInteressado__dialog {
        height: 100% !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
    }
}