﻿.nav_container-dt {
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0rem 1rem 10px 1rem;
    background-image: url(../../assets/gamingmx/home/Recurso-menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px;
}

.btn_login-img {
    width: 4rem;
}

.btn_login-nolog {
    display: none;
    position: absolute;
    /* max-width: 10%; */
    /* min-width: 80px; */
    right: -30px;
    right: 4rem;
    top: 0;
    width: 4rem;
}

.text_a-login {
    display: none;
}

.nav-left {
    padding-left: 1rem;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-right: 2rem;
}

.nav_left-logo {
    /* max-width: 80%; */
    /* min-width: 200px; */
    width: 15rem;
}

.nav-links {
    color: black;
    text-decoration: none;
}

    .nav-links p {
        font-family: "pinup";
    }

    .nav-links:hover {
        color: #FFCB26;
    }

.btn_login {
    max-width: 60%;
    min-width: 100px;
    cursor: pointer;
}

.toggle-button {
    display: none;
    font-size: 3.5rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transform: translate(-50px, 0px);
    font-weight: 800;
}

.close-button {
    display: none;
    font-size: 3.5em;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media (max-width: 980px) {
    .text_a-login {
        display: block;
    }

    .text_img-login {
        display: none;
    }

    .btn_login-nolog {
        display: block;
        /* position: relative; */
        /* right: 0; */
        margin: 10px -22px;
    }

    .nav-right {
        position: fixed;
        right: -10000px;
        top: 0;
        height: 60%;
        width: 70%;
        flex-direction: column;
        padding: 8rem 2rem;
        background-color: #000000d1;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transition: right 0.3s ease-in-out;
        z-index: 10000;
        align-items: flex-end;
        gap: 10px;
        text-align: right;
        transform: translate(0%, 12px);
        border-radius: 10px;
    }

        /* .nav_container-dt {
        background-image: none;
    }*/

        .nav-right.active {
            right: 0; /* Mover al área visible */
        }

        .nav-right .nav-links {
            margin: 15px 0;
        }

    .nav-links {
        color: white;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .toggle-button {
        display: block;
    }

    .close-button {
        display: block;
    }

    .nav_left-logo {
        /*display: none;*/
        width: 15rem;
        position: relative;
        top: -5px;
    }

    .btn_login {
        max-width: 80%;
    }
}
