.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, sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
}

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

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

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

a:hover {
  font-weight: 800;
}

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

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

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

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

.heading-5 {
  font-family: campaign, sans-serif;
}

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

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

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

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

.section {
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
}

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

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

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

.navigation-items {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.logo-link {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

.heading-7 {
  display: block;
  margin-bottom: 0px;
  font-family: campaign, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
}

.heading-7.black {
  color: rgba(0, 0, 0, 0.4);
}

.heading-8 {
  display: inline-block;
  margin-top: 5px;
  font-family: campaign, sans-serif;
  color: #ffce48;
  font-size: 32px;
  line-height: 40px;
}

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

.paragraph-2 {
  width: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}

.paragraph-2.black {
  width: 100%;
  color: #94181e;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

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

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

.button {
  margin-top: 10px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  opacity: 0.75;
}

.button.black {
  margin-top: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #94181e;
  color: #94181e;
}

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

.button.black.nospace {
  margin-top: 10px;
}

.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: 450px;
  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: #8e1f60;
  background-image: url('../images/Testeira03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4.interna {
  height: 270px;
  background-color: transparent;
  background-image: url('../images/Testeira_interna.jpg');
  background-position: 50% 100%;
}

.image-3 {
  width: 100%;
}

.section-5 {
  display: block;
  width: 100%;
  -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: #8e1f60;
  color: transparent;
}

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

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

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

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

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.section-8.verde {
  background-color: #00a550;
}

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

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

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

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

.section-9 {
  background-color: #8e1f60;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
  -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;
}

.heading-9 {
  width: 100%;
  color: #e65e1d;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  text-align: left;
}

.heading-10 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  color: #94181e;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.paragraph-3 {
  color: #94181e;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

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

.paragraph-4 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

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

.link {
  color: #ffce48;
}

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

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

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

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

.italic-text {
  font-size: 20px;
  font-style: normal;
}

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

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

.link-icone {
  color: transparent;
}

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

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

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

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

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

.image-9 {
  display: block;
}

.lightbox-link {
  display: block;
}

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

.grid-4 {
  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;
}

.button-2 {
  height: 112.8515625px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

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

.button-2._1 {
  width: auto;
  height: 112.8515625px;
  background-image: url('../images/001LimaeprimosOcLimaDuarteICCreditoArquivoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._2 {
  height: 112.8515625px;
  background-image: url('../images/002LimaDuarteOcLimaDuarteICCreditoArquivoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._3 {
  height: 112.8515625px;
  background-image: url('../images/003TVTupiDifusoraOcLimaDuarteICCreditoAcervoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2._4 {
  height: 112.8515625px;
  background-image: url('../images/004LimaDuarteOcLimaDuarteICreditoArquivoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._5 {
  height: 112.8515625px;
  background-image: url('../images/005LivroGrandeSertaoVeredasOcLimaDuarteICCreditoAcervoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

.button-2._10 {
  background-image: url('../images/010ArenaContaZumbiOcLimaDuarteICCreditoAcervoBibliotecaJennyKlabinSegalMuseuLasarSegalI.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._15 {
  background-image: url('../images/015BonifacioBilhoesOcLimaDuarteICCreditoAcervoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2._16 {
  background-image: url('../images/016FestaBonifacioBilhoesOcLimaDuarteICCreditoAcervoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

.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._24 {
  background-image: url('../images/024HamletOcLimaDuarteICCreditoAcervoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.button-2._26 {
  background-image: url('../images/026MassacreOcLimaDuarteICCreditoArquivoPessoal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.button-2._28 {
  padding: 0px;
  background-image: url('../images/028FaustoOcLimaDuarteICCreditoRaymundoLessadeMattos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.slide-4 {
  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: #94181e;
  font-size: 10px;
}

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

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

.link-block {
  position: absolute;
}

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

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

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

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

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

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

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

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

.heading-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  border: 1px none #000;
  font-family: campaign, sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  text-decoration: none;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-right: 50px;
  padding-left: 50px;
  color: #ffce48;
}

.bold-text-3 {
  color: #ffce48;
}

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

.link-3 {
  color: #ffce48;
}

.link-4 {
  color: #ffce48;
}

.link-5 {
  color: #ffce48;
}

.link-6 {
  color: #ffce48;
}

.link-7 {
  color: #ffce48;
}

.link-8 {
  color: #ffce48;
}

.link-9 {
  color: #ffce48;
}

.link-10 {
  color: #ffce48;
}

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

.section-10.audiovisual {
  padding-bottom: 60px;
}

.link-11 {
  color: #ffce48;
}

.link-12 {
  color: #ffce48;
}

.link-13 {
  color: #ffce48;
}

.link-14 {
  color: #ffce48;
}

.link-15 {
  color: #ffce48;
}

.link-16 {
  color: #ffce48;
}

.link-17 {
  color: #ffce48;
}

.link-18 {
  color: #ffce48;
}

.link-19 {
  color: #ffce48;
}

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

.navigation-items-3 {
  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;
}

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

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

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

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

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

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

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

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

  .navigation-items {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffce48;
  }

  .logo-link {
    display: block;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-image {
    display: block;
  }

  .navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-item {
    position: static;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

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

  .menu-button {
    display: block;
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-icon {
    display: block;
  }

  .navbar-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4 {
    height: 250px;
  }

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

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

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

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

  .container-6 {
    padding: 40px 20px 60px;
  }

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

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

  .paragraph-3 {
    font-size: 16px;
    line-height: 28px;
  }

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

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

  .navigation {
    padding: 15px 30px;
  }

  .navigation-items-2 {
    position: static;
    background-color: #ffce48;
  }

  .logo-link-2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-image-2 {
    width: 160px;
  }

  .navigation-wrap-2 {
    position: absolute;
    margin-right: 0px;
  }

  .navigation-item-2 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-button-2 {
    padding: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

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

  .heading-12 {
    padding-top: 60px;
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 22px;
  }

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

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

  .navigation-2 {
    padding: 15px 30px;
  }

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

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

  .navigation-item-3 {
    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-3:hover {
    background-color: #f7f8f9;
  }

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

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .section-4 {
    height: 180px;
  }

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

  .image-4 {
    width: 45%;
  }

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

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

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

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

  .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 120px 120px;
    grid-template-rows: 120px 120px 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._15 {
    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._22 {
    width: auto;
    height: auto;
  }

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

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

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

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

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

  .button-2._28 {
    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-4 {
    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;
  }

  .navigation {
    padding: 15px 30px;
  }

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

  .logo-image-2 {
    width: 140px;
  }

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

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

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

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

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

  .section-4 {
    height: 100px;
  }

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

  .image-4 {
    width: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    grid-row-gap: 40px;
  }

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

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

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

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

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

  .paragraph-3 {
    margin-bottom: 0px;
    text-align: left;
  }

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

  .separador {
    padding-left: 20px;
  }

  .grid-4 {
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

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

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

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

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

  .logo-image-2 {
    width: 120px;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-8 {
    padding: 40px 20px;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-d5e1555c4331-71e1d372 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}