.presentacion {
    position: relative;
}

.presentacion img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    transform: translate(30%);
}
.presentacion img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 140%;
    transform: translate(32%, -28px);
}
.cancelar {
    background: transparent !important;
    color: #717171 !important;
    max-width: 120px;
    padding: 2px !important;
    float: right !important;
    border: solid 1px #b1b1b1;
}
.fecha {
    display: inline-block;
    max-width: 120px;
    border: none;
}
.enviarPQR {
    margin: 32px 0;
    width: 100%;
}
span.Recibido {
    background: forestgreen;
    color: white;
    padding: 4px 12px;
    border-radius: 9px;
}
span.Proceso {
    background: blue;
    color: white;
    padding: 4px 12px;
    border-radius: 9px;
}
span.Cerrado {
    background: red;
    color: white;
    padding: 4px 12px;
    border-radius: 9px;
}