@media screen and (max-width: 992px) {
    body {
        background-position: center;
    }
    /* /////// TAMANHO DAS LETRAS ///// */
    /* texto primário */
    .nome-inicio h1 {
        font-size: 25px;
    }
    /* letras secundário e os 2 rodapé  */
    .nome-inicio h2 {
        font-size: 10px;
    }
    .rodape-01 h3 {
        font-size: 10px;
    }
    /* .rodape-02 h3 {
        font-size: 16px;
    } */
    /* .rodape-03 {
        font-size: 8px;
    } */
    /* letras dos links */
    .txt-links {
        font-size: 12px;
    }
    /* letras icones das midias  */
    .icones-midias {
        font-size: 20px;
    }
    /* .botao-insta {
        font-size: 16px;
    } */
    .box-musica {
        display: flex;
        justify-content: center;
        margin: 0px;
        padding: 0px;
        /* width: 100vw;
    height: 100vh; */
        /* background-color: rgba(141, 30, 30, 0.247); */
    }
    /*   QUADRO TRANSPARENTE */
    .layout-principal {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    main {
        display: block;
        border-radius: 10px;
        padding: 20px 0px;
        margin: 40px 20px;
        backdrop-filter: blur(7.5px);
        /*backdrop-filter: blur(5.7px); menos FOSCO*/
        -webkit-backdrop-filter: blur(7.5px);
        /*BORDA DO CARD*/
    }
    .simbolo-verificado,
    .nome-inicio h1 {
        display: inline-block;
    }
    #img-verificado {
        margin: 0;
        padding: 0;
        width: 18px;
        height: 18px;
    }
    /*    LOGO   */
    #img-perfil {
        border-radius: 100px;
        border-width: 1.3px;
        border-style: solid;
        width: 100px;
        height: 100px;
        padding: 5px;
        align-items: center;
        animation: circulo-01 0.3s infinite;
        -webkit-animation: circulo-01 0.3s infinite;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        animation-iteration-count: 4;
        -webkit-animation-iteration-count: 4;
        animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
    }
    /*  ////////////////////////  animacão da logo ///////////////////////////////*/
    .degrade-imagem::before {
        align-items: center;
        border-radius: 100px;
        content: '';
        z-index: -1;
        position: absolute;
        width: 111px;
        height: 111px;
        margin: auto;
        animation: AnimacaoBorda-01 3s infinite;
        -webkit-animation: AnimacaoBorda-01 3s infinite;
        animation-iteration-count: 0.8;
        -webkit-animation-iteration-count: 0.8;
        animation-delay: 1.3s;
        -webkit-animation-delay: 1.3s;
    }
    /*///////////////////////////////*/
    .degrade-imagem::after {
        filter: blur(20px);
        -webkit-filter: blur(20px);
    }
    @keyframes AnimacaoBorda-01 {
        0% {
            background-position: 0%;
        }
        100% {
            background-position: 700%;
        }
    }
    @-webkit-keyframes AnimacaoBorda-01 {
        0% {
            background-position: 0%;
        }
        100% {
            background-position: 700%;
        }
    }
    .imagem-inicio {
        display: flex;
        margin: 0px;
        align-content: center;
        justify-content: center;
    }
    @keyframes circulo-01 {
        0% {
            transform: perspective(0px) scaleX(1);
        }
        50% {
            transform: perspective(500px) scaleX(-1);
        }
    }
    @-webkit-keyframes circulo-01 {
        0% {
            -webkit-transform: perspective(0px) scaleX(1);
        }
        50% {
            -webkit-transform: perspective(500px) scaleX(-1);
        }
    }
    /*    NOMES INICIAL   */
    .nome-inicio {
        text-align: center;
        align-content: center;
        padding: 8px 0px;
    }
    h1 {
        /* text-transform: uppercase; */
        text-transform: lowercase;
        margin: 10px 0px;
    }
    h2 {
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    /*  LINKS DO MEIO */
    .links-geral a {
        text-decoration: none;
        transition: color 1.2s;
        -webkit-transition: color 1.2s;
        padding: 20px 0px;
        transition: 200ms linear;
        -webkit-transition: 200ms linear;
        transition: all 0.8s ease;
    }
    .links-geral a:hover {
        letter-spacing: 1px;
    }
    .txt-links {
        text-align: center;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    /*  BOTÕES DAS REDES SOCIAIS */
    .icones-midias {
        display: flex;
        justify-content: center;
        align-content: center;
        gap: 30px;
    }
    .icones-midias a {
        transition: color 0.5s;
        transition: 200ms linear;
        transition: all 0.8s ease;
    }
    .icones-midias a:hover {
        transition: color 0.5s;
        transform: scale(1.6);
        transition: 200ms linear;
        transition: all 0.8s ease;
    }
    /* RODAPE DO CARD */
    .card-geral {
        padding: 0px;
        margin: 20px;
        align-items: center;
        align-content: center;
    }
    .container {
        margin: auto;
        display: block;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    .botao-insta {
        text-align: center;
    }
    .rodape-01 {
        margin-top: 40px;
        text-align: center;
    }
    .rodape-01 h3 {
        text-transform: none;
        word-spacing: 1px;
        letter-spacing: 1px;
        font-size: 10px;
    }
    /* .rodape-03 {
        margin: 25px 0px 10px 0px;
        text-align: center;
    } */
    /* /////////////////////////////////// */
    .content {
        letter-spacing: 2px;
        font-weight: bold;
        padding: 5px;
    }
    /* .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
} */
    /* .top-bar .material-symbols-rounded {
    font-size: 24px;
} */
    /* .music-image {
    width: 230px;
    height: 230px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    margin-top: 25px;
    padding: 7px;
} */
    /* .music-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
} */
    /* .image-wrapper {
    display: flex;
    justify-content: center;
} */
    .music-titles {
        text-align: center;
        margin: 10px 0px;
    }
    .music-titles .name {
        font-size: 13px;
    }
    .music-titles .artist {
        font-size: 11px;
        margin-top: 5px;
        opacity: 0.9;
    }
    .progress-details {
        width: 100%;
        height: 7px;
        border-radius: 2px;
    }
    .progress-bar {
        width: 0%;
        height: inherit;
        border-radius: inherit;
        cursor: pointer;
        position: relative;
    }
    .progress-bar span {
        position: absolute;
        width: 12px;
        height: 12px;
        right: -5px;
    }
    .progress-details:hover .progress-bar span {
        opacity: 1;
    }
    .time {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 2px;
    }
    .control-btn {
        gap: 30px;
        margin-top: 35px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .control-btn span {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        /* box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.7); */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    .control-btn span:hover {
        transform: scale(2.0);
    }
    /* <!-- VIDEO DE BACKGROUND -->


    <!--<div class="video-fundo">
        <video autoplay loop muted plays-inline>
        <source src="img/video-background-02.mp4" type="video/mp4">
    </video>
    </div>--> */
    /* /////// VIDEO DE FUNDO ///// */
    /*.video-fundo {
    display: flex;
    top: 0px;
    bottom: 0px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}*/
}