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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

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

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

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

a:hover {
  font-weight: 800;
}

.heading {
  margin-top: 15px;
  padding-right: 0px;
  font-family: Gotham, sans-serif;
  color: #d9d9d9;
  font-size: 34px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.preto {
  margin-top: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.preto.left {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  text-align: left;
}

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

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

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

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

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

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

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

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

.section {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 110px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #000;
  background-image: url('../images/BG-Artistas.svg');
  background-position: 100% 100%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.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: 100px;
  padding-bottom: 120px;
  -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: #000;
  background-image: url('../images/BG-Release.svg');
  background-position: 100% 100%;
  background-size: 700px;
  background-repeat: no-repeat;
  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;
}

.menu-icon {
  display: block;
}

.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: Oswald, sans-serif;
  color: #444;
  font-size: 16px;
  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;
  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: Oswald, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
}

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

.heading-7.branco {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.heading-8 {
  display: block;
  margin-top: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  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: 50px;
  background-color: transparent;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

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

.paragraph-2.center {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #444;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

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

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

.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: 0px;
  padding: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #ca603a;
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/seta-terracota.svg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.button:hover {
  border-style: solid;
  border-width: 2px;
  background-color: #ca603a;
  background-image: url('../images/seta-branca.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.8;
  text-decoration: underline;
}

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

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

.button.home {
  position: static;
  display: inline-block;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 8px 20px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #d5841f;
  border-radius: 0px;
  font-family: neue-haas-grotesk-text;
  color: #d5841f;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

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

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

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

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

.button.home.interna {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 10px 30px;
  border-color: #e58703;
  border-radius: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

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

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

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

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

.button.white {
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
}

.button.download {
  display: inline-block;
  padding: 30px;
  background-image: url('../images/icone-download-laranja.png');
  background-position: 50% 50%;
  background-size: 46%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
  letter-spacing: 1px;
}

.button.download:hover {
  background-image: url('../images/icone-download_1icone-download.png');
  background-position: 50% 50%;
  background-size: 46%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button.preto {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button.preto:hover {
  background-color: #000;
  color: #b6a388;
}

.button.internas {
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  letter-spacing: 2px;
  mix-blend-mode: normal;
}

.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: 480px;
  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: #ca603a;
  background-image: url('../images/banner-internas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  text-align: center;
}

.section-4.interna {
  width: auto;
  height: 500px;
  max-height: none;
  min-height: auto;
  margin-top: -92px;
  background-color: transparent;
  background-image: url('../images/bg-banner.jpg');
  background-position: 50% 50%;
  text-align: center;
}

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

.section-4.interna.institucional {
  height: auto;
  min-height: 500px;
  margin-top: -94px;
  background-image: url('../images/bg-banner.jpg');
}

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

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

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

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

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

.section-4.interna.release {
  height: auto;
  min-height: 500px;
  margin-top: -94px;
  background-image: url('../images/banner-release.jpg');
}

.section-4.testeira-home {
  width: 100%;
  height: auto;
  min-height: 600px;
  margin-top: 0px;
  padding-left: 0px;
  background-color: #ca603a;
  background-image: url('../images/Banner.jpg');
  background-position: 0% 50%;
  background-size: cover;
  text-align: center;
}

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

.section-8 {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #000;
  background-image: url('../images/BG-Obras.svg');
  background-position: 0% 100%;
  background-size: 45%;
  background-repeat: no-repeat;
  opacity: 1;
  color: transparent;
}

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

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

.container-5 {
  margin-top: 0px;
  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: #ca603a;
}

.container-6 {
  display: block;
  margin-top: 0px;
  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;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

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

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

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

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  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: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  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: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}

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

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

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

.italic-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

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

.italic-text-3 {
  border: 2px none #000;
  font-family: 'Material design iconic font';
  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';
}

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

.italic-text-5 {
  position: static;
  font-family: 'Material design iconic font';
  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-link-2.w--current {
  margin-top: 0px;
}

.logo-image-2 {
  display: block;
  margin-top: 0px;
}

.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 {
  margin-top: 0px;
  padding: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.menu-button-2.w--open {
  margin-top: 0px;
  margin-right: 0px;
  padding: 15px;
  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;
  color: #444;
  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;
  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;
  color: #fff;
}

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

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

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

.link-4 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-4:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-4:active {
  text-decoration: underline;
}

.link-5 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-5:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-6 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-6:hover {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

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

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

.link-7 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-7:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-8 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-8:hover {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-9 {
  color: #ffce48;
}

.link-10 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  cursor: pointer;
}

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

.section-10 {
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #082b46;
}

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

.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 {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #fff;
}

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

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

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

.navigation-item-3 {
  display: block;
  padding: 20px 60px 20px 0px;
  background-color: #b6a388;
  opacity: 1;
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-item-3:hover {
  padding-bottom: 20px;
  opacity: 1;
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

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

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

.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';
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bold-text-22 {
  font-family: Raleway;
  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 solid 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;
  overflow: visible;
  -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_1.svg');
  background-position: 100% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}

.paragraph-10 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0px none #000;
  background-color: transparent;
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.paragraph-11 {
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

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

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

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

.container-9 {
  margin-top: 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: solid none none;
  border-width: 1px 0px 0px;
  border-color: #e6e6e6 #fff #fff;
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0px;
}

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

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

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

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

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

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

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

.div-block-5 {
  padding-top: 0px;
  padding-right: 40px;
  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;
  color: #fff;
  font-weight: 500;
}

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

.section-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #000;
  color: #8e1f60;
}

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

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

.grid-8 {
  margin-top: 20px;
  margin-bottom: 0px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 11px 1fr 11px 1fr 11px 1fr 11px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(120px, 120fr) 11px 120px;
  grid-template-rows: minmax(120px, 120fr) 120px;
}

.grid-8._1 {
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-8._2 {
  grid-auto-columns: 0.25fr;
}

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

.slider-4 {
  height: 340px;
  margin-top: 20px;
  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 {
  margin-top: 0px;
  color: #d64310;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}

.icon-3 {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 40px;
  color: #000;
  text-align: center;
}

.icon-4 {
  margin-top: 120px;
  margin-right: 40px;
  margin-bottom: 120px;
  color: #000;
  text-align: center;
}

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

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

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

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

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

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

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

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

.bold-text-29 {
  font-family: Raleway;
  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;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bold-text-32 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

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

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

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

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

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

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

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

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

.paragraph-17.gray {
  color: #444;
}

.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: #444;
  border-bottom-color: #444;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-span {
  color: #d5841f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-text;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-20 {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Gotham, sans-serif;
  color: #ca603a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.text-block-6 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.heading-22 {
  margin-top: 5px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Raleway;
  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;
  color: #444;
  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;
  color: #444;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}

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

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

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

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

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

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

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

.heading-27.branco {
  color: #fff;
}

.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: auto;
  padding: 0px;
  border: 0px none #000;
  background-color: transparent;
  text-align: center;
}

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

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

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

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

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

.div-block-16 {
  height: auto;
  min-height: 400px;
  background-image: url('../images/DG-16.jpg');
  background-position: 50% 50%;
  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: 100px 0px 120px;
  background-color: #000;
}

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

.heading-29.b {
  margin-top: 5px;
  font-family: Raleway;
  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;
  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;
  color: #444;
  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: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}

.div-block-21 {
  position: static;
  margin: 40px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.heading-31 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway;
  color: #444;
  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;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-23 {
  position: relative;
  margin: 20px 0px 50px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

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

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

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

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

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

.link-40 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link-40:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-41 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-41:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-42 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-42:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-43 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-43:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-44 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-44:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-45 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-45:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

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

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

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

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

.video-2 {
  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;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.divisor {
  display: inline-block;
  padding-right: 100px;
  padding-left: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.divisor.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: 80%;
  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: 400;
}

.div-block-26 {
  min-height: auto;
  background-image: url('../images/Desenhar.jpg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: -4px 4px 10px 3px #000;
}

.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: 100px;
  padding-left: 100px;
  border-bottom: 1px solid #082b46;
}

.link-55 {
  color: #444;
  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: #444;
  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: #444;
  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;
  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;
  color: #444;
  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: 0px;
  border-bottom: 1px solid #082b46;
  font-family: Oswald, sans-serif;
  color: #082b46;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.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;
  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: #444;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

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

.link-57 {
  color: #444;
}

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

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

.heading-35 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 60px;
  font-family: Raleway;
  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-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  clear: left;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #000;
  background-color: #082b46;
  opacity: 1;
}

.button-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  margin-top: 7px;
  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;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

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

.link-59 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-59:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

.link-60 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.link-60:hover {
  color: #e6e6e6;
  font-weight: 400;
  text-decoration: underline;
}

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

.link-61 {
  font-family: Raleway;
  color: #444;
}

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

.div-block-34 {
  display: inline-block;
  width: 440px;
  min-height: 200px;
  margin-top: 160px;
  margin-left: 460px;
  padding: 40px;
  background-color: #ca603a;
  color: transparent;
}

.label {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.branco {
  color: #fff;
  text-align: center;
}

.label.branco.left {
  text-align: left;
}

.label.preto {
  color: #000;
}

.paragraph-30 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-31 {
  margin-top: 32px;
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-32 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-33 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.section-28 {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #191919;
  background-image: url('../images/BG-Audiovisuais.svg');
  background-position: 0% 100%;
  background-size: 80%;
  background-repeat: no-repeat;
}

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

.paragraph-34 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.column-8 {
  padding-left: 0px;
}

.bold-text-52 {
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.bold-text-53 {
  font-size: 18px;
}

.link-62 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.link-62:hover {
  opacity: 0.8;
  font-weight: 400;
}

.bold-text-54 {
  font-size: 18px;
}

.bold-text-55 {
  font-size: 18px;
}

.button-17 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-website.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-17:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.button-18 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-youtube.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-18:hover {
  opacity: 1;
}

.button-19 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-instagram.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-19:hover {
  opacity: 1;
}

.button-20 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-spotify.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-20:hover {
  opacity: 1;
}

.button-21 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-21:hover {
  opacity: 1;
}

.button-22 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-facebook.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-22:hover {
  opacity: 1;
}

.button-23 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-linkedin.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-23:hover {
  opacity: 1;
}

.button-24 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-website.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-24:hover {
  opacity: 1;
}

.button-25 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-facebook.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-25:hover {
  opacity: 1;
}

.button-26 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-instagram.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-26:hover {
  opacity: 1;
}

.button-27 {
  padding-top: 13px;
  padding-left: 13px;
}

.button-28 {
  margin-right: 10px;
  padding: 13px;
  background-color: transparent;
  background-image: url('../images/icon-linkedin.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
  cursor: pointer;
}

.button-28:hover {
  opacity: 1;
}

.link-63 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

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

.link-64 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

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

.div-block-36 {
  position: relative;
  left: 0px;
  top: 200px;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 350px;
  min-height: 57px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  border: 0px solid #000;
  background-image: url('../images/Release.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-36 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.div-block-37 {
  width: 125%;
  min-height: 10px;
  background-color: #fff;
}

.bold-text-56 {
  color: #082b46;
}

.bold-text-57 {
  color: #082b46;
}

.bold-text-58 {
  color: #082b46;
}

.bold-text-59 {
  color: #082b46;
}

.bold-text-60 {
  color: #082b46;
}

.bold-text-61 {
  color: #082b46;
}

.bold-text-62 {
  color: #082b46;
}

.bold-text-63 {
  color: #082b46;
}

.bold-text-64 {
  color: #082b46;
}

.bold-text-65 {
  color: #082b46;
}

.paragraph-35 {
  font-family: Oswald, sans-serif;
  color: #082b46;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

.div-block-38 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 0px;
  border-top: 0px none #082b46;
}

.link-65 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.link-66 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.bold-text-66 {
  color: #082b46;
}

.bold-text-67 {
  color: #082b46;
}

.link-67 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.link-68 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.bold-text-68 {
  color: #082b46;
}

.link-69 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.bold-text-69 {
  color: #082b46;
}

.bold-text-70 {
  color: #082b46;
}

.bold-text-71 {
  color: #082b46;
}

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

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

.slide-10 {
  padding-right: 50px;
  padding-left: 50px;
}

.slide-11 {
  padding-right: 50px;
  padding-left: 50px;
}

.slide-12 {
  padding-right: 50px;
  padding-left: 50px;
}

.grid-19 {
  margin-top: 20px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 120px 120px;
  grid-template-rows: 120px 120px;
}

.grid-19._2 {
  grid-column-gap: 11px;
}

.grid-20 {
  margin-top: 10px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 11px 1fr 11px 1fr 11px 1fr 11px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 130px 11px 130px;
  grid-template-rows: 130px 130px;
}

.grid-21 {
  margin-top: 0px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 130px 130px;
  grid-template-rows: 130px 130px;
}

.lightbox-link-2 {
  background-image: url('../images/01_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-3 {
  background-image: url('../images/02_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-4 {
  background-image: url('../images/03_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-5 {
  background-image: url('../images/04_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-6 {
  background-image: url('../images/05_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-7 {
  background-image: url('../images/06_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-8 {
  background-image: url('../images/07_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-9 {
  background-image: url('../images/08_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-10 {
  background-image: url('../images/09_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-11 {
  background-image: url('../images/010_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-12 {
  background-image: url('../images/011_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-13 {
  background-image: url('../images/012_BispoDoRosario_1012_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-14 {
  background-image: url('../images/013_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-15 {
  background-image: url('../images/014_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-16 {
  background-image: url('../images/015_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-17 {
  background-image: url('../images/016_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-18 {
  background-image: url('../images/017_BispoDoRosario.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.lightbox-link-19 {
  background-image: url('../images/018_BispoDoRosario.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.lightbox-link-20 {
  background-image: url('../images/019_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-21 {
  background-image: url('../images/020_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.lightbox-link-22 {
  background-image: url('../images/021_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-23 {
  background-image: url('../images/022_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-24 {
  background-image: url('../images/023_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-25 {
  background-image: url('../images/024_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-26 {
  background-image: url('../images/025_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-27 {
  background-image: url('../images/026_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-28 {
  background-image: url('../images/027_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-29 {
  background-image: url('../images/028_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-30 {
  background-image: url('../images/029_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-31 {
  background-image: url('../images/030_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-32 {
  background-image: url('../images/031_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-33 {
  background-image: url('../images/032_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-34 {
  background-image: url('../images/033_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-35 {
  background-image: url('../images/034_BispoDoRosario_1034_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-36 {
  background-image: url('../images/035_BispoDoRosario_1035_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-37 {
  background-image: url('../images/036_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-38 {
  background-image: url('../images/037_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.grid-22 {
  margin-top: 10px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-areas: "Area Area Area-3 Area-2 Area-2"
    "Area Area Area-3 Area-2 Area-2";
  -ms-grid-columns: 1fr 11px 1fr 11px 1fr 11px 1fr 11px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 130px 11px 130px;
  grid-template-rows: 130px 130px;
}

.lightbox-link-39 {
  background-image: url('../images/038_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-40 {
  background-image: url('../images/039_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-41 {
  background-image: url('../images/040_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-42 {
  background-image: url('../images/041_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-43 {
  background-image: url('../images/042_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-44 {
  background-image: url('../images/043_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-23 {
  margin-top: 10px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-areas: "Area Area Area-2 Area-2 ."
    "Area Area . Area-3 Area-3";
  -ms-grid-columns: 1fr 11px 1fr 11px 1fr 11px 1fr 11px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 130px 11px 130px;
  grid-template-rows: 130px 130px;
}

.lightbox-link-45 {
  background-image: url('../images/044_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-46 {
  background-image: url('../images/045_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.lightbox-link-47 {
  background-image: url('../images/046_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-48 {
  background-image: url('../images/047_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-49 {
  background-image: url('../images/048_BispoDoRosario.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-70 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
}

.link-70:hover {
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}

.link-71 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
  cursor: pointer;
}

.link-71:hover {
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-72 {
  color: #082b46;
}

.bold-text-73 {
  color: #082b46;
}

.link-72 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.link-72:hover {
  opacity: 0.8;
  font-weight: 400;
}

.link-73 {
  font-family: Inconsolata, monospace;
  color: #082b46;
}

.link-73:hover {
  opacity: 0.8;
  font-weight: 400;
}

.link-74 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.link-74:hover {
  opacity: 0.8;
  font-weight: 400;
}

.link-75 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.link-75:hover {
  opacity: 0.8;
  font-weight: 400;
}

.link-76 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.link-76:hover {
  opacity: 0.8;
  font-weight: 400;
}

.link-77 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #082b46;
}

.link-77:hover {
  opacity: 0.8;
  font-weight: 400;
}

.bold-text-74 {
  color: #082b46;
}

.bold-text-75 {
  color: #082b46;
}

.grid-24 {
  margin: 100px 50px 120px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-13 {
  padding-right: 50px;
  padding-left: 50px;
}

.lightbox-link-50 {
  background-image: url('../images/DG-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-51 {
  background-image: url('../images/DG-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-52 {
  background-image: url('../images/DG-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-53 {
  background-image: url('../images/DG-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-54 {
  background-image: url('../images/DG-09.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.lightbox-link-55 {
  background-image: url('../images/DG-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-56 {
  background-image: url('../images/DG-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-57 {
  background-image: url('../images/DG-12.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.lightbox-link-58 {
  background-image: url('../images/DG-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-59 {
  background-image: url('../images/DG-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-60 {
  background-image: url('../images/DG-15.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-61 {
  background-image: url('../images/DG-27.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-62 {
  background-image: url('../images/DG-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-63 {
  background-image: url('../images/DG-22.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-64 {
  background-image: url('../images/DG-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-65 {
  background-image: url('../images/DG-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-66 {
  background-image: url('../images/DG-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-67 {
  background-image: url('../images/DG-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-68 {
  background-image: url('../images/DG-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-69 {
  background-image: url('../images/DG-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-70 {
  background-image: url('../images/DG-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-71 {
  background-image: url('../images/DG-22.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-72 {
  background-image: url('../images/DG-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-73 {
  background-image: url('../images/DG-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-74 {
  background-image: url('../images/DG-25.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-75 {
  background-image: url('../images/DG-26.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.navigation-item-4 {
  display: block;
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item-4:hover {
  color: #ca603a;
  font-weight: 900;
  text-decoration: none;
}

.navigation-item-4.w--current {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item-4.w--current:hover {
  font-family: Gotham, sans-serif;
  color: #ca603a;
  font-weight: 900;
  text-decoration: none;
}

.grid-25 {
  margin: 100px 50px 120px;
  padding-left: 0px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area Area-2 Area-3"
    "Area-4 Area-4 Area-3"
    "Area-4 Area-4 Area-3"
    "Area-5 Area-6 Area-7"
    "Area-5 Area-6 Area-7"
    "Area-8 Area-9 Area-9"
    "Area-8 Area-9 Area-9"
    "Area-10 Area-11 Area-12"
    "Area-10 Area-11 Area-12";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 190px 15px 190px 15px 190px 15px 190px 15px 190px 15px 190px 15px 190px 15px 190px 15px 190px 15px 190px;
  grid-template-rows: 190px 190px 190px 190px 190px 190px 190px 190px 190px 190px;
  background-color: transparent;
}

.div-block-40 {
  min-height: 700px;
}

.div-block-41 {
  min-height: auto;
  background-image: url('../images/DG-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-76 {
  color: #d9d9d9;
  font-weight: 900;
  text-decoration: none;
}

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

.bold-text-77 {
  font-family: Gotham, sans-serif;
  font-size: 20px;
}

.link-78 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-78:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-79 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-79:hover {
  font-weight: 400;
  text-decoration: underline;
}

.heading-37 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

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

.paragraph-36 {
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-decoration: none;
}

.html-embed {
  max-height: 20px;
  max-width: 100px;
}

.link-80 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-80:hover {
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-79 {
  font-weight: 700;
  text-align: left;
}

.block-quote-4 {
  margin-bottom: 40px;
  background-color: transparent;
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}

.italic-text-30 {
  font-family: Inconsolata, monospace;
  text-align: justify;
}

.bold-text-80 {
  color: #919191;
  font-weight: 400;
  text-align: left;
}

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

.link-81 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-81:hover {
  font-weight: 400;
}

.list {
  color: #b6a388;
}

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

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

.paragraph-37 {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.div-block-44 {
  margin-top: 40px;
  border-top: 1px solid #000;
}

.link-82 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  line-height: 30px;
  text-decoration: none;
}

.link-82:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-83 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-83:hover {
  text-decoration: underline;
}

.link-84 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-85 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-86 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-87 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.link-88 {
  font-family: Inconsolata, monospace;
  color: #b6a388;
  text-decoration: none;
}

.bold-text-82 {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.bold-text-83 {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.link-89 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 13px;
  text-decoration: none;
}

.link-89:hover {
  font-weight: 400;
  text-decoration: underline;
}

.heading-38 {
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  color: #d9d9d9;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.italic-text-32 {
  font-family: 'Gotham book', sans-serif;
}

.div-block-45 {
  padding: 0px 20px;
  background-color: transparent;
  text-align: center;
}

.heading-39 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #d9d9d9;
  line-height: 35px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.paragraph-38 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
}

.section-30 {
  background-color: #191919;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}

.carrossel {
  background-color: transparent;
}

.div-block-46 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.button-29 {
  position: static;
  width: 100%;
  min-height: 100%;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/DG-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  -webkit-perspective: 1059px;
  perspective: 1059px;
  -webkit-transform: perspective(39px);
  transform: perspective(39px);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.button-29:hover {
  border-style: none;
  border-width: 4px;
  border-color: #ca603a;
  border-radius: 1px;
  -webkit-filter: none;
  filter: none;
  mix-blend-mode: normal;
}

.button-30 {
  width: 100%;
  min-height: 100%;
  background-color: transparent;
  background-image: url('../images/DG-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-31 {
  width: 100%;
  min-height: 100%;
  background-color: #ca603a;
}

.div-block-47 {
  padding: 20px 10px 40px;
  text-align: center;
}

.heading-40 {
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  color: #d9d9d9;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.paragraph-39 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
}

.button-32 {
  background-color: transparent;
  background-image: url('../images/ZeBezerra.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-32:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.button-33 {
  background-color: transparent;
  background-image: url('../images/JulianaDosSantosVingancaDeCamFina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-33:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.button-34 {
  background-color: transparent;
  background-image: url('../images/KeilaSankifaOculosDeOkotoFotoCayqueSantana.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-filter: saturate(35%);
  filter: saturate(35%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-34:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.button-35 {
  background-color: transparent;
  background-image: url('../images/CarmeziaEmilianLendadoCaracarana.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-35:hover {
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
}

.button-36 {
  background-color: transparent;
  background-image: url('../images/DenilsonBaniwaCopiaDeContatosImediatos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-36:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.button-37 {
  background-color: transparent;
  background-image: url('../images/JoaoCandido.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-37:hover {
  background-size: cover;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  mix-blend-mode: normal;
}

.button-38 {
  background-color: transparent;
  background-image: url('../images/Dalva.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-38:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.button-39 {
  background-color: transparent;
  background-image: url('../images/AislanPankararuRastros.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-39:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.paragraph-40 {
  margin-top: 34px;
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 30px;
}

.lightbox-link-76 {
  background-image: url('../images/ZeBezerra.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(20%);
  filter: saturate(20%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-76:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-77 {
  background-image: url('../images/JulianaDosSantosVingancaDeCamFina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-77:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-78 {
  background-image: url('../images/KeilaSankifaOculosDeOkotoFotoCayqueSantana.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-78:hover {
  -webkit-filter: saturate(130%);
  filter: saturate(130%);
}

.lightbox-link-79 {
  background-image: url('../images/CarmeziaEmilianLendadoCaracarana.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(20%);
  filter: saturate(20%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-79:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-80 {
  background-image: url('../images/DenilsonBaniwaCopiaDeContatosImediatos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-80:hover {
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.lightbox-link-81 {
  background-image: url('../images/Dalva.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-81:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-82 {
  background-image: url('../images/AislanPankararuRastros.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-82:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-83 {
  background-image: url('../images/JoaoCandido.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-83:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-84 {
  background-image: url('../images/LuanaVitraFioDesencapadoIscaDeConfusao.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-84:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-85 {
  background-image: url('../images/GustavoCaboco-EncontroDiFusos.jpg');
  background-position: 44% 50%;
  background-size: cover;
  -webkit-filter: saturate(20%);
  filter: saturate(20%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-85:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lightbox-link-86 {
  background-image: url('../images/AcervoDaArtistaDivulgacao.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.lightbox-link-86:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.italic-text-33 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-decoration: none;
}

.italic-text-33:hover {
  font-weight: 400;
  text-decoration: underline;
}

.italic-text-34 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-decoration: none;
}

.italic-text-34:hover {
  font-weight: 400;
  text-decoration: underline;
}

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

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

.div-block-48 {
  position: relative;
  top: 220px;
  display: inline-block;
  width: 550px;
  height: 49px;
  background-image: url('../images/Institucional.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-84 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.div-block-49 {
  position: relative;
  top: 200px;
  display: inline-block;
  width: 500px;
  height: 55px;
  background-image: url('../images/Curatorial.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-41 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.paragraph-41 {
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.text-block-16 {
  border-top: 1px solid #000;
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.div-block-50 {
  position: relative;
  top: 200px;
  display: inline-block;
  width: 320px;
  height: 73px;
  background-image: url('../images/Obras.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-51 {
  position: relative;
  top: 200px;
  display: inline-block;
  width: 350px;
  height: 55px;
  background-image: url('../images/Artistas.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-85 {
  color: #ca603a;
  font-weight: 400;
}

.bold-text-86 {
  color: #ca603a;
  font-weight: 400;
}

.bold-text-87 {
  color: #ca603a;
  font-weight: 400;
}

.link-92 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-decoration: none;
}

.link-92:hover {
  text-decoration: underline;
}

.div-block-52 {
  position: relative;
  top: 180px;
  display: inline-block;
  width: 500px;
  height: 109px;
  background-image: url('../images/Educativo-Acessilidade.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-17 {
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  letter-spacing: 2px;
  text-indent: 0px;
  text-transform: uppercase;
}

.text-block-17:active {
  color: #e6e6e6;
}

.text-block-18 {
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link-tab-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  background-color: #ca603a;
  font-family: 'Gotham book', sans-serif;
}

.tab-link-tab-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  font-size: 16px;
  letter-spacing: 1px;
}

.tab-link-tab-1.w--current {
  background-color: #ca603a;
  font-style: normal;
}

.tab-link-tab-1.w--current:active {
  font-weight: 400;
}

.tabs-menu {
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #444;
}

.paragraph-42 {
  margin-bottom: 40px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.heading-42 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.bold-text-88 {
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
}

.bold-text-89 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}

.link-93 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-decoration: none;
}

.link-93:hover {
  font-family: 'Gotham book', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-90 {
  font-family: Gotham, sans-serif;
}

.bold-text-91 {
  font-family: Gotham, sans-serif;
}

.bold-text-92 {
  font-family: Gotham, sans-serif;
}

.bold-text-93 {
  font-family: Gotham, sans-serif;
}

.bold-text-94 {
  font-family: Gotham, sans-serif;
}

.bold-text-95 {
  font-family: Gotham, sans-serif;
}

.bold-text-96 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.bold-text-97 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.bold-text-98 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.bold-text-99 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.bold-text-100 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.link-94 {
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  text-decoration: none;
}

.link-94:hover {
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-101 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.bold-text-102 {
  font-family: Gotham, sans-serif;
  font-size: 23px;
  font-weight: 900;
}

.bold-text-103 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.bold-text-104 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.paragraph-43 {
  margin-top: 10px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.paragraph-44 {
  margin-bottom: 60px;
  font-family: 'Gotham book', sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.tab-link-tab-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-transform: uppercase;
}

.tab-link-tab-3.w--current {
  background-color: #ca603a;
  color: #d9d9d9;
}

.text-block-19 {
  background-color: transparent;
  color: #d9d9d9;
  font-size: 16px;
  letter-spacing: 1px;
}

.text-block-20 {
  margin-top: 40px;
  text-align: left;
}

.link-95 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-decoration: none;
}

.link-95:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-96 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-decoration: none;
}

.link-96:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-97 {
  font-family: 'Gotham book', sans-serif;
  color: #ca603a;
  text-decoration: none;
}

.link-97:hover {
  text-decoration: underline;
}

.text-block-21 {
  text-align: justify;
}

.div-block-53 {
  margin-top: 40px;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 120px;
    padding-bottom: 140px;
    background-size: 45%;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 140px;
    background-size: 800px;
  }

  .section-4.testeira-home {
    min-height: 750px;
  }

  .grid._3col {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .section-8 {
    padding-top: 120px;
    padding-bottom: 140px;
    background-size: 35%;
  }

  .grid-2 {
    padding-right: 80px;
    padding-left: 80px;
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .navigation-2 {
    padding: 20px 80px;
  }

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

  .section-22 {
    padding-top: 120px;
    padding-bottom: 140px;
  }

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

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

  .div-block-26 {
    background-position: 50% 0%;
  }

  .div-block-34 {
    width: 540px;
    min-height: 310px;
    margin-top: 245px;
    margin-left: 480px;
    padding: 60px;
  }

  .section-28 {
    padding-top: 120px;
    background-size: 60%;
  }

  .grid-24 {
    margin: 120px 80px 140px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .navigation-item-4 {
    padding-right: 92px;
  }

  .grid-25 {
    margin: 120px 80px 140px;
  }

  .div-block-49 {
    top: 210px;
  }
}

@media screen and (max-width: 991px) {
  .heading.preto.left {
    text-align: center;
  }

  .section {
    padding: 0px;
    clear: none;
    background-size: 80%;
  }

  .section-3 {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 80%;
  }

  .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: auto;
    min-height: 432px;
    margin-top: 0px;
    background-color: transparent;
    background-image: url('../images/banner-internas.jpg');
    background-size: cover;
    background-repeat: repeat;
  }

  .section-4.interna {
    height: 500px;
    margin-top: -76px;
    background-position: 90% 50%;
  }

  .section-4.interna.institucional {
    margin-top: -78px;
    background-position: 100% 50%;
  }

  .section-4.testeira-home {
    height: auto;
    min-height: 433px;
    margin-top: 0px;
    background-color: transparent;
    background-image: url('../images/Banner.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

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

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

  .grid._3col {
    margin-top: 90px;
    margin-bottom: 100px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-8 {
    padding: 0px 40px;
    background-size: 70%;
  }

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

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

  .container-6 {
    padding: 0px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-10 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-3 {
    font-size: 17px;
    line-height: 30px;
  }

  .grid-2 {
    padding: 90px 40px 60px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

  .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: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    color: #fff;
  }

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

  .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 {
    margin-top: 0px;
    padding: 15px;
  }

  .menu-button-2.w--open {
    margin-top: 0px;
    padding: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    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: 25px 30px;
    background-color: #000;
  }

  .navigation-items-3 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }

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

  .navigation-item-3 {
    display: block;
    padding: 20px 40px 20px 30px;
    background-color: #b6a388;
    color: #000;
    font-size: 18px;
    text-align: right;
  }

  .navigation-item-3:hover {
    padding-bottom: 20px;
    background-color: #b6a388;
    opacity: 1;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
  }

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

  .navigation-item-3:focus {
    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;
  }

  .div-block-5 {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #082b46;
    text-align: center;
  }

  .image-15 {
    max-width: 45%;
    margin-bottom: -25px;
  }

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

  .div-block-6 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .grid-8 {
    grid-template-areas: "Area";
    -ms-grid-rows: minmax(100px, 100fr) 100px;
    grid-template-rows: minmax(100px, 100fr) 100px;
  }

  .slider-4 {
    height: 290px;
  }

  .button-4 {
    height: 100px;
  }

  .icon-3 {
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 30px;
  }

  .icon-4 {
    margin-top: 90px;
    margin-right: 30px;
    margin-bottom: 90px;
  }

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

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

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

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

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

  .div-block-21 {
    margin: 40px 0px;
    -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: 'Gotham book', sans-serif;
    color: #e6e6e6;
  }

  .link-41 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
  }

  .link-42 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
  }

  .link-43 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
  }

  .link-44 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
  }

  .link-45 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
  }

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

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

  .div-block-23 {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }

  .div-block-24 {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }

  .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: 40%;
    text-align: left;
  }

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

  .div-block-26 {
    min-height: 600px;
    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;
  }

  .div-block-33 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

  .div-block-34 {
    width: 310px;
    min-height: 170px;
    margin-top: 140px;
    margin-left: 310px;
    padding: 40px;
  }

  .label.branco.left {
    text-align: center;
  }

  .paragraph-31 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .section-28 {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 100%;
  }

  .column-8 {
    text-align: center;
  }

  .column-9 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-36 {
    left: 0%;
    top: 200px;
    width: 300px;
    min-height: 50px;
  }

  .heading-36 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3px;
  }

  .div-block-37 {
    width: 125%;
    min-height: 9px;
  }

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

  .grid-19 {
    -ms-grid-rows: 100px 100px;
    grid-template-rows: 100px 100px;
  }

  .grid-20 {
    grid-auto-rows: 100pxpx;
    -ms-grid-rows: 100px 100px;
    grid-template-rows: 100px 100px;
  }

  .grid-21 {
    -ms-grid-rows: 100px 100px;
    grid-template-rows: 100px 100px;
  }

  .grid-22 {
    margin-top: 0px;
    grid-template-areas: "Area Area Area-3 Area-2 Area-2"
      "Area Area Area-3 Area-2 Area-2";
    -ms-grid-rows: 100px 100px;
    grid-template-rows: 100px 100px;
  }

  .grid-23 {
    grid-template-areas: "Area Area Area-2 Area-2 ."
      "Area Area . Area-3 Area-3";
    -ms-grid-rows: 100px 100px;
    grid-template-rows: 100px 100px;
  }

  .grid-24 {
    margin: 60px 40px 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navigation-item-4 {
    padding-top: 21px;
    padding-right: 40px;
    padding-bottom: 21px;
    background-color: #000;
    font-size: 19px;
  }

  .navigation-item-4.w--current {
    padding-top: 21px;
    padding-right: 40px;
    padding-bottom: 21px;
    background-color: #000;
    font-size: 19px;
    font-weight: 900;
  }

  .grid-25 {
    grid-auto-rows: 90px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto 90px 90px 90px 90px 90px 90px 90px 90px;
    grid-template-rows: auto auto 90px 90px 90px 90px 90px 90px 90px 90px;
  }

  .div-block-41 {
    min-height: 600px;
  }

  .div-block-42 {
    margin-top: 90px;
    margin-bottom: 100px;
  }

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

  .paragraph-40 {
    margin-top: 0px;
  }

  .div-block-48 {
    top: 200px;
    width: 520px;
    height: 46px;
  }

  .div-block-49 {
    top: 190px;
  }

  .div-block-50 {
    top: 180px;
    width: 300px;
    height: 68px;
  }

  .div-block-51 {
    top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: 90%;
  }

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

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

  .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: auto;
    min-height: 470px;
    margin-top: 0px;
    background-image: url('../images/banner-internas.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .section-4.interna {
    height: 500px;
    margin-top: -68px;
    background-position: 90% 50%;
  }

  .section-4.interna.institucional {
    margin-top: -68px;
    background-position: 90% 50%;
  }

  .section-4.testeira-home {
    width: 100%;
    height: auto;
    min-height: 475px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-image: url('../images/Banner.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .section-8 {
    padding: 90px 40px 100px;
  }

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

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

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

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

  .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;
    color: #000;
    text-align: center;
  }

  .grid-2 {
    padding: 80px 40px 60px;
    text-align: center;
  }

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

  .grid-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: 120px 120px 120px 120px 120px;
    grid-template-rows: 120px 120px 120px 120px 120px;
  }

  .button-2 {
    width: 75px;
  }

  .button-2._1 {
    width: auto;
    height: auto;
    background-position: 50% 40%;
  }

  .button-2._2 {
    width: auto;
    height: auto;
    background-position: 50% 40%;
  }

  .button-2._3 {
    width: auto;
    height: auto;
  }

  .button-2._4 {
    width: auto;
    height: auto;
  }

  .button-2._5 {
    width: auto;
    height: auto;
  }

  .button-2._6 {
    width: auto;
    height: auto;
  }

  .button-2._7 {
    width: auto;
    height: auto;
  }

  .button-2._8 {
    width: auto;
    height: auto;
  }

  .button-2._9 {
    width: auto;
    height: auto;
  }

  .button-2._10 {
    width: auto;
    height: auto;
  }

  .button-2._11 {
    width: auto;
    height: auto;
  }

  .button-2._12 {
    width: auto;
    height: auto;
  }

  .button-2._13 {
    width: auto;
    height: auto;
  }

  .button-2._14 {
    width: auto;
    height: auto;
    background-position: 50% 0%;
  }

  .button-2._11 {
    width: auto;
    height: auto;
  }

  .button-2._12 {
    width: auto;
    height: auto;
  }

  .button-2._13 {
    width: auto;
    height: auto;
  }

  .button-2._14 {
    width: auto;
    height: auto;
  }

  .button-2._15 {
    width: auto;
    height: auto;
  }

  .button-2._11 {
    width: auto;
    height: auto;
  }

  .button-2._22 {
    width: auto;
    height: auto;
  }

  .button-2._23 {
    width: auto;
    height: auto;
  }

  .button-2._16 {
    width: auto;
    height: auto;
  }

  .button-2._17 {
    width: auto;
    height: auto;
  }

  .button-2._18 {
    width: auto;
    height: auto;
  }

  .button-2._19 {
    width: auto;
    height: auto;
  }

  .button-2._21 {
    width: auto;
    height: auto;
  }

  .button-2._20 {
    width: auto;
    height: auto;
  }

  .slide-3 {
    position: relative;
  }

  .icon {
    display: block;
    margin-top: 360px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .icon-2 {
    margin-top: 360px;
    margin-bottom: 0px;
  }

  .slide-5 {
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .slider-2 {
    height: 53%;
    margin-bottom: 0px;
  }

  .slide-nav-2 {
    margin-top: 10px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr;
    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;
    -webkit-text-fill-color: inherit;
  }

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

  .navigation-wrap-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navigation-item-3 {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #b6a388;
    text-decoration: none;
  }

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

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

  .paragraph-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .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 {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .image-15 {
    max-width: 45%;
  }

  .div-block-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-8 {
    margin-top: 10px;
    grid-auto-rows: 150px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 150px 150px 150px 150px 150px;
    grid-template-rows: 150px 150px 150px 150px 150px;
  }

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

  .slider-4 {
    height: 870px;
  }

  .button-4 {
    height: 120px;
  }

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

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

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

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

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

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

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

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

  .div-block-16 {
    min-height: 750px;
    background-position: 50% 50%;
  }

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

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

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

  .div-block-21 {
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0px;
    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: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-41 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-42 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-43 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-44 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-45 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    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;
  }

  .div-block-26 {
    min-height: 500px;
  }

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

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

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

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

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

  .div-block-34 {
    display: inline-block;
    width: 350px;
    min-height: 135px;
    margin-top: 150px;
    margin-left: 0px;
    text-align: center;
  }

  .column-8 {
    padding-right: 0px;
  }

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

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

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

  .div-block-36 {
    left: 0%;
    top: 210px;
    text-align: center;
  }

  .heading-36 {
    font-size: 34px;
    line-height: 35px;
    letter-spacing: 3px;
  }

  .div-block-37 {
    width: 118%;
    min-height: 8px;
  }

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

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

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

  .slide-10 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .slide-11 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .slide-12 {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .grid-20 {
    margin-top: 10px;
    grid-auto-rows: 150px;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 150px 150px 150px 150px 150px;
    grid-template-rows: 150px 150px 150px 150px 150px;
  }

  .grid-21 {
    grid-auto-rows: 150px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 150px 150px 150px 150px 150px;
    grid-template-rows: 150px 150px 150px 150px 150px;
  }

  .grid-22 {
    grid-template-areas: "Area Area"
      "Area Area"
      "Area-3 Area-3"
      "Area-2 Area-2"
      "Area-2 Area-2";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 150px 150px 150px 150px 150px;
    grid-template-rows: 150px 150px 150px 150px 150px;
  }

  .grid-23 {
    grid-auto-rows: 150px;
    grid-template-areas: "Area Area"
      "Area Area"
      "Area-2 Area-2"
      ". ."
      "Area-3 Area-3";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 150px 150px 150px 150px 150px;
    grid-template-rows: 150px 150px 150px 150px 150px;
  }

  .bold-text-72 {
    color: #082b46;
  }

  .navigation-item-4 {
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    font-size: 19px;
    text-align: center;
  }

  .navigation-item-4.w--current {
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    font-size: 19px;
    font-weight: 900;
  }

  .grid-25 {
    margin-top: 40px;
    grid-auto-rows: 75px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-areas: "Area Area Area"
      "Area Area Area"
      "Area-2 Area-4 Area-3"
      "Area-2 Area-4 Area-3"
      "Area-5 Area-6 Area-3"
      "Area-5 Area-6 Area-3"
      "Area-7 Area-8 Area-9"
      "Area-7 Area-8 Area-9"
      "Area-10 Area-11 Area-12"
      "Area-10 Area-11 Area-12";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px 10px 200px 10px 75px 10px 75px 10px 75px 10px 75px 10px 75px 10px 75px 10px 75px 10px 75px;
    grid-template-rows: 200px 200px 75px 75px 75px 75px 75px 75px 75px 75px;
  }

  .div-block-42 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

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

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

  .div-block-48 {
    width: 490px;
    height: 44px;
  }

  .div-block-49 {
    top: 200px;
    width: 470px;
    height: 52px;
  }

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

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

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

  .div-block-50 {
    top: 190px;
  }

  .div-block-52 {
    width: 470px;
    height: 102px;
  }

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

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

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

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

  .tab-link-tab-3 {
    background-color: transparent;
    color: #d9d9d9;
  }

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

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

@media screen and (max-width: 479px) {
  .heading {
    font-size: 25px;
    line-height: 35px;
  }

  .section {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-size: 90%;
  }

  .section-3 {
    padding-right: 30px;
    padding-left: 30px;
    background-size: 90%;
  }

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

  .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: auto;
    min-height: 419px;
    margin-top: 0px;
    background-image: url('../images/banner-internas.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-4.interna {
    height: auto;
    min-height: 500px;
    margin-top: -72px;
    background-position: 90% 50%;
  }

  .section-4.interna.institucional {
    margin-top: -72px;
  }

  .section-4.testeira-home {
    height: auto;
    min-height: 418px;
    margin-top: 0px;
    background-color: #b6a388;
    background-image: url('../images/Banner.jpg');
    background-position: 24% 50%;
    background-size: cover;
    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 {
    margin-top: 100px;
    margin-bottom: 120px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-8 {
    padding: 100px 30px 120px;
    background-size: 90%;
  }

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

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

  .heading-10 {
    color: #444;
  }

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

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

  .paragraph-4 {
    color: #e6e6e6;
    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-link-2.w--current {
    margin-top: 0px;
  }

  .logo-image-2 {
    width: 180px;
    margin-top: 0px;
    color: #d5841f;
  }

  .menu-button-2 {
    margin-top: 0px;
    padding: 10px;
    -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 {
    margin-top: 0px;
    padding: 10px;
    -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: 'Gotham book', sans-serif;
  }

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

  .section-11 {
    padding: 0px 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: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    font-family: Inconsolata, monospace;
  }

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

  .navigation-item-3 {
    display: block;
    padding: 12px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }

  .navigation-item-3:hover {
    display: block;
    overflow: visible;
    padding-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #b6a388;
    opacity: 1;
    color: #000;
  }

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

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

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

  .accord-item-trigger {
    padding-right: 30px;
    padding-left: 30px;
    color: #b6a388;
    text-align: center;
  }

  .paragraph-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Gotham book', sans-serif;
    color: #ca603a;
    line-height: 20px;
    text-align: center;
  }

  .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 {
    padding-right: 0px;
    text-align: center;
  }

  .image-15 {
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: -45px;
  }

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

  .grid-8 {
    width: auto;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-rows: auto;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 90px 90px 90px 90px 90px;
    grid-template-rows: 90px 90px 90px 90px 90px;
  }

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

  .slider-4 {
    height: 650px;
    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: 270px;
    margin-bottom: 270px;
    margin-left: 40px;
  }

  .icon-4 {
    margin-top: 270px;
    margin-right: 40px;
    margin-bottom: 270px;
  }

  .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 {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .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-20 {
    font-size: 30px;
  }

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

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

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

  .div-block-16 {
    min-height: 500px;
    background-position: 50% 50%;
    background-size: cover;
  }

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

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

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

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

  .section-23 {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

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

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

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

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

  .link-40 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-41 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-42 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-43 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-44 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-45 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    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 {
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
  }

  .div-block-24 {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

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

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

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

  .div-block-26 {
    min-height: 500px;
  }

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

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

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

  .div-block-34 {
    width: 250px;
    min-height: auto;
    margin-top: 130px;
    margin-left: 0px;
    padding: 20px;
  }

  .section-28 {
    padding: 100px 30px 120px;
  }

  .column-9 {
    margin-bottom: 30px;
  }

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

  .div-block-36 {
    left: 0%;
    top: 180px;
    width: 280px;
    min-height: 46px;
    padding-left: 0px;
  }

  .heading-36 {
    padding-right: 0px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 3px;
  }

  .div-block-37 {
    width: 105%;
    min-height: 8px;
  }

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

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

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

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

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

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

  .grid-19 {
    grid-auto-rows: 100px;
    -ms-grid-rows: 100px 100px 100px 100px 100px;
    grid-template-rows: 100px 100px 100px 100px 100px;
  }

  .grid-20 {
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-rows: 100px;
    grid-template-areas: "Area Area";
    -ms-grid-rows: 100px 100px 100px 100px 100px;
    grid-template-rows: 100px 100px 100px 100px 100px;
  }

  .grid-21 {
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-rows: 100px;
    -ms-grid-rows: 100px 100px 100px 100px 100px;
    grid-template-rows: 100px 100px 100px 100px 100px;
  }

  .grid-22 {
    padding-right: 10px;
    padding-left: 10px;
    grid-template-areas: "Area Area"
      "Area Area"
      "Area-3 Area-3"
      "Area-2 Area-2"
      "Area-2 Area-2";
    -ms-grid-rows: 100px 100px 100px 100px 100px;
    grid-template-rows: 100px 100px 100px 100px 100px;
  }

  .grid-23 {
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-rows: 100px;
    grid-template-areas: "Area Area"
      "Area Area"
      "Area-2 Area-2"
      ". ."
      "Area-3 Area-3";
    -ms-grid-rows: 100px 100px 100px 100px 100px;
    grid-template-rows: 100px 100px 100px 100px 100px;
  }

  .link-70 {
    font-family: 'Gotham book', sans-serif;
    color: #e6e6e6;
    font-size: 12px;
  }

  .link-70:hover {
    opacity: 0.8;
    font-size: 12px;
    font-weight: 400;
  }

  .grid-24 {
    margin-right: 30px;
    margin-left: 30px;
  }

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

  .navigation-item-4 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }

  .navigation-item-4.w--current {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .grid-25 {
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    grid-auto-rows: 50px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-areas: "Area Area Area"
      "Area Area Area"
      "Area-2 Area-4 Area-3"
      "Area-2 Area-4 Area-3"
      "Area-5 Area-6 Area-3"
      "Area-5 Area-6 Area-3"
      "Area-7 Area-8 Area-9"
      "Area-7 Area-8 Area-9"
      "Area-10 Area-11 Area-12"
      "Area-10 Area-11 Area-12";
    -ms-grid-rows: 260px 5px 260px 5px 50px 5px 50px 5px 50px 5px 50px 5px 50px 5px 50px;
    grid-template-rows: 260px 260px 50px 50px 50px 50px 50px 50px;
  }

  .div-block-41 {
    min-height: 500px;
  }

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

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

  .bold-text-82 {
    font-family: Gotham, sans-serif;
  }

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

  .div-block-47 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-40 {
    display: block;
  }

  .div-block-48 {
    width: 280px;
    height: 25px;
  }

  .div-block-49 {
    width: 270px;
    height: 30px;
  }

  .div-block-50 {
    width: 270px;
    height: 60px;
  }

  .div-block-51 {
    width: 280px;
    height: 45px;
  }

  .div-block-52 {
    width: 280px;
    height: 61px;
  }

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

  .tab-link-tab-2 {
    border-bottom: 1px solid #444;
    text-align: center;
  }

  .tab-link-tab-1 {
    text-align: center;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
  }

  .tabs-menu {
    margin-bottom: 10px;
  }

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

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

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

#w-node-_57580059-87f1-aaba-1d3a-05c332fe5343-c9091569 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

#w-node-f585b961-7ff0-b3d0-25fe-a36793d805eb-c9091569 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-22>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

.grid-23>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
}

.grid-25>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

.grid-22>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

.grid-23>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

.grid-25>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

#w-node-_43f29342-6630-75fc-025a-ab98ffcd8a35-c9091569 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
}

#w-node-_65c1a43f-9560-7182-f998-fb9d7256cfc2-c9091569 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-_9f04bb30-d535-288a-fa11-fa4601e3914e-c9091569 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

#w-node-_2c795385-3283-7ccd-b852-82b85a563cd9-c9091569 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: Area-7;
}

#w-node-_58c50888-3f81-78a9-be1c-8d035c02001e-c9091569 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area-8;
}

#w-node-ef969a61-e52f-61a4-e532-0dca0576f576-c9091569 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-9;
}

#w-node-b154c956-4d9b-a4f8-e231-449869129159-c9091569 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area-10;
}

#w-node-_0007b0f3-202a-ece0-2e78-ae41229c69a8-c9091569 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Area-11;
}

#w-node-_8421eae8-62d0-d7fb-bdc9-b6980199eeac-c9091569 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: Area-12;
}

@media screen and (max-width: 991px) {
  .grid-22>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }

  .grid-23>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .grid-22>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .grid-23>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 767px) {
  .grid-22>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-23>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-25>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-22>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-23>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-25>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  #w-node-_43f29342-6630-75fc-025a-ab98ffcd8a35-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-_65c1a43f-9560-7182-f998-fb9d7256cfc2-c9091569 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-_9f04bb30-d535-288a-fa11-fa4601e3914e-c9091569 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_2c795385-3283-7ccd-b852-82b85a563cd9-c9091569 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-_58c50888-3f81-78a9-be1c-8d035c02001e-c9091569 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef969a61-e52f-61a4-e532-0dca0576f576-c9091569 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  #w-node-b154c956-4d9b-a4f8-e231-449869129159-c9091569 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-_0007b0f3-202a-ece0-2e78-ae41229c69a8-c9091569 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_8421eae8-62d0-d7fb-bdc9-b6980199eeac-c9091569 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
}

@media screen and (max-width: 479px) {
  .grid-22>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-23>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-25>#w-node-_236e4b36-8d0b-ae23-66f8-73f5c7742400-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-22>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-23>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-25>#w-node-b85a47e3-8162-5c37-bfb3-f473f867904b-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  #w-node-_43f29342-6630-75fc-025a-ab98ffcd8a35-c9091569 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-_65c1a43f-9560-7182-f998-fb9d7256cfc2-c9091569 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-_9f04bb30-d535-288a-fa11-fa4601e3914e-c9091569 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_2c795385-3283-7ccd-b852-82b85a563cd9-c9091569 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-_58c50888-3f81-78a9-be1c-8d035c02001e-c9091569 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef969a61-e52f-61a4-e532-0dca0576f576-c9091569 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  #w-node-b154c956-4d9b-a4f8-e231-449869129159-c9091569 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-_0007b0f3-202a-ece0-2e78-ae41229c69a8-c9091569 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_8421eae8-62d0-d7fb-bdc9-b6980199eeac-c9091569 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
}

#w-node-be339325-aa8e-3d9f-c8b4-bb3e8ea62ef0-c9091569 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_915ef57e-633b-5640-2cac-ebf5e50a25c9-c9091569 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-be339325-aa8e-3d9f-c8b4-bb3e8ea62ef0-c9091569 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #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-_57580059-87f1-aaba-1d3a-05c332fe5343-c9091569 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_86400c0a-dceb-2cfc-8409-c4863e71128d-c9091569 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f585b961-7ff0-b3d0-25fe-a36793d805eb-c9091569 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}