.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, sans-serif;
  color: #000;
}

a {
  font-family: Raleway, sans-serif;
  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, sans-serif;
  color: #000;
}

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

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

.section {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #000;
  background-clip: border-box;
}

.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-top: 70px;
  padding-bottom: 90px;
  -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;
  background-color: #f2f2f2;
  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: Raleway, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  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: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

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

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

.heading-8 {
  display: block;
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.heading-8.galeria {
  display: block;
  margin-top: 5px;
  font-family: 'PT Serif', serif;
  color: #d64310;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.heading-8.audiovisuais {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-align: center;
}

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

.paragraph-2.left {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

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

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

.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 {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  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-color: #d64310;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #d64310;
  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, sans-serif;
  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, sans-serif;
  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: 9px 30px 8px;
  border-color: #e58703;
  border-radius: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  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, sans-serif;
  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.white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.button.download {
  display: inline-block;
  padding-right: 40px;
  padding-left: 15px;
  background-image: url('../images/icone-download_1icone-download.png');
  background-position: 95% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.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-4 {
  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-4.interna {
  width: auto;
  height: 380px;
  max-height: none;
  min-height: auto;
  background-color: transparent;
  background-image: url('../images/TESTE02.jpg');
  background-position: 50% 50%;
}

.section-4.interna.linha-do-tempo {
  background-image: url('../images/banner-timeline.jpg');
}

.section-4.interna.institucional {
  background-image: url('../images/banner-institutional.jpg');
}

.section-4.interna.curatorial-lorenzo {
  background-image: url('../images/banner-curatorship-lorenzo.jpg');
}

.section-4.interna.curatorial-michel {
  background-image: url('../images/banner-curatorship-michel.jpg');
}

.section-4.interna.acessibilidade {
  background-image: url('../images/banner-accessibility.jpg');
}

.section-4.interna.educativo {
  background-image: url('../images/banner-educational.jpg');
}

.section-4.interna.cita-es {
  background-image: url('../images/banner-quotes.jpg');
}

.section-4.interna.release {
  background-image: url('../images/banner-release.jpg');
}

.section-4.testeira-home {
  width: 100%;
  height: auto;
  min-height: 540px;
  padding-left: 0px;
  background-color: #000;
  background-image: url('../images/banner-geraldo-de-barros.jpg');
  background-position: 50% 20%;
  background-size: contain;
}

.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 {
  padding-right: 60px;
  padding-left: 60px;
  grid-column-gap: 180px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.section-8 {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #fff;
  opacity: 1;
  color: transparent;
}

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

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

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

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

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

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

.container-6 {
  display: block;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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, sans-serif;
  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, sans-serif;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  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: 80px 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: Raleway, 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: Raleway, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

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

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

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

.italic-text {
  color: #fff;
  font-size: 18px;
  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;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: 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;
  margin-top: 10px;
}

.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 {
  background-color: transparent;
}

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

.heading-11 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
  font-family: neue-haas-grotesk-text, 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-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 30px 60px;
  border-bottom: 1px solid #fff;
  font-family: neue-haas-grotesk-text, sans-serif;
  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: neue-haas-grotesk-text, sans-serif;
  color: #fff;
}

.link-3:hover {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 700;
}

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

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

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

.link-4:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-5:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-6:hover {
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

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

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

.link-7:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-8:hover {
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.link-9 {
  color: #ffce48;
}

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

.link-10:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

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

.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: #f2f2f2;
}

.navigation-2 {
  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;
  border: 0px none transparent;
  background-color: #000;
}

.navigation-items-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  text-align: right;
}

.navigation-wrap-3 {
  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-3 {
  display: block;
  padding: 10px 40px 14px 0px;
  background-color: transparent;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-3:hover {
  padding-bottom: 15px;
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.7);
}

.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, sans-serif;
  color: #d5841f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.bold-text-10 {
  font-family: neue-haas-grotesk-text, sans-serif;
  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: Raleway, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.bold-text-22:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.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 dashed rgba(77, 77, 77, 0.6);
}

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

.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;
  font-family: Raleway, sans-serif;
  cursor: pointer;
}

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

.paragraph-11 {
  font-family: Raleway, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-text, sans-serif;
  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: 60px;
  margin-bottom: 80px;
}

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

.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, sans-serif;
  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: neue-haas-grotesk-text, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

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

.section-13 {
  margin-bottom: 20px;
  color: #8e1f60;
}

.div-block-6 {
  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;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

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

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

.button-4._1 {
  width: auto;
  padding: 0px;
  background-image: url('../images/01_GB.jpg');
  background-position: 50% 50%;
  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;
  padding-bottom: 0px;
  background-image: url('../images/02_GB.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;
  padding-bottom: 0px;
  background-image: url('../images/03_GB.jpg');
  background-position: 50% 50%;
  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;
  padding-bottom: 0px;
  background-image: url('../images/04_GB.jpg');
  background-position: 50% 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-color: #000;
  background-image: none;
  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_GB.jpg');
  background-position: 50% 50%;
  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._5 {
  width: auto;
  background-image: none;
  cursor: pointer;
}

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

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

.button-4._6 {
  width: auto;
  background-image: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.button-4._9 {
  background-image: url('../images/10_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._6 {
  background-image: url('../images/06_GB.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.button-4._10 {
  background-image: url('../images/11_GB.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.button-4._11 {
  background-image: url('../images/12_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._12 {
  background-image: url('../images/13_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.button-4._16 {
  background-image: url('../images/17_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._17 {
  background-image: url('../images/18_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._18 {
  background-image: url('../images/19_GB.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.button-4._19 {
  background-image: url('../images/20_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._20 {
  background-image: url('../images/21_GB.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

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

.button-4._22 {
  background-image: url('../images/23_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._23 {
  background-image: url('../images/24_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._24 {
  background-image: url('../images/25_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._25 {
  background-image: url('../images/26_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._26 {
  background-image: url('../images/27_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._27 {
  background-image: url('../images/28_GB.jpg');
  background-size: cover;
}

.button-4._28 {
  background-image: url('../images/29_GB.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.button-4._29 {
  background-image: url('../images/30_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-4._30 {
  background-image: url('../images/31_GB.jpg');
  background-position: 50% 0%;
  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: #000;
}

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

.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, sans-serif;
  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, sans-serif;
  color: #3b3b3b;
}

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

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

.bold-text-29 {
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.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, sans-serif;
  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, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

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

.paragraph-15 {
  font-family: neue-haas-grotesk-text, sans-serif;
  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, sans-serif;
  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: Raleway, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
}

.paragraph-19 {
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text, sans-serif;
  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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  cursor: pointer;
}

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

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

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

.link-35 {
  font-family: neue-haas-grotesk-text, sans-serif;
  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, sans-serif;
  color: #d5841f;
}

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

.link-38 {
  font-family: neue-haas-grotesk-text, sans-serif;
  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, sans-serif;
  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, sans-serif;
  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: neue-haas-grotesk-text, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-20 {
  margin-top: 5px;
  padding-right: 80px;
  padding-left: 80px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.text-block-5 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: neue-haas-grotesk-text, sans-serif;
  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: Raleway, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
}

.heading-22 {
  margin-top: 5px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
}

.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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

.heading-27 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.div-block-13 {
  height: auto;
  min-height: 450px;
  padding: 40px 40px 81px;
  border: 0px none #000;
  background-color: #fff;
  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, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.div-block-16 {
  height: auto;
  min-height: 400px;
  background-image: url('../images/retrato-geraldo-de-barros.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-16:hover {
  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-22 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 90px;
}

.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;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-30 {
  margin-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.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: 0px;
  margin-bottom: 0px;
}

.link-39 {
  font-family: Raleway, sans-serif;
  color: #4d4d4d;
  cursor: pointer;
}

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

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

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

.section-23 {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #000;
}

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

.heading-31 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-32 {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-23 {
  position: relative;
  z-index: 10;
  margin: 20px 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.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, sans-serif;
  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: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.link-40:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-41:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-42:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-43:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-44:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

.link-45:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

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

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

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

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

.video-2 {
  background-color: #f2f2f2;
  cursor: pointer;
}

.video-3 {
  background-color: #f2f2f2;
  cursor: pointer;
}

.video-4 {
  background-color: #f2f2f2;
  cursor: pointer;
}

.link-50 {
  font-family: neue-haas-grotesk-text, sans-serif;
  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, sans-serif;
  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, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.link-51:hover {
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.link-52 {
  font-family: neue-haas-grotesk-text, 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;
}

.div-block-25 {
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 4px solid #000;
}

.div-block-25.branco {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: left;
}

.grid-15 {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-16 {
  padding-right: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-20 {
  display: block;
  max-width: 60%;
  margin-bottom: 20px;
}

.link-53 {
  color: #fff;
}

.link-53:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.bold-text-37 {
  font-weight: 800;
}

.bold-text-38 {
  font-weight: 800;
}

.bold-text-39 {
  font-weight: 800;
}

.bold-text-40 {
  font-weight: 800;
}

.button-7 {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
}

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

.button-8 {
  margin-right: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.button-9 {
  margin-right: 10px;
  padding: 10px 15px 15px;
  background-color: transparent;
  background-image: url('../images/youtube_1youtube.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.button-10 {
  margin-right: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/instagram_1instagram.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.button-11 {
  margin-right: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/spotify_1spotify.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.button-12 {
  margin-right: 10px;
  padding: 12px;
  background-color: transparent;
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.link-54 {
  color: #fff;
}

.link-54:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.div-block-27 {
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 4px solid #000;
}

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

.div-block-28 {
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 4px solid #000;
}

.link-55 {
  color: #4d4d4d;
  font-style: normal;
}

.link-55:hover {
  color: rgba(77, 77, 77, 0.8);
  font-weight: 400;
}

.bold-text-41 {
  color: #000;
  text-align: justify;
}

.link-56 {
  color: #fff;
  font-size: 12px;
}

.link-56:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.bold-text-42 {
  color: #000;
  text-align: justify;
}

.bold-text-43 {
  color: #000;
  font-weight: 800;
}

.bold-text-44 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
}

.button-13 {
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.button-13:hover {
  background-color: #fff;
  opacity: 0.7;
}

.div-block-29 {
  text-align: left;
}

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

.paragraph-24 {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px dashed #000;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.bold-text-45 {
  color: #000;
  font-weight: 800;
}

.bold-text-46 {
  color: #000;
  font-weight: 800;
}

.bold-text-47 {
  color: #000;
  font-weight: 800;
}

.italic-text-28 {
  color: #000;
  font-weight: 800;
}

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

.icon-5 {
  color: #000;
}

.icon-6 {
  color: #000;
}

.slider-5 {
  display: block;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 86.7%, 0.25);
}

.paragraph-25 {
  display: block;
  padding-right: 0px;
  padding-left: 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;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  text-align: center;
}

.div-block-30 {
  margin-top: 60px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.paragraph-26 {
  font-size: 14px;
  line-height: 28px;
  font-weight: 800;
  text-align: center;
}

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

.text-block-13 {
  display: block;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 90px;
  line-height: 0px;
  font-weight: 800;
  text-align: center;
}

.slide-9 {
  height: 300px;
}

.block-quote-3 {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 95%, 0.6);
  font-family: Raleway, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.bold-text-49 {
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

.text-block-14 {
  display: block;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #000;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.grid-17 {
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.text-block-15 {
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 800;
  text-align: right;
}

.div-block-31 {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  border-right: 1px solid #000;
}

.paragraph-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

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

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

.link-57:hover {
  color: rgba(77, 77, 77, 0.7);
  font-weight: 400;
}

.section-27 {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
  font-family: Raleway, sans-serif;
}

.container-36 {
  font-family: Raleway, sans-serif;
  text-align: center;
}

.heading-35 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 60px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-32 {
  display: block;
  text-align: right;
}

.button-14 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 40px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.container-37 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1ae42f;
}

.div-block-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  opacity: 1;
}

.button-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  margin-top: 4px;
  margin-right: 75px;
  padding: 3px 5px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-clip: border-box;
}

.button-15:hover {
  border-bottom: 0px none #000;
  text-decoration: underline;
}

.button-15.b {
  margin-right: 42px;
}

.button-16 {
  background-color: #000;
}

.button-16._5 {
  background-color: #000;
  background-image: url('../images/05_GB.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.image-22 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: -200px;
}

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

.link-58:hover {
  color: rgba(77, 77, 77, 0.7);
  font-weight: 400;
}

.link-59 {
  color: #fff;
  font-size: 13px;
}

.link-59:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.link-60 {
  color: #fff;
  font-size: 12px;
}

.link-60:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.bold-text-51 {
  font-style: normal;
  font-weight: 400;
}

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

.link-61:hover {
  color: rgba(77, 77, 77, 0.7);
  font-weight: 400;
}

.video-5 {
  margin-top: 0px;
}

.paragraph-28 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 600px;
  margin-right: 10px;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

.image-23 {
  display: block;
  max-width: 100%;
  min-height: 450px;
}

.paragraph-29 {
  padding-top: 530px;
  padding-right: 10px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.grid-18 {
  margin-top: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-52 {
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
  }

  .section-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .button.acessibilidade {
    margin-top: 51px;
  }

  .button.white {
    text-align: center;
  }

  .section-4 {
    height: 200px;
  }

  .section-4.interna {
    height: 350px;
    background-position: 50% 50%;
  }

  .section-4.testeira-home {
    height: auto;
    min-height: 400px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .image-4 {
    width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid._3col {
    grid-column-gap: 100px;
  }

  .section-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-4 {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-6 {
    padding: 0px 20px;
  }

  .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: 60px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-4 {
    text-align: justify;
  }

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

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: 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;
    background-color: transparent;
    color: #fff;
  }

  .logo-image-2 {
    width: 200px;
    margin-top: 6px;
  }

  .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: 0px;
    padding-left: 0px;
  }

  .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: 40px;
    padding-left: 40px;
  }

  .section-11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .navigation-2 {
    margin-top: 0px;
    padding: 15px 30px;
    background-color: #000;
  }

  .navigation-items-3 {
    padding-bottom: 6px;
    background-color: #000;
  }

  .navigation-wrap-3 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .navigation-item-3 {
    display: block;
    padding: 15px 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;
    opacity: 1;
    color: hsla(0, 0%, 100%, 0.8);
  }

  .navigation-item-3:active {
    background-color: #000;
  }

  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .slider-4 {
    height: 310px;
  }

  .button-4 {
    height: 100px;
  }

  .icon-3 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .icon-4 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

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

  .heading-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-13 {
    display: -ms-grid;
    display: grid;
    min-height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-13 {
    height: auto;
    min-height: auto;
    padding: 60px 0px 80px;
  }

  .heading-28 {
    line-height: 30px;
  }

  .div-block-16 {
    height: auto;
    min-height: 450px;
    min-width: auto;
    background-position: 50% 10%;
    background-size: cover;
  }

  .section-22 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-23 {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    background-image: none;
  }

  .div-block-21 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

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

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

  .paragraph-23 {
    text-align: center;
  }

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

  .image-18 {
    max-width: 40%;
  }

  .link-40 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
  }

  .link-41 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
  }

  .link-42 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
  }

  .link-43 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
  }

  .link-44 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
  }

  .link-45 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
  }

  .container-33 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-34 {
    padding-left: 40px;
  }

  .div-block-23 {
    text-align: left;
  }

  .div-block-24 {
    text-align: left;
  }

  .grid-16 {
    display: block;
    padding-right: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-20 {
    display: inline-block;
    max-width: 30%;
    text-align: left;
  }

  .image-21 {
    max-width: 60%;
    margin-bottom: 20px;
  }

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

  .grid-17 {
    grid-row-gap: 5px;
    -ms-grid-columns: minmax(0px, 0.25fr) 1fr;
    grid-template-columns: minmax(0px, 0.25fr) 1fr;
  }

  .section-27 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-15 {
    margin-right: 57px;
  }

  .button-15.b {
    margin-right: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 70px;
    padding-bottom: 90px;
  }

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

  .paragraph-2.left {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .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-4 {
    height: 150px;
  }

  .section-4.interna {
    height: 250px;
  }

  .section-4.testeira-home {
    width: 100%;
    height: auto;
    min-height: 350px;
    margin-left: 0px;
    padding-left: 0px;
    background-position: 0% 50%;
    background-size: auto 80%;
  }

  .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 {
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

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

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

  .grid-2 {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .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;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .navigation {
    padding: 15px 30px;
  }

  .logo-link-2 {
    padding-left: 0px;
  }

  .logo-image-2 {
    width: 200px;
    margin-top: 6px;
  }

  .container-8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .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: 15px 30px;
    background-color: #000;
    background-clip: border-box;
  }

  .navigation-items-3 {
    background-color: #000;
  }

  .navigation-wrap-3 {
    margin-top: 0px;
  }

  .navigation-item-3 {
    display: block;
  }

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

  .navigation-item-3:active {
    background-color: #000;
    opacity: 1;
  }

  .container-9 {
    padding-right: 40px;
    padding-left: 40px;
    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%;
  }

  .grid-8 {
    margin-top: 0px;
    -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: 680px;
  }

  .button-4 {
    height: 120px;
  }

  .slide-nav-3 {
    margin-top: 0px;
    padding-top: 60px;
  }

  .icon-3 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .icon-4 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .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-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .section-22 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-29.b {
    text-align: center;
  }

  .section-23 {
    background-position: 50% 50%;
  }

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

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

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

  .paragraph-23 {
    display: block;
    margin-right: 0px;
    text-align: center;
  }

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

  .image-18 {
    max-width: 50%;
  }

  .link-40 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-41 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-42 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-43 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-44 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-45 {
    font-family: neue-haas-grotesk-text, sans-serif;
    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;
  }

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

  .image-20 {
    display: inline-block;
    max-width: 50%;
    margin-bottom: 40px;
  }

  .image-21 {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .button-13 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .container-35 {
    padding-right: 40px;
    padding-left: 10px;
  }

  .heading-35 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-15 {
    margin-right: 52px;
  }

  .button-15.b {
    margin-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .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 {
    background-color: transparent;
  }

  .heading-7.label-left {
    text-align: center;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .paragraph-2.center {
    width: auto;
  }

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

  .button.home {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
  }

  .section-4 {
    width: 100%;
    height: 80px;
  }

  .section-4.interna {
    height: auto;
    min-height: 300px;
  }

  .section-4.testeira-home {
    height: auto;
    min-height: 400px;
    background-position: 0% 50%;
    background-size: auto 77%;
    background-repeat: no-repeat;
  }

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

  .grid._3col {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 80px;
  }

  .section-8 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

  .section-9 {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-6 {
    margin-bottom: 60px;
    padding-top: 0px;
    text-align: center;
  }

  .heading-9 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-10 {
    color: #4d4d4d;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .grid-2 {
    padding-right: 30px;
    padding-left: 30px;
    grid-row-gap: 30px;
  }

  .paragraph-4 {
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  .separador {
    padding-left: 20px;
  }

  .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 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-image-2 {
    width: 180px;
    margin-top: 0px;
    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;
    background-color: transparent;
  }

  .container-8 {
    padding: 0px;
  }

  .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: neue-haas-grotesk-text, sans-serif;
  }

  .section-10.audiovisuais {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .section-11 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .left-arrow-2 {
    position: absolute;
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .navigation-2 {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .navigation-items-3 {
    margin-top: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
  }

  .navigation-wrap-3 {
    margin-top: 0px;
    background-color: transparent;
  }

  .navigation-item-3 {
    display: block;
  }

  .navigation-item-3:hover {
    display: block;
    background-color: #000;
    color: hsla(0, 0%, 100%, 0.8);
  }

  .navigation-item-3:active {
    background-color: #000;
  }

  .t-tulo-acessibilidade {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .bold-text-6 {
    font-size: 25px;
    line-height: 32px;
  }

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

  .text-block-2.vinho {
    text-align: center;
  }

  .container-9 {
    padding-right: 40px;
    padding-left: 40px;
    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: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .slider-4 {
    height: 540px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-4 {
    height: 85px;
    padding-bottom: 0px;
  }

  .button-4._2.b.c {
    height: 120px;
    padding: 0px;
  }

  .button-4._8.b.c {
    display: block;
    height: 120px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-nav-3 {
    padding-top: 0px;
  }

  .icon-3 {
    margin-top: 218px;
    margin-bottom: 218px;
  }

  .icon-4 {
    margin-top: 218px;
    margin-bottom: 218px;
  }

  .container-12 {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 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 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-16 {
    background-position: 50% 0%;
    background-size: cover;
  }

  .section-22 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-29.b {
    text-align: center;
  }

  .heading-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-28 {
    margin-top: 60px;
  }

  .section-23 {
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .image-17 {
    max-width: 70%;
    text-align: left;
  }

  .image-18 {
    max-width: 70%;
  }

  .link-40 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-41 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-42 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-43 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-44 {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .link-45 {
    font-family: neue-haas-grotesk-text, 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;
  }

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

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

  .image-21 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .button-13 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .paragraph-24 {
    text-align: center;
  }

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

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

  .bold-text-49 {
    line-height: 26px;
    text-align: center;
  }

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

  .italic-text-29 {
    text-align: center;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .button-15 {
    margin-right: 45px;
  }

  .button-15.b {
    margin-right: 14px;
  }

  .paragraph-29 {
    padding-top: 430px;
  }

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

#w-node-_10d5d585-9322-cb9e-949f-7e36fbe60446-1cac498f {
  -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;
}

#w-node-_5289dcab-c6ea-d15e-09cd-1fdf370edf9e-1cac498f {
  -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;
}

#w-node-d9d650cd-4adc-3656-e85b-b788e64f5023-1cac498f {
  -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;
}

#w-node-_86400c0a-dceb-2cfc-8409-c4863e71128d-1cac498f {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f9e79c5f-6d8d-d49a-e551-2d7d82b0454d-82b0454b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f9e79c5f-6d8d-d49a-e551-2d7d82b045b2-82b0454b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86400c0a-dceb-2cfc-8409-c4863e71128d-1cac498f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

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