*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

@media (max-width: 1920px){

    body{
        background-color: #FCFCFC;
        background-image: url("RECURSOS_GRAFICOS/FONDOS/fondo8.svg");
    }

    body .container_nav{
        
        background-color: #fffbfb;
        margin-left:1%;
        margin-top: 1%;
        margin-right: 1%;
        border-radius: 15px;
        border: 2px solid #68b1ff;
        
    }

    nav{
        padding-top: 0.1%;
        padding-right: 0.5%;
        padding-left: 0.5%;
        padding-bottom: 0.5%;
    }

    nav .home{
        color: #000000;
        font-family: "Roboto", sans-serif;
        background-color: #fffbfb;
        border-radius: 15px;
        display: flex;
        margin-top: 0.5%;
        margin-bottom: 0.5%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        box-shadow: 0 0  10px #e7e1e1;
    }

    nav .home i{
        margin-left: 1%;
        margin-top: 0.5%;
        margin-bottom: 0.5%;
        padding-right: 10%;
    }
    
    nav .home .container_inicio{
        float: right;
        padding-left: 0.3%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        display: flex;
        align-items: center;
        width: 150px;
        height: auto;
        background-color: #fffbfb;
        
    }

    nav .home .container_inicio:hover{
        background-color: #e0e0e0;
        cursor: pointer;
        transition: 0.2s;
        
    }

    nav .home .container_NP{
        float: right;
        justify-content: center;
        display: flex;
        align-items: center;
        width: 250px;
        height: auto;
        background-color: #fffbfb;
    }

    nav .home .container_NP:hover{
        background-color: #e0e0e0;
        cursor: pointer;
        transition: 0.2s;
    }

    nav .home .container_P{
        float: right;
        justify-content: center;
        display: flex;
        align-items: center;
        width: 200px;
        height: auto;
        background-color: #fffbfb;
    }

    nav .home .container_P:hover{
        background-color: #e0e0e0;
        cursor: pointer;
        transition: 0.2s;
    }

    nav .home .container_H{
        justify-content: center;
        display: flex;
        align-items: center;
        width: 200px;
        height: auto;
        background-color: #fffbfb;
    }

    nav .home .container_H:hover{
        background-color: #e0e0e0;
        cursor: pointer;
        transition: 0.2s;
    }

    nav .home li{
        list-style: none;
    }

    nav .home a{
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        color: #000000;
    }

    #toggle{
        position: absolute;
        top: -100px;
    }

    nav .home .notificaciones{
        float: right;
        display: flex;
        padding-left: 55%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 1%;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    nav .home .notificaciones .foto_perfil{
        width: 50px;
        height: 50px;
        margin-left: 20%;
    }

    nav .home .notificaciones .foto_perfil:hover{
        cursor: pointer;
    }

    nav .home .notificaciones .bell:hover{
        cursor: pointer;
    }

    .Profile_menu{
        background-color: transparent;
        backdrop-filter: blur(3px);
        width: 9%;
        height: 40%;
        margin-right: 2%;
        position: relative;
        top: -20px;
        align-items: center;
        justify-content: center;
        float: right;
        border-radius: 10px;
        border: 2px solid #68b1ff;
        
        font-size: 12px;

        opacity: 0;
        display: none;
        transition: 0.3s;
        overflow: hidden;
        
    }

    .Profile_menu .Configuracion{
        background-color: transparent;
        border-color: transparent;
        margin-left: 4%;
        padding-bottom: 4%;
        font-size: 16px;
    }

    .Profile_menu .Cerrar_sesion{
        margin-left: 4%;
        background-color: transparent;
        border-color: transparent;
        font-size: 16px;
        padding-bottom: 4%;
    
    }

    .Profile_menu i{
        font-size: 20px;
        align-items: center;
        padding-top: 4%;
    }
    
    .Profile_menu .Container_Config{
        background-color: transparent;
        cursor: pointer;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 50%;
        padding-bottom: 4%;
        padding-left: 4%;
        padding-top: 3%;
        
    }

    .Profile_menu .Container_Config:hover{
        background-color: #e0e0e0;
        cursor: pointer;
    }

    .Profile_menu .Container_Close{
        background-color: transparent;
        cursor: pointer;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 50%;
        padding-bottom: 4%;
        padding-left: 4%;
        padding-top: 3%;
    }

    .Profile_menu .Container_Close:hover{
        background-color: #e0e0e0;
        cursor:pointer;
    }


}

.opacity{
    opacity: 1;
    display: block;
    transition: 0.3s;
}

