.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #1a1a1a;
  background-color: #f5f5f5;
  font-family: Raleway, sans-serif;
  font-size: 1vw;
  line-height: 115%;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: .75em;
  font-size: 5em;
  font-weight: 700;
  line-height: 95%;
}

h2 {
  color: #1a1a1a;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 105%;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: #1f7adb;
}

em {
  font-style: italic;
  font-weight: 500;
}

.body {
  color: #1a1a1a;
  background-color: #f5f5f5;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 115%;
}

.image {
  width: 150px;
}

.navbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9d9;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #4c4c4c;
  letter-spacing: .5px;
  margin-left: 0;
  margin-right: auto;
  padding: 28px 0 12px;
  font-size: 2.3em;
  font-weight: 300;
  transition: padding .2s, color .2s, opacity .2s;
}

.nav-link:hover {
  color: #1a1a1a;
}

.nav-link.w--current {
  color: #4c4c4c;
}

.nav-link.numeros {
  background-color: #d2d2d24d;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 0;
  padding-bottom: 3px;
  font-size: 1.8em;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
}

.nav-link.numeros:hover {
  color: #f5f5f5;
  background-color: #4c4c4c;
}

.nav-link.maiores:hover {
  padding-top: 24px;
  padding-bottom: 16px;
}

.link-navbar {
  color: #4c4c4c;
  letter-spacing: 1px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 12px;
  padding: 16px 24px 12px;
  font-size: 17px;
  font-weight: 500;
  transition: padding-bottom .4s ease-in-out, color .4s ease-in-out, border-color .4s ease-in-out;
}

.link-navbar:hover {
  color: #1a1a1a;
  border-bottom-color: #4c4c4c;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100vw;
  display: flex;
}

.nav-menu {
  background-color: #f5f5f5;
  background-image: url('../images/bgmoebius.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  justify-content: flex-end;
  align-items: center;
}

.brand {
  align-items: center;
  margin-right: auto;
  padding-left: 0;
}

.div-block-22 {
  opacity: .8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-22:hover {
  opacity: 1;
}

.lineh {
  background-color: #3a3940;
  border-radius: 20px;
  width: 20px;
  height: 3px;
}

.lineh._1 {
  margin-bottom: 4px;
}

.lineh._3 {
  margin-top: 4px;
}

.menu-button {
  padding: 0;
}

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

.nav-button_component {
  grid-row-gap: .5rem;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-button_component:hover {
  opacity: 1;
}

.nav-button_line {
  background-color: #1a1a1a;
  border-radius: 2px;
  width: 100%;
  height: .25rem;
}

.nav-button_line.is-first {
  transform-origin: 50%;
  width: 100%;
  transform: translate(0);
}

.nav-button_line.is-second {
  width: 100%;
}

.nav-button_line.is-third {
  transform-origin: 50%;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.burger-line {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-ano-edicao {
  border-right: 1px solid #d9d9d9;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.edicao-navbar {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 400;
  line-height: 100%;
}

.edicao-navbar.opacidade {
  opacity: .85;
  text-align: right;
  border-right: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.edicao-navbar.opacidade.zeromargin {
  padding-left: 0;
  padding-right: 0;
}

.div-navbar-menu {
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-itens-nav {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.numeros-anteriores {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 80px;
  margin-bottom: 8px;
  font-size: 30px;
  display: flex;
}

.div-block-24 {
  flex-flow: wrap;
}

.texto-marca {
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 100%;
}

.texto-marca.menor {
  letter-spacing: 0;
  margin-top: -2px;
  font-size: .85rem;
  font-weight: 400;
}

.texto-marca.negativo {
  color: #d9d9d9;
}

.div-marca {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.div-marca.footer {
  height: auto;
}

.div-navmenu {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  display: flex;
}

.footer {
  background-color: #1a1a1a;
  height: 140px;
}

.div-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 8px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.footer-text {
  color: #d9d9d9;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #6b6b6b;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 24px;
  line-height: 100%;
}

.logo-epfcl {
  height: 76px;
}

.logo-epfcl.negativa {
  opacity: .7;
  filter: invert();
  height: 80px;
}

.div-redes-sociais {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-redes-sociais.inferior {
  z-index: 1999;
}

.redes-sociais {
  background-color: #4c4c4c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
}

.icone-rede-social.streamline {
  width: 16px;
}

.icone {
  width: 32px;
}

.div-block-26 {
  background-color: #4c4c4c;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.link {
  text-decoration: none;
}

.div-texto {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 140px 80px 64px;
  display: flex;
}

.div-texto.destaque {
  margin-bottom: -80px;
  padding-top: 64px;
  padding-bottom: 0;
}

.div-paragrafos {
  color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-paragrafos._3colunas {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-paragrafos._2-col {
  color: #f5f5f5;
  column-count: 2;
  column-gap: 3.5rem;
}

.div-paragrafos._3-col {
  column-count: 3;
  column-rule-style: none;
  column-gap: 3.5rem;
}

.div-paragrafos._4col {
  column-count: 4;
  column-gap: 3.5rem;
}

.div-paragrafos._6-col {
  column-count: 6;
  column-rule-style: none;
  column-gap: 3.5rem;
}

.paragrafo-comum {
  color: #2e2e2e;
  text-align: justify;
  margin-bottom: 1rem;
  line-height: 150%;
}

.paragrafo-comum.teste {
  margin-left: 50vw;
  padding: 76px 69px;
}

.paragrafo-comum._3colunas {
  width: 30vw;
}

.paragrafo-comum.about {
  opacity: .8;
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Merriweather, serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
  line-height: 155%;
}

.paragrafo-comum.alinhamento-esquerda {
  text-align: left;
  font-size: 1.2em;
}

.paragrafo-comum.alinhamento-esquerda.texto-branco {
  color: #f5f5f5;
}

.paragrafo-comum.left {
  text-align: left;
  margin-bottom: 1.5rem;
}

.paragrafo-comum.left.nobottommarg {
  margin-bottom: 0;
}

.paragrafo-comum.left.less-spaceunder {
  margin-bottom: .5rem;
}

.paragrafo-comum.maior {
  text-align: left;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 140%;
}

.paragrafo-comum.mais-espaco {
  margin-bottom: 2.5rem;
}

.paragrafo-2 {
  color: #4c4c4c;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.destaque-editorial {
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 110%;
}

.hr-padrao {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.italic-text {
  font-weight: 600;
}

.sobre-a-stylete {
  height: 100vh;
  display: flex;
}

.imagem-full {
  width: 100vw;
  height: 40vw;
}

.imagem-full.half {
  flex: 1;
  width: 64vw;
  height: 95vh;
}

.imagem-full.indice {
  width: 50vw;
  height: 100vh;
}

.div-foto {
  background-image: linear-gradient(#1a1a1a1a, #1a1a1a1a), url('../images/1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-foto.nofixed {
  background-attachment: scroll;
}

.div-foto._2 {
  background-image: linear-gradient(#1a1a1a1a, #1a1a1a1a), url('../images/3.png');
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.filha-tecnica {
  z-index: 200;
  border-radius: 20px;
  padding: 2px 8px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  transform: rotate(0);
}

.ficha-tecnica-txt {
  color: #f5f5f5;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 130%;
}

.hero-section {
  display: flex;
}

.div-indice {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding: 64px 64px 64px 80px;
  display: flex;
}

.numero-edicao-grande {
  filter: drop-shadow(0 0 10px #1a1a1a1a);
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  font-size: 6vw;
  font-weight: 300;
  line-height: 100%;
}

.numero-edicao-grande.black {
  color: #1a1a1a;
  margin-bottom: -12px;
  padding-left: 40px;
  font-size: 140px;
}

.div-numeracao {
  z-index: 3;
  flex-flow: column;
  display: flex;
}

.div-numeracao.home {
  position: absolute;
  bottom: -34px;
  left: 80px;
}

.div-block-menu-items {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 5vw 1.5rem 3rem;
  display: flex;
}

.div-block-30 {
  flex: none;
  width: 300px;
}

.paragrafo-3 {
  color: #2e2e2e;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: .7rem;
  line-height: 155%;
}

.paragrafo-4 {
  color: #2e2e2e;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-weight: 400;
  line-height: 133%;
}

.paragrafo-4.quote {
  color: #d9d9d9;
}

.paragrafo-4.quote-autor {
  color: #d9d9d9;
  margin-top: .4rem;
  margin-bottom: 2rem;
  font-size: .8em;
}

.citacao-italica {
  color: #f5f5f5;
  font-family: Merriweather, serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 150%;
}

.citacao {
  color: #4c4c4c;
  margin-top: -1rem;
  margin-bottom: 3rem;
  font-size: .8em;
  line-height: 133%;
}

.citacao._3col {
  width: 30vw;
}

.citacao.ed26jp {
  text-align: center;
  margin-top: 0;
}

.button {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: 1px;
  background-color: #1a1a1a96;
  border: 1px solid #f5f5f5;
  margin-top: 16px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.button.secondary {
  background-color: #1a1a1a00;
  border-style: none;
  margin-top: 12px;
  font-size: 14px;
}

.div-conteudo-indice {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 64px 64px 0;
  display: flex;
  position: relative;
}

.links-indice {
  color: #1a1a1a;
  background-color: #f5f5f5;
  padding: 8px 40px;
  text-decoration: none;
  transition: background-color .4s, margin .4s;
}

.links-indice:hover {
  background-image: linear-gradient(#d9d9d966, #d9d9d966);
  margin-left: -12px;
}

.coteudo-head {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.autor-materia {
  color: #4c4c4c;
  letter-spacing: 1px;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.link-back-icone {
  opacity: .2;
  width: 56px;
  height: 56px;
  margin-left: 32px;
  transition: margin .4s, opacity .4s;
}

.link-back-icone:hover {
  opacity: 100;
  margin-left: 20px;
}

.link-back-icone.proxima {
  opacity: .8;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 20vw;
  right: 40px;
}

.link-back-icone.proxima:hover {
  opacity: 100;
  margin-right: -12px;
}

.link-back-icone.bg-branco {
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  display: flex;
}

.link-back-icone.bg-branco:hover {
  opacity: 100;
  margin-right: -12px;
}

.seta-back {
  width: 56px;
}

.indice-h {
  margin-bottom: 24px;
  padding-left: 40px;
}

.link-edicao-atual {
  color: #1a1a1a;
  background-color: #d2d2d24d;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.link-edicao-atual:hover {
  color: #f5f5f5;
  background-color: #4c4c4c;
}

.div-edicao-atual {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-6 {
  filter: brightness(80%);
  object-fit: cover;
  width: 50vw;
  height: 100vh;
}

.section {
  position: relative;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 50vw;
  padding: 64px;
  display: flex;
}

.sticky-left {
  width: 50vw;
  position: sticky;
  top: 0;
}

.sticky-right {
  width: 50vw;
  margin-left: 50vw;
  position: sticky;
  top: 0;
}

.div-sticky-cont-esq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  margin-left: 0;
  padding: 64px;
  display: flex;
}

.link-block-3 {
  position: absolute;
  top: 120px;
  right: 40px;
}

.seta-proxima {
  width: 56px;
  transform: rotate(180deg);
}

.text-block-2 {
  color: #f5f5f5;
  letter-spacing: 1px;
  margin-right: 4px;
  font-size: 20px;
  font-weight: 600;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
}

.articles_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.work_card-image-wrap {
  flex: 1;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.hero_sub-text-wrap {
  font-size: 1vw;
}

.padding-global {
  height: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.padding-global.nopad {
  padding-left: 0;
  padding-right: 0;
}

.padding-global.halfpad-left {
  padding-right: 1.7rem;
}

.padding-global.video {
  padding-left: 10vw;
  padding-right: 10vw;
}

.padding-global.videomobile {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.intro_image-proportions {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.text-link_line {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line.is-white {
  background-color: #fff;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.cta_title-wrap {
  margin-bottom: 1.25rem;
}

.hero_content {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.padding-section-medium {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-medium.comnavbar {
  padding-top: 7rem;
}

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_line-seprator.hideme {
  display: none;
}

.section_jornal {
  color: #fff;
  background-color: #f06446;
  flex: none;
  font-size: 1vw;
  position: relative;
}

.jornal_content {
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.cta_quorte-title {
  max-width: 25ch;
}

.section_image-divider {
  flex: none;
  width: 33vw;
  overflow: hidden;
}

.section_image-divider.small {
  width: 15vw;
}

.section_image-divider.small.ocult {
  display: none;
}

.section_intro {
  flex: none;
  position: relative;
}

.text-link_wrap {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
}

.article_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.hero_heading-wrapper {
  margin-bottom: -1.5rem;
  overflow: hidden;
}

.heading-style-h1 {
  letter-spacing: -.025em;
  font-size: 13vw;
  line-height: 1.1;
}

.intro_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.jornal_subtext {
  max-width: 27ch;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3.is-hero {
  max-width: 25vw;
  font-size: 1.35em;
}

.cta_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero_content-wrapper {
  z-index: 2;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-full-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-full-cover.contain {
  object-fit: contain;
}

.articles_colum {
  flex-direction: column;
  min-width: 35vw;
  height: 100%;
  display: flex;
}

.articles_colum.is-2nd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_background-image {
  filter: brightness(80%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero_background-image.hide {
  display: none;
}

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_articles {
  flex: none;
  position: relative;
}

.section_articles.video {
  background-color: #f5f5f5;
  background-image: linear-gradient(#d9d9d933, #d9d9d933);
}

.section_articles.videoed24st {
  background-color: #f5f5f5;
  background-image: linear-gradient(#e7e3dd, #e7e3dd);
}

.section_articles.videoed24st.hidemeeeee {
  display: none;
}

.section_articles.videoed24st-copy {
  background-color: #f5f5f5;
}

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.work_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-divider_image {
  filter: brightness(80%);
  object-fit: cover;
  width: 170%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33vw;
  height: 100%;
  display: flex;
}

.work_card.border {
  padding: 3rem;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.jornal_title-wrap {
  margin-bottom: -2.5rem;
  display: flex;
  overflow: hidden;
}

.section_fotografias {
  flex: none;
  position: relative;
}

.article_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_background-image-wrap.videobg {
  opacity: .8;
}

.section_hero {
  color: #fff;
  background-color: #252525;
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.section_cta {
  flex: none;
  position: relative;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-divider_image-wrap.sobreasty {
  background-image: linear-gradient(#1a1a1a66, #1a1a1a66), url('../images/1000097304.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.legenda-imagem {
  font-size: .9rem;
  font-weight: 400;
  line-height: 133%;
}

.legenda-imagem.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.seta-dir {
  z-index: 200;
  background-color: #ffffff40;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: margin .4s ease-in-out, background-color .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
}

.seta-dir:hover {
  background-color: #fffc;
  margin-right: -4px;
}

.image-7 {
  opacity: .7;
  width: 80%;
}

.section_editorial {
  background-color: #f5f5f5;
  position: relative;
}

.section_editorial.v27 {
  background-color: #195e7c;
  width: 33vw;
}

.section_editorial.audio {
  background-color: #8249c3;
  width: 33vw;
}

.section_editorial.v26 {
  background-color: #c1583f;
  width: 33vw;
}

.section_editorial.v25 {
  background-color: #3b5470;
  width: 33vw;
}

.section_editorial._10anos117 {
  background-color: #788341;
  width: 50vw;
}

.cor-branca {
  color: #f5f5f5;
}

.div-para-textos {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-editorial {
  color: #f5f5f5;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-editorial._3colunas {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-editorial.txt-preto {
  color: #1a1a1a;
}

.div-txt-editorial {
  margin-bottom: -2rem;
}

.div-txt-editorial._10anosquote {
  margin-bottom: -1rem;
}

.section_textos {
  background-color: #f5f5f5;
  width: 100vw;
  position: relative;
}

.section_textos.v27 {
  background-color: #1b998d;
  width: 33rem;
}

.section_textos._50vw.cor-laranja {
  background-color: #d1593b;
}

.section_textos._66vw {
  width: 66vw;
}

.section_textos._66vw.color-blue {
  background-color: #318ec0;
}

.section_textos._66vw.sobre {
  flex: 1;
  margin-bottom: 0;
}

.section_textos._66vw.st24musica {
  background-color: #e7e3dd;
}

.section_textos._50vw {
  width: 50vw;
}

.section_textos._50vw.color-blue {
  background-color: #18687d;
}

.section_textos._200vw {
  width: 200vw;
}

.section_textos.dobro-de-texto {
  margin-left: -3.5rem;
}

.section_textos._33vw {
  width: 33vw;
}

.section_textos._33vw.cor-laranja {
  background-color: #c75f45;
  width: 33vw;
}

.section_textos._33vw.sobre {
  width: 30vw;
}

.section_textos.menor {
  width: 50vw;
}

.section_textos.menor.cor-laranja {
  background-color: #d1593b;
}

.section_textos.video {
  aspect-ratio: 16 / 9;
  background-color: #1a1a1a;
  min-height: 100svh;
}

.section_textos.cor1111 {
  background-color: #ece0d0;
}

.section_textos._2p10anos {
  background-image: linear-gradient(#fffc, #fffc), linear-gradient(#9aa852, #9aa852);
}

.paragrafo-quote {
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  line-height: 150%;
}

.paragrafo-quote.menor {
  font-size: 1.2em;
}

.paragrafo-quote.titulo {
  margin-bottom: 0;
  font-size: 2em;
}

.paragrafo-quote.preto {
  color: #1a1a1a;
  margin-top: 1.5rem;
  font-size: 1.1em;
  font-weight: 300;
}

.paragrafo-quote.preto.editores {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.4em;
}

.paragrafo-quote.preto.sobreasttt {
  width: 60%;
}

.paragrafo-quote.branco {
  color: #f5f5f5;
}

.paragrafo-quote.sem-padding-inferior {
  margin-bottom: .5rem;
}

.paragrafo-autor-quote {
  opacity: .9;
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-size: 1em;
}

.div-block-nav-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid #d2d2d2;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33vw;
  padding: 1.5rem 3rem 1.5rem 5vw;
  display: flex;
}

.legenda-autor {
  opacity: .9;
  color: #4c4c4c;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  font-size: .9em;
  line-height: 150%;
}

.legenda-autor._3col {
  width: 30vw;
}

.legenda-autor.branco {
  color: #f5f5f5;
}

.legenda-autor.sem-margem-inf {
  margin-bottom: 0;
}

.autor {
  color: #4c4c4c;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  font-size: .9em;
  line-height: 150%;
}

.autor._3col {
  width: 30vw;
}

.nome-autor {
  opacity: .9;
  color: #1a1a1a;
  margin-top: -.75rem;
  margin-bottom: .1rem;
}

.nome-autor.branco {
  color: #f5f5f5;
}

.destaque-texto {
  text-align: left;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.7em;
  font-style: italic;
}

.destaque-textos {
  color: #2e2e2e;
  text-align: left;
  width: 80%;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
}

.destaque-textos.teste {
  margin-left: 50vw;
  padding: 76px 69px;
}

.destaque-textos._3colunas {
  width: 30vw;
}

.destaque-textos.about {
  opacity: .8;
  color: #4c4c4c;
  text-align: left;
  padding-top: 20px;
  font-family: Merriweather, serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 300;
  line-height: 155%;
}

.destaque-textos.texto-branco {
  color: #f5f5f5;
}

.destaque-textos.menor {
  font-size: 1.3em;
  line-height: 133%;
}

.destaque-textos.menor.sem-padding-inferior {
  width: 100%;
  margin-bottom: .5rem;
}

.destaque-textos.menor.sem-padding-superior {
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.back-button {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.icone-seta-voltar {
  width: 100%;
  height: 100%;
}

.link-seta-voltar {
  opacity: .25;
  width: 100%;
  height: 100%;
  padding: 14px;
  transition: opacity .4s ease-in-out;
}

.link-seta-voltar:hover {
  opacity: .8;
}

.indice-section {
  width: 100%;
  height: 0;
}

.img-paragrafo {
  object-fit: contain;
  width: 100%;
  height: 12vw;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.img-paragrafo.ed26 {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fim-de-paragrafo {
  opacity: .3;
  transform-style: preserve-3d;
  border-bottom: 1px dashed #1a1a1a;
  width: 50%;
  height: 1rem;
  margin: 2rem auto 3rem;
  transform: scale3d(2, 1, 1);
}

.fim-de-paragrafo.branco {
  border-bottom-color: #f5f5f5;
}

.link-2 {
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
}

.heading-3.branco, .heading-4.branco {
  color: #f5f5f5;
}

.section_video {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: relative;
}

.section_video.v27 {
  background-color: #1b998d;
  width: 33rem;
}

.section_video._50vw.cor-laranja {
  background-color: #d1593b;
}

.section_video._66vw {
  width: 66vw;
}

.section_video._66vw.color-blue {
  background-color: #318ec0;
}

.section_video._50vw {
  width: 50vw;
}

.section_video._50vw.color-blue {
  background-color: #318ec0;
}

.section_video._200vw {
  width: 200vw;
}

.section_video.light-gray-bg {
  background-color: #d2d2d226;
}

.section_video._33vw {
  width: 50vw;
}

.section_video._33vw.cor-laranja {
  background-color: #d1593b;
  width: 33vw;
}

.video-janela {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-top: 2rem;
  display: flex;
}

.video-janela.nopad {
  padding-left: 0;
  padding-right: 0;
}

.video-janela.space-depois {
  margin-top: 0;
  margin-bottom: 2rem;
}

.div-txt-audio {
  margin-bottom: 2rem;
}

.sobre {
  margin-bottom: .5em;
}

.text-span {
  font-size: 1.2em;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.scroll-icon {
  width: 28px;
  margin-bottom: -2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.div-scroll-down {
  opacity: .66;
}

.zoom-icone {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 36px;
  right: 12px;
}

.zoom-icone._27 {
  z-index: 99;
}

.zoom-icone._27.home {
  bottom: 34px;
  left: auto;
  right: 12px;
}

.icone-zoom {
  opacity: .7;
  width: 28px;
  margin: 12px 8px 0 4px;
  transition: opacity .2s;
}

.icone-zoom:hover {
  opacity: .9;
}

.texto-branco {
  color: #fff;
}

.texto-branco.spacing-under {
  margin-bottom: 2rem;
}

.subscrito {
  padding-left: 2px;
  padding-right: 2px;
  font-size: .7em;
  line-height: 100%;
}

.bold-text {
  font-weight: 700;
}

.text-span-3 {
  font-size: .5em;
  line-height: 100%;
}

.citacao-peq {
  font-family: Merriweather, serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
}

.youtube-2 {
  position: absolute;
  top: 0;
  left: 0;
}

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

.div-block-33 {
  opacity: .14;
  background-color: #222;
  width: 100%;
  height: 100%;
}

.darkcolortx {
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.navbar-2 {
  color: #1a1a1acc;
}

.bold-text-2 {
  color: #1a1a1a;
}

.div-block-34 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.div-block-34.morespacing {
  margin-bottom: 1.5rem;
}

.fotoavatar {
  object-fit: cover;
  border-radius: 200px;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: .6rem;
}

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

.img-div-2 {
  filter: brightness(80%);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.imgfolhas {
  filter: brightness(80%);
  object-fit: cover;
  width: 15%;
  max-width: none;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .div-navmenu {
    margin-bottom: 20px;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -18px;
    margin-right: 40px;
    bottom: 110px;
  }

  .redes-sociais {
    width: 36px;
    height: 36px;
  }

  .icone-rede-social {
    width: 32px;
  }

  .icone-rede-social.streamline {
    width: 18px;
  }

  .icone {
    width: 40px;
  }

  .div-block-25 {
    width: 40px;
    display: flex;
  }

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

  .paragrafo-3 {
    font-size: .8rem;
  }

  .paragrafo-4.quote {
    font-size: .8em;
  }

  .button {
    transition: background-color .4s, color .4s;
  }

  .button:hover {
    color: #1a1a1a;
    background-color: #f5f5f5;
  }

  .button.secondary {
    transition: background-color .4s, color .4s;
  }

  .button.secondary:hover {
    color: #1a1a1a;
    background-color: #f5f5f5;
  }

  .img-div-2 {
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: .9vw;
  }

  h3 {
    font-size: 1.4em;
  }

  .nav-link.numeros {
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 4px;
    font-size: 2em;
  }

  .hamburger-wrapper {
    padding: 22px;
  }

  .div-ano-edicao, .edicao-navbar.opacidade {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .texto-marca {
    font-size: 2.5rem;
  }

  .texto-marca.menor {
    margin-top: -3px;
    font-size: .95rem;
  }

  .div-marca {
    padding-left: 24px;
  }

  .div-navmenu {
    margin-top: -8px;
  }

  .footer {
    height: 160px;
  }

  .logo-epfcl, .logo-epfcl.negativa {
    height: 84px;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -20px;
    margin-right: 48px;
    bottom: 140px;
  }

  .redes-sociais {
    width: 40px;
    height: 40px;
  }

  .icone-rede-social {
    width: 36px;
  }

  .icone-rede-social.streamline {
    width: 20px;
  }

  .div-texto {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 160px 10vw 80px;
  }

  .div-texto.destaque {
    margin-bottom: -100px;
  }

  .div-paragrafos {
    flex: 0 auto;
    column-gap: 4.5rem;
  }

  .div-paragrafos._2-col, .div-paragrafos._3-col, .div-paragrafos._4col, .div-paragrafos._6-col {
    column-gap: 5rem;
  }

  .paragrafo-comum {
    margin-bottom: 1.5rem;
  }

  .numero-edicao-grande {
    font-size: 5vw;
  }

  .div-numeracao, .div-numeracao.home {
    left: 10vw;
  }

  .div-block-menu-items {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
  }

  .paragrafo-3 {
    margin-bottom: 28px;
    font-size: .9rem;
  }

  .paragrafo-4.quote {
    font-size: .9em;
  }

  .paragrafo-4.quote-autor {
    margin-top: .5rem;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .button.secondary {
    font-size: 15px;
  }

  .coteudo-head {
    font-size: 29px;
  }

  .autor-materia {
    margin-top: 3px;
    font-size: 19px;
  }

  .intro_content-parent {
    justify-content: center;
    align-items: flex-start;
  }

  .padding-global {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .padding-global.halfpad-left {
    padding-right: 2.2rem;
  }

  .padding-global.equip {
    padding-left: 3.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium.comnavbar {
    padding-top: 7rem;
  }

  .section_image-divider.small {
    width: 20vw;
  }

  .section_image-divider.small.ocult {
    display: block;
  }

  .div-para-textos {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .div-editorial {
    flex: 0 auto;
  }

  .section_textos.dobro-de-texto {
    margin-left: -5rem;
  }

  .section_textos._33vw.sobre {
    width: 25vw;
  }

  .paragrafo-quote {
    font-size: 1.3em;
  }

  .paragrafo-quote.preto.editores {
    margin-bottom: 1rem;
  }

  .div-block-nav-about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 4rem;
  }

  .destaque-textos {
    margin-bottom: 1.5rem;
  }

  .destaque-textos.about {
    font-size: 1.1em;
  }

  .back-button {
    width: 70px;
    height: 70px;
  }

  .scroll-icon {
    width: 32px;
  }

  .zoom-icone._27.home {
    bottom: 36px;
  }

  .div-block-34.morespacing {
    margin-bottom: 2rem;
  }

  .imgfolhas {
    width: 20%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .85vw;
  }

  h2 {
    font-size: 2.5em;
  }

  .nav-link {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  .nav-link.numeros {
    margin-top: 12px;
    margin-right: 12px;
  }

  .nav-link.maiores:hover {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .hamburger-wrapper {
    padding: 30px;
  }

  .div-ano-edicao {
    flex: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .edicao-navbar {
    font-size: 1.1rem;
  }

  .edicao-navbar.opacidade {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-itens-nav {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .texto-marca {
    font-size: 2.9rem;
  }

  .texto-marca.menor {
    font-size: 1.1rem;
  }

  .footer {
    height: 180px;
  }

  .div-footer {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .logo-epfcl, .logo-epfcl.negativa {
    height: 96px;
  }

  .div-redes-sociais.inferior {
    margin-right: 64px;
    bottom: 150px;
  }

  .redes-sociais {
    width: 44px;
    height: 44px;
    margin-left: 10px;
  }

  .icone-rede-social.streamline {
    width: 24px;
  }

  .div-texto {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding: 200px 15vw 96px;
  }

  .div-texto.destaque {
    margin-bottom: -120px;
    padding-top: 80px;
  }

  .div-paragrafos {
    border-left-width: 8px;
    column-gap: 5.5rem;
  }

  .div-paragrafos._2-col, .div-paragrafos._3-col, .div-paragrafos._4col, .div-paragrafos._6-col {
    column-gap: 7rem;
  }

  .paragrafo-comum.about {
    font-size: 1.3em;
  }

  .paragrafo-2 {
    font-size: 16px;
  }

  .div-foto {
    height: 100%;
  }

  .filha-tecnica {
    padding: 3px 6px;
  }

  .numero-edicao-grande {
    font-size: 4vw;
  }

  .numero-edicao-grande.black {
    padding-left: 48px;
    font-size: 160px;
  }

  .div-numeracao {
    position: absolute;
    left: 15vw;
  }

  .div-numeracao.home {
    bottom: -58px;
    left: 15vw;
  }

  .div-block-menu-items {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 5rem;
  }

  .paragrafo-3 {
    margin-bottom: 40px;
    font-size: 1.1rem;
  }

  .paragrafo-4.quote {
    border-left-width: 8px;
    font-size: 1em;
  }

  .paragrafo-4.quote-autor {
    border-left-width: 8px;
  }

  .button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 19px;
  }

  .button.secondary {
    font-size: 16px;
  }

  .div-conteudo-indice {
    padding-top: 90px;
  }

  .links-indice {
    padding-left: 48px;
    padding-right: 48px;
  }

  .coteudo-head {
    font-size: 32px;
  }

  .autor-materia {
    margin-top: 4px;
    font-size: 20px;
  }

  .link-back-icone {
    width: 64px;
    height: 64px;
    margin-left: 40px;
  }

  .link-back-icone:hover {
    margin-left: 28px;
  }

  .link-back-icone.bg-branco {
    opacity: .2;
    margin-top: 40px;
    margin-left: auto;
  }

  .seta-back {
    width: 64px;
  }

  .indice-h {
    padding-left: 48px;
  }

  .link-edicao-atual {
    padding: 12px 24px;
  }

  .seta-proxima {
    width: 64px;
  }

  .padding-global {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .padding-global.halfpad-left {
    padding-right: 3.5rem;
  }

  .padding-section-medium.comnavbar {
    padding-top: 11rem;
  }

  .section_image-divider.small {
    width: 25vw;
  }

  .div-para-textos {
    grid-column-gap: 5.5rem;
    grid-row-gap: 5.5rem;
  }

  .div-editorial {
    border-left-width: 8px;
  }

  .section_textos.dobro-de-texto {
    margin-left: -7rem;
  }

  .paragrafo-quote.preto {
    font-size: 1.2em;
  }

  .paragrafo-quote.preto.editores {
    font-size: 1.6em;
  }

  .paragrafo-autor-quote {
    -webkit-text-stroke-color: whitesmoke;
  }

  .div-block-nav-about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
  }

  .destaque-textos.about {
    font-size: 1.2em;
  }

  .back-button {
    width: 86px;
    height: 86px;
  }

  .link-seta-voltar {
    padding: 20px;
  }

  .sobre {
    margin-bottom: .75em;
  }

  .scroll-icon {
    width: 40px;
  }

  .zoom-icone._27.home {
    bottom: 38px;
  }

  .fotoavatar {
    width: 3.6rem;
    height: 3.6rem;
  }

  .imgfolhas {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }

  h2 {
    font-size: 2.4em;
  }

  .nav-link {
    letter-spacing: 0;
    font-size: 2.1em;
  }

  .nav-link.numeros {
    font-size: 1.5em;
  }

  .menu-button {
    border-left: 1px solid #d9d9d9;
  }

  .edicao-navbar {
    font-size: .9rem;
  }

  .edicao-navbar.opacidade {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-itens-nav {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -18px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: auto 0% 112px;
  }

  .redes-sociais {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .icone-rede-social {
    width: 32px;
  }

  .div-paragrafos._2-col {
    column-count: 1;
  }

  .div-paragrafos._3-col {
    column-count: auto;
  }

  .paragrafo-comum {
    letter-spacing: normal;
  }

  .paragrafo-comum.about {
    font-size: 1.1em;
  }

  .div-padding-conselho {
    width: 50%;
  }

  .div-padding-conselho._2col {
    column-count: 2;
    column-gap: 3.8rem;
  }

  .sobre-a-stylete {
    flex-flow: column;
    height: auto;
  }

  .filha-tecnica {
    right: 6px;
  }

  .numero-edicao-grande {
    font-size: 8vw;
  }

  .citacao {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .intro_content-parent {
    height: auto;
  }

  .intro_content-parent.equipeee {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .padding-global.nopad {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .horizontal-scroll_section-height {
    height: auto;
  }

  .padding-section-medium {
    height: auto;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .padding-section-medium.is-hero {
    height: 100%;
  }

  .padding-section-medium.nopad-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-medium.ipad-combodivs {
    padding-top: 0;
  }

  .padding-section-medium.comnavbar._2 {
    padding-top: 4rem;
  }

  .padding-section-medium.comnavbar.sobreast {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.comnavbar._3 {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .padding-section-medium.no-padtop {
    padding-top: 0;
  }

  .padding-section-medium.no-padbottom {
    padding-bottom: 0;
  }

  .padding-section-medium.no-padtop-no-padbottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_line-seprator {
    width: 100%;
    height: 1px;
    top: auto;
    left: 0%;
  }

  .section_image-divider {
    width: 100vw;
    height: 33vh;
  }

  .section_image-divider.small {
    width: 100vw;
  }

  .section_image-divider.small.ocult {
    display: block;
  }

  .heading-style-h3.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

  .horizontal-scroll_stickey-element {
    height: auto;
    display: block;
  }

  .work_list {
    height: auto;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .hero_background-image {
    object-position: 50% 50%;
  }

  .section_articles.video, .section_articles.videoed24st, .section_articles.videoed24st-copy {
    width: 100vw;
  }

  .image-divider_image {
    object-position: 50% 50%;
    width: 100%;
    height: 150%;
  }

  .work_card {
    width: 100vw;
    height: 45vh;
  }

  .work_card.border {
    padding: 1rem;
  }

  .horizontal-scroll_track {
    height: auto;
    display: block;
  }

  .section_hero {
    height: 133.33vw;
  }

  .horizontal-scroll_track-list {
    flex-flow: column;
    height: auto;
    margin-right: 0;
    display: block;
  }

  .legenda-imagem {
    font-size: .7rem;
  }

  .section_editorial.v27 {
    width: 100vw;
    position: static;
  }

  .section_editorial.audio {
    width: 100vw;
  }

  .section_editorial.v26, .section_editorial.v25, .section_editorial._10anos117 {
    width: 100vw;
    position: static;
  }

  .section_textos._50vw, .section_textos._66vw, .section_textos._66vw.sobre {
    width: 100vw;
  }

  .section_textos.dobro-de-texto {
    background-color: #f5f5f5;
    margin-top: -7vw;
    margin-left: 0;
  }

  .section_textos._33vw, .section_textos._33vw.cor-laranja, .section_textos._33vw.sobre, .section_textos.menor {
    width: 100vw;
  }

  .section_textos.video {
    min-height: auto;
  }

  .paragrafo-quote.menor {
    font-size: 1.3em;
  }

  .paragrafo-quote.titulo {
    font-size: 2.2em;
  }

  .paragrafo-quote.preto.sobreasttt {
    width: 100%;
  }

  .div-block-nav-about {
    width: 40vw;
  }

  .destaque-textos.menor {
    font-size: 1.2em;
  }

  .link-seta-voltar {
    transform: rotate(90deg);
  }

  .img-paragrafo {
    height: 20vw;
  }

  .img-paragrafo.ed26 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .fim-de-paragrafo {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .video-janela {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-icon {
    display: none;
  }

  .zoom-icone._27 {
    bottom: 26px;
    right: 14px;
  }

  .icone-zoom {
    margin: 0 0 12px 12px;
  }

  .hidmeee {
    display: none;
  }

  .img-div-2 {
    object-position: 50% 50%;
    width: 100%;
    height: 150%;
  }

  .imgfolhas {
    width: 100%;
    height: 33vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2vw;
  }

  h2 {
    margin-bottom: 1em;
    font-size: 2.3em;
  }

  .navbar {
    height: 66px;
  }

  .nav-link.numeros {
    width: 2.2em;
    height: 2.2em;
    margin-right: 6px;
    font-size: 1.6em;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .menu-button {
    width: 66px;
    height: 66px;
  }

  .hamburger-wrapper {
    padding: 23px;
  }

  .div-ano-edicao, .edicao-navbar.opacidade {
    display: none;
  }

  .div-itens-nav {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .texto-marca {
    font-size: 36px;
  }

  .texto-marca.menor {
    font-size: 14px;
  }

  .div-navmenu {
    margin-top: 4px;
  }

  .footer {
    height: 120px;
  }

  .div-footer {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-epfcl {
    height: 76px;
  }

  .logo-epfcl.negativa {
    height: 72px;
  }

  .redes-sociais {
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-right: 8px;
  }

  .icone-rede-social {
    width: 28px;
  }

  .paragrafo-comum.about {
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragrafo-comum.left {
    font-size: .85em;
  }

  .destaque-editorial {
    font-size: 1.2em;
  }

  .ficha-tecnica-txt {
    font-size: .6rem;
    display: none;
  }

  .numero-edicao-grande {
    letter-spacing: -2px;
  }

  .div-block-menu-items {
    padding-top: .25rem;
    padding-left: 5vw;
  }

  .citacao {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .hero_heading {
    font-size: 13em;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .intro_content-parent.equipeee {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

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

  .padding-global {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .horizontal-scroll_section-height {
    height: auto;
  }

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .padding-section-medium {
    width: 100%;
    height: auto;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .padding-section-medium.video {
    color: #1a1a1a;
  }

  .padding-section-medium.editorial {
    padding-top: 11vw;
  }

  .padding-section-medium.comnavbar {
    padding-bottom: 5vw;
  }

  .padding-section-medium.comnavbar._2 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .section_jornal {
    height: 100vh;
  }

  .jornal_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .section_image-divider, .section_image-divider.small {
    width: 100%;
  }

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .text-link_wrap {
    font-size: .875rem;
  }

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .intro_top {
    margin-bottom: 4rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .horizontal-scroll_stickey-element {
    height: auto;
  }

  .hero_content-wrapper {
    flex-direction: column;
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .section_articles {
    color: #fff;
    background-color: #f06446;
  }

  .image-divider_image {
    width: 100%;
  }

  .work_card {
    width: auto;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .jornal_title-wrap {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .section_hero {
    width: 100%;
    font-size: 1vw;
    display: flex;
  }

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .section_editorial {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .section_editorial.v27, .section_editorial.v26, .section_editorial.v25, .section_editorial._10anos117 {
    min-height: auto;
  }

  .section_textos {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .section_textos.dobro-de-texto {
    margin-top: -7vw;
  }

  .paragrafo-quote.menor {
    font-size: 1.3em;
  }

  .paragrafo-quote.preto {
    font-size: 1.1em;
  }

  .paragrafo-quote.preto.editores {
    font-size: 1.3em;
  }

  .div-block-nav-about {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .legenda-autor {
    margin-bottom: 1.5rem;
  }

  .img-paragrafo {
    height: 25vw;
  }

  .img-paragrafo.ed26 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .fim-de-paragrafo {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section_video {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .video-janela {
    grid-template-columns: 1fr;
    width: 100vw;
    margin-left: -12vw;
    margin-right: -12vw;
  }

  .zoom-icone._27 {
    bottom: 6px;
  }

  .img-div-2 {
    width: 100%;
  }

  .hidememobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.3vw;
  }

  h2 {
    margin-bottom: .9em;
  }

  .nav-link.numeros {
    width: 2.2em;
    height: 2.2em;
    margin-top: 4px;
    margin-right: 4px;
    padding-bottom: 4px;
    font-size: 1.7em;
  }

  .div-navbar-menu {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
  }

  .footer {
    height: 100px;
  }

  .div-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .logo-epfcl {
    height: 64px;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -56px;
    bottom: 96px;
  }

  .redes-sociais {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .icone-rede-social {
    width: 28px;
  }

  .div-paragrafos._2-col {
    column-count: auto;
  }

  .paragrafo-comum.about {
    display: none;
  }

  .div-padding-conselho {
    width: 100%;
  }

  .div-padding-conselho._2col {
    column-count: auto;
  }

  .numero-edicao-grande {
    font-size: 13vw;
  }

  .div-block-menu-items {
    padding-top: .5rem;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .citacao {
    margin-top: 1.5rem;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .intro_content-parent.equipeee {
    flex-flow: column;
  }

  .padding-global {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .padding-global.nopad {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .padding-section-medium {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .padding-section-medium.is-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-section-medium.ipad-combodivs {
    margin-top: -8vw;
  }

  .padding-section-medium.editorial {
    padding-top: 12vw;
  }

  .padding-section-medium.comnavbar._2 {
    padding-top: 10vw;
    padding-bottom: 6vw;
  }

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .section_image-divider {
    height: 50vw;
  }

  .section_image-divider.small {
    height: 33vh;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .heading-style-h1 {
    font-size: 20vw;
  }

  .heading-style-h3.is-hero {
    font-size: 4.8em;
  }

  .work_card {
    height: 120vw;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .section_hero {
    height: 178vw;
  }

  .legenda-imagem {
    font-size: .6rem;
  }

  .section_textos.dobro-de-texto {
    margin-top: 0;
  }

  .paragrafo-quote {
    font-size: 1.2em;
    line-height: 155%;
  }

  .paragrafo-quote.preto {
    margin-bottom: 1rem;
    font-size: 1em;
  }

  .div-block-nav-about {
    width: 100vw;
    padding: 0 7vw 7vw;
  }

  .legenda-autor {
    margin-bottom: 1.5rem;
  }

  .img-paragrafo {
    height: 33vw;
    padding: 1rem;
  }

  .img-paragrafo.ed26 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-janela {
    width: 100vw;
    margin-left: -11vw;
    margin-right: -11vw;
  }
}

#w-node-acc7d00f-293a-7efd-a702-3cf96d07e4ab-5851f2bb, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4b6-5851f2bb, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4ab-047835a7, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4b6-047835a7, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4ab-1d8e4a99, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4b6-1d8e4a99, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4ab-69c959d7, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4b6-69c959d7, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4ab-cf53c024, #w-node-acc7d00f-293a-7efd-a702-3cf96d07e4b6-cf53c024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


