/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../scss/_reset.scss */
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 */
/* line 27, ../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, ../scss/_geral.scss */
.ir {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 10, ../scss/_geral.scss */
img {
  display: block;
}

/* line 13, ../scss/_geral.scss */
body {
  font-family: "Kulim Park", sans-serif;
}
/* line 16, ../scss/_geral.scss */
body[loading='yes'] {
  background: #121212;
}
/* line 18, ../scss/_geral.scss */
body[loading='yes'] header {
  background: #121212;
}
/* line 21, ../scss/_geral.scss */
body[loading='yes'] footer {
  background: #121212;
}

/* line 26, ../scss/_geral.scss */
a {
  text-decoration: none;
}

/* line 29, ../scss/_geral.scss */
strong {
  font-weight: bold;
}

/* line 34, ../scss/_geral.scss */
.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

/* line 39, ../scss/_geral.scss */
.limitador {
  max-width: 1440px;
}

/* line 42, ../scss/_geral.scss */
.desk-only {
  display: none;
}
@media (min-width: 990px) {
  /* line 42, ../scss/_geral.scss */
  .desk-only {
    display: block;
  }
}

/* line 48, ../scss/_geral.scss */
.mobile-only {
  display: block;
}
@media (min-width: 990px) {
  /* line 48, ../scss/_geral.scss */
  .mobile-only {
    display: none;
  }
}

/* line 10, ../scss/_padroes-textuais.scss */
.t-light {
  font-weight: 300;
}

/* line 13, ../scss/_padroes-textuais.scss */
.t-bold {
  font-weight: bold;
}

/* line 18, ../scss/_padroes-textuais.scss */
.t-upper {
  text-transform: uppercase;
}

/* line 23, ../scss/_padroes-textuais.scss */
.t-center {
  text-align: center;
}

/* line 26, ../scss/_padroes-textuais.scss */
.t-right {
  text-align: right;
}

/* line 1, ../scss/_modulos.scss */
.exposicao {
  overflow-y: hidden;
  position: relative;
  background: #fff;
  transition: transform ease 1s;
  transform-origin: center;
}
@media (min-width: 990px) {
  /* line 1, ../scss/_modulos.scss */
  .exposicao {
    overflow: hidden;
  }
}

/* line 17, ../scss/_modulos.scss */
.swiper {
  transform: scale(2);
  padding: 0 33vw;
  height: 100%;
  transition: all ease 1s;
}
/* line 22, ../scss/_modulos.scss */
.swiper.mobile-swiper {
  overflow: initial;
}
/* line 25, ../scss/_modulos.scss */
.swiper .swiper-wrapper {
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* line 32, ../scss/_modulos.scss */
.swiper-slide {
  position: relative;
  width: initial;
}
/* line 35, ../scss/_modulos.scss */
.swiper-slide .conteudo {
  overflow: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
/* line 41, ../scss/_modulos.scss */
.swiper-slide .soundcloud {
  transform: scale(0.7);
}
/* line 47, ../scss/_modulos.scss */
.swiper-slide .vimeo-wrapper button {
  margin-top: 3px;
  margin-left: 23px;
  transform: scale(0.5);
  transform-origin: 0 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000;
  background: none;
  width: 140px;
  padding: 6px 0;
  cursor: pointer;
  transition: background ease 1s;
}
/* line 60, ../scss/_modulos.scss */
.swiper-slide .vimeo-wrapper button:hover {
  background: #EAA100;
}
/* line 65, ../scss/_modulos.scss */
.swiper-slide .vimeo {
  padding: 0 20px;
  pointer-events: none;
}
/* line 70, ../scss/_modulos.scss */
.swiper-slide img {
  width: initial;
  height: 50vh;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
/* line 78, ../scss/_modulos.scss */
.swiper-slide .bloco-texto {
  min-width: 300px;
  height: 36vh;
  width: 40vh;
  border: 1px solid #121212;
  padding: 20px;
  box-sizing: border-box;
}
/* line 85, ../scss/_modulos.scss */
.swiper-slide .bloco-texto:nth-child(1) {
  margin-top: 2vh;
  margin-left: 40vh;
}
/* line 89, ../scss/_modulos.scss */
.swiper-slide .bloco-texto:nth-child(2) {
  margin-top: 3vh;
  margin-left: 10px;
}
/* line 93, ../scss/_modulos.scss */
.swiper-slide .bloco-texto .txt-wrapper {
  overflow: auto;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  align-items: center;
}
/* line 102, ../scss/_modulos.scss */
.swiper-slide .bloco-texto p {
  color: #121212;
  font-size: 14px;
  width: 100%;
}
/* line 108, ../scss/_modulos.scss */
.swiper-slide .cols {
  width: 420px;
  font-size: 6px;
  line-height: 1.4;
  columns: 2;
  column-gap: 40px;
}
@media (min-width: 990px) {
  /* line 108, ../scss/_modulos.scss */
  .swiper-slide .cols {
    width: 752px;
    font-size: 12px;
  }
}
/* line 118, ../scss/_modulos.scss */
.swiper-slide .cols .wp-block-heading {
  padding-bottom: 12px;
  font-size: 12px;
}
/* line 123, ../scss/_modulos.scss */
.swiper-slide .cols p:not(:last-child) {
  margin-bottom: 10px;
}
/* line 128, ../scss/_modulos.scss */
.swiper-slide .tag {
  right: -10px;
  bottom: calc(50% - 8px);
  transform: rotate(-90deg) scale(0.5);
  transform-origin: left top;
  transition: transform ease 1s;
  position: absolute;
}
@media (min-width: 990px) {
  /* line 128, ../scss/_modulos.scss */
  .swiper-slide .tag {
    top: calc(50% - 8px);
    bottom: initial;
  }
}
/* line 139, ../scss/_modulos.scss */
.swiper-slide .tag .ball {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #832E2E;
  color: #832E2E;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  transition: background ease .5s;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
@media (min-width: 990px) {
  /* line 156, ../scss/_modulos.scss */
  .swiper-slide .tag .ball:hover {
    background: #EAA100;
  }
}
/* line 161, ../scss/_modulos.scss */
.swiper-slide .tag .ball span {
  transform: translate(0px, -1px);
}
/* line 165, ../scss/_modulos.scss */
.swiper-slide .tag .tag-content {
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  width: 190px;
  border-left: 1px solid #832E2E;
  padding: 15px 0 10px 10px;
  box-sizing: border-box;
}
/* line 174, ../scss/_modulos.scss */
.swiper-slide .tag .tag-content:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #832E2E;
}
/* line 184, ../scss/_modulos.scss */
.swiper-slide .tag .tag-content h1 {
  font-weight: 600;
  font-size: 8px;
  line-height: 130%;
  color: #832E2E;
}
/* line 190, ../scss/_modulos.scss */
.swiper-slide .tag .tag-content a {
  color: #832E2E;
}

/* line 198, ../scss/_modulos.scss */
.autores-interna {
  padding-top: 35px;
}
/* line 200, ../scss/_modulos.scss */
.autores-interna .topo, .autores-interna .sobre-artista {
  padding: 50px 0;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
/* line 206, ../scss/_modulos.scss */
.autores-interna .topo h2, .autores-interna .sobre-artista h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 990px) {
  /* line 206, ../scss/_modulos.scss */
  .autores-interna .topo h2, .autores-interna .sobre-artista h2 {
    font-size: 40px;
  }
}
/* line 214, ../scss/_modulos.scss */
.autores-interna .topo .texto-apresentacao, .autores-interna .topo .texto, .autores-interna .sobre-artista .texto-apresentacao, .autores-interna .sobre-artista .texto {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 990px) {
  /* line 214, ../scss/_modulos.scss */
  .autores-interna .topo .texto-apresentacao, .autores-interna .topo .texto, .autores-interna .sobre-artista .texto-apresentacao, .autores-interna .sobre-artista .texto {
    font-size: 14px;
  }
}
/* line 224, ../scss/_modulos.scss */
.autores-interna .topo .redes-sociais a, .autores-interna .sobre-artista .redes-sociais a {
  text-decoration: underline;
  color: #666;
  transition: color ease .5s;
  font-size: 13px;
}
@media (min-width: 990px) {
  /* line 224, ../scss/_modulos.scss */
  .autores-interna .topo .redes-sociais a, .autores-interna .sobre-artista .redes-sociais a {
    font-size: 14px;
  }
}
@media (min-width: 990px) {
  /* line 232, ../scss/_modulos.scss */
  .autores-interna .topo .redes-sociais a:hover, .autores-interna .sobre-artista .redes-sociais a:hover {
    color: #5E8EF8;
  }
}
/* line 241, ../scss/_modulos.scss */
.autores-interna .topo h1 {
  font-size: 22px;
  line-height: 120%;
  color: #121212;
}
@media (min-width: 990px) {
  /* line 241, ../scss/_modulos.scss */
  .autores-interna .topo h1 {
    font-size: 40px;
    width: 350px;
  }
}
@media (min-width: 990px) {
  /* line 250, ../scss/_modulos.scss */
  .autores-interna .topo .texto-apresentacao {
    width: calc(100% - 370px);
  }
}
/* line 257, ../scss/_modulos.scss */
.autores-interna .sobre-artista h1 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 990px) {
  /* line 257, ../scss/_modulos.scss */
  .autores-interna .sobre-artista h1 {
    font-size: 25px;
    line-height: 28px;
    width: 350px;
  }
}
@media (min-width: 990px) {
  /* line 266, ../scss/_modulos.scss */
  .autores-interna .sobre-artista .dir {
    width: calc(100% - 370px);
  }
}

/* line 274, ../scss/_modulos.scss */
.navegacao-artistas {
  padding: 13px 0;
  border-top: 1px solid #EAA100;
}
@media (min-width: 990px) {
  /* line 274, ../scss/_modulos.scss */
  .navegacao-artistas {
    padding: 20px 0 48px;
  }
}
/* line 280, ../scss/_modulos.scss */
.navegacao-artistas .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
/* line 286, ../scss/_modulos.scss */
.navegacao-artistas a {
  color: #EAA100;
  text-decoration-line: underline;
  transition: color ease .5s;
  font-size: 13px;
}
@media (min-width: 990px) {
  /* line 286, ../scss/_modulos.scss */
  .navegacao-artistas a {
    font-size: 14px;
  }
}
@media (min-width: 990px) {
  /* line 294, ../scss/_modulos.scss */
  .navegacao-artistas a:hover {
    color: #5E8EF8;
  }
}

/* line 301, ../scss/_modulos.scss */
.archive-artistas {
  padding-top: 35px;
}
/* line 303, ../scss/_modulos.scss */
.archive-artistas .topo {
  padding: 35px 0;
}
@media (min-width: 990px) {
  /* line 303, ../scss/_modulos.scss */
  .archive-artistas .topo {
    padding: 100px 0;
  }
}
/* line 308, ../scss/_modulos.scss */
.archive-artistas .topo h1 {
  color: #121212;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
}
@media (min-width: 990px) {
  /* line 308, ../scss/_modulos.scss */
  .archive-artistas .topo h1 {
    font-size: 64px;
  }
}
/* line 319, ../scss/_modulos.scss */
.archive-artistas .lista-artistas {
  display: flex;
  flex-flow: column;
  gap: 50px;
  padding-bottom: 50px;
}
@media (min-width: 560px) {
  /* line 319, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    width: 90%;
    gap: 50px 0;
  }
}
/* line 333, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista {
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
}
@media (min-width: 560px) {
  /* line 333, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista {
    width: 30%;
  }
}
@media (min-width: 990px) {
  /* line 343, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n-3) .link-imagem:hover figure {
    background: #5E8EF8;
  }
}
@media (min-width: 990px) {
  /* line 350, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n-3) .link-interna:hover {
    background: #5E8EF8;
  }
}
@media (min-width: 990px) {
  /* line 361, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n-2) .link-imagem:hover figure {
    background: #24804B;
  }
}
@media (min-width: 990px) {
  /* line 368, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n-2) .link-interna:hover {
    background: #24804B;
  }
}
@media (min-width: 990px) {
  /* line 379, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n-1) .link-imagem:hover figure {
    background: #832E2E;
  }
}
@media (min-width: 990px) {
  /* line 386, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n-1) .link-interna:hover {
    background: #832E2E;
  }
}
@media (min-width: 990px) {
  /* line 397, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n) .link-imagem:hover figure {
    background: #EAA100;
  }
}
@media (min-width: 990px) {
  /* line 404, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista:nth-child(4n) .link-interna:hover {
    background: #de7001;
  }
}
/* line 411, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista .link-imagem {
  display: block;
  width: 100%;
}
@media (min-width: 990px) {
  /* line 415, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista .link-imagem:hover img {
    filter: saturate(0);
  }
}
/* line 421, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista .link-imagem figure {
  margin-bottom: 20px;
  transition: background ease .5s;
}
/* line 424, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista .link-imagem figure img {
  width: 100%;
  mix-blend-mode: multiply;
  transition: filter ease .5s;
}
/* line 432, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista .texto {
  padding: 0 20px;
  box-sizing: border-box;
}
/* line 435, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista .texto h1 {
  color: #121212;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 441, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista .texto .bio {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}
/* line 450, ../scss/_modulos.scss */
.archive-artistas .lista-artistas .artista .link-interna {
  padding: 10px;
  gap: 20px;
  color: #F1E7E7;
  font-size: 14px;
  border: 1px solid #121212;
  background: #EAA100;
  margin-left: auto;
  display: block;
  width: 135px;
  text-align: center;
  transform: translate(1px, 1px);
  transition: background ease .5s;
}
@media (min-width: 990px) {
  /* line 463, ../scss/_modulos.scss */
  .archive-artistas .lista-artistas .artista .link-interna:hover {
    background: #5E8EF8;
  }
}

/* line 473, ../scss/_modulos.scss */
.sobre-interna {
  padding-top: 35px;
}
/* line 475, ../scss/_modulos.scss */
.sobre-interna .topo {
  padding: 35px 0;
}
@media (min-width: 990px) {
  /* line 475, ../scss/_modulos.scss */
  .sobre-interna .topo {
    padding: 100px 0;
  }
}
/* line 480, ../scss/_modulos.scss */
.sobre-interna .topo .wrapper {
  width: 80%;
}
/* line 483, ../scss/_modulos.scss */
.sobre-interna .topo h1 {
  color: #121212;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
}
@media (min-width: 990px) {
  /* line 483, ../scss/_modulos.scss */
  .sobre-interna .topo h1 {
    font-size: 64px;
  }
}

/* line 496, ../scss/_modulos.scss */
.texto-sobre {
  padding: 50px 0;
  color: #121212;
}
/* line 499, ../scss/_modulos.scss */
.texto-sobre .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 150%;
}
@media (min-width: 990px) {
  /* line 499, ../scss/_modulos.scss */
  .texto-sobre .wrapper {
    width: 80%;
  }
}
/* line 508, ../scss/_modulos.scss */
.texto-sobre a {
  color: #121212;
  font-weight: bold;
  text-decoration: underline;
  transition: color ease .5s;
}
@media (min-width: 990px) {
  /* line 513, ../scss/_modulos.scss */
  .texto-sobre a:hover {
    color: #5E8EF8;
  }
}
/* line 519, ../scss/_modulos.scss */
.texto-sobre h1 {
  font-size: 30px;
  line-height: 120%;
}
@media (min-width: 990px) {
  /* line 519, ../scss/_modulos.scss */
  .texto-sobre h1 {
    font-size: 40px;
  }
}
/* line 526, ../scss/_modulos.scss */
.texto-sobre h2 {
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 990px) {
  /* line 526, ../scss/_modulos.scss */
  .texto-sobre h2 {
    font-size: 30px;
  }
}
/* line 533, ../scss/_modulos.scss */
.texto-sobre hr {
  margin: 15px 0;
  border: none;
}
@media (min-width: 990px) {
  /* line 533, ../scss/_modulos.scss */
  .texto-sobre hr {
    margin: 30px 0;
  }
}
/* line 541, ../scss/_modulos.scss */
.texto-sobre p .has-medium-font-size {
  font-size: 18px;
}
@media (min-width: 990px) {
  /* line 541, ../scss/_modulos.scss */
  .texto-sobre p .has-medium-font-size {
    font-size: 25px;
  }
}
/* line 547, ../scss/_modulos.scss */
.texto-sobre p .has-small-font-size {
  font-size: 12px;
}
@media (min-width: 990px) {
  /* line 547, ../scss/_modulos.scss */
  .texto-sobre p .has-small-font-size {
    font-size: 14px;
  }
}

/* line 560, ../scss/_modulos.scss */
.zoomable-image {
  transition: height ease 1s;
}
/* line 562, ../scss/_modulos.scss */
.zoomable-image img {
  transition: height ease 1s;
}

/* line 566, ../scss/_modulos.scss */
.buttons-zoom {
  display: none;
}
@media (min-width: 990px) {
  /* line 566, ../scss/_modulos.scss */
  .buttons-zoom {
    position: absolute;
    left: 5%;
    top: 50px;
    z-index: 99;
    padding: 7px 9px;
    border: 1px solid #832E2E;
    border-radius: 100px;
    width: 64px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    transition: transform linear .35s;
  }
}
/* line 584, ../scss/_modulos.scss */
.buttons-zoom.down {
  transform: translateY(30px);
}
/* line 587, ../scss/_modulos.scss */
.buttons-zoom button {
  width: 14px;
  height: 14px;
  display: block;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
/* line 596, ../scss/_modulos.scss */
.buttons-zoom button.zoom-in {
  background: url(../imgs/i-zoom-mais.svg);
  background-size: 100%;
}
/* line 600, ../scss/_modulos.scss */
.buttons-zoom button.zoom-out {
  background: url(../imgs/i-zoom-menos.svg);
  background-size: 100%;
}
/* line 604, ../scss/_modulos.scss */
.buttons-zoom button.disabled {
  opacity: 0.6;
  cursor: initial;
}

/* line 614, ../scss/_modulos.scss */
.loading-section {
  height: calc(100vh - 61px);
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #121212;
}
@media (min-width: 990px) {
  /* line 614, ../scss/_modulos.scss */
  .loading-section {
    height: calc(100vh - 63px);
  }
}
/* line 629, ../scss/_modulos.scss */
.loading-section .box {
  max-width: 640px;
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
}
@media (min-width: 990px) {
  /* line 629, ../scss/_modulos.scss */
  .loading-section .box {
    margin-top: 0;
  }
}
/* line 640, ../scss/_modulos.scss */
.loading-section .box .esq {
  width: 24%;
  margin-top: -50px;
}
/* line 643, ../scss/_modulos.scss */
.loading-section .box .esq img {
  width: 100%;
}
/* line 647, ../scss/_modulos.scss */
.loading-section .box .dir {
  width: 68%;
}
/* line 650, ../scss/_modulos.scss */
.loading-section .box h1 {
  color: #F1E7E7;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #F1E7E7;
  display: inline-block;
}
@media (min-width: 990px) {
  /* line 650, ../scss/_modulos.scss */
  .loading-section .box h1 {
    font-size: 23px;
    padding: 20px 50px;
  }
}
/* line 662, ../scss/_modulos.scss */
.loading-section .box .texto {
  color: #F1E7E7;
  font-size: 12px;
  padding: 10px 30px;
  border: 1px solid #F1E7E7;
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 990px) {
  /* line 662, ../scss/_modulos.scss */
  .loading-section .box .texto {
    font-size: 14px;
    padding: 20px 50px;
    margin-top: 20px;
  }
}
/* line 675, ../scss/_modulos.scss */
.loading-section .box button {
  color: #F1E7E7;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: transparent;
  margin-left: auto;
  margin-top: 10px;
  border: none;
  display: block;
  min-width: 123px;
  text-align: center;
  animation: piscar 3s linear infinite;
}
@keyframes piscar {
  0% {
    background-color: transparent;
    /* Cor de fundo inicial */
  }
  50% {
    background-color: #EAA100;
    /* Cor de fundo durante o piscar */
  }
  100% {
    background-color: transparent;
    /* Cor de fundo final */
  }
}
@media (min-width: 990px) {
  /* line 675, ../scss/_modulos.scss */
  .loading-section .box button {
    margin-top: 30px;
    font-size: 16px;
  }
}
/* line 704, ../scss/_modulos.scss */
.loading-section .box button.start {
  cursor: pointer;
  background-color: #EAA100;
  animation: none;
}
@media (min-width: 990px) {
  /* line 708, ../scss/_modulos.scss */
  .loading-section .box button.start:hover {
    background: #5E8EF8;
  }
}

/* line 719, ../scss/_modulos.scss */
.sound-dani iframe {
  display: block;
  margin: 0 auto 40px;
}

/* line 725, ../scss/_modulos.scss */
.wp-block-gallery.has-nested-images figure.wp-block-image.texto-dani img {
  width: 75% !important;
  margin: 0 auto;
  max-width: 1000px !important;
}

/* line 731, ../scss/_modulos.scss */
.wp-block-gallery {
  margin-bottom: 30px;
  justify-content: space-between;
}
/* line 735, ../scss/_modulos.scss */
.wp-block-gallery.columns-2 figure.wp-block-image {
  width: calc(50% - 15px) !important;
  flex-grow: initial !important;
}
/* line 741, ../scss/_modulos.scss */
.wp-block-gallery.columns-3 figure.wp-block-image {
  width: calc(33.333% - 20px) !important;
  flex-grow: initial !important;
}

/* line 748, ../scss/_modulos.scss */
.galeria-interna {
  color: #121212;
}
/* line 750, ../scss/_modulos.scss */
.galeria-interna h2 {
  font-size: 30px;
  margin: 0 auto 45px;
  width: 80%;
  max-width: 1000px;
}
/* line 756, ../scss/_modulos.scss */
.galeria-interna em {
  font-style: italic;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}
/* line 762, ../scss/_modulos.scss */
.galeria-interna #separador {
  margin: 15px auto;
  width: 80%;
  max-width: 1000px;
}
/* line 767, ../scss/_modulos.scss */
.galeria-interna p {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}
/* line 771, ../scss/_modulos.scss */
.galeria-interna p:not(.has-text-align-right) {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
/* line 778, ../scss/_modulos.scss */
.galeria-interna p a {
  color: #121212;
  text-decoration: underline;
}

/* line 2, ../scss/_footer.scss */
.page-template-page-home footer:not(.black) {
  mix-blend-mode: exclusion;
  filter: invert(1);
}

/* line 8, ../scss/_footer.scss */
body:not(.page-template-page-home) footer:not(.black) {
  background: #fff;
}

/* line 12, ../scss/_footer.scss */
footer {
  padding: 8px 0;
  border-top: 1px solid #121212;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
/* line 20, ../scss/_footer.scss */
footer.black {
  background: #121212;
  border-top: 1px solid #F1E7E7;
}
/* line 23, ../scss/_footer.scss */
footer.black p {
  color: #F1E7E7;
}
/* line 25, ../scss/_footer.scss */
footer.black p a {
  color: #F1E7E7;
}
/* line 30, ../scss/_footer.scss */
footer .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
/* line 36, ../scss/_footer.scss */
footer p {
  color: #121212;
  font-size: 9px;
}
@media (min-width: 990px) {
  /* line 36, ../scss/_footer.scss */
  footer p {
    font-size: 11px;
  }
}
/* line 42, ../scss/_footer.scss */
footer p a {
  text-decoration: underline;
  color: #121212;
  transition: color ease .5s;
}
@media (min-width: 990px) {
  /* line 46, ../scss/_footer.scss */
  footer p a:hover {
    color: #5E8EF8;
  }
}

/* line 2, ../scss/_navbar.scss */
.page-template-page-home header:not(.black) {
  mix-blend-mode: exclusion;
  filter: invert(1);
}

/* line 8, ../scss/_navbar.scss */
body:not(.page-template-page-home) header:not(.black) {
  background: #fff;
}

/* line 12, ../scss/_navbar.scss */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 99999;
}
/* line 19, ../scss/_navbar.scss */
header.black {
  background: #121212;
}
/* line 21, ../scss/_navbar.scss */
header.black .topo {
  border-bottom: 1px solid #F1E7E7;
}
/* line 25, ../scss/_navbar.scss */
header.black button hr {
  background: #F1E7E7;
}
/* line 30, ../scss/_navbar.scss */
header.black h1 a {
  color: #F1E7E7;
}
@media (min-width: 990px) {
  /* line 32, ../scss/_navbar.scss */
  header.black h1 a:hover {
    color: #5E8EF8;
  }
}
/* line 39, ../scss/_navbar.scss */
header.black nav {
  border-bottom: 1px solid #F1E7E7;
  background: #121212;
}
/* line 44, ../scss/_navbar.scss */
header.black nav ul li a {
  color: #F1E7E7;
}
/* line 52, ../scss/_navbar.scss */
header .topo {
  border-bottom: 1px solid #121212;
  padding: 8px 0;
}
/* line 56, ../scss/_navbar.scss */
header .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
/* line 62, ../scss/_navbar.scss */
header button {
  width: 16px;
  background: none;
  cursor: pointer;
  border: 0;
  padding: 0;
}
/* line 68, ../scss/_navbar.scss */
header button hr {
  width: 100%;
  height: 1.5px;
  border-radius: 1px;
  background: #121212;
  margin: 0;
  border: none;
}
/* line 75, ../scss/_navbar.scss */
header button hr:not(:last-child) {
  margin-bottom: 3.5px;
}
/* line 81, ../scss/_navbar.scss */
header h1 a {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color ease .5s;
}
@media (min-width: 990px) {
  /* line 81, ../scss/_navbar.scss */
  header h1 a {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  /* line 91, ../scss/_navbar.scss */
  header h1 a:hover {
    color: #5E8EF8;
  }
}
/* line 98, ../scss/_navbar.scss */
header nav {
  padding: 8px 0 10px;
  border-bottom: 1px solid #121212;
  background: #fff;
  display: none;
}
/* line 103, ../scss/_navbar.scss */
header nav ul {
  list-style: none;
}
/* line 105, ../scss/_navbar.scss */
header nav ul.wrapper {
  justify-content: flex-start;
}
/* line 109, ../scss/_navbar.scss */
header nav ul li:nth-child(1) {
  margin-right: 100px;
}
/* line 112, ../scss/_navbar.scss */
header nav ul li:last-child {
  margin-left: auto;
}
/* line 115, ../scss/_navbar.scss */
header nav ul li a {
  color: #121212;
  font-size: 12px;
  text-decoration-line: underline;
  transition: color ease .5s;
}
@media (min-width: 990px) {
  /* line 115, ../scss/_navbar.scss */
  header nav ul li a {
    font-size: 14px;
  }
}
@media (min-width: 990px) {
  /* line 123, ../scss/_navbar.scss */
  header nav ul li a:hover {
    color: #5E8EF8;
  }
}

/* line 1, ../scss/_forms.scss */
label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* line 7, ../scss/_forms.scss */
input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 30px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline-offset: 0px;
  padding-left: 10px;
}

/* line 23, ../scss/_forms.scss */
textarea {
  border: 1px solid #ccc;
  outline-offset: 0px;
  width: 100%;
  height: 250px;
  line-height: 32px;
  padding-left: 0;
}

/* line 32, ../scss/_forms.scss */
.show-password-input {
  top: 6px !important;
}

/* line 36, ../scss/_forms.scss */
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="radio"],
input[type="range"] {
  width: auto;
}

/* line 45, ../scss/_forms.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
}

/* line 50, ../scss/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
}

/* line 55, ../scss/_forms.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
}

/* line 60, ../scss/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
}

/* line 66, ../scss/_forms.scss */
form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output,
form.payment-required .wpcf7-response-output {
  padding: 20px;
}

/* line 72, ../scss/_forms.scss */
.wpcf7-spinner {
  display: none;
}

/* line 2, ../scss/_excecoes.scss */
.postid-100 figure.wp-block-gallery.has-nested-images {
  padding: 20px 0;
  row-gap: 40px;
}

/* line 7, ../scss/_excecoes.scss */
.page-template-page-home {
  overflow: hidden;
  width: 100vw;
  background: #fff;
}
