:root {
  --green: #95c11f;
  --blue: #41aeef;
  --orange: #f69428;
  --pink: #ec008c;
  --reds: #c51216;
  --bg: #f3f3f3;
  --gold: #f9cc0f;
  --white: white;
}

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

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

.contain {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  padding: 10px;
  display: flex;
}

.navbar {
  background-color: #243b89;
}

.nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  font-size: 17px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--green);
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--green);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  display: flex;
}

.section {
  height: 100vh;
  position: relative;
}

.section.mo {
  height: 50vh;
  margin-top: 0;
}

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

.hero-layoff {
  background-image: linear-gradient(22deg, #101d49 15%, #fff0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 220px;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-layoff._1 {
  background-image: linear-gradient(22deg, #34488a 15%, #95c11f);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.hero-layoff._2 {
  background-image: linear-gradient(22deg, var(--blue) 15%, var(--orange));
  height: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.hero-layoff._3 {
  background-image: linear-gradient(22deg, var(--pink), #41aeef80);
  padding-top: 0;
  display: flex;
}

.hero-layoff._4 {
  background-image: linear-gradient(22deg, var(--blue) 15%, #ec008c99);
  padding-top: 0;
  display: flex;
}

.hero-layoff._5 {
  background-image: linear-gradient(22deg, #f69428e6 15%, #ec008c73);
  padding-top: 0;
  display: flex;
}

.hero-layoff._6 {
  background-image: linear-gradient(22deg, #95c11fc7 15%, #f69428b5);
  padding-top: 0;
  display: flex;
}

.hero-layoff._2021 {
  background-color: #ec008ce3;
  background-image: linear-gradient(22deg, #101d49 15%, #ec008c80), url('../images/62810727d7060e31a3caa19d_1H1A5377.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  display: flex;
}

.hero-layoff._2022 {
  background-color: var(--blue);
  background-image: linear-gradient(22deg, #101d49 15%, #41aeef80), url('../images/FESTIPUB_202222102022-IMG_9418.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  display: flex;
}

.hero-layoff._2023 {
  background-color: var(--green);
  background-image: linear-gradient(22deg, #101d49 15%, #95c11f80), url('../images/66ea9e252a24a29c73235bd2_vencedor59.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  display: flex;
}

.hero-layoff._2024 {
  background-color: var(--green);
  background-image: linear-gradient(22deg, #ec008ce6 15%, #95c11fc2), url('../images/62810727d7060e31a3caa19d_1H1A5377.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  display: flex;
}

.hero-layoff._8 {
  background-image: linear-gradient(22deg, #ec008cbf 15%, #101d49);
  padding-top: 0;
  display: flex;
}

.hero-layoff._9 {
  background-image: linear-gradient(22deg, #c23fac 15%, #5e752b);
  padding-top: 0;
  display: flex;
}

.hero-layoff._0 {
  background-image: linear-gradient(22deg, #966b1b 15%, #243b89);
  padding-top: 0;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Archivo Black, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

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

.paragraph {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  margin-top: 35px;
  display: grid;
}

.div-block-2._1 {
  width: 100%;
  margin-top: 0;
}

.main-button {
  text-align: center;
  background-color: #95c11f;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 17px;
  display: flex;
}

.main-button.no-color {
  border: 1px solid var(--green);
  color: #fff;
  background-color: #c5121600;
}

.main-button.blue {
  background-color: #243b89;
}

.text-block {
  background-color: var(--reds);
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
}

.marquee_duplicates {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 100%;
}

.marquee_duplicates._1 {
  display: none;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.marquee_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

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

.container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.marquee_move-left {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  object-fit: contain;
  width: 200px;
  height: 90px;
  color: inherit;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.header.is-align-center {
  text-align: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header.is-align-center.black {
  color: #243b89;
}

.eyebrow {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 2.45rem;
  font-family: Archivo Black, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.eyebrow.blue {
  color: #243b89;
}

.section-2 {
  color: #f1ede6;
  background-color: #243b89;
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: clip;
}

.marquee_track {
  width: 100%;
  display: flex;
}

.section-3 {
  background-color: var(--bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.celebre {
  padding-top: 0;
  padding-bottom: 0;
}

.section-3._1 {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-3._2 {
  background-color: var(--bg);
}

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

.grid._1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 25px;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 2px 5px #243b8978;
}

.div-block-3:hover {
  transform: translate(0, -5px);
}

.image-4 {
  object-fit: contain;
  width: 100%;
  height: 80%;
}

.section-4 {
  background-color: var(--green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2 {
  grid-template-rows: auto;
}

.div-block-4 {
  height: 450px;
}

.div {
  display: flex;
}

.background-video-2 {
  z-index: 10;
  border-radius: 5px;
  width: 50%;
}

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

.div-block-6 {
  flex: 1;
  padding-top: 50px;
  padding-left: 70px;
}

.heading-2 {
  color: #fff;
  margin-bottom: 26px;
  font-family: Archivo Black, sans-serif;
  font-size: 55px;
  line-height: 120%;
}

.heading-2._1 {
  color: #021d3a;
}

.heading-2._1._2 {
  color: var(--green);
}

.heading-2._1._3 {
  color: var(--orange);
}

.heading-2._1._0 {
  color: var(--blue);
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 51px;
  font-size: 17px;
  line-height: 150%;
}

.paragraph-2.black {
  color: #000;
}

.paragraph-2.black._1 {
  margin-bottom: 24px;
}

.div-block-7 {
  width: 40%;
}

.footer-dark {
  background-color: #243b89;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 250px;
}

.footer-content {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #95c11f;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  width: 25px;
  height: 30px;
  margin-left: 0;
  margin-right: 25px;
}

.footer-divider {
  background-color: #e4ebf312;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.grid-3 {
  grid-template-rows: auto;
}

.div-block-9 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-9._1 {
  margin-top: 80px;
}

.link-edition {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--pink);
  border-radius: 5px;
  flex-flow: column;
  padding: 60px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.link-edition:hover {
  background-image: linear-gradient(#ec008c66, #ec008c66), url('../images/66ea9e25c614790046d8d237_vencedor63.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: rotate(3deg);
}

.link-edition.green {
  background-color: var(--green);
}

.link-edition.green:hover {
  background-image: linear-gradient(#d7df3366, #d7df3366), url('../images/66ea9e25c614790046d8d237_vencedor63.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-edition.blue {
  background-color: var(--blue);
}

.link-edition.blue:hover {
  background-image: linear-gradient(#41aeef66, #41aeef66), url('../images/66ea9e25c614790046d8d237_vencedor63.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-edition.orange {
  background-color: var(--orange);
}

.link-edition.orange:hover {
  background-image: linear-gradient(#f6942866, #f6942866), url('../images/FESTIPUB_202222102022-IMG_9396.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-edition.gold {
  background-color: var(--gold);
}

.link-edition.gold:hover {
  background-image: linear-gradient(#f9cc0f66, #f9cc0f66), url('../images/62810a825f1eee1a4895d04b_1H1A5048.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.year-edition {
  color: var(--white);
  letter-spacing: -3px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.see-more {
  color: var(--white);
  text-decoration: underline;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #95c11f45;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 600;
}

.tab-link-tab-2.w--current {
  background-color: var(--green);
  color: var(--white);
}

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

.div-block-32 {
  background-color: var(--gold);
  text-align: center;
  width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  font-size: 18px;
}

.div-block-32._1 {
  background-color: var(--pink);
  color: var(--white);
}

.text-block-8 {
  line-height: 1.5;
}

.button-2 {
  float: left;
  align-items: center;
  height: 50px;
  padding: 16px 20px;
  display: inline-block;
  position: relative;
}

.button-2.blue {
  color: #fff;
  background-color: #512af5;
  border-radius: 2px;
  font-weight: 500;
}

.button-2.blue.juri {
  background-color: var(--blue);
  text-align: center;
  cursor: pointer;
  text-align: center;
  inset: auto 0% 0%;
  width: 100%;
  margin-top: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

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

.wrap-juri {
  height: 520px;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.subtext {
  color: #e9f0f5;
  line-height: 1.3;
}

.subtext._40 {
  width: 250px;
}

.subtext._40.country {
  width: 100%;
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.outra-foto {
  height: 300px;
  margin-bottom: 35px;
}

.grid-16 {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.juri-name {
  padding-left: 0;
  padding-right: 0;
}

.heading-3 {
  letter-spacing: -2.5px;
}

.heading-3.white {
  color: #fff;
  letter-spacing: -1.5px;
  max-width: 70%;
  margin-bottom: 20px;
  font-size: 37px;
}

.heading-3.white._50 {
  max-width: 100%;
  color: var(--pink);
  letter-spacing: -2px;
  font-size: 32px;
}

.bio-claudio-chocolate, .bio-domenico-massareto, .bio-margarida-minas, .bio-andre-cardiga, .bio-joao-gra-a, .bio-maria-martins, .bio-clara-silva, .bio-maria-serio, .bio-luis-ramos, .bio-paulo-costa, .bio-carlos-guimaraes, .bio-alexandra, .bio-walter-fernandes, .bio-raquel-monteiro, .bio-mauro-migueis, .bio-crisnano-paulo, .bio-artur-carvalho, .bio-joao-filipe, .bio-junior-lisboa, .bio-mitchell-collinson, .bio-julio-cesar, .bio-giordano-custodio, .bio-nuno-noivo, .bio-dalmo-silva, .bio-alexandre-montenegro {
  z-index: 200;
  background-color: #512af5;
  width: 40%;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.div-block-33 {
  text-align: right;
  margin-bottom: 30px;
}

.bio-ana-paula, .bio-karina-barbosa, .bio-filipa-oliveira, .bio-marcelo-madeiros, .bio-miguel-da-silva, .bio-miguel-muanda, .bio-eduardo-bras, .bio-joao-nunes, .bio-tiago-baptista, .bio-ciro-neves {
  z-index: 200;
  background-color: #512af5;
  width: 40%;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.link {
  float: none;
  color: #fff;
  text-align: right;
  background-color: #ec008c;
  border-radius: 4px;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
}

.bio-mario-patrocinio, .bio-tchiloia-lara, .bio-alberto, .bio-fahim-latiff, .bio-thiago-fonseca, .bio-sergio-costa, .bio-jose-pedro-paz, .bio-francisco-quintino, .bio-jose-neto, .bio-pedro-rodrigues, .bio-pedro-diogo-vaz {
  z-index: 200;
  background-color: #512af5;
  width: 40%;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.big-paragraph-copy {
  color: #fefefe;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.bio-catia-carmo, .bio-janaina-carneiro, .bio-jorge-rocha, .bio-melchior-ferreira, .bio-miguel-mandele, .bio-ilya-machado {
  z-index: 200;
  background-color: #512af5;
  width: 40%;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.heading-4 {
  letter-spacing: -2.5px;
}

.heading-4.white {
  color: #fff;
  letter-spacing: -1.5px;
  max-width: 70%;
  margin-bottom: 20px;
  font-size: 37px;
}

.bio-andreia, .bio-carlos-parreira, .bio-judite {
  z-index: 200;
  background-color: #512af5;
  width: 40%;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.grid-17 {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.heading-9 {
  letter-spacing: -2.5px;
}

.heading-9.white {
  color: #fff;
  letter-spacing: -1.5px;
  max-width: 70%;
  margin-bottom: 20px;
  font-size: 37px;
}

.heading-9.white._50 {
  max-width: 100%;
  font-size: 35px;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.div-block-35 {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.column {
  flex-flow: column;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.columns {
  height: 600px;
}

.columns._1 {
  height: auto;
}

.column-2 {
  height: 100%;
}

.grid-cat {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  position: relative;
}

.columns-2 {
  height: 100%;
}

.table-content {
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.table-content.blue {
  background-color: #512af5;
  border-bottom: 1px #cfcfcf;
  padding-left: 25px;
  padding-right: 25px;
}

.table-content.vot-blue-2 {
  background-color: #311899;
  border-bottom: 1px #cfcfcf;
  border-left: 1px #cfcfcf;
  justify-content: center;
}

.table-content.vot-blue {
  background-color: #3b1fb3;
  border-bottom: 1px #cfcfcf;
  border-left: 1px #cfcfcf;
  justify-content: center;
  height: 100%;
}

.table-content.cat {
  background-color: #ec008c;
  border-bottom: 1px #cfcfcf;
  padding-left: 25px;
  padding-right: 25px;
}

.table-content.blue-2 {
  background-color: #391cb2;
  border-bottom: 1px #cfcfcf;
  padding-left: 25px;
  padding-right: 25px;
}

.table-content.vot {
  background-color: #cc0079;
  border-bottom: 1px #cfcfcf;
  border-left: 1px #cfcfcf;
  justify-content: center;
}

.table-wrapper {
  color: #fff;
  border: 1px #cfcfcf;
  flex: none;
}

.table-text {
  align-self: center;
  font-size: 22px;
  line-height: 1.1;
}

.table-text.blo {
  font-weight: 700;
}

.table-title {
  height: 60px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-3._60 {
  height: 100%;
}

.section-5 {
  background-color: var(--blue);
  position: relative;
}

.div-block-36 {
  flex-flow: column;
  width: 50%;
  height: 400px;
  margin-right: 50px;
  position: sticky;
  top: 0;
}

.div-block-36._1 {
  text-align: right;
  width: auto;
  margin-left: 50px;
  margin-right: 0;
}

.div-block-37 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-37._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.bullet-point-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-point {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.point {
  background-color: #512af5;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.point-text-wrapper {
  flex: 1;
  padding-left: 25px;
}

.big-paragraph {
  color: #e9f0f5;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.6;
}

.big-paragraph._0 {
  margin-bottom: 0;
}

.big-paragraph._0.darker {
  color: #0e0438;
  max-width: 630px;
}

.div-block-38 {
  width: 50%;
  margin-bottom: 40px;
}

.div-block-38.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.div-block-38._1 {
  width: auto;
  margin-bottom: 60px;
}

.map {
  border-radius: 8px;
  height: 100%;
}

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

.link-block-3 {
  color: #fff;
  background-color: #ec008c;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
  text-decoration: none;
  display: block;
  transform: rotate(3deg);
}

.link-block-3._1 {
  color: #18007e;
  background-color: #d7df33;
}

.link-block-3.altura {
  height: 250px;
}

.link-block-3._2 {
  background-color: #f69428;
}

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

.heading-7 {
  margin-bottom: 15px;
}

.text-block-9 {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.div-block-40 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2px;
  height: 250px;
  margin-bottom: 0;
}

.div-block-40._2, .div-block-40._1, .div-block-40._6, .div-block-40._5, .div-block-40._3, .div-block-40._7, .div-block-40._4 {
  background-image: none;
}

.grid-18 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-10 {
  color: #18007e;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-10.none {
  display: none;
}

.lightbox-link {
  background-color: #fff;
  border-radius: 2px;
  padding: 35px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  transform: rotate(2deg);
}

.lightbox-link:hover {
  transform: scale(1.05);
}

.fest_image {
  width: 100%;
  height: 100%;
}

.div-block-41 {
  text-align: center;
  flex-flow: column;
  width: 800px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-41._1 {
  width: 850px;
}

.div-block-41._2 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 400px;
  margin-left: 0;
  position: sticky;
  top: 10px;
}

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

.grid-19._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  grid-template-columns: 1fr;
}

.grid-19._2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.div-block-29 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--pink);
  color: var(--white);
  border-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
  transform: rotate(-2deg);
}

.div-block-29:hover {
  transform: scale(1.05);
}

.div-block-29._1 {
  background-color: var(--green);
  color: var(--white);
}

.div-block-29._2 {
  background-color: var(--blue);
  color: var(--white);
}

.text-block-7 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-7._1 {
  letter-spacing: -1px;
}

.button-3 {
  background-color: #18007e;
  border-radius: 2px;
  align-items: center;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.button-3._1 {
  background-color: var(--white);
  color: #071241;
  font-weight: 500;
}

.card-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--blue);
  color: var(--white);
  cursor: auto;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 35px;
  text-decoration: none;
  display: flex;
  transform: rotate(2deg);
}

.card-link:hover {
  transform: scale(1.05);
}

.card-link._1 {
  background-color: var(--pink);
}

.card-link._2 {
  background-color: var(--green);
}

.card-link._3 {
  background-color: var(--orange);
}

.text-block-11 {
  cursor: pointer;
  font-size: 15px;
  text-decoration: underline;
}

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

.div-block-43 {
  flex: none;
  width: 40%;
}

.card_festipub {
  background-color: var(--pink);
  width: 100%;
  padding: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  transform: rotate(2deg);
}

.card_festipub:hover {
  transform: scale(1.05);
}

.card_festipub._1 {
  background-color: var(--orange);
}

.card_festipub._2 {
  background-color: var(--blue);
}

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

.image_festipub {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-12 {
  color: var(--white);
  letter-spacing: -3px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.div-block-44 {
  margin-bottom: 25px;
}

.div-block-45 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.text-block-13 {
  color: var(--bg);
  font-size: 18px;
}

.img-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .brand.w--current {
    background-image: none;
    width: 200px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    transition: all .3s ease-in-out;
  }

  .nav-link:hover {
    color: var(--green);
  }

  .nav-menu {
    background-color: #243b89;
    width: 80%;
    padding: 80px;
    position: fixed;
  }

  .button {
    margin-left: 0;
  }

  .section {
    height: 70vh;
  }

  .section.mo {
    height: 30vh;
  }

  .hero-layoff {
    padding-top: 150px;
  }

  .heading {
    font-size: 90px;
  }

  .heading._1 {
    font-size: 62px;
  }

  .div-block-2._1 {
    grid-template-columns: 1fr;
    width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    order: -1;
  }

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

  .background-video-2 {
    width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
  }

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

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

  .heading-2._1 {
    font-size: 46px;
  }

  .paragraph-2.black {
    margin-bottom: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-brand {
    width: 180px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
  }

  .div-block-8 {
    z-index: 10000;
    background-color: #000;
    padding: 68px 25px 25px 33px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .text-block-2 {
    color: #fff;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-16 {
    grid-template-columns: 1fr 1fr;
  }

  .juri-name {
    padding-left: 0;
  }

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

  .heading-3.white {
    text-align: left;
    max-width: 100%;
    font-size: 36px;
  }

  .bio-claudio-chocolate, .bio-domenico-massareto, .bio-margarida-minas, .bio-andre-cardiga, .bio-joao-gra-a, .bio-maria-martins, .bio-clara-silva, .bio-maria-serio, .bio-luis-ramos, .bio-paulo-costa, .bio-carlos-guimaraes, .bio-alexandra, .bio-walter-fernandes, .bio-raquel-monteiro, .bio-mauro-migueis, .bio-crisnano-paulo, .bio-artur-carvalho, .bio-joao-filipe, .bio-junior-lisboa, .bio-mitchell-collinson, .bio-julio-cesar, .bio-giordano-custodio, .bio-nuno-noivo, .bio-dalmo-silva, .bio-alexandre-montenegro, .bio-ana-paula, .bio-karina-barbosa, .bio-filipa-oliveira, .bio-marcelo-madeiros, .bio-miguel-da-silva, .bio-miguel-muanda, .bio-eduardo-bras, .bio-joao-nunes, .bio-tiago-baptista, .bio-ciro-neves, .bio-mario-patrocinio, .bio-tchiloia-lara, .bio-alberto, .bio-fahim-latiff, .bio-thiago-fonseca, .bio-sergio-costa, .bio-jose-pedro-paz, .bio-francisco-quintino, .bio-jose-neto, .bio-pedro-rodrigues, .bio-pedro-diogo-vaz, .bio-catia-carmo, .bio-janaina-carneiro, .bio-jorge-rocha, .bio-melchior-ferreira, .bio-miguel-mandele, .bio-ilya-machado {
    z-index: 1000;
    width: 60%;
  }

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

  .heading-4.white {
    text-align: left;
    max-width: 100%;
    font-size: 36px;
  }

  .bio-andreia, .bio-carlos-parreira, .bio-judite {
    z-index: 1000;
    width: 60%;
  }

  .grid-17 {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-9.white {
    text-align: left;
    max-width: 100%;
    font-size: 36px;
  }

  .div-block-34 {
    height: 400px;
  }

  .div-block-35 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .columns {
    height: auto;
  }

  .table-content.blue, .table-content.vot-blue-2, .table-content.vot-blue, .table-content.blue-2 {
    height: 74px;
  }

  .table-text {
    align-self: flex-start;
  }

  .div-block-36 {
    width: 100%;
    height: auto;
    position: static;
  }

  .div-block-36._1 {
    text-align: left;
    margin-left: 0;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .div-block-37._1 {
    grid-template-columns: 1fr;
  }

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

  .div-block-38.grid {
    grid-template-columns: 1fr;
  }

  .div-block-38._1 {
    text-align: center;
  }

  .map {
    height: 400px;
  }

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

  .grid-18 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-41, .div-block-41._1 {
    width: auto;
  }

  .div-block-41._2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    position: static;
  }

  .grid-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-19._1, .grid-19._2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-42 {
    flex-flow: column;
  }

  .div-block-43 {
    width: auto;
  }

  .grid-20 {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    height: 80px;
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    font-size: 30px;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--green);
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 2rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .this-image {
    height: 700px;
  }

  .wrap-juri {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .outra-foto {
    height: 700px;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .heading-3, .heading-3.white, .heading-4, .heading-4.white {
    font-size: 32px;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .heading-9, .heading-9.white {
    font-size: 32px;
  }

  .table-content.blue, .table-content.vot-blue-2, .table-content.vot-blue, .table-content.blue-2 {
    height: 97px;
  }

  .big-paragraph._0 {
    font-size: 18px;
  }

  .grid-14, .grid-18 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand.w--current {
    width: 150px;
  }

  .section {
    height: 65vh;
  }

  .hero-layoff {
    padding-top: 0;
    display: flex;
  }

  .heading {
    font-size: 45px;
  }

  .heading._1 {
    text-align: center;
    font-size: 42px;
    line-height: 130%;
  }

  .paragraph {
    font-size: 22px;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .div-block-2._1 {
    width: 100%;
  }

  .text-block {
    font-size: 17px;
  }

  .logo {
    color: inherit;
  }

  .eyebrow {
    font-size: 40px;
  }

  .eyebrow.blue {
    text-align: left;
    margin-bottom: 0;
    font-size: 32px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .heading-2._1 {
    font-size: 28px;
  }

  .paragraph-2.black, .paragraph-2.black._1 {
    text-align: left;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-brand {
    align-self: flex-start;
    width: 150px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    margin-top: 30px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .link-edition {
    padding: 35px;
  }

  .grid-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-32 {
    width: auto;
  }

  .button-2.blue.juri {
    position: static;
    left: 15px;
    right: 15px;
  }

  .this-image {
    object-fit: cover;
    height: 100%;
  }

  .wrap-juri {
    height: auto;
    margin-bottom: 35px;
  }

  .outra-foto {
    height: 300px;
  }

  .grid-16 {
    grid-column-gap: 35px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .heading-3.white {
    max-width: 100%;
  }

  .bio-claudio-chocolate, .bio-domenico-massareto, .bio-margarida-minas, .bio-andre-cardiga, .bio-joao-gra-a, .bio-maria-martins, .bio-clara-silva, .bio-maria-serio, .bio-luis-ramos, .bio-paulo-costa, .bio-carlos-guimaraes, .bio-alexandra, .bio-walter-fernandes, .bio-raquel-monteiro, .bio-mauro-migueis, .bio-crisnano-paulo, .bio-artur-carvalho, .bio-joao-filipe, .bio-junior-lisboa, .bio-mitchell-collinson, .bio-julio-cesar, .bio-giordano-custodio, .bio-nuno-noivo, .bio-dalmo-silva, .bio-alexandre-montenegro, .bio-ana-paula, .bio-karina-barbosa, .bio-filipa-oliveira, .bio-marcelo-madeiros, .bio-miguel-da-silva, .bio-miguel-muanda, .bio-eduardo-bras, .bio-joao-nunes, .bio-tiago-baptista, .bio-ciro-neves, .bio-mario-patrocinio, .bio-tchiloia-lara, .bio-alberto, .bio-fahim-latiff, .bio-thiago-fonseca, .bio-sergio-costa, .bio-jose-pedro-paz, .bio-francisco-quintino, .bio-jose-neto, .bio-pedro-rodrigues, .bio-pedro-diogo-vaz, .bio-catia-carmo, .bio-janaina-carneiro, .bio-jorge-rocha, .bio-melchior-ferreira, .bio-miguel-mandele, .bio-ilya-machado {
    width: 100%;
    padding: 40px 30px;
  }

  .heading-4.white {
    max-width: 100%;
  }

  .bio-andreia, .bio-carlos-parreira, .bio-judite {
    width: 100%;
    padding: 40px 30px;
  }

  .grid-17 {
    grid-row-gap: 25px;
  }

  .heading-9.white {
    max-width: 100%;
  }

  .div-block-35 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .table-content.blue, .table-content.vot-blue {
    height: 80px;
  }

  .table-text {
    font-size: 16px;
  }

  .bullet-point-wrapper {
    grid-template-columns: 1fr;
  }

  .point-text-wrapper {
    flex: 0 auto;
    padding-left: 20px;
  }

  .big-paragraph._0.darker {
    width: 100%;
    max-width: 100%;
  }

  .div-block-38._1 {
    text-align: left;
  }

  .grid-14 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .link-block-3 {
    transform: none;
  }

  .link-block-3.altura {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 25px;
  }

  .heading-7 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
  }

  .div-block-40 {
    height: 200px;
  }

  .lightbox-link {
    padding: 30px 20px 25px;
  }

  .div-block-41._1 {
    text-align: left;
  }

  .div-block-41._2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-19, .grid-19._1, .grid-19._2 {
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .button-3 {
    text-align: center;
    justify-content: center;
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .card-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .img-logo {
    object-position: 0% 50%;
  }
}

#w-node-_5d966450-bfb1-0f4f-785e-8c0367de5bf8-67de5bf1, #w-node-_5d966450-bfb1-0f4f-785e-8c0367de5c01-67de5bf1, #w-node-_5d966450-bfb1-0f4f-785e-8c0367de5c0c-67de5bf1, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4a-43a3f1ae, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4e-43a3f1ae, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa52-43a3f1ae, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa56-43a3f1ae, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5a-43a3f1ae, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5e-43a3f1ae, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa62-43a3f1ae, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4a-25bf9eb3, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5a-25bf9eb3, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4e-25bf9eb3, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa52-25bf9eb3, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa56-25bf9eb3, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5e-25bf9eb3, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4a-ad0bfebd, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4e-ad0bfebd, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa52-ad0bfebd, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa56-ad0bfebd, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5a-ad0bfebd, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5e-ad0bfebd, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4a-24f1cb03, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa4e-24f1cb03, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa52-24f1cb03, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa56-24f1cb03, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5a-24f1cb03, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa5e-24f1cb03, #w-node-c6bc3ebb-a5d0-f368-2191-37ca794baa62-24f1cb03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d9b28f5e-6abc-c96c-bad6-597e8a319f1f-d4f80279 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_141fdb91-b510-e118-d4d4-6377b410fb56-d4f80279 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


