:root {
  --position-fixed: 9%;
  --gap-apresentation: 16px ;
}

.main-content {
  padding: 0;
}

.mx-wid-540px {
  max-width: 540px;
}

.button.floating {
  right: 9px;
  position: initial;
}

.container-floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10;
}

.artist {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: var(--color-on-background);
}
.artist-presentation {
  min-height: 100%;
  background-attachment: fixed;
  background-size: auto 104vh;
  background-repeat: no-repeat;
  background-position: center;
  gap: var(--gap-apresentation);
}
.artist-presentation h1 {
  margin-top: 9rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.9rem;
}
.artist-presentation a.outlined {
  background: rgb(var(--color-background--rgb)/0.52);
  backdrop-filter: blur(0.9px);
}
.artist-presentation-logo img {
  background: rgb(var(--color-background--rgb)/0.52);
  backdrop-filter: blur(0.9px);
  width: 420px;
  padding: 9px;
}
.artist-presentation-djpresskit-logo {
  padding: 0 16px;
  background: rgb(var(--color-background--rgb)/0.52);
  backdrop-filter: blur(0.9px);
}
.artist-presentation-djpresskit-logo svg {
  fill: var(--color-on-background);
}
.artist-presentation-djpresskit-logo svg[height="90"] {
  max-width: 180px;
  max-height: 90px;
}
.artist-presentation-djpresskit-logo svg[height="60"] {
  max-width: 127px;
  max-height: 60px;
}
.artist-presentation-about {
  padding: 0 16px 16px;
}
.artist-presentation-about p {
  background: rgb(var(--color-background--rgb)/0.52);
  backdrop-filter: blur(0.9px);
  padding: 4px 8px;
  font-size: 14px;
}
.artist-tracks .soundcloud {
  gap: 23.5px;
}
.artist-tracks .soundcloud-statistic {
  fill: var(--color-on-background);
}
.artist-slogan {
  line-height: 24px;
  color: var(--color-outline);
  text-align: center;
}
.artist-slogan p {
  margin: auto 16px;
}
.artist-bio:not(.artist-bio-background) .artist-bio-text {
  margin-top: 16px;
}
.artist-bio-background {
  position: relative;
}
.artist-bio-background::before {
  content: "";
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.artist-bio-background > div {
  padding: 46px 0;
  align-items: center;
  height: 100%;
  flex: 1;
  justify-content: center;
  gap: 36px;
}
.artist-bio-background > div h1 {
  padding: 12px;
  padding-left: 21px;
  background: rgb(var(--color-background--rgb)/0.82);
  backdrop-filter: blur(1.8px);
}
.artist-bio-background .artist-bio-text {
  max-width: 540px;
}
.artist-bio-background .artist-bio-text p {
  padding: 12px;
  background: rgb(var(--color-background--rgb)/0.82);
  backdrop-filter: blur(1.8px);
}
.artist-bio strong {
  color: var(--color-secondary);
}
.artist-bio strong.clr-tertiary {
  color: var(--color-tertiary);
}
.artist-bio-text p {
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}
.artist-photos-and-logos, .artist-other-materials {
  max-width: 540px;
}
.artist-materials-content--img {
  position: relative;
}
.artist-materials-content--img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--color-secondary);
  bottom: -18px;
}
.artist-materials-content--img:has(img[class=shape-rounded-corners-large]):before {
  border-radius: var(--shape-corner-large-default-size);
}
.artist-materials-content--img:has(img[class=shape-rounded-corners-medium]):before {
  border-radius: var(--shape-corner-medium-default-size);
}
.artist-materials-content--img:has(img[class=shape-rounded-corners-small]):before {
  border-radius: var(--shape-corner-small-default-size);
}
.artist-materials-content:not(.dire-row--rev) .artist-materials-content--img:before {
  left: -18px;
}
.artist-materials-content.dire-row--rev .artist-materials-content--img:before {
  right: -18px;
}
.artist-title {
  letter-spacing: 9px;
  font-size: 24px;
  color: var(--color-primary);
  display: flex;
  line-height: normal;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-header);
}

aside {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 3;
  width: 100%;
}
aside nav {
  background: rgb(var(--color-background--rgb)/0.52);
  backdrop-filter: blur(1.8px);
  align-items: center;
}

footer > section {
  width: 540px;
  max-width: 100%;
  padding: 0 16px;
}
footer img {
  width: 100%;
  max-width: 270px;
}
footer .content-address {
  align-items: start;
}
footer .content-address address {
  flex-direction: column;
}

@media screen and (min-width: 390px) {
  aside nav {
    padding: 9px;
  }
  .artist-bio-tracks .soundcloud {
    max-width: 468px;
  }
  .artist-bio-tracks .soundcloud-track {
    flex-direction: row;
  }
  footer .content-address {
    align-items: center;
  }
}
@media screen and (min-width: 539px) {
  :root {
    --gap-apresentation:38px ;
  }
  footer .content-address address {
    flex-direction: row;
  }
}
@media screen and (max-width: 580px) {
  .artist-racks, .artist-photos-and-logos, .artist-tracks, .artist-slogan, .artist-other-materials, .artist-bio-text, .artist-bio-video, .artist-presentation--description, .artist-contact {
    padding: 0 16px;
  }
}
@media screen and (min-width: 640px) {
  aside {
    max-width: 56px;
    height: 100dvh;
    justify-content: center;
  }
  .column-after-row {
    flex-direction: row;
  }
  .row-after-column {
    flex-direction: column;
  }
  footer > section {
    padding: 0;
  }
}
@media screen and (min-width: 959px) {
  aside {
    left: var(--position-fixed);
  }
  .container-floating {
    right: var(--position-fixed);
  }
}
@media screen and (min-width: 1240px) {
  :root {
    --position-fixed: 19% ;
  }
}
@media screen and (min-width: 1540px) {
  :root {
    --position-fixed: 26% ;
  }
}
@media screen and (min-width: 1960px) {
  :root {
    --position-fixed: 32% ;
  }
}
@supports (-webkit-touch-callout: none) {
  .artist-presentation {
    background-attachment: scroll;
    background-size: cover;
  }
}

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