@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
    background-color: #DFDFDF!important;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.background-filter {
    background-image: url(/assets/default/img/error/filtro.png);
    mix-blend-mode: luminosity;
    opacity: 0.28;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

.space {
    height: 3rem;
}

.logo {
    width: 80%; 
    height: auto;
}

.card-fundo {
    background: url(/assets/default/img/error/card.png);
    padding: 20px 50px;
    width: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 948 / 301;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: x-small;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #4B4B4B;
}

.robo {
    position: relative;
    width: 500px;
    transform: translate(50%, 25%);
}

.error-baixo{
    position: absolute;
    bottom: 0;
    left: 0;
}

.error-1{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
}

.error-cima{
    position: absolute;
    top: 0;
    right: 0;
}

.error-2{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(10%);
}

@media screen and (max-width: 700px) {
    .logo {
        width: 80%;
    }

    .card-fundo {
        width: 100%;
        padding: 10px 20px;
    }

    .robo {
        width: 90%;
        transform: translate(25%, 40%);
    }
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
    .logo {
        width: 80%;
    }

    .card-fundo {
        width: 100%;
        padding: 10px 20px;
    }

    .robo {
        width: 80%;
        transform: translate(35%, 30%);
    }
}
