body {
    user-select: none;
    padding: 0;
    margin: 0;
    /* height: fit-content; */
}

.container-ch {
    /*** Define Tamanho Para Centralizar Sem Quebrar ***/
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    padding: 0;
    padding-top: 4vh;
    padding-bottom: 5vh;
    margin: 0;
    /* background-color: rgb(219, 255, 243); */
}

.titulo-CH .tit-right {
    margin-top: 0;
    margin-bottom: 0.7vw;
    font-weight: 700;

    font-size: 4.5vw;
    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    color: rgb(222, 22, 22);
  
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    text-shadow: 0.5vw 0.5vw 0.8vw #484848;    
}

/*****************************/
/*** Ajusta à Largura Tela ***/
/*****************************/
.tab {
    font-size: 3.55vw;  /*** Fonte - Ajuste à Largura Tela *********/
}

.obs,
.mao-esq {
    font-size: 3.255vw;  /*** Fonte - Ajuste à Largura Tela *******/
    font-size: 3.255vw;  /*** Fonte - Ajuste à Largura Tela *******/
}

/*****************************/
/*** Escala ******************/
/*****************************/
.wrapper-CH {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;

    padding-top: 1vw; 
    padding-bottom: 1.2vw; 
    padding-left: 2.5vw;
    padding-right: 2.5vw;

    margin-left: 1.2vw;
    margin-right: 1.2vw;  
    margin-top: 1.7vw;
    margin-bottom: 1.2vw;    

    background-color: white;
    border: 1px solid black;
    /* border-radius: 8px; */
    box-shadow: rgba(0, 0, 0, 0.50) 5px 5px 15px;
}

.titulo-ch,
.grau,
.mmd, 
.acordes,
.tom,
.tom-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin: 0;
    margin-top: 0.3vw;
    padding: 0;
    /* background-color: #0000f7; */
}

.grau {
    height: 4.5vw;
    line-height: 1;
    margin-bottom: .25vw;
}

.grau .gr-item {            
    font-weight: 700;
    background-color: rgb(218, 218, 218);
    line-height: 1;
}

/* Cadência Mais Usada */
.grau .gr-item:nth-child(2),
.grau .gr-item:nth-child(5),
.grau .gr-item:nth-child(6) {
    color: rgb(231, 0, 0);
}    

/* Cadência Mais Usada */
.acordes .gr-item:nth-child(2),
.acordes .gr-item:nth-child(5),
.acordes .gr-item:nth-child(6) {
    color: blue;

    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    /* text-shadow: 0.5vw 0.5vw 0.8vw #484848; */
    font-weight: 900;
}  

/* Maior */
.mmd .gr-item {
    background-color: rgb(201, 201, 253);
    font-size: 1.9vw;
    font-size: 2.2vw;
    line-height: 0.7;
    font-weight: 600;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
}     

/* Função  Maior */
.funcao .gr-item {
    background-color: rgb(201, 201, 253);
    font-size: 1.7vw;
    line-height: 0.7;
    font-weight: 600;
    font-family: 'Bahnschrift Condensed' !important;
    line-height: 1;
    text-align: center;

    padding-left: 1vw !important;
    padding-right: 1vw !important;
    background-color: red;

    /* transform: rotate(90deg); */
}   

/* Menor */
.mmd .gr-item:nth-child(23), 
.mmd .gr-item:nth-child(4), 
.mmd .gr-item:nth-child(7) {
    background-color: rgb(178, 255, 255);
    line-height: 1;
}        

/* Diminuto */
.mmd .gr-item:nth-child(8) {
    background-color: rgb(231, 123, 0);
    color: white;
    line-height: 1;
}          

.acordes .gr-item {
    border: 1.5px solid rgb(0, 66, 0);
    background-color: rgb(191, 248, 216);
    font-size: 2.85vw;
    font-size: 4vw;  /* Tamanho da Fonte */
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: black;
    font-weight: 700;
    height: 5vw;
}

.gr-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 7.2vw;   
    width: 11vw;   /* Tamanho da Celula */
    padding: 0.5vw;
    margin: 0.25vw;
    margin-bottom: 0;

    font-size: 4vw;  /* Tamanho da Fonte */
    line-height: 0.7;  
    line-height: 1;  /* Altura da Linha */
    font-family: 'Courier New', Arial, Helvetica, sans-serif;
}

.tom .gr-item {
    font-size: 1.50vw;  /* Altura da Linha */
    font-size: 2.3vw;  /* Altura da Linha */
    font-weight: 600;
    line-height: 1;
    color: blue;
    font-family: Arimo, Arial, Helvetica, sans-serif;

    padding: 1vw;
    padding: 0;
    margin: 0.3vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}

.tom .gr-item:nth-child(4) {
    color: red;
}

.tom-top .gr-item {
    border-left: 2.5px solid blue;
    border-right: 2.5px solid blue;
    border-bottom: 2.5px solid blue;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: white;
}

.tom-top .gr-item:nth-child(4) {
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
}



.tom {
    margin-top: 0;
    background-color: white;
}

.tom .gr-item {
    margin-top: 0;
    background-color: white;
    line-height: 0.7;
}

.titulo-CH {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titulo-CH h1 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 4.5vw;
    color: blue;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-top: 0.5vw;
    padding-bottom: 0.3vw;

    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    text-shadow: 0.5vw 0.5vw 0.8vw #484848;  
}

sup {
    font-size: 2vw;
}

.mrg-dir {
    display: flex;
    flex-direction: row;
    align-items: center;

    padding-top: 0.7vw;
}

.mrg-dir i {
    font-size: 4VW;
    margin-right: 1.2vw;
    color: black;

    margin: 0;
    padding: 0;
  }
  
  .mrg-dir a {
    text-decoration: none;
    font-family: Roboto, Arimo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 3.3VW;
    color: #0000f7;

    padding-top: 0;
    margin-left: 1vw;
  }

  .mrg-dir a:hover {
    text-shadow: 0.3vw 0.3vw 0.5vw #878787;  
  }

  .invisivel {
    border-color: transparent !important;
  }

  .titulo {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 2vw !important;
    font-weight: 800 !important;
    justify-content: left !important;
    color: white !important;
    background-color: rgb(0, 81, 129) !important;
    border-color: transparent !important;
  }