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

.index {
  width: 100vw;
  height: 100vh;
  padding-top: 193px;
  padding-bottom: 193px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.item {
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 118px;
  padding-bottom: 118px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dfdfdf;
}

.div-block-2 {
  width: 600px;
  height: 350px;
  padding: 30px;
  background-color: #fff;
  box-shadow: -3px -3px 8px -3px #fff, 1px 4px 9px -6px rgba(0, 0, 0, 0.76);
}

.image-2 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  overflow: visible;
}

.div-block-3 {
  overflow: hidden;
}

.div-block-4 {
  overflow: hidden;
}

.div-block-5 {
  position: static;
  overflow: hidden;
  height: auto;
}

.div-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 200vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quem-somos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  width: 58%;
  height: 600px;
}

.paragraph {
  font-family: 'PT Serif', serif;
  font-size: 25px;
  line-height: 41px;
}

.div-block-8 {
  width: 27%;
  height: 300px;
  background-color: #951399;
}

.titulos {
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: 'Droid Serif', serif;
  font-size: 51px;
  text-align: center;
}

.div-block-9 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-10 {
  width: 60%;
  height: 100%;
}

.teresa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  width: 40%;
  margin-left: -75px;
  padding: 30px;
  background-color: #ececec;
}

.textos-index {
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-13 {
  position: static;
  padding-right: 100px;
  padding-left: 100px;
}

.bold-text {
  font-size: 25px;
}

.heading {
  font-size: 25px;
}

.div-block-14 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #faf7f7;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-17 {
  width: 33.3%;
  height: 200px;
  margin-right: 9px;
  background-color: #fff;
}

.heading-2 {
  font-size: 25px;
}

.div-block-18 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  padding: 127px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Carmen-de-Lilih-Curi---foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  padding: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fcfcfc;
  border-radius: 50%;
}

.text-block {
  color: #fad609;
  font-size: 25px;
}

.text-block-2 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.abrir-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
}

.text-block-3 {
  font-size: 70px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 400px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #d7cffd;
}

.grid {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-2 . . ."
    ". . . Area";
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 420px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/TERESA-foto---Héctor-Montaño-Jaramillo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-26 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-27 {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  box-shadow: -1px -1px 3px 0 #fff, 3px 16px 9px -15px rgba(0, 0, 0, 0.26);
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.text-block-4 {
  font-size: 20px;
  line-height: 30px;
}

.heading-3 {
  color: #fffefe;
}

.premiacao-div {
  display: none;
}

.div-block-30 {
  max-width: 1260px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-31 {
  height: 200px;
  background-color: #ece9e9;
}

.bold-text-2 {
  font-size: 29px;
  line-height: 22px;
}

.heading-4 {
  color: #3c3a3a;
}

.text-span {
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.heading-5 {
  line-height: 26px;
}

.div-block-32 {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-33 {
  height: 100%;
  padding: 0px;
}

.div-block-34 {
  height: 100%;
  padding: 113px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

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

.heading-6 {
  font-size: 220px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.div-block-37 {
  overflow: visible;
  width: 50%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(235, 224, 224, 0.48);
}

.div-block-38 {
  height: 100vh;
  background-color: rgba(182, 174, 83, 0.3);
}

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

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

.section-2 {
  display: none;
}

.track {
  height: 150vh;
}

.target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10vw;
}

.target-container {
  position: absolute;
  top: 25vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-41 {
  position: relative;
  z-index: 5;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 80px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 11px;
  border-color: #e5e2df;
  border-radius: 10px;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.06), 6px 6px 30px -11px rgba(0, 0, 0, 0.2);
}

.image-7 {
  max-width: 80%;
}

.div-block-42 {
  width: 60%;
  padding: 10px;
  background-color: #f8f8ea;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

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

.section-5 {
  display: block;
  height: 120%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  box-shadow: 14px 14px 30px 6px rgba(0, 0, 0, 0.2);
}

.body-2 {
  background-color: hsla(0, 0%, 94.1%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.1%, 0.9)), to(hsla(0, 0%, 94.1%, 0.9))), url('../images/film-grain--dust-texture-by-freeject.net-19.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.9), hsla(0, 0%, 94.1%, 0.9)), url('../images/film-grain--dust-texture-by-freeject.net-19.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  line-height: 1.7em;
}

.div-block-44 {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.div-block-45 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 53px 53px 53px 49px;
}

.menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27vw;
  margin-right: 2vw;
  padding: 17px 20px 17px 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3d3030;
  box-shadow: -5px 4px 40px -9px rgba(0, 0, 0, 0.3);
}

.section-6 {
  position: static;
  top: 0px;
  z-index: 99;
  display: block;
  width: 30vw;
  height: 100%;
  margin-top: 51px;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(12, 12, 12, 0);
}

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

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

.div-block-47 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  font-size: 50px;
  text-align: left;
  text-transform: uppercase;
}

.text-block-5 {
  margin-top: 29px;
  font-size: 20px;
  text-align: left;
}

.bold-text-3 {
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.div-block-48 {
  margin-bottom: 56px;
}

.argumento {
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0.78)), to(rgba(236, 236, 236, 0.78)));
  background-image: linear-gradient(180deg, rgba(236, 236, 236, 0.78), rgba(236, 236, 236, 0.78));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

.div-block-49 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 4em;
  padding-bottom: 79px;
  padding-left: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 94.5%, 0);
}

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

.div-block-51 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 30vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa6712), color-stop(47%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(#e36822), to(#e36822));
  background-image: linear-gradient(180deg, #fa6712, hsla(0, 0%, 100%, 0) 47%), linear-gradient(180deg, #e36822, #e36822);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.executivo {
  width: 80vw;
  height: 100%;
  background-color: #811919;
}

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

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

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

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-55 {
  position: relative;
  width: 60vw;
  padding: 4vw 5vw;
  background-color: hsla(0, 0%, 94.1%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0.95)), to(hsla(0, 0%, 93.3%, 0.95))), url('../images/film-grain--dust-texture-by-freeject.net-19.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0.95), hsla(0, 0%, 93.3%, 0.95)), url('../images/film-grain--dust-texture-by-freeject.net-19.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

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

.div-block-56 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  box-shadow: 0 0 60px -10px rgba(0, 0, 0, 0.32);
}

.paragraph-3-copy {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.bold-text-3-copy {
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.div-block-57 {
  position: absolute;
  left: -43%;
  top: 7%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 120%;
  height: 130%;
  border-style: solid;
  border-width: 2px;
  border-color: #c59a5e;
  border-radius: 21px;
  background-color: rgba(197, 154, 94, 0);
}

.div-block-58 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 650px;
  height: 100%;
  background-color: #662d0e;
}

.div-block-59 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  background-color: #e6caca;
}

.image-10 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 50vw;
  box-shadow: 0 0 60px -14px rgba(0, 0, 0, 0.31);
}

.valores {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 300;
  text-align: right;
}

.grid-3 {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 66px;
  -ms-grid-columns: 0.5fr 0.25fr;
  grid-template-columns: 0.5fr 0.25fr;
}

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

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

.div-block-61 {
  width: 80%;
  margin-left: -90px;
  padding: 4em 2em;
  background-color: #f1f1f1;
}

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

.asteriscos {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(139, 105, 3, 0.13);
  font-size: 6.7em;
  line-height: 1em;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.ficha-section {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 135, 17, 0.17)), to(rgba(197, 135, 17, 0.17))), url('../images/Anastacia-fundo-ficha.jpg');
  background-image: linear-gradient(180deg, rgba(197, 135, 17, 0.17), rgba(197, 135, 17, 0.17)), url('../images/Anastacia-fundo-ficha.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

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

.image-12 {
  width: 60vw;
}

.image-13 {
  width: 70vh;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

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

.projeto-tecnico-texto {
  background-color: rgba(221, 211, 211, 0);
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

.div-block-69 {
  position: absolute;
  left: 23%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 50vw;
  height: 50vh;
  border-radius: 50%;
  background-color: rgba(156, 147, 140, 0.28);
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

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

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

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

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

.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 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 30vw;
  background-image: url('../images/fumaca.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-7 {
  line-height: 0.7em;
  text-transform: uppercase;
}

.text-span-3 {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.6em;
}

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

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

.image-14 {
  width: 50vw;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.3);
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-75 {
  width: 50%;
  margin-left: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.div-block-76 {
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

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

.div-block-77 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #171812;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 5em 0.125em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-12 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

.distopia-foto-2 {
  position: relative;
  display: block;
}

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

.div-block-82 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 43px;
  padding-bottom: 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.distopia-titulo {
  position: static;
  z-index: 8;
  color: #f1efef;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.section-9 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.section-10 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-85 {
  width: 60%;
  height: 100%;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(29, 28, 28, 0.18);
  background-color: #fdfdfd;
}

.div-block-86 {
  position: relative;
  top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-87 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 40%;
}

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

.div-block-88 {
  margin-bottom: 225px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-89 {
  width: 80%;
  height: 2px;
  background-color: #f52d2d;
}

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

.image-15 {
  padding-right: 40px;
}

.text-block-10 {
  color: #0d70f1;
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: center;
}

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

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

.div-block-91 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 5;
  width: 153px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(44, 90, 65, 0);
  box-shadow: 1px 1px 40px -10px rgba(0, 0, 0, 0.95);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.cortina {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fefaed;
}

.div-block-92 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/DISTOPIA-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

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

.div-block-93 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 100px;
  height: 100%;
  padding-top: 283px;
  padding-bottom: 283px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 5, 5, 0.5)), to(rgba(252, 5, 5, 0.5)));
  background-image: linear-gradient(180deg, rgba(252, 5, 5, 0.5), rgba(252, 5, 5, 0.5));
  background-position: 0px 0px;
}

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

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 0.5em;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 250, 237, 0.4)), to(rgba(254, 250, 237, 0.4))), url('../images/lauriel.png');
  background-image: linear-gradient(180deg, rgba(254, 250, 237, 0.4), rgba(254, 250, 237, 0.4)), url('../images/lauriel.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-12 {
  font-family: Raleway, sans-serif;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text-2 {
  font-size: 1.4em;
  line-height: 0.9em;
}

.image-17 {
  width: 8vw;
}

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

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

.image-18 {
  margin-right: 10px;
}

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

.text-block-15 {
  color: #e6e3e3;
  font-weight: 700;
}

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

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

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

.link {
  color: #0764ee;
  font-size: 1em;
  text-decoration: none;
}

.text-block-16 {
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 200;
  text-align: center;
}

.div-block-100 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.15);
}

.div-block-101 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #eef10c;
  opacity: 0.3;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

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

.div-block-104 {
  padding: 41px 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 212, 201, 0.36)), to(rgba(216, 212, 201, 0.36))), url('../images/seta.png');
  background-image: linear-gradient(180deg, rgba(216, 212, 201, 0.36), rgba(216, 212, 201, 0.36)), url('../images/seta.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 60px;
  background-repeat: repeat, no-repeat;
}

.div-block-105 {
  position: absolute;
  left: auto;
  top: -29%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 0% 100%, transparent, rgba(100, 8, 143, 0.63));
  opacity: 1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.div-block-105._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  margin-right: auto;
  background-image: radial-gradient(circle farthest-side at 100% 50%, #031f49 72%, transparent);
  opacity: 0.22;
}

.grid-4 {
  grid-column-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block-17 {
  margin-right: 20px;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 200;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lauriel.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-20 {
  float: left;
}

.text-block-18 {
  margin-bottom: 10px;
}

.texto-premio {
  color: #575757;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 300;
}

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

.div-premio {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.image-21 {
  width: 60vw;
}

.premios-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-22 {
  width: 60vw;
}

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

.image-23 {
  width: 3vw;
}

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

.image-24 {
  width: 3vw;
}

.columns {
  margin-bottom: 40px;
}

.div-block-110 {
  padding-top: 19px;
  padding-bottom: 19px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 67, 24, 0.3)), to(rgba(102, 67, 24, 0.3))), url('../images/DISTOPIA-4.jpg');
  background-image: linear-gradient(180deg, rgba(102, 67, 24, 0.3), rgba(102, 67, 24, 0.3)), url('../images/DISTOPIA-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

.premios-1-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.premios-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.premios-rodape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.premios-rodape-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.selecao-img-1 {
  width: 80vw;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.selecao-img-2 {
  width: 80vw;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-111 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.11);
}

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

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

.div-block-112 {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.div-block-113 {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.link-esp {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.link-pt {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-block-41 {
    margin-left: auto;
  }

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

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

  .menu {
    width: 50vw;
  }

  .section-6 {
    width: 40vw;
  }

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

  .div-block-53 {
    width: 90vw;
    padding-right: 2vw;
    padding-left: 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: 0px;
    padding-left: 0px;
  }

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

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

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

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

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

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

  .div-block-94 {
    position: static;
    display: block;
    width: 90%;
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-95 {
    display: block;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block-12 {
    font-size: 0.55em;
  }

  .div-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

  .div-block-104 {
    margin-right: 14px;
    margin-left: 11px;
    padding: 89px;
  }

  .grid-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .div-block-106 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-107 {
    height: 97px;
    padding-right: 1em;
    padding-left: 1em;
    background-size: contain;
  }

  .image-21 {
    width: 80vw;
  }

  .image-22 {
    width: 80vw;
  }

  .selecao-img-1 {
    width: 80vw;
  }

  .selecao-img-2 {
    width: 80vw;
  }
}

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

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

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

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

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

  .menu {
    width: 60vw;
  }

  .section-6 {
    width: 60vw;
  }

  .div-block-47 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

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

  .grid-3 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

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

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

  .paragraph-3-copy {
    font-size: 1.1em;
    line-height: 1.4em;
  }

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

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

  .paragraph-3-copy {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .div-block-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-8 {
    height: 100%;
  }

  .ficha-tecnica {
    font-size: 1em;
    line-height: 1.3em;
  }

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

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

  .fumaca {
    width: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block-41 {
    margin-left: auto;
  }

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

  .div-block-44 {
    padding-left: 0vw;
  }

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

  .menu {
    width: 74vw;
    padding-left: 10px;
  }

  .section-6 {
    width: 66vw;
  }

  .heading-7 {
    font-size: 0.7em;
    line-height: 1.9em;
  }

  .heading-9 {
    font-size: 1.4em;
    line-height: 1.3em;
  }

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

  .tecnico {
    background-attachment: scroll;
  }

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

  .image-10 {
    width: 100vw;
    height: 100%;
  }

  .serie-sub-titulo {
    font-size: 0.7em;
    line-height: 1.4em;
  }

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

  .div-block-61 {
    padding: 2vh 0.5em;
  }

  .section-7 {
    background-attachment: scroll;
  }

  .ficha-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Anastacia-site.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Anastacia-site.jpg');
    background-attachment: scroll, scroll;
  }

  .div-block-67 {
    padding-left: 0px;
  }

  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-77 {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #171812;
  }

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

  .distopia-foto-1 {
    height: 300px;
    background-position: 0% 0%;
  }

  .div-block-81 {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0.5em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .distopia-titulo {
    font-size: 1.1em;
  }

  .div-block-85 {
    width: 100%;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-style: none;
  }

  .div-block-86 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-87 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .heading-13 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

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

  .image-16 {
    width: 30vw;
  }

  .div-block-92 {
    background-position: 100% 50%;
  }

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

  .div-block-93 {
    display: none;
  }

  .div-block-94 {
    width: 100%;
    padding-left: 0.25em;
  }

  .text-block-12 {
    font-size: 0.6em;
  }

  .div-block-96 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-17 {
    width: 30vw;
  }

  .text-block-13 {
    font-size: 0.8em;
    line-height: 1.3em;
  }

  .text-block-14 {
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .image-18 {
    margin-right: 0px;
  }

  .div-block-97 {
    width: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-4 {
    padding-left: 9px;
    font-size: 0.8em;
  }

  .div-block-99 {
    max-width: 100%;
    padding: 2em 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .div-block-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-101 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 150px;
    height: 150px;
    background-color: #f5f829;
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }

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

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

  .div-block-105 {
    width: 150px;
  }

  .image-19 {
    width: 60vw;
  }

  .grid-4 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .texto-premio {
    font-size: 0.7em;
  }

  .div-premio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-14 {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
  }

  .image-21 {
    width: 100vw;
  }

  .image-22 {
    width: 100vw;
  }

  .heading-15 {
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: center;
  }

  .italic-text-3 {
    font-size: 0.9em;
  }

  .image-23 {
    width: 8vw;
  }

  .image-24 {
    width: 8vw;
  }

  .selecao-img-1 {
    width: 100vw;
  }

  .selecao-img-2 {
    width: 100vw;
  }
}

#w-node-_736b4d9c-c586-e11c-1288-186b71c6f71c-d35fe6bd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@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;
}