.no-acesso-error-page {
    height: 100vh;
    background-color: #1C2127;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.no-acesso-errorcontainer {
    position: absolute;
    right: 80px;
}

.no-acesso-errormessage {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 500;
    top: 230px;
    padding-left: 80px;
}

.no-acesso-errormessage2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 300;
    width: 360px;
    top: 280px;
    padding-left: 80px;
}

.no-acesso-errorneon {
    text-align: center;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
    font-size: 90px;
    color: #5BE0B3;
    letter-spacing: 3px;
    text-shadow: 0 0 5px #6EECC1;
    animation: flux 2s linear infinite;
}

.no-acesso-errordoor-frame {
    height: 495px;
    width: 295px;
    border-radius: 90px 90px 0 0;
    background-color: #8594A5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-acesso-errordoor {
    height: 450px;
    width: 250px;
    border-radius: 70px 70px 0 0;
    background-color: #A0AEC0;
}

.no-acesso-erroreye {
    top: 15px;
    left: 25px;
    height: 5px;
    width: 15px;
    border-radius: 50%;
    background-color: white;
    animation: eye 7s ease-in-out infinite;
    position: absolute;
}

.no-acesso-erroreye2 {
    left: 65px;
}

.no-acesso-errorwindow {
    height: 40px;
    width: 130px;
    background-color: #1C2127;
    border-radius: 3px;
    margin: 80px auto;
    position: relative;
}

.no-acesso-errorleaf {
    height: 40px;
    width: 130px;
    background-color: #8594A5;
    border-radius: 3px;
    margin: 80px auto;
    animation: leaf 7s infinite;
    transform-origin: right;
}

.no-acesso-errorhandle {
    height: 8px;
    width: 50px;
    border-radius: 4px;
    background-color: #EBF3FC;
    position: absolute;
    margin-top: 250px;
    margin-left: 30px;
}

.no-acesso-errorrectangle {
    height: 70px;
    width: 25px;
    background-color: #CBD8E6;
    border-radius: 4px;
    position: absolute;
    margin-top: 220px;
    margin-left: 20px;
}

@keyframes leaf {
    0% {
        transform: scaleX(1);
    }
    5% {
        transform: scaleX(0.2);
    }
    70% {
        transform: scaleX(0.2);
    }
    75% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes eye {
    0% {
        opacity: 0;
        transform: translateX(0)
    }
    5% {
        opacity: 0;
    }
    15% {
        opacity: 1;
        transform: translateX(0)
    }
    20% {
        transform: translateX(15px)
    }
    35% {
        transform: translateX(15px)
    }
    40% {
        transform: translateX(-15px)
    }
    60% {
        transform: translateX(-15px)
    }
    65% {
        transform: translateX(0)
    }
}

@keyframes flux {
    0%,
    100% {
        text-shadow: 0 0 5px #00FFC6, 0 0 15px #00FFC6, 0 0 50px #00FFC6, 0 0 50px #00FFC6, 0 0 2px #B9FFE8, 2px 2px 3px #12E29C;
        color: #4BFFEF;
    }
    50% {
        text-shadow: 0 0 3px #00B58D, 0 0 7px #00B58D, 0 0 25px #00B58D, 0 0 25px #00B58D, 0 0 2px #00B58D, 2px 2px 3px #006A60;
        color: #63D3AE;
    }
}

@media (max-width: 1024px) {
    .no-acesso-error-page {
        margin-left: 0px;
    }
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .no-acesso-error-page {
        height: 100vh; /* Permitir que la altura se ajuste */
        padding: 20px;
        flex-direction: column; /* Cambiar la dirección a columna */
        align-items: center; /* Centrar elementos */
    }

    .no-acesso-errorcontainer {
        right: 0; /* Quitar la posición absoluta para que se alinee con el texto */
        margin-top: 20px; /* Espacio superior */
        position: relative;
    }

    .no-acesso-errormessage {
        font-size: 24px;
        padding-left: 0; /* Quitar el padding a la izquierda */
        text-align: center; /* Centrar el texto */
    }

    .no-acesso-errormessage2 {
        font-size: 16px;
        width: 80%; /* Permitir que se ajuste al contenedor */
        padding-left: 0; /* Quitar el padding a la izquierda */
        text-align: center; /* Centrar el texto */
    }

    .no-acesso-errorneon {
        font-size: 60px;
        width: 100%; /* Permitir que se ajuste al contenedor */
        text-align: center; /* Centrar el texto */
    }

    .no-acesso-errordoor-frame {
        height: 380px; /* Ajustar la altura */
        width: 240px; /* Ajustar el ancho */
    }

    .no-acesso-errordoor {
        height: 340px; /* Ajustar la altura */
        width: 210px; /* Ajustar el ancho */
    }

    .no-acesso-errorwindow {
        width: 130px; /* Ajustar el ancho */
    }

    .no-acesso-errorleaf {
        width: 130px; /* Ajustar el ancho */
    }

    .no-acesso-errorhandle {
        margin-top: 180px; /* Ajustar la posición */
    }

    .no-acesso-errorrectangle {
        height: 50px; /* Ajustar la altura */
        margin-top: 160px;
    }
}

@media (max-width: 480px) {
    .no-acesso-errormessage {
        font-size: 20px;
    }

    .no-acesso-errormessage2 {
        font-size: 14px;
    }

    .no-acesso-errorneon {
        font-size: 50px;
    }

    .no-acesso-errordoor-frame {
        height: 320px; /* Ajustar la altura */
        width: 240px; /* Ajustar el ancho */
    }

    .no-acesso-errordoor {
        height: 290px; /* Ajustar la altura */
        width: 210px; /* Ajustar el ancho */
    }

    .no-acesso-errorwindow {
        width: 130px; /* Ajustar el ancho */
    }

    .no-acesso-errorleaf {
        width: 130px; /* Ajustar el ancho */
    }

    .no-acesso-errorhandle {
        margin-top: 170px; /* Ajustar la posición */
    }

    .no-acesso-errorrectangle {
        height: 40px; /* Ajustar la altura */
        margin-top: 155px;
    }
}