:root {
/* ------------------------------- Cores ------------------------------- */
  --gradR: linear-gradient(125deg, #810300, #f7261e); /*grad vermelho*/
  --gradB: linear-gradient(125deg, #00AF26, #FFF600); /*grad verde*/
  --vermelho: #CA0300;
  --link: #F7261F;
  --preto: #000000;
  --branco: #FFFFFF;
  --cinza1: #131313; /*cinza escuro*/
  --cinza2: #1f1f1f; /*cinza claro*/
  --verde: #53BD1E; /*caso não dê pra usar o grad verde*/
/* ------------------------------- Cores ------------------------------- */
}


/* ------------------------------- Fontes ------------------------------- */
@font-face {
    font-family: 'DoubleFeature';
    src: url('https://rockyhorrorbrasil.neocities.org/fontes/DoubleFeature20.ttf')
}
@font-face {
  font-family: 'Anuphan';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anuphan/v4/2sDeZGxYgY7LkLT0mWQDan29.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Anuphan';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anuphan/v4/2sDeZGxYgY7LkLT0mWoDag.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ------------------------------- Fontes ------------------------------- */


/* ------------------------------- Layout ------------------------------- */

/* Geral */
body {
  display: flex;
  flex-direction: column;
  background-image: url(imagens/LipsBG.png), var(--gradR);
  color: var(--branco);
  margin: 0;
  gap: 20px;
  cursor:url('/imagens/cursor.png'),auto;
}
.conteudo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin: 0px;
  width: 100%;
}
.navbar {
  display: flex;
  height: 80px;
  margin: 0px;
  padding: 0px 40px;
  align-items: center;
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0px;
  gap: 40px;
}

/* Main */
.mainc {
  background: var(--preto);
  display: flex;
  width: fit-content;
  height: fit-content;
  padding: 50px 40px;
  margin: 0px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.maincard {
  display: flex;
  width: 620px;
  height: fit-content;
  padding: 50px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  border-radius: 5px;
}
.titulocard {
  display: flex;
  width: 620px;
  height: fit-content;
  padding: 0px 50px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  border-radius: 5px;
}

/* Lateral */
.latec {
  display: flex;
  width: 256px;
  height: fit-content;
  margin: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.latcard {
  background: var(--preto);
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Chat */
.chatc {
  display: flex;
  height: fit-content;
  margin: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.chatcard {
  background: var(--preto);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  height: 500px;
  width: 176px;
  margin: 0px
}

/* Extras */
.divider {
  width: 720px;
  height: 36px;
  aspect-ratio: 200/9;
  background: url(imagens/div.webp) 100%/ cover no-repeat;
}
.horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.estivert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  margin: 0px;
}
.playlist {
  display: flex;
  max-height: 350px;
  gap: 10px;
  padding: 10px;
  background-color: var(--cinza1);
  overflow: auto;
  width: fit-content;
  margin: 0px;
}
.track{
  background-color: var(--cinza2);
  padding: 10px;
  width: 400px;
  margin: 5px 0px;
}
.horizmont {
  display: flex;
  padding: 0px 1px;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
  margin: 0px;
}
.capamont {
  width: 278px;
  height: 232px;
}
/* ------------------------------- Layout ------------------------------- */


/* ------------------------------- Clicáveis ------------------------------- */
.logo {
  background: url(imagens/logo.png) 100%/ cover no-repeat;
  width: 78px;
  height: 24px;
  cursor:url('/imagens/pointer.png'),pointer;
}
.logo:hover {
  transform: rotateZ(-5deg);
}
.botao1 {
  width: 176px;
  height: 62px;
  cursor:url('/imagens/pointer.png'),pointer;
}
.botao1 img{
  width: 100%;
  height: 100%;
}
.botao1:hover {
  transform: rotateZ(5deg);
}
.botao2 {
  width: 176px;
  height: 62px;
  cursor:url('/imagens/pointer.png'),pointer;
}
.botao2 img{
  width: 100%;
  height: 100%;
}
.botao2:hover {
  transform: rotateZ(-5deg);
}
/* ------------------------------- Clicáveis ------------------------------- */


/* ------------------------------- Texto ------------------------------- */

/* Principal */
h1 {
  font-family: DoubleFeature;
  font-size: 86px;
  color: var(--vermelho);
  text-shadow: 2px -2px var(--branco);
  -webkit-text-stroke: 0.2px #000;
  text-align: center;
  margin: 0px;
  line-height: 100%;
  padding: 50px 0 0 0;
}
h2 {
  color: var(--branco);
  text-align: center;
  text-shadow: 2px -2px 0px #CA0200;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: var(--preto, #000);
  font-family: DoubleFeature;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  margin: 0px;
  line-height: 32px;
}
h3 {
  color: var(--branco);
  text-align: justify;
  text-shadow: 1px 1px 0px #CA0200;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #000;
  font-family: "Double Feature";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0px;
  letter-spacing: 2.4px;
}
h4{
  
}
h5{
  color: var(--branco);
  font-family: Anuphan, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
}
h6{
  font-size: 12px;
  margin: 0px;
  font-family: Anuphan, sans-serif;
  font-weight: normal;
  opacity: 80%;
}
p {
  align-self: 766;
  color: var(--branco);
  text-align: justify;
  font-family: Anuphan;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.8px;
  opacity: 0.9;
  margin: 0px;
}

/*Links*/
.link {
  color: var(--link);
  font-weight: bold;
  letter-spacing: 0px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0px;
  cursor:url('/imagens/pointer.png'),pointer;
}
.link:hover {
  background: var(--gradB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 0px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0px;
}
a {
  color: var(--link);
  font-weight: bold;
  letter-spacing: 0px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0px;
  cursor:url('/imagens/pointer.png'),pointer;
}
a:hover {
  color: var(--verde);
  font-weight: bold;
  letter-spacing: 0px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0px;
}

/* Extras */
.brasil {
  background: var(--gradB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px transparent;
}
/* ------------------------------- Texto ------------------------------- */

