
.contenidoSurPGU{
    background-image: url('../images/login/reclamos-pgu-2.png');
    background-repeat:no-repeat;
    background-position: bottom center;
    background-size: 100%;
    min-height: 130vh;
}

@media only screen and (min-width: 320px) {
    .contenidoSurPGU{
        min-height: 105vh;
    }
}

@media only screen and (min-width: 414px) {
    .contenidoSurPGU{
        min-height: 128vh;
    }
}

@media only screen and (min-width: 760px) {
    .contenidoSurPGU{
        background-position: right bottom;
        background-size: 525px;
        min-height: 132vh;
    }
}

@media only screen and (min-width: 800px) {
    .contenidoSurPGU{
        background-position: right bottom;
        background-size: 525px;
        min-height: 103vh;
    }
}

@media only screen and (min-width: 1024px) {
    .contenidoSurPGU{
        background-position: right center;
        background-size: 510px;
        min-height: 90vh;
    }
}