:root {
    --cor-texto-geral: rgb(255, 255, 255);
    --cor-fundo-geral: rgb(0, 0, 0);
    --cor-borda-geral: rgb(0, 183, 255);
    --cor-texto-botao: rgb(0, 72, 255);
    --cor-fonte-loading: rgb(255, 196, 0);
    --cor-fonte-hover-loading: rgb(255, 255, 255);
    --cor-borda-porcentagem-volume: rgba(1, 34, 115, 0.5);
    --cor-fechar-overlay: rgb(255, 0, 0);
    --cor-texto-menu: rgb(255, 250, 0);
    --cor-fundo-cv: rgb(176, 176, 176);
    --cor-texto-cv: rgb(0, 0, 0);
    --cor-link-cv: rgb(0, 155, 100);
    --cor-link-cv-hover: rgb(255, 145, 0);
}

/*Fonte Customizada*/
@font-face {
    font-family: 'nfs';
    font-display: auto;
    src: url('../src/fonts/NFS_by_JLTV.ttf') format('truetype');
}

@font-face {
    font-family: 'logomenu';
    font-display: auto;
    src: url('../src/fonts/airstrip.ttf') format('truetype');
}

@font-face {
    font-family: 'intromenu';
    font-display: auto;
    src: url('../src/fonts/ClearfaceGothicLTStd-Roman.otf') format('opentype');
}

@font-face {
    font-family: 'legendas';
    font-display: auto;
    src: url('../src/fonts/ChronoType.ttf') format('truetype');
}

/* CSS */
body {
    font-family: 'Lucida Sans',
        'Lucida Sans Regular',
        'Lucida Grande',
        'Lucida Sans Unicode',
        Geneva,
        Verdana,
        sans-serif,
        'nfs',
        'Lato';
    background-color: var(--cor-fundo-geral);
    color: var(--cor-texto-geral);
}

/* CSS Intro Capa Efeito */
.overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
}

.overlay-content6 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: none;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay .closebtn:hover {
    background-color: var(--cor-fechar-overlay);
}

#gamepad_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: 0.2%;
}

/*Layout Intro*/

.intro-container {
    width: 100vw;
    height: 99.5vh;
}

.logo-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../src/img/layout_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100vh;
    width: 100vw;
}

.logo-container table {
    /* border: 1px solid; */
    border-color: rgb(250, 250, 250);
    width: 100%;
    height: auto;
    margin: auto;
    table-layout: fixed;
}

.logo-container td {
    /* border: 1px solid; */
    text-align: center;
    vertical-align: middle;
}

.logo-container .titulo {
    color: var(--cor-borda-geral);
    font-size: 30px;
    font-style: italic;
    font-family: 'Courier New', Courier, monospace;
    font-style: oblique;
    -webkit-text-stroke: 1px rgb(163, 250, 255);
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.logo-container .linha02 {
    padding-right: 5%;
}

.logo-container .nome {
    /* efeito degrade */
    background-image: linear-gradient(to top, rgb(0, 102, 255), rgb(122, 240, 255), rgb(0, 102, 255));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* config normal */
    color: var(--cor-borda-geral);
    font-size: 6.8vw;
    padding-top: 4%;
    font-style: italic;
    font-family: 'nfs';
    font-style: oblique;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.logo-container .linha03 {
    padding-bottom: 2%;
    padding-right: 4%;
}

.logo-container .subtitulo {
    color: rgb(128, 0, 0);
    font-size: 6vw;
    font-style: italic;
    font-family: 'nfs';
    font-style: oblique;
    -webkit-text-stroke: 1px var(--cor-borda-geral);
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    padding-bottom: 2.5%;
}

#loading {
    color: var(--cor-fonte-loading);
    font-size: 140%;
    transition: all .4s ease-in-out
}

#loading:hover {
    color: var(--cor-fonte-hover-loading);
}

#linha-btn-intro,
#linha-btn-intro button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#linha-btn-intro button img {
    transition: all .4s ease-in-out;
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
}

#myLoading {
    background-color: var(--cor-fundo-geral);
    background-image: none;
}

#myCV {
    background-image: none;
    background-color: var(--cor-fundo-cv);
    color: var(--cor-texto-cv);
}

#loading-menu {
    max-width: 100%;
}

.logo-container .btn-intro {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border: none;
    background-color: rgba(0, 0, 0, 0.0);
    color: var(--cor-texto-geral);
    font-size: 150%;
    font-family: 'Lucida Sans',
        'Lucida Sans Regular',
        'Lucida Grande',
        'Lucida Sans Unicode',
        Geneva,
        Verdana,
        sans-serif;
    transition: all .4s ease-in-out;
    margin: 1%;
}

.logo-container .btn-intro:hover {
    background-color: rgba(250, 250, 250, 0.9);
    color: var(--cor-fundo-geral);
    border-radius: 15px;
}

.logo-container .btn-intro:focus {
    background-color: rgba(250, 250, 250, 0.9);
    color: var(--cor-fundo-geral);
    border-radius: 15px;
}

.logo-container .container-rodape {
    color: var(--cor-borda-geral);
    font-size: 30px;
    font-style: italic;
    font-family: 'Courier New', Courier, monospace;
    font-style: oblique;
    -webkit-text-stroke: 1px rgb(163, 250, 255);
    text-shadow: 1px 1px 1px #fff;
}

/* Menu */
.container,
.overlay {
    display: flex;
    background-image: url(../src/img/menu-fundo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 99.9vh;
    width: auto;
}

/* Efeito Marquee sugerido pelo ChatGPT */
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee a {
    display: block;
    animation: marquee 1s linear infinite;
}

.marquee_audio {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee_audio span {
    display: block;
    animation: marquee 3s linear infinite;
}

.marquee_texto {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee_texto a {
    display: block;
    animation: marquee 3s linear infinite;
}

.menu {
    display: flex;
}

.lado-esquerdo {
    font-family: 'Arial Narrow', Arial;
    width: 50%;
    height: 80%;
}

.lado-esquerdo .titulo-container {
    display: flex;
    flex-direction: row;
    background-color: var(--cor-fundo-geral);
    margin-top: 8%;
    padding-left: 2%;
    max-height: 13%;
    align-items: center;
}

.lado-esquerdo .titulo-container img {
    height: 100px;
    max-width: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.1%;
    margin-right: 0.1%;
}

.lado-esquerdo h2 {
    font-family: 'logomenu';
    font-size: 190%;
    color: var(--cor-texto-menu);
    padding-left: 2%;
    padding: auto;
}

.menu-smartphones h2 {
    font-family: 'logomenu';
    font-size: 190%;
    color: var(--cor-texto-menu);
    padding-left: 2%;
    padding: auto;
}

.lado-esquerdo h3 {
    font-family: 'Arial Narrow';
    font-size: 35px;
    color: var(--cor-texto-menu);
    padding-left: 2%;
    padding-top: 1.5%;
}

.lado-esquerdo .linha {
    display: flex;
    justify-content: center;
    background-color: var(--cor-fundo-geral);
    border: 1px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 30px;
    width: 21vw;
    height: 15%;
    padding: 1%;
    margin: 0.2%;
    padding-right: auto;
}

.lado-esquerdo a {
    font-size: 180%;
    transition: all .3s ease-in-out;
    color: var(--cor-texto-botao);
    text-decoration: none;
    padding: auto;
    margin: auto;
}

.lado-esquerdo a:hover {
    color: var(--cor-texto-menu);
    cursor: pointer;
}

.lado-esquerdo a:focus,
a:active {
    color: var(--cor-texto-menu);
}

.setup-audio-container button,
.lado-esquerdo button {
    font-size: 35px;
    transition: all .3s ease-in-out;
    color: var(--cor-texto-botao);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
}

.setup-audio-container button:hover,
.lado-esquerdo button:hover {
    color: var(--cor-texto-menu);
}

.lado-esquerdo button:focus,
button:active {
    color: var(--cor-texto-menu);
    cursor: pointer;
}

.lado-esquerdo .nome-jogador {
    background-color: var(--cor-fundo-geral);
    border: 1px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 25px;
}

.lado-esquerdo input {
    background-color: var(--cor-fundo-geral);
    border: 1px solid;
    border-color: var(--cor-borda-geral);
    color: var(--cor-texto-botao);
    font-size: 35px;
    border-radius: 15px;
    width: 30%;
    height: 4%;
    padding-left: 1%;
}

.lado-esquerdo input[type="number"] {
    display: none;
}

.oculto {
    display: none;
}

#standart-menu {
    position: relative;
    overflow: hidden;
}

#myAjuda {
    width: 30vw;
}

#myAjuda img {
    height: 70px;
}

#ajuda-menu {
    position: fixed;
    top: 50px;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    /* Isso garante que a tela de ajuda apareça acima da tela padrão */
    z-index: 3;
    overflow: auto;
}

#gamepad-menu img {
    height: 100px;
}

#myGamepad {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    width: auto;
    height: auto;
    z-index: 3;
}

.gamepad-animation-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gamepad-animation-container h6 {
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}

.ajuda-menu-container {
    display: flex;
    height: 100%;
    padding-top: 11.5%;
    width: 55%;
    justify-content: center;
    align-items: center;
}

.ajuda-menu-container table,
#ajuda-menu table {
    width: auto;
    margin: auto;
}

.ajuda-menu-container td,
#ajuda-menu td {
    vertical-align: middle;
    text-align: center;
}

.ajuda-menu-container img {
    width: 32%;
    padding-right: 4%;
}

.ajuda-menu-container span {
    display: flex;
    align-items: center;
    color: rgb(163, 250, 255);
    font-weight: bolder;
    font-family: 'intromenu';
    font-size: 30px;
    cursor: pointer;
}

#fechar_ajuda:hover {
    cursor: pointer;
}

.buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.buttons-container>* {
    margin: 2px;
}

.legenda-container,
.legenda-container label {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Audio Container */
.audio-container {
    padding: auto;
    margin-right: 6%;
    display: flex;
    justify-content: right;
}

.audio-container #efeitos-play,
.audio-container #motor-play,
.audio-container #articulacao-play,
.audio-container #som-ambiente-play {
    display: none;
}

.audio-container audio::-webkit-media-controls-enclosure {
    background-color: rgba(122, 240, 255, 0.4);
}

.audio-container .nome_musica_container {
    width: 100%;
    align-self: center;
}

.audio-container .nome_musica_container #nome_musica {
    font-size: 20px;
    color: rgb(0, 255, 255);
    transition: all .6s ease-in-out;
    cursor: default;
}

.audio-container .nome_musica_container #nome_musica:hover {
    color: rgb(250, 250, 250);
}

/* Área do Vídeo animado */
.video-container {
    margin-top: 1.2%;
    padding: 0.2%;
    border: 2px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 10px;
    background-color: var(--cor-fundo-geral);
    background-image: linear-gradient(to right,
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 0, 0),
            rgb(0, 102, 255));
    width: 47vw;
    height: 76vh;
}

.video-container #fundo-animado {
    height: 100%;
    width: 100%;
    padding: 0.5%;
    border-radius: 5px;
}

/* Habilidades & Conhecimentos */
.setup-audio-container .seletor-container,
.lado-esquerdo .linha .seletor-container {
    display: flex;
}

.setup-audio-container .seletor-container:hover,
.lado-esquerdo .linha .seletor-container:hover {
    color: var(--cor-texto-menu);
    cursor: pointer;
}

#retornarhab {
    display: flex;
    justify-content: center;
}

#retornarcon {
    display: flex;
    justify-content: center;
}

.specs-container {
    border: 2px solid;
    border-color: var(--cor-borda-geral);
    background-color: var(--cor-fundo-geral);
    color: var(--cor-fonte-hover-loading);
    border-radius: 10px;
    max-width: 100%;
    margin: 1.2%;
}

.specs-container #specs-animado-hab,
.specs-container #specs-animado-con {
    max-width: 100%;
    border-radius: 10px;
}

.specs-container .linha-specs {
    background-color: var(--cor-fundo-geral);
    border: 1px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 15px;
    width: 100%;
    padding: 0.1%;
}

.status-container {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.status-container .linha-status {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
}

.status-container progress {
    border-radius: 7px;
    padding-left: 10%;
    width: auto;
    height: 22px;
    margin-left: -11.5%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.status-container progress::-webkit-progress-bar {
    background-color: rgba(0, 0, 0, 0.0);
}

.status-container progress::-webkit-progress-value {
    background-color: blue;
    background-image: linear-gradient(to left, rgba(0, 255, 255, 0.5), rgba(0, 0, 0, 0.0), rgb(0, 0, 255));
    box-shadow: 1px 1px 5px 3px rgba(0, 255, 255, 0.8);
}

.status-container label {
    font-size: 15px;
    color: var(--cor-borda-geral);
    font-family: 'Consolas';
    font-weight: normal;
    padding-left: 2%;
}

/* Diplomas & Certificados */
#retornardip {
    display: flex;
    justify-content: center;
}

.pdf-container {
    border: 2px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 10px;
    color: var(--cor-fonte-hover-loading);
    /* width: auto; */
    height: 85%;
    margin: 1%;
}

.pdf-container embed {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.pdf-container .linha {
    background-color: var(--cor-fundo-geral);
    border: 1px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 15px;
    width: auto;
    margin: auto;
}

.pdf-container #link_pdf {
    font-size: 18px;
    transition: all .3s ease-in-out;
    color: var(--cor-texto-botao);
    text-decoration: none;
}

.pdf-container #link_pdf:hover {
    color: rgb(43, 255, 0);
    cursor: pointer;
}

/* Curriculo Vitae */
#cv-menu {
    width: 210mm;
    /* height: auto; */
    box-sizing: border-box;
}

.cv-container {
    padding: 10mm;
}

.conteudo {
    height: auto;
}

.estilo_legenda {
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: x-large;
}

.menu_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabecalho {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.avatar {
    margin-left: 2%;
    border: 10px solid blue;
    border-radius: 5%;
    padding-top: 12px;
    background-color: var(--cor-fundo-cv);
}

.nome_curriculo {
    text-align: center;
}

.iniciais {
    color: blue;
}

.nome_social {
    color: rgb(0, 174, 255);
}

.link {
    font-weight: bold;
    background-color: var(--cor-fundo-cv);
    padding: 10px;
    font-size: 15px;
    font-family: 'Gill Sans',
        'Gill Sans MT',
        'Calibri',
        'Trebuchet MS',
        sans-serif;
    color: var(--cor-link-cv);
}

.link:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    color: var(--cor-link-cv-hover);
}

.link:focus {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    color: rgb(155, 119, 0);
}

#myCV h2 {
    font-size: larger;
    font-weight: 500;
    text-align: left;
    border-radius: 5px;
    background-image: linear-gradient(to left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.8));
}

#myCV p {
    text-align: justify;
    margin: 5px;
    padding-left: 3px;
    line-height: 1.6;
    /* Altura da linha */
    text-align: justify;
    /* Alinhamento do texto */
    margin-bottom: 20px;
    /* Margem inferior */
}

#myCV a,
#myCV h3 {
    color: var(--cor-link-cv);
    text-decoration: none;
    transition: all .4s ease-in-out;
    font-size: large;
}

#myCV .jovem-programador {
    font-size: medium;
    text-decoration: none;
    /* Remove o sublinhado */
    color: inherit;
    /* Faz com que a cor do link seja a mesma que o texto ao redor */
}

#myCV .jovem-programador:hover,
#myCV .jovem-programador:focus,
#myCV .jovem-programador:active {
    text-decoration: none;
    /* Remove o sublinhado quando o link é passado com o mouse ou focado */
    color: inherit;
    /* Faz com que a cor do link seja a mesma que o texto ao redor quando o link é passado com o mouse ou focado */
}

#myCV li,
#myCV ul,
.tabela-academica,
.tabela-reconhecimentos {
    background-image: linear-gradient(to left, rgba(100, 100, 100, 0.8), rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.8));
}

#myCV table,
#myCV tr,
#myCV td {
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    border-radius: 5px;
}

.formacao table,
.reconhecimentos table {
    width: 100%;
    /* Faz com que a tabela ocupe toda a largura do contêiner */
    table-layout: fixed;
    /* Faz com que as colunas tenham larguras iguais */
}

.formacao td,
.reconhecimentos td {
    text-align: left;
    /* Alinha o texto à esquerda */
}

#myCV a:hover,
#myCV .jovem-programador:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    color: var(--cor-link-cv-hover);
    cursor: pointer;
}

#myCV h3:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    color: var(--cor-link-cv-hover);
}

#myCV button[name="drop"] {
    border: none;
    cursor: pointer;
    font-weight: bold;
    background-color: white;
    padding: 10px;
    font-size: 15px;
    color: black;
    cursor: pointer;
}

#pdf-btn:hover {
    cursor: pointer;
}

.btn-container {
    display: flex;
    justify-content: center;
    padding: 1%;
}

.btn-container #imprimir_btn,
.btn-container #emitir_btn,
.btn-container #cv_btn {
    border: none;
    background-color: rgba(120, 120, 120, 0.9);
    color: rgb(0, 174, 255);
    border: 1px solid;
    font-size: 25px;
    font-family: 'Lucida Sans',
        'Lucida Sans Regular',
        'Lucida Grande',
        'Lucida Sans Unicode',
        Geneva,
        Verdana,
        sans-serif;
    transition: all .4s ease-in-out;
    margin: 1%;
}

.btn-container #cv_btn:hover,
#fechar_ajuda:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(250, 0, 0);
    border-radius: 15px;
}

.btn-container #cv_btn:focus {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(50, 250, 0);
    border-radius: 15px;
}

.btn-container #emitir_btn:hover,
.btn-container #emitir_btn:focus {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(50, 250, 0);
    border-radius: 15px;
}

.btn-container #imprimir_btn:hover,
.btn-container #imprimir_btn:focus {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(250, 187, 0);
    border-radius: 15px;
}

.redes-sociais-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redes-sociais-container img {
    height: 50px;
    width: 50px;
}

@media print {
    /* --- 1. Reset Global e Definição da Folha --- */

    body,
    html {
        margin: 0 !important;
        padding: 0 !important;
        background: white !important;
        overflow-x: hidden !important;
    }

    @page {
        margin: 0.8in;
        /* Margem de 2cm */
        size: A4 portrait;
    }

    /* --- 2. Anulação do Layout de Dashboard (ID e Classes Superiores) --- */

    /* Alvo: Containers do layout de jogo (Reset Total) */
    #cv-menu,
    #myCV,
    .overlay,
    .overlay-content {
        position: static !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    /* --- 3. Foco no Conteúdo Principal (#A4 e Filhos) --- */

    .conteudo#A4 {
        width: 100% !important;
        max-width: 6.9in !important;
        margin: 0 auto !important;
        padding: 0 !important;
        background-color: transparent !important;
    }

    /* FORÇA O TEXTO PRETO E ANULA FUNDOS/DECORAÇÕES EM TODOS OS ELEMENTOS DENTRO DO #A4 */
    .conteudo#A4 * {
        color: #000 !important;
        /* Solução principal para o texto preto */
        background-color: transparent !important;
        background-image: none !important;
        /* ANULA TODOS OS GRADIENTES DE FUNDO */
        box-shadow: none !important;
        text-shadow: none !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;

        /* Retira efeitos de hover que podem ter fundos pretos */
        border-radius: 0 !important;
        cursor: default !important;
    }

    /* --- 4. Correções de Blocos e Cores Específicas --- */

    /* Mantém as cores personalizadas do nome (se for essa a intenção) */
    .iniciais,
    .nome_social {
        color: blue !important;
    }

    /* Corrige o cabeçalho para garantir que o layout de flexbox não quebre o alinhamento */
    .cabecalho {
        display: block !important;
        text-align: center !important;
    }

    /* Remove a borda azul e o padding do avatar */
    .avatar {
        border: none !important;
        padding: 0 !important;
        margin: 0 auto 15px !important;
        /* Adiciona margem inferior */
        display: block !important;
    }

    /* Tabela: Borda e Alinhamento */
    /* A. Faz com que a tabela não se comporte mais como tabela */
    .formacao table,
    .reconhecimentos table {
        display: block !important;
        width: 100% !important;
        border: none !important;
    }

    /* B. Faz com que a linha não se comporte mais como linha */
    .formacao tr,
    .reconhecimentos tr {
        display: block !important;
        margin-bottom: 15px !important;
        /* Espaço entre cada item (ex-linha) */
        border: 1px solid #ccc !important;
        /* Adiciona uma borda visual para separar o item */
        padding: 5px !important;
        page-break-inside: avoid !important;
        /* Evita que o item seja cortado no meio da página */
    }

    /* C. Faz com que a célula (TD) vire uma linha completa (100% de largura) */
    .formacao td,
    .reconhecimentos td {
        display: block !important;
        /* CRÍTICO: Faz a célula ocupar 100% */
        width: 100% !important;
        text-align: left !important;
        padding: 2px 5px !important;
        border: none !important;
        /* Remove a borda interna das células */
        margin-top: 5px !important;
    }

    .reconhecimentos {
        page-break-before: always !important; 
        page-break-inside: avoid !important; /* Ajuda a garantir que a seção não seja cortada */
    }

    /* D. Tratamento especial para a primeira coluna (título/data, se for o caso) */
    .formacao td:nth-child(1),
    .reconhecimentos td:nth-child(1) {
        font-weight: bold !important;
        /* Destaca a primeira "linha" (primeira célula) */
        color: #333 !important;
        /* Cor mais escura para o título */
        margin-bottom: 5px !important;
    }

    /* E. Garante que o texto longo da terceira coluna quebre corretamente */
    .formacao td:nth-child(3),
    .reconhecimentos td:nth-child(3) {
        text-align: justify !important;
        /* Justifica o texto descritivo */
    }

    /* --- 5. Ocultar Elementos Desnecessários --- */

    .rodape-url,
    .social-icons,
    .botoes-navegacao,
    .menu-topo,
    .nome_curriculo,
    /* Assumindo que você quer esconder o nome customizado */
    .nome-jogador-status,
    .barra-inferior,
    .link:hover,
    #myCV a:hover,
    #myCV h3:hover {
        display: none !important;
    }

    /* Garante quebra de página */
    .cv-container>div {
        page-break-inside: avoid !important;
    }
}

/* Projetos */
#retornarpro {
    display: flex;
    justify-content: center;
}

.logotipo-container {
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to right,
            rgba(0, 10, 10, 0.5),
            rgba(0, 0, 0, 0.0),
            rgb(0, 30, 255),
            rgba(0, 0, 0, 0.0),
            rgba(0, 0, 0, 0.0),
            rgba(0, 10, 10, 0.5));
}

.logotipo-container #logo_pro {
    padding-top: 5px;
    padding-left: 35px;
    height: 100%;
    width: 8%;
}

.img-container,
.audio-config-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.img-container .audio-container {
    display: none;
}

.img-container .trofeus {
    display: flex;
    flex-direction: column;
    border: 1px solid;
    background-color: rgb(0, 0, 0);
    border-color: rgba(250, 250, 250, 0.5);
    border-radius: 5px;
    height: 70%;
}

.img-container .trofeus td {
    vertical-align: middle;
}

.img-container .trofeus img {
    width: 50%;
    height: 100%;
    margin-left: 25%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding: auto;
}

.url-container {
    display: flex;
    justify-content: center;
    border: 10px solid transparent;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(81, 75, 113), rgba(0, 0, 0, 0));
    border-image-slice: 1;
}

.url-container #titulo_site {
    font-size: 40px;
    color: var(--cor-fonte-hover-loading);
    font-family: 'Arial Narrow';
    text-decoration: none;
    text-align: center;
    transition: all .3s ease-in-out;
    padding-top: 5px;
}

.url-container #titulo_site:hover {
    color: var(--cor-borda-geral);
}

.url-container label {
    font-size: 30px;
    color: rgb(121, 121, 121);
    font-family: 'Arial Narrow';
    text-align: center;
    transition: all .3s ease-in-out;
    padding-top: 5px;
    padding-bottom: 5px;
}

#descritivo {
    border: 5px solid;
    border-radius: 20px;
    width: 95%;
    margin-left: 2.5%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgb(52, 42, 0), rgba(0, 0, 0, 0.0));
}

.trofeus .new1 {
    background-color: rgb(121, 121, 121);
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(121, 121, 121, 0.5), rgb(0, 0, 0));
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    max-height: 10px;
    max-width: 99%;
}

.linha-retornar,
.linha-retornar-projeto-andamento {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-fundo-geral);
    border: 1px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 30px;
    width: 21vw;
    height: auto;
    padding: 1%;
    margin: 0.2%;
    padding-right: auto;
}

.linha-retornar a,
.linha-retornar-projeto-andamento a {
    font-size: 45px;
    transition: all .3s ease-in-out;
    color: var(--cor-texto-botao);
    text-decoration: none;
    text-align: center;
}

.linha-retornar a:hover,
.linha-retornar-projeto-andamento a:hover {
    color: var(--cor-texto-menu);
    cursor: pointer;
}

.linha-retornar a:focus,
a:active,
.linha-retornar-projeto-andamento a:focus,
a:active {
    color: var(--cor-texto-menu);
}

/* Projetos em Andamento */
.projeto-container {
    border: 1px solid;
    width: 100%;
    background-image: url(../src/img/layout_projeto_andamento.png);
    background-size: 100%;
}

.projeto-container h2 {
    font-family: 'logomenu';
    font-size: 45px;
    color: var(--cor-texto-menu);
    padding-left: 2%;
    padding-top: 8%;
}

.projeto-container p {
    font-family: 'Arial Narrow';
    font-size: 25px;
    color: rgb(121, 121, 121);
    padding-left: 3%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.img-projeto-container {
    /* border: 1px solid; */
    display: flex;
    justify-content: right;
    height: 50%;
    margin-bottom: 0.3%;
}

.img-projeto-container img {
    /* border: 1px solid; */
    height: auto;
    width: 60%;
    margin-right: 0.3%;
}

.curiosidades-projeto-container {
    border: 1px solid;
    height: 10%;
}

.curiosidades-projeto-container table {
    height: 20%;
    width: 100%;
}

.curiosidades-projeto-container td {
    vertical-align: middle;
}

.curiosidades-projeto-container span {
    font-family: 'Arial Narrow';
    font-size: 25px;
    color: rgb(121, 121, 121);
    width: 90%;
    text-align: justify;
}

.curiosidades-projeto-container label {
    font-family: 'Arial Narrow';
    font-size: 25px;
    color: var(--cor-fonte-hover-loading);
    width: 10%;
    text-align: center;
}

/* Outros Trabalhos */
#retornarotrab {
    display: flex;
    justify-content: center;
}

.lista-url-container {
    background-color: var(--cor-fundo-geral);
    background-image: linear-gradient(to top, rgb(0, 20, 210), rgb(0, 0, 0), rgb(0, 30, 210));
    border: 2px groove;
    border-color: var(--cor-borda-geral);
    border-radius: 10px;
    width: 100%;
    padding: 0.2%;
    margin-top: 15%;
}

.lista-url-container table {
    width: 100%;
    height: 100%;
}

.lista-url-container td {
    border-bottom: 1px solid;
    border-color: rgb(0, 255, 255);
    vertical-align: middle;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: auto;
    padding-right: auto;

}

.lista-url-container a {
    display: flex;
    font-size: 20px;
    justify-content: center;
}

.visualizar_url {
    color: rgb(43, 255, 0);
}

.visualizar_url:hover {
    color: var(--cor-texto-menu);
}

.visualizar_url:focus,
.visualizar_url:active {
    color: var(--cor-texto-menu);
}

.abrir_url {
    color: rgb(255, 102, 0);
}

.abrir_url:hover {
    color: var(--cor-texto-menu);
}

.abrir_url:focus,
.abrir_url:active {
    color: var(--cor-texto-menu);
}

.video-url-container {
    border: 2px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 10px;
    color: var(--cor-fonte-hover-loading);
    height: 85%;
    margin: 1%;
    width: 100%;
}

.video-url-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.video-url-container .linha {
    background-color: var(--cor-fundo-geral);
    border: 1px solid;
    border-color: var(--cor-borda-geral);
    border-radius: 15px;
    width: auto;
    margin: auto;
}

.lado-esquerdo input[type="text"] {
    height: 40%;
    width: 12%;
    text-align: center;
}

.invisivel {
    display: none;
}

/* Setup & Configurações */
.tela-container {
    border: 2px solid;
    border-radius: 2%;
    margin: 0.5%;
    width: 98.9%;
    height: 68.6%;
}

.opcao-container {
    /* border: 1px solid; */
    height: 98%;
    width: 49.9%;
}

.opcao-container table {
    margin: auto;
    width: 100%;
    /* Faz com que a tabela ocupe toda a largura do contêiner */
    table-layout: fixed;
    /* Faz com que as colunas tenham larguras iguais */
}

.opcao-container label {
    height: 2%;
    padding-right: 1%;
}

.opcao-container span {
    height: 2%;
    color: var(--cor-fonte-hover-loading);
}

.opcao-container #gamepad {
    height: 96.8%;
    width: 100%;
}

/*Player Setup*/
.nome-jogador-container {
    display: flex;
    flex-direction: row;
}

.alfabeto {
    border: 1px solid;
    border-radius: 5%;
    border-color: var(--cor-fundo-geral);
    background-color: var(--cor-fundo-geral);
    margin-right: 1%;
    height: 90%;
    width: 98%;
}

.alfabeto table {
    width: 100%;
    margin: auto;
    height: 100%;
    table-layout: fixed;
}

.alfabeto td {
    vertical-align: middle;
    text-align: center;
    transition: all .4s ease-in-out;
}

.alfabeto .barras_texto {
    border: 1px solid;
    border-color: rgb(81, 75, 113);
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.alfabeto a {
    display: flex;
    justify-content: center;
    font-size: 60px;
    font-family: 'Arial Narrow';
    font-style: italic;
    color: rgb(0, 102, 255);
    text-decoration: none;
    transition: all .4s ease-in-out;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: rgba(0, 0, 0, 0);
}

.alfabeto a:hover,
.alfabeto td:hover {
    background-color: var(--cor-texto-menu);
    color: var(--cor-texto-cv);
}

.alfabeto a:focus {
    background-color: var(--cor-texto-menu);
    color: var(--cor-texto-cv);
}

.alfabeto .barras-enfeite {
    height: 10%;
}

.alfabeto .enfeite-linha01 {
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(81, 75, 113)) 1 100%;
}

.alfabeto .enfeite-linha02 {
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, rgb(81, 75, 113), rgba(0, 0, 0, 0));
    border-left: 0;
    border-right: 0;
}

.alfabeto .enfeite-linha03 {
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(81, 75, 113));
    border-left: 0;
    border-right: 0;
}

.alfabeto .enfeite-linha04 {
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgb(81, 75, 113), rgba(0, 0, 0, 0)) 1 100%;
}

/*Audio Setup*/
.audio-config-container {
    border: 1px solid;
    border-radius: 15px;
    border-color: var(--cor-fundo-geral);
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.audio-config-container .logotipo-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.audio-config-container .logotipo-container img {
    height: 100%;
    width: 8%;
}

.setup-audio-container .seletor-container {
    justify-content: center;
    align-items: center;
}

.setup-audio-container #porcentagem_volume {
    color: var(--cor-texto-menu);
    font-weight: bolder;
    /* Adiciona uma transição à propriedade color */
    transition: color 0.5s ease;
    font-size: 50px;
    font-family: 'Courier New', Courier, monospace;
    position: absolute;
    margin-left: 25%;
    border: 3px solid;
    border-color: var(--cor-borda-porcentagem-volume);
    border-radius: 50%;
    padding: 1%;
}

.linha-parabola {
    transition: stroke 0.5s ease;
}

circle {
    filter: drop-shadow(1px 1px 2px black) brightness(150%);
}

.setup-audio-container #audio-container-tabela {
    width: 100%;
    margin: auto;
    height: 40%;
    table-layout: fixed;
    border: 4px solid;
    border-color: var(--cor-borda-porcentagem-volume);
    border-radius: 25%;
    /* Adicionado para evitar bordas duplicadas */
    border-collapse: collapse;
}

.setup-audio-container #audio-container-tabela td {
    border: 1px solid;
    border-color: var(--cor-texto-botao);
    vertical-align: middle;
    text-align: center;
}

.setup-audio-container #audio-container-tabela td:first-child {
    /* Alinha o conteúdo à esquerda */
    text-align: left;
    /* Define a largura mínima para a célula */
    width: 3%;
    /* Impede que o conteúdo da célula quebre em várias linhas */
    white-space: nowrap;
}

.setup-audio-container td:first-child img {
    /* Faz a imagem preencher a largura da célula */
    width: 100%;
    /* Mantém a proporção da imagem */
    height: auto;
}

.progress-bar-horizontal {
    height: 20px;
    /* Ajuste conforme necessário */
    background: repeating-linear-gradient(90deg,
            transparent,
            transparent 10px,
            #000 10px,
            #000 20px),
        /* Cria o efeito tracejado */
        linear-gradient(to right,
            rgb(0, 20, 210),
            rgb(0, 20, 210),
            rgb(0, 20, 210));
    /* Cria o efeito degradê */
    /* Define o tamanho inicial do fundo degradê para 100% */
    background-size: 100% cover, cover;
    background-repeat: repeat, no-repeat;
}

.parabola {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* background-image: url(../src/img/mascara-audio-setup04.png); */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.parabola svg path {
    stroke: var(--cor-texto-menu);
}

.cd-player-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    max-height: 300px;
    overflow: auto;
}

.cd-player-container a:focus {
    color: var(--cor-texto-menu);
    font-weight: bolder;
}

.setup-audio-container #playlist-music {
    width: 100% !important;
    margin: auto !important;
    height: 100% !important;
    border: 1px solid !important;
    border-color: var(--cor-borda-geral) !important;
    /* Adicionado para evitar bordas duplicadas */
    border-collapse: collapse !important;
}

.setup-audio-container #playlist-music td {
    border: 1px solid !important;
    border-color: var(--cor-borda-geral) !important;
    background-color: var(--cor-fundo-geral);
    vertical-align: middle !important;
    text-align: center !important;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    width: 33% !important;
}

.setup-audio-container #playlist-music td:hover {
    color: var(--cor-texto-botao);
}

.setup-audio-container #playlist-music td a {
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
}

/* Tela de Loading */
.loading-container {
    width: 100vw;
    height: 95vh;
}

.texto {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 99.5vh;
    width: 98vw;
}

.texto span {
    font-family: 'Arial Narrow';
    font-size: 30px;
    color: var(--cor-borda-geral);
    margin-top: 90%;
    padding-top: 90%;
    padding-right: 30px;
}

/* Resolução QHD */
@media (min-width: 1440px) and (max-height: 2560px) {

    .overlay {
        height: 100vh;
    }

    .overlay8 {
        height: 66vh;
    }

    .overlay8 .closebtn {
        right: 0.5%;
        font-size: 2vw;
    }

    .overlay-content8 table {
        border-color: rgb(250, 250, 250);
        width: 90%;
        height: auto;
    }

    .logo-container .nome {
        font-size: 6.8vw;
        padding-top: 0%;
    }

    .logo-container .subtitulo {
        padding-bottom: 1.5%;
    }

    .lado-esquerdo .titulo-container {
        max-height: 7%;
    }

    .lado-esquerdo .linha {
        display: flex;
        justify-content: center;
        border: 2px solid;
        border-color: var(--cor-borda-geral);
        border-radius: 45px;
        width: 15vw;
        height: 6%;
    }

    .lado-esquerdo h2 {
        font-size: 430%;
    }

    .lado-esquerdo a {
        font-size: 35px;
        padding: auto;
        margin: auto;
        color: var(--cor-texto-botao);
    }

    .ajuda-container {
        height: 100%;
        padding-top: 55%;
        width: 40%;
    }

    .audio-container {
        margin-right: auto;
    }

    .video-container {
        width: 47.2vw;
        height: 60vh;
    }

    .specs-container {
        width: 190%;
        height: 58%;
    }

    .status-container {
        margin-top: 50%;
        width: 100%;
    }

    .status-container label {
        font-size: 20px;
    }

    .pdf-container {
        height: 91%;
        width: 60%;
        margin: 1%;
    }

    .lista-url-container {
        width: 100%;
        margin-top: 25%;
    }

    .video-url-container {
        height: 91%;
        width: 60%;
        margin: 1%;
    }

    .linha-retornar,
    .linha-retornar-projeto-andamento {
        display: flex;
        justify-content: center;
        border-radius: 45px;
        width: 15vw;
        height: 3.5%;
        padding-top: 0;
    }

    .img-container .trofeus img {
        width: 80%;
        margin-left: 10%;
    }

}

/* Resolução FullHD */
@media (min-width: 1080px) and (max-width: 1440px) {

    .overlay {
        height: 100vh;
    }

    .overlay8 {
        height: 66vh;
    }

    .overlay8 .closebtn {
        right: 0.5%;
        font-size: 2vw;
    }

    .overlay-content8 table {
        border-color: rgb(250, 250, 250);
        width: 90%;
        height: auto;
    }

    .logo-container .nome {
        font-size: 6.8vw;
        padding-top: 0%;
    }

    .logo-container .subtitulo {
        padding-bottom: 1.5%;
    }

    .lado-esquerdo .linha {
        display: flex;
        justify-content: center;
        border: 2px solid;
        border-color: var(--cor-borda-geral);
        border-radius: 45px;
        width: 15vw;
        height: 7%;
    }

    .lado-esquerdo h2 {
        font-size: 330%;
    }

    .lado-esquerdo a {
        font-size: 35px;
        padding: auto;
        margin: auto;
        color: var(--cor-texto-botao);
    }

    .ajuda-container {
        height: 100%;
        padding-top: 46%;
        width: 40%;
    }

    .audio-container {
        margin-right: auto;
    }

    .video-container {
        width: 47.6vw;
        height: 60vh;
    }

    .specs-container {
        width: 140%;
        height: 58%;
    }

    .status-container {
        margin-top: 40%;
        width: 100%;
    }

    .status-container label {
        font-size: 20px;
    }

    .pdf-container {
        height: 91%;
        width: 60%;
        margin: 1%;
    }

    .lista-url-container {
        width: 100%;
        margin-top: 25%;
    }

    .video-url-container {
        height: 91%;
        width: 60%;
        margin: 1%;
    }

    .linha-retornar,
    .linha-retornar-projeto-andamento {
        display: flex;
        justify-content: center;
        border-radius: 45px;
        width: 15vw;
        height: 4.5%;
        padding-top: 0;
    }

    .img-container .trofeus img {
        width: 80%;
        margin-left: 10%;
    }
}

/* Resolução 4K com Escala de 300% */
@media (min-width: 536px) and (max-height: 1280px) {

    .overlay {
        height: 100vh;
    }

    .overlay8 {
        height: 66vh;
    }

    .overlay8 .closebtn {
        right: 0.5%;
        font-size: 2vw;
    }

    .overlay-content8 table {
        border-color: rgb(250, 250, 250);
        width: 90%;
        height: auto;
    }

    .logo-container .nome {
        font-size: 6.8vw;
        padding-top: 2%;
    }

    .logo-container .subtitulo {
        padding-bottom: 1.5%;
    }

    .lado-esquerdo .nome-jogador,
    .lado-esquerdo .linha {
        display: flex;
        justify-content: center;
        border: 2px solid;
        border-color: var(--cor-borda-geral);
        border-radius: 45px;
        width: 25vw;
        height: 12%;
    }

    .lado-esquerdo h2 {
        font-size: 3.47vw;
    }

    .lado-esquerdo a {
        font-size: 35px;
        padding: auto;
        margin: auto;
        color: var(--cor-texto-botao);
    }

    .ajuda-container {
        height: 90%;
        padding-top: 5%;
        width: 40%;
    }

    .lado-direito {
        height: 99.9vh;
        width: 50%;
    }

    .audio-container {
        margin-right: auto;
        width: 100%;
    }

    .video-container {
        width: 47.6vw;
        height: 77.6vh;
    }

    .specs-container {
        width: 98%;
        height: 98%;
    }

    .status-container {
        margin-top: 0%;
        width: 100%;
    }

    .status-container progress {
        height: 15px;
    }

    .status-container label {
        font-size: 18px;
    }

    .pdf-container {
        height: 86%;
        width: 60%;
        margin: 1%;
    }

    .lista-url-container {
        width: 100%;
        margin-top: 0%;
    }

    .video-url-container {
        height: 91%;
        width: 60%;
        margin: 1%;
    }

    .logotipo-container #logo_pro {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        top: 0;
    }

    .linha-retornar,
    .linha-retornar-projeto-andamento {
        display: flex;
        justify-content: center;
        border-radius: 45px;
        width: 20vw;
        height: 10%;
        padding-top: 0;
    }

    .img-container .trofeus img {
        width: 60%;
        margin-left: 10%;
    }

}

/* Celulares Aspecto 20:9 (LandScape) */
@media screen and (min-width: 690px) and (max-width: 1080px) {
    body {
        height: 100vh;
        width: 100vw;
    }

    /*Menu Intro*/
    .intro-container {
        overflow: hidden;
    }

    .logo-container {
        background-image: linear-gradient(to bottom,
                rgb(0, 0, 0),
                rgb(0, 0, 155),
                rgb(0, 0, 0));
        background-color: var(--cor-fundo-geral);
    }

    .logo-container table {
        height: 100vh;
        width: 100vw;
    }

    .logo-container .titulo {
        font-size: 100%;
    }

    .logo-container .nome {
        font-size: 9.5vw;
    }

    .logo-container .subtitulo {
        font-size: 7.5vw;
    }

    .logo-container .subtitulo::after {
        padding-left: 4%;
        content: "mobile version";
        font-size: 100%;
        font-family: 'Times New Roman', Times, serif;
    }

    #loading::after {
        content: "No smartphone use ele em modo Landscape (na horizontal)!";
        color: var(--cor-fechar-overlay);
        white-space: pre;
    }

    #loading {
        color: var(--cor-texto-menu);
        background-color: rgba(0, 0, 0, 0);
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        transition: all .4s ease-in-out;
        border-radius: 15px;
        margin: auto;
        padding: 1%;
    }

    #loading:hover {
        color: rgb(0, 255, 0);
    }

    .logo-container .container-rodape {
        font-size: 100%;
    }

    .overlay,
    .container {
        background-image: none;
        width: auto;
        background-color: rgb(0, 0, 0);
        background-image: linear-gradient(to top,
                rgba(0, 0, 0, 0.0),
                rgb(0, 30, 255),
                rgb(0, 30, 255),
                rgba(0, 0, 0, 0.0));
    }

    /*Menu Principal Mobile*/
    .menu {
        margin-top: auto !important;
        width: 100vw;
        height: 300px;
        display: flex;
        flex-direction: column;
    }

    .titulo-container-smartphones,
    .titulo-container,
    #myOptions .titulo-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: auto;
        width: 100vw;
        max-height: 60px !important;
    }

    .menu-smartphones {
        width: 100vw;
        height: 300px;
        overflow: auto;
    }

    .menu-smartphones .titulo-container-smartphones h2,
    .titulo-container h2 {
        text-align: center;
        font-size: 65px;
    }

    .menu-smartphones .titulo-container-smartphones #logo_menu {
        width: 20vw;
        max-height: 60px;
        margin-top: auto;
        margin-bottom: 1%;
        margin-left: 0.1%;
        margin-right: 0.1%;
    }

    .titulo-container .logotipo {
        max-width: 20vw;
        max-height: 70vh;
        margin-top: auto;
        margin-bottom: 1%;
        margin-left: 0.1%;
        margin-right: 0.1%;
    }

    .menu-smartphones table {
        width: 100vw;
        margin-top: 60px;
    }

    .menu-smartphones td {
        display: flex;
        vertical-align: middle;
        justify-content: center;
    }

    .menu-smartphones button {
        font-size: 30px;
        transition: all .3s ease-in-out;
        color: var(--cor-texto-botao);
        background-color: rgba(25, 25, 0, 0.7);
        text-decoration: none;
        border: 3px solid;
        border-color: rgb(105, 105, 0);
        border-radius: 35px;
        padding: 1%;
        margin: 1%;
    }

    .menu-smartphones button:hover {
        color: var(--cor-texto-menu);
        cursor: pointer;
    }

    .menu-smartphones button:focus,
    button:active {
        color: var(--cor-texto-menu);
    }

    .lado-esquerdo .linha {
        background-color: var(--cor-fundo-geral);
        border: 1px solid;
        border-color: var(--cor-borda-geral);
        border-radius: 30px;
        width: 100vw;
        height: auto;
        padding: 1%;
        margin: 0.2%;
        padding-right: auto;
    }

    .ajuda-menu-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 2%;
    }

    .audio-container-mobile {
        border: 2px solid;
        border-radius: 50%;
        border-color: var(--cor-borda-geral);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 2%;
    }

    .audio-container-mobile img {
        height: 100%;
        padding: 2%;
    }

    /*Menu Habilidades*/
    #myHab,
    #myCon,
    #myDip,
    #myCV,
    #myProjSubmenu,
    #myOtrab,
    #myPlayer {
        width: 100vw;
        height: 300px;
        overflow: auto;
    }

    .video-container {
        display: none;
    }

    .specs-container {
        display: none;
    }

    .status-container {
        position: absolute;
        margin-top: 2%;
        width: 100vw !important;
    }

    .status-container progress {
        height: 30px;
    }

    .status-container progress::-webkit-progress-value {
        background-color: rgb(100, 200, 0);
        background-image: linear-gradient(to left, rgba(0, 255, 255, 0.5), rgba(0, 0, 0, 0.0), rgb(0, 255, 255));
        box-shadow: 1px 1px 5px 3px rgba(0, 255, 255, 0.8);
    }

    .status-container label {
        font-size: 35px;
        color: rgb(225, 150, 255);
    }

    /*Menu Diplomas*/
    #myDip .lado-esquerdo {
        height: auto;
    }

    #myDip .lado-esquerdo .titulo-container {
        max-height: 50px;
    }

    .pdf-container {
        position: absolute;
        height: 50%;
        width: 98%;
        margin-top: 5%;
    }

    /*Menu Currículo*/
    .avatar {
        display: none;
    }

    .redes-sociais-container {
        display: flex;
        flex-direction: column;
    }

    .cv-container table {
        width: 100%;
    }

    .cv-container td {
        display: block;
        width: 100%;
    }

    /*Menu Projetos*/
    .logotipo-container {
        display: none;
    }

    .url-container #titulo_site {
        font-size: 15px;
    }

    .url-container label {
        font-size: 16.5px;
    }

    .trofeus {
        overflow: auto;
        width: 100%;
        height: 90%;
    }

    .trofeus table {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .trofeus td {
        display: flex;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .img-container .trofeus img {
        margin-left: auto;
        height: auto;
        width: 50%;
    }

    .linha-retornar,
    .linha-retornar-projeto-andamento {
        position: relative;
        width: 100vw;
        height: 15vh !important;
        margin-top: 1%;
        bottom: 0 !important;
    }

    .lista-url-container {
        width: 100%;
        margin-top: 25%;
    }

    .video-url-container {
        height: 91%;
        width: 60%;
        margin: 1%;
    }

    /*Menu Projetos em Andamento*/
    .projeto-container {
        background-image: none;
        position: absolute;
    }

    .projeto-container h2 {
        font-size: 25px;
        color: var(--cor-texto-menu);
        padding: auto;
        margin: auto;
    }

    .projeto-container p {
        position: relative;
        font-size: 20px;
        width: 100%;
        color: rgb(200, 200, 200);
        text-align: justify;
    }

    .img-projeto-container {
        position: relative;
        justify-content: start;
        top: 100;
        height: auto;
        width: 165%;
        display: flex;
        background-image: url(../src/img/layout_projeto_andamento.png);
        background-size: 100%;
    }

    .curiosidades-projeto-container {
        padding-top: 1%;
    }

    .curiosidades-projeto-container span {
        font-size: 20px;
    }

    .curiosidades-projeto-container label {
        font-size: 20px;
    }

    .linha-retornar-projeto-andamento {
        top: 0 !important;
    }

    /*Menu Outros Trabalhos*/
    .lista-url-container {
        position: absolute;
        width: 100%;
        margin-top: 5%;
    }

    .lista-url-container a {
        font-size: 20px;
    }

    .lista-url-container p {
        font-size: 15px;
    }

    .lista-url-container table td:nth-of-type(2),
    .visualizar_btn,
    .video-url-container {
        display: none;
    }

    /*Menu Configurações*/
    .tela-container,
    .opcao-container {
        display: none;
    }

    /*Menu Nome do Jogador*/
    #titulo-player,
    #logo_player {
        display: none;
        background-color: rgba(0, 0, 0, 0);
    }

    .nome-jogador {
        width: 100vw !important;
        height: 15vh !important;
    }

    .alfabeto {
        width: 100vw;
        height: auto;
    }

    .alfabeto a {
        font-size: 30px;
    }

    .alfabeto table {
        width: 100vw;
        height: auto;
        margin: auto;
        table-layout: fixed;
    }
}

/* Celulares Aspecto 9:20 (Portrait) */
@media screen and (min-width: 300px) and (max-width: 700px) {
    body {
        height: 100vh;
        width: 100vw;
    }

    /*Menu Intro*/
    .intro-container {
        overflow: hidden;
    }

    .logo-container {
        background-image: linear-gradient(to bottom,
                rgb(0, 0, 0),
                rgb(0, 0, 155),
                rgb(0, 0, 0));
        background-color: var(--cor-fundo-geral);
    }

    .logo-container table {
        height: 100vh;
        width: 100vw;
    }

    .logo-container .titulo {
        font-size: 100%;
    }

    .logo-container .nome {
        font-size: 9.5vw;
    }

    .logo-container .subtitulo {
        font-size: 7.5vw;
    }

    .logo-container .subtitulo::after {
        padding-left: 4%;
        content: "mobile version";
        font-size: 100%;
        font-family: 'Times New Roman', Times, serif;
    }

    #loading::after {
        content: "No smartphone use ele em modo Landscape (na horizontal)!";
        color: var(--cor-fechar-overlay);
    }

    #loading {
        color: var(--cor-texto-menu);
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        transition: all .4s ease-in-out;
        border-radius: 15px;
        margin: auto;
        padding: 1%;
    }

    #loading:hover {
        color: rgb(0, 255, 0);
    }

    .logo-container .container-rodape {
        font-size: 100%;
    }

    .overlay,
    .container {
        background-image: none;
        height: 100vh;
        width: auto;
        background-color: rgb(0, 0, 0);
        background-image: linear-gradient(to top,
                rgba(0, 0, 0, 0.0),
                rgb(0, 30, 255),
                rgb(0, 30, 255),
                rgba(0, 0, 0, 0.0));
        overflow: hidden;
    }

    /*Menu Principal Mobile*/
    .menu {
        margin-top: 10%;
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    .menu-smartphones .titulo-container-smartphones,
    .titulo-container,
    #myOptions .titulo-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: auto;
        width: 100vw;
        height: 60px;
    }

    .menu-smartphones .titulo-container-smartphones h2,
    .titulo-container h2 {
        text-align: center;
        font-size: 25px;
    }

    .menu-smartphones .titulo-container-smartphones #logo_menu {
        width: 20%;
        max-height: auto;
        margin-top: auto;
        margin-bottom: 1%;
        margin-left: 0.1%;
        margin-right: 0.1%;
    }

    .titulo-container .logotipo {
        max-width: 20%;
        max-height: 70%;
        margin-top: auto;
        margin-bottom: 1%;
        margin-left: 0.1%;
        margin-right: 0.1%;
    }

    .menu-smartphones table {
        width: 100%;
        height: auto;
        margin: auto;
        table-layout: fixed;
    }

    .menu-smartphones td {
        display: flex;
        vertical-align: middle;
        justify-content: center;
    }

    .menu-smartphones button {
        font-size: 30px;
        transition: all .3s ease-in-out;
        color: var(--cor-texto-botao);
        background-color: rgba(25, 25, 0, 0.7);
        text-decoration: none;
        border: 3px solid;
        border-color: rgb(105, 105, 0);
        border-radius: 35px;
        padding: 1%;
        margin: 1%;
    }

    .menu-smartphones button:hover {
        color: var(--cor-texto-menu);
        cursor: pointer;
    }

    .menu-smartphones button:focus,
    button:active {
        color: var(--cor-texto-menu);
    }

    .lado-esquerdo .linha {
        background-color: var(--cor-fundo-geral);
        border: 1px solid;
        border-color: var(--cor-borda-geral);
        border-radius: 30px;
        width: 100vw;
        height: auto;
        padding: 1%;
        margin: 0.2%;
        padding-right: auto;
    }

    .ajuda-menu-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 2%;
    }

    .audio-container-mobile {
        border: 2px solid;
        border-radius: 50%;
        border-color: var(--cor-borda-geral);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 2%;
    }

    .audio-container-mobile img {
        height: 100%;
        padding: 2%;
    }

    /*Menu Habilidades*/
    .video-container {
        display: none;
    }

    .specs-container {
        display: none;
    }

    .status-container {
        position: absolute;
        margin-top: 2%;
        width: 100%;
    }

    .status-container progress {
        height: 30px;
    }

    .status-container progress::-webkit-progress-value {
        background-color: rgb(100, 200, 0);
        background-image: linear-gradient(to left, rgba(0, 255, 255, 0.5), rgba(0, 0, 0, 0.0), rgb(0, 255, 255));
        box-shadow: 1px 1px 5px 3px rgba(0, 255, 255, 0.8);
    }

    .status-container label {
        font-size: 35px;
        color: rgb(225, 150, 255);
    }

    /*Menu Diplomas*/
    #myDip .lado-esquerdo {
        height: auto;
    }

    #myDip .lado-esquerdo .titulo-container {
        max-height: 50px;
    }

    .pdf-container {
        position: absolute;
        height: 50%;
        width: 98%;
        margin-top: 5%;
    }

    /*Menu Currículo*/
    .avatar {
        display: none;
    }

    .redes-sociais-container {
        display: flex;
        flex-direction: column;
    }

    .cv-container table {
        width: 100%;
    }

    .cv-container td {
        display: block;
        width: 100%;
    }

    /*Menu Projetos*/
    .logotipo-container {
        display: none;
    }

    .url-container #titulo_site {
        font-size: 15px;
    }

    .url-container label {
        font-size: 16.5px;
    }

    .trofeus {
        overflow: auto;
        width: 100%;
        height: 90%;
    }

    .trofeus table {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .trofeus td {
        display: flex;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .img-container .trofeus img {
        margin-left: auto;
        height: auto;
        width: 80%;
    }

    .linha-retornar,
    .linha-retornar-projeto-andamento {
        position: absolute;
        width: 100%;
        height: 5.2%;
        margin-top: 1%;
        bottom: 0;
    }

    .lista-url-container {
        width: 100%;
        margin-top: 25%;
    }

    .video-url-container {
        height: 91%;
        width: 60%;
        margin: 1%;
    }

    /*Menu Projetos em Andamento*/
    .projeto-container {
        background-image: none;
    }

    .projeto-container h2 {
        font-size: 25px;
        color: var(--cor-texto-menu);
        padding: auto;
        margin: auto;
    }

    .projeto-container p {
        position: relative;
        font-size: 20px;
        width: 100%;
        color: rgb(200, 200, 200);
        text-align: justify;
    }

    .img-projeto-container {
        position: relative;
        justify-content: start;
        top: 100;
        height: auto;
        width: 165%;
        display: flex;
        background-image: url(../src/img/layout_projeto_andamento.png);
        background-size: 100%;
    }

    .curiosidades-projeto-container {
        padding-top: 1%;
    }

    .curiosidades-projeto-container span {
        font-size: 20px;
    }

    .curiosidades-projeto-container label {
        font-size: 20px;
    }

    .linha-retornar-projeto-andamento {
        margin-top: 5%;
    }

    /*Menu Outros Trabalhos*/
    .lista-url-container {
        position: absolute;
        width: 100%;
        margin-top: 5%;
    }

    .lista-url-container a {
        font-size: 20px;
    }

    .lista-url-container p {
        font-size: 15px;
    }

    .lista-url-container table td:nth-of-type(2),
    .visualizar_btn,
    .video-url-container {
        display: none;
    }

    /*Menu Configurações*/
    .tela-container,
    .opcao-container {
        display: none;
    }

    /*Menu Nome do Jogador*/
    #titulo-player,
    #logo_player {
        display: none;
        background-color: rgba(0, 0, 0, 0);
    }

    .nome-jogador {
        width: 100vw;
    }

    .alfabeto {
        width: 100vw;
        height: auto;
    }

    .alfabeto a {
        font-size: 30px;
    }

    .alfabeto table {
        width: 100vw;
        height: auto;
        margin: auto;
        table-layout: fixed;
    }
}