/* PC*/
        @media (min-width: 768px) {
            .navbar{
                background-color: #190529;
                width: 95.83%;
                margin: 25px auto 0 auto;
                left: 50%;
                height: 12.59vh;
                transform: translateX(-50%);
                border-radius: 22px;
                font-size: 20px;
            }
            .logo-image{
                height: 80%;
                position: fixed;
                left: 9.11vw;
            }
            .nav-menu{
                position: fixed;
                right: 9.11vw;
            }

            .mask{
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 12px;
            height: 57.3%h;
            display: flex;
            align-items: center;
            margin-top: 1.39vh;
            width: 93.53vw;
        }
        .diamantito{
            position: absolute;
            top: 70.72vh;
            left: 18.54vw;
            height: 40vh;
        }
        .hero-text{
            display: block;
            margin: auto;
        }
        }