.res-conflitos-popup{position:fixed;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:10;align-items:center;justify-content:center;opacity:0;pointer-events:none;display:-webkit-flex;display:-ms-flex;display:flex;transition:all .5s}.res-conflitos-popup .res-conflitos-box{background-color:#fff;padding:65px 50px;width:400px;max-width:90%;transition:all .5s;margin-top:-100%;position:relative}.res-conflitos-popup .res-conflitos-close{display:block;position:absolute;top:15px;right:15px;width:30px;height:30px;line-height:30px;border-radius:100%;background-color:#fff;text-align:center;color:#212121;font-size:18px;cursor:pointer}.res-conflitos-popup .res-conflitos-close:hover{background-color:#212121;color:#fff}.res-conflitos-popup.aberto{opacity:1;pointer-events:all}.res-conflitos-popup.aberto .res-conflitos-box{margin-top:0%}
