
body {
    margin: 0px;
}
.error-wrap {
    text-align: center;
    background: #e3e3e3;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 600px;
    height: calc(650px - 150px);
    margin-top: 150px;
}
.msj-wrap h2 {
    font-family: "montserrat-bold";
    font-weight: bold;
    font-size: 54px;
    margin: 0px auto 15px;
}
.msj-wrap p {
    font-family: "montserrat-regular";
    font-weight: 400;
    font-size: 26px;
    margin: 0px;
}
.msj-wrap span {
    display: block;
}
.buttons-wrap {
    display: flex;
    justify-content: center;
}
.btn-item {
    width: 280px;
    display: block;
    margin: 0px 0px;
    text-decoration: none;
}
.btn-item img {
    width: 150px;
}
.btn-item span {
    text-decoration: none;
    font-family: "montserrat-regular";
    font-weight: 400;
    color: #000;
    font-size: 23px;
    display: block;
}
.img-wrap {
    background: url('/assets/images/edificios.svg');
    background-size: 450px;
    background-repeat-y: no-repeat;
    background-position: 0px 40px;
}
.maletas-img {
    width: 500px;
} 
.en-404, .po-404 {
    display: none !important;
}
@media (max-width: 991px) {
    .error-wrap {
        margin-top: 105px;
    }
}
@media (max-width: 768px) {
    .msj-wrap p {
        font-size: 22px;
    }
}
@media (max-width: 600px) {
    .msj-wrap h2 {
        font-size: 35px;
    }
    .msj-wrap p {
        font-size: 20px;
    }
    .msj-wrap span {
        margin-top: 30px;
        font-size: 18px;
        padding-top: 30px;
        border-top: 1px solid #ccc;
    }
    .btn-item {
        width: 150px;
        display: block;
        margin: 0px 0px;
        text-decoration: none;
    }
    .btn-item img {
        width: 100px;
    }
    .btn-item span {
        text-decoration: none;
        font-size: 18px;
    }
    .img-wrap {
        background: url('/assets/images/edificios.svg');
        background-size: 350px;
        background-repeat-y: no-repeat;
        background-position: 0px 0px;
    }
    .maletas-img {
        width: 300px;
    }
}