@font-face {
  font-family: 'Dot Gain TM';
  src: url('../fonts/DotGainTM-Regular.eot');
  src:
    url('../fonts/DotGainTM-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DotGainTM-Regular.woff2') format('woff2'),
    url('../fonts/DotGainTM-Regular.woff') format('woff'),
    url('../fonts/DotGainTM-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-x: hidden;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px;
}

video {
  width: 98%;
  height: auto;
}

@media (min-width: 769px) {
  video {
    width: auto;
    height: 98%;
  }
}

.banner {
  width: 100%;
  height: 1080px;
  background-image: url('../images/banner-bg-2.jpg');
}

@media (max-width: 768px) {
  .banner {
    background-position: center -120px;
  }
}

.banner .content {
  padding-top: 130px;
  display: flex;
  align-items: flex-start;
  gap: 180px;
}

@media (max-width: 768px) {
  .banner .content {
    flex-direction: column;
    gap: 36px;
    padding-top: 40px;
    justify-content: flex-start;
    align-items: center;
  }
}

.banner .content img {
  width: 50%;
}
@media (max-width: 768px) {
  .banner .content img {
    width: 80%;
  }
}

.agenda {
  position: relative;
  width: 100%;
  min-height: auto;
  background-image: url('../images/agenda-bg.jpg');
}
@media (max-width: 768px) {
  .agenda {
    margin-top: -120px;
  }
}

.agenda .folha {
  position: absolute;
  top: -262px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.agenda .folha img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
}

.agenda .content {
  position: relative;
  z-index: 900;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: repeat(13, auto);
  grid-auto-flow: column;
  text-align: center;
}

.ingressos-gratuitos {
  display: block;
  margin-top: -28px;
}

@media (max-width: 768px) {
  .agenda .content {
    grid-template-columns: 100%;
    grid-template-rows: repeat(26, auto);
  }

  .ingressos-gratuitos {
    display: block;
    margin-top: 0;
  }
}

.agenda .agenda__item .data,
.agenda .agenda__item .link,
.agenda .agenda__item .link a {
  color: #a72d17;
  text-align: center;
  font-family: 'Dot Gain TM';
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 96px */
  letter-spacing: -3px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 768px) {
  .agenda .agenda__item .data,
  .agenda .agenda__item .link,
  .agenda .agenda__item .link a {
    font-size: 32px;
    letter-spacing: -1px;
    text-decoration: none;
  }
}

.agenda .agenda__item .cidade {
  color: #f7e5ca;
  font-family: 'Dot Gain TM';
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3px;
  text-transform: uppercase;
  width: fit-content;
  padding: 0 8px;
}

@media (max-width: 768px) {
  .agenda .agenda__item .cidade {
    font-size: 44px;
    letter-spacing: -1px;
  }
}

.agenda__item.inactive {
  width: fit-content;
  margin: auto;
  position: relative;
}
/* .agenda__item.inactive > * {
  opacity: 0.6;
} */

.agenda__item.inactive:before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 104%;
  height: 2px;
  /* background-color: #ffffff; */
  background-color: #a72d17;
}

.cantar {
  position: relative;
  z-index: 900;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  transform: scale(0.7);
}

@media (max-width: 768px) {
  .cantar {
    margin-top: 0;
  }
  .cantar img {
    width: 100%;
  }
}

.spotify {
  padding: 60px 0;
  position: relative;
  z-index: 900;
}

.footer {
  position: relative;
  z-index: 900;
  background-color: #f7e5ca;
  width: 100%;
  height: 180px;
}

@media (max-width: 768px) {
  .footer {
    height: auto;
    padding: 24px 0;
  }
}

.footer .redes-sociais {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: scale(0.7);
}

.footer .carvamusic img {
  width: 100%;
}

@media (max-width: 768px) {
  .footer .redes-sociais {
    transform: scale(0.5);
  }
  .footer .carvamusic {
    width: 80%;
  }
}

.footer .container {
  max-width: 95%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    gap: 24px;
  }
}
