@font-face {
  font-family: Cousin;
  src: url('../_fontes/Cousine-Regular.ttf');
}

@font-face {
  font-family: 'Cousin Bold';
  src: url('../_fontes/Cousine-Bold.ttf');
}

@font-face {
  font-family: Consola;
  src: url('../_fontes/consola.ttf');
}

@font-face {
  font-family: 'Consola Bold';
  src: url('../_fontes/consolab.ttf');
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Times New Roman', Times, serif;
  user-select: none;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

html {
  /* ParaFirefox */
  scrollbar-width: none;
  /* Para Internet Explorer e Edge */
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  /* Para Chrome, Safari, e Opera */
  width: 0px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  margin: 0;
  padding: 1vw;
  /* padding-top: 1.5vw; */
  padding-top: 0.3vw;
  padding-bottom: 0;

  /* height: 92vh; */
  width: 100vw;
  background-color: #eeeeee;
  height: fit-content;
}

/*** Estreofe ***********************************/
.musica {
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 12px;
  margin-bottom: 4px;

  /* border: 1px solid #006100; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgb(0, 0, 0) 0.5vw 0.5vw 2vw;

  width: 95vw;
}

/*** Cabeçalho *******************************/
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: white;
  padding-top: 4vw;
  padding-bottom: 3Vw;

  width: 95vw;
}

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

  margin: 0;
  padding: 0;
}

.titulo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  margin: 0;
  padding: 0;
  /*max-height: fit-content;*/
}

.nome,
.cantor,
.autor {
  font-family: Roboto, Arimo, Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

.nome {
  font-size: 3.7vw;
  font-weight: 700;
  color: blue;
}

.cantor {
  font-size: 3vw;
  font-weight: 500;
  color: blue;
  margin-left: 20px;
}

.autor {
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-size: 2.9vw;
  font-weight: 600;
  margin-bottom: 0.7vw;
}

.mini-cifra {
  font-family: Roboto, Arimo, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 0.9vw;

  line-height: 1;
  font-size: 3.5vw;
  font-weight: 700;
  color: green;
  margin-left: 20px;

  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  text-shadow: 0.4vw 0.4vw 0.7vw #484848;
}

.col-dir a {
  text-decoration: none;
}

.estrofe {
  /* font-size: 2.5vw; */
  font-weight: 700;
  margin: 0;
  line-height: 1;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  width: 95vw;

  border-top: 0.15vw solid #aaa;
  border-bottom: 0.15vw solid #aaa;

  /* Quando o scroll for para este ID, ele para 60px ANTES do elemento */
  scroll-margin-top: 10vh;

  /* Isso ajuda a manter o foco visual */
  /* padding-bottom: 6vh; */
}

.estrofe:nth-child(even) {
  /* background-color: #c4faff; */
  background-color: #d4eefe;
}

.estrofe:nth-child(odd) {
  /* background-color: #d0ffe7; */
  background-color: #D5F5E3;
}

span {
  /* color: blue; */
  font-weight: 900;
}

/*** Links *******************************/
.links {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;

  border: 1.5px solid #4545ae;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
  background-color: #d9d9ff;
  padding: .5VW;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  margin-top: 3.5vw;
}

.opcao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;

  padding-top: 4px;
  padding-bottom: 4px;
}

.opcao i {
  font-size: 4.3VW;
  margin-right: 1.5vw;
  color: black;
}

.opcao a {
  text-decoration: none;
  font-family: Roboto, Arimo, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 3.6vw;
  color: #0000f7;
}

.opcao .duas-linhas {
  line-height: 3.3vw;
}

@media screen and (orientation:portrait) {
  .opcao i {
    font-size: 7vW;
    margin-right: 3.1vw;
  }

  .opcao a {
    font-size: 6.3vw;
  }

  .opcao .duas-linhas {
    line-height: 6vw;
  }
}

.azul s:nth-child(even) {
  color: blue;
}

.azul s:nth-child(odd) {
  color: red;
}

b,
i,
s,
u {
  text-decoration: none;
}

b {
  color: blue;
}

i {
  color: rgb(0, 175, 0);
  font-style: normal;
}

s {
  color: red;
}

u {
  color: blueviolet;
}

mark {
  text-decoration: underline;
  background-color: transparent;
  line-height: 1.2;
}

cite {
  text-decoration: none;
  font-style: normal;
  color: black;
}

.espaco {
  margin-right: 4vw;
}

/*** Campo Harmônico ***/
/* .wrapper-grau-ch .grau-ch {
  font-family: "Roboto Slab", serif;

  font-optical-sizing: auto;
  font-style: normal;

  color: red;
  padding-top: 0.5vw;
} */

/* .wrapper-grau-ch .ac-tri {
  font-family: "Roboto Slab", serif;

  font-optical-sizing: auto;
  font-style: normal;

  color: #2424fe;
} */


/***********************/
/*** Player De Audio ***/
/***********************/
.player {
  display: flex;
  align-items: center;
  flex-direction: column;

  width: 100vw;

  margin: 0;
  margin-top: 1vw;
  margin-bottom: 2vw;

  padding: 0;

  background-color: transparent;
  z-index: 3;
}

audio {
  box-shadow: rgba(45, 45, 45, 0.5) 0.8vw 0.8vw 0.8vw;
  border-radius: 50vw;
  border: 0.15vw solid #000000;

  width: 94%;

  margin: 0;
  margin-left: 10vw;
  margin-right: 10vw;
}

/**********************************************/

.ln0 {
  padding: 0;
  margin: 0;
  line-height: 1.05;
}

.cb1,
.cb2 {
  /* font-family: Cousin, 'Cousin Bold'; */
  font-family: Consola, 'Consola Bold';
  padding: 0;
  margin: 0;
  line-height: 1.1;
}

.cb1,
.ln3 {
  display: none;
  color: rgb(210, 105, 30);
}

.espaco,
.ln0,
.ln1,
.ln2 {
  font-family: Cousin, 'Cousin Bold';
  /* font-family: Consola, 'Consola Bold'; */
  line-height: 0.9;
  font-weight: 500;
}

.ln1 {
  margin-top: 1vw;
  font-weight: 700;
  width: fit-content;
}

.ln2 {
  width: fit-content;

  margin-top: -0.35vw;

  padding: 0.19vw;
  padding-top: 0.32vw;
}

.ln0 {
  font-weight: 600;
  padding-bottom: 0.25vw;
}

/*** Ancora para Posicionar em Estrofe pelo ID ***/
.ln0 a {
  text-decoration: underline blue;
}

.repete {
  font-weight: normal;
}

.lnk-aula {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.95vw;
  letter-spacing: 0.07vw;
  font-weight: 500;
  color: blue;
  margin: 0 0 2.2vw 0;
}

/*** Informações Da Música *******************************/

header {
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-size: 3vw;
}

.ritmo {
  display: flex;
  flex-direction: column;
  align-items: self-start;

  height: fit-content;
}

.info {
  display: flex;
  height: fit-content;
  align-items: last baseline;

  row-gap: 0.5vw;
  column-gap: 4vw;
}

.info div {
  display: flex;

  height: fit-content;
  line-height: 1.2;
}

.info div .valor {
  color: red;
  font-weight: 600;
  margin-left: 0.8vw;
}

.instrumento {
  font-weight: 800;
}

/*** SELECIONA VERSÃO DA MÚSICA ***/

/* Div - Selecionar versão */
#seleciona-versao {
  display: flex;
  align-items: center;
  gap: 0.95vw;

  font-family: Roboto, Arial, sans-serif;
  font-size: 2.8vw;
  letter-spacing: 0.08vw;
  font-weight: 500;
  line-height: 1;

  margin: 1.5vw 0 0.8vw 0;
  padding: 1vw 2.2vw;
  width: fit-content;

  border: 0.15vw solid black;
  border-radius: 0.6vw;
  background-color: white;
  box-shadow: rgba(45, 45, 45, 0.5) 0.8vw 0.6vw 0.8vw;
}

#seleciona-versao .item-versao {
  width: fit-content;
  min-width: max-content;
}

/* Versao: */
#seleciona-versao p {
  font-weight: 600;
}

/* Label do imput */
#seleciona-versao label {
  cursor: pointer;
  margin-left: 1vw;
  text-decoration: underline transparent;
  text-underline-offset: 0.2vw;

  padding: 1.4vw 0 1.4vw 0;
  height: 100%;
  width: max-content;
}

/* Label do imput */

#seleciona-versao input[type="radio"]:checked+label {
  text-decoration: underline red;
}

#seleciona-versao input[type="radio"] {
  cursor: pointer;
  margin-left: 1vw;
  accent-color: black;
  display: none;
}

#seleciona-versao input[type="radio"]label:hover {
  cursor: pointer;
  accent-color: black;
  display: none;
  text-decoration: underline black;
}

#seleciona-versao .item-versao:hover {
  cursor: pointer;
  accent-color: black;
  text-decoration: underline black;
}

/**********************************************************/
/*** Linha ativa para Highlight durante scroll da letra ***/
/**********************************************************/
.ln1 {
  margin-left: -0.37vw;
  padding-left: 0.5vw;
  padding-right: 0.25vw;

  background: transparent;
  /* border: 0.15vw solid transparent; */
  border-radius: 0.6vw;
  box-shadow: transparent;
}

.ln2 {
  margin-left: -0.25vw;
  padding-left: 0.25vw;
  padding-right: 0.25vw;

  background: transparent;
  border: 0.15vw solid transparent;
  border-radius: 0.6vw;
  box-shadow: transparent;
}