#cerrajeria-urgente-container {
    display: flex;
    flex-direction: column;
    width: 80vw;
    height: 50vh;
    background-color: #000 ;
    border: solid 0.3em #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 2em;
    margin-bottom: 1.5em;
    overflow-y: scroll;
    box-shadow: 0.8em 0.8em 0.5em #1b1b1b;
}

#cerrajeria-urgente {
    background-color: #252424;
    width: 90%;
    height: 25.5em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0.5em;
    margin-top: 0em;
}

#cerrajeria-urgente h1 {
    color: #fff;
    text-align: center;
    background-color: #000;
}

#cerrajeria-urgente p {
    color: #fff;
    width: 50%;
    padding: 0.5em;
    font-size: 0.9em;
}

#cerrajeria-urgente img {
    height: 5em;
    position: absolute;
    top: 21em;
    left: 14em;
}

#img-24hs {
    height: 5em;
    position: absolute;
    margin-top: 7em;
    top: 21em;
    left: 14em;
}

#back {
    width: 3em;
    height: 1.5em;
    background-color: #000;
    position: fixed;
    top: 2em;
    left: -0.4em;
    border: 0.1em solid #fff;
}

#back a {
    display: inline;
    color: #fff;
    padding-left: 0.9em;
    text-decoration: none;
}


@media only screen and (min-width: 1280px) {

    #cerrajeria-urgente p {
        width: 70%;
        font-size: 1.8em;
    }

    #cerrajeria-urgente img {
        height: 7em;
        position: absolute;
        top: 25em;
        left: 55em;
    }

    #img-24hs {
        margin-top: 8em;
    }

    #back {
        width: 5em;
        height: 2.5em;
        position: fixed;
        top: 2em;
        left: -0.2em;
        border: 0.2em solid #fff;
    }

    #back a {
        text-decoration: none;
        position: absolute;
        left: 1em;
        font-size: 1.2em;
    }

}

@media only screen and (min-width: 1920px) {

    #cerrajeria-urgente h1 {
        font-size: 3.2em;
        font-weight: bold;
    }

    #cerrajeria-urgente {
        height: 30em;
    }

    #cerrajeria-urgente p {
        width: 70%;
        font-size: 2.5em;
    }

    #cerrajeria-urgente img {
        height: 9em;
        position: absolute;
        top: 26.5em;
        left: 85em;
    }

    #img-24hs {
        margin-top: 11em;
    }

    #back {
        width: 6.5em;
        height: 3em;
    }

    #back a {
        font-size: 1.5em;
    }

}