@font-face {
  font-family: "Gotham Medium";
  src: url(fonts/GothamMediumItalic.ttf);
}

@font-face {
  font-family: "Gotham Book";
  src: url(fonts/GothamBook.ttf);
}

@font-face {
  font-family: "Sztos Bold";
  src: url(fonts/Sztos-Bold.otf);
}

@font-face {
  font-family: "Sztos Black";
  src: url(fonts/Sztos-Black.otf);
}

@import url("https://use.typekit.net/fep2zsu.css");

@import url("https://use.typekit.net/ste4qbf.css");

@import url("https://use.typekit.net/rog7oph.css");

/* base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

a {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: #6f86ff;
}

body {
  background-color: #0a0f14;
  font-family: sans-serif;
  overflow-x: hidden;
}

/* off-screen-menu */
.off-screen-menu {
  background-color: rgb(34, 37, 49);
  height: 100%;
  width: 100%;
  max-width: 450px;
  position: fixed;
  top: 0;
  right: -450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
  transition: 0.3s ease;
  z-index: 98;
}
.off-screen-menu.active {
  right: 0;
}

/* nav */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(10, 15, 20, 0.6);
  position: relative;
  height: 80px;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}

#main {
  width: 1100px;
}

section {
  height: 100svh;
  width: 100%;
}

#main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Distribui os itens nas extremidades */
  margin: 0 auto;
  width: 100%;
  max-width: 1100px; /* Define a largura máxima */
}

#logo-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}

/* ham menu */
.ham-menu {
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
  background: linear-gradient(90deg, #7259f7 0%, #ec1ad9 33%);
  width: 40px;
  height: 32px;
  padding: 0 20px;
  border-radius: 8px;
}
.ham-menu span {
  height: 3px;
  width: 80%;
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.ham-menu span:nth-child(1) {
  top: 25%;
}
.ham-menu span:nth-child(3) {
  top: 75%;
}
.ham-menu.active span {
  background-color: white;
}
.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
  opacity: 0;
}
.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}

.social-icon i {
  color: #0a0f14;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.social-icon:hover {
  background-color: #4a4a4a;
}

.social-icon:hover i {
  color: #fff;
}

.bg-home {
  display: flex;
  max-width: 100%;
  height: 100svh;
  margin-top: -80px;
  background-image: url("img/znec-banner-home.png");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
}

/* teaser-home {
 . position: relative;
  width: 100%;
  margin: 0 auto;
} */

/* styles.css */

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

#main-casting {
  width: 1300px;
  margin: 0 auto;
}

#casting {
  background-image: url("img/bg-casting.png");
  min-height: 120svh;
  padding-bottom: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

#casting h1 {
  font-family: "sztos-variable", sans-serif;
  font-size: 12rem;
  font-variation-settings: "wght" 700, "wdth" 200;
  background: linear-gradient(
    45deg,
    #0c99fd 0%,
    #ec1ad9 33%,
    #fc7d24 66%,
    #ffd58a 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-align: center;
  margin: 0;
  line-height: 1;
  position: relative;
}

#casting-imagem {
  width: 105%;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}

.casting-logos {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 3;
}

.casting-logos img {
  padding: 0 45px;
  height: 60px;
}

.shadow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 1;
  pointer-events: none;
}

#main {
  margin: 0 auto;
  width: 1100px;
}

.icon {
  display: flex;
  margin-bottom: 15px;
}

.icon a {
  margin-left: 20px;
}

.icon-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 50px;
  margin-bottom: 50px;
}

.icon-container a {
  text-decoration: none;
}

.icon-container img {
  width: 50px; /* Ajuste o tamanho dos ícones conforme necessário */
  height: 50px; /* Ajuste o tamanho dos ícones conforme necessário */
  color: #b9001e;
}

#main-release {
  display: flex;
  width: 1200px;
  flex-direction: column;
  padding: 50px;
}

#biografia {
  z-index: 10;
  display: flex;
  width: 100%;
  background: linear-gradient(45deg, #0c99fd 0%, #ec1ad9 100%);
  aspect-ratio: 3 / 2;
  clip-path: ellipse(98% 100% at 50% 100%);
  margin-top: -125px;
  position: relative;
  height: 750px;
}

.text-box {
  height: 400px;
  /*overflow-y: scroll;*/
  padding: 10px;
  direction: rtl;
  text-align: left;
}

#textbox {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 200;
  font-size: 15px;
  font-weight: 800;
  margin-left: 10px;
  color: #0a0f14;
}

.mCSB_dragger_bar {
  background-color: #0a0f14 !important;
}

.mCSB_draggerRail {
  height: 500px !important;
  background-color: #0a0f14 !important;
}

.text-box p {
  font-family: "Gotham Book", sans-serif;
  font-size: 16px;
  color: #0a0f14;
  font-weight: 600;
  text-indent: 16px;
  direction: ltr;
  width: 98%;
}

#biografia h1 {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  text-transform: uppercase;
  font-size: 30px;
  color: #0a0f14;
  padding: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}

#biografia span {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 200;
  font-size: 30px;
  font-weight: 800;
  margin-left: 10px;
}

#galeria {
  column-count: 3;
  column-gap: 0;
  gap: 0;
  height: 100%;
}

#galeria img {
  width: 100%;
  padding: 0;
  display: block;
  object-fit: cover;
  margin-bottom: 0;
  height: auto;
}

#play {
  width: 100%;
  height: 100svh;
  aspect-ratio: 3 / 2;
  clip-path: ellipse(95% 100% at 50% 0);
  background: linear-gradient(
    45deg,
    #0c99fd 0%,
    #ec1ad9 33%,
    #fc7d24 66%,
    #ffd58a 100%
  );
  background-size: cover;
  background-position: center;
  align-items: center;
  display: flex;
  padding: 30px;
}

#main-play {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

#play h1 {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  text-transform: uppercase;
  font-size: 30px;
  color: #0a0f14;
  padding: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.span-play {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 200;
  font-size: 30px;
  font-weight: 800;
  margin-left: 10px;
}

#play h2 {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  text-transform: uppercase;
  font-size: 30px;
  color: #0a0f14;
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 0;
}

.span-playh2 {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 200;
  font-size: 30px;
  font-weight: 800;
  margin-left: 10px;
  line-height: 0;
}

.spotify {
  display: flex;
  justify-content: center;
}

.spotifymob {
  display: none;
}

#youtube h2 {
  color: #fff;
}

.youtubemob {
  display: none;
}

.span-playyoutube {
  font-family: "field-gothic-xwide", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #b9001e;
  font-size: 60px;
}

#main-playyoutube {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

#play-youtube {
  max-width: 100%;
  min-height: 100svh;
  background-image: url("img/ZNC-Banner-PlayYouTube.png");
  background-position: center;
  box-shadow: inset -10px 0 20px rgba(0, 0, 0, 0.5),
    /* Sombra interna da direita para a esquerda */ inset 10px 0 20px
      rgba(0, 0, 0, 0.5); /* Sombra interna da esquerda para a direita */
  background-position: center;
  padding: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 30px;
}

#play-youtube h2 {
  font-family: field-gothic-xwide, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.playyoutube-span {
  font-family: field-gothic-xwide, sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #fff;
  font-size: 24px;
}

#play-youtube h1 {
  font-family: field-gothic-xwide, sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #b9001e;
  font-size: 60px;
  margin-bottom: 25px;
}

.inscreva-se {
  padding: 30px;
}

.inscreva-se span {
  color: #fff;
}

#contato {
  background-color: #0a0f14;
  display: flex;
  max-width: 100%;
  padding: 15px;
  padding: 80px 20px 50px 20px;
  margin-top: -80px;
  flex-direction: column;
}

#main.flex-container {
  display: flex;
  gap: 0; /* Espaçamento entre as colunas */
}

#contratante,
#canais {
  flex: 1;
  padding: 45px;
}

#contratante h2 {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 144;
  background: linear-gradient(90deg, #7259f7 0%, #ec1ad9 33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  margin-top: 50px;
}

#contratante span {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 367, "wdth" 200;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

#canais {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  width: 50%;
}

#canais h2 {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 144;
  background: linear-gradient(45deg, #fc25aa 0%, #fc4766 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  margin-top: 50px;
}

#canais h3 {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 367, "wdth" 200;
  color: #fff;
  font-size: 20px;
  margin-top: 50px;
  line-height: 0.6;
}

#canais p {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 367, "wdth" 200;
  color: #fff;
  font-size: 12px;
}

#canais span {
  font-family: "sztos-variable", sans-serif;
  font-variation-settings: "wght" 367, "wdth" 200;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.midia {
  display: flex;
  align-items: center;
  margin-left: -230px;
  justify-content: flex-start;
}

.midia h2 {
  font-family: "field-gothic-xwide", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  text-align: center;
  padding: 10px 50px;
  margin-left: 180px;
}

.material {
  display: flex;
  justify-content: space-between;
}

.material-icon {
  margin-right: 0;
  align-items: center;
  display: flex;
}

.material-icon img {
  margin-left: 0;
  margin-right: 20px;
  margin-top: 15px;
}

.logos {
  margin-right: 0;
}

.icon-down {
  width: 36px;
}

.znc-logo {
  width: 100px;
}

.znrprod {
  width: 80px;
}

.somlivre {
  width: 28px;
}

.logos {
  margin-right: 105px;
}

#footer {
  background: linear-gradient(
    45deg,
    #0c99fd 0%,
    #ec1ad9 33%,
    #fc7d24 66%,
    #ffd58a 100%
  );
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

#footer img {
  display: flex;
  padding: 15px;
  cursor: pointer;
  width: 70px;
}

/* Mobile */
@media only screen and (max-width: 768px) {
  /*DESKTOP EXIBIÇÃO*/

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 0;
  }

  #logo-nav {
    position: absolute;
    left: 90%;

    width: 35px;
  }

  section {
    height: 100%;
    width: 100%;
  }

  #main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Distribui os itens nas extremidades */
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 20px 20px;
  }

  /* ham menu */
  .ham-menu {
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    background-color: #4a4a4a;
    width: 40px;
    height: 32px;
    padding: 0 20px;
    border-radius: 8px;
  }
  .ham-menu span {
    height: 3px;
    width: 80%;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  .ham-menu span:nth-child(1) {
    top: 25%;
  }
  .ham-menu span:nth-child(3) {
    top: 75%;
  }
  .ham-menu.active span {
    background-color: white;
  }
  .ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .ham-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .social-icons {
    display: flex; /* Para alinhar os ícones horizontalmente */
    gap: 15px; /* Espaço entre os ícones */
    display: none;
  }

  .social-icon {
    width: 40px; /* Largura do círculo */
    height: 40px; /* Altura do círculo */
    border-radius: 50%; /* Torna o fundo circular */
    background-color: white; /* Cor de fundo branca */
    display: flex; /* Usando flexbox para centralizar o ícone */
    align-items: center; /* Alinhamento vertical */
    justify-content: center; /* Alinhamento horizontal */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra suave para profundidade */
    overflow: hidden; /* Garante que o conteúdo não saia do círculo */
  }

  .social-icon i {
    color: #0a0f14; /* Cor do ícone (pode ser ajustada) */
    font-size: 18px; /* Tamanho do ícone */
    margin: 0; /* Remover margens adicionais */
    padding: 0; /* Remover preenchimentos adicionais */
  }

  /* Efeito ao passar o mouse */
  .social-icon:hover {
    background-color: #b9001e; /* Muda a cor de fundo ao passar o mouse */
    color: #fff;
  }

  .bg-home {
    display: flex;
    width: 100%;
    height: 100svh;
    margin-top: -80px;
    background-image: url("img/znec-banner-home.png");
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
  }

  #inicio img {
    width: 50%;
  }

  /* .teaser-home-mobile {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    height: 100svh;
  } */

  #main-casting {
    width: 1300px;
    margin: 0 auto;
  }

  #casting {
    background-image: url("img/bg-casting.png");
    background-position: right;
    min-height: 60svh;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
  }

  #casting h1 {
    font-family: "sztos-variable", sans-serif;
    font-size: 4rem;
    font-variation-settings: "wght" 700, "wdth" 200;
    background: linear-gradient(
      45deg,
      #0c99fd 0%,
      #ec1ad9 33%,
      #fc7d24 66%,
      #ffd58a 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-align: center;
    margin: 0;
    line-height: 1;
    position: relative;
  }

  #casting-imagem {
    width: 130%;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    left: 10px;
  }

  .casting-logos {
    position: relative;
    bottom: 50px;
    left: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
  }

  .casting-logos img {
    padding: 0 10px;
    height: auto;
    margin-top: 15px;
  }

  .cast-logo {
    width: 30%;
    margin: 0 auto;
  }

  .shadow-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 80%,
      /* 80% preto */ rgba(0, 0, 0, 0) 100% /* 20% transparência */
    );
    z-index: 1;
    pointer-events: none;
  }

  #video-play {
    display: flex;
    justify-content: center;
    max-height: 100svh;
    margin-top: -100px;
  }

  #main-agenda {
    width: 100%;
  }

  hr {
    height: 7px;
    border: none;
    border-top: 2px solid #0a0f14; /* Ajuste a cor e espessura */
    margin: 0;
    /* opacity: 0.9; Transparência */
  }

  #agenda {
    background-color: #b9001e;
    min-height: 100svh;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #agenda-h1 {
    font-family: field-gothic-xwide, sans-serif;
    font-size: 36px;
    font-weight: 900;
    font-style: italic;
    color: #0a0f14;
    text-align: center;
    margin-top: 50px;
  }

  #agenda span {
    font-family: "field-gothic-condensed", sans-serif;
    font-weight: 600;
    font-size: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #0a0f14;
  }

  .ingressos {
    background-color: #0a0f14;
    text-align: center;
    margin: 0 auto;
    font-family: "field-gothic-condensed", sans-serif;
    color: #fff;
    padding: 10px 25px;
    letter-spacing: 6px;
    font-size: 15px;
    margin-top: 50px;
    text-decoration: none;
  }

  .ingressos p {
    color: #b9001e;
    font-family: "field-gothic-condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
  }

  .ingressos a {
    display: flex;
    line-height: 2.3;
    text-decoration: none;
  }

  .splide__arrow--prev {
    left: -1em !important;
  }

  .splide__arrow--next {
    left: 19em !important;
  }

  .splide__arrow {
    top: 45% !important;
  }
  .splide__pagination {
    bottom: 1em;
  }

  #main {
    margin: 0 auto;
    width: 1100px;
  }

  .icon {
    display: flex;
  }

  .icon a {
    margin-left: 20px;
  }

  .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
  }

  .icon-container a {
    text-decoration: none;
  }

  .icon-container img {
    width: 40px; /* Ajuste o tamanho dos ícones conforme necessário */
    height: 40px; /* Ajuste o tamanho dos ícones conforme necessário */
    color: #b9001e;
  }

  #shows {
    display: inline-flex;
    align-items: center;
    padding: 50px;
  }

  .data {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-family: "field-gothic-xwide", sans-serif;
    font-size: 70px;
    color: #0a0f14;
    text-transform: uppercase;
    margin-bottom: -40px;
  }
  .data h1 {
    font-family: "field-gothic-xwide", sans-serif;
    font-size: 90px;
    font-weight: 900;
    font-style: italic;
  }

  .dia {
    font-weight: 900;
  }

  .mes {
    font-family: "field-gothic-condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .local {
    display: flex;
    text-align: center;
    /*flex: 1;*/
    margin-left: 0;
    margin-bottom: -30px;
  }
  .local p {
    font-family: "field-gothic-xxxcondensed", sans-serif;
    font-weight: 800;
    font-size: 70px;
    color: #0a0f14;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  #item-lista {
    display: flex;
    /* align-content: center; */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .splide__slide {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #splide01 {
    padding: 40px;
  }

  #main-release {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }

  #biografia {
    display: flex;
    max-width: 100%;
    min-height: 100svh;
    background: linear-gradient(45deg, #0c99fd 0%, #ec1ad9 100%);
    clip-path: ellipse(150% 100% at 50% 100%);
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    align-items: center;
  }

  .text-box {
    height: 650px;
    /*overflow-y: scroll;*/
    padding: 10px;
    direction: rtl;
    text-align: left;
  }

  .mCSB_dragger_bar {
    background-color: #0a0f14 !important;
  }

  .mCSB_draggerRail {
    height: 500px !important;
    background-color: #0a0f14 !important;
  }

  .text-box p {
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    color: #0a0f14;
    font-weight: 600;
    text-indent: 16px;
    direction: ltr;
    width: 98%;
  }

  /*.text-box::-webkit-scrollbar {
    background-color: #0a0f14;
    width: 4px;
  }*/

  /*.text-box::-webkit-scrollbar-thumb {
    height: 1px;
    background-color: #ff0000;
    border-radius: 10%;
  }*/

  #biografia h1 {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 400, "wdth" 100;
    text-transform: uppercase;
    font-size: 20px;
    color: #0a0f14;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
  }

  #biografia span {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 700, "wdth" 200;
    font-size: 20px;
    font-weight: 800;
    margin-left: 10px;
  }

  #galeria {
    column-count: 2;
    column-gap: 0;
    gap: 0;
    height: 100%;
  }

  #galeria img {
    width: 100%;
    padding: 0;
    display: block;
    object-fit: cover;
    margin-bottom: 0;
    height: auto;
  }

  #play {
    max-width: 100%;
    clip-path: ellipse(150% 100% at 50% 0);
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5px;
  }

  #main-play {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  #play h1 {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 400, "wdth" 100;
    text-transform: uppercase;
    font-size: 20px;
    color: #0a0f14;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .span-play {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 700, "wdth" 200;
    font-size: 20px;
    font-weight: 800;
    margin-left: 10px;
  }

  #play h2 {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 400, "wdth" 100;
    text-transform: uppercase;
    font-size: 20px;
    color: #0a0f14;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 1.2;
  }

  .span-playh2 {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 700, "wdth" 200;
    font-size: 20px;
    font-weight: 800;
    margin-left: 10px;
    line-height: 1.2;
  }

  .spotify {
    display: flex;
    justify-content: center;
    display: none;
  }

  .spotifymob {
    display: flex;
    justify-content: center;
  }

  #youtube h2 {
    color: #fff;
  }

  .span-playyoutube {
    font-family: "field-gothic-xwide", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #b9001e;
    font-size: 30px;
  }

  #main-playyoutube {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }

  .youtubemob {
    width: 100%;
    display: inherit !important;
  }

  .youtube {
    display: none;
  }

  #play-youtube {
    max-width: 100%;
    height: 600px;
    background-image: url("img/ZNC-Banner-PlayYouTube.png");
    background-position: center;
    box-shadow: inset -10px 0 20px rgba(0, 0, 0, 0.5),
      /* Sombra interna da direita para a esquerda */ inset 10px 0 20px
        rgba(0, 0, 0, 0.5); /* Sombra interna da esquerda para a direita */
    background-position: center;
    padding: 80px 10px 80px;
  }

  #play-youtube h2 {
    font-family: field-gothic-xwide, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  .playyoutube-span {
    font-family: field-gothic-xwide, sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
  }

  #play-youtube h1 {
    font-family: field-gothic-xwide, sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #b9001e;
    font-size: 30px;
    margin-bottom: 25px;
  }

  .inscreva-se {
    padding: 30px;
  }

  .inscreva-se span {
    color: #fff;
  }

  #main {
    width: 100%;
    padding: 0 10px;
  }

  #contato {
    background-color: #0a0f14;
    display: flex;
    max-width: 100%;
    padding: 70px 5px 20px 5px;
    margin-top: -80px;
    flex-direction: column;
  }

  #main.flex-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  #contratante,
  #canais {
    padding: 0;
  }

  #contratante h2 {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 700, "wdth" 144;
    background: linear-gradient(90deg, #7259f7 0%, #ec1ad9 33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    margin-top: 50px;
  }

  #contratante span {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 367, "wdth" 200;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
  }

  #canais {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }

  #canais h2 {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 700, "wdth" 144;
    background: linear-gradient(45deg, #fc25aa 0%, #fc4766 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    margin-top: 50px;
  }

  #canais h3 {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 367, "wdth" 200;
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
    line-height: 0.4;
  }

  #canais p {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 367, "wdth" 200;
    color: #fff;
    font-size: 12px;
  }

  #canais span {
    font-family: "sztos-variable", sans-serif;
    font-variation-settings: "wght" 367, "wdth" 200;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
  }

  .midia {
    display: flex;
    align-items: center;
    margin-left: -230px;
    justify-content: flex-start;
  }

  .midia h2 {
    font-family: field-gothic-xwide, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
    margin-left: 180px;
  }

  .material {
    display: flex;
    justify-content: space-between;
  }

  .material-icon {
    margin-right: 0;
    align-items: center;
    display: flex;
  }

  .material-icon img {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 15px;
  }

  .logos {
    margin-right: 0;
  }

  .znc-logo {
    width: 100px;
  }

  .znrprod {
    width: 75px;
  }

  .somlivre {
    width: 25px;
  }

  #footer {
    background: linear-gradient(
      45deg,
      #0c99fd 0%,
      #ec1ad9 33%,
      #fc7d24 66%,
      #ffd58a 100%
    );
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer img {
    width: 80px;
    display: flex;
    padding: 15px;
    margin-top: 0;
    cursor: pointer;
  }
}
