#cerrajeria-automovil-conteiner {
    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-automovil-container {
    background-color: #252424;
    width: 90%;
    height: 23em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0.5em;
}

#cerrajeria-automovil-container h1 {
    color: #fff;
    text-align: center;
    background-color: #000;
}

#cerrajeria-automovil-container p {
    color: #fff;
    width: 50%;
    padding: 0.5em;
    font-size: 0.9em;
}

#cerrajeria-automovil-container img {
    height: 10em;
    position: relative;
    left: 8.5em;
    top: -17em;
}

#marcas-automovil {
    background-color: #181717;
    width: 90%;
    height: 23em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0.5em;
}

#marcas-automovil h2 {
    color: #fff;
    text-align: center;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: #0f0f0f;
    width: 90%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#marcas-automovil p {
    color: #fff;
    width: 100%;
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
}

#marcas-automovil img {
    display: block;
    width: 100%;
    height: 4em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#back {
    width: 3em;
    height: 1.5em;
    background-color: #000;
    position: fixed;
    top: 2em;
    border: 0.1em solid #fff;
}

#back a {
    display: inline;
    color: #fff;
    padding-left: 0.5em;
    text-decoration: none;
}

@media only screen and (min-width: 1280px) {
    
    #cerrajeria-automovil-container p {
        font-size: 1.5em;
        width: 25em;
    }

    #cerrajeria-automovil-container img {
        height: 16em;
        position: relative;
        left: 40em;
        top: -12em;
    }

    
    #marcas-automovil p {
        font-size: 1.5em;
    }

    #marcas-automovil img {
        height: 11em;
    }

    #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-automovil-conteiner {
        height: 68vh;
    }

    #cerrajeria-automovil-container p {
        font-size: 2em;
        width: 30em;
    }

    #cerrajeria-automovil-container img {
        height: 16em;
        position: relative;
        left: 65em;
        top: -14em;
    }

    #marcas-automovil h2 {
        font-size: 2.5em;
    }

    #marcas-automovil p {
        font-size: 2em;
    }

    #marcas-automovil img {
        height: 17em;
    }

    #back {
        width: 6.5em;
        height: 3em;
    }

    #back a {
        font-size: 1.5em;
    }
}