@charset "UTF-8";
@import url("https://use.typekit.net/vqn4ztr.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: 1em;
  color: black;
  font-weight: normal;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  box-sizing: border-box;
}

html {
  font-family: "monotype-grotesque", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.wrapper {
  max-width: 936px;
  padding: 0 72px;
  margin: 48px auto 96px;
}

.language-change {
  margin-bottom: 2rem;
}
.language-change .active {
  background: black;
  color: white;
  cursor: default;
  padding: 0.25rem 0.375rem;
}
.language-change .active:hover {
  border-bottom: none;
}
.language-change a:not(.active) {
  margin: 0.25rem;
}

.release {
  margin-bottom: 2rem;
}
.release h2 {
  cursor: pointer;
}
.release h2:after {
  content: attr(data-after);
}

button {
  font-family: inherit;
  border: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  padding: 0.375rem 0.75rem;
  border: 1px solid #000;
  border-radius: 2rem;
  cursor: pointer;
}
button:hover {
  color: #fff;
  background-color: #000;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.025em;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
}

p,
h2,
.pt:before,
.en:before {
  margin: 15px 0;
}

header {
  margin-bottom: 2.4rem;
}

a {
  padding-bottom: 1px;
}

p a:hover {
  border-bottom: none;
}

p a,
a:hover {
  border-bottom: 1px solid #000;
}

.pt:before,
.en:before {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-indent: 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pt:before {
  content: "Português";
}

.en:before {
  content: "English";
}

.bio > section {
  margin-bottom: 45px;
}

.bandcamp-wrapper {
  max-width: 700px;
}
.bandcamp-wrapper div {
  position: relative;
  width: 100%;
  left: 0;
  height: 0;
  padding-bottom: 100%;
}
.bandcamp-wrapper div iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  border: 0;
}

.quotes .quote {
  text-align: center;
  margin-bottom: 2rem;
}

.text-col-3 {
  column-count: 3;
  column-gap: 24px;
}

.clipping ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.divider {
  margin: 48px 0;
}
.divider svg {
  stroke-width: 2px;
  height: 128px;
}

main > section:nth-of-type(even) .divider {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.center-text {
  text-align: center;
}

.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.x {
  display: flex;
}

.c {
  flex-direction: column;
}

.mb {
  margin-bottom: 28px;
}

.col-2 {
  width: 33.3333333333%;
}

.col-3 {
  width: 50%;
}

.col-4 {
  width: 66.6666666667%;
}

.jcc {
  justify-content: center;
}

.pl {
  padding-left: 12px;
}

.pr {
  padding-right: 12px;
}

img {
  max-width: 100%;
}

.grid img {
  margin-bottom: 2.4rem;
}

.youtube-wrapper {
  width: 100%;
}
.youtube-wrapper div {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 2rem 0;
}
.youtube-wrapper div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 16px;
    line-height: 24px;
  }

  .wrapper {
    margin-top: 24px;
    padding: 0 24px;
  }

  .divider {
    margin: 24px 0;
  }
  .divider svg {
    height: 64px;
  }

  .col-s-6 {
    width: 100%;
    padding: 0;
  }

  .text-col-s-1 {
    column-count: 1;
  }
}

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