@import '../../node_modules/aos/dist/aos.css';
@import '../../node_modules/swiper/swiper-bundle.min.css';
@import '../../node_modules/lite-youtube-embed/src/lite-yt-embed.css';
@font-face {
  font-family: "Dream Glory";
  src: url("../fonts/DREAM-GLORY.woff2") format("woff2"), url("../fonts/DREAM-GLORY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* -------- Cores -------- */
/* -------- Layout Definitions --------- */
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Additional resets */
a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 20px;
  font-family: "Dream Glory", sans-serif;
}
@media (max-width: 1700px) {
  html {
    font-size: 17.7px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 14.5px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 13.5px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 6px;
  }
}

body {
  background: #ae1e0a;
}

article,
section,
footer {
  overflow: hidden;
}

a,
button,
i {
  transition: 300ms all ease-in-out;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  color: #e2ae0c;
  font-family: "Dream Glory", sans-serif;
}
h1 .titulo-alternativo,
h2 .titulo-alternativo,
h3 .titulo-alternativo,
h4 .titulo-alternativo,
h5 .titulo-alternativo {
  color: #ae1e0a;
}

p,
a,
em,
strong,
span,
li {
  font-family: "Lato", sans-serif;
  color: #e2ae0c;
}

.content {
  padding: 0 5rem;
}
@media (max-width: 1700px) {
  .content {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .content {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .content {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .content {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .content {
    /* ---- */
  }
}
@media (max-width: 768px) {
  .content {
    padding: 0 4rem;
  }
}
@media (max-width: 480px) {
  .content {
    padding: 0 10px;
  }
}

.center,
.content {
  max-width: 1920px;
  margin: 0 auto;
}

.capa {
  height: 51.5rem;
  background: url("../img/bg-capa.jpg") no-repeat center;
  background-size: 96rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3.25rem;
  border-bottom-right-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}
.capa__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.95rem;
  margin-bottom: 2.8rem;
}
.capa__jh {
  width: 10.05rem;
}
.capa__joaohenrique {
  width: 33rem;
}

nav.menu {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 1700px) {
  nav.menu {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  nav.menu {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  nav.menu {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  nav.menu {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  nav.menu {
    /* ---- */
  }
}
@media (max-width: 768px) {
  nav.menu {
    display: none;
  }
}
@media (max-width: 480px) {
  nav.menu {
    /* ---- */
  }
}
nav.menu ul {
  display: flex;
  gap: 2.25rem;
}
nav.menu a {
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #e2ae0c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1rem;
  position: relative;
}
nav.menu li {
  display: block;
}
nav.menu li:hover a {
  color: #ae1e0a;
}
nav.menu li.current:hover a::after {
  background-color: #ae1e0a;
}
nav.menu li.current a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 2rem;
  right: 0.25rem;
  background-color: #e2ae0c;
  transition: all 300ms ease-in-out;
}

.redes-sociais ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.redes-sociais li {
  display: block;
}

.ico a {
  display: block;
  background-color: #e2ae0c;
  background-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.ico a:hover {
  background-color: #ae1e0a;
}
.ico__instagram a {
  aspect-ratio: 54/53;
  width: 2.05rem;
  mask-image: url("../img/mask-instagram.png");
  -webkit-mask-image: url("../img/mask-instagram.png");
}
.ico__facebook a {
  aspect-ratio: 53/52;
  width: 1.95rem;
  mask-image: url("../img/mask-facebook.png");
  -webkit-mask-image: url("../img/mask-facebook.png");
}
.ico__x a {
  aspect-ratio: 52/53;
  width: 1.95rem;
  mask-image: url("../img/mask-x.png");
  -webkit-mask-image: url("../img/mask-x.png");
}
.ico__tiktok a {
  aspect-ratio: 45/51;
  width: 1.7rem;
  mask-image: url("../img/mask-tiktok.png");
  -webkit-mask-image: url("../img/mask-tiktok.png");
}
.ico__youtube a {
  aspect-ratio: 52/37;
  width: 1.95rem;
  mask-image: url("../img/mask-youtube.png");
  -webkit-mask-image: url("../img/mask-youtube.png");
}
.ico__youtube-full a {
  aspect-ratio: 134/31;
  width: 6.7rem;
  mask-image: url("../img/mask-youtube-full.png");
  -webkit-mask-image: url("../img/mask-youtube-full.png");
}
.ico__spotify a {
  aspect-ratio: 53/53;
  width: 2rem;
  mask-image: url("../img/mask-spotify.png");
  -webkit-mask-image: url("../img/mask-spotify.png");
}
.ico__deezer a {
  aspect-ratio: 37/43;
  width: 1.4rem;
  mask-image: url("../img/mask-deezer.png");
  -webkit-mask-image: url("../img/mask-deezer.png");
}
.ico__whatsapp a {
  aspect-ratio: 33/34;
  width: 1.65rem;
  mask-image: url("../img/mask-whatsapp.png");
  -webkit-mask-image: url("../img/mask-whatsapp.png");
}

.assista {
  padding: 6.25rem 0 8.1rem;
  position: relative;
}
.assista::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #2e1111;
  z-index: 10;
}
.assista lite-youtube {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
  position: relative;
}
.assista h1 {
  position: relative;
  z-index: 10;
  font-size: 12.5rem;
  line-height: 9.25rem;
  letter-spacing: 0.25rem;
  text-indent: 3.75rem;
  top: 0.75rem;
}
@media (max-width: 1700px) {
  .assista h1 {
    font-size: 11.5rem;
    line-height: 8.25rem;
  }
}
@media (max-width: 1440px) {
  .assista h1 {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .assista h1 {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .assista h1 {
    font-size: 10.5rem;
    line-height: 7.25rem;
    top: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .assista h1 {
    font-size: 9rem;
    line-height: 5.75rem;
    top: 0.4rem;
  }
}
@media (max-width: 768px) {
  .assista h1 {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .assista h1 {
    /* ---- */
  }
}
.assista__titulo {
  display: flex;
  align-items: center;
}
.assista__titulo p {
  position: relative;
  right: 1.5rem;
}
.assista__titulo span {
  font-size: 2.45rem;
  line-height: 1.7rem;
  font-weight: 900;
  color: #651b1b;
  white-space: nowrap;
  word-spacing: 3px;
  display: block;
}
.assista__titulo span:nth-child(2) {
  position: relative;
  left: 3rem;
}
.assista__player {
  position: relative;
  z-index: 30;
  border-radius: 3.5rem;
  overflow: hidden;
}
.assista__links {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.assista__links--box {
  background-color: #ae1e0a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.5rem;
  width: 50.5rem;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
@media (max-width: 1700px) {
  .assista__links--box {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .assista__links--box {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .assista__links--box {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .assista__links--box {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .assista__links--box {
    /* ---- */
  }
}
@media (max-width: 768px) {
  .assista__links--box {
    width: 40rem;
  }
}
@media (max-width: 480px) {
  .assista__links--box {
    transform: scale(1.4);
    top: 5px;
    position: relative;
  }
}
.assista__compartilhar {
  padding-right: 2.5rem;
  border-right: 2px solid #e2ae0c;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.assista__compartilhar span {
  text-indent: 2.25rem;
  font-size: 1.25rem;
  line-height: 1.65rem;
  background: url("../img/mask-compatilhar.png") no-repeat center left;
  background-size: 1.65rem;
  font-weight: 700;
}
.assista__compartilhar ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.assista__youtube {
  padding-left: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.65rem;
  color: #e2ae0c;
  white-space: nowrap;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.assista .ico a:hover {
  background-color: #fff;
}
.assista .ico__facebook {
  width: 1.6rem;
}

.conheca {
  padding: 4.75rem 0 5rem;
}
.conheca__scrollbar {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 1rem;
}
.conheca__scrollbar::-webkit-scrollbar {
  width: 15px;
}
@media (max-width: 1700px) {
  .conheca__scrollbar::-webkit-scrollbar {
    width: 14px;
  }
}
@media (max-width: 1440px) {
  .conheca__scrollbar::-webkit-scrollbar {
    width: 13px;
  }
}
@media (max-width: 1366px) {
  .conheca__scrollbar::-webkit-scrollbar {
    width: 12px;
  }
}
@media (max-width: 1280px) {
  .conheca__scrollbar::-webkit-scrollbar {
    width: 11px;
  }
}
@media (max-width: 1024px) {
  .conheca__scrollbar::-webkit-scrollbar {
    width: 10px;
  }
}
.conheca__scrollbar::-webkit-scrollbar-track {
  background: rgb(171.15, 171.15, 171.15);
}
.conheca__scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(177.5714285714, 136.7142857143, 9.4285714286);
  border: 3px solid rgb(177.5714285714, 136.7142857143, 9.4285714286);
}
.conheca__titulo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 10;
}
.conheca__titulo h1 {
  position: relative;
  font-size: 12.5rem;
  line-height: 13.5rem;
  letter-spacing: 0.25rem;
  top: 2.9rem;
}
@media (max-width: 1700px) {
  .conheca__titulo h1 {
    font-size: 11.5rem;
    line-height: 12.5rem;
  }
}
@media (max-width: 1440px) {
  .conheca__titulo h1 {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .conheca__titulo h1 {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .conheca__titulo h1 {
    font-size: 10.5rem;
    line-height: 11.5rem;
    top: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .conheca__titulo h1 {
    font-size: 9rem;
    line-height: 10rem;
    top: 2.25rem;
  }
}
@media (max-width: 768px) {
  .conheca__titulo h1 {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .conheca__titulo h1 {
    /* ---- */
  }
}
.conheca__titulo span {
  padding-top: 3.5rem;
  font-size: 2.45rem;
  line-height: 2.45rem;
  color: #651b1b;
  font-weight: 900;
}
.conheca__conteudo {
  display: grid;
  grid-template-columns: 28.45rem 1fr;
  gap: 0.9rem;
  position: relative;
  z-index: 15;
}
@media (max-width: 1700px) {
  .conheca__conteudo {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .conheca__conteudo {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .conheca__conteudo {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .conheca__conteudo {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .conheca__conteudo {
    grid-template-columns: 24rem 1fr;
  }
}
@media (max-width: 620px) {
  .conheca__conteudo {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .conheca__conteudo {
    /* ---- */
  }
}
.conheca__imagem img {
  border-radius: 2rem;
}
.conheca__imagem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 5rem;
  line-height: 5rem;
  color: #e2ae0c;
}
.conheca__texto {
  border-radius: 2rem;
  overflow: hidden;
  padding: 3.5rem 7.6rem 3.5rem 3.5rem;
  border: 3px solid #e2ae0c;
  background: url("../img/mask-compatilhar.png") no-repeat;
  background-position: 96% 2.25rem;
  background-size: 2.85rem;
}
@media (max-width: 1700px) {
  .conheca__texto {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .conheca__texto {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .conheca__texto {
    padding: 3rem 7rem 3rem 3rem;
  }
}
@media (max-width: 1280px) {
  .conheca__texto {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .conheca__texto {
    padding: 2.25rem 4.75rem 2.25rem 2.25rem;
  }
}
@media (max-width: 768px) {
  .conheca__texto {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .conheca__texto {
    /* ---- */
  }
}
.conheca__texto p {
  font-size: 1.35rem;
  line-height: 1.65rem;
}
@media (max-width: 1700px) {
  .conheca__texto p {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .conheca__texto p {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .conheca__texto p {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .conheca__texto p {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .conheca__texto p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 768px) {
  .conheca__texto p {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .conheca__texto p {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
}
.conheca__texto strong {
  font-weight: 900;
}

.fotos {
  background: #501717 url("../img/bg_fotos.jpg") no-repeat top center;
  background-size: 96rem;
  padding: 55.2rem 0 4rem;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.fotos__container {
  padding: 0 2rem;
}
.fotos header {
  display: flex;
  gap: 5.75rem;
  position: relative;
  align-items: center;
  flex-direction: row-reverse;
  padding-right: 1.25rem;
}
.fotos h1 {
  position: relative;
  font-size: 12.5rem;
  line-height: 9.25rem;
  letter-spacing: 0.25rem;
  top: 1rem;
}
@media (max-width: 1700px) {
  .fotos h1 {
    font-size: 11.5rem;
    line-height: 8.25rem;
  }
}
@media (max-width: 1440px) {
  .fotos h1 {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .fotos h1 {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .fotos h1 {
    font-size: 10.5rem;
    line-height: 7.25rem;
    top: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .fotos h1 {
    font-size: 9rem;
    line-height: 5.75rem;
    top: 0.4rem;
  }
}
@media (max-width: 768px) {
  .fotos h1 {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .fotos h1 {
    /* ---- */
  }
}
.fotos span {
  font-size: 2.45rem;
  line-height: 1.7rem;
  font-weight: 900;
  color: #e2ae0c;
  white-space: nowrap;
  word-spacing: 3px;
}
.fotos span:nth-child(2) {
  position: relative;
  left: 3rem;
}
.fotos__subtitulo {
  display: flex;
  flex-direction: column;
}
.fotos .eapps-instagram-feed-posts-item {
  border-radius: 1.25rem;
  overflow: hidden;
}

.lancamentos {
  background: #000;
  padding: 11.3rem 0 7.15rem;
  border-radius: 3.75rem;
}
.lancamentos h1 {
  position: relative;
  font-size: 7.5rem;
  line-height: 6.5rem;
  letter-spacing: 4px;
  top: 1rem;
  color: #ae1e0a;
  text-align: center;
  z-index: 15;
}
@media (max-width: 1700px) {
  .lancamentos h1 {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .lancamentos h1 {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .lancamentos h1 {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .lancamentos h1 {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .lancamentos h1 {
    font-size: 6.5rem;
    line-height: 5.5rem;
    top: 0.75rem;
  }
}
@media (max-width: 768px) {
  .lancamentos h1 {
    font-size: 5.25rem;
    line-height: 3.75rem;
    top: 0.4rem;
  }
}
@media (max-width: 480px) {
  .lancamentos h1 {
    font-size: 5.5rem;
    line-height: 4rem;
    top: 0.2rem;
  }
}
.lancamentos__lista {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  padding-bottom: 4.15rem;
  position: relative;
  z-index: 20;
}
@media (max-width: 1700px) {
  .lancamentos__lista {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .lancamentos__lista {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .lancamentos__lista {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .lancamentos__lista {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .lancamentos__lista {
    gap: 2.75rem;
  }
}
@media (max-width: 768px) {
  .lancamentos__lista {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .lancamentos__lista {
    grid-template-columns: auto;
    grid-auto-rows: auto;
    gap: 2rem;
  }
}
.lancamentos__lista img {
  border-radius: 1rem;
}
@media (max-width: 1700px) {
  .lancamentos__lista img {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .lancamentos__lista img {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .lancamentos__lista img {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .lancamentos__lista img {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .lancamentos__lista img {
    /* ---- */
  }
}
@media (max-width: 768px) {
  .lancamentos__lista img {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .lancamentos__lista img {
    border-radius: 2.5rem;
  }
}
.lancamentos__ouca {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lancamentos__ouca span {
  display: block;
  margin-bottom: 1.85rem;
  font-size: 1.75rem;
  color: #e2ae0c;
  text-align: center;
  font-weight: 900;
}
.lancamentos__ouca ul {
  display: grid;
  grid-template-columns: repeat(3, 17.45rem);
  grid-auto-rows: auto;
  gap: 0.9rem;
}
@media (max-width: 1700px) {
  .lancamentos__ouca ul {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .lancamentos__ouca ul {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .lancamentos__ouca ul {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .lancamentos__ouca ul {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .lancamentos__ouca ul {
    /* ---- */
  }
}
@media (max-width: 768px) {
  .lancamentos__ouca ul {
    grid-template-columns: repeat(3, 15rem);
    gap: 0.75rem;
  }
}
@media (max-width: 480px) {
  .lancamentos__ouca ul {
    grid-template-columns: repeat(1, 150px);
    gap: 0.75rem;
  }
}
.lancamentos__ouca a {
  background-color: #ae1e0a;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.15rem;
}
.lancamentos__ouca a:hover {
  background-color: #e2ae0c;
}
.lancamentos__ouca a:hover i {
  background-color: #ae1e0a;
}
.lancamentos__ouca i {
  display: block;
  background-color: #e2ae0c;
  background-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .lancamentos__ouca i {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .lancamentos__ouca i {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .lancamentos__ouca i {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .lancamentos__ouca i {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .lancamentos__ouca i {
    /* ---- */
  }
}
@media (max-width: 768px) {
  .lancamentos__ouca i {
    transform: scale(0.85);
  }
}
@media (max-width: 480px) {
  .lancamentos__ouca i {
    /* ---- */
  }
}
.lancamentos__ouca i:hover {
  background-color: #ae1e0a;
}
.lancamentos__ouca .lancamentos__spotify i {
  aspect-ratio: 185/56;
  width: 9.25rem;
  mask-image: url("../img/mask-spotify-full.png");
  -webkit-mask-image: url("../img/mask-spotify-full.png");
}
.lancamentos__ouca .lancamentos__deezer i {
  aspect-ratio: 185/52;
  width: 9.25rem;
  mask-image: url("../img/mask-deezer-full.png");
  -webkit-mask-image: url("../img/mask-deezer-full.png");
}
.lancamentos__ouca .lancamentos__apple-music i {
  aspect-ratio: 164/39;
  width: 8.2rem;
  mask-image: url("../img/mask-apple-music-full.png");
  -webkit-mask-image: url("../img/mask-apple-music-full.png");
}
.lancamentos__ouca .lancamentos__tidal i {
  aspect-ratio: 172/37;
  width: 8.6rem;
  mask-image: url("../img/mask-tidal-full.png");
  -webkit-mask-image: url("../img/mask-tidal-full.png");
}
.lancamentos__ouca .lancamentos__amazon-music i {
  aspect-ratio: 264/52;
  width: 13.2rem;
  mask-image: url("../img/mask-amazon-music-full.png");
  -webkit-mask-image: url("../img/mask-amazon-music-full.png");
}
.lancamentos__ouca .lancamentos__youtube-music i {
  aspect-ratio: 157/40;
  width: 7.85rem;
  mask-image: url("../img/mask-youtube-music-full.png");
  -webkit-mask-image: url("../img/mask-youtube-music-full.png");
}

.contato {
  background: url("../img/bg-contato.jpg") no-repeat top center;
  background-size: 96rem;
  height: 85.3rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5.6rem;
}
.contato h1 {
  font-size: 12.5rem;
  line-height: 9.25rem;
  letter-spacing: 0.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 1700px) {
  .contato h1 {
    font-size: 11.5rem;
    line-height: 8.25rem;
  }
}
@media (max-width: 1440px) {
  .contato h1 {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .contato h1 {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .contato h1 {
    font-size: 10.5rem;
    line-height: 7.25rem;
    top: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .contato h1 {
    font-size: 9rem;
    line-height: 5.75rem;
    top: 0.4rem;
  }
}
@media (max-width: 768px) {
  .contato h1 {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .contato h1 {
    /* ---- */
  }
}
.contato__lista {
  padding-bottom: 2.5rem;
}
.contato__lista ul {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 1700px) {
  .contato__lista ul {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .contato__lista ul {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .contato__lista ul {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .contato__lista ul {
    gap: 5.5rem;
  }
}
@media (max-width: 1024px) {
  .contato__lista ul {
    gap: 3.75rem;
  }
}
@media (max-width: 768px) {
  .contato__lista ul {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .contato__lista ul {
    /* ---- */
  }
}
.contato__lista ul a {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.75rem;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .contato__lista ul a {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .contato__lista ul a {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .contato__lista ul a {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .contato__lista ul a {
    font-size: 1.9rem;
    line-height: 1.9rem;
    letter-spacing: 0.7rem;
  }
}
@media (max-width: 1024px) {
  .contato__lista ul a {
    /* ---- */
  }
}
@media (max-width: 768px) {
  .contato__lista ul a {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .contato__lista ul a {
    /* ---- */
  }
}
.contato__lista ul a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 0;
  height: 2px;
  right: 0.25rem;
  background-color: #e2ae0c;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.contato__lista ul a.active::after {
  width: 100%;
  opacity: 1;
}
.contato__info a {
  font-size: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  text-align: center;
  background: #e2ae0c;
  padding: 1rem 3.25rem;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .contato__info a {
    /* ---- */
  }
}
@media (max-width: 1440px) {
  .contato__info a {
    /* ---- */
  }
}
@media (max-width: 1366px) {
  .contato__info a {
    /* ---- */
  }
}
@media (max-width: 1280px) {
  .contato__info a {
    /* ---- */
  }
}
@media (max-width: 1024px) {
  .contato__info a {
    /* ---- */
  }
}
@media (max-width: 768px) {
  .contato__info a {
    /* ---- */
  }
}
@media (max-width: 480px) {
  .contato__info a {
    white-space: normal;
    padding: 0.75rem 1.5rem;
  }
}
.contato__info a:hover {
  background: #ae1e0a;
}
.contato__info a:hover span {
  color: #fff;
}
.contato__info a span {
  color: #651b1b;
  transition: all 300ms ease-in-out;
}
.contato__info--nome {
  font-weight: 700;
}
.contato__info--tel, .contato__info--email {
  font-weight: 900;
}
.contato__info--tel span, .contato__info--email span {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.contato__info div {
  justify-content: center;
  overflow: hidden;
  display: none;
}
.contato__info div.active {
  display: flex !important;
}
.contato__logo {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 6.65rem 21.85rem;
  gap: 2rem;
  margin-bottom: 2.1rem;
}
.contato__logo img {
  height: auto !important;
}
.contato__icomp {
  display: flex;
  justify-content: center;
}
.contato__icomp a {
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../img/logo-icomp.png");
  -webkit-mask-image: url("../img/logo-icomp.png");
  aspect-ratio: 471/68;
  width: 23.5rem;
  background: #fff;
  overflow: hidden;
  text-indent: -9999px;
}
.contato__icomp a:hover {
  background: #e2ae0c;
}
.contato .redes-sociais {
  display: flex;
  justify-content: center;
  margin-bottom: 2.6rem;
}
.contato .redes-sociais ul {
  border-radius: 5rem;
  background: #ae1e0a;
  width: 43.8rem;
  height: 5.6rem;
}
.contato .redes-sociais a:hover {
  background: #fff;
}
.contato .redes-sociais .ico__instagram a {
  width: 2.7rem;
}
.contato .redes-sociais .ico__facebook a {
  width: 2.65rem;
}
.contato .redes-sociais .ico__x a {
  width: 2.6rem;
}
.contato .redes-sociais .ico__tiktok a {
  width: 2.25rem;
}
.contato .redes-sociais .ico__youtube a {
  width: 2.6rem;
}
.contato .redes-sociais .ico__spotify a {
  width: 2.65rem;
}
.contato .redes-sociais .ico__deezer a {
  width: 1.85rem;
}

/*# sourceMappingURL=main.css.map */