@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Italic.ttf') format("truetype"), url('../fonts/Roboto-LightItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --body: #f3f3eb;
  --dark-orange: #e78700;
  --silver: #bdbdbd;
  --body-2: #f8f4ee;
  --yellow: #f6ea00;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
}

.camera {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.contato {
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/film-grain--dust-texture-by-freeject.net-19.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  background-color: #fff0;
  width: 50vw;
  height: 100%;
  padding: 0 30px;
  box-shadow: 1px 4px 9px -6px #000000c2;
}

.quem-somos {
  background-color: #f1ecec00;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 10em;
}

.paragraph {
  text-align: left;
  letter-spacing: 1px;
  font-family: Archivo, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.coluna {
  direction: ltr;
  text-align: center;
  column-count: 3;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.titulos {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Archivo, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.titulos.branco {
  color: var(--body);
}

.titulos.italico {
  font-style: italic;
}

.text-block-2 {
  color: var(--body);
  text-align: center;
  font-size: 1.2rem;
  line-height: 28px;
}

.equipe {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  display: block;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 10px 30px 0;
  display: flex;
  transform: none;
}

.div-foto {
  transform-style: preserve-3d;
  background-color: #d7cffd;
  background-image: url('../images/Lilih-Curi-CARMEN.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  position: relative;
  transform: none;
}

.div-foto.josi {
  background-image: url('../images/carmen-still_1.webp');
}

.div-foto.vicente {
  background-image: url('../images/Carmen-premiacoes.jpg');
}

.div-foto.carlos {
  background-image: url('../images/DISTOPIA-4.jpg');
}

.div-foto.isabella {
  background-image: url('../images/isabeli.jpg');
  background-position: 50% 0;
}

.section {
  height: 100vh;
  display: none;
}

.div-block-35 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Anastacia-book-refer.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-36 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-37 {
  background-color: #ebe0e07a;
  width: 50%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-38 {
  background-color: #b6ae534d;
  height: 100vh;
}

.div-block-39 {
  height: 100%;
}

.div-block-40 {
  background-color: #fff;
  width: 60%;
  height: 80vh;
  margin: auto;
}

.section-2 {
  display: none;
}

.track {
  height: 150vh;
}

.target {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 10vw;
  display: flex;
}

.target-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 25vh;
}

.image-5 {
  z-index: -1;
  position: absolute;
  top: .45em;
}

.image-6 {
  z-index: 1;
  position: absolute;
  top: 32px;
}

.section-3 {
  height: 100vh;
  padding: 0 218px 218px;
  position: relative;
  top: -1.5em;
}

.div-block-41 {
  z-index: 5;
  border: 11px solid #e5e2df;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 80px;
  padding-top: 0;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 2px 3px #0000000f, 6px 6px 30px -11px #0003;
}

.div-block-43 {
  background-color: #efefef;
  width: 60vw;
  height: 90%;
  padding: 10vh 2vw;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  background-color: #f0f0f000;
  background-image: linear-gradient(#f0f0f0e6, #f0f0f0e6), url('../images/film-grain--dust-texture-by-freeject.net-19_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  line-height: 1.7em;
}

.div-block-44 {
  z-index: 6;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  margin-left: 515px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  text-align: left;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-45 {
  justify-content: flex-end;
}

.menu {
  z-index: 999;
  background-color: #3d3030;
  flex-direction: column;
  align-items: flex-start;
  width: 27vw;
  margin-right: 2vw;
  padding: 17px 20px 17px 21px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: -5px 4px 40px -9px #0000004d;
}

.section-6 {
  z-index: 99;
  background-color: #0c0c0c00;
  flex-direction: row;
  justify-content: flex-start;
  width: 30vw;
  height: 100%;
  margin-top: 51px;
  margin-bottom: 30px;
  margin-left: auto;
  display: none;
  position: static;
  top: 0;
}

.heading-7 {
  color: #ccc9c9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.7em;
}

.hr {
  background-color: #f68330;
  width: 20px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-47 {
  background-image: url('../images/anastacia-lado-esquerdo.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: stretch;
  height: 80vh;
  display: flex;
  position: static;
}

.argumento {
  background-image: linear-gradient(#ecececc7, #ecececc7);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 1.1em;
}

.div-block-49 {
  z-index: 3;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 79px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.div-block-50 {
  margin-top: 10px;
}

.div-block-51 {
  z-index: 1;
  background-image: linear-gradient(#fa6712, #fff0 47%), linear-gradient(#e36822, #e36822);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: 30vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-52 {
  margin-top: 30px;
}

.div-block-53 {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  width: 70vw;
  height: 100%;
  margin-left: auto;
  padding: 0 5vw 10vh 4vw;
  display: flex;
}

.tecnico {
  background-image: url('../images/Anastacia-serie-1920x.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  overflow: hidden;
}

.div-block-54 {
  display: flex;
}

.div-block-55 {
  background-color: #f0f0f000;
  background-image: linear-gradient(#eeeeeef2, #eeeeeef2), url('../images/film-grain--dust-texture-by-freeject.net-19_1.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  width: 60vw;
  padding: 4vw 5vw;
  position: relative;
}

.text-back {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px #ffffff2e;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Anastacia-capa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0;
  font-size: 6.8em;
  line-height: 1.5em;
  position: static;
  inset: 0% 0% auto;
}

.div-block-56 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.image-11 {
  width: 650px;
  max-width: 100%;
  margin-top: 19px;
}

.sinopse-paragraph {
  text-align: left;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-61 {
  background-color: #f1f1f100;
  width: 90%;
  padding: 1em 2em 1.6em;
}

.asteriscos {
  color: #8b690321;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.7em;
  line-height: 1em;
}

.section-7 {
  background-image: url('../images/anastacia-serie-int.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.div-block-63 {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: all .5s cubic-bezier(0, .319, .25, 1);
  display: flex;
}

.div-block-63:hover {
  opacity: .6;
}

.div-block-64 {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: all .5s cubic-bezier(.006, .249, .25, 1);
  display: flex;
}

.div-block-64:hover {
  opacity: .6;
  padding-left: 10px;
}

.div-block-65 {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: all .5s cubic-bezier(0, .289, .25, 1);
  display: flex;
}

.div-block-65:hover {
  opacity: .6;
  padding-left: 10px;
}

.div-block-66 {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: all .5s cubic-bezier(0, .219, .25, 1);
  display: flex;
}

.div-block-66:hover {
  opacity: .6;
  padding-left: 10px;
}

.ficha-section {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#c587112b, #c587112b), url('../images/Anastacia-fundo-ficha.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: block;
}

.div-block-67 {
  background-color: #f1f1f1;
  width: 70vw;
  margin-left: 331px;
  padding: 46px;
}

.ficha-tecnica {
  text-align: left;
  padding-top: 23px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.image-13 {
  width: 70vh;
}

.div-block-68 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: #cfcdcd;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.projeto-tecnico-texto {
  color: #333;
  text-align: left;
  background-color: #ddd3d300;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-70 {
  z-index: 6;
  position: relative;
}

.titulo-pr-tecnico {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.text-span-2 {
  text-transform: uppercase;
}

.bold-text-4 {
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
}

.bold-text-5 {
  color: #3282df;
  text-transform: uppercase;
}

.bold-text-6 {
  color: #0882df;
  text-transform: uppercase;
}

.div-block-71 {
  margin-bottom: 20px;
}

.bold-text-7 {
  color: #3282df;
}

.bold-text-8 {
  color: #3282df;
  font-size: 1.4em;
}

.div-block-72 {
  width: 40vw;
}

.fumaca {
  z-index: 2;
  background-image: url('../images/fumaca.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-span-3 {
  color: #333333b3;
  font-size: .6em;
}

.div-block-73 {
  background-color: #fff;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.text-block-8 {
  font-size: .9em;
}

.image-14 {
  width: 50vw;
  display: none;
  box-shadow: 0 0 30px -10px #0000004d;
}

.div-block-74 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 120vh;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.div-block-75 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35vw;
  padding-top: 30vh;
  display: flex;
}

.body-3 {
  background-color: #fffaed;
  font-family: Raleway, sans-serif;
  font-size: 1.4em;
  line-height: 1.6em;
}

.div-block-76 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-77 {
  background-color: #171812;
  justify-content: space-between;
  margin-bottom: 0;
  padding: .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-78 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding: 2em 5em .125em;
  display: flex;
}

.distopia-foto-1 {
  background-image: url('../images/DISTOPIA-2_1.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  padding-top: 269px;
  padding-bottom: 269px;
  padding-left: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.distopia-foto-2 {
  color: #fff;
  background-image: url('../images/DISTOPIA-3_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block-81 {
  color: #0e0d0d;
  background-image: none;
  background-size: auto;
  height: 400px;
  padding-top: 60px;
  padding-bottom: 109px;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.div-block-82 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-83 {
  justify-content: center;
  padding-top: 43px;
  padding-bottom: 43px;
  display: none;
}

.div-block-84 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.distopia-titulo {
  z-index: 8;
  color: #222020;
  text-align: left;
  text-wrap: pretty;
  margin-top: 0;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2em;
  position: static;
}

.section-9 {
  color: #fff;
  background-image: url('../images/DISTOPIA-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 100%;
  height: 220vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
}

.div-block-85 {
  width: 70%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.div-block-86 {
  object-fit: fill;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 2em;
}

.div-block-87 {
  align-self: stretch;
}

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

.text-block-9 {
  color: #333;
  text-align: left;
  column-count: 2;
  text-wrap: pretty;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-90 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.image-16 {
  z-index: 6;
  width: 8vw;
  position: relative;
}

.cortina {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-92 {
  background-image: url('../images/DISTOPIA-3_1.webp');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-block-11 {
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-93 {
  background-image: linear-gradient(#fc040480, #fc040480);
  background-position: 0 0;
  flex: none;
  width: 100px;
  height: 100%;
  padding-top: 283px;
  padding-bottom: 283px;
  position: sticky;
  top: 20px;
}

.div-block-94 {
  margin-bottom: 5em;
  padding-left: 1em;
}

.italic-text-2 {
  font-size: 1.3em;
  line-height: .9em;
}

.image-17 {
  width: 8vw;
}

.text-block-13 {
  text-align: justify;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

.text-block-14 {
  text-align: left;
  column-count: 3;
  column-gap: 5em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-97 {
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-4 {
  font-size: .9em;
  line-height: 1.3em;
}

.div-block-98 {
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-98.w--current {
  display: none;
}

.div-block-99 {
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.link {
  color: #3cc0f0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  text-decoration: none;
}

.text-block-16 {
  color: var(--body);
  text-align: center;
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.4em;
}

.div-block-100 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 86px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.div-block-102 {
  z-index: 3;
  align-items: flex-start;
  position: static;
  top: 0;
  bottom: 0;
}

.div-block-103 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-104 {
  background-image: url('../images/seta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  padding: 41px 45px;
}

.div-block-105 {
  opacity: 1;
  filter: blur(20px);
  background-image: radial-gradient(circle farthest-side at 0 100%, #0000, #64088fa1);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -29% 0% 0% auto;
  overflow: visible;
}

.image-19 {
  display: inline;
}

.text-block-17 {
  color: var(--body);
  text-align: center;
  margin-right: 20px;
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.4em;
}

.image-20 {
  float: left;
}

.texto-premio {
  color: #fff;
  font-size: .8em;
  line-height: 1.2em;
}

.div-block-108 {
  margin-top: 28px;
}

.div-premio {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  position: static;
}

.heading-14 {
  margin-bottom: 30px;
}

.image-21 {
  width: 60vw;
}

.premios-1 {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-22 {
  width: 60vw;
}

.selecoes {
  padding-top: 59px;
  padding-bottom: 59px;
  display: none;
  overflow: hidden;
}

.image-23 {
  width: 3vw;
}

.div-block-109 {
  margin-bottom: 20px;
}

.image-24 {
  width: 3vw;
}

.columns {
  margin-bottom: 40px;
}

.div-block-110 {
  background-image: linear-gradient(#6643184d, #6643184d), url('../images/DISTOPIA-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 250vh;
  padding-top: 25em;
  padding-bottom: 19px;
  padding-left: 5rem;
}

.selecoes-rodape {
  padding-top: 153px;
  padding-bottom: 153px;
  overflow: hidden;
}

.titulo {
  color: #f1f1f1;
  text-align: center;
  margin-bottom: 35px;
}

.premios-rodape, .premios-rodape-2 {
  justify-content: center;
  display: flex;
}

.selecao-img-1, .selecao-img-2 {
  filter: invert();
  width: 80vw;
}

.link-2 {
  text-decoration: none;
}

.text-block-19 {
  color: #e4dada;
  font-size: .8em;
}

.div-block-112, .div-block-113, .link-esp, .link-pt {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.paragraph-5 {
  font-family: Raleway, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-16 {
  color: #f5f3f3;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Raleway, sans-serif;
  font-size: 26ch;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-114 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  display: none;
  position: relative;
}

.div-block-116 {
  z-index: 99;
  text-align: center;
  flex: 1;
  align-items: flex-end;
  font-family: Raleway, sans-serif;
  position: absolute;
  left: 0%;
  right: 0%;
}

.body-4 {
  background-color: #f3f3eb;
  font-family: Raleway, sans-serif;
  line-height: 1.3em;
}

.div-block-118 {
  background-color: #0000007d;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-119 {
  z-index: 10;
  filter: invert();
  cursor: pointer;
  background-color: #0000;
  padding: 0;
  position: relative;
  overflow: visible;
}

.play-img {
  opacity: .63;
  cursor: pointer;
  transition: all .4s cubic-bezier(0, .523, .25, 1);
}

.play-img:hover {
  opacity: .84;
}

.assistir {
  z-index: 1;
  background-color: #f3f3eb;
  max-width: 1920px;
  margin-top: 141px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-122 {
  background-image: url('../images/CAROLINA-p-1080.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.carolina-ficha-tecnica {
  z-index: 1;
  background-color: #111;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
}

.ficha-tecnica-texto {
  color: #afaeae;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
}

.ficha-tecnica-titulo {
  color: #a7a7a7;
  text-align: center;
  font-size: 3em;
  line-height: 1.7em;
}

.container {
  flex: 1;
}

.div-block-125 {
  display: flex;
}

.image-26 {
  width: 46vh;
  box-shadow: 0 0 2px 4px #fff, 0 0 40px -10px #00000080;
}

.div-block-126 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: -45px;
  display: none;
  position: relative;
}

.div-block-127 {
  justify-content: center;
  width: 50%;
  margin-top: 58px;
  margin-bottom: 100px;
  display: none;
}

.carolina-sinopse {
  font-family: Raleway, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-128 {
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.heading-19 {
  text-transform: uppercase;
  font-weight: 400;
}

.background-video-2 {
  z-index: 9;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.div-block-131 {
  margin-top: -50px;
}

.span-maiuscula {
  text-transform: none;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-133 {
  background-color: #f3f3eb;
  width: 130%;
  height: 400px;
  margin-top: 146px;
  position: absolute;
  inset: auto 0% -30%;
  transform: rotate(-9deg);
}

.div-block-134 {
  z-index: 10;
  background-color: #f1e7db00;
  background-image: url('../images/film-grain-transp.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40vw;
  position: relative;
  overflow: hidden;
}

.div-block-135 {
  z-index: 99;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  margin-left: 10vw;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: relative;
}

.paragraph-6 {
  font-family: Merriweather, serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.7em;
}

.perfil-realizadora {
  z-index: 1;
  background-color: #f2f2ea;
  background-image: linear-gradient(#f3f3ebd9, #f3f3ebd9), url('../images/film-grain-transp.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-137 {
  background-image: url('../images/carolina-segredo-filmes_1.webp');
  background-position: 50% 0;
  background-size: auto;
  width: 100%;
  height: 500px;
  position: relative;
  inset: 0%;
}

.div-block-138 {
  z-index: 999;
  padding-top: 105px;
  position: relative;
}

.div-block-140 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  margin-top: 51px;
}

.center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.esquerda {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 100%, #000 38%, #0c0c0cb0);
  border-radius: 10px;
  padding: 2em;
  box-shadow: 0 0 40px -20px #fff;
}

.div-block-141 {
  background-color: #f5ededde;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: sticky;
  top: 20vh;
}

.premios {
  color: #d6d6d0;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 2px 1px 3px #0505058c;
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.1em;
  position: sticky;
  top: 20vh;
}

.paragraph-8 {
  color: #f1eded;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-142 {
  z-index: -3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: static;
}

.div-block-143 {
  z-index: -2;
  background-color: silver;
  width: 3px;
  height: 100%;
  position: absolute;
  left: auto;
  right: auto;
}

.div-block-144 {
  z-index: -1;
  background-color: #2c7bbe;
  width: 5px;
  height: 50vh;
  position: fixed;
  inset: 0% auto 50vh;
}

.indicacoes-grid {
  z-index: -3;
  background-image: url('../images/_carolina-filme-lilih-curi-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-21 {
  margin-top: 0;
  font-size: 2.7em;
  line-height: 1.6em;
}

.heading-22 {
  font-size: 3.3em;
  font-weight: 300;
  line-height: 2em;
}

.image-28 {
  filter: invert(77%);
  width: 20px;
}

.div-block-149 {
  margin-bottom: 40px;
  display: block;
}

.div-block-153 {
  z-index: 99;
  background-color: #f3f3eb;
  margin-left: 0;
  padding: 30px;
  position: relative;
}

.image-29 {
  width: 80%;
  box-shadow: 0 0 60px -10px #0000003b;
}

.div-block-157 {
  opacity: 1;
  filter: none;
  background-color: #a7c0f300;
  background-image: url('../images/film-grain-transp.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.div-block-158 {
  z-index: 99;
  font-size: 1.4em;
  position: absolute;
  inset: auto 0% -5%;
}

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

.div-block-159 {
  opacity: .22;
  background-image: url('../images/film-grain-transp.png');
  background-position: 0%;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.div-block-161 {
  padding-top: 101px;
  padding-bottom: 101px;
}

.div-block-162 {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.teresa-paragrafo {
  color: #97662c;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-163 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: auto;
}

.background-video-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-15 {
  height: 100%;
}

.div-block-165 {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 2rem;
}

.paragraph-10 {
  font-size: 1.7em;
  line-height: 1.9em;
}

.div-perfil {
  z-index: 99;
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: relative;
}

.teresa-realizadora {
  background-color: #f2f2ea;
  background-image: linear-gradient(#f3f3ebd9, #f3f3ebd9), url('../images/film-grain-transp.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.selecoes-teresa-div {
  color: #ccc;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 76px;
  display: flex;
}

.div-block-173 {
  color: #ccc;
  justify-content: center;
  align-self: auto;
  width: 70vw;
  margin-left: 10em;
}

.premiacoes-teresa {
  background-image: radial-gradient(circle farthest-side at 100% 100%, #fff0, #000), url('../images/TERESA-premiacao_1.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 121px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-teresa {
  margin-top: 50px;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  font-weight: 500;
}

.text-span-4 {
  font-family: Merriweather, serif;
  font-size: 1.8em;
}

.div-block-175 {
  background-color: #010100;
  width: 410px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
}

.image-31 {
  width: 40vw;
}

.play-teresa {
  filter: none;
  background-color: #10181e00;
  padding: 20px;
}

.div-block-177 {
  flex: 1;
}

.div-detalhe {
  background-image: url('../images/teresa-ornamento.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 36px;
  padding-top: 58px;
  padding-bottom: 58px;
}

.bold-text-19 {
  font-weight: 300;
}

.bold-text-20 {
  font-weight: 400;
}

.body-6 {
  background-color: var(--body);
  font-family: Raleway, sans-serif;
}

.carmem-texto {
  font-size: 1.6em;
  line-height: 1.5em;
}

.carmem-texto.branco {
  color: var(--body);
  font-weight: 300;
}

.carmem-texto.branco.thin {
  font-weight: 100;
}

.div-block-178 {
  margin-left: auto;
  margin-right: auto;
}

.heading-30 {
  color: #f4160c;
  font-size: 17ch;
  font-weight: 300;
  line-height: 1em;
}

.div-block-179 {
  width: 70vw;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-180 {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-22 {
  font-size: 1.7em;
}

.text-span-5 {
  color: var(--dark-orange);
  text-align: left;
  font-size: 1.4em;
}

.bold-text-23, .text-span-6 {
  color: var(--dark-orange);
}

.verde {
  background-color: #00c74f;
  border: 1px solid #12ab3e;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-left: 25px;
  position: absolute;
  inset: 0% auto auto 5%;
}

.vermelho {
  background-color: #ff5d5b;
  border: 1px solid #e84143;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.amarelo {
  background-color: #ffba45;
  border: 1px solid #e59e39;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto auto 5%;
}

.div-block-184 {
  background-color: #00000024;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.carolina-assista {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.div-block-186 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-citerne-live, .box-cardume-tv {
  width: 400px;
  height: 400px;
  margin-right: 40px;
}

.citerne-box-back {
  background-color: #fff;
  background-image: url('../images/carolina-print-citerme.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #00000017;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 1px 1px #bebebe26, 1px 1px 60px -20px #0000004d;
}

.div-block-187 {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 30px;
  margin-left: 46px;
  padding-left: 10px;
  padding-right: 17px;
  text-decoration: none;
  display: flex;
}

.cardume-box-back {
  background-color: #fff;
  background-image: url('../images/carolina-print-cardume-tv.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #00000017;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 1px 1px #bebebe26, 1px 1px 60px -20px #0000004d;
}

.opaco-box {
  z-index: 1;
  background-color: #00000073;
  border-radius: 0 0 10px 10px;
  display: block;
  position: absolute;
  inset: 10% 0% 0%;
}

.citerne-link-texto {
  z-index: 3;
  justify-content: center;
  display: none;
  position: relative;
}

.perfil-texto {
  font-family: Raleway, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.7em;
}

.div-block-194 {
  background-color: #10181e00;
  padding: 10px;
}

.hero__card {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-195 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.paragraph-12 {
  font-family: Raleway, sans-serif;
  font-size: 2.3em;
  line-height: 1.4em;
}

.body-7 {
  background-color: var(--body);
  font-family: Raleway, sans-serif;
}

.escadas-titulos {
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.6em;
}

.escadas-titulos.laranja {
  color: #e9850b;
}

.escadas-titulos.branco {
  color: #ebb30d;
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-196 {
  background-color: #00000017;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-197 {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.image-39 {
  width: 20vw;
  margin-top: 20px;
}

.div-block-198 {
  flex: 1;
  align-self: stretch;
  width: 50%;
  margin-left: 29px;
}

.escada-texto {
  margin-top: 20px;
  font-size: 1.6em;
  line-height: 1.6em;
}

.escada-texto.branco {
  color: #dbd5d5;
  font-size: 1.6em;
  font-weight: 300;
}

.escada-texto.branco.thin {
  font-weight: 100;
}

.background-video-4 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 630px;
  display: flex;
  overflow: hidden;
}

.div-block-199 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.img {
  border: 2px solid #1b5189;
  border-radius: 10px;
  box-shadow: 0 0 40px -10px #0000004d;
}

.image-40 {
  float: left;
}

.text-span-10 {
  font-size: .7em;
}

.image-41 {
  width: 10vw;
  transform: rotate(135deg);
}

.div-block-203 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-7 {
  padding: 80px 183px;
}

.div-block-204 {
  background-image: url('../images/poster-vertical_escadas_portugues_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
}

.container-8 {
  padding: 20px 19px 91px;
}

.div-block-206 {
  align-items: center;
  display: flex;
}

.hero__card2 {
  background-color: #f3f3eb;
  justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px;
  display: flex;
  box-shadow: 0 0 60px -10px #000;
}

.link-escada-spcine {
  z-index: 10;
  filter: invert();
  cursor: pointer;
  background-color: #0000;
  padding: 0;
  position: relative;
  overflow: visible;
}

.div-block-207 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.escadas-ficha {
  background-color: #111;
}

.container-9 {
  padding-bottom: 50px;
}

.escada-texto-span {
  font-weight: 100;
}

.escadas-premios-div {
  background-color: #111;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.div-block-209 {
  background-image: url('../images/Carmen-de-Lilih-Curi---foto1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 304px;
  padding-bottom: 304px;
}

.heading-33 {
  color: var(--body);
  font-size: 20ch;
  font-weight: 400;
  line-height: 1.2em;
}

.focus-container {
  background-color: #f3f3eb00;
  padding: 40px 100px;
}

.background-video-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carmen-ficha-div {
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-210 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.image-42 {
  width: 10vw;
  transform: rotate(135deg);
}

.div-block-211 {
  align-self: center;
  padding-top: 78px;
  padding-bottom: 78px;
}

.carmen-texto {
  font-family: Raleway, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6em;
}

.carmen-titulo-perfil {
  font-size: 3em;
  line-height: 1.8em;
}

.escadas-genero-duracao {
  font-size: 1.2em;
  line-height: 1.4em;
}

.realizadora-div {
  z-index: 99;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  margin-left: 10vw;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: relative;
}

.clipping {
  background-image: linear-gradient(#f3f3eb, #ffffffd1), url('../images/clipping.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 125px;
  display: block;
}

.div-block-213 {
  opacity: .7;
  background-color: #e4e4e3;
  background-image: url('../images/Captura-de-Tela-2021-09-30-às-16.12.12.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0000000f;
  border-radius: 10px;
  width: 33.3%;
  height: 300px;
  margin-right: 10px;
  transition: all .2s cubic-bezier(0, .646, .25, 1);
}

.div-block-213:hover {
  opacity: 1;
  border-width: 10px;
  border-color: #2c3e4d;
}

.clipping-divs {
  flex: 1;
  align-self: stretch;
  width: 100%;
  margin-left: 29px;
  display: flex;
}

.text-block-24 {
  color: var(--body);
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.titulo-anastacia {
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
}

.logline-sinopse {
  z-index: 10;
  position: relative;
}

.apresentacao {
  background-image: url('../images/Anastacia-serie-fundo.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1440px;
  height: 100%;
  padding-top: 94px;
  padding-bottom: 94px;
}

.apresentacao-div {
  background-color: #f1f1f1;
  width: 60%;
  margin-left: auto;
  padding: 1em 2em;
}

.notas-diretora {
  background-image: url('../images/Anastacia-serie-1920x.jpg');
  background-position: -45%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 32px;
  padding-top: 105px;
  padding-bottom: 105px;
}

.notas-div {
  background-color: #f1f1f1;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
}

.estilo-geral {
  background-image: url('../images/anastacia-corredor.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.estilo-geral-div {
  width: 70%;
  margin-left: auto;
}

.estilo-geral-interna {
  background-color: #f1f1f1;
  width: 70%;
  padding: 1em 2em 1.6em;
}

.direcao-arte {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fotografia-montagem-div {
  background-image: url('../images/anastacia-direita.jpg');
  background-position: 0%;
  background-size: auto;
  background-attachment: fixed;
  margin-left: 195px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.foto-motagem-interna {
  background-color: #f1f1f1;
  width: 60%;
  padding: 1em 2em;
}

.cartaz {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cartaz-div {
  background-color: #e787001a;
  height: 250vh;
}

.cartaz-div-foto {
  background-image: url('../images/__01---Capa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

.image-cartaz {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-padding-cartaz {
  z-index: 3;
  background-color: #0000;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 8vw #fff;
}

.div-block-228 {
  z-index: 4;
  width: 27%;
  margin-top: 248px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-logline {
  background-color: #1a1919;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragrafo-branco {
  color: var(--silver);
  text-align: left;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.div-paragrafo {
  background-color: #f1f1f100;
  width: 100%;
  padding: 1em 2em 1.6em;
}

.div-quem-somos {
  background-color: #0000000a;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 33.33%;
  margin-right: 20px;
  padding: 0 20px 20px;
}

.container-11 {
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #f8f4ee00;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-237 {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  align-items: center;
  height: 100%;
}

.container-13 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-238 {
  box-shadow: none;
  background-image: radial-gradient(circle at 100% 100%, #fff0 38%, #8c08eb33);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  inset: 16% 50% 0% 0;
}

.div-block-239 {
  flex-direction: row;
  display: flex;
}

.div-block-241 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-242 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 10px;
  display: flex;
}

.div-block-244 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fdf8f099;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.titulo-novo {
  color: #333;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
}

.paragrafo-novo {
  color: #333;
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 22px;
}

.titulo-nome {
  color: #202020;
  text-transform: uppercase;
}

.div-block-249 {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-250 {
  padding-right: 0;
}

.paragrafo-jornada {
  color: #1d1d1d;
  letter-spacing: -.6px;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 34px;
}

.titulo-jornada {
  color: #2c2c2b;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: Poppins, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 59px;
}

.container-mostra {
  background-color: #d600d600;
  border: 1px #ffffff26;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  margin-bottom: 137px;
  padding: 0 10px 30px;
  display: flex;
}

.image-52 {
  filter: invert();
  margin-top: 10px;
  margin-right: 24px;
  padding-right: 0;
}

.div-link-index {
  margin-right: 12px;
  display: flex;
  position: relative;
}

.div-link-index.w--current {
  z-index: 9999;
  margin-right: 40px;
  padding-top: 5px;
  position: relative;
}

.div-block-253 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-start center;
  padding-top: 0;
}

.paragrafo-equipe {
  color: #070707;
  letter-spacing: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 25px;
}

.menu-hover {
  z-index: 9;
  background-color: #1815176b;
  border-radius: 8px;
  width: 80%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-262 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-263 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  transform: none;
}

.div-block-264 {
  background-image: url('../images/lilih-curi-_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 50%;
  align-self: stretch;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.body-principal {
  background-color: #f6f5f3;
  background-image: radial-gradient(circle, #f3f1e9ed, #fffcf6), url('../images/film-grain-transp.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Poppins, sans-serif;
}

.div-block-267 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-269 {
  justify-content: center;
  margin-top: 42px;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.div-filmes-mini {
  cursor: pointer;
  background-image: url('../images/Distopia_Poster_1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 20%;
  height: 320px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-filmes-mini.es {
  background-image: url('../images/escadas-matheus-rocha.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.div-filmes-mini.ca {
  background-image: url('../images/Carolina-Cartaz.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-filmes-mini.ter {
  background-image: url('../images/Cartaz-Teresa-web.jpg');
  background-position: 50% 0;
}

.div-filmes-mini.carm {
  background-image: url('../images/carmen-still_1.webp');
}

.div-block-272 {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 58px;
}

.div-container-filmes {
  border-radius: 10px;
  flex: 0 auto;
  align-self: stretch;
  width: 70%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  inset: auto 0% 0%;
}

.div-filmes-mini-back {
  text-align: center;
  background-color: #fffffff0;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-3 {
  border-radius: 20px;
  font-size: 13px;
}

.div-block-275 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-menu {
  z-index: 999;
  color: #5a5450;
  letter-spacing: 0;
  text-indent: -3px;
  text-transform: uppercase;
  vertical-align: baseline;
  padding: 10px;
  font-family: Archivo, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.link-menu.w--open {
  z-index: 99;
  box-shadow: 0 0 60px -10px #0000001a;
}

.image-53 {
  filter: invert();
}

.section-30 {
  perspective: 1000px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-capa-preciso {
  aspect-ratio: 3 / 2;
  perspective: none;
  object-fit: cover;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
  padding: 4px;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
  box-shadow: 0 0 40px -10px #00000026;
}

.paragrafo-preciso {
  text-align: left;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.botao-trailler {
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 30px;
  margin-right: 33px;
  padding: 14px 40px;
  transition: all .7s cubic-bezier(0, .75, .029, 1.013);
  box-shadow: 0 0 30px -10px #000000c4;
}

.botao-trailler._2 {
  margin-right: 0;
}

.titulo-preciso {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
}

.div-block-280 {
  margin-top: 5em;
  overflow: hidden;
}

.section-mostra {
  height: 100%;
  padding-top: 2px;
}

.section-31 {
  padding-top: 100px;
  position: relative;
}

.section-equipe-nova {
  padding-top: 60px;
  padding-bottom: 100px;
}

.button-4 {
  color: #0a0a0a;
  background-color: #fff;
  border: 1px solid #00000070;
  border-radius: 8px;
  padding: 10px 40px;
  transition: all 2.5s cubic-bezier(0, .744, 0, 1.048);
}

.button-4:hover {
  margin-top: 0;
  box-shadow: 1px 1px 60px -10px #0000003d;
}

.button-4.azul {
  color: #fff;
  background-color: #0488fc;
  border-style: none;
  transition-duration: 1.5s;
}

.button-4.azul:hover {
  background-color: #0761af;
  box-shadow: 0 0 40px -10px #00000082;
}

.div-block-283 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-285 {
  background-image: url('../images/josi-varjao-jornada-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.josi-figura {
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-286 {
  background-image: url('../images/topo-mostra.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.div-play-link {
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-copyright {
  width: 100%;
  margin-top: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.text-copyright {
  color: #aaa;
  text-align: center;
  font-weight: 300;
}

.div-block-297 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.h1-titulo {
  z-index: 4;
  color: #d5cfcf;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 4em;
  font-weight: 400;
  position: relative;
}

.div-block-298 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  position: relative;
}

.div-block-299 {
  z-index: 3;
  background-color: #333232;
  width: 25%;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.div-block-300 {
  display: flex;
}

.div-block-301 {
  width: 40%;
  padding: 45px;
}

.image-58 {
  filter: invert();
  position: relative;
}

.background-video-6 {
  z-index: 6;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 760px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.div-block-303 {
  z-index: 99;
  background-image: linear-gradient(#000000a3, #bfbfbf21 51%, #16161685);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-filmes {
  perspective: 1000px;
  height: 100%;
  padding-top: 4rem;
}

.div-block-304 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-305 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  filter: invert();
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.utility-page-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 500px;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 50px -10px #0003;
}

.div-block-306 {
  justify-content: center;
  display: flex;
}

.div-block-307 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.image-61 {
  filter: invert();
}

.image-62 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-perfil-josi {
  max-width: 1140px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-311 {
  align-items: flex-start;
  display: flex;
}

.div-block-312 {
  width: 60%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.section-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-41 {
  font-weight: 400;
}

.div-block-314 {
  max-width: 1140px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.div-block-315 {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-316 {
  z-index: 3;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  outline: 1px solid #33333326;
  width: 33.3333%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-316._1 {
  transition: all 1.5s cubic-bezier(0, .82, 0, 1.024);
  transform: rotate(-9deg);
}

.div-block-316._1:hover {
  box-shadow: 0 0 40px -10px #00000038;
}

.div-block-316._2 {
  transition: all .7s cubic-bezier(0, .884, 0, 1.019);
  transform: rotate(-3deg);
}

.div-block-316._2:hover {
  box-shadow: 0 0 40px -10px #0000004d;
}

.div-block-316._3 {
  transition: all .7s cubic-bezier(0, .773, .07, 1.013);
  transform: rotate(3deg);
}

.div-block-316._3:hover {
  box-shadow: 0 0 40px -10px #0000004d;
}

.div-block-317 {
  background-color: var(--body);
  background-image: url('../images/o-tempo-clipping.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
  overflow: hidden;
}

.div-block-317.procura {
  background-image: url('../images/procura-clipping.jpg');
}

.div-block-317.ibahia {
  background-image: url('../images/ibahia-clipping.jpg');
  background-position: 0 0;
}

.text-block-25 {
  color: #1f1e1e;
  margin-top: 17px;
  font-size: 16px;
  font-style: italic;
}

.div-block-318 {
  outline-offset: 0px;
  outline: 1px solid #e3dfd8;
  flex: 1;
  margin: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-319 {
  outline-offset: 0px;
  outline: 1px solid #33333321;
  margin: 4px;
  padding: 20px 10px;
}

.div-block-320 {
  outline-offset: 0px;
  outline: 1px solid #e1dcd5;
  margin: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-321 {
  justify-content: space-between;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.image-63 {
  margin-top: 7px;
  margin-left: 0;
}

.div-block-322 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-323 {
  flex: 0 auto;
  margin-left: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.icon-2 {
  z-index: 999;
  vertical-align: super;
  margin-left: -8px;
  margin-right: 0;
  display: block;
  position: relative;
  left: 0%;
  right: 0%;
}

.menu-suspenso {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.div-block-325 {
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  display: flex;
}

.div-block-326 {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.tabs-content {
  padding-top: 1em;
}

.paragrafo-ocupacao {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4em;
}

.menu-tab {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.section-35 {
  background-color: #fefbf600;
  height: 100vh;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tab-link-tab {
  background-color: #ddd0;
}

.tab-link-tab.w--current {
  color: #734573;
  background-color: #f0eee900;
  padding-top: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.menu-sublink {
  font-family: Archivo, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  transition: all .2s;
}

.menu-sublink:hover {
  font-weight: 700;
}

.dropdown-list {
  background-color: #f6f1e8;
}

.dropdown-list.w--open {
  background-color: #fcf7ef;
}

.fullscreen {
  z-index: 999;
  background-color: #000000f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-youtube {
  color: #fdfdfd;
  padding: 12px;
  font-size: 2em;
}

.div-block-327 {
  color: #fff;
  width: 1280px;
  font-size: 1.8em;
}

.div-block-328 {
  color: #fff;
  border: 1px solid #f0f0f063;
  border-radius: 50%;
  padding: 20px;
  font-family: Archivo, sans-serif;
  font-size: 2em;
  text-decoration: none;
  position: absolute;
  inset: 7% auto auto;
}

._50vw {
  width: 100vw;
  max-width: 100%;
}

.espaco-5em {
  height: 5em;
}

.div-block-329 {
  align-self: flex-end;
}

._1-2em {
  font-size: .7em;
  line-height: .9em;
}

.fundo-rodape {
  background-color: #181818;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 86px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.div-block-330 {
  padding-top: 5em;
}

.section-36 {
  height: 60vh;
  padding-top: 89px;
}

.div-block-331 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #fff0;
  border-radius: 20px;
  height: 491px;
  overflow: hidden;
}

.img-slide {
  z-index: 4;
  object-fit: cover;
  margin-top: -251px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.div-block-332 {
  position: relative;
}

.div-block-333 {
  z-index: 5;
  color: #f7f2f2;
  flex: 0 auto;
  align-self: stretch;
  padding: 50px 50px 50px 82px;
  position: relative;
  inset: 0%;
}

.button-6 {
  text-align: center;
  border-radius: 11px;
  align-self: stretch;
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-334 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-13 {
  font-size: 1.2em;
  line-height: 1.5em;
}

.italic-text-4 {
  letter-spacing: 2px;
}

.heading-42 {
  font-size: 3em;
}

.div-block-335 {
  position: relative;
}

.image-64 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.div-block-336 {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  padding: 19px 59px 19px 88px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-30 {
  text-align: center;
  font-weight: 700;
}

.logo-menino {
  width: 166px;
}

.div-block-337 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pulsar-img {
  width: 170px;
}

.div-block-338 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-65 {
  width: 170px;
}

.div-block-339 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 191px;
  display: flex;
}

.div-block-340 {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-341 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-37 {
  padding-top: 0;
}

.div-block-342 {
  min-width: 1000px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 137px;
}

.section-38 {
  padding-top: 156px;
}

.div-anastacia {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.div-menino {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.div-menino-interno {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-343 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  padding-top: 110px;
  display: flex;
}

.button-7 {
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-344 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navigation-dropdown-card {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 24px;
}

.column-tiny {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.navigation-wrapper {
  background-color: #fffcf6;
  align-self: stretch;
  padding-top: 0;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.navigation-wrapper-large {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navigation {
  z-index: 999;
  background-color: #f6f5f300;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  width: 100%;
  padding: 1rem 5% 10px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.icon-left {
  padding-left: 12px;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: none;
}

.navigation-side-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-width: 240px;
  display: none;
}

.navigation-link {
  color: #0a0a0a;
  letter-spacing: .7px;
  padding: 12px 18px;
  font-family: Archivo, sans-serif;
  font-size: 1.2em;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #734573;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 10px;
  overflow: hidden;
}

.dropdown-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary-2.icon-right {
  padding-right: 12px;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-icon-wrapper {
  color: #361b36;
  background-color: #f0ebf0;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: none;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #f4faf8;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #f8f6f6;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.navigation-dropdown-row {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.navigation-logo-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-family: Archivo, sans-serif;
  font-size: 1.2em;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #734573;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-500 {
  color: #737373;
}

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-348 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fff;
  background-image: url('../images/menino-cartaz_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.anastacia-div {
  z-index: 4;
  background-color: #030100;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-347-copy {
  background-color: #060100;
  background-image: url('../images/Anastacia-Curta-metragem.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  padding-left: 4svw;
  display: flex;
}

.div-interno {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.slide {
  background-color: #fff0;
  height: 460px;
}

.div-block-350 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-39 {
  background-color: #0c0c0c;
  display: none;
}

.div-block-351 {
  display: flex;
}

.section-topo-carolina {
  z-index: 1;
  background-color: #f3f3eb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.slide-menino {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 3.8rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.slide-menino-img {
  height: 100%;
  margin-right: auto;
}

.text-subtitulo-filmes {
  color: #525252;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Archivo, sans-serif;
  font-size: 1em;
}

.titulo-filmes {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.4rem;
}

.div-ocupacao-texto {
  padding-top: 1rem;
}

.div-block-352 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.louros {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.div-block-353 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  place-items: start stretch;
  display: flex;
}

.img-laurel {
  width: 100%;
}

.div-block-354 {
  background-image: linear-gradient(#e5e1d7e3, #fcfaf3 53%), url('../images/ocupacao-cultura-joana-de-angelis_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-44 {
  text-transform: uppercase;
  font-size: 1.6em;
}

.div-block-355 {
  padding-top: 40px;
}

.div-thiago-foto {
  background-image: url('../images/thiago-removebg-preview.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  align-self: stretch;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.div-thiago-foto.vicente {
  background-image: url('../images/vicente__1.webp');
}

.div-thiago-foto.josi {
  background-image: url('../images/Josi-varjao_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.restauro-topo {
  background-color: #cdc29c00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 410px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-359 {
  background-image: url('../images/flores-fundo.png'), url('../images/fundo-texto-restauro_1.webp');
  background-position: 80% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1099px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-360 {
  flex-flow: column;
  flex: 1;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-361 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  display: flex;
}

.body-restauro {
  background-color: #587151;
  background-image: linear-gradient(#587151e3, #587151e3), url('../images/ruido_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.div-block-362 {
  background-image: url('../images/fundo-texto-restauro_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 350px;
  padding: 15px 65px 45px 88px;
  display: flex;
}

.div-block-363 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-364 {
  z-index: 1;
  flex: 1;
  margin-right: -53px;
  position: relative;
}

.div-block-365 {
  z-index: 4;
  background-image: url('../images/josi-irmaos_1.webp'), url('../images/tipografia-restauro.png');
  background-position: 50%, 50% 46%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 40%;
  position: relative;
}

.div-block-366 {
  z-index: 3;
  width: 391px;
  margin-left: -62px;
  position: relative;
}

.image-66 {
  margin-left: 64px;
  margin-right: 35px;
}

.image-67 {
  margin-top: 74px;
  margin-left: -21px;
}

.div-block-367 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-368 {
  background-color: #0000000d;
  background-image: url('../images/josi-varjao_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 1rem;
  height: 220px;
  box-shadow: 0 0 40px -12px #0003;
}

.div-block-368.weider {
  background-image: url('../images/weider_1.webp');
  background-size: cover;
}

.div-block-368.lilih {
  background-image: url('../images/lilih-curi-e-josi-varjao_1.webp');
}

.div-block-368.clarissa {
  background-image: url('../images/Restauro_Foto-Clarissa-Ribeiro_1.webp');
}

.div-block-368.lilih-josi {
  background-image: url('../images/Foto-1-_Restauro_Foto-Lilih-Curi_1.webp');
}

.div-block-368.clquete {
  background-image: url('../images/restauro-claquete_1.webp');
}

.div-block-368.weider-regis {
  background-image: url('../images/Restauro_Foto-Weider-Regis_1.webp');
}

.div-block-368.viva {
  background-image: url('../images/vicente-josi-carlinha_1.webp');
}

.fundo-teaser {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 540px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fundo-tv {
  border-radius: .5rem;
  flex: 1;
  align-self: stretch;
  position: relative;
  inset: 0%;
}

.div-block-369 {
  background-image: url('../images/flores-fundo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragrafo-restauro {
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
}

.paragrafo-restauro._2colunas {
  column-count: 2;
}

.div-block-370 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-41 {
  padding-bottom: 48px;
}

.div-block-371 {
  color: #e2e2e2;
  padding-top: 82px;
  padding-bottom: 105px;
}

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

.heading-46 {
  text-align: center;
  background-image: url('../images/fundo-texto-restauro_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-22 {
  color: #e0e0e0;
  padding-top: 57px;
  padding-bottom: 4rem;
}

.div-block-372 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #e0e0e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-373 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-42 {
  background-image: url('../images/fundo-restauro_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-43 {
  padding-top: 0;
  padding-bottom: 98px;
}

.div-block-374 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 121px;
  display: none;
}

.grid-8 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-capa-filmes {
  border: 2px solid #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -10px #00000026;
}

.img-div-filmes {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block {
  background-image: radial-gradient(circle, #0000 84%, #00000030);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-68 {
  filter: invert();
  width: 25%;
  position: absolute;
  inset: auto;
}

.image-68.preto {
  filter: none;
}

.div-block-375 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-376 {
  align-self: flex-start;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.div-video-trailer {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.topo-teresa {
  justify-content: center;
  padding-bottom: 40px;
}

.topo-div-teresa {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  background-image: url('../images/TERESA-capa_1.webp');
  background-position: 50% 9%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 420px;
  padding-left: 10svw;
  display: flex;
}

.div-block-377 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.span {
  background-color: #585ae9;
  padding-left: 10px;
  padding-right: 10px;
}

.span-idade {
  background-color: #ee7802;
  padding-left: 7px;
  padding-right: 5px;
}

.text-block-31 {
  background-color: #7a7a7a2e;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-flex;
}

.heading-48 {
  margin-bottom: -5px;
}

.div-block-378 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-379 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-380 {
  background-color: #0000003b;
  width: 2px;
}

.slide-2 {
  height: 460px;
  margin-top: 50px;
}

.div-block-381 {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.link-block-2 {
  z-index: 999;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-382 {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-video-7 {
  aspect-ratio: 3 / 2;
  background-image: linear-gradient(146deg, #000000ab, #fff0 53%, #0505058a);
  border-radius: 1rem;
  width: 100%;
  max-width: 750px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 60px -10px #0003;
}

.div-block-383 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-70 {
  filter: invert();
  max-width: 90px;
}

.div-block-384 {
  padding-top: 81px;
  padding-bottom: 81px;
}

.div-block-385 {
  z-index: 99;
  position: relative;
}

.div-block-386 {
  padding-bottom: 1rem;
}

.image-71, .image-72 {
  position: absolute;
  inset: 0%;
}

.thumb-menino {
  aspect-ratio: 3 / 2;
  perspective: none;
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/capa-meNINO-1920x1080_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
  padding: 4px;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
  box-shadow: 0 0 40px -10px #00000026;
}

.thumb-menino.preciso {
  background-image: url('../images/cartaz-filme02-preto-02_2.webp');
  background-position: 50% 0;
}

.thumb-menino.anastacia {
  background-image: url('../images/anastacia-capa-site_1.webp');
}

.thumb-menino.restauro {
  background-image: url('../images/restauro-curta-metragem_1.webp');
}

.div-block-387 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-size: 1.2em;
  }

  .equipe {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-23 {
    flex-direction: row;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .div-foto {
    margin-bottom: 0;
  }

  .div-block-41 {
    margin-left: auto;
  }

  .div-block-43 {
    width: 70vw;
  }

  .div-block-45 {
    padding: 0;
  }

  .menu {
    width: 50vw;
  }

  .section-6 {
    width: 40vw;
  }

  .div-block-49 {
    width: 98%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-53 {
    width: 90vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-55 {
    width: 90%;
  }

  .text-back {
    font-size: 5.8em;
  }

  .div-block-61 {
    width: 100%;
    margin-left: auto;
    padding: 2vh 1em;
  }

  .div-block-67 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-72 {
    width: 2vw;
  }

  .div-block-78 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-9 {
    max-width: 100%;
  }

  .div-block-85 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .text-block-9 {
    text-align: left;
    font-size: .9em;
    line-height: 1.3em;
  }

  .div-block-93 {
    width: 10%;
    position: sticky;
  }

  .div-block-94 {
    flex-direction: column;
    justify-content: center;
    width: 90%;
    padding-left: .5em;
    padding-right: .5em;
    display: block;
    position: static;
  }

  .text-block-13, .text-block-14 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .div-block-100 {
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-104 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 89px 28px;
  }

  .text-block-17 {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .image-21, .image-22, .selecao-img-1, .selecao-img-2 {
    width: 80vw;
  }

  .div-block-134 {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-135 {
    align-items: flex-start;
    margin-left: 2vw;
  }

  .paragraph-6 {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .perfil-realizadora {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .heading-21 {
    margin-top: 0;
    font-size: 2.4em;
    line-height: 1.7em;
  }

  .heading-22 {
    font-size: 2.7em;
    line-height: 1.2em;
  }

  .div-block-149 {
    padding-left: 5vw;
  }

  .div-block-153 {
    padding: 20px;
  }

  .image-29 {
    width: 100%;
  }

  .div-block-162 {
    width: 80%;
  }

  .div-perfil {
    width: 60%;
  }

  .div-block-173 {
    width: 95%;
    margin-left: 2em;
  }

  .div-block-175 {
    width: 310px;
  }

  .div-block-179, .div-block-180 {
    width: 100%;
  }

  .carolina-assista {
    margin-top: 61px;
  }

  .div-block-186 {
    flex-direction: column;
  }

  .perfil-texto {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .background-video-4 {
    height: 500px;
  }

  .container-7 {
    padding: 60px;
  }

  .carmen-ficha-div {
    padding: 30px .5em;
  }

  .carmen-texto {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .carmen-titulo-perfil {
    font-size: 2em;
  }

  .realizadora-div {
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .estilo-geral-interna {
    width: 100%;
    margin-left: auto;
    padding: 2vh 1em;
  }

  .div-logline {
    padding: 0;
  }

  .div-paragrafo {
    width: 100%;
    margin-left: auto;
    padding: 2vh 1em;
  }

  .nav-menu {
    background-color: #2e2d2df7;
    flex-direction: row;
  }

  .div-block-239 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .div-block-251, .div-block-252, .div-block-253, .div-block-254, .div-block-255, .div-block-256 {
    flex: 1;
  }

  .div-block-262 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-263 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    place-items: start stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-264 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 400px;
    width: 250px;
  }

  .button-4 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 120px;
    height: 50px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .utility-page-content {
    position: relative;
  }

  .image-62 {
    margin-top: 162px;
  }

  .div-block-314 {
    max-width: 100%;
  }

  .div-block-315 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-316 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-317.procura {
    overflow: visible;
  }

  .div-block-318 {
    outline-offset: 0px;
    outline: 1px solid #33333305;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-319, .div-block-320 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fundo-rodape {
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-36 {
    height: 40vh;
    padding-top: 111px;
  }

  .slider {
    background-color: #ddd0;
    border-radius: 12px;
    height: 21vh;
  }

  .div-block-333 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-334 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
    padding-top: 20px;
  }

  .div-block-336 {
    padding-left: 139px;
  }

  .logo-menino {
    width: 120px;
  }

  .div-block-343 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 71px;
  }

  .button-7 {
    width: 90px;
    height: 50px;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-dropdown-card {
    max-width: none;
    padding: 12px 0;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #4b264b;
  }

  .navigation-wrapper-large, .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-link {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navigation-dropdown-row {
    flex-flow: column;
    grid-template-columns: 2fr;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    height: 460px;
  }

  .grid-6 {
    grid-template-columns: 1.25fr 1fr;
  }

  .slide-menino {
    justify-content: center;
    align-items: flex-start;
    height: 45vh;
  }

  .restauro-topo {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-359 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 80% 80%, 50%;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .div-block-364 {
    align-self: center;
    margin-bottom: -145px;
    margin-right: 0;
  }

  .div-block-365 {
    flex: 0 auto;
    align-self: stretch;
    width: 80%;
    height: 490px;
    margin-top: -127px;
    margin-left: 51px;
  }

  .div-block-366 {
    align-self: center;
    width: 100%;
    margin-top: -200px;
    margin-left: 0;
  }

  .image-67 {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .div-block-41 {
    justify-content: center;
    margin-left: auto;
    display: block;
  }

  .div-block-43 {
    width: 98%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-44 {
    width: 100%;
    padding-left: 2vw;
  }

  .paragraph-3 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .div-block-45 {
    padding: 0;
  }

  .menu, .section-6 {
    width: 60vw;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-49 {
    align-items: center;
    width: 90%;
    margin-left: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-51 {
    width: 2vw;
  }

  .div-block-52 {
    width: 100%;
  }

  .div-block-53 {
    width: 98%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div-block-55 {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .text-back {
    font-size: 4.1em;
    line-height: .9em;
  }

  .div-block-56 {
    height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sinopse-paragraph {
    font-size: 1em;
    line-height: 1.3em;
  }

  .div-block-61 {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .asteriscos {
    font-size: 5.1em;
    line-height: .8em;
  }

  .div-block-67 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-8 {
    height: 100%;
  }

  .ficha-tecnica, .projeto-tecnico-texto {
    font-size: 1em;
    line-height: 1.3em;
  }

  .div-block-72, .fumaca {
    width: 2vw;
  }

  .text-block-16 {
    font-size: 1.4em;
  }

  .div-block-100 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-104 {
    margin-bottom: 19px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .text-block-17 {
    margin-right: 0;
    font-size: 1.4em;
  }

  .div-block-134 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-135 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    font-size: 1.6em;
  }

  .perfil-realizadora {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .premios {
    font-size: 2.3em;
  }

  .paragraph-8 {
    font-size: 1.3em;
    font-weight: 200;
    line-height: 1.4em;
  }

  .heading-21 {
    font-size: 2.2em;
    line-height: 1.4em;
  }

  .div-block-149 {
    padding-left: 0;
  }

  .div-block-153 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-perfil {
    padding-left: 0;
  }

  .div-block-179, .div-block-180 {
    width: 100%;
  }

  .carolina-assista {
    height: 100%;
  }

  .box-citerne-live {
    margin-right: 0;
  }

  .box-cardume-tv {
    margin-top: 14px;
    margin-right: 0;
  }

  .perfil-texto {
    font-size: 1.6em;
  }

  .div-block-195 {
    padding: 20px;
  }

  .escadas-titulos.laranja {
    padding-left: .25em;
    padding-right: .25em;
  }

  .escadas-titulos.branco {
    text-align: center;
    font-size: 2em;
  }

  .image-39 {
    width: 40vw;
  }

  .div-block-198 {
    width: 100%;
    margin-left: 0;
  }

  .container-7 {
    padding: 20px;
  }

  .div-block-206 {
    flex-direction: column;
  }

  .hero__card2 {
    border-top-left-radius: 10%;
  }

  .div-block-208 {
    align-self: center;
  }

  .container-9 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-209 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-33 {
    font-size: 17ch;
  }

  .focus-container {
    padding: 10px;
  }

  .carmen-ficha-div {
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-211 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .carmen-texto {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .carmen-titulo-perfil {
    font-size: 1.6em;
  }

  .realizadora-div {
    width: 100%;
    margin-left: 0;
    padding-left: .5em;
    padding-right: .5em;
  }

  .clipping-divs {
    width: 100%;
    margin-left: 0;
  }

  .estilo-geral-interna {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .div-logline {
    padding: 0;
  }

  .paragrafo-branco {
    font-size: 1em;
    line-height: 1.3em;
  }

  .div-paragrafo {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .div-quem-somos {
    align-self: stretch;
    width: 100%;
    margin-right: 0;
  }

  .container-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .container-13 {
    justify-content: flex-end;
  }

  .div-block-239 {
    background-color: #f8f4ee;
  }

  .titulo-jornada {
    font-size: 2.5em;
    line-height: 30px;
  }

  .div-block-263 {
    flex-direction: column;
    align-items: center;
    margin-top: 19px;
  }

  .div-block-264 {
    background-position: 50% 22%;
  }

  .section-30 {
    height: 100%;
  }

  .section-equipe-nova {
    padding-top: 25px;
  }

  .button-4 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #333;
    background-color: #96949400;
    font-size: 30px;
  }

  .container-21 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-62 {
    margin-top: 498px;
  }

  .div-block-315 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-316 {
    width: 100%;
    margin-bottom: 20px;
  }

  .fundo-rodape {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: .5em;
    padding-right: .5em;
  }

  .slider {
    height: 16vh;
  }

  .div-block-333 {
    padding-left: 10px;
  }

  .div-block-334 {
    width: 100%;
  }

  .text-block-30 {
    font-size: 12px;
  }

  .logo-menino {
    width: 80px;
  }

  .div-block-337 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .div-block-343 {
    padding-top: 29px;
  }

  .navigation-menu-button {
    border-style: none;
  }

  .navigation-wrapper-large {
    flex: 1;
  }

  .navigation {
    padding-left: 1%;
  }

  .dropdown-links-grid {
    grid-template-columns: 1fr;
  }

  .navigation-container {
    flex: 1;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    width: 100%;
    padding-left: 10px;
  }

  .quem-somos {
    padding-top: 30px;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .titulos {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2.3em;
    line-height: 33px;
  }

  .div-block-23 {
    display: flex;
  }

  .div-block-41 {
    margin-left: auto;
  }

  .div-block-43 {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-44 {
    padding-left: 0;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .menu {
    width: 74vw;
    padding-left: 10px;
  }

  .section-6 {
    width: 66vw;
  }

  .heading-7 {
    font-size: .7em;
    line-height: 1.9em;
  }

  .heading-9 {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .div-block-53 {
    width: 98%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .tecnico {
    background-attachment: scroll;
  }

  .text-back {
    font-size: 2.5em;
  }

  .serie-sub-titulo {
    font-size: .7em;
    line-height: 1.4em;
  }

  .sinopse-paragraph {
    font-size: 1em;
  }

  .div-block-61 {
    padding: 2vh .5em;
  }

  .section-7 {
    background-attachment: scroll;
  }

  .ficha-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/Anastacia-site.jpg');
    background-attachment: scroll, scroll;
  }

  .div-block-67 {
    padding-left: 0;
  }

  .ficha-tecnica {
    line-height: 1.2em;
  }

  .projeto-tecnico-texto {
    font-size: 1em;
  }

  .titulo-pr-tecnico {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .div-block-72 {
    width: 2vw;
  }

  .text-block-6 {
    line-height: 1.1em;
  }

  .image-14 {
    width: 100vw;
  }

  .div-block-74 {
    flex-direction: column;
  }

  .div-block-75 {
    width: 100%;
    margin-left: 0;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-76 {
    width: 100%;
  }

  .div-block-77 {
    background-color: #171812;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-78 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .distopia-foto-1 {
    background-position: 0 0;
    height: 300px;
  }

  .div-block-81 {
    align-items: flex-end;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: .5em;
    display: block;
  }

  .distopia-titulo {
    font-size: 1.1em;
  }

  .div-block-85 {
    border-style: none;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-86 {
    flex-direction: column;
  }

  .div-block-87 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .heading-13 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .text-block-9 {
    text-align: left;
    font-size: .8em;
    line-height: 1.3em;
  }

  .image-16 {
    width: 30vw;
  }

  .div-block-92 {
    background-position: 100%;
  }

  .text-block-11 {
    font-size: .8em;
    line-height: 1.4em;
  }

  .div-block-93 {
    display: none;
  }

  .div-block-94 {
    width: 100%;
    padding-left: .25em;
  }

  .image-17 {
    width: 30vw;
  }

  .text-block-13 {
    font-size: .8em;
    line-height: 1.3em;
  }

  .text-block-14 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .div-block-97 {
    flex: 0 auto;
    order: 1;
    width: 30px;
  }

  .paragraph-4 {
    padding-left: 9px;
    font-size: .8em;
  }

  .div-block-99 {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding: 2em .5em;
  }

  .text-block-16 {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .div-block-100 {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }

  .div-block-102 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-103 {
    padding-left: 0;
  }

  .div-block-104 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-105 {
    width: 150px;
  }

  .image-19 {
    width: 60vw;
  }

  .text-block-17 {
    text-align: center;
    margin-right: 0;
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .texto-premio {
    font-size: .7em;
  }

  .div-premio {
    align-items: center;
    display: flex;
  }

  .heading-14 {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .image-21, .image-22 {
    width: 100vw;
  }

  .heading-15 {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.6em;
  }

  .italic-text-3 {
    font-size: .9em;
  }

  .image-23, .image-24 {
    width: 8vw;
  }

  .selecao-img-1, .selecao-img-2 {
    width: 100vw;
  }

  .paragraph-5 {
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .div-block-118 {
    width: 100%;
    height: 100%;
  }

  .play-img {
    width: 20vw;
  }

  .assistir {
    z-index: 3;
    margin-top: 90px;
  }

  .carolina-ficha-tecnica {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ficha-tecnica-texto {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .ficha-tecnica-titulo {
    font-size: 2.4em;
  }

  .div-block-131 {
    margin-top: -8px;
    position: relative;
  }

  .div-block-134 {
    width: 100%;
  }

  .div-block-135 {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    font-size: 1.5em;
  }

  .perfil-realizadora {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .grid-5 {
    flex-direction: column;
    place-content: stretch;
    place-items: stretch end;
    display: flex;
  }

  .div-block-142 {
    flex-direction: column;
    max-width: 100%;
  }

  .indicacoes-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-21 {
    font-size: 2em;
    line-height: 1.5em;
  }

  .div-block-153 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .div-perfil {
    width: 100%;
  }

  .teresa-realizadora {
    flex-direction: column;
    align-items: center;
  }

  .carmem-texto.branco, .carmem-texto.branco.thin {
    font-size: 1.4em;
  }

  .heading-30 {
    font-size: 11ch;
  }

  .div-block-179 {
    width: 100%;
    height: 440px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-180 {
    width: 100%;
  }

  .carolina-assista {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .box-citerne-live {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }

  .perfil-texto {
    font-size: 1.5em;
  }

  .div-block-195 {
    height: 100%;
    padding: 10px;
  }

  .paragraph-12 {
    font-size: 1.8em;
  }

  .escadas-titulos {
    font-size: 2em;
  }

  .escadas-titulos.laranja {
    text-align: center;
    line-height: 1.3em;
  }

  .escada-texto.branco {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .div-block-199 {
    margin-top: 0;
  }

  .image-41 {
    width: 20vw;
  }

  .div-block-203 {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-204 {
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-8 {
    padding: 25px .5em;
  }

  .hero__card2, .container-9 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-209 {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .heading-33 {
    font-size: 10ch;
  }

  .focus-container {
    padding: 5px .5em 7px;
  }

  .carmen-ficha-div {
    padding-top: 20px;
    padding-left: .5em;
    padding-right: .5em;
  }

  .image-42 {
    width: 20vw;
  }

  .div-block-211 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .carmen-texto {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .carmen-titulo-perfil {
    font-size: 2em;
    line-height: 1.6em;
  }

  .realizadora-div {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .estilo-geral-interna {
    padding: 2vh .5em;
  }

  .paragrafo-branco {
    font-size: 1em;
  }

  .div-paragrafo {
    padding: 2vh .5em;
  }

  .div-quem-somos {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .container-13 {
    justify-content: space-between;
    width: 100%;
    display: inline-block;
  }

  .menu-button {
    background-color: var(--body-2);
    padding: 10px;
  }

  .div-block-241 {
    border-radius: 0;
    width: 340px;
  }

  .div-block-242 {
    padding-top: 0;
  }

  .titulo-nome {
    font-weight: 500;
    line-height: 39px;
  }

  .div-block-249 {
    padding-top: 0;
  }

  .div-block-250 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragrafo-jornada {
    margin-top: 10px;
    font-size: 1.4em;
    line-height: 29px;
  }

  .titulo-jornada {
    font-size: 2em;
    line-height: 28px;
  }

  .div-link-index.w--current {
    margin-right: 20px;
  }

  .div-block-263 {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .div-block-267 {
    height: 100%;
  }

  .div-block-269 {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }

  .div-block-272 {
    padding-top: 10px;
  }

  .div-container-filmes {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-275 {
    flex-direction: column-reverse;
  }

  .div-capa-preciso {
    padding-left: 0;
    padding-right: 0;
  }

  .paragrafo-preciso {
    font-size: 1.3em;
  }

  .section-31 {
    padding-top: 0;
  }

  .section-equipe-nova {
    padding-top: 39px;
  }

  .button-4 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-285 {
    background-position: 20%;
    background-size: 600px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }

  .background-video-6 {
    width: 100%;
    height: 240px;
  }

  .container-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-filmes {
    padding-top: 71px;
  }

  .image-62 {
    margin-top: 447px;
  }

  .div-block-311 {
    display: block;
  }

  .div-block-312 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div-block-314 {
    max-width: 100%;
  }

  .div-block-316._1, .div-block-316._2, .div-block-316._3 {
    transform: none;
  }

  .div-block-317.procura {
    width: 100%;
  }

  .div-block-318 {
    flex: 1;
  }

  .div-block-319 {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-3 {
    direction: ltr;
    white-space: normal;
    display: block;
  }

  .text-block-26 {
    display: block;
  }

  .div-block-320 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .text-block-27 {
    white-space: break-spaces;
    display: block;
  }

  .div-block-321 {
    padding-right: 0;
  }

  .div-block-326 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .text-block-29 {
    font-family: Archivo, sans-serif;
    line-height: 1.1em;
  }

  .paragrafo-ocupacao {
    font-size: 1.3em;
  }

  .fundo-rodape {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }

  .div-block-333 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-334 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
  }

  .div-anastacia, .div-menino {
    flex-direction: column-reverse;
  }

  .button-7 {
    padding-top: 10px;
  }

  .navigation-dropdown-card, .navigation-menu-button {
    border-style: none;
  }

  .navigation-wrapper-large {
    flex: 1;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    padding-top: .1rem;
    padding-left: 1%;
    padding-right: 2%;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .navigation-side-links {
    min-width: auto;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .dropdown-links-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .navigation-dropdown-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navigation-logo-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .navigation-menu {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
  }

  .navigation-container {
    justify-content: space-between;
    margin-left: auto;
  }

  .div-block-347-copy {
    padding-left: 0;
  }

  .slider-2 {
    height: 50vh;
    display: none;
  }

  .div-block-351 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #fff;
    background-image: url('../images/Anastacia-Curta-metragem.webp');
    background-position: 50%;
    background-size: auto;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    position: static;
  }

  .slide-menino {
    margin-top: 8.3rem;
  }

  .restauro-topo {
    margin-top: -16px;
  }

  .div-block-359 {
    justify-content: center;
    align-items: center;
  }

  .div-block-362 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-364 {
    margin-bottom: -114px;
  }

  .div-block-365 {
    width: 100%;
    margin-top: -97px;
    margin-left: 2px;
  }

  .div-block-366 {
    margin-top: -144px;
  }

  .image-66 {
    margin-left: -5px;
    margin-right: 0;
  }

  .div-block-367 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .fundo-teaser {
    width: 100%;
  }

  .div-block-369 {
    background-position: 100% -2%;
  }

  .paragrafo-restauro._2colunas {
    column-count: 1;
  }

  .div-block-371 {
    padding-top: 0;
  }

  .container-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-373 {
    justify-content: center;
    align-items: center;
  }

  .section-42 {
    color: #e0e0e0;
    height: 100%;
    padding-top: 4px;
    padding-bottom: 53px;
  }

  .thumb-menino {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-d04effa9-d88e-baa4-919e-cdb405c4c8a5-be3fdf59 {
  align-self: auto;
}

#w-node-_424b8919-6ef5-6cce-c06a-8b64fa262a6b-be3fdf59 {
  justify-self: auto;
}

#w-node-a7ea780f-66ff-f62f-706b-1474c258ea44-c258ea30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ff131de-6dda-7ffb-7125-27481adccf7f-d48233c4 {
  place-self: auto;
}

#w-node-_151ae876-13a1-622b-890a-96514fa94e85-d48233c4, #w-node-f1e9ae46-ee56-c631-d53f-aa39e6724ffc-d48233c4, #w-node-_05dd4a97-9f83-5424-c51c-5b199aa1d4cd-d48233c4, #w-node-d9c34c0d-9fda-7c9a-2a76-1390fed53fda-d48233c4, #w-node-d19452de-7165-cb1e-1f09-358f8c9eaba4-d48233c4, #w-node-_8cc9c947-f53d-d36a-0dd5-395165739796-d48233c4, #w-node-dd2c150d-2bf9-75cb-7fa5-4518b00f3873-d48233c4, #w-node-_679ca9ce-1151-58ca-f213-0977c401a425-d48233c4 {
  align-self: stretch;
}

#w-node-badc877c-8e52-16f6-743e-24d5b787ecac-d48233c4, #w-node-_5596a2f4-4c1e-5861-5fe1-f0447797c8e3-d48233c4, #w-node-_8f56e20c-d951-83f9-2703-cf9092650629-d48233c4, #w-node-d1927e27-5b57-639c-e249-84e063091500-d48233c4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-_29a5fff2-0b3d-f74f-0790-45c9900da3e7-d48233c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_1f1cc9ea-8432-87f0-69f2-531f616058ec-b99d4048, #w-node-_81167408-55db-448b-c08c-5c866173990c-b99d4048 {
  align-self: start;
}

#w-node-_18ff2a4b-0691-576e-1885-0cafbbd1a566-bc61fc3c {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_1f1cc9ea-8432-87f0-69f2-531f616058ec-b99d4048, #w-node-a27b2d3d-cb13-6a3d-adde-3373c9ff05af-b99d4048, #w-node-_30ac4cd5-e358-9a9b-fbd4-0815b49a0411-b99d4048, #w-node-_81167408-55db-448b-c08c-5c866173990c-b99d4048 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype'), url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}