body {
    background-image: url(../../../../assets/images/city.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.section_error {
    height: 100vh;
}

.card-image {
    min-height: 100vh;
    background-position: center bottom;
    background-size: 70%;
    background-repeat: no-repeat;
    /*  background-image: url(assets/images/enzo-erro.png);*/
    margin: 0;
}

.img-enzo img {
    width: 70%;
    bottom: 0;
}

.pc img {
    width: 32%;
    bottom: 0;
    z-index: -99;
    margin: 0 0 0 10%;
}

.content {
    color: #ccc;
    margin: 20% 0 0 10%;
}

h1 {
    color: #05646d;
    font-size: 160px;
    margin: 30px 0 10px 0;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    margin-top: 0;
    max-width: 700px;
    font-size: 42px;
    width: 100%;
    color: #25aab3;
}

p {
    padding-bottom: 32px;
    color: #25aab3;
    font-size: 20px;
    width: 100%;
    margin: auto;
}


.btn-voltar {
    border-radius: 15px;
    background-color: #518bc4;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 25%;
    height: auto;
    color: #25aab3;
    font-weight: bold;
    background: none;
    border: 2px solid #05646d;
}

.btn-voltar:hover {
    background-color: #518bc4;
    color: #fff;
    border: 2px solid #25aab3;
    border-radius: 30px;
    background-image: linear-gradient(to left, #25aab3, #05646d) !important;
    transition: .3s ease-in-out !important;
}





@media only screen and (max-width: 600px) {

    .card-image {
        min-height: 65vh;
        background-size: 85%;
    }

    .img-enzo img {
        width: 80%;
    }

    .content {
        color: #ccc;
        margin: 10% 0 0px 0%;
    }

    h1 {
        font-size: 70px;
        text-align: center;
        margin: 30px 0 10px 0;
    }

    h2 {
        margin-top: 0;
        max-width: 700px;
        font-size: 26px;
        width: 100%;
        text-align: center;
        color: #25aab3;
    }

    p {
        text-align: center;
        padding-bottom: 32px;
        color: #25aab3;
        font-size: 16px;
        width: 100%;
        margin: auto;
    }

    #btn-voltar {
        text-align: center;
    }

    .btn-voltar {
        margin: auto !important;
        border-radius: 20px;
        margin-right: 15px;
        margin-bottom: 10px;
        width: 40%;
    }

    .card-image {
        min-height: 50vh;
    }

}