@charset "UTF-8";
@font-face {
  font-family: chasing_embers;
  src: url("./fonts/chasing_embers.ttf") format("truetype");
}
@font-face {
  font-family: gotham;
  src: url("./fonts/GothamBook.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: gotham;
  src: url("./fonts/Gotham-Bold.otf") format("truetype");
  font-weight: bold;
}
.sans-serif {
  font-family: sans-serif !important;
}

* {
  font-family: gotham;
}

.container {
  max-width: 1400px !important;
}

.chasing_embers_font {
  font-family: chasing_embers;
}

.bg-mustard {
  background-color: #f5d245;
}

.bg-yellow {
  background-color: #ffe426;
}

.titulo, h2, .subtitulo-interno {
  color: #c75655;
}

.ministerio-cultura {
  color: white;
}

.subtitulo {
  font-size: 10px;
  color: #f5d245;
}
@media screen and (min-width: 670px) {
  .subtitulo {
    font-size: 20px;
  }
}

#app {
  background-image: url("./images/Fundo Site Inteiro (Desktop.png");
}

.bm-burger-button {
  left: auto !important;
  right: 15px !important;
  z-index: 1;
  padding: 10px !important;
  height: 24px !important;
  top: 46px !important;
  right: 15px !important;
  z-index: 1;
}
.bm-burger-button .bm-burger-bars {
  background-color: #bd2130 !important;
}
.bm-burger-button::after {
  content: "";
  background: #ffe426;
  height: 35px;
  width: 46px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  border-radius: 10px;
}

.bm-menu {
  z-index: 1;
  opacity: 75%;
  max-width: 200px;
}

.video-toggle-button {
  font-size: 10px;
  background-color: white;
  border: none;
  color: #bd2130;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  font-family: sans-serif !important;
}
.video-toggle-button.red {
  background-color: #bd2130;
  color: white;
}
.video-toggle-button.red.active {
  background-color: #f5d245;
}
.video-toggle-button.active {
  background-color: #bd2130;
  color: white;
}
@media screen and (min-width: 760px) {
  .video-toggle-button {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .video-toggle-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .video-toggle-button {
    font-size: 18.5px;
  }
}

.ministerio-cultura {
  font-size: 7px;
}
@media screen and (min-width: 760px) {
  .ministerio-cultura {
    margin-top: 5em;
  }
}
@media screen and (min-width: 992px) {
  .ministerio-cultura {
    font-size: 12px;
    margin-top: 10em;
  }
}

.texto {
  font-size: 10.5px;
  line-height: 11px;
}
@media screen and (min-width: 760px) {
  .texto {
    font-size: 12px;
    line-height: 12.5px;
  }
}
@media screen and (min-width: 1100px) {
  .texto {
    font-size: 18.5px;
    line-height: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .texto {
    font-size: 20px;
    line-height: 20.5px;
  }
}
@media screen and (min-width: 1700px) {
  .texto {
    font-size: 24px;
    line-height: 24.5px;
  }
}

.bg-livro > img {
  min-height: 100%;
}

.titulo, h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .titulo, h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .titulo, h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .titulo, h2 {
    font-size: 55px;
  }
}

.icon {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .icon {
    font-size: 4em;
  }
}

.light-icon {
  padding: 0.5em 0.6em !important;
}
@media screen and (min-width: 768px) {
  .light-icon {
    padding: 1em !important;
  }
}

.videos-container {
  width: 100%;
  aspect-ratio: 2/1;
}

.links a {
  color: rgb(248, 248, 248);
}

.home {
  background-image: url("./images/Topo Mobile.png");
  width: 100%;
  aspect-ratio: auto 375/370;
  background-size: 100% 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #f5d245;
  color: #f5d245;
}
.home h1 {
  margin-top: 5px;
  font-size: 4em;
  line-height: 0.7;
}
@media screen and (min-width: 576px) {
  .home {
    aspect-ratio: auto 761/629;
    background-image: url("./images/Topo Desktop.png");
  }
  .home h1 {
    margin-top: 30px;
    font-size: 80px;
    line-height: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .home h1 {
    margin-top: 30px;
    font-size: 120px;
    line-height: 0.7;
  }
}
@media screen and (min-width: 992px) {
  .home {
    background-size: 100% 100%;
  }
  .home h1 {
    font-size: 10em;
  }
}
@media screen and (min-width: 1200px) {
  .home {
    background-size: 100% 100%;
  }
  .home h1 {
    font-size: 13em;
  }
}

#livro .livro-container {
  margin-top: -80px;
}
#livro .image-livro {
  margin-top: -30px;
  max-height: 900px;
}
#livro .image-leitura {
  max-height: 200px;
}
@media screen and (min-width: 760px) {
  #livro .image-livro {
    margin-top: -90px;
  }
  #livro .image-leitura {
    max-height: 200px;
  }
}
@media screen and (min-width: 1100px) {
  #livro .image-leitura {
    max-height: unset;
  }
}
@media screen and (min-width: 1400px) {
  #livro .image-leitura {
    max-height: unset;
  }
}

.livro-bg {
  background-color: white;
}
@media screen and (min-width: 760px) {
  .livro-bg {
    background-color: #ffe426;
  }
}

#ficha-tecnica {
  background-color: #f5d245;
}

.rounded-icon {
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .rounded-icon {
    border-radius: 20px;
  }
}

#segunda-edicao {
  background-color: white;
}

@media (min-width: 992px) {
  #segunda-edicao {
    background-color: #f5d245;
  }
}
#autoras-container {
  background: rgb(255, 240, 214);
  background: -webkit-linear-gradient(90deg, rgb(255, 240, 214) 50%, rgb(255, 255, 255) 50%);
}

#contato {
  background-image: url("./images/planofundocontatos.png");
  background-size: 100% 100%;
}

@media screen and (max-width: 850px) {
  .contatos-title {
    font-size: 22px !important;
  }
}

#autoras {
  padding-top: 20px;
  color: white;
  background-position: center;
  background-image: url("./images/ManchaCut.png");
  background-repeat: no-repeat;
  background-size: 140% 100%;
  padding-bottom: 100px;
}
#autoras h2 {
  color: white;
}
@media screen and (min-width: 992px) {
  #autoras {
    background-image: url("./images/Mancha1-min.png");
    background-position: unset;
    background-size: 100% 100%;
  }
}

.button-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#documentario {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}
#documentario .tabua {
  position: absolute;
  left: 5%;
  bottom: -20px;
  height: 200px;
  width: auto;
}
#documentario .panela {
  position: absolute;
  right: 5%;
  top: -20px;
  height: 200px;
  width: auto;
}

#masterclass {
  color: white;
  background-color: #c75655;
}
#masterclass h2 {
  color: white;
}

#patrocinios {
  background-color: #f5d245;
  background-image: url("./images/rodapemobile.png");
  aspect-ratio: auto 375/342;
  background-size: 100% 100%;
  background-position: bottom;
}
@media screen and (min-width: 760px) {
  #patrocinios {
    background-image: url("./images/rodapedesktop.png");
    aspect-ratio: auto 842/629;
  }
}
#patrocinios img {
  max-width: 45%;
}

#peca-o-seu {
  background-color: #fff0d6;
  padding-top: 6em;
  padding-bottom: 6em;
}
#peca-o-seu .inputs-formulario input, #peca-o-seu .inputs-formulario textarea {
  width: 100%;
  height: 35px;
  border-color: rgba(118, 118, 118, 0);
  margin: 5px 0;
  border-radius: 5px;
  padding: 5px;
  font-family: "Raleway";
}
#peca-o-seu .inputs-formulario textarea {
  height: unset !important;
  min-width: 100%;
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */