body {
    background-image: url('/Content/assets/gamingmx/errores/FONDO.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.center_footer-dt {
     position: static; 


}

.footer-container {
    padding: 15px 0px 15px;
}
.error-container {
    position: relative;
    z-index: 10;
    min-height: calc(90vh - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 100px;
}
/* Definir la animación de rotación */
@keyframes rotar {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}
/*Sombras de boton*/
button.btn-regresa-error404:hover {
    box-shadow: 0px 3px 35px #d7282e;
}
/* Aplicar la animación a la imagen */
.rotating-image {
    display: block;
    margin: 0 auto;
    animation: rotar 4s infinite alternate;
}
img.paracaidista-img {
    margin-top: 20px;
    width: 35%;
}
.btn-regresa-error404 {
   max-width: 80%;
}
.title {
    font-family: 'codec';
    color: white;
    font-weight: 100;
    font-size: 40px;
    margin-top: 10px;
}

.solucionalo {
    margin: 38px 230px;
    font-family: 'pinup';
    color: #E9273A;
    font-weight: 100;
    font-size: 30px;
}
img.paracaidista-img-left {
    width: 16%;
    position: absolute;
    left: 100px;
    top: 24%;
}
img.paracaidista-img-right {
    width: 22%;
    position: absolute;
    right: 0px;
    top: 270px;
}

.bug {
    color: #E9273A;
    font-family: 'pinup';
    font-size: 80px;
    margin-bottom: 0;
    margin-top: -20px;
}
#menu-top {
    min-height: 100px;
    width: 100%;
    /* height: 214px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: unset;
}

.section6-title {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

    .section6-title p {
        text-align: center;
        padding: 0 20px;
        font-size: 40px;
        color: black;
        font-weight: 400;
    }

        .section6-title p span {
            color: #ffcb00;
        }

    .section6-title img {
        width: 100%;
    }

.section6-sub {
    font-size: 22px !important;
    margin-top: 0;
}

.section6-title-center {
    text-align: center;
    color: white;
    font-size: 50px;
}

.gamer-line-left {
    animation: dash 2s linear forwards;
}


@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}


@media only screen and (max-width: 900px) {
    .title {
        font-size: 32px !important;
    }

    .bug {
        font-size: 32px;
    }

    .solucionalo {
        font-size: 21px;
        padding: 0px 4%;
        text-align: center;
        color: #E9273A;
    }

    .error-container {
        min-height: calc(100vh - 500px);
    }
}


.vouncher, .papas-izq, .papas-der, .papita {
    position: absolute;
}

.vouncher {
    left: 0;
    bottom: 50px;
}

.papas-izq {
    left: 100px;
    bottom: 200px;
}

.papas-der {
    right: 0;
    bottom: 100px;
    width: 150px;
}

.papita {
    right: 0;
    top: 100px;
    width: 120px;
}


@media only screen and (max-width: 900px) {
    .vouncher {
        width: 80px;
    }

    .papas-izq {
        left: 50px;
        width: 90px;
    }

    .papas-der {
        width: 100px;
    }

    .papita {
        width: 50px;
    }
}


@media only screen and (max-width: 780px) {
    .solucionalo {
        margin: 38px 20px;
        font-family: 'pinup';
        color: #E9273A;
        font-weight: 100;
        font-size: 30px;
    }
    img.paracaidista-img-left {
        display: none;
        width: 16%;
        position: absolute;
        left: 100px;
        top: 24%;
    }
    img.paracaidista-img-right {
        display:none;
        width: 22%;
        position: absolute;
        right: 99px;
        top: 160px;
    }
    .papita {
        top: 50px;
    }

    .vouncher {
        width: 55px;
        bottom: 0;
    }

    .papas-izq {
        left: 30px;
        width: 60px;
        bottom: 100px;
    }

    .papas-der {
        width: 55px;
    }
}
