.departamentoactive {
    color: #ff9933 !important;
}

.app-qrcode {
    width: 100px;
    height: 100px;
    position: absolute; 
    top: 20px; 
    right: 20px; 
    z-index: 1;
    opacity: 0.2;
    transition: 300ms;
}

.app-qrcode.aberto {
    width: 300px;
    height: 300px;
    opacity: 1;
}

.app-qrcode img {
    width: 100%;
}