@charset "UTF-8";
/* Fonts */
/* Oswald */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Oswald/static/Oswald-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Oswald/static/Oswald-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Oswald/static/Oswald-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Oswald/static/Oswald-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Oswald/static/Oswald-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Oswald/static/Oswald-Bold.ttf) format("truetype");
}
/* IBM Plex Serif */
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-ThinItalic.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 200;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-ExtraLightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-Light.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.ttf) format("truetype");
}
/* Arvo */
@font-face {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/arvo/Arvo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Arvo";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/arvo/Arvo-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/arvo/Arvo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Arvo";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/arvo/Arvo-BoldItalic.ttf) format("truetype");
}
/* General */
/*
 * Acompanha os atributos width/height que os templates agora emitem. Sem esta
 * regra o browser adota a altura do atributo como altura final e estica a
 * imagem. Seletor de elemento (especificidade minima) de proposito: qualquer
 * regra com classe que defina height propria continua vencendo — caso das
 * secoes de slider, que usam height + object-fit: cover.
 */
img {
  height: auto;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

body {
  position: relative;
  color: #000;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 15px;
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  width: 100%;
  overflow: hidden;
}

.display-block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.thin-letter {
  font-weight: 200;
}

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

.caption {
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 992px) {
  .caption {
    display: block;
    padding: 0 50px;
  }
}
.plus-btn {
  width: 25px !important;
  display: block;
}

.plus-btn > img {
  width: 100%;
}

/*  ==========================================================
                            HEADER
    ==========================================================
*/
body.home header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.header-wrapper {
  position: relative;
}

header .yellow-mobile {
  background-color: #F5EC0A;
}

header .white-mobile {
  background-color: #FFF;
}

@media (min-width: 992px) {
  body.home header {
    position: relative;
  }
  header .yellow-desk {
    background-color: #F5EC0A;
  }
  header .white-desk {
    background-color: #FFF;
  }
}
/* Top bar */
header .bar {
  padding: 15px 0;
  font-size: 26px;
  font-weight: 400;
  font-family: "Oswald";
}

body.home header .bar {
  background-color: transparent;
}

header .bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .bar #open-menu {
  position: absolute;
  right: 15px;
  width: 28px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

header .bar #open-menu img {
  width: 28px;
}

header nav #close-menu {
  background: none;
  border: none;
  padding: 5px 7.5px;
  cursor: pointer;
}

/* Lang desktop */
header .bar .langs {
  display: none;
  text-transform: lowercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 5px;
  padding-right: 40px;
}

.language-switcher-mobile {
  display: none;
}

.language-switcher {
  display: none;
  text-transform: lowercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 5px;
  padding-right: 0px;
  margin-left: 0;
  border: none;
}

.trp-language-switcher > div {
  border: none !important;
}

.language-switcher .trp-language-switcher div a {
  color: #000;
}

.home .language-switcher {
  margin-right: 55px;
}

@media (max-width: 991px) {
  .language-switcher-mobile {
    display: inline;
  }
  .language-switcher {
    display: flex;
    font-size: 12px;
    padding-right: 0;
  }
  .language-switcher {
    display: none;
  }
}
.language-switcher .wpml-ls-current-language {
  font-weight: 400;
}

#menu-languages,
#menu-languages-1,
#menu-languages-2,
#menu-languages-3,
#menu-languages-4 {
  list-style: none;
  display: flex;
  margin-top: 15px;
  padding-left: 0;
}

@media (max-width: 768px) {
  #menu-languages,
  #menu-languages-1,
  #menu-languages-2,
  #menu-languages-3,
  #menu-languages-4 {
    list-style: none;
    display: flex;
    margin-top: 5px;
  }
}
#menu-languages-1 li,
#menu-languages-3 li,
#menu-languages-4 li {
  border: none;
  padding: 0 10px;
  margin: 0;
}

#menu-languages li:first-child,
#menu-languages-1 li:first-child,
#menu-languages-2 li:first-child,
#menu-languages-3 li:first-child,
#menu-languages-4 li:first-child {
  border-right: solid 1px #000;
}

#menu-languages li:nth-child(2),
#menu-languages-1 li:nth-child(2),
#menu-languages-2 li:nth-child(2),
#menu-languages-3 li:nth-child(2),
#menu-languages-4 li:nth-child(2) {
  border-right: solid 1px #000;
}

#menu-languages-1 li .trp-ls-language-name {
  font-size: 12px;
}

header .bar .langs > a,
.language-switcher li:not(:last-child) > span,
.language-switcher li:not(:last-child) > a {
  padding: 0 7.5px;
}

.language-switcher li > span,
.language-switcher li > a {
  padding: 0 7.5px;
}

.language-switcher li a {
  padding: 0 7.5px;
}

header .bar .langs > a:last-of-type {
  border-right: none;
}

@media (min-width: 992px) {
  header .bar .langs,
  .language-switcher {
    display: flex;
  }
  .language-switcher li a span,
  .language-switcher li span span,
  .language-switcher li span {
    font-size: 22px !important;
  }
}
header .bar h1 {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  margin-left: 5px;
  margin-right: auto;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  header .bar span {
    font-size: 36px;
  }
  header .bar h1 {
    font-size: 36px;
  }
  .home .bar span {
    font-size: 42px;
  }
  .home .bar .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Navigation */
@media (max-width: 768px) {
  header nav {
    width: 56%;
  }
  #menu-languages-1 .menu-item,
  #menu-languages-3 .menu-item,
  #menu-languages-4 .menu-item {
    text-transform: lowercase;
  }
  #menu-languages-1 .menu-item a span,
  #menu-languages-3 .menu-item a span,
  #menu-languages-4 .menu-item a span {
    font-size: 12px;
  }
  #menu-languages-1 li:nth-child(2),
  #menu-languages-3 li:nth-child(2),
  #menu-languages-4 li:nth-child(2) {
    border-right: solid 1px #000;
  }
  #menu-languages-1,
  #menu-languages-3,
  #menu-languages-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu-language-wpml li {
    display: inline-block;
    font-size: 13px;
    border-right: 1px solid black;
    padding: 0 10px 0 7px;
    text-transform: lowercase;
  }
  #menu-language-wpml li:first-child {
    padding-left: 0;
  }
  #menu-language-wpml li:last-child {
    border-right: none;
  }
}
header nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Oswald";
  text-align: right;
  background-color: #FFF;
  padding: 20px 15px 10px;
  z-index: 1;
}

header nav #close-menu {
  padding: 5px 7.5px;
}

header nav.visible {
  display: block;
}

@media (min-width: 992px) {
  header nav {
    padding: 15px 30px 10px;
  }
  header nav #close-menu {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    right: 20px;
  }
  header nav #close-menu img {
    height: 28px;
  }
}
/* Lang mobile */
header nav .langs {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  border-top: 2px solid #000;
  margin-top: 5px;
  padding-top: 10px;
}

header nav .langs > a {
  flex-grow: 1;
  text-align: center;
  padding: 0 7.5px;
  border-right: 1px solid #000;
}

header nav .langs > a:last-of-type {
  border-right: none;
}

@media (min-width: 992px) {
  header nav .langs {
    display: none;
  }
}
/* Menu */
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header nav .menu {
  text-align: left;
}

header nav .menu > li {
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #000;
}

@media (max-width: 991px) {
  header nav .menu > li:nth-last-of-type(2) {
    border-bottom: 2px solid #000;
  }
}
header nav .menu > li:last-of-type {
  border-bottom: none;
}

header nav .menu > li > a {
  display: block;
  font-size: 44px;
  line-height: 40px;
  padding: 7.5px 0;
}

@media (max-width: 768px) {
  header nav .menu > li > a {
    display: block;
    font-size: 37px;
    line-height: 28px;
    /*padding: 5px 0;*/
  }
}
@media (min-width: 992px) {
  header nav .menu > li > a {
    padding: 10px 0;
  }
  header nav.visible {
    padding-right: 130px;
    transition: width 0.2s ease-in-out;
  }
}
@media (min-width: 992px) {
  header nav .menu {
    margin-top: 78px;
  }
}
/* Submenu */
header nav li > a + ul {
  max-height: 0;
  overflow: hidden;
  padding: 0 2.5px;
}

header nav li > a + ul.open {
  max-height: 1000px;
}

header nav .submenu {
  font-weight: 100;
}

header nav .submenu > li {
  padding: 2.5px 0;
}

header nav .submenu > li.highlight {
  font-weight: 400;
}

header nav .submenu > li:last-of-type {
  margin-bottom: 10px;
}

header nav .submenu > li > a {
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  header .container {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  header .container {
    padding: 0 120px;
  }
}
@media (min-width: 1201px) {
  header .container {
    padding: 0 240px;
  }
}
/*  ==========================================================
                            FOOTER
    ==========================================================
*/
footer {
  font-family: "Oswald";
  margin-top: auto;
}

footer .footer-wrapper {
  background-color: #000;
  color: #FFF;
  padding: 40px 0 50px;
  text-align: center;
}

.footer-wrapper .container {
  width: 360px;
  padding: 0 48px;
}

.footer-wrapper h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-wrapper p {
  font-weight: 100;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-wrapper .container {
    width: 100%;
  }
  .footer-wrapper h2 {
    background-color: #FFF;
    color: #000;
    font-weight: 400;
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 40px;
    width: 320px;
  }
  .footer-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* Newsletter form */
#newsletter-form {
  display: flex;
  border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
}

#newsletter-form input {
  background-color: transparent;
  border: none;
  color: #FFF;
  font-weight: 200;
  letter-spacing: 1px;
  padding-left: 0;
}

#newsletter-form ::-moz-placeholder {
  color: #FFF;
}

#newsletter-form ::placeholder {
  color: #FFF;
}

#newsletter-form :focus {
  border: none;
  box-shadow: none;
  outline: none;
}

#newsletter-form button {
  background-color: transparent;
  border: none;
}

@media (min-width: 992px) {
  #newsletter-form {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
/* Socials */
footer .socials a {
  margin: 0 7.5px;
}

footer .socials a img {
  width: 20px;
  height: 20px;
}

/* Bottom nav */
footer .footer-bottom {
  background-color: #FFF;
  color: #000;
}

/* O flex era nowrap: em pt os 7 itens somam 345px contra os 345px uteis de uma
   tela de 375px — folga zero. Numa de 320px faltavam 55px e, como o
   justify-content e center, a sobra era cortada dos dois lados: "Home"
   comecava em -12px e "Sobre" terminava 12px alem da tela.
   Com wrap os itens passam para uma segunda linha em vez de sair da tela, e
   isso vale para qualquer item novo ou idioma mais longo. Onde ja cabia numa
   linha (en e fr tem 6 itens, ~40px de folga; e o desktop) nada muda. */
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
}

footer nav ul li {
  padding: 0 5px;
  border-right: 2px solid #000;
}

footer nav ul li:last-child {
  border-right: 0;
}

body:not(.home) footer .footer-bottom {
  background-color: #F5EC0A;
}

@media (min-width: 992px) {
  footer .footer-bottom {
    /*display: none;*/
  }
}
/*  ==========================================================
                            SECTION
    ==========================================================
*/
section {
  padding: 30px 0;
}

@media (min-width: 992px) {
  section {
    padding: 51px 0;
  }
}
/* Style */
section.border-bottom-section {
  padding-bottom: 40px;
}

section.border-bottom-section::after {
  content: "";
  border-bottom: 1px solid #000;
  width: 60%;
  display: block;
  margin: 40px auto -40px;
}

@media (min-width: 992px) {
  section.border-bottom-section::after {
    width: 200px;
  }
}
/* Color */
section.yellow {
  background-color: #F5EC0A;
  color: #000;
}

/* Type */
section.highlight {
  padding: 40px 0;
  font-size: 20px;
  font-family: "Arvo";
  line-height: 30px;
}

@media (min-width: 768px) {
  section.highlight {
    padding: 50px 0;
    font-size: 40px;
    line-height: 1.15;
  }
}
@media (min-width: 992px) {
  section.highlight {
    font-size: 42px;
  }
}
section.highlight .highlight__text {
  margin-bottom: 24px;
}

section.highlight .highlight__text p {
  margin: 0;
}

section.large-image-section {
  padding: 0;
}

section.large-image-section > figure {
  text-align: center;
  margin: 0;
}

section.large-image-section.no-margin-figures > figure {
  margin: 0;
}

section.large-image-section > figure img {
  max-width: 100%;
}

section.large-image-section.full > figure img {
  width: 100%;
}

/* Subsections */
section .subsection {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  section .subsection {
    margin-bottom: 60px;
  }
}
/* Section footer */
section .section-footer {
  border-top: 2px solid #000;
  padding-top: 10px;
  margin: 50px 0;
}

section .section-footer a {
  font-weight: 700;
}

@media (min-width: 768px) {
  section .section-footer {
    text-align: center;
  }
}
/*  ==========================================================
                            CONTAINER
    ==========================================================
*/
/* Container from other pages */
@media (min-width: 768px) {
  body:not(.home) .container {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .container {
    padding: 0 120px;
  }
}
@media (min-width: 1201px) {
  body:not(.home) .container {
    padding: 0 240px;
  }
}
/* Default container */
.container.default {
  padding: 0 15px;
}

/* Mobile Thin */
/*@media (max-width: 767px) {
      .container.thin {
        padding: 0 80px;
      }
    }*/
@media (max-width: 575px) {
  .container.thin {
    padding: 0 50px;
  }
  .container.semithin {
    padding: 0 30px;
  }
}
/*  ==========================================================
                          SECTION TITLE
    ==========================================================
*/
.bg-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #FFF;
  background-color: #000;
  padding: 2.5px 7.5px 5px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .bg-title {
    font-size: 30px;
    font-weight: normal;
    padding: 5px 20px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
}
/* Títulos da home */
.home-section-title {
  font-size: 64px;
  line-height: 1;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.home-section-title.down {
  margin-bottom: -20px;
}

/* Sobreposicao do titulo com as imagens abaixo. Medida no Figma: 20,8%
   (INCERTAS), 15,5% (PAISAGENS) e 11% (PERSONAGENS) da altura da tinta —
   media ~15,8%, que e o alvo destes valores. Antes o site cobria 24,1%. */
.home-section-title.small-down {
  margin-bottom: -10px;
}

.home-section-title.above {
  position: relative;
  z-index: 1;
}

.home-section-title.normal {
  font-weight: 400;
}

.home-section-title.bolder {
  font-weight: 700;
}

@media (min-width: 992px) {
  /* 165px = +37,5% sobre os 120px anteriores. Medido no Figma: os titulos
     ocupam 40% (INCERTAS), 40,3% (PAISAGENS), 53,8% (PERSONAGENS) e 48%
     (PELO MUNDO) da largura do frame de 1603px; o site entregava 28,7%,
     29,9%, 38,6% e 34,5% — um fator consistente de ~1,39 nos quatro. */
  .home-section-title {
    font-size: 165px;
  }
  .home-section-title.down {
    margin-bottom: -35px;
  }
  /* Mesmo alvo de ~15,8% de cobertura do mobile, recalculado para a tinta
     maior desta fonte (136px contra 54px). */
  .home-section-title.small-down {
    margin-bottom: -28px;
    margin-top: 40px;
  }
}
/*  ==========================================================
                            SLIDERS
    ==========================================================
*/
.slider {
  position: relative;
}

/* Navigation */
.slider-nav .arrow {
  display: block;
  position: absolute;
  top: calc(50% - 11px);
}

.slider-nav .arrow::after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  background-image: url(../images/slider_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-nav .arrow-left {
  left: 7.5px;
}

.slider-nav .arrow-right {
  right: 7.5px;
}

.character-slider-nav .arrow-left {
  left: 100px;
}

.character-slider-nav .arrow-right {
  right: 100px;
}

.slider-nav .arrow-left::after {
  /*transform: rotate(90deg);*/
}

.slider-nav .arrow-right::after {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  div.book-slider-nav a.arrow {
    transform: rotate(90deg);
  }
}
.book-images-slider-wrapper .slider-nav .arrow-left {
  left: 15px;
}

.book-images-slider-wrapper .slider-nav .arrow-right {
  right: 15px;
}

.book-images-slider-wrapper .slider-nav .arrow {
  width: 22px;
  height: 22px;
}

/*  ==========================================================
                            BUTTON
    ==========================================================
*/
.btn {
  font-size: 14px;
  font-family: "Arvo";
  text-transform: uppercase;
  border-radius: 0;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

@media (min-width: 768px) {
  .btn {
    padding: 8px 20px;
  }
}
/*  ==========================================================
                          ACCORDEON
    ==========================================================
*/
.accordeone-item {
  border-bottom: 1px solid #000;
}

.accordeone-item:last-of-type {
  border-bottom: none;
}

.accordeone-item > .accordeone-title {
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 400;
}

.accordeone-item > .accordeone-title a {
  display: flex;
  position: relative;
  padding: 5px 0;
}

.accordeone-item > .accordeone-title a::after {
  content: url(../images/arrow_thin.svg);
  position: absolute;
  top: 2px;
  right: 0;
  align-self: center;
  transition: transform 0.1s linear, top 0.1s linear;
}

.accordeone-item.open > .accordeone-title a::after {
  transform: scale(1, -1);
  top: 10px;
}

.accordeone-item > .accordeone-content {
  font-size: 14px;
  /*max-height: 0;*/
  display: none;
  /*overflow: hidden;*/
}

.accordeone-item.open > .accordeone-content {
  /*max-height: 1000px;*/
  display: block;
}

.accordeone-item > .accordeone-content > .accordeone-content-wrapper {
  padding-top: 10px;
}

/* Video das entrevistas (unico iframe do tema). O HTML traz width=560 e
   height=315 fixos, entao no mobile ele vazava 285px alem do container de
   275px — cortado, sem nem gerar scroll horizontal, o que escondia o
   problema. O max-width segura na largura disponivel e o aspect-ratio
   recalcula a altura: 560/315 e exatamente 16/9, entao o enquadramento nao
   muda. No desktop o wrapper tem 660px e o video continua em 560x315. */
.accordeone-content iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (min-width: 992px) {
  .accordeone-item > .accordeone-title {
    font-size: 22px;
    font-weight: 500;
  }
  .accordeone-item > .accordeone-title a {
    padding: 7.5px 0;
  }
}
/* Style 2 */
.accordeone.type-2 > .accordeone-item {
  border-bottom: none;
}

.accordeone.type-2 > .accordeone-item > .accordeone-title {
  position: relative;
}

.accordeone.type-2 > .accordeone-item > .accordeone-title::before {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F5EC0A;
  padding: 0 15px;
}

.accordeone.type-2 > .accordeone-item > .accordeone-title a {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.accordeone.type-2 > .accordeone-item > .accordeone-title a::after,
.accordeone.arrow-circle > .accordeone-item > .accordeone-title a::after {
  content: "";
  background-image: url(../images/arrow_circle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 11px);
  height: 22px;
  width: 22px;
  transition: none;
}

/* Style 3 */
.accordeone.type-3 > .accordeone-item {
  border-bottom: none;
}

.accordeone.type-3 > .accordeone-item > .accordeone-title {
  border-bottom: 1px solid #000;
}

.accordeone.type-3 > .accordeone-item:last-of-type > .accordeone-title {
  border-bottom: none;
}

.accordeone.type-3 > .accordeone-item > .accordeone-title a {
  font-weight: 300;
}

.accordeone.type-3 > .accordeone-item > .accordeone-content > .accordeone-content-wrapper {
  padding: 20px 0;
}

/*  ==========================================================
    ==========================================================
                            HOME
    ==========================================================
    ==========================================================
*/
/* Top Slider */
#top-slider {
  padding: 0;
  position: relative;
}

/* Slider nav */
#top-slider .tns-nav {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

#top-slider .tns-nav button {
  width: 10px;
  height: 10px;
  background-color: #000;
  margin: 0 5px;
  padding: 0;
  border: none;
  border-radius: 30px;
  opacity: 0.4;
}

#top-slider .tns-nav button:focus {
  outline: none;
}

#top-slider .tns-nav button.tns-nav-active {
  opacity: 1;
}

@media (min-width: 992px) {
  #top-slider .tns-nav {
    top: 25px;
  }
}
#top-slider .item-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
  position: relative;
}

/* Image */
#top-slider .item .top-slider-image {
  width: 100vw;
  height: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #top-slider .item .top-slider-image {
    height: 100vh;
  }
}
/* Text block */
#top-slider .item .top-slider-text-wrapper {
  flex-grow: 1;
  background-color: #e71f57;
  padding: 20px 20px 0;
  text-transform: uppercase;
  font-family: "Arvo";
  /* Mobile (o breakpoint 768px abaixo sobrescreve para desktop).
     Veio de 28px, passou a 39px (+40%, pedido do cliente) e agora desce a
     30px: com a 2a parte no tamanho certo, 39px deixava as duas quase
     iguais. Reducao um pouco maior que a da 2a parte, de proposito, para
     abrir contraste entre elas.
     O line-height acompanha na mesma razao de sempre (1,143). */
  font-size: 30px;
  line-height: 34px;
}

@media (max-width: 767px) {
  #top-slider .item .top-slider-text-wrapper {
    display: flex;
    flex-direction: column;
    /* flex-start mantém as duas partes do texto coladas, separadas apenas
       pelo line-height. Com space-between a 2a parte era empurrada para o
       rodapé do bloco, criando um vazio independente do tamanho da fonte. */
    justify-content: flex-start;
    /* 40vh (325px num 375x812) fica abaixo do conteudo de todos os slides
       atuais — o menor pede 373px — entao na pratica o bloco acompanha o
       texto e a sobra embaixo some. Nao virou 0 de proposito: e o piso que
       impede um slide de frase curta encolher demais. Era 55vh (447px),
       que sobrava 73px nos slides curtos. */
    min-height: 40vh;
  }
}
/* --slide-text-scale vem do campo por slide no admin (100% => 1)
   O texto renderizado fica no <small>, a 85% deste valor, entao o tamanho que
   se ve no mobile e 54*0.85 = 45,9px contra 30px da 1a parte — razao 1,53,
   perto dos 1,479 do desktop (87*0.85/50), com a 1a um pouco menor de
   proposito. Antes eram 48px, que davam 40,8px contra 39px da 1a: praticamente
   o mesmo corpo, e o Oswald condensado ainda fazia a 2a parecer menor.
   Os 54px valem de 375px de tela para cima. Abaixo disso o min() derruba o
   corpo junto com a largura: "COMPLETAMENTE", a maior palavra dos slides de
   hoje, precisa de 6,84x o seu corpo em px, e sobram (100vw - 40px) uteis
   depois do padding. Dividir por 6,2 deixa uma folga sobre esse 6,84. Sem
   isso a palavra vazava 34px numa tela de 332px.
   line-height sem unidade para acompanhar o corpo quando ele fica fluido. */
#top-slider .item .top-slider-text-wrapper > span.big {
  display: block;
  font-family: "Oswald";
  font-weight: 700;
  font-size: calc(min(54px, (100vw - 40px) / 6.2) * var(--slide-text-scale, 1));
  line-height: 1.09;
}

@media (min-width: 768px) {
  #top-slider .item .top-slider-text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 70px 30px 0;
    width: 60%;
    font-size: 50px;
    line-height: 50px;
  }
  #top-slider .item .top-slider-text-wrapper > span.big {
    font-size: calc(87px * var(--slide-text-scale, 1));
    line-height: calc(87px * var(--slide-text-scale, 1));
  }
}
/* Link */
#top-slider .item .top-slider-text-wrapper .book-link {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}

#top-slider .item .top-slider-text-wrapper .book-link > a {
  display: block;
  position: relative;
}

#top-slider .item .top-slider-text-wrapper .book-link > a img {
  /* max-width e max-height juntos, com o width vindo do atributo, faziam o
     browser resolver 200x120 em vez de 184x120. Liberando a largura, o
     max-height passa a mandar e a proporcao se mantem. */
  width: auto;
  max-height: 80px;
  max-width: 120px;
}

#top-slider .item .top-slider-text-wrapper .book-link > a span {
  position: absolute;
  bottom: 0;
  left: calc(50% - 44px);
  font-size: 10px;
  font-weight: 100;
}

@media (min-width: 768px) {
  #top-slider .item .top-slider-text-wrapper .book-link > a img {
    max-height: 120px;
    max-width: 200px;
  }
  #top-slider .item .top-slider-text-wrapper .book-link > a span {
    left: calc(50% - 70px);
    font-size: 14px;
  }
}
/* Miniatura do livro colada no fim da secao, no mobile.
   Precisa vir depois das regras acima: mesma especificidade, entao quem
   estiver por ultimo no arquivo vence.
   A 2a parte do texto cresce ate o rodape do bloco e o link e empurrado para
   baixo com margin-top:auto — antes sobrava um vazio que variava com o
   tamanho da frase (151px no 1o slide, 54px no 2o).
   No desktop o float:right continua, com o texto contornando a miniatura. */
@media (max-width: 767px) {
  #top-slider .item .top-slider-text-wrapper > span.big {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Sem margem entre as duas partes de proposito: o vao ja vem do
       line-height das duas e fica no mesmo ritmo das demais linhas —
       13px entre as partes, contra 12px dentro da 1a e 10,2px dentro da 2a
       (medido da linha de base, descontando a altura de caixa alta).
       Qualquer margem aqui entra POR CIMA desses 13px: os 10px que houve
       antes levavam o vao a 23px e os 0,28em a 28px, quase o triplo do
       espaco entre as outras linhas.
       Deixando em zero o ritmo tambem acompanha sozinho o
       --slide-text-scale, ja que os dois line-heights escalam juntos. */
    margin-top: 0;
  }
  #top-slider .item .top-slider-text-wrapper .book-link {
    float: none;
    /* auto empurra ate o rodape; o padding garante o respiro de 10px do
       margin-top original quando a frase e longa e encosta na miniatura. */
    margin-top: auto;
    padding-top: 10px;
    margin-left: 0;
    align-self: flex-end;
  }
}
/* Scrolling text section */
#scrolling-text-section {
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

#scrolling-text-section > * {
  flex-grow: 1;
}

#scrolling-text-section .scrolling-text-section-image {
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: center;
}

#scrolling-text-section .scrolling-text-section-image .split-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  z-index: 1;
}

@media (min-width: 768px) {
  #scrolling-text-section {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* Order */
#scrolling-text-section .first-image {
  order: 1;
}

#scrolling-text-section .scroll-slider {
  order: 2;
}

#scrolling-text-section .second-image {
  order: 3;
}

@media (min-width: 768px) {
  #scrolling-text-section .scroll-slider {
    order: 3;
  }
  #scrolling-text-section .second-image {
    order: 2;
  }
}
/* Button positioned on dividing line between images */
#scrolling-text-section .split-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (min-width: 768px) {
  #scrolling-text-section .second-image {
    flex-basis: 60%;
    flex-grow: unset;
    height: calc(100vh - 200px);
  }
  #scrolling-text-section .split-btn {
    left: 40%;
    top: 50%;
  }
  /* Inverted layout: button moves to 60% (right side) */
  #scrolling-text-section.scrolling-text-section--inverted .split-btn {
    left: 60%;
  }
}
/* Text scrolling section */
#scrolling-text-section .scroll-slider {
  flex-grow: unset;
}

#scrolling-text-section .scroll-item {
  height: 84px;
  position: relative;
  white-space: nowrap;
}

#scrolling-text-section .scroll-text {
  display: block;
  font-family: "Oswald";
  font-size: 96px;
  font-weight: 600;
  line-height: 84px;
  text-transform: uppercase;
  position: absolute;
  /*width: 100%;*/
  height: 100%;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #scrolling-text-section .scroll-slider {
    flex-basis: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #scrolling-text-section .scroll-item {
    height: 110px;
  }
  #scrolling-text-section .scroll-text {
    font-size: 100px;
    line-height: 120px;
  }
}
/* Left to Right autoscrolling */
#scrolling-text-section .scroll-item-right .scroll-text {
  /* Starting position */
  transform: translateX(110vw);
  /* Apply animation to this element */
  animation: scroll-item-right 30s linear infinite;
}

/* Move it (define the animation) */
@keyframes scroll-item-right {
  0% {
    /* Firefox bug fix */
    /* Firefox bug fix */
    transform: translateX(110vw);
  }
  100% {
    /* Firefox bug fix */
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}
/* Right to Left autoscrolling */
#scrolling-text-section .scroll-item-left .scroll-text {
  /* Starting position */
  transform: translateX(-100%);
  /* Apply animation to this element */
  animation: scroll-item-left 30s linear infinite;
}

/* Move it (define the animation) */
@keyframes scroll-item-left {
  0% {
    /* Firefox bug fix */
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
  100% {
    /* Firefox bug fix */
    /* Firefox bug fix */
    transform: translateX(100vw);
  }
}
/* Split 40/60 — dimensões explícitas e modificador invertido */
@media (min-width: 768px) {
  #scrolling-text-section .first-image {
    flex-basis: 40%;
    flex-grow: unset;
    height: calc(100vh - 200px);
  }
}
/* Inverte para 60/40: first-image passa a 60%, second-image a 40% */
#scrolling-text-section.scrolling-text-section--inverted .first-image {
  order: 1; /* mantém posição visual */
}

@media (min-width: 768px) {
  #scrolling-text-section.scrolling-text-section--inverted .first-image {
    flex-basis: 60%;
  }
  #scrolling-text-section.scrolling-text-section--inverted .second-image {
    flex-basis: 40%;
  }
}
/* CSS custom properties para override de cores via ACF */
#scrolling-text-section {
  --split-fundo: #f9a234;
  --split-texto: #000;
  --split-btn-bg: inherit;
  --split-btn-text: inherit;
}

#scrolling-text-section .scroll-slider {
  background-color: var(--split-fundo);
  color: var(--split-texto);
}

#scrolling-text-section .split-btn {
  background-color: var(--split-btn-bg);
  color: var(--split-btn-text);
}

/* Book panel */
#book-panels {
  padding: 0;
}

#book-panels .text-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
}

#book-panels .image-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*padding: 60px;*/
}

#book-panels .image-panel img {
  max-width: 100%;
}

#book-panels .image-panel .btn {
  position: absolute;
  top: 0;
  right: 60px;
}

@media (min-width: 768px) {
  #book-panels .text-panel {
    font-size: 42px;
    line-height: 48px;
    padding: 80px 9vw;
  }
  #book-panels .image-panel {
    flex-direction: column;
  }
  #book-panels .image-panel .btn {
    top: unset;
    bottom: 70px;
    right: unset;
  }
}
/* Square full slider */
#square-full-slider-section {
  padding: 0;
}

#square-full-slider-section > .container {
  position: relative;
}

.square-full-slider {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: 50%;
  margin-right: -50vw;
}

.square-full-slider img {
  width: 100%;
}

@media (min-width: 768px) {
  .square-full-slider-nav .arrow::after {
    content: "";
    background-color: #FFF;
    background-image: url(../images/arrow_circle.svg);
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
  }
}
/* Yoga */
#yoga span {
  display: block;
  position: relative;
  font-family: "Oswald";
  font-size: 48px;
  font-weight: 100;
  line-height: 1.1;
  width: 100px;
  margin-bottom: 30px;
  z-index: 1;
}

#yoga img {
  width: 55%;
}

#yoga .column-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#yoga .column-1 span {
  font-weight: 700;
  font-size: 64px;
}

#yoga .column-2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

#yoga .column-2 span {
  right: 10%;
  margin-bottom: 40px;
}

#yoga .column-2 .btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media (min-width: 768px) {
  #yoga .column-2 {
    flex-direction: row;
  }
  #yoga .column-2 span {
    font-size: 64px;
    right: unset;
    width: 150px;
  }
  #yoga .column-2 img {
    align-self: flex-start;
    width: 60%;
  }
  #yoga .column-2 .btn {
    right: 40px;
  }
}
/* Circles slider section */
.circles-slider-section .circles-slider-wrapper {
  position: relative;
}

.circles-slider-section .circles-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 1px;
  right: 1px;
  bottom: 15%;
  background-color: #000;
  opacity: 0.3;
  height: 55%;
}

.circles-slider-section .circles-slider-wrapper .tns-outer {
  position: relative;
  z-index: 2;
}

.circles-slider-section.circles-slider-section--full-width .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.circles-slider-section .circles-slider {
  display: flex;
  align-items: center;
}

.circles-slider-section .circles-slider-nav .arrow {
  z-index: 3;
  cursor: pointer;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.circles-slider-section figure {
  margin: 0;
  background-color: #FFF;
}

.circles-slider-section img {
  width: 100%;
}

/* Paintings slider section */
.patterns-slider-section img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.patterns-slider-section .item {
  overflow: hidden;
}

.patterns-slider-section .item > a {
  display: block;
  height: 100%;
}

.patterns-slider-wrapper {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .patterns-slider-section {
    padding: 51px 0;
  }
  .patterns-slider-section .tns-ovh {
    overflow: visible;
  }
  .patterns-slider-section img {
    max-width: 100%;
  }
  .patterns-slider-wrapper {
    margin: 0;
  }
  .patterns-slider-section .slider-nav .arrow::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/slider_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .patterns-slider-section .slider-nav .arrow-left {
    left: -12px;
  }
  .patterns-slider-section .slider-nav .arrow-right {
    right: -12px;
  }
}
/* Incertas slider */
.small-slider-section {
  padding-bottom: 10px;
}

.small-slider-section img {
  width: 100%;
}

.small-slider-wrapper {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .small-slider-section .tns-ovh {
    overflow: visible;
  }
  .small-slider-wrapper {
    margin: 0;
  }
  .small-slider-section .slider-nav .arrow::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/slider_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .small-slider-section .slider-nav .arrow-left {
    left: -15px;
  }
  .small-slider-section .slider-nav .arrow-right {
    right: -15px;
  }
}
/* Paisagens slider */
#landscape-slider {
  padding-top: 0;
}

#landscape-slider img {
  max-width: 100vw;
}

.landscape-slider-wrapper {
  margin: 0 -15px;
}

.desktop-title {
  display: none;
}

.mobile-title {
  display: inherit;
  margin-top: -15px;
}

.small-slider-section {
  padding: 0;
  margin-bottom: -5px;
}

@media (min-width: 768px) {
  .desktop-title {
    display: inherit;
  }
  .mobile-title {
    display: none;
  }
  #landscape-slider .tns-ovh {
    overflow: visible;
  }
  #landscape-slider img {
    width: 100%;
  }
  .landscape-slider-wrapper {
    margin: 0;
  }
  #landscape-slider .slider-nav .arrow::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/slider_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #landscape-slider .slider-nav .arrow-left {
    left: -12px;
  }
  #landscape-slider .slider-nav .arrow-right {
    right: -12px;
  }
}
/* Triple image */
.link-button-image {
  position: relative;
}

.link-button-image > a {
  position: absolute;
  bottom: 0;
  right: 25%;
}

/* Characters slider */
.characters-slider-section .slider {
  margin: 0 -15px;
  margin-bottom: 10px;
}

.characters-slider-section .tns-inner {
  margin: 0;
}

/* O .slider-wrapper e inline-block e ficava assentado na linha de texto do
   .tns-inner, o que deixava 18px de espaco morto acima das imagens no desktop
   e 16px no mobile (o margin-top: -10px que havia aqui compensava parte disso).
   Esse vazio comia a margem negativa do titulo: PERSONAGENS entrava so 3px nas
   imagens, contra 21px de INCERTAS e PAISAGENS — dai a impressao de que nao
   afundava. Com vertical-align: top o wrapper encosta no topo e a sobreposicao
   passa a ser so o que a margem do titulo mandar. */
.characters-slider-section .tns-inner > .slider-wrapper {
  vertical-align: top;
}

.characters-slider-section .slider img {
  max-width: calc(100vw - 30px);
  width: 180px;
}

@media (min-width: 768px) {
  .characters-slider-section .slider img {
    max-width: calc(100vw - 30px);
    width: 555px;
  }
  .characters-slider-section .slider {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .characters-slider-section .slider .arrow::after {
    content: "";
    background-image: url(../images/slider_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #FFF;
    height: 40px;
    width: 40px;
  }
  .characters-slider-section .slider .arrow-left {
    left: calc(50vw - 320px);
  }
  .characters-slider-section .slider .arrow-right {
    right: calc(50vw - 320px);
  }
}
@media (min-width: 992px) {
  .characters-slider-section .slider .arrow-left {
    left: calc(50vw - 360px);
  }
  .characters-slider-section .slider .arrow-right {
    right: calc(50vw - 360px);
  }
}
@media (min-width: 1201px) {
  .characters-slider-section .slider .arrow-left {
    left: calc(50vw - 300px);
  }
  .characters-slider-section .slider .arrow-right {
    right: calc(50vw - 300px);
  }
}
/* Paintings slider section */
#paintings-slider img {
  max-width: 100vw;
}

.paintings-slider-wrapper {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  #paintings-slider {
    padding: 51px 0;
  }
  #paintings-slider .tns-ovh {
    overflow: visible;
  }
  #paintings-slider img {
    max-width: 100%;
  }
  .paintings-slider-wrapper {
    margin: 0;
  }
  #paintings-slider .slider-nav .arrow::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/slider_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #paintings-slider .slider-nav .arrow-left {
    left: -12px;
  }
  #paintings-slider .slider-nav .arrow-right {
    right: -12px;
  }
}
/* Shop slider section */
#shop-slider-section .shop-slider-wrapper {
  position: relative;
}

#shop-slider-section .shop-slider-wrapper figure {
  margin: 0;
}

#shop-slider-section .shop-slider-wrapper img {
  width: 100%;
}

#shop-slider-section .shop-slider-nav .arrow-left {
  left: -10px;
}

#shop-slider-section .shop-slider-nav .arrow-right {
  right: -10px;
}

@media (min-width: 768px) {
  #shop-slider-section .shop-slider-nav .arrow::after {
    content: "";
    background-image: url(../images/slider_arrow.svg);
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
  }
  #shop-slider-section .shop-slider-nav .arrow-left {
    left: -15px;
  }
  #shop-slider-section .shop-slider-nav .arrow-right {
    right: -15px;
  }
}
/* Map */
#home-map a,
#home-map img {
  display: block;
  width: 100%;
}

/*  ==========================================================
    ==========================================================
                        Páginas LIVROS
    ==========================================================
    ==========================================================
*/
/* Biblioteca */
.library-main,
.library-sub {
  min-height: 320px;
  margin-bottom: 40px;
}

.library-section .library-title {
  font-family: "Oswald";
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.library-main .library-title {
  font-weight: 700;
  border-bottom-width: 2px;
}

.library-sub .library-title {
  font-weight: 400;
}

.library-sub .book img {
  margin-bottom: 40px;
}

.library-section .row-flex {
  justify-content: center;
}

@media (min-width: 992px) {
  .library-main,
  .library-sub {
    margin-bottom: 60px;
  }
  .library-section .library-title {
    margin-bottom: 30px;
  }
  .library-main .library-title {
    font-size: 22px;
  }
  .library-section .row-flex {
    margin-left: -20px;
    margin-right: -20px;
  }
  .library-section .row-flex .book-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Livros */
.library-section .book a,
.library-section .book img {
  width: 100%;
}

.library-section .book a {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .library-section .book a {
    margin-bottom: 40px;
  }
}
#book-slider-slider {
  padding-top: 0;
}

.book-slider-slider-wrapper .tns-outer {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: 50%;
  margin-right: -50vw;
}

.book-slider-slider-wrapper .item figure {
  text-align: center;
  margin: 0;
}

.book-slider-slider-wrapper .item figure img {
  width: 100%;
}

.book-slider-slider-wrapper .item figure figcaption {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.book-slider-slider-nav .arrow {
  top: unset;
  bottom: 0;
}

.book-slider-slider-nav .arrow:after {
  content: "";
  background-image: url(../images/slider_arrow.svg);
  background-size: cover;
  background-position: center;
}

.book-slider-slider-nav .arrow-left {
  left: -10px;
}

.book-slider-slider-nav .arrow-right {
  right: -10px;
}

@media (max-width: 767px) {
  .book-slider-slider-wrapper .item figure figcaption {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .book-slider-slider-nav .arrow-left {
    left: -40px;
  }
  .book-slider-slider-nav .arrow-right {
    right: -40px;
  }
}
/* Outras edições */
#ed-intro {
  padding-top: 10px;
}

#ed-intro figure {
  /*display: none;*/
}

#ed-intro img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #ed-intro figure {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #ed-intro {
    padding-top: 50px;
    background-color: #FFF;
  }
  #ed-intro figure {
    margin: 0 -90px;
  }
}
/* Livros */
#books-ed-list {
  padding: 0;
}

#books-ed-list .book-item {
  padding: 30px 0 20px;
  /*border-bottom: 2px solid #000;*/
  position: relative;
}

#books-ed-list .book-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #000;
}

#books-ed-list .book-item:last-of-type {
  /*border-bottom: none;*/
}

#books-ed-list .book-item:last-of-type::after {
  content: unset;
}

#books-ed-list .book-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px;
  margin-bottom: 20px;
}

#books-ed-list .book-data > * {
  padding: 0 5px;
}

#books-ed-list .book-info {
  font-size: 14px;
  line-height: 15px;
  margin-right: 34px;
  width: 80%;
}

#books-ed-list .book-info > * {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  width: 100%;
}

#books-ed-list .book-info h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

#books-ed-list .book-info span {
  font-weight: 300;
  line-height: 19.88px;
}

#books-ed-list .book-thumbnail {
  width: 20%;
}

#books-ed-list .book-thumbnail img {
  max-height: 70px;
}

@media (min-width: 992px) {
  #books-ed-list .book-item {
    padding: 40px 0 60px;
  }
  #books-ed-list .book-item::after {
    left: 50px;
    right: 50px;
  }
  #books-ed-list .book-data {
    padding: 0 50px;
    margin: 0 -20px;
    margin-bottom: 30px;
  }
  #books-ed-list .book-data > * {
    padding: 0 20px;
  }
  #books-ed-list .book-info {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
  }
  #books-ed-list .book-info h3 {
    font-size: 28px;
    line-height: 42.6px;
  }
  #books-ed-list .book-info span {
    font-size: 18px;
    line-height: 25.56px;
  }
  #books-ed-list .book-thumbnail {
    flex-basis: unset;
  }
  #books-ed-list .book-thumbnail img {
    max-height: 100px;
  }
}
/* Slider */
.book-slider-wrapper {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 10px;
}

.book-slider-wrapper img {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .book-slider-wrapper .slider-nav .arrow-left {
    left: 30px;
  }
  .book-slider-wrapper .slider-nav .arrow-right {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .book-slider-wrapper {
    width: 100%;
    left: unset;
    right: unset;
    margin: 0;
    margin-bottom: 10px;
  }
  .book-slider-wrapper .tns-ovh {
    overflow: visible;
  }
  .book-slider-wrapper .slider-nav .arrow::after {
    content: "";
    background-image: url(../images/arrow_circle.svg);
    height: 30px;
    width: 30px;
    background-size: 100%;
  }
  .book-slider-wrapper .slider-nav .arrow-left {
    left: -40px;
  }
  .book-slider-wrapper .slider-nav .arrow-right {
    right: -40px;
  }
}
#books-ed-list .book-description {
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 992px) {
  #books-ed-list .book-description {
    display: block;
    padding: 0 50px;
    font-weight: normal;
  }
}
/* Outras línguas */
/* Accordeon */
#books-accordeon {
  padding: 0;
}

#books-accordeon .container.thin {
  padding: 0 25px;
}

#books-accordeon .accordeone-title a {
  padding: 5px 0;
  font-size: 24px;
  font-weight: 400;
}

#books-accordeon .accordeone-item:last-of-type:not(.open) a {
  border-bottom: none;
}

@media (min-width: 992px) {
  #books-accordeon .accordeone-title a {
    padding: 20px 0;
    font-size: 30px;
  }
}
/* Grid de livros */
.book-grid {
  padding-top: 30px !important;
}

.book-grid .book-item {
  margin-bottom: 30px;
}

.book-grid .book-item a,
.book-grid .book-item img {
  width: 100%;
}

.book-grid .book-item a:first-of-type {
  display: block;
  margin-bottom: 10px;
}

.book-grid .book-item a.btn {
  width: auto;
}

@media (min-width: 992px) {
  .book-grid {
    padding-top: 40px !important;
  }
  .book-grid > .row-flex {
    margin: 0 -20px;
  }
  .book-grid > .row-flex > .book-item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .book-grid .book-item a.btn {
    width: 100%;
  }
}
/* Individual */
/* Slider */
#book-images-slider {
  padding: 0;
}

#book-images-slider img {
  max-width: 100vw;
}

.book-images-slider-wrapper {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  #book-images-slider .tns-ovh {
    overflow: visible;
  }
  #book-images-slider img {
    max-width: 100%;
  }
  .book-images-slider-wrapper {
    margin: 0;
  }
  #book-images-slider .slider-nav .arrow::after {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/arrow_circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #book-images-slider .slider-nav .arrow-left {
    left: -12px;
    transform: rotate(90deg);
  }
  #book-images-slider .slider-nav .arrow-right {
    right: -12px;
    transform: rotate(90deg);
  }
}
.lightboxOverlay {
  background-color: none;
}

/* Informações do livro */
/* Col 1 */
.book-single-data {
  display: flex;
  flex-direction: column;
}

.book-single-data > * {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 7.5px 0;
}

.book-single-data > :last-child {
  border-bottom: none;
}

.book-single-data .book-name {
  font-size: inherit;
  font-weight: 700;
}

.book-single-data .book-comment {
  font-weight: 700;
  font-style: italic;
}

.book-single-data .book-publisher {
  font-size: 0.85em;
}

.book-single-data .book-awards {
  font-size: 0.85em;
  font-weight: 700;
  font-style: italic;
}

.book-single-data .book-link {
  font-family: "Oswald";
  font-size: 0.85em;
  text-decoration: underline;
}

.book-single-data .book-description .long-description {
  display: none;
}

.book-single-data .book-description p {
  margin: 0;
}

.book-single-data .book-description p + p {
  margin-top: 0.75em;
}

.book-single-data .product-title {
  display: flex;
  justify-content: space-between;
}

.share-menu {
  position: relative;
  text-align: left;
}

.share-menu-mobile {
  display: inline;
}

.share-menu-desktop {
  display: none;
  text-align: left;
}

@media (min-width: 992px) {
  .share-menu-mobile {
    display: none;
  }
  .share-menu-desktop {
    display: inline;
  }
  .share-menu {
    text-align: center;
  }
  .share-menu.active div:nth-child(2) {
    animation: animate-share-position-1 200ms both;
  }
  .share-menu.active div:nth-child(3) {
    animation: animate-share-position-2 400ms both;
  }
  .share-menu.active div:nth-child(4) {
    animation: animate-share-position-3 600ms both;
  }
  .share-menu.active div:nth-child(5) {
    animation: animate-share-position-4 800ms both;
  }
  .share-menu.active div:nth-child(6) {
    animation: animate-share-position-5 1000ms both;
  }
}
.share-menu .close-button {
  width: 20px;
  display: none;
  margin-top: 5px;
}

.share-menu .share-button img:nth-child(1) {
  cursor: pointer;
  z-index: 40;
  display: inline;
  width: 20px;
}

.share-menu.active .close-button {
  display: inline;
}

.share-menu.active .share-button img:nth-child(1) {
  display: none;
}

.share-menu .social-btn {
  background-color: #fff;
  border: 1px solid #000;
  padding: 1px;
  position: absolute;
  cursor: pointer;
  width: 25px;
  display: none;
  z-index: 2;
}

.share-menu.active .social-btn {
  display: inline;
}

/* Os ícones do menu são SVGs 24x24 monocromáticos: normalizamos a caixa
   para que todos ocupem exatamente a área interna do botão. */
.share-menu .social-btn a {
  display: block;
  line-height: 0;
}

.share-menu .social-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.share-menu.active .checked img {
  filter: invert(1);
}

/* Animação mobile */
.share-menu-mobile.active div:nth-child(2) {
  animation: animate-share-position-1-mobile 200ms both;
}

.share-menu-mobile.active div:nth-child(3) {
  animation: animate-share-position-2-mobile 400ms both;
}

.share-menu-mobile.active div:nth-child(4) {
  animation: animate-share-position-3-mobile 600ms both;
}

.share-menu-mobile.active div:nth-child(5) {
  animation: animate-share-position-4-mobile 800ms both;
}

.share-menu-mobile.active div:nth-child(6) {
  animation: animate-share-position-5-mobile 1000ms both;
}

.share-menu.active .checked {
  border: solid 1px green;
  background-color: green;
  opacity: 0.7;
  transition: background-color 0.2s ease-in-out;
}

.social-btn:hover {
  border: 2px solid #000;
  padding: 0px;
}

/* Key frames de animação dos botões no desktop (passo de 90% por posição) */
@keyframes animate-share-position-1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-15px, -200%);
  }
}
@keyframes animate-share-position-2 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-15px, -290%);
  }
}
@keyframes animate-share-position-3 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-15px, -380%);
  }
}
@keyframes animate-share-position-4 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-15px, -470%);
  }
}
@keyframes animate-share-position-5 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-15px, -560%);
  }
}
/* Keyframes animação mobile (passo de 100% por posição) */
@keyframes animate-share-position-1-mobile {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -200%);
  }
}
@keyframes animate-share-position-2-mobile {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -300%);
  }
}
@keyframes animate-share-position-3-mobile {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -400%);
  }
}
@keyframes animate-share-position-4-mobile {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -500%);
  }
}
@keyframes animate-share-position-5-mobile {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -600%);
  }
}
@media (min-width: 768px) {
  .book-single-data {
    font-size: 15px;
  }
  .book-single-data .book-name {
    font-size: 18px;
    font-weight: 900;
  }
  .book-single-data .book-description {
    font-size: 14px;
    font-weight: 300;
  }
  .book-single-data .book-link {
    font-size: inherit;
  }
}
/* Col 2 */
.book-single-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.book-single-thumb figure,
.book-single-thumb img {
  max-width: 100%;
  max-height: 200px;
}

.book-single-thumb figure {
  margin-bottom: 15px;
}

.book-single-thumb .number-link {
  display: block;
  font-family: "Oswald";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1333333333);
}

.book-single-thumb .buttons-wrapper .btn {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-transform: none;
  font-size: 12px;
}

@media (min-width: 768px) {
  .book-single-thumb .number-link {
    color: #FFF;
    background-color: #000;
    font-size: 16px;
    font-weight: 400;
  }
}
/* LIGHTBOX */
.fslightbox-container {
  background: none !important;
}

.fslightbox-slide-btn svg {
  display: none;
}

.fslightbox-slide-btn {
  background: none !important;
}

.fslightbox-slide-btn::after {
  content: "";
  background-image: url(../images/arrow_circle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: none;
  height: 30px;
  width: 30px;
}

.fslightbox-slide-btn-container-previous .fslightbox-slide-btn {
  transform: rotate(90deg);
}

.fslightbox-slide-btn-container-next .fslightbox-slide-btn {
  transform: rotate(-90deg);
}

.fslightbox-flex-centered {
  color: #000;
}

.fslightbox-slash {
  background-color: #000 !important;
}

.fslightbox-nav {
  z-index: 40;
}

.fslightbox-absoluted div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fslightbox-absoluted div img.fslightbox-source {
  width: auto !important;
  max-height: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

/*  ==========================================================
    ==========================================================
                        Página SOBRE
    ==========================================================
    ==========================================================
*/
.profile-image {
  text-align: center;
  margin-bottom: 20px;
}

.profile-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
}

.profile-text {
  font-size: 16px;
}

@media (min-width: 992px) {
  .profile-image img {
    max-height: 300px;
  }
}
/* Contact Section */
.contact-section {
  font-family: serif;
}

.contact-info {
  font-size: 18px;
}

.contact-info a {
  font-weight: 900;
}

.contact-info p {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact-info {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .contact-info p {
    font-size: 18px;
  }
}
/* Contact form */
#contact-form {
  margin-bottom: 30px;
}

#contact-form .form-group {
  margin-bottom: 10px;
}

#contact-form .form-control {
  background-color: #f1f2f6;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

@media (min-width: 992px) {
  #contact-form {
    font-family: "Oswald";
  }
  #contact-form .form-control {
    background-color: transparent;
    border-bottom-color: #000;
    padding: 10px 0;
    font-size: 20px;
    height: auto;
  }
  #contact-form input::-moz-placeholder {
    color: #000;
  }
  #contact-form input::placeholder {
    color: #000;
  }
  #contact-form textarea::-moz-placeholder {
    color: #000;
  }
  #contact-form textarea::placeholder {
    color: #000;
  }
}
/*  ==========================================================
    ==========================================================
                        Página OFICINAS
    ==========================================================
    ==========================================================
*/
.oficina-intro-wrapper {
  text-align: center;
}

.oficina-intro-wrapper p {
  text-align: left;
  margin-bottom: 30px;
}

.oficina-intro-wrapper figure {
  margin: 0 -15px;
  text-align: left;
}

.oficina-intro-wrapper figure img {
  width: 100%;
  margin-bottom: 10px;
}

.oficina-intro-wrapper figure figcaption {
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 300;
  padding: 0 50px;
}

@media (min-width: 576px) {
  .oficina-intro-wrapper figure {
    display: inline-block;
    margin: 0;
  }
  .oficina-intro-wrapper figure figcaption {
    padding: 0 15px;
    /* margin: 0 -15px;*/
  }
}
@media (min-width: 768px) {
  .oficina-intro-wrapper figure figcaption {
    margin: 0 -15px;
  }
}
/*  ==========================================================
    ==========================================================
                        Página PINTURAS
    ==========================================================
    ==========================================================
*/
.art-list {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .art-list {
    margin: 0 -60px;
  }
}
@media (min-width: 1201px) {
  .art-list {
    margin: 0 -120px;
  }
}
.art-list .item-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.art-list .item:last-of-type .item-wrapper {
  border-bottom: none;
}

@media (min-width: 768px) {
  .art-list .item-wrapper {
    border-bottom: none;
    padding: 30px 0;
  }
}
.art-list .item figure {
  margin: 0;
}

.art-list .item figure img {
  width: 100%;
  margin-bottom: 10px;
}

.art-list .item figure figcaption {
  font-family: "Oswald";
  font-weight: 300;
}

/* Cadernos (Sliders) */
.caderno-slider-wrapper {
  margin: 0 -15px;
}

.caderno-slider-wrapper img {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .caderno-slider-wrapper {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .caderno-slider-wrapper .slider-nav .arrow-left {
    left: 30px;
  }
  .caderno-slider-wrapper .slider-nav .arrow-right {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .caderno-slider-wrapper {
    margin: 0;
  }
  .caderno-slider-wrapper .tns-ovh {
    overflow: visible;
  }
  .caderno-slider-wrapper .slider-nav .arrow-left {
    left: 80px;
  }
  .caderno-slider-wrapper .slider-nav .arrow-right {
    right: 80px;
  }
}
/*  ==========================================================
    ==========================================================
                        Página PROJETOS
    ==========================================================
    ==========================================================
*/
/* Slider Jornais e revistas */
#jornais-revistas .slider {
  margin: 0 -15px;
  margin-bottom: 10px;
}

#jornais-revistas .slider img {
  max-width: calc(100vw - 30px);
}

@media (min-width: 768px) {
  #jornais-revistas .slider {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #jornais-revistas .slider .arrow::after {
    content: "";
    background-image: url(../images/arrow_circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #FFF;
    height: 30px;
    width: 30px;
  }
  #jornais-revistas .slider .arrow-left {
    left: calc(50vw - 320px);
    width: 30px;
    height: 30px;
  }
  #jornais-revistas .slider .arrow-right {
    right: calc(50vw - 320px);
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  #jornais-revistas .slider .arrow-left {
    left: calc(50vw - 360px);
  }
  #jornais-revistas .slider .arrow-right {
    right: calc(50vw - 360px);
  }
}
@media (min-width: 1201px) {
  #jornais-revistas .slider .arrow-left {
    left: calc(50vw - 330px);
  }
  #jornais-revistas .slider .arrow-right {
    right: calc(50vw - 330px);
  }
}
/* Slider Arquitetura */
#arquitetura .slider {
  margin: 0 -15px;
  margin-bottom: 10px;
}

#arquitetura .slider img {
  max-width: calc(100vw - 60px);
}

@media (min-width: 768px) {
  #arquitetura .slider {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #arquitetura .slider .arrow::after {
    content: "";
    background-image: url(../images/arrow_circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #FFF;
    height: 30px;
    width: 30px;
  }
  #arquitetura .slider .arrow-left {
    left: calc(50vw - 320px);
    width: 30px;
    height: 30px;
  }
  #arquitetura .slider .arrow-right {
    right: calc(50vw - 320px);
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  #arquitetura .slider .arrow-left {
    left: calc(50vw - 360px);
  }
  #arquitetura .slider .arrow-right {
    right: calc(50vw - 360px);
  }
}
@media (min-width: 1201px) {
  #arquitetura .slider .arrow-left {
    left: calc(50vw - 330px);
    transform: rotate(90deg);
  }
  #arquitetura .slider .arrow-right {
    right: calc(50vw - 330px);
    transform: rotate(90deg);
  }
}
/* Slider Estampas */
#estampas .slider {
  margin: 0 -15px;
  margin-bottom: 10px;
}

#estampas .slider img {
  max-width: calc(100vw - 30px);
  max-height: 400px;
}

#tns2 > .tns-item {
  padding: 0 !important;
}

@media (min-width: 768px) {
  #estampas .slider {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #estampas .slider .arrow::after {
    content: "";
    background-image: url(../images/arrow_circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #FFF;
    height: 30px;
    width: 30px;
  }
  #estampas .slider .arrow-left {
    left: calc(50vw - 320px);
    transform: rotate(90deg);
  }
  #estampas .slider .arrow-right {
    right: calc(50vw - 320px);
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  #estampas .slider .arrow-left {
    left: calc(50vw - 360px);
  }
  #estampas .slider .arrow-right {
    right: calc(50vw - 360px);
  }
}
@media (min-width: 1201px) {
  #estampas .slider .arrow-left {
    left: calc(50vw - 330px);
  }
  #estampas .slider .arrow-right {
    right: calc(50vw - 330px);
  }
}
/*  ==========================================================
    ==========================================================
                        Página AGENDA
    ==========================================================
    ==========================================================
*/
.schedule-section {
  padding-bottom: 0px;
}

.schedule-section .container {
  padding: 0;
}

.schedule-section .container p {
  padding: 0px 31px;
  text-align: center;
}

.schedule-month {
  display: flex;
  flex-direction: column;
}

.schedule-month h2 {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 51px;
  line-height: 1.42;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .schedule-month h2 {
    font-size: 144px;
    font-weight: 400;
  }
  .schedule-section .container p {
    padding: 0px;
    text-align: inherit;
  }
}
.main-item {
  font-family: "Arvo";
}

.main-item figure {
  max-width: 100%;
  text-align: center;
  margin: 0 0 0;
}

.main-item figure img {
  max-width: 100%;
  margin-bottom: 10px;
}

.main-item figcaption {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  padding: 20px 0;
  font-family: "IBM Plex Serif", serif;
  background-color: yellow;
}

@media (min-width: 992px) {
  .main-item figure {
    margin-bottom: 0px;
  }
  .main-item figcaption {
    font-size: 30px;
    line-height: 40.5px;
    text-transform: uppercase;
    font-weight: 500;
  }
}
/* Seções de cidades */
.schedule-city {
  font-family: "Oswald";
  font-size: 16px;
  text-align: center;
  margin: 0 -15px;
  padding: 20px 60px;
}

@media (min-width: 992px) {
  .schedule-city {
    margin: 0;
    padding: 50px 100px;
  }
}
/* Title */
.schedule-city h3 {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.schedule-city h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  border-bottom: 3px solid #000;
}

.schedule-divisor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-divisor span {
  display: inline-block;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  width: 36px;
  height: 1px;
  background-color: black;
}

@media (min-width: 992px) {
  .schedule-city h3 {
    font-size: 24px;
    text-transform: uppercase;
  }
}
/* Item */
.schedule-city article {
  padding: 20px 0;
}

.schedule-city article > * {
  display: block;
}

.schedule-city article .schedule-date {
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.schedule-city article .schedule-sub {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.schedule-city article h4 {
  font-size: inherit;
  font-weight: 900;
}

.schedule-city article .schedule-time {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.schedule-city article .schedule-content {
  margin-bottom: 15px;
  font-family: "IBMPlexSerif-Regular", serif;
}

.schedule-city article .schedule-time::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin: 10px auto;
}

.schedule-city article .schedule-location {
  font-size: 15px;
  font-weight: 300;
}

.schedule-city article .schedule-location h5 {
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .schedule-city article {
    line-height: 1.7;
  }
  .schedule-city article h4 {
    font-size: 17px;
  }
  .schedule-city article .schedule-sub {
    font-weight: 300;
  }
}
.schedule-city img {
  width: 175px;
  height: 223px;
}

@media (min-width: 992px) {
  .schedule-city img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
}
/* Color setting */
/* Red */
.schedule-city.color-red {
  background-color: #F34142;
  color: #000;
}

.schedule-city.color-red article time,
.schedule-city.color-red article .schedule-sub {
  color: #FFF;
}

.schedule-city.color-red article .schedule-sub {
  font-weight: 100;
  letter-spacing: 1px;
}

/* Orange */
.schedule-city.color-orange {
  background-color: #FB9E3B;
  color: #000;
}

@media (min-width: 992px) {
  .schedule-city.color-orange article time {
    color: #FFF;
  }
}
/* Blue */
.schedule-city.color-blue {
  background-color: #3FACE2;
  color: #000;
}

.schedule-date,
.schedule-sub {
  color: #fff;
}

/* Aconteceu */
@media (min-width: 992px) {
  #aconteceu .bg-title {
    text-align: center;
  }
}
/* Accordeon */
.aconteceu-accordeon > .accordeone-item > .accordeone-title {
  font-size: 28px;
  border-bottom: 3px solid #000;
}

@media (min-width: 992px) {
  .aconteceu-accordeon > .accordeone-item > .accordeone-title {
    font-weight: normal;
  }
  .accordeone.aconteceu-accordeon > .accordeone-item > .accordeone-title > a::after {
    height: 36px;
    width: 36px;
    top: calc(50% - 18px);
  }
}
/* Sub */
.aconteceu-sub > .accordeone-item {
  border-bottom: none;
}

.aconteceu-sub > .accordeone-item > .accordeone-title {
  border-bottom: 2px solid #000;
}

.aconteceu-sub > .accordeone-item .accordeone-content-wrapper {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .aconteceu-sub > .accordeone-item > .accordeone-title {
    font-size: 20px;
    font-weight: normal;
  }
  .aconteceu-sub > .accordeone-item .accordeone-content-wrapper {
    padding: 0;
  }
}
/* Eventos */
.evento-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.evento-item .evento-image {
  flex-basis: 40%;
  margin-right: 20px;
}

.evento-item .evento-image img {
  width: 100%;
}

.evento-item .evento-text {
  flex-basis: 60%;
}

.evento-item .evento-text h5 {
  display: inline;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 992px) {
  .evento-item {
    padding: 30px 0;
    border-bottom: 1px solid #000;
    margin: 0;
    align-items: center;
  }
  .evento-item:last-of-type {
    border-bottom: none;
  }
  .evento-item .evento-image {
    flex-basis: 33.3333333%;
    margin-right: 40px;
  }
}
/*  ==========================================================
    ==========================================================
                        Página LOJA
    ==========================================================
    ==========================================================
*/
.shop-section h2 {
  font-family: "Oswald";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.shop-section .products {
  justify-content: center;
}

.shop-section .products .product-item {
  margin-bottom: 20px;
}

.shop-section .products .product-item .product-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.shop-section .products .product-item .product-wrapper a:not(.btn) {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.shop-section .products .product-item .product-wrapper a figure {
  width: 100%;
  margin: 0;
}

.shop-section .products .product-item .product-wrapper a figure img {
  max-width: 100%;
  max-height: 100%;
}

.shop-section .products .product-item .product-wrapper a.btn {
  align-self: center;
}

@media (min-width: 992px) {
  .shop-section h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .shop-section .products .product-item .product-wrapper a:not(.btn) {
    margin-bottom: 20px;
  }
}
/*  ==========================================================
    ==========================================================
                        Página REVISTA
    ==========================================================
    ==========================================================
*/
.mag-intro p {
  margin-bottom: 40px;
  color: black;
  padding: 10px 5px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.88px;
}

.home-section-title.down.mag-title {
  margin-bottom: -15px;
  font-size: 68px;
  line-height: 68px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.flag-anchor span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 992px) {
  .mag-intro p {
    margin-bottom: 40px;
    background-color: black;
    color: white;
    padding: 10px 5px;
    text-align: center;
    font-size: 18px;
  }
  .mag-intro .container h2 {
    font-size: 152px;
    font-family: "Oswald", sans-serif;
    font-weight: 300px;
    text-transform: uppercase;
  }
  .home-section-title.down.mag-title {
    margin-bottom: -15px;
    font-size: 152px;
    line-height: 215.84px;
  }
  .flag-anchor span {
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
  }
}
/* Highlighted article */
.highlight-article {
  width: 220px;
  margin: 0 auto 40px;
}

.highlight-article a {
  width: 100%;
}

.highlight-article a > figure {
  margin-bottom: 15px;
  width: 100%;
}

.highlight-article img {
  width: 100%;
}

.highlight-article span > h4 {
  display: inline;
  font-size: 18px;
  font-weight: 700;
}

.highlight-article div span span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
}

.highlight-article div span span b {
  font-size: 18px;
  line-height: 23.4px;
}

.flag-anchor span b {
  font-weight: 700;
}

@media (min-width: 768px) {
  .highlight-article {
    width: 490px;
  }
}
/* Articles / Videos slider */
.mag-slider-wrapper {
  position: relative;
  margin-bottom: 0px;
}

.mag-slider-wrapper .tns-outer {
  overflow: hidden;
}

.mag-slider-wrapper .tns-inner,
.mag-slider-wrapper #tns1-iw,
.mag-slider-wrapper #tns2-iw,
.mag-slider-wrapper #tns3-iw {
  margin: 0 -10px;
}

/* Item */
.mag-item-wrapper {
  padding: 10px 0;
}

.mag-item-wrapper div,
.mag-item-wrapper.videos a,
.mag-item-wrapper.backstage a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #000;
  font-size: 12px;
  line-height: 15px;
}

.mag-item-wrapper figure,
.mag-item-wrapper img {
  width: 100%;
}

/* Arrows */
.mag-slider-nav .arrow {
  top: 75px;
}

.mag-slider-nav .arrow:after {
  content: "";
  background-image: url(../images/slider_arrow.svg);
  background-size: cover;
  background-position: center;
}

.mag-slider-nav .arrow-left {
  left: -7.5px;
}

.mag-slider-nav .arrow-right {
  right: -7.5px;
}

@media (min-width: 992px) {
  .mag-slider-nav .arrow {
    top: 150px;
  }
  .mag-slider-nav .arrow-left {
    left: -50px;
  }
  .mag-slider-nav .arrow-right {
    right: -50px;
  }
}
/* Encontros slider */
.mag-encontros-slider-wrapper {
  width: 220px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .mag-encontros-slider-wrapper {
    width: 490px;
  }
  .mag-item-wrapper div,
  .mag-item-wrapper.videos a,
  .mag-item-wrapper.backstage a {
    display: block;
    padding: 0 10px;
    border-right: 1px solid #000;
    font-size: 18px;
    line-height: 15px;
  }
}
/* Arrows */
.mag-encontros-slider-wrapper .mag-slider-nav .arrow {
  top: 100px;
}

.mag-encontros-slider-wrapper .mag-slider-nav .arrow:after {
  content: "";
  background-image: url(../images/slider_arrow.svg);
  background-size: cover;
  background-position: center;
}

.mag-encontros-slider-wrapper .mag-slider-nav .arrow-left {
  left: -15px;
}

.mag-encontros-slider-wrapper .mag-slider-nav .arrow-right {
  right: -15px;
}

@media (min-width: 992px) {
  .mag-encontros-slider-wrapper .mag-slider-nav .arrow {
    top: 250px;
  }
  .mag-encontros-slider-wrapper .mag-slider-nav .arrow-left {
    left: -50px;
  }
  .mag-encontros-slider-wrapper .mag-slider-nav .arrow-right {
    right: -50px;
  }
}
/* Text section */
.mag-highlight-text {
  padding: 0;
}

.mag-highlight-text p {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  border-top: 2px solid #000;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .mag-highlight-text p {
    font-size: 39px;
    line-height: 48.75px;
    padding: 50px 0;
  }
}
/*  ==========================================================
                    RESPONSIVE FLEX COLUMNS
    ==========================================================
*/
.row-flex {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.row-flex > .col-0 {
  flex-basis: 0;
  padding: 0;
}

.row-flex > .small-1,
.row-flex > .small-2,
.row-flex > .small-3,
.row-flex > .small-4,
.row-flex > .small-5,
.row-flex > .small-6,
.row-flex > .small-7,
.row-flex > .small-8,
.row-flex > .small-9,
.row-flex > .small-10,
.row-flex > .small-11,
.row-flex > .small-12,
.row-flex > .mid-1,
.row-flex > .mid-2,
.row-flex > .mid-3,
.row-flex > .mid-4,
.row-flex > .mid-5,
.row-flex > .mid-6,
.row-flex > .mid-7,
.row-flex > .mid-8,
.row-flex > .mid-9,
.row-flex > .mid-10,
.row-flex > .mid-11,
.row-flex > .mid-12,
.row-flex > .big-1,
.row-flex > .big-2,
.row-flex > .big-3,
.row-flex > .big-4,
.row-flex > .big-5,
.row-flex > .big-6,
.row-flex > .big-7,
.row-flex > .big-8,
.row-flex > .big-9,
.row-flex > .big-10,
.row-flex > .big-11,
.row-flex > .big-12 {
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-1.grow,
.row-flex > .col-2.grow,
.row-flex > .col-3.grow,
.row-flex > .col-4.grow,
.row-flex > .col-5.grow,
.row-flex > .col-6.grow,
.row-flex > .col-7.grow,
.row-flex > .col-8.grow,
.row-flex > .col-9.grow,
.row-flex > .col-10.grow,
.row-flex > .col-11.grow,
.row-flex > .col-12.grow,
.row-flex > .small-1.grow,
.row-flex > .small-2.grow,
.row-flex > .small-3.grow,
.row-flex > .small-4.grow,
.row-flex > .small-5.grow,
.row-flex > .small-6.grow,
.row-flex > .small-7.grow,
.row-flex > .small-8.grow,
.row-flex > .small-9.grow,
.row-flex > .small-10.grow,
.row-flex > .small-11.grow,
.row-flex > .small-12.grow,
.row-flex > .mid-1.grow,
.row-flex > .mid-2.grow,
.row-flex > .mid-3.grow,
.row-flex > .mid-4.grow,
.row-flex > .mid-5.grow,
.row-flex > .mid-6.grow,
.row-flex > .mid-7.grow,
.row-flex > .mid-8.grow,
.row-flex > .mid-9.grow,
.row-flex > .mid-10.grow,
.row-flex > .mid-11.grow,
.row-flex > .mid-12.grow,
.row-flex > .big-1.grow,
.row-flex > .big-2.grow,
.row-flex > .big-3.grow,
.row-flex > .big-4.grow,
.row-flex > .big-5.grow,
.row-flex > .big-6.grow,
.row-flex > .big-7.grow,
.row-flex > .big-8.grow,
.row-flex > .big-9.grow,
.row-flex > .big-10.grow,
.row-flex > .big-11.grow,
.row-flex > .big-12.grow {
  flex-grow: 1;
}

.row-flex > .col-1.full-height > *,
.row-flex > .col-2.full-height > *,
.row-flex > .col-3.full-height > *,
.row-flex > .col-4.full-height > *,
.row-flex > .col-5.full-height > *,
.row-flex > .col-6.full-height > *,
.row-flex > .col-7.full-height > *,
.row-flex > .col-8.full-height > *,
.row-flex > .col-9.full-height > *,
.row-flex > .col-10.full-height > *,
.row-flex > .col-11.full-height > *,
.row-flex > .col-12.full-height > *,
.row-flex > .small-1.full-height > *,
.row-flex > .small-2.full-height > *,
.row-flex > .small-3.full-height > *,
.row-flex > .small-4.full-height > *,
.row-flex > .small-5.full-height > *,
.row-flex > .small-6.full-height > *,
.row-flex > .small-7.full-height > *,
.row-flex > .small-8.full-height > *,
.row-flex > .small-9.full-height > *,
.row-flex > .small-10.full-height > *,
.row-flex > .small-11.full-height > *,
.row-flex > .small-12.full-height > *,
.row-flex > .mid-1.full-height > *,
.row-flex > .mid-2.full-height > *,
.row-flex > .mid-3.full-height > *,
.row-flex > .mid-4.full-height > *,
.row-flex > .mid-5.full-height > *,
.row-flex > .mid-6.full-height > *,
.row-flex > .mid-7.full-height > *,
.row-flex > .mid-8.full-height > *,
.row-flex > .mid-9.full-height > *,
.row-flex > .mid-10.full-height > *,
.row-flex > .mid-11.full-height > *,
.row-flex > .mid-12.full-height > *,
.row-flex > .big-1.full-height > *,
.row-flex > .big-2.full-height > *,
.row-flex > .big-3.full-height > *,
.row-flex > .big-4.full-height > *,
.row-flex > .big-5.full-height > *,
.row-flex > .big-6.full-height > *,
.row-flex > .big-7.full-height > *,
.row-flex > .big-8.full-height > *,
.row-flex > .big-9.full-height > *,
.row-flex > .big-10.full-height > *,
.row-flex > .big-11.full-height > *,
.row-flex > .big-12.full-height > * {
  height: 100%;
}

.row-flex > .col-12 {
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-11 {
  flex-basis: 91.6666666%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-10 {
  flex-basis: 83.3333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-9 {
  flex-basis: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-8 {
  flex-basis: 66.6666666%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-7 {
  flex-basis: 58.3333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-6 {
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-5 {
  flex-basis: 41.6666666%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-4 {
  flex-basis: 33.3333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-3 {
  flex-basis: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-2 {
  flex-basis: 16.6666666%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > .col-1 {
  flex-basis: 8.3333333%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .row-flex > .small-12 {
    flex-basis: 100%;
  }
  .row-flex > .small-11 {
    flex-basis: 91.6666666%;
  }
  .row-flex > .small-10 {
    flex-basis: 83.3333333%;
  }
  .row-flex > .small-9 {
    flex-basis: 75%;
  }
  .row-flex > .small-8 {
    flex-basis: 66.6666666%;
  }
  .row-flex > .small-7 {
    flex-basis: 58.3333333%;
  }
  .row-flex > .small-6 {
    flex-basis: 50%;
  }
  .row-flex > .small-5 {
    flex-basis: 41.6666666%;
  }
  .row-flex > .small-4 {
    flex-basis: 33.3333333%;
  }
  .row-flex > .small-3 {
    flex-basis: 25%;
  }
  .row-flex > .small-2 {
    flex-basis: 16.6666666%;
  }
  .row-flex > .small-1 {
    flex-basis: 8.3333333%;
  }
  .row-flex > .small-0 {
    flex-basis: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .row-flex > .mid-12 {
    flex-basis: 100%;
  }
  .row-flex > .mid-11 {
    flex-basis: 91.6666666%;
  }
  .row-flex > .mid-10 {
    flex-basis: 83.3333333%;
  }
  .row-flex > .mid-9 {
    flex-basis: 75%;
  }
  .row-flex > .mid-8 {
    flex-basis: 66.6666666%;
  }
  .row-flex > .mid-7 {
    flex-basis: 58.3333333%;
  }
  .row-flex > .mid-6 {
    flex-basis: 50%;
  }
  .row-flex > .mid-5 {
    flex-basis: 41.6666666%;
  }
  .row-flex > .mid-4 {
    flex-basis: 33.3333333%;
  }
  .row-flex > .mid-3 {
    flex-basis: 25%;
  }
  .row-flex > .mid-2 {
    flex-basis: 16.6666666%;
  }
  .row-flex > .mid-1 {
    flex-basis: 8.3333333%;
  }
  .row-flex > .mid-0 {
    flex-basis: 0;
    padding: 0;
  }
}
@media (min-width: 1201px) {
  .row-flex > .big-12 {
    flex-basis: 100%;
  }
  .row-flex > .big-11 {
    flex-basis: 91.6666666%;
  }
  .row-flex > .big-10 {
    flex-basis: 83.3333333%;
  }
  .row-flex > .big-9 {
    flex-basis: 75%;
  }
  .row-flex > .big-8 {
    flex-basis: 66.6666666%;
  }
  .row-flex > .big-7 {
    flex-basis: 58.3333333%;
  }
  .row-flex > .big-6 {
    flex-basis: 50%;
  }
  .row-flex > .big-5 {
    flex-basis: 41.6666666%;
  }
  .row-flex > .big-4 {
    flex-basis: 33.3333333%;
  }
  .row-flex > .big-3 {
    flex-basis: 25%;
  }
  .row-flex > .big-2 {
    flex-basis: 16.6666666%;
  }
  .row-flex > .big-1 {
    flex-basis: 8.3333333%;
  }
  .row-flex > .big-0 {
    flex-basis: 0;
    padding: 0;
  }
}
.row-flex.gutter-20 {
  margin: 0 -10px;
}

.row-flex.gutter-20 > *:not(.col-0) {
  padding: 0 10px;
}

.row-flex.gutter-15 {
  margin: 0 -7.5px;
}

.row-flex.gutter-15 > *:not(.col-0) {
  padding: 0 7.5px;
}

.row-flex.gutter-10 {
  margin: 0 -5px;
}

.row-flex.gutter-10 > *:not(.col-0) {
  padding: 0 5px;
}

i.round {
  font-style: normal;
}

small {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#top-slider .item .top-slider-text-wrapper > span.big > small {
  font-size: 85%;
  /* Proporcional a fonte (nao 0.5em fixo): com meia altura o glifo transbordava
     a caixa de linha e encostava na 1a parte do texto, e a invasao crescia junto
     com --slide-text-scale. */
  line-height: 1.05em !important;
}

@media (max-width: 575px) {
  section.highlight .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.main-item figcaption {
  text-transform: uppercase;
}

.form-control {
  font-family: "Oswald";
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.007em;
}

#contact-form .form-control {
  color: #000;
  background-color: transparent;
  border-bottom-color: #000;
  padding: 10px 0;
  height: auto;
}

#contact-form textarea::-moz-placeholder {
  color: #9BA5AD;
}

#contact-form textarea::placeholder {
  color: #9BA5AD;
}

@media (min-width: 992px) {
  #contact-form .form-control {
    color: #000;
    font-size: 1.25em;
  }
  #contact-form input::-moz-placeholder {
    color: #9BA5AD;
  }
  #contact-form input::placeholder {
    color: #9BA5AD;
  }
  #contact-form textarea::-moz-placeholder {
    color: #9BA5AD;
  }
  #contact-form textarea::placeholder {
    color: #9BA5AD;
  }
}
.contact-info p {
  font-size: 16px;
}

/* Header e Nav */
header nav .menu > li > a {
  padding: 10px 0 14px;
}

@media (max-width: 480px) {
  header nav.visible {
    width: 70%;
    padding-right: 20px;
  }
}
@media (min-width: 481px) {
  header nav.visible {
    width: 32%;
    padding-right: 20px;
  }
}
@media (min-width: 768x) {
  header nav.visible {
    width: 27%;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  header nav.visible {
    width: 30%;
    padding-right: 110px;
  }
}
.language-switcher {
  line-height: 0.7;
}

#menu-language-wpml li {
  line-height: 1;
  margin-top: 0.5em;
}

/* Home */
#yoga span, #yoga .column-2 span {
  width: 40%;
  margin-bottom: 40px;
  right: 0;
  position: relative;
  display: flex;
  z-index: 1;
}

#yoga .column-1 img, #yoga .column-2 img {
  float: right;
  width: 60%;
  max-width: 100%;
  z-index: 0;
}

@media (max-width: 576px) {
  #yoga .column-1 img, #yoga .column-2 img {
    margin-bottom: 4.25em;
  }
}
#yoga .column-1 img {
  margin-right: -30px;
}

#yoga .column-2 img {
  margin-left: -10px;
}

#yoga .column-2 .btn {
  right: 15px;
}

/* Agenda */
.schedule-date, .schedule-sub {
  color: #E60039;
}

.main-item figcaption {
  font-weight: 400;
}

.schedule-city img {
  margin-top: 15px;
  width: 100%;
  height: auto;
}

.schedule-city article .schedule-sub {
  font-weight: 200;
  letter-spacing: 0.05em;
}

.schedule-city article h4 {
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .schedule-city article .schedule-content {
    padding: 0.6875em 0;
  }
}
@media (min-width: 641px) {
  .schedule-city article .schedule-content {
    padding: 0.6875em 2.75em;
  }
}
.schedule-city article.schedule-item span.schedule-content {
  font-family: "IBMPlexSerif-Regular" !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  /*text-align: justify !important;
  hyphens: auto !important;
  padding: 0.6875em 0;*/
}

div.text-pic.vc_column_container div.schedule-city h3, div.text-pic.vc_column_container div.schedule-city article.schedule-item .schedule-date, div.text-pic.vc_column_container div.schedule-city article.schedule-item .schedule-sub, div.text-pic.vc_column_container div.schedule-city article.schedule-item h4, div.text-pic.vc_column_container div.schedule-city article.schedule-item .schedule-time, div.text-pic.vc_column_container div.schedule-city article.schedule-item .schedule-location, div.text-pic.vc_column_container div.schedule-city article.schedule-item .schedule-divisor {
  display: none;
}

div.text-pic.vc_column_container div.schedule-city {
  padding: 0 60px 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  div.text-pic.vc_column_container div.schedule-city {
    padding: 0 100px 50px;
    margin-top: -50px;
  }
}
div.text-pic-new-box.vc_column_container div.schedule-city h3, div.text-pic-new-box.vc_column_container div.schedule-city article.schedule-item .schedule-date, div.text-pic-new-box.vc_column_container div.schedule-city article.schedule-item .schedule-sub, div.text-pic-new-box.vc_column_container div.schedule-city article.schedule-item h4, div.text-pic-new-box.vc_column_container div.schedule-city article.schedule-item .schedule-time, div.text-pic-new-box.vc_column_container div.schedule-city article.schedule-item .schedule-location, div.text-pic-new-box.vc_column_container div.schedule-city article.schedule-item .schedule-divisor {
  display: none;
}

div.text-pic-new-box.vc_column_container div.schedule-city {
  padding: 20px 60px;
  margin-top: 0;
}

@media (min-width: 992px) {
  div.text-pic-new-box.vc_column_container div.schedule-city {
    padding: 50px 100px;
    margin-top: 0;
  }
}
div.text-pic-new-box.vc_column_container div.schedule-city article {
  padding: 10px 0 20px;
}

.schedule-divisor span {
  margin-left: 0;
}

/* Arte */
.bg-title {
  font-weight: normal;
  font-size: 1.5em;
}

.accordeone.type-2 {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .accordeone-item > .accordeone-title {
    font-size: 1.35em;
  }
  .accordeone.type-2 > .accordeone-item > .accordeone-title a, .accordeone.type-3 > .accordeone-item > .accordeone-title a {
    font-size: 1.5em;
  }
  .accordeone.type-2 {
    margin-top: 51px;
  }
}
.accordeone.type-2 > .accordeone-item > .accordeone-title a, .accordeone.type-3 > .accordeone-item > .accordeone-title a {
  letter-spacing: 0.02em;
}

.accordeone.type-2 > .accordeone-item.open > .accordeone-content {
  padding: 27px 0;
}

.accordeone.type-2 > .accordeone-item.open:last-of-type > .accordeone-content {
  padding: 0;
}

.accordeone.type-3 > .accordeone-item:last-of-type > .accordeone-title {
  border-bottom: 1px solid #000;
}

.accordeone.type-3 > .accordeone-item.open {
  padding: 35px 0;
}

/* Livros */
#books-ed-list .book-info > * {
  letter-spacing: 0.01;
  padding-bottom: 9px;
}

#books-ed-list .book-thumbnail img {
  max-height: 125px;
  max-width: 105px;
}

#books-ed-list .book-item {
  padding: 60px 0 60px;
}

#books-ed-list .book-thumbnail {
  width: 25%;
}

.tit-trad {
  font-size: 0.95em !important;
  font-weight: 300;
}

.library-section .book a {
  margin-bottom: 0px !important;
}

.library-section .book img {
  margin-bottom: 40px !important;
}

/* Projetos */
#arquitetura .slider img {
  max-width: calc(100vw - 25px);
  max-height: 400px;
}

@media (max-width: 767px) {
  #arquitetura #tns3 > .tns-item {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #arquitetura #tns3 > .tns-item {
    padding-right: 50px;
  }
}
#estampas .slider img {
  max-width: calc(100vw - 60px);
  max-height: none;
}

/* Footer */
@media (max-width: 576px) {
  .footer-wrapper .container {
    width: 280px;
    padding: 0 8px;
  }
  .footer-wrapper .wpcf7 .ajax-loader {
    width: 12px;
    margin: 0 12px 24px;
  }
}
section.highlight {
  font-size: 25px;
  font-family: "Arvo";
  line-height: 1.25;
}

@media (min-width: 992px) {
  section.highlight {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  section.highlight {
    font-size: 40px;
  }
}
/* General */
.line-height-1 {
  line-height: 1em;
}

/* Images 50/50 Section */
#images-50-50 {
  width: 100%;
  padding: 0;
}
#images-50-50 .image-column {
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#images-50-50 .image-link,
#images-50-50 .image-responsive {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#images-50-50 .image-link {
  height: 100%;
}
#images-50-50 {
  /* Ensure equal height for both columns */
}
#images-50-50 .row-flex {
  display: flex;
  align-items: stretch;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#images-50-50 .row-flex > div {
  display: flex;
}
#images-50-50 .image-link img,
#images-50-50 .image-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#images-50-50 .image-link:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.large-image-section.small figure {
  max-width: 480px;
  margin-inline: auto;
}

.large-image-section.medium figure {
  max-width: 800px;
  margin-inline: auto;
}

.large-image-section.large figure {
  max-width: 1350px;
  margin-inline: auto;
}

/* Titulo do bloco de imagem cheia (hoje: "PELO MUNDO").
   Peso 200 em vez de 300: a razao altura/largura da tinta no Figma e 0,187,
   e Oswald 200 da 0,183 contra 0,180 do 300 — o 200 e o que bate.
   O respiro maior ate a imagem tambem vem do Figma (5,7% da largura do frame,
   contra 1,6% que o site entregava). */
.large-image-section .home-section-title {
  font-weight: 200;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .large-image-section .home-section-title {
    margin-bottom: 69px;
  }
}

/* .full already works as today — no max-width constraint */
@media (min-width: 991px) {
  ul.menu li.menu-item.extra-item #menu-language-ml {
    display: none;
  }
}

li.menu-item.active {
  font-weight: 400;
}

body.home header h1.page-title {
  display: none;
}

#images-50-50 .row-flex > .col-12 {
  flex-basis: 50% !important;
}

#scrolling-text-section .second-image .btn {
  position: absolute;
  top: 50%;
  left: 60%;
}

@media (min-width: 768px) {
  #scrolling-text-section .second-image .btn {
    left: -120px;
  }
}
@media (max-width: 767px) {
  .patterns-slider-section {
    padding: 0;
    margin-top: 2rem;
  }
  .small-slider-section {
    margin-top: 2rem;
  }
}
.small-slider-section .home-section-title.small-down {
  font-weight: bold;
}

/* Os tres titulos afundam em progressao decrescente: INCERTAS e a referencia e
   mantem a margem base (15% da altura da tinta), PAISAGENS entra menos (11%) e
   PERSONAGENS e o que menos afunda (7%).
   Houve uma versao crescente (19% e 24%) por um mal-entendido no pedido; a
   ordem certa e esta, que tambem e a do Figma, onde a cobertura cai de um
   titulo para o outro.
   As porcentagens sao sobre a altura da tinta do titulo, entao os valores
   mudam por breakpoint: a tinta tem 136px no desktop (fonte 165px) e 54px no
   mobile (fonte 64px). Cada px de margem negativa vira 1px de sobreposicao. */
.patterns-slider-section .home-section-title.small-down {
  font-weight: 400;
  margin-bottom: -8px;
}

.characters-slider-section .home-section-title.small-down {
  margin-bottom: -6px;
}

@media (min-width: 992px) {
  .patterns-slider-section .home-section-title.small-down {
    margin-bottom: -22px;
  }
  .characters-slider-section .home-section-title.small-down {
    margin-bottom: -17px;
  }
}

.home-section-title.small-down.slider-mobile {
  display: none;
  transform: translateY(-20px);
  position: relative;
  z-index: -1;
  font-weight: 400;
}

#menu-language-ml .menu-item.active {
  font-weight: 500;
}

@media (max-width: 768px) {
  header nav.visible {
    width: 70% !important;
  }
}
@media (max-width: 992px) {
  #menu-language-ml {
    display: flex;
  }
  #menu-language-ml li {
    line-height: 1;
    margin-top: 0.75rem;
    border-right: 1px solid black;
    padding: 0 10px 0 10px;
  }
  #menu-language-ml li:last-child {
    border-right: none;
  }
  #menu-language-ml li:first-child {
    padding-left: 0;
  }
}
.arrow.arrow-left, .arrow.arrow-right {
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */