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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: campaign;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: campaign;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Raleway;
  color: #000;
}

a {
  font-family: Raleway;
  color: #e65e1d;
  text-decoration: underline;
}

a:hover {
  font-weight: 800;
}

.heading {
  font-family: campaign;
  font-size: 50px;
  line-height: 52px;
}

.heading-2 {
  position: static;
  font-family: campaign;
  color: #000;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
}

.heading-3 {
  font-family: campaign;
  font-weight: 400;
}

.heading-4 {
  font-family: campaign;
  color: #000;
  font-weight: 400;
}

.heading-5 {
  font-family: campaign;
}

.heading-6 {
  font-family: campaign;
  font-weight: 400;
}

.paragraph {
  font-family: Raleway;
  color: #000;
}

.block-quote {
  font-family: campaign;
  font-weight: 400;
}

.image {
  background-color: #94181e;
}

.section {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-clip: border-box;
}

.section.amarela {
  border-top: 8px solid #f9df4d;
}

.section.rosa {
  border-top: 8px solid #e04d9c;
}

.container {
  position: static;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.navbar {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffce48;
  color: transparent;
}

.section-2 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  display: inline-block;
}

.nav-link {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: block;
  width: 100%;
  padding: 70px 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 9px;
  border-color: #e04d9c;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
  color: transparent;
}

.nav-link-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.navigation-items {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.logo-link {
  z-index: 1;
  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;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-image {
  display: block;
  margin: 0px 40px 0px 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px 0px 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 1;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  font-weight: 800;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.nav-menu {
  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;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px none #fff;
  background-color: #ffce48;
}

.rich-text-block {
  color: #ffce48;
}

.heading-7 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #69c4a4;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-7.black {
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-7.label-left {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.heading-7.label-center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.heading-7.label-center.laranja {
  font-size: 15px;
}

.heading-7.center.white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-8 {
  display: inline-block;
  margin-top: 0px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.heading-8.black {
  color: #000;
}

.heading-8.galeria {
  display: block;
  margin-top: 5px;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.heading-8.audiovisuais {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2.left {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.paragraph-2.center {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2.branco.center {
  color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  text-align: left;
}

.container-2.colunas {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container-2.recuo {
  padding-right: 100px;
  padding-left: 100px;
}

.button {
  margin-top: 10px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e58703;
  border-radius: 20px;
  background-color: transparent;
  font-family: effra, sans-serif;
  color: #e58703;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  opacity: 0.75;
}

.button.home {
  position: static;
  display: inline-block;
  margin-top: 0px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #1f4799;
  color: #1f4799;
  text-align: center;
}

.button.home:hover {
  -webkit-filter: none;
  filter: none;
}

.button.home.nospace {
  margin-top: 0px;
  margin-bottom: 10px;
  border-width: 1.5px;
  border-color: #ff7800;
  border-radius: 20px;
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 11px;
  font-weight: 700;
}

.button.home.azul {
  display: inline-block;
}

.button.home.interna {
  border-bottom-color: #e58703;
  color: #e58703;
  cursor: pointer;
}

.button.saiba-mais {
  border-color: #94181e;
  color: #94181e;
}

.button.saiba-mais.vermelho {
  display: inline-block;
  margin-top: 37px;
}

.button.saiba-mais.vermelho.institucional {
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #fff;
  border-radius: 0px;
  font-family: neue-haas-grotesk-text;
  color: #fff;
}

.button.roreiro {
  border-color: #94181e;
  color: #94181e;
}

.button.home {
  position: static;
  display: inline-block;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 8px 20px;
  float: none;
  -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: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #d5841f;
  border-radius: 0px;
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.button.home.interna {
  border-bottom-color: #e58703;
  color: #e58703;
  cursor: pointer;
}

.button.obras {
  border-color: #e6b000;
  color: #e6b000;
}

.button.acessibilidade {
  margin-top: 80px;
  border-color: #e6b000;
  color: #e6b000;
}

.button.home {
  display: block;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Exo, sans-serif;
  text-align: center;
}

.button.home.interna {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 8px 40px;
  border-color: #ff7800;
  border-radius: 0px;
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.button.home {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #a72024;
  border-radius: 0px;
  font-family: neue-haas-grotesk-text;
  color: #a72024;
  text-align: left;
}

.button.home.interna {
  margin-top: 40px;
  margin-bottom: 60px;
}

.button.home {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #94181e;
  color: #94181e;
}

.button.home.interna {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.button.center {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
  border-color: #ff7800;
  background-color: #ff7800;
  color: #fff;
}

.button.center:hover {
  border-color: #ff7800;
  background-color: #fff;
  opacity: 1;
  color: #ff7800;
}

.button.center.laranja {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-color: #ff7800;
  border-radius: 20px;
  background-color: #ff7800;
  color: #fff;
}

.button.center.laranja:hover {
  border-color: #ff7800;
  background-color: #fff;
  opacity: 1;
  color: #ff7800;
}

.button.center.laranja {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-color: #69c4a4;
  background-color: #69c4a4;
  color: #fff;
}

.button.center.laranja:hover {
  border-width: 1px;
  background-color: #fff;
  opacity: 1;
  color: #69c4a4;
}

.button.center.verde {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-color: #69c4a4;
  background-color: #69c4a4;
  color: #fff;
}

.button.center.verde:hover {
  background-color: #fff;
  opacity: 1;
  color: #69c4a4;
}

.button.center.amaralo {
  border-color: #f9df4d;
  background-color: #f9df4d;
  color: #000;
}

.button.center.amaralo:hover {
  background-color: #fff;
  opacity: 1;
  color: #f9df4d;
}

.button.center.rosa {
  border-color: #e04d9c;
  background-color: #e04d9c;
}

.button.center.rosa:hover {
  border-color: #e04d9c;
  background-color: #fff;
  color: #e04d9c;
}

.button.center.amarelo {
  border-color: #f9df4d;
  background-color: #f9df4d;
  color: #000;
}

.button.center.amarelo:hover {
  background-color: #fff;
  color: #f9df4d;
}

.column {
  border: 1px none transparent;
  background-color: transparent;
}

.column-2 {
  background-color: transparent;
}

.columns {
  background-color: transparent;
}

.columns-2 {
  height: 100%;
}

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

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #ffce48;
}

.columns-3 {
  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;
  background-color: #ffce48;
}

.slide {
  background-image: url('../images/Testeira03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 500px;
  background-color: transparent;
}

.slide-2 {
  background-image: url('../images/testeira_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.div-block {
  background-color: #8e1f60;
}

.section-1 {
  display: block;
  width: 100%;
  height: 350px;
  margin-top: 0px;
  -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: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('../images/Banner-Beatriz-Milhazes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-1.interna {
  width: auto;
  height: 400px;
  max-height: none;
  min-height: auto;
  margin-top: -87px;
  background-color: transparent;
  background-image: url('../images/historicos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-1.interna.diretores {
  margin-top: 0px;
  background-image: url('../images/02_APaixaoDeJL_CarlosNader_ICPlay_Divulgacao.jpg');
  background-position: 50% 25%;
}

.section-1.interna.historicos {
  margin-top: 0px;
  background-image: url('../images/07_DeuseDiabonaTerradoSol_GlauberRocha_ICPlay_Divulgacao.jpg');
  background-position: 50% 20%;
}

.section-1.interna.cinema-negro {
  margin-top: 0px;
  background-image: url('../images/cinema-negro.jpg');
}

.section-1.interna.mostras {
  margin-top: 0px;
  background-image: url('../images/mostras.jpg');
}

.section-1.interna.linha-do-tempo {
  margin-top: 0px;
  background-image: url('../images/Caramujo_Joel_Pizzini_Ic-Play_Divulgacao-1.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.section-1.interna.quem-somos {
  margin-top: 0px;
  background-image: url('../images/quem-somos.jpg');
}

.section-1.interna.release {
  margin-top: 0px;
  background-image: url('../images/release.jpg');
  background-position: 0% 50%;
}

.section-1.interna.criancas {
  margin-top: 0px;
  background-image: url('../images/criancas.jpg');
}

.section-1.interna.animacao {
  margin-top: 0px;
  background-image: url('../images/animacao.jpg');
}

.section-1.interna.festivais {
  margin-top: 0px;
  background-image: url('../images/festivais.jpg');
}

.section-1.interna.parceiros {
  margin-top: 0px;
  background-image: url('../images/parceiros.jpg');
}

.section-1.interna.colecao {
  margin-top: 0px;
  background-image: url('../images/colecao.jpg');
}

.section-1.testeira-home {
  width: 100%;
  height: 500px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px none transparent;
  background-color: #000;
  background-image: none;
}

.image-3 {
  width: 100%;
}

.section-5 {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #a72024;
  color: transparent;
}

.image-4 {
  position: static;
  display: block;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-5 {
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 #ffce48 #000 #000;
}

.column-6 {
  border-right: 1px solid #ffce48;
}

.column-7 {
  border-right: 1px solid transparent;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: transparent;
}

.section-6 {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-4 {
  background-color: #fff;
}

.image-5 {
  margin-left: 40px;
  padding-left: 0px;
  border-radius: 0px;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._3col {
  grid-column-gap: 60px;
  -ms-grid-columns: 0.49fr 1fr;
  grid-template-columns: 0.49fr 1fr;
}

.section-8 {
  background-color: #a72024;
  color: transparent;
}

.section-8.verde {
  background-color: #f2f4f1;
  background-clip: border-box;
}

.container-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.container-5 {
  margin-top: 70px;
  margin-bottom: 40px;
}

.container-5.audiovisual {
  margin-top: 0px;
  margin-bottom: 140px;
}

.div-block-2 {
  height: 1px;
  background-color: #ffce48;
}

.section-9 {
  padding-top: 1px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 0px none #000;
  background-color: #000;
}

.container-6 {
  display: block;
  margin-top: 70px;
  margin-bottom: 0px;
  padding: 0px 40px;
  -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;
  text-align: center;
}

.heading-9 {
  display: inline;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: neue-haas-grotesk-text;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.heading-9.release {
  color: #d5841f;
}

.heading-10 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.paragraph-3.cr-dito {
  margin-bottom: 20px;
  font-size: 13px;
}

.grid-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 60px 60px;
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-4 {
  margin-bottom: 0px;
  border-bottom: 0px none #000;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  cursor: auto;
}

.container-7 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link {
  font-family: Exo, sans-serif;
  color: #fff;
}

.link:hover {
  font-weight: 800;
}

.separador {
  padding-left: 25px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
}

.image-6 {
  margin-right: 15px;
  margin-bottom: 20px;
}

.paragraph-5 {
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}

.image-7 {
  margin-bottom: 20px;
}

.bold-text {
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 19px;
}

.bold-text-2 {
  color: #fff;
  font-size: 20px;
}

.italic-text {
  color: #ff7800;
  font-size: 17px;
  font-style: normal;
}

.italic-text-2 {
  position: static;
  font-family: 'Material design iconic font', sans-serif;
}

.italic-text-3 {
  border: 2px none #000;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  letter-spacing: 5px;
  text-decoration: none;
  cursor: pointer;
}

.link-icone {
  color: transparent;
}

.link-icone:hover {
  opacity: 0.75;
  font-family: 'Material design iconic font', sans-serif;
}

.italic-text-4 {
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
}

.italic-text-5 {
  position: static;
  font-family: 'Material design iconic font', sans-serif;
  font-style: normal;
}

.image-8 {
  padding-top: 40px;
}

.grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-9 {
  display: block;
}

.lightbox-link {
  display: block;
}

.image-10 {
  margin-top: 60px;
}

.grid-4 {
  min-height: 199px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button-2 {
  height: 112.8515625px;
  background-color: transparent;
  background-image: url('../images/011GingerCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2:hover {
  opacity: 0.7;
}

.button-2._1 {
  width: auto;
  height: 112.8515625px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  background-image: url('../images/01Dovetail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._2 {
  height: 112.8515625px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/02Aubergine_V_Red.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._3 {
  height: 112.8515625px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/03Bibi_em_ondas_laranjas_e_cinzas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2._4 {
  height: 112.8515625px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/04ChocolatNoir.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._5 {
  height: 112.8515625px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/05CordePele.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2._6 {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 15px;
  background-image: url('../images/06Cumaru.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._7 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/07Filedepeixeemamarelo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._8 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/08FlordeMargaridaemvermelhopinkelilas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._9 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/09Freedom_BeatrizMilhazes_IC_FotoManuelÁguas_PepeSchettino.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._10 {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-image: url('../images/010Gamadinho.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._11 {
  background-image: url('../images/011ArenaContaZumbiOcLimaDuarteICCreditoAcervoBibliotecaJennyKlabinSegalMuseuLasarSegalI.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._12 {
  background-image: url('../images/012ElencoTeatrodeArenaOcLimaDuarteICCreditoArquivoPessoalDavidJoseLessa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2._13 {
  padding: 0px;
  background-image: url('../images/013BonifacioBilhoesOcLimaDuarteICCreditoAcervoBibliotecaJennyKlabinSegalMuseuLasarSegalI.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2._14 {
  background-image: url('../images/014BonifacioBilhoesOcLimaDuarteICCreditoAcervoBibliotecaJennyKlabinSegalMuseuLasarSegalI.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._11 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/011GingerCandy.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.button-2._11.b {
  background-image: url('../images/022OParaiso.jpg');
}

.button-2._12 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/012GiroHotizontal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2._12.b {
  background-image: url('../images/022OParaiso.jpg');
}

.button-2._12.b._2 {
  background-image: url('../images/032BeatrizMilhazes.jpg');
  background-position: 50% 100%;
}

.button-2._13 {
  margin-top: 1px;
  padding: 9px 15px;
  background-image: url('../images/013HawaiemAmareloVibrante.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._13.b {
  margin-bottom: 1px;
  background-image: url('../images/023Paris.jpg');
}

.button-2._13.b._2 {
  background-image: url('../images/033BeatrizMilhazes.jpg');
}

.button-2._14 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/014Hibbi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._14.b {
  background-image: url('../images/024Pipocaemcinzaepreto.jpg');
}

.button-2._14.b._2 {
  background-image: url('../images/034BeatrizMilhazes.jpg');
}

.button-2._15 {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url('../images/015_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2._15.b {
  background-image: url('../images/025SaborCereja.jpg');
}

.button-2._11 {
  background-image: url('../images/021SargentoGetulioOcLimaDuarteICCreditoMarcosMaciel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._11.b {
  background-image: url('../images/021OCampo.jpg');
}

.button-2._11.b._2 {
  background-image: url('../images/031Wildpotato.jpg');
}

.button-2._22 {
  background-image: url('../images/022AFabricaOcLimaDuarteICCreditoArquivoNacional.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._23 {
  background-image: url('../images/023TVTupiDifusoraOcLimaDuarteICCreditoAcervoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._16 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/016Leblon5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._16.b {
  background-image: url('../images/026Semtitulo.jpg');
}

.button-2._17 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/017Liberty.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._17.b {
  background-image: url('../images/027SonhodeValsa.jpg');
}

.button-2._18 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/018Loveembranco.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2._18.b {
  background-image: url('../images/029TropicalSummer.jpg');
}

.button-2._18.b {
  background-image: url('../images/028Surreal.jpg');
}

.button-2._19 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/019Macaempretoebranco.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._19.b {
  background-image: url('../images/029TropicalSummer.jpg');
}

.button-2._21 {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 9px 15px;
  background-image: url('../images/020Noitesnomades.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._21.b {
  background-image: url('../images/030Universoaomeuredor.jpg');
}

.button-2._20 {
  background-image: url('../images/020SargentoGetulioOcLimaDuarteICCreditoMarcosMaciel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  padding-right: 60px;
  padding-left: 60px;
}

.icon {
  margin-top: 100px;
  margin-bottom: 130px;
  margin-left: 0px;
  color: #e65e1d;
}

.icon-2 {
  margin-top: 100px;
  margin-right: 0px;
  background-color: transparent;
  color: #000;
}

.slide-5 {
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.slider-2 {
  margin-top: 60px;
  background-color: transparent;
}

.slide-nav-2 {
  width: auto;
  border-radius: 0px;
  background-color: transparent;
  color: #3f6624;
  font-size: 10px;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-5 {
  margin-top: 60px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block {
  position: absolute;
}

.navigation {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffce48;
}

.navigation-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-link-2 {
  z-index: 1;
}

.logo-link-2:hover {
  opacity: 0.8;
}

.logo-link-2:active {
  opacity: 0.7;
}

.logo-image-2 {
  display: block;
  max-width: 90%;
}

.navigation-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-item-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item-2:hover {
  opacity: 0.9;
}

.navigation-item-2:active {
  opacity: 0.8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.menu-button-2.w--open {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: left;
}

.container-8 {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}

.heading-11 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-11.amarelo {
  color: #f9df4d;
  letter-spacing: 2px;
}

.heading-11.label.rosa {
  color: #e04d9c;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 30px 60px;
  border-bottom: 1px solid #fff;
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.bold-text-3 {
  display: block;
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  text-indent: 0px;
}

.bold-text-4 {
  text-align: left;
}

.bold-text-5 {
  display: inline-block;
  margin-top: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e65e1d;
  color: #e65e1d;
}

.paragraph-6 {
  color: #94181e;
  line-height: 24px;
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #94181e;
  line-height: 22px;
}

.grid-6 {
  margin-top: 0px;
  grid-column-gap: 5px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-2 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.link-3 {
  font-family: effra, sans-serif;
  color: #fff;
}

.link-3:hover {
  font-family: effra, sans-serif;
  font-weight: 700;
}

.link-3:focus {
  font-family: neue-haas-grotesk-text;
}

.link-3:visited {
  font-family: neue-haas-grotesk-text;
}

.link-4 {
  font-family: effra, sans-serif;
  color: #fff;
  cursor: pointer;
}

.link-4:hover {
  font-weight: 700;
}

.link-5 {
  font-family: effra, sans-serif;
  color: #fff;
  cursor: pointer;
}

.link-5:hover {
  font-weight: 700;
}

.link-6 {
  font-family: effra, sans-serif;
  color: #fff;
  cursor: pointer;
}

.link-6:hover {
  font-family: effra, sans-serif;
  font-weight: 700;
}

.link-6:focus {
  font-family: neue-haas-grotesk-text;
}

.link-6:visited {
  font-family: neue-haas-grotesk-text;
}

.link-7 {
  font-family: effra, sans-serif;
  color: #fff;
  cursor: pointer;
}

.link-7:hover {
  font-weight: 700;
}

.link-8 {
  font-family: effra, sans-serif;
  color: #fff;
  cursor: pointer;
}

.link-8:hover {
  font-family: effra, sans-serif;
  font-weight: 700;
}

.link-9 {
  color: #ffce48;
}

.link-10 {
  font-family: effra, sans-serif;
  color: #fff;
  cursor: pointer;
}

.link-10:hover {
  font-weight: 700;
}

.section-10 {
  background-color: #e65e1d;
}

.section-10.audiovisuais {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #000;
  color: #000;
}

.link-11 {
  color: #e65e1d;
}

.link-12 {
  color: #ffce48;
}

.link-13 {
  color: #e65e1d;
}

.link-14 {
  color: #e65e1d;
}

.link-15 {
  color: #e65e1d;
}

.link-16 {
  color: #e65e1d;
}

.link-17 {
  color: #e65e1d;
}

.link-18 {
  color: #e65e1d;
}

.link-19 {
  color: #e65e1d;
}

.section-11 {
  background-color: #ebebeb;
}

.navigation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  background-color: #000;
}

.navigation-items-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  text-align: center;
}

.navigation-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -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;
}

.navigation-item-3 {
  display: block;
  padding: 10px 40px 10px 0px;
  background-color: #000;
  opacity: 1;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-3:hover {
  opacity: 1;
  color: #ff7800;
}

.navigation-item-3:active {
  opacity: 0.8;
}

.navigation-item-3.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.navigation-item-3.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-3.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.italic-text-6 {
  font-family: 'Material design iconic font', sans-serif;
  font-style: normal;
}

.paragraph-8 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.grid-7 {
  grid-template-areas: ". . Area-3"
    "Area-2 Area .";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slider-3 {
  padding-right: 60px;
  padding-left: 60px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  text-decoration: none;
}

.t-tulo-acessibilidade {
  display: inline-block;
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
}

.t-tulo-cinema {
  color: #1f4799;
}

.bold-text-6 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.bold-text-6.vinho {
  color: #a72024;
}

.bold-text-6.vermelho {
  color: #d64310;
}

.bold-text-7 {
  font-family: Exo, sans-serif;
  color: #94181e;
  font-weight: 700;
  text-decoration: underline;
}

.link-20 {
  color: #4d4d4d;
  text-decoration: underline;
}

.italic-text-7 {
  color: #4d4d4d;
  text-decoration: underline;
}

.italic-text-8 {
  color: #4d4d4d;
  text-decoration: underline;
}

.italic-text-9 {
  display: block;
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-8 {
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-weight: 400;
}

.italic-text-10 {
  font-style: normal;
}

.image-11 {
  max-height: 455.28125px;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bold-text-9 {
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.bold-text-10 {
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.bold-text-11 {
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-size: 28px;
  font-weight: 400;
}

.link-21 {
  color: #4d4d4d;
}

.link-22 {
  font-family: Exo, sans-serif;
  color: #4d4d4d;
}

.bold-text-12 {
  font-family: Exo, sans-serif;
}

.italic-text-11 {
  color: #1f4799;
}

.bold-text-13 {
  color: #1f4799;
}

.bold-text-14 {
  color: #1f4799;
}

.bold-text-15 {
  color: #1f4799;
}

.bold-text-16 {
  color: #1f4799;
}

.bold-text-17 {
  color: #1f4799;
}

.bold-text-18 {
  color: #1f4799;
}

.bold-text-19 {
  color: #1f4799;
}

.bold-text-20 {
  color: #1f4799;
}

.bold-text-21 {
  color: #1f4799;
}

.bold-text-22 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.italic-text-12 {
  font-size: 15px;
}

.italic-text-13 {
  font-size: 15px;
}

.bold-text-23 {
  font-family: Exo, sans-serif;
  color: #e6b000;
}

.link-23 {
  color: #e6b000;
}

.link-24 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.link-25 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.link-26 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.bold-text-24 {
  font-size: 14px;
}

.accordion-wrapper {
  border: 0px none #000;
}

.accordion-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/seta_baixo.svg');
  background-position: 85% 52%;
  background-size: 23px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  cursor: pointer;
}

.heading-13 {
  display: block;
  margin-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.accordion-item-content {
  overflow: hidden;
  padding-right: 60px;
  padding-left: 0px;
  background-color: transparent;
}

.paragraph-9 {
  font-family: Exo, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
}

.image-12 {
  display: inline;
}

.accord-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/seta_baixo.svg');
  background-position: 100% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.paragraph-10 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-11 {
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  text-align: justify;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
  font-size: 20px;
  font-weight: 500;
}

.text-block-2.vinho {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.text-block-2.vermelho {
  color: #d64310;
}

.container-9 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2);
}

.container-10 {
  margin-bottom: 20px;
}

.container-10.piso1s {
  margin-bottom: 80px;
}

.bold-text-25 {
  color: #4d4d4d;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  -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-27 {
  font-family: Exo, sans-serif;
}

.italic-text-14 {
  font-family: Exo, sans-serif;
  color: #3f6624;
  text-decoration: underline;
}

.italic-text-15 {
  color: #3f6624;
  font-style: italic;
  text-decoration: underline;
}

.italic-text-16 {
  color: #3f6624;
  text-decoration: underline;
}

.link-28 {
  color: #3f6624;
  text-decoration: underline;
}

.bold-text-26 {
  color: #3f6624;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: dotted none none;
  border-width: 1px 0px 0px;
  border-color: #fff;
  font-family: Exo, sans-serif;
  color: #4d4d4d;
  font-size: 11px;
  text-align: center;
}

.link-29 {
  color: #3f6624;
}

.link-30 {
  color: #3f6624;
}

.button-3 {
  position: static;
  text-align: center;
}

.div-block-3 {
  text-align: center;
}

.image-13 {
  max-width: 30%;
  margin-top: 0px;
  float: right;
  clear: none;
  text-align: left;
}

.bold-text-27 {
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.div-block-4 {
  text-align: center;
}

.div-block-5 {
  padding-top: 0px;
  text-align: left;
}

.image-14 {
  position: static;
  display: inline;
  max-width: 30%;
  float: none;
  clear: none;
  text-align: right;
}

.section-12 {
  position: absolute;
}

.link-31 {
  color: #fff;
}

.link-32 {
  color: #fff;
}

.bold-text-28 {
  font-family: effra, sans-serif;
  color: #fff;
  font-weight: 500;
}

.image-15 {
  display: block;
  max-width: 35%;
  margin-bottom: -35px;
}

.section-13 {
  margin-bottom: 20px;
  color: transparent;
}

.div-block-6 {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.div-block-7 {
  text-align: center;
}

.grid-8 {
  margin-top: 28px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: transparent;
}

.slide-6 {
  margin-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.slider-4 {
  height: 332px;
  margin-top: 0px;
  background-color: transparent;
}

.button-4 {
  width: 127px;
  height: 120px;
  margin-top: 0px;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.button-4._1 {
  width: auto;
  background-image: url('../images/01_o_dragao_da_maldade_contra_o_santo_guerreiro_Glauber_Rocha_IC_Play_Divulgacao-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  cursor: pointer;
}

.button-4._1.b {
  width: auto;
  height: 120px;
  background-image: url('../images/011.jpg');
}

.button-4._1.b.c {
  background-image: url('../images/021.jpg');
  background-position: 50% 10%;
}

.button-4._2 {
  width: auto;
  background-image: url('../images/02_Uma_aventura_do_Zico_LC_Barreto_IC_Play_Divulgacao_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  cursor: pointer;
}

.button-4._2.b {
  width: auto;
  height: 120px;
  background-image: url('../images/012.jpg');
}

.button-4._2.b.c {
  background-image: url('../images/022.jpg');
  background-position: 50% 0%;
}

.button-4._3 {
  width: auto;
  background-image: url('../images/03_Garrincha_a_alegria_do_povo_LC_Barreto_IC_Play_Divulgacao_1.jpg');
  background-position: 50% 40%;
  background-size: cover;
  cursor: pointer;
}

.button-4._3.b {
  width: auto;
  height: 120px;
  background-image: url('../images/013.jpg');
}

.button-4._3.b.c {
  background-image: url('../images/023.jpg');
  background-position: 50% 20%;
}

.button-4._4 {
  width: auto;
  background-image: url('../images/04_o_dia_de_jerusa_Viviane_Ferreira_IC_Play_Divulgacao_2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  cursor: pointer;
}

.button-4._4.b {
  width: auto;
  height: 120px;
  background-image: url('../images/014.jpg');
}

.button-4._4.b.c {
  background-image: url('../images/024.jpg');
}

.button-4._5 {
  width: auto;
  background-image: url('../images/05_a_idade_da_terra_Glauber_Rocha_IC_Play_Divulgacao_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  cursor: pointer;
}

.button-4._5.b {
  width: auto;
  background-image: url('../images/015.jpg');
}

.button-4._5.b.c {
  background-image: url('../images/025.jpg');
  background-position: 50% 20%;
}

.button-4._6 {
  width: auto;
  background-image: url('../images/06_ANegacaoDoBrasil_JoelZitoAraujo_ICPlay_Divulgacao.jpg');
  background-size: cover;
  cursor: pointer;
}

.button-4._6.b {
  width: auto;
  background-image: url('../images/016.jpg');
  background-position: 50% 10%;
}

.button-4._6.b.c {
  background-image: url('../images/026.jpg');
}

.button-4._7 {
  width: auto;
  background-image: url('../images/07_Evoe_Tadeu_Jungle_e_Elaine_Cesar_IC_Play_Divulgacao.jpg');
  background-size: cover;
  cursor: pointer;
}

.button-4._7.b {
  width: auto;
  background-image: url('../images/017.jpg');
}

.button-4._7.b.c {
  background-image: url('../images/027.jpg');
  background-position: 50% 10%;
}

.button-4._8 {
  width: auto;
  background-image: url('../images/08_ACidadeDosPiratas_OttoGuerra_ICPlay_Divulgacao.jpg');
  background-size: cover;
  cursor: pointer;
}

.button-4._8.b {
  width: auto;
  background-image: url('../images/018.jpg');
  background-position: 50% 0%;
}

.button-4._8.b.c {
  background-image: url('../images/028.jpg');
}

.button-4._9 {
  width: auto;
  background-image: url('../images/09_WoodStock_OttoGuerra_ICPlay_Divulgacao.jpg');
  background-size: cover;
  cursor: pointer;
}

.button-4._9.b {
  width: auto;
  background-image: url('../images/019.jpg');
}

.button-4._9.b.c {
  background-image: url('../images/029.jpg');
}

.button-4._10 {
  width: auto;
  background-image: url('../images/010_MeninaDaChuva_Rosaria_ICPlay_Divulgacao.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.button-4._10.b {
  width: auto;
  background-image: url('../images/020.jpg');
  background-size: cover;
}

.button-4._10.b.c {
  background-image: url('../images/030.jpg');
  background-size: cover;
}

.button-4._11 {
  background-image: url('../images/011_OMalabarista_IuriMoreno_ICPlay_Divulgacao.jpg');
  background-size: cover;
}

.button-4._12 {
  background-image: url('../images/012_500_Almas_IC_Play_Divulgacao_2.jpg');
  background-size: cover;
}

.button-4._13 {
  background-image: url('../images/013_A_rainha_nzinga_chegou_Junia_Torres_e_Isabel_Casimira_IC_Play_Divulgacao_1.jpg');
  background-size: cover;
}

.button-4._14 {
  background-image: url('../images/014_Eles_sempre_falam_por_nos_Carina_Aparecida_IC_Play_Divulgacao.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.button-4._15 {
  background-image: url('../images/015_AsHiperMulheres_TakumaKuikuro_LeonardoSette_CarlosFausto_ICPlay_Divulgacao.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.button-4._16 {
  background-image: url('../images/016_Capistrano_no_quilo_Firmino_Holanda_FETV_IC_Play_2.jpg');
  background-size: cover;
}

.button-4._17 {
  background-image: url('../images/017_Remo_usai_um_musico_para_o_cinema_Bernardo_Uzeda_IC_Play_Divulgacao_1.jpg');
  background-size: cover;
}

.button-4._18 {
  background-image: url('../images/018_De_tanto_olhar_pro_ceu_gastei_meus_olhos_Nathalia_Tereza_IC_Play_2.jpg');
  background-size: cover;
}

.button-4._19 {
  background-image: url('../images/019_taego_awa_Marcela_Borela_e_Henrique_Borela_IC_Play_Divulgacao_1.jpg');
  background-size: cover;
}

.button-4._20 {
  background-image: url('../images/020_instituto_alana_territorio_do_brincar_casinha.jpg');
  background-size: cover;
}

.button-4._21 {
  background-image: url('../images/021_Homem_comum_Carlos_Nader_IC_Play_Divulgacao_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._22 {
  background-image: url('../images/022_Maria_Luiza_Marcelo_Diaz_IC_Play_3.jpg');
  background-size: cover;
}

.button-4._23 {
  background-image: url('../images/023_Nao_fique_triste_menino_Clebson_Oscar_IC_Play_1.jpg');
  background-size: cover;
}

.button-4._24 {
  background-image: url('../images/024_a_paixao_de_jl_Carlos_Nader_IC_Play_Divulgacao_2.jpg');
  background-size: cover;
}

.button-4._25 {
  background-image: url('../images/025_ElaVoltaNaQuinta_AndreNovaisOliveira_ICPlay_Divulgacao.jpg');
  background-size: cover;
}

.button-4._26 {
  background-image: url('../images/026_Olho_nu_Joel_Pizzini_IC-Play_Divulgacao_1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.button-4._27 {
  padding: 0px;
  background-image: url('../images/027_Pan_cinema_permanente_Carlos_Nader_IC_Play_Divulgacao_1.jpg');
  background-size: cover;
}

.button-4._28 {
  background-image: url('../images/028_A_noite_amarela_Ramon_Porto_Mota_IC_Play_1.jpg');
  background-size: cover;
}

.button-4._29 {
  background-image: url('../images/029_FronteiraEmCombustao_ThiagoChavesBriglia_ICPlay_Divulgacao.jpg');
  background-size: cover;
}

.button-4._30 {
  background-image: url('../images/030_AFlorestaDeJonathas_SergioAndrade_ICPlay_Divulgacao.jpg');
  background-size: cover;
}

.button-4._31 {
  background-image: url('../images/031_Arte1_TodosMigramATravessiaNaObraDeJoaoCabralDeMeloNeto_GiseleKato_ICPlay_Divulgacao.jpg');
  background-size: cover;
}

.button-4._32 {
  background-image: url('../images/032_Fim_de_semana_Renato-Tapajos_ForumDoc_IC_Play.jpg');
  background-size: cover;
}

.button-4._33 {
  background-image: url('../images/033_spcd_figuras_da_danca_paulo_pederneiras_Ines_Bogea_IC_Play_Divulgacao_1.jpg');
  background-size: cover;
}

.button-4._34 {
  background-image: url('../images/034_jaime_sodre_Tve-Bahia_IC_PLay_Divulgacao_1.jpg');
  background-size: cover;
}

.button-4._35 {
  background-image: url('../images/035_cpfl_cafe_filosofico_os_sete_prazeres_capitais.jpg');
  background-size: cover;
}

.button-4._36 {
  background-image: url('../images/036_Cumbe_Marcelo_D_Salete_e_Marcela_Cananea_ICPlay_1.jpg');
  background-size: cover;
}

.slide-nav-3 {
  color: #d64310;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}

.icon-3 {
  margin-top: 134px;
  margin-left: 40px;
  color: #d64310;
}

.icon-4 {
  margin-top: 134px;
  margin-right: 40px;
  color: #d64310;
}

.container-12 {
  margin-bottom: 60px;
}

.slide-7 {
  padding-right: 60px;
  padding-left: 60px;
}

.image-16 {
  width: 90px;
  max-width: none;
}

.italic-text-17 {
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.div-block-8 {
  margin-top: 60px;
  text-align: center;
}

.paragraph-12 {
  margin-bottom: 40px;
  font-family: neue-haas-grotesk-text;
  color: #3b3b3b;
}

.text-block-4 {
  margin-top: 0px;
}

.paragraph-13 {
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-29 {
  font-family: effra, sans-serif;
}

.grid-9 {
  margin-top: 40px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-9.linha-do-tempo.brasil {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-9 {
  width: 100%;
  padding: 20px 30px 40px;
  background-color: #a72024;
  text-align: center;
}

.div-block-9.laranja {
  background-color: #d5841f;
}

.div-block-9.vermelho {
  background-color: #d64310;
}

.paragraph-14 {
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}

.bold-text-30 {
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  text-decoration: underline;
}

.heading-14 {
  text-align: left;
}

.container-13 {
  margin-top: 60px;
  text-align: center;
}

.section-14 {
  margin-top: 40px;
  padding-top: 20px;
  background-color: rgba(228, 218, 201, 0.8);
}

.grid-10 {
  grid-template-areas: ". ."
    "Area Area";
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-10.linha-do-tempo.brasil {
  margin-bottom: 100px;
}

.italic-text-18 {
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  line-height: 28px;
}

.italic-text-19 {
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-15 {
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.bold-text-31 {
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-16 {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-style: none solid;
  border-width: 0px 1px;
  border-color: #000 #e58703;
  background-color: transparent;
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-10 {
  padding-bottom: 0px;
  border-bottom: 2px solid #a72024;
}

.div-block-10.vinho {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid none;
  border-width: 1px;
  border-color: #e58703 #000;
  background-color: transparent;
  color: #e58703;
}

.div-block-10.vermelho {
  border-bottom-color: #d64310;
}

.bold-text-32 {
  font-family: effra, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
}

.container-14 {
  margin-bottom: 80px;
}

.container-15 {
  margin-bottom: 80px;
}

.container-16 {
  margin-bottom: 80px;
}

.container-17 {
  margin-bottom: 80px;
}

.container-18 {
  margin-bottom: 80px;
}

.container-19 {
  margin-bottom: 80px;
}

.container-20 {
  margin-bottom: 40px;
}

.paragraph-17 {
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.paragraph-17.gray {
  color: #4d4d4d;
}

.heading-15 {
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 18px;
}

.heading-15.gray {
  border-top-color: #4d4d4d;
  border-bottom-color: #4d4d4d;
}

.container-21 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section-15 {
  margin-bottom: 60px;
}

.bold-text-33 {
  color: #fff;
}

.bold-text-33.gray {
  color: #4d4d4d;
  text-align: left;
}

.section-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ed8871;
}

.section-17 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d64310;
}

.section-18 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e58703;
}

.section-19 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(228, 218, 201, 0.8);
}

.bold-text-34 {
  display: block;
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-weight: 400;
}

.block-quote-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.paragraph-18 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
}

.paragraph-19 {
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 28px;
}

.container-22 {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px none transparent;
  border-bottom: 0px none #000;
}

.paragraph-20 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  font-size: 13px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.section-20 {
  margin-top: 20px;
  background-color: transparent;
}

.link-33 {
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
}

.container-23 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
}

.italic-text-20 {
  color: #e58703;
}

.italic-text-21 {
  color: #e58703;
}

.heading-16 {
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-21 {
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  cursor: pointer;
}

.link-34 {
  font-family: neue-haas-grotesk-text;
}

.container-24 {
  margin-top: 40px;
  margin-bottom: 0px;
}

.container-25 {
  padding-bottom: 40px;
  text-align: center;
}

.link-35 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  cursor: pointer;
}

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

.slide-8 {
  padding-right: 60px;
  padding-left: 60px;
}

.bold-text-35 {
  font-family: 'PT Serif', serif;
  color: #d5841f;
  font-weight: 400;
}

.text-span {
  color: #d5841f;
}

.link-36 {
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
}

.link-37 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
}

.link-38 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
}

.heading-17 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.italic-text-23 {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 500;
}

.paragraph-22 {
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e58703;
  border-bottom: 1px solid #e58703;
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.bold-text-36 {
  color: #d5841f;
  font-weight: 400;
}

.italic-text-24 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  font-size: 14px;
  text-decoration: underline;
}

.italic-text-25 {
  color: #e58703;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

.container-26 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.div-block-11 {
  margin-top: 60px;
}

.container-27 {
  text-align: center;
}

.div-block-12 {
  margin-top: 60px;
}

.heading-18 {
  margin-top: 5px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

.section-21 {
  padding-top: 0px;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-20 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.heading-21 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 500;
}

.text-block-5 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.text-block-6 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.heading-22 {
  margin-top: 5px;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.heading-23 {
  margin-top: 5px;
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-8 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.heading-24 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-9 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.heading-25 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-10 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.heading-26 {
  margin-top: 5px;
  font-family: 'PT Serif', serif;
  color: #e58703;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-11 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.heading-27 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-transform: none;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-13 {
  height: auto;
  min-height: 450px;
  padding: 60px 40px 30px;
  border: 0px none #000;
  background-color: #a72024;
  text-align: center;
}

.div-block-14 {
  min-height: 450px;
  border: 0px none #000;
  background-color: #d5841f;
  background-image: url('../images/016.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.div-block-15 {
  min-height: 450px;
  padding: 60px 40px 30px;
  border: 0px none #000;
  background-color: #e58703;
  text-align: center;
}

.heading-28 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-12 {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.button-5 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.div-block-16 {
  height: auto;
  min-height: 450px;
  background-image: url('../images/025.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-17 {
  min-height: 450px;
  background-image: url('../images/023.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-18 {
  min-height: 450px;
  padding: 60px 40px 30px;
  background-color: #e58703;
  text-align: center;
}

.section-4 {
  margin-top: 0px;
  padding: 90px 60px;
  background-color: #000;
}

.heading-29 {
  margin-top: 10px;
  font-family: 'PT Serif', serif;
  color: #a72024;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.heading-29.b {
  margin-top: 5px;
  text-align: left;
}

.heading-30 {
  margin-top: 5px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.div-block-19 {
  max-height: 400px;
  border: 0px none #000;
  background-image: url('../images/001.jpg');
  background-position: 50% 40%;
  background-size: cover;
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.div-block-20 {
  border: 1px none #000;
  text-align: center;
}

.container-28 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.link-39 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  cursor: pointer;
}

.link-39:hover {
  font-weight: 700;
}

.container-29 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.grid-14 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-23 {
  background-color: transparent;
  background-image: url('../images/Partitura.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-21 {
  position: static;
  text-align: center;
}

.heading-31 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-32 {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  font-family: 'PT Serif', serif;
  color: #a72024;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.paragraph-23 {
  position: relative;
  z-index: 10;
  margin: 20px 100px 20px 0px;
  font-family: neue-haas-grotesk-text;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.button-6 {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a72024;
  background-color: transparent;
  font-family: neue-haas-grotesk-text;
  color: #a72024;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.container-30 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-17 {
  max-width: 30%;
}

.image-18 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  max-width: 30%;
  margin-left: 0px;
  text-align: right;
}

.section-24 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.link-40 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.link-40:hover {
  font-weight: 700;
}

.link-41 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.link-41:hover {
  font-weight: 700;
}

.link-42 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.link-42:hover {
  font-weight: 700;
}

.link-43 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.link-43:hover {
  font-weight: 700;
}

.link-44 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.link-44:hover {
  font-weight: 700;
}

.link-45 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.link-45:hover {
  font-weight: 700;
}

.link-46 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  cursor: pointer;
}

.link-47 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  cursor: pointer;
}

.link-48 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  cursor: pointer;
}

.link-49 {
  font-family: neue-haas-grotesk-text;
  color: #e58703;
  cursor: pointer;
}

.video-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
  cursor: pointer;
}

.video-3 {
  cursor: pointer;
}

.video-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
  cursor: pointer;
}

.link-50 {
  font-family: neue-haas-grotesk-text;
  color: #fff;
}

.link-50:hover {
  font-weight: 700;
}

.section-25 {
  overflow: hidden;
  height: auto;
  max-height: 650px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-31 {
  position: relative;
  height: 1200px;
}

.image-19 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
}

.container-32 {
  position: relative;
  left: 0%;
  top: 20px;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-33 {
  position: relative;
  left: 620px;
  top: 100px;
  z-index: 10;
  display: inline;
  overflow: visible;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  font-family: neue-haas-grotesk-text;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-22 {
  position: relative;
  top: auto;
  z-index: 20;
  text-align: center;
}

.container-33 {
  position: relative;
  top: 260px;
  z-index: 20;
}

.heading-34 {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 60px;
  font-family: neue-haas-grotesk-text;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-51 {
  font-family: effra, sans-serif;
  color: #fff;
}

.link-51:hover {
  font-weight: 700;
}

.link-52 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.link-52:hover {
  font-size: 12px;
  font-weight: 700;
}

.link-52:focus {
  text-decoration: none;
}

.link-52:visited {
  text-decoration: none;
}

.italic-text-26 {
  font-style: normal;
}

.italic-text-27 {
  text-transform: uppercase;
}

.slider-5 {
  height: 450px;
  background-image: url('../images/Teste-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-4 {
  font-size: 10px;
}

.paragraph-24 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 450px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-25 {
  display: block;
  background-color: #000;
}

.heading-1 {
  text-transform: uppercase;
}

.heading-1.testeira {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 45px;
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.image-20 {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.heading-35 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  padding-left: 45px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.grid-15 {
  display: block;
  padding-bottom: 6px;
  grid-template-areas: "Area Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ff7800;
}

.grid-16 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  grid-template-areas: "Area Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #69c4a4;
}

.section-26 {
  background-color: #ff7800;
}

.heading-36 {
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #fff;
}

.link-53 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.paragraph-25 {
  margin-bottom: 20px;
  border: 1px none #000;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.paragraph-25.linha-fina {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.grid-17 {
  margin-top: 60px;
  margin-bottom: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-21 {
  display: block;
  text-align: center;
}

.heading-37 {
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.heading-37.label-left {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-37.label-left.rosa {
  color: #e04d9c;
}

.heading-37.label-left.amarelo {
  color: #f9df4d;
}

.heading-37.label-left.verde {
  color: #69c4a4;
}

.heading-38 {
  margin-top: 0px;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.div-block-26 {
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: #aaa;
}

.image-22 {
  position: static;
  width: 100%;
  height: 150px;
  max-width: none;
  border-radius: 5px;
  background-color: transparent;
}

.image-22:hover {
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.paragraph-26 {
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  text-align: left;
}

.button-7 {
  position: static;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7800;
  background-color: transparent;
  font-family: effra, sans-serif;
  color: #ff7800;
  text-align: left;
  text-transform: none;
}

.link-54 {
  float: left;
  color: #ff7800;
}

.link-54.left.rosa {
  color: #e04d9c;
}

.link-54.left.amarelo {
  color: #f9df4d;
}

.link-54.left.verde {
  color: #69c4a4;
}

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

.image-23 {
  position: static;
  display: inline-block;
  max-width: 40%;
}

.heading-39 {
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.heading-39.laranja {
  margin-top: 10px;
}

.heading-39.amarelo {
  margin-top: 10px;
  color: #f9df4d;
}

.heading-39.rosa {
  margin-top: 10px;
  color: #e04d9c;
}

.heading-39.verde {
  margin-top: 10px;
  color: #69c4a4;
}

.paragraph-27 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.div-block-27 {
  text-align: center;
}

.heading-40 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 42px;
}

.grid-19 {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-41 {
  font-family: effra, sans-serif;
}

.heading-41.numero {
  color: #000;
  font-size: 44px;
}

.paragraph-28 {
  font-family: effra, sans-serif;
  color: #000;
  font-size: 15px;
}

.div-block-28 {
  padding: 20px 30px;
  border-style: none;
  border-width: 2px;
  border-color: #ff7800;
  border-radius: 8px;
}

.bold-text-37 {
  color: #ff7800;
}

.bold-text-38 {
  clear: none;
  color: #f9df4d;
  font-weight: 700;
}

.bold-text-39 {
  color: #e04d9c;
}

.bold-text-40 {
  color: #69c4a4;
}

.bold-text-41 {
  color: #69c4a4;
}

.bold-text-42 {
  color: #e04d9c;
}

.bold-text-43 {
  color: #f9df4d;
}

.bold-text-44 {
  color: #ff7800;
}

.bold-text-45 {
  color: #f9df4d;
}

.bold-text-46 {
  color: #ff7800;
}

.bold-text-47 {
  color: #69c4a4;
}

.bold-text-48 {
  color: #e04d9c;
}

.slider-6 {
  width: 100%;
  height: 500px;
  background-color: #000;
}

.slide-nav-5 {
  font-size: 13px;
}

.slide-10 {
  position: relative;
  background-image: url('../images/Slider_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.slide-11 {
  background-image: url('../images/Slider_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-7 {
  width: 100%;
  height: 500px;
  margin-top: 0px;
  padding-bottom: 0px;
  border: 0px none #000;
}

.slide-12 {
  background-image: url('../images/teste-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Slider_02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav-6 {
  margin-top: 0px;
  padding-top: 20px;
}

.heading-42 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #69c4a4;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-42.label.laranja {
  color: #ff7800;
}

.heading-42.label.laranja.verde {
  color: #69c4a4;
}

.heading-42.label.rosa {
  color: #e04d9c;
}

.heading-42.label.amarelo {
  color: #f9df4d;
}

.heading-43 {
  display: inline-block;
  max-width: none;
  margin-top: 10px;
  float: none;
  clear: none;
  font-family: effra, sans-serif;
  color: #000;
  text-align: center;
}

.section-27 {
  border-top: 8px solid #ff7800;
}

.section-27.laranja {
  border-top-color: #69c4a4;
}

.section-27.rosa {
  border-top-color: #e04d9c;
}

.section-27.amarelo {
  border-top-color: #f9df4d;
}

.heading-44 {
  margin-bottom: 10px;
  font-family: effra, sans-serif;
  color: #69c4a4;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.paragraph-29 {
  font-family: effra, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
}

.paragraph-29.linha-fina {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #4d4d4d;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.bold-text-49 {
  color: #ff7800;
}

.link-55 {
  font-family: effra, sans-serif;
  cursor: pointer;
}

.link-55.laranja {
  color: #ff7800;
}

.bold-text-50 {
  color: #ff7800;
}

.bold-text-51 {
  color: #ff7800;
}

.bold-text-52 {
  color: #ff7800;
}

.container-34 {
  font-family: effra, sans-serif;
}

.link-56 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-56.rosa {
  color: #e04d9c;
}

.bold-text-53 {
  color: #f9df4d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.linha-fina {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: effra, sans-serif;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
}

.tabs {
  margin-top: 60px;
  text-align: left;
}

.text-block-13 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-link-tab-1 {
  margin-right: 1px;
  margin-left: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #b3b3b3;
  font-family: effra, sans-serif;
}

.tab-link-tab-1.w--current {
  border-radius: 10px 10px 0px 0px;
  background-color: #e04d9c;
  font-family: effra, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link-tab-2 {
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #b3b3b3;
  color: #333;
}

.tab-link-tab-2.w--current {
  background-color: #e04d9c;
  font-family: effra, sans-serif;
  color: #fff;
}

.text-block-14 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-block-15 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-link-tab-3 {
  margin-right: 1px;
  margin-left: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #b3b3b3;
  color: #333;
}

.tab-link-tab-3.w--current {
  border-radius: 10px 10px 0px 0px;
  background-color: #e04d9c;
  color: #fff;
}

.text-block-16 {
  font-family: effra, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.tab-link-tab-4 {
  margin-right: 1px;
  margin-left: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #b3b3b3;
  color: #333;
}

.tab-link-tab-4.w--current {
  background-color: #e04d9c;
  color: #fff;
}

.tabs-menu {
  border-bottom: 1px solid #4d4d4d;
  text-align: center;
}

.bold-text-54 {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

.italic-text-28 {
  font-style: italic;
  font-weight: 700;
}

.bold-text-55 {
  color: #69c4a4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-57 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.bold-text-56 {
  text-align: left;
}

.bold-text-57 {
  color: #ff7800;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-58 {
  font-family: effra, sans-serif;
  color: #69c4a4;
}

.link-59 {
  font-family: effra, sans-serif;
  color: #ff7800;
  font-style: italic;
}

.bold-text-58 {
  color: #f9df4d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-59 {
  color: #f9df4d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-60 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-61 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-62 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-63 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-64 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-65 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-60 {
  font-family: effra, sans-serif;
  color: #69c4a4;
}

.italic-text-29 {
  font-family: effra, sans-serif;
  color: #69c4a4;
  text-decoration: underline;
}

.paragraph-31 {
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.link-61 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 12px;
}

.link-62 {
  font-family: effra, sans-serif;
  color: #fff;
}

.grid-20 {
  margin-top: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slide-14 {
  padding-right: 60px;
  padding-left: 60px;
}

.image-24 {
  max-width: 50%;
  margin-bottom: 20px;
}

.image-25 {
  max-width: 68%;
  margin-bottom: 20px;
}

.slider-8 {
  height: 500px;
}

.slide-15 {
  background-image: url('../images/Slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/teste-052.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav-7 {
  opacity: 0;
}

.paragraph-32 {
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.icon-5 {
  opacity: 0;
}

.icon-6 {
  opacity: 0;
}

.heading-45 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.section-29 {
  padding-top: 70px;
  padding-bottom: 90px;
}

.heading-46 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.paragraph-33 {
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.button-8 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #ff7800;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: none;
}

.container-35 {
  text-align: center;
}

.section-30 {
  position: static;
  padding: 90px 60px 100px;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-21 {
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-29 {
  height: 450px;
  background-image: url('../images/07_Evoe_Tadeu_Jungle_e_Elaine_Cesar_IC_Play_Divulgacao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-47 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #f9df4d;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-48 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button-9 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #f9df4d;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.paragraph-34 {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.div-block-30 {
  display: block;
  padding-right: 50px;
  padding-left: 0px;
}

.video-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
}

.video-6 {
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
}

.video-7 {
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
}

.video-8 {
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
}

.section-31 {
  padding: 70px 60px 90px;
  background-color: #ebebeb;
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
}

.heading-49 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #e04d9c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-50 {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #000;
  font-weight: 700;
}

.paragraph-35 {
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
}

.button-10 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #e04d9c;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 15px;
}

.div-block-31 {
  height: 150px;
  background-image: url('../images/07_DeuseDiabonaTerradoSol_GlauberRocha_ICPlay_Divulgacao.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-32 {
  height: 150px;
  background-image: url('../images/02_APaixaoDeJL_CarlosNader_ICPlay_Divulgacao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-33 {
  height: 150px;
  background-image: url('../images/cinema-negro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-34 {
  height: 150px;
  background-image: url('../images/mostras.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-35 {
  height: 150px;
  background-image: url('../images/criancas.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-36 {
  height: 150px;
  background-image: url('../images/animacao.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.div-block-37 {
  height: 150px;
  background-image: url('../images/festivais.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.div-block-38 {
  height: 150px;
  background-image: url('../images/parceiros.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-39 {
  height: 150px;
  background-image: url('../images/colecao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.italic-text-30 {
  font-style: normal;
}

.italic-text-31 {
  font-style: normal;
}

.italic-text-32 {
  font-style: normal;
}

.italic-text-33 {
  font-style: normal;
}

.italic-text-34 {
  font-style: normal;
}

.italic-text-35 {
  font-style: normal;
}

.italic-text-36 {
  font-style: normal;
}

.italic-text-37 {
  font-style: normal;
}

.link-63 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-64 {
  font-family: effra, sans-serif;
}

.link-64.laranja {
  color: #ff7800;
}

.link-65 {
  font-family: effra, sans-serif;
}

.link-65.laranja {
  color: #ff7800;
}

.link-66 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-67 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-68 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.italic-text-38 {
  font-family: effra, sans-serif;
}

.italic-text-38.verde {
  color: #69c4a4;
  text-decoration: underline;
}

.link-69 {
  font-family: effra, sans-serif;
}

.link-69.laranja {
  color: #ff7800;
}

.link-70 {
  font-family: effra, sans-serif;
}

.link-70.amarelo {
  color: #f9df4d;
}

.link-71 {
  font-family: effra, sans-serif;
}

.link-71.rosa {
  color: #e04d9c;
}

.link-72 {
  font-family: effra, sans-serif;
}

.link-72.verde {
  color: #69c4a4;
}

.link-73 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-74 {
  font-family: effra, sans-serif;
  color: #f9df4d;
}

.link-75 {
  font-family: effra, sans-serif;
  color: #e04d9c;
}

.italic-text-39 {
  font-family: effra, sans-serif;
  color: #69c4a4;
  text-decoration: underline;
}

.link-76 {
  font-family: effra, sans-serif;
  color: #f9df4d;
}

.heading-51 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #e04d9c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bold-text-66 {
  color: #69c4a4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-77 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-78 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-79 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-80 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-81 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-82 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.italic-text-40 {
  font-style: normal;
  text-decoration: none;
}

.heading-52 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.paragraph-36 {
  position: static;
  font-family: effra, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.heading-53 {
  margin-top: 5px;
  font-family: effra, sans-serif;
  color: #fff;
  line-height: 42px;
}

.link-83 {
  font-family: effra, sans-serif;
  color: #e04d9c;
}

.bold-text-67 {
  font-weight: 400;
  text-decoration: none;
}

.link-84 {
  font-family: effra, sans-serif;
  color: #e04d9c;
}

.link-85 {
  font-family: effra, sans-serif;
  color: #69c4a4;
}

.link-86 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-87 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.bold-text-68 {
  color: #f9df4d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-69 {
  color: #f9df4d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-70 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-71 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-72 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-73 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-74 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-75 {
  color: #e04d9c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-88 {
  font-family: effra, sans-serif;
  color: #69c4a4;
}

.link-89 {
  font-family: effra, sans-serif;
  color: #69c4a4;
}

.link-90 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.bold-text-76 {
  line-height: 16px;
}

.link-91 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-92 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-93 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.bold-text-77 {
  color: #ff7800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-94 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-95 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.bold-text-78 {
  color: #ff7800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-96 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-97 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-98 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-99 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-100 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-101 {
  font-family: effra, sans-serif;
  color: #ff7800;
  font-size: 16px;
}

.link-102 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-103 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-104 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-105 {
  font-family: effra, sans-serif;
  color: #69c4a4;
}

.link-106 {
  font-family: effra, sans-serif;
  color: #ff7800;
}

.link-107 {
  display: inline;
}

.image-26 {
  display: inline-block;
  max-width: 10%;
  margin-top: 10px;
}

.image-27 {
  display: inline-block;
  max-width: 10%;
  margin-top: 10px;
  margin-left: 10px;
}

.image-28 {
  max-height: none;
  max-width: 12%;
  margin-top: 10px;
  margin-left: 10px;
}

.image-29 {
  max-width: 10%;
  margin-top: 10px;
  margin-left: 10px;
}

.image-30 {
  max-width: 10.5%;
  margin-top: 10px;
  margin-left: 10px;
}

.image-31 {
  max-width: 10%;
  margin-top: 10px;
  margin-left: 10px;
}

.button-11 {
  width: auto;
  height: auto;
  margin-top: 15px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 10px;
}

.link-block-2 {
  display: inline;
  width: auto;
  height: 20%;
  max-width: none;
  min-height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-12 {
  margin-top: 15px;
  margin-left: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-13 {
  margin-top: 15px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  background-image: url('../images/youtube.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-14 {
  margin-top: 15px;
  margin-left: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/instagram.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-15 {
  margin-top: 15px;
  margin-left: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/spotify.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-16 {
  margin-top: 15px;
  margin-left: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/linkedin.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-79 {
  text-transform: uppercase;
}

.bold-text-80 {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 60px;
    padding-left: 60px;
    clear: none;
  }

  .section-3 {
    width: auto;
  }

  .navigation-items {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffce48;
  }

  .logo-link {
    display: block;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-image {
    display: block;
  }

  .navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-item {
    position: static;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    display: block;
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-icon {
    display: block;
  }

  .navbar-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-8.galeria {
    line-height: 38px;
  }

  .paragraph-2 {
    line-height: 24px;
  }

  .paragraph-2.center {
    line-height: 24px;
  }

  .button.acessibilidade {
    margin-top: 51px;
  }

  .section-1 {
    height: 200px;
  }

  .section-1.interna {
    height: 350px;
  }

  .section-1.interna.release {
    background-position: 0% 50%;
  }

  .section-1.testeira-home {
    height: 390px;
    margin-top: 0px;
    border-style: none;
    border-width: 0px;
  }

  .image-4 {
    width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-4 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-6 {
    margin-top: 0px;
    padding: 60px 40px 0px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-10 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .grid-2 {
    padding: 40px 60px 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .italic-text {
    color: #ff7800;
  }

  .image-8 {
    padding-top: 20px;
  }

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

  .navigation {
    padding: 15px 30px;
  }

  .navigation-items-2 {
    position: static;
    background-color: #ffce48;
  }

  .logo-link-2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
  }

  .logo-image-2 {
    width: auto;
    max-width: 21%;
  }

  .navigation-wrap-2 {
    position: absolute;
    margin-right: 0px;
  }

  .navigation-item-2 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-button-2 {
    padding: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .container-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-12 {
    padding-top: 0px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 22px;
  }

  .section-10.audiovisuais {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-11 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .navigation-2 {
    margin-top: 0px;
    padding: 10px 30px;
    background-color: #000;
  }

  .navigation-items-3 {
    background-color: #000;
    color: transparent;
  }

  .navigation-wrap-3 {
    margin-right: 0px;
  }

  .navigation-item-3 {
    display: block;
    padding: 6px 30px;
    background-color: #000;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: right;
  }

  .navigation-item-3:hover {
    background-color: #000;
    text-align: right;
  }

  .navigation-item-3:active {
    background-color: rgba(238, 240, 243, 0.25);
  }

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

  .container-10 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-10.piso1s {
    padding-right: 20px;
    padding-left: 20px;
  }

  .italic-text-16 {
    font-style: normal;
  }

  .image-13 {
    float: right;
    clear: none;
    text-align: right;
  }

  .image-15 {
    max-width: 45%;
    margin-bottom: -25px;
  }

  .section-13 {
    border-top: 7px solid #ff7800;
  }

  .div-block-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .grid-8 {
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .slide-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-4 {
    height: 480px;
    padding-left: 0px;
  }

  .button-4._1 {
    width: auto;
    padding: 0px;
  }

  .button-4._2 {
    width: auto;
    padding: 0px;
  }

  .button-4._3 {
    width: auto;
    padding: 0px;
  }

  .button-4._4 {
    width: auto;
    padding: 0px;
  }

  .button-4._5 {
    padding: 0px;
  }

  .button-4._6 {
    padding: 0px;
  }

  .button-4._7 {
    padding: 0px;
  }

  .button-4._8 {
    padding: 0px;
  }

  .button-4._9 {
    padding: 0px;
  }

  .button-4._10 {
    padding: 0px;
  }

  .button-4._11 {
    width: auto;
    padding: 0px;
  }

  .button-4._12 {
    width: auto;
    padding: 0px;
  }

  .button-4._13 {
    width: auto;
    padding: 0px;
  }

  .button-4._14 {
    width: auto;
    padding: 0px;
  }

  .button-4._15 {
    width: auto;
    padding: 0px;
  }

  .button-4._16 {
    width: auto;
    padding: 0px;
  }

  .button-4._17 {
    width: auto;
    padding: 0px;
  }

  .button-4._18 {
    width: auto;
    padding: 0px;
  }

  .button-4._19 {
    width: auto;
    padding: 0px;
  }

  .button-4._20 {
    width: auto;
    padding: 0px;
  }

  .button-4._21 {
    width: auto;
    padding: 0px;
  }

  .button-4._22 {
    width: auto;
    padding: 0px;
  }

  .button-4._23 {
    width: auto;
    padding: 0px;
  }

  .button-4._24 {
    width: auto;
    padding: 0px;
  }

  .button-4._25 {
    width: auto;
    padding: 0px;
  }

  .button-4._26 {
    width: auto;
    padding: 0px;
  }

  .button-4._27 {
    width: auto;
  }

  .button-4._28 {
    width: auto;
    padding: 0px;
  }

  .button-4._29 {
    width: auto;
    padding: 0px;
  }

  .button-4._30 {
    width: auto;
    padding: 0px;
    background-size: cover;
  }

  .button-4._31 {
    width: auto;
    padding: 0px;
  }

  .button-4._32 {
    width: auto;
    padding: 0px;
  }

  .button-4._33 {
    width: auto;
    padding: 0px;
  }

  .button-4._34 {
    width: auto;
    padding: 0px;
  }

  .button-4._35 {
    width: auto;
    padding: 0px;
  }

  .button-4._36 {
    width: auto;
    padding: 0px;
  }

  .slide-nav-3 {
    margin-top: 0px;
  }

  .icon-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 213px;
  }

  .icon-4 {
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 213px;
  }

  .container-12 {
    padding-left: 0px;
  }

  .slide-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-21 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-22 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-20 {
    font-size: 14px;
  }

  .container-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-24 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-22 {
    font-size: 36px;
    font-weight: 700;
  }

  .heading-27 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 36px;
  }

  .grid-13 {
    min-height: 450px;
  }

  .div-block-13 {
    height: auto;
    min-height: 450px;
    padding-bottom: 60px;
  }

  .heading-28 {
    line-height: 30px;
  }

  .div-block-16 {
    height: auto;
    min-height: 450px;
    background-position: 50% 50%;
    background-size: auto 100%;
  }

  .section-23 {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
  }

  .image-17 {
    max-width: 40%;
  }

  .image-18 {
    max-width: 40%;
  }

  .link-40 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
  }

  .link-41 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
  }

  .link-42 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
  }

  .link-43 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
  }

  .link-44 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
  }

  .link-45 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
  }

  .container-33 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-34 {
    padding-left: 40px;
  }

  .slider-5 {
    height: 400px;
    border: 0px none transparent;
    opacity: 1;
  }

  .slide-nav-4 {
    font-size: 10px;
  }

  .heading-1.testeira {
    padding-left: 30px;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-35 {
    padding-bottom: 0px;
    padding-left: 30px;
    font-size: 26px;
    line-height: 32px;
  }

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

  .image-22 {
    height: 99px;
  }

  .paragraph-26 {
    font-size: 15px;
  }

  .grid-18 {
    grid-row-gap: 55px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-27 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-28 {
    line-height: 18px;
  }

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

  .slider-6 {
    width: 100%;
    height: auto;
  }

  .slide-10 {
    width: auto;
    height: auto;
  }

  .slide-11 {
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .mask-2 {
    position: static;
    width: 100%;
  }

  .slider-7 {
    height: 310px;
  }

  .slide-12 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slide-13 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slide-nav-6 {
    margin-top: 0px;
    padding-top: 10px;
  }

  .mask-3 {
    width: auto;
  }

  .heading-43 {
    max-width: 100%;
    font-size: 36px;
  }

  .container-34 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-28 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-13 {
    font-size: 14px;
    line-height: 17px;
  }

  .tab-link-tab-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

  .text-block-15 {
    font-size: 14px;
    line-height: 17px;
  }

  .tab-link-tab-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link-tab-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-4.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bold-text-54 {
    font-size: 14px;
    line-height: 17px;
  }

  .mask-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow-3 {
    padding-top: 0px;
  }

  .image-24 {
    max-width: 25%;
  }

  .image-25 {
    max-width: 30%;
  }

  .slider-8 {
    position: relative;
    display: block;
    height: 390px;
  }

  .slide-15 {
    background-position: 50% 50%;
  }

  .slide-16 {
    background-position: 0% 0%;
    background-size: cover;
  }

  .section-29 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-46 {
    margin-top: 5px;
  }

  .paragraph-33 {
    margin-bottom: 0px;
  }

  .div-block-29 {
    height: 530px;
    background-size: cover;
  }

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

  .paragraph-34 {
    margin-bottom: 0px;
  }

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

  .heading-50 {
    margin-top: 5px;
  }

  .paragraph-35 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .div-block-31 {
    height: 120px;
  }

  .div-block-32 {
    height: 120px;
  }

  .div-block-33 {
    height: 120px;
  }

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

  .div-block-35 {
    height: 120px;
  }

  .div-block-36 {
    height: 120px;
  }

  .div-block-37 {
    height: 120px;
  }

  .div-block-38 {
    height: 120px;
  }

  .div-block-39 {
    height: 120px;
  }

  .heading-53 {
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 60px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .heading-7.black {
    margin-bottom: 10px;
  }

  .heading-7.label-left {
    text-align: center;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-8.galeria {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-2.left {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }

  .paragraph-2.center {
    font-size: 15px;
    line-height: 22px;
  }

  .button.home {
    display: inline-block;
    border-color: #d5841f;
    border-radius: 0px;
    color: #d5841f;
    text-align: center;
  }

  .button.home {
    border-color: #a72024;
    color: #a72024;
    text-align: center;
  }

  .section-1 {
    height: 150px;
  }

  .section-1.interna {
    height: 250px;
  }

  .section-1.testeira-home {
    width: 100%;
    height: 400px;
    margin-top: 0px;
  }

  .image-4 {
    width: 45%;
  }

  .grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .container-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-6 {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-3 {
    display: block;
    width: 100%;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .grid-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: 120px 120px 120px 120px 120px;
    grid-template-rows: 120px 120px 120px 120px 120px;
  }

  .button-2 {
    width: 75px;
  }

  .button-2._1 {
    width: auto;
    height: auto;
    background-position: 50% 40%;
  }

  .button-2._2 {
    width: auto;
    height: auto;
    background-position: 50% 40%;
  }

  .button-2._3 {
    width: auto;
    height: auto;
  }

  .button-2._4 {
    width: auto;
    height: auto;
  }

  .button-2._5 {
    width: auto;
    height: auto;
  }

  .button-2._6 {
    width: auto;
    height: auto;
  }

  .button-2._7 {
    width: auto;
    height: auto;
  }

  .button-2._8 {
    width: auto;
    height: auto;
  }

  .button-2._9 {
    width: auto;
    height: auto;
  }

  .button-2._10 {
    width: auto;
    height: auto;
  }

  .button-2._11 {
    width: auto;
    height: auto;
  }

  .button-2._12 {
    width: auto;
    height: auto;
  }

  .button-2._13 {
    width: auto;
    height: auto;
  }

  .button-2._14 {
    width: auto;
    height: auto;
    background-position: 50% 0%;
  }

  .button-2._11 {
    width: auto;
    height: auto;
  }

  .button-2._12 {
    width: auto;
    height: auto;
  }

  .button-2._13 {
    width: auto;
    height: auto;
  }

  .button-2._14 {
    width: auto;
    height: auto;
  }

  .button-2._15 {
    width: auto;
    height: auto;
  }

  .button-2._11 {
    width: auto;
    height: auto;
  }

  .button-2._22 {
    width: auto;
    height: auto;
  }

  .button-2._23 {
    width: auto;
    height: auto;
  }

  .button-2._16 {
    width: auto;
    height: auto;
  }

  .button-2._17 {
    width: auto;
    height: auto;
  }

  .button-2._18 {
    width: auto;
    height: auto;
  }

  .button-2._19 {
    width: auto;
    height: auto;
  }

  .button-2._21 {
    width: auto;
    height: auto;
  }

  .button-2._20 {
    width: auto;
    height: auto;
  }

  .slide-3 {
    position: relative;
  }

  .icon {
    display: block;
    margin-top: 360px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .icon-2 {
    margin-top: 360px;
    margin-bottom: 0px;
  }

  .slide-5 {
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .slider-2 {
    height: 53%;
    margin-bottom: 0px;
  }

  .slide-nav-2 {
    margin-top: 10px;
  }

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

  .navigation {
    padding: 15px 30px;
  }

  .logo-link-2 {
    padding-left: 0px;
  }

  .logo-link-2.w--current {
    background-color: transparent;
  }

  .logo-image-2 {
    width: auto;
    max-width: 26%;
  }

  .container-8 {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-12 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    text-align: center;
  }

  .bold-text-3 {
    color: #d5841f;
  }

  .left-arrow-2 {
    display: block;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navigation-2 {
    padding: 10px 30px;
    background-color: #000;
    background-clip: border-box;
  }

  .navigation-items-3 {
    background-color: #000;
  }

  .navigation-item-3 {
    display: block;
    opacity: 1;
  }

  .navigation-item-3:hover {
    background-color: #000;
  }

  .navigation-item-3:active {
    background-color: transparent;
    opacity: 1;
    color: #fff;
  }

  .accordion-item-content {
    padding-right: 40px;
  }

  .container-9 {
    padding-right: 40px;
    padding-left: 30px;
    text-align: center;
  }

  .container-10.piso1s {
    padding-right: 40px;
    padding-left: 40px;
  }

  .italic-text-14 {
    display: block;
    width: 100%;
  }

  .italic-text-15 {
    display: block;
    width: 100%;
  }

  .image-13 {
    max-width: 60%;
    float: right;
    clear: none;
  }

  .div-block-5 {
    text-align: center;
  }

  .image-15 {
    max-width: 45%;
  }

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

  .grid-8 {
    margin-top: 0px;
    padding-left: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .slider-4 {
    height: 870px;
    max-height: none;
  }

  .button-4._1 {
    height: 130px;
  }

  .button-4._2 {
    height: 130px;
  }

  .button-4._3 {
    height: 130px;
  }

  .button-4._4 {
    height: 130px;
  }

  .button-4._5 {
    height: 130px;
  }

  .button-4._6 {
    height: 130px;
  }

  .button-4._7 {
    height: 130px;
  }

  .button-4._8 {
    height: 130px;
  }

  .button-4._9 {
    height: 130px;
  }

  .button-4._10 {
    height: 130px;
    background-size: cover;
  }

  .button-4._11 {
    height: 130px;
    background-size: cover;
  }

  .button-4._12 {
    height: 130px;
    background-size: cover;
  }

  .button-4._13 {
    height: 130px;
  }

  .button-4._14 {
    height: 130px;
  }

  .button-4._15 {
    height: 130px;
  }

  .button-4._16 {
    height: 130px;
  }

  .button-4._17 {
    height: 130px;
  }

  .button-4._18 {
    height: 130px;
  }

  .button-4._19 {
    height: 130px;
  }

  .button-4._20 {
    height: 130px;
  }

  .button-4._21 {
    height: 130px;
    background-size: cover;
  }

  .button-4._22 {
    height: 130px;
  }

  .button-4._23 {
    height: 130px;
    background-size: cover;
  }

  .button-4._24 {
    height: 130px;
  }

  .button-4._25 {
    height: 130px;
  }

  .button-4._26 {
    height: 130px;
  }

  .button-4._27 {
    height: 130px;
  }

  .button-4._28 {
    height: 130px;
  }

  .button-4._29 {
    height: 130px;
  }

  .button-4._30 {
    height: 130px;
  }

  .button-4._31 {
    height: 130px;
  }

  .button-4._32 {
    height: 130px;
  }

  .button-4._33 {
    height: 130px;
  }

  .button-4._34 {
    height: 130px;
  }

  .button-4._35 {
    height: 130px;
  }

  .button-4._36 {
    height: 130px;
  }

  .slide-nav-3 {
    margin-top: 0px;
    padding-top: 60px;
  }

  .icon-3 {
    margin-top: 0px;
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .icon-4 {
    margin-top: 0px;
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .container-12 {
    margin-bottom: 100px;
  }

  .grid-9.linhda-do-tempo {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-9.laranja {
    margin-bottom: 15px;
  }

  .div-block-9.vinho {
    margin-bottom: 15px;
  }

  .grid-10.linha-do-tempo.brasil {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }

  .bold-text-31 {
    display: block;
    line-height: 26px;
    text-align: center;
  }

  .div-block-10.vinho {
    text-align: center;
  }

  .container-14 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-15 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-16 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-17 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-18 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-19 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-20 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-17 {
    font-size: 16px;
    line-height: 28px;
  }

  .container-21 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-19 {
    text-align: justify;
  }

  .container-22 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-23 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-24 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-22 {
    text-align: justify;
  }

  .italic-text-25 {
    text-align: left;
  }

  .heading-22 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-27 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .heading-29.b {
    text-align: center;
  }

  .section-23 {
    background-position: 50% 50%;
  }

  .div-block-21 {
    text-align: center;
  }

  .paragraph-23 {
    display: block;
    margin-right: 0px;
  }

  .image-17 {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .image-18 {
    max-width: 50%;
  }

  .link-40 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
    font-size: 12px;
  }

  .link-41 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
    font-size: 12px;
  }

  .link-42 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
    font-size: 12px;
  }

  .link-43 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
    font-size: 12px;
  }

  .link-44 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
    font-size: 12px;
  }

  .link-45 {
    font-family: neue-haas-grotesk-text;
    color: #fff;
    font-size: 12px;
  }

  .section-25 {
    max-height: none;
    min-height: 400px;
  }

  .image-19 {
    min-height: 475px;
  }

  .div-block-22 {
    top: 390px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-34 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-23 {
    text-align: center;
  }

  .div-block-24 {
    text-align: center;
  }

  .slide-nav-4 {
    font-size: 10px;
  }

  .heading-1.testeira {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-35 {
    font-size: 22px;
    line-height: 29px;
  }

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

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

  .paragraph-26 {
    line-height: 22px;
  }

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

  .image-23 {
    max-width: 30%;
  }

  .paragraph-27 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-40 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .bold-text-41 {
    color: #ff7800;
  }

  .bold-text-42 {
    color: #f9df4d;
  }

  .bold-text-43 {
    color: #e04d9c;
  }

  .bold-text-44 {
    color: #69c4a4;
  }

  .bold-text-45 {
    color: #ff7800;
  }

  .bold-text-46 {
    color: #f9df4d;
  }

  .bold-text-47 {
    color: #e04d9c;
  }

  .bold-text-48 {
    color: #69c4a4;
  }

  .slider-7 {
    height: 250px;
  }

  .heading-43 {
    max-width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-13 {
    font-size: 11px;
  }

  .tab-link-tab-1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tab-link-tab-1.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .text-block-14 {
    font-size: 11px;
  }

  .text-block-15 {
    font-size: 11px;
  }

  .tab-link-tab-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs-menu {
    display: block;
  }

  .bold-text-54 {
    font-size: 11px;
  }

  .slider-8 {
    height: 400px;
  }

  .slide-15 {
    background-position: 50% 50%;
    font-size: 13px;
  }

  .slide-16 {
    background-position: 0% 0%;
  }

  .slide-nav-7 {
    font-size: 12px;
  }

  .section-29 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-46 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-33 {
    font-size: 15px;
    line-height: 22px;
  }

  .grid-21 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-29 {
    height: 300px;
  }

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

  .heading-48 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-34 {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .div-block-30 {
    text-align: center;
  }

  .heading-50 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-35 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-52 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-36 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-53 {
    font-size: 28px;
    line-height: 32px;
  }
}

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

  .section-3 {
    width: auto;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-icon {
    border: 1px solid transparent;
    background-color: transparent;
  }

  .heading-7.label-left {
    text-align: center;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-8.galeria {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-8.audiovisuais {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-2.left {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .button.home {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
  }

  .section-1 {
    width: 100%;
    height: 80px;
  }

  .section-1.interna {
    height: auto;
    min-height: 300px;
    background-size: cover;
  }

  .section-1.interna.diretores {
    background-position: 48% 15%;
  }

  .section-1.interna.historicos {
    background-position: 34% 20%;
  }

  .section-1.interna.cinema-negro {
    background-position: 56% 50%;
  }

  .section-1.interna.release {
    background-position: 20% 50%;
  }

  .section-1.interna.criancas {
    background-position: 30% 50%;
  }

  .section-1.interna.animacao {
    background-position: 25% 50%;
  }

  .section-1.interna.festivais {
    background-position: 60% 50%;
  }

  .section-1.interna.parceiros {
    background-position: 50% 50%;
  }

  .section-1.interna.colecao {
    background-position: 80% 50%;
  }

  .section-1.testeira-home {
    height: 300px;
    margin-top: 0px;
    background-image: none;
  }

  .image-4 {
    width: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    grid-row-gap: 40px;
  }

  .section-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-5 {
    margin-top: 20px;
  }

  .section-9 {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-6 {
    margin-bottom: 20px;
    padding-top: 40px;
    text-align: center;
  }

  .heading-9 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-10 {
    color: #4d4d4d;
  }

  .paragraph-3 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .grid-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-4 {
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  .separador {
    padding-left: 20px;
  }

  .italic-text {
    color: #ff7800;
  }

  .grid-4 {
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .button-2 {
    width: auto;
    height: auto;
    background-size: cover;
  }

  .slide-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-link-2.w--current {
    background-color: transparent;
  }

  .logo-image-2 {
    width: auto;
    max-width: 34%;
    color: #d5841f;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-8 {
    padding: 40px 20px;
  }

  .heading-12 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 23px;
    text-align: center;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-7 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .grid-6 {
    margin-top: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-4 {
    font-family: effra, sans-serif;
  }

  .section-10.audiovisuais {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .section-11 {
    padding: 40px 20px;
  }

  .left-arrow-2 {
    position: absolute;
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .navigation-2 {
    padding: 12px 20px;
    background-color: #000;
    color: #000;
  }

  .navigation-items-3 {
    background-color: #000;
  }

  .navigation-wrap-3 {
    background-color: transparent;
  }

  .navigation-item-3 {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-align: center;
  }

  .navigation-item-3:hover {
    display: block;
    padding-top: 8px;
    background-color: #000;
    color: #ff7800;
    text-align: center;
  }

  .navigation-item-3:active {
    background-color: hsla(0, 0%, 100%, 0.25);
  }

  .t-tulo-acessibilidade {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .bold-text-6 {
    font-size: 25px;
    line-height: 32px;
  }

  .accordion-item-content {
    padding-right: 0px;
  }

  .paragraph-11 {
    text-align: left;
  }

  .text-block-2.vinho {
    text-align: center;
  }

  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .italic-text-16 {
    color: #3f6624;
    text-decoration: underline;
  }

  .link-28 {
    color: #3f6624;
    text-decoration: underline;
  }

  .text-block-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-5 {
    text-align: center;
  }

  .image-15 {
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: -45px;
  }

  .grid-8 {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .slide-6 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .slider-4 {
    height: 720px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-4._1 {
    height: 100px;
  }

  .button-4._2 {
    height: 100px;
  }

  .button-4._3 {
    height: 100px;
  }

  .button-4._4 {
    height: 100px;
  }

  .button-4._5 {
    height: 100px;
  }

  .button-4._6 {
    height: 100px;
  }

  .button-4._7 {
    height: 100px;
  }

  .button-4._8 {
    height: 100px;
  }

  .button-4._9 {
    height: 100px;
  }

  .button-4._10 {
    height: 100px;
  }

  .button-4._11 {
    height: 100px;
  }

  .button-4._12 {
    height: 100px;
  }

  .button-4._13 {
    height: 100px;
  }

  .button-4._14 {
    height: 100px;
  }

  .button-4._15 {
    height: 100px;
  }

  .button-4._16 {
    height: 100px;
  }

  .button-4._17 {
    height: 100px;
  }

  .button-4._18 {
    height: 100px;
  }

  .button-4._19 {
    height: 100px;
  }

  .button-4._20 {
    height: 100px;
  }

  .button-4._21 {
    height: 100px;
  }

  .button-4._22 {
    height: 100px;
  }

  .button-4._23 {
    height: 100px;
  }

  .button-4._24 {
    height: 100px;
  }

  .button-4._25 {
    height: 100px;
  }

  .button-4._26 {
    height: 100px;
  }

  .button-4._27 {
    height: 100px;
  }

  .button-4._28 {
    height: 100px;
  }

  .button-4._29 {
    height: 100px;
  }

  .button-4._30 {
    height: 100px;
  }

  .button-4._31 {
    height: 100px;
  }

  .button-4._32 {
    height: 100px;
  }

  .button-4._33 {
    height: 100px;
  }

  .button-4._34 {
    height: 100px;
  }

  .button-4._35 {
    height: 100px;
  }

  .button-4._36 {
    height: 100px;
  }

  .slide-nav-3 {
    padding-top: 0px;
  }

  .icon-3 {
    margin-top: 0px;
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .icon-4 {
    margin-top: 0px;
    padding-top: 310px;
    padding-bottom: 310px;
  }

  .container-12 {
    margin-bottom: 0px;
  }

  .slide-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .italic-text-17 {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-12 {
    line-height: 20px;
  }

  .paragraph-15 {
    text-align: center;
  }

  .bold-text-31 {
    display: block;
    text-align: center;
  }

  .paragraph-16 {
    display: inline-block;
    text-align: left;
  }

  .div-block-10.vinho {
    display: block;
    text-align: center;
  }

  .bold-text-32 {
    text-align: left;
  }

  .paragraph-17 {
    text-align: center;
  }

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

  .container-21 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .block-quote-2 {
    text-align: center;
  }

  .paragraph-18 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .paragraph-19 {
    text-align: center;
  }

  .paragraph-20 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .italic-text-20 {
    line-height: 28px;
  }

  .italic-text-21 {
    line-height: 28px;
  }

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

  .paragraph-21 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .italic-text-22 {
    font-size: 16px;
    line-height: 24px;
  }

  .slide-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .italic-text-25 {
    text-align: center;
  }

  .heading-22 {
    font-size: 23px;
    line-height: 30px;
  }

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

  .div-block-16 {
    background-size: cover;
  }

  .section-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-29.b {
    text-align: center;
  }

  .section-23 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-17 {
    max-width: 70%;
    text-align: left;
  }

  .image-18 {
    max-width: 70%;
  }

  .link-40 {
    font-family: effra, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-41 {
    font-family: effra, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-42 {
    font-family: effra, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-43 {
    font-family: effra, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-44 {
    font-family: effra, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-45 {
    font-family: effra, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .section-25 {
    position: relative;
    top: -114px;
    min-height: auto;
  }

  .image-19 {
    width: 100%;
    height: 640px;
    min-height: auto;
  }

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

  .container-33 {
    position: relative;
    top: 580px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-34 {
    margin-top: 40px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }

  .div-block-23 {
    text-align: center;
  }

  .div-block-24 {
    text-align: center;
  }

  .slider-5 {
    background-image: url('../images/Teste-02.jpg');
    background-size: cover;
  }

  .slide-nav-4 {
    font-size: 10px;
  }

  .slide-9 {
    border: 0px solid #000;
    border-radius: 0px;
  }

  .mask {
    border: 0px none #000;
  }

  .heading-1.testeira {
    font-size: 21px;
    line-height: 26px;
  }

  .image-20 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .heading-35 {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-25.linha-fina {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .grid-17 {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-37.label-left {
    text-align: center;
  }

  .heading-37.label-left.rosa {
    text-align: center;
  }

  .heading-37.label-left.laranja {
    text-align: center;
  }

  .heading-37.label-left.amarelo {
    text-align: center;
  }

  .heading-37.label-left.verde {
    text-align: center;
  }

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

  .div-block-26 {
    text-align: center;
  }

  .image-22 {
    height: 150px;
  }

  .paragraph-26 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .link-54 {
    float: none;
  }

  .link-54.left {
    display: inline;
    float: none;
    text-align: center;
  }

  .link-54.left.rosa {
    font-family: effra, sans-serif;
  }

  .link-54.left.amarelo {
    font-family: effra, sans-serif;
  }

  .link-54.left.verde {
    font-family: effra, sans-serif;
  }

  .link-54.left.laranja {
    font-family: effra, sans-serif;
  }

  .paragraph-27 {
    font-size: 15px;
  }

  .heading-40 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .div-block-28 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .slider-7 {
    height: 226px;
  }

  .slide-12 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slide-nav-6 {
    margin-top: -200px;
  }

  .mask-3 {
    height: 226px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-43 {
    font-size: 23px;
    line-height: 30px;
  }

  .section-28 {
    padding-left: 40px;
  }

  .text-block-13 {
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link-tab-1 {
    margin-top: 2px;
    margin-bottom: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: grey;
  }

  .tab-link-tab-1.w--current {
    margin-top: 1px;
    margin-bottom: 1px;
    border-radius: 10px;
  }

  .tab-link-tab-2 {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: grey;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-15 {
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link-tab-3 {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: grey;
  }

  .tab-link-tab-4 {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: grey;
  }

  .bold-text-54 {
    font-size: 14px;
    line-height: 18px;
  }

  .mask-4 {
    padding-left: 0px;
  }

  .image-24 {
    max-width: 40%;
  }

  .image-25 {
    max-width: 60%;
  }

  .slider-8 {
    width: 100%;
    height: 300px;
    background-color: #000;
  }

  .slide-15 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }

  .slide-16 {
    width: 100%;
    height: 220px;
    background-position: 0% 0%;
    text-align: center;
  }

  .slide-nav-7 {
    margin-top: 0px;
    padding-top: 20px;
    font-size: 12px;
  }

  .section-29 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-46 {
    font-size: 26px;
    line-height: 30px;
  }

  .section-30 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .heading-48 {
    font-size: 26px;
    line-height: 30px;
  }

  .section-31 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-50 {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-31 {
    height: auto;
    min-height: 130px;
  }

  .div-block-32 {
    height: auto;
    min-height: 130px;
  }

  .div-block-33 {
    height: auto;
    min-height: 130px;
  }

  .div-block-34 {
    height: auto;
    min-height: 130px;
  }

  .div-block-35 {
    height: auto;
    min-height: 130px;
  }

  .div-block-36 {
    height: auto;
    min-height: 130px;
  }

  .div-block-37 {
    height: auto;
    min-height: 130px;
  }

  .div-block-38 {
    height: auto;
    min-height: 130px;
  }

  .div-block-39 {
    height: auto;
    min-height: 130px;
  }

  .heading-52 {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-36 {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-53 {
    font-size: 26px;
    line-height: 30px;
  }

  .mask-5 {
    width: 100%;
    height: 300px;
  }
}

#w-node-e3a07596-e4a8-ea40-c05d-d0ff577f49bb-2bb6a96c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5d5d9829-fce5-b7ee-cb64-746c37fdb6b9-2bb6a96c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b004bff4-2848-baa6-823d-da3982395859-2bb6a96c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_856f3918-bd84-e178-73b3-c4a8043d541d-2bb6a96c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_15894efb-41f1-e8dd-61a1-866952afdd48-2bb6a96c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f9e79c5f-6d8d-d49a-e551-2d7d82b0454d-82b0454b {
  -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: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}