/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --grid-margin-desktop:22px;
  --grid-gutter-desktop:25px;
  --grid-column-width-desktop:72px;
  --grid-margin-tablet:16px;
  --grid-gutter-tablet:25px;
  --grid-column-width-tablet:72px;
  --grid-margin-phone:16px;
  --grid-gutter-phone:25px;
  --grid-column-width-phone:72px
;
}

.mocked {
  margin: 0 auto;
  position: relative;
}

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

.col {
  -ms-flex-preferred-size: 72px;
      flex-basis: 72px;
}

.block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.column {
  margin: 0 12.5px;
}

.grid-column-with-aside {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr minmax(20%, 300px);
  grid-template-columns: 2fr minmax(20%, 300px);
  grid-gap: 25px;
}

/* RESPONSIVAS */
@media (max-width: 719px) and (min-width: 320px) {
  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-grid;
    display: grid;
    margin: 0;
    grid-gap: 25px;
    grid-gap: var(--grid-gutter-phone, 25px);
    -ms-grid-columns: minmax(0, 1fr) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: var(--grid-margin-phone, 22px);
  }
  .xs-1 {
    grid-column-end: span 1;
    -ms-grid-column-span: 1;
  }
  .xs-2 {
    grid-column-end: span 2;
    -ms-grid-column-span: 2;
  }
  .xs-3 {
    grid-column-end: span 3;
    -ms-grid-column-span: 3;
  }
  .xs-4 {
    grid-column-end: span 4;
    -ms-grid-column-span: 4;
  }
}

@media (max-width: 1023px) and (min-width: 720px) {
  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-grid;
    display: grid;
    margin: 0;
    grid-gap: 25px;
    grid-gap: var(--grid-gutter-tablet, 25px);
    -ms-grid-columns: minmax(0, 1fr) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: var(--grid-margin-tablet, 22px);
  }
  .sm-1 {
    grid-column-end: span 1;
    -ms-grid-column-span: 1;
  }
  .sm-2 {
    grid-column-end: span 2;
    -ms-grid-column-span: 2;
  }
  .sm-3 {
    grid-column-end: span 3;
    -ms-grid-column-span: 3;
  }
  .sm-4 {
    grid-column-end: span 4;
    -ms-grid-column-span: 4;
  }
  .sm-5 {
    grid-column-end: span 5;
    -ms-grid-column-span: 5;
  }
  .sm-6 {
    grid-column-end: span 6;
    -ms-grid-column-span: 6;
  }
  .sm-7 {
    grid-column-end: span 7;
    -ms-grid-column-span: 7;
  }
  .sm-8 {
    grid-column-end: span 8;
    -ms-grid-column-span: 8;
  }
}

@media (min-width: 1024px) {
  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-grid;
    display: grid;
    margin: 0;
    grid-gap: 25px;
    grid-gap: var(--grid-gutter-desktop, 25px);
    -ms-grid-columns: minmax(0, 1fr) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: var(--grid-margin-desktop, 22px);
  }
  .md-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
  }
  .md-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
  }
  .md-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
  }
  .md-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
  }
  .md-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
  }
  .md-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
  }
  .md-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
  }
  .md-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
  }
  .md-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
  }
  .md-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
  }
  .md-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
  }
  .md-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
}

@media (min-width: 1200px) {
  .mocked {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .container {
    max-width: 1280px;
  }
}

.container {
  position: relative;
}

/*MEDIA QUERIES*/
@font-face {
  font-family: "Flipar-Light";
  src: url("../fonts/Flipar-Light.woff2") format("woff2"), url("../fonts/Flipar-Light.woff") format("woff"), url("../fonts/Flipar-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Flipar-Regular";
  src: url("../fonts/Flipar-Regular.woff2") format("woff2"), url("../fonts/Flipar-Regular.woff") format("woff"), url("../fonts/Flipar-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Flipar-Bold";
  src: url("../fonts/Flipar-Bold.woff2") format("woff2"), url("../fonts/Flipar-Bold.woff") format("woff"), url("../fonts/Flipar-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --default: #181818;
  --amarelo: #FFCA38;
  --amarelo-escuro: #dca91c;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

* {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

body {
  width: 100%;
  color: var(--default);
  font-family: "Flipar-Regular", serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: auto;
  text-shadow: 0 0 1px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img[data-src] {
  word-break: break-word;
}

input {
  outline: 0;
}

input,
a,
div {
  -webkit-tap-highlight-color: transparent;
}

html input,
html a,
html div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
figure,
h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ads .pubtitle {
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
}

.ads .content-ads {
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ads .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader img {
  max-width: 100px;
}

.btn--default {
  background: #181818;
  display: inline-block;
  font-family: "Flipar-Bold", serif;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 15px;
  text-align: center;
  border: none;
  outline: 0;
  color: var(--default);
  font-weight: 600;
  letter-spacing: -0.025rem;
  cursor: pointer;
  border: 1px solid #181818;
  border-bottom-color: #181818;
  border-bottom-width: 2px;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 30px 0;
}

.btn--default.large {
  padding: 10px 20px;
  font-size: 16px;
}

.btn--default.small {
  padding: 5px 10px;
  font-size: 15px;
}

.btn--amarelo {
  background: #FFCA38;
  display: inline-block;
  font-family: "Flipar-Bold", serif;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 15px;
  text-align: center;
  border: none;
  outline: 0;
  color: var(--default);
  font-weight: 600;
  letter-spacing: -0.025rem;
  cursor: pointer;
  border: 1px solid #FFCA38;
  border-bottom-color: #FFCA38;
  border-bottom-width: 2px;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 30px 0;
}

.btn--amarelo.large {
  padding: 10px 20px;
  font-size: 16px;
}

.btn--amarelo.small {
  padding: 5px 10px;
  font-size: 15px;
}

.btn--amarelo-escuro {
  background: #dca91c;
  display: inline-block;
  font-family: "Flipar-Bold", serif;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 15px;
  text-align: center;
  border: none;
  outline: 0;
  color: var(--default);
  font-weight: 600;
  letter-spacing: -0.025rem;
  cursor: pointer;
  border: 1px solid #dca91c;
  border-bottom-color: #dca91c;
  border-bottom-width: 2px;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 30px 0;
}

.btn--amarelo-escuro.large {
  padding: 10px 20px;
  font-size: 16px;
}

.btn--amarelo-escuro.small {
  padding: 5px 10px;
  font-size: 15px;
}

.flex-1 .teaser {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#title_post_thumb {
  z-index: 10 !important;
  color: #dfdfdf;
}

#container_title {
  height: 120px;
  width: 375px;
  background: linear-gradient(0deg, black, transparent);
  ;
  position: absolute !important;
  margin-top: -120px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#title_galerias {
  color: #efefef !important;
}

#counter_galeria {
  color: #efefef !important;
}

.teaser a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--default);
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.teaser a .wrap-data figure {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
  background: #dfdfdf;
}

.teaser a .wrap-data figure:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

.teaser a .wrap-data figure img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}

.teaser a .wrap-data figure .count-gallery {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--amarelo);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  text-align: center;
}

.teaser a .wrap-data figure .count-gallery:before {
  position: absolute;
  content: "";
  background: url("../img/logo-flipar-count.png") no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68%;
  width: 68%;
  left: 8px;
  top: 8px;
}

.teaser a .wrap-data figure .count-gallery .count-wrapper {
  color: var(--default);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: calc(1% + 1px);
  font-size: 14px;
  font-weight: bold;
}

.teaser a .wrap-data figure + .title {
  margin-top: 12px;
}

.teaser a .wrap-data .title {
  font-size: 22px;
  letter-spacing: -0.015rem;
  line-height: 1.2;
  font-family: "Flipar-Bold", serif;
}

.teaser a .wrap-data .category {
  text-transform: uppercase;
  margin: 15px 0 3px;
  font-size: 14px;
}

.teaser a.manchete .wrap-data .title {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.085rem;
  font-family: "Flipar-Bold", serif;
}

.teaser a:hover {
  color: var(--amarelo-escuro);
}

.teaser + .teaser {
  margin-left: 25px;
}

.auto-update {
  margin-top: 30px;
  position: relative;
}

.auto-update .teaser {
  margin-bottom: 25px;
}

.name-section {
  position: relative;
  text-align: center;
}

.cont_gal{
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.name-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: var(--amarelo);
  z-index: -1;
  top: 12px;
  left: 0;
}

/*.name-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: var(--amarelo);
  z-index: -1;
  top: 12px;
  right: 0;
}

.name-section span {
  padding: 5px 20px;
  background: #fff;
  text-transform: uppercase;
  font-family: "Flipar-Bold", serif;
  font-size: 32px;
  letter-spacing: -0.085rem;
  position: relative;
}

.filters {
  margin-bottom: 30px;
}

.filters .expand-categories-mobile {
  font-family: "Flipar-Bold", serif;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}

.filters > .list-filters {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filters .item-category {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}

.filters .item-category input[type=checkbox] {
  cursor: pointer;
  outline: 0;
}

.filters .item-category label {
  cursor: pointer;
  font-family: "Flipar-Regular", serif;
  color: #555;
  margin-left: 5px;
}

header {
  background: var(--amarelo);
  width: 100%;
}

header .container {
  padding: 10px 22px;
}

header .logo a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .logo a span {
  color: var(--default);
  margin-top: 5px;
  font-family: "Flipar-Regular", serif;
}

header .logo a svg {
  height: 35px;
}

header .toogle-menu {
  position: relative;
  z-index: 9;
}

header .toogle-menu svg {
  width: 22px;
  height: 16px;
}

header .social,
header .toogle-menu {
  cursor: pointer;
}

.global-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 101;
  width: 400px;
}

.global-menu .wrapper-header .close-menu {
  cursor: pointer;
  text-align: right;
}

.global-menu .wrapper-header .cross svg {
  width: 14px;
  fill: var(--default);
}

.global-menu .nav-hub-inner {
  padding-top: 10px;
}

.global-menu .c-menu__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Flipar-Bold", serif;
}

.global-menu .c-menu__item a {
  color: var(--default);
  font-size: calc(16px + 2 * ((100vw - 320px)/ 880));
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -.015rem;
  border-left: 0 solid transparent;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.global-menu .c-menu__item a:hover {
  color: var(--verde);
}

.global-menu .c-menu__item a svg {
  fill: var(--verde);
}

.global-menu .c-menu__item .sub_secoes {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-left: 40px;
  -webkit-transition: max-height .5s,opacity .5s;
  transition: max-height .5s,opacity .5s;
}

.global-menu .c-menu__item.active .sub_secoes {
  max-height: 1000px;
  opacity: 1;
}

.global-menu li.c-menu__subitem a {
  color: #555;
  font-family: "Flipar-Regular", serif;
  font-size: calc(14px + 2 * ((100vw - 320px)/ 880));
  font-style: normal;
  line-height: 1.15;
  white-space: nowrap;
  margin: 0;
}

body.full-menu-active {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

body.full-menu-active .global-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.global-menu > .container {
  width: 100%;
  padding: 0;
  padding: 45px 40px;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

#expandOpenBackground {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 0;
}

body.full-menu-active #expandOpenBackground {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.53);
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.search-global {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: max-height .8s, padding-top .8s;
  transition: max-height .8s, padding-top .8s;
}

.search-global.active {
  padding-top: 30px;
  max-height: 1000px;
}

.search-global form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-global form input[type=text] {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.search-global form input[type=submit] {
  background: var(--default);
  display: inline-block;
  font-family: "Flipar-Bold", serif;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  border: none;
  outline: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: -.025rem;
  cursor: pointer;
  border-radius: 4px;
  min-width: 130px;
  margin-left: 20px;
}

footer {
  background: var(--default);
  margin-top: 40px;
}

footer .copyright {
  color: #f1f1f1;
  font-size: 14px;
}

footer svg {
  height: 30px;
}

.article h2 {
  color: #555;
  font-family: "Flipar-Light", serif;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.article h1 {
  font-size: 2.9125rem;
  font-family: "Flipar-Bold", serif;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #3d3d3d;
  margin: 10px 0 5px;
}

.article time {
  color: #555;
  font-size: 13px;
  font-family: "Flipar-Regular", serif;
}

.articlebody {
  margin-top: 30px;
}

.articlebody p,
.articlebody .texto {
  letter-spacing: -.03125rem;
  overflow-wrap: break-word;
  font-size: 1.20rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  font-family: "Flipar-Regular", serif;
}

.gallery-lance-widget {
  padding: 5px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}

.gallery-lance-widget .data {
  margin: 0 2%;
}

.gallery-lance-widget a {
  text-decoration: none;
}

.gallery-lance-widget a img {
  max-width: 150px;
  min-width: 150px;
  width: 100%;
  display: block;
}

.gallery-lance-widget a .chapeu {
  color: #76ac33;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Flipar-Regular", serif;
}

.gallery-lance-widget a .title {
  font-family: "Flipar-Bold", serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
}

.fixed-height-container {
  position: relative;
  width: 100%;
  height: 300px;
  background: #000;
}

.fixed-height-container amp-img.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.share-article {
  margin: 20px auto 0 auto;
  text-align: left;
  list-style: none;
}

.share-article li a i.icon svg {
  width: 30px;
  height: 30px;
  position: relative;
}

svg:not(:root) {
  overflow: hidden;
}

.share-article li {
  display: inline-block;
  margin: 0 10px;
}

.share-article li:first-child {
  margin-left: 0;
}

.share-article li a {
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.share-article li a i.icon.icon-facebook {
  background-color: #3b5998;
  line-height: 38px;
}

.share-article li a i.icon.icon-twitter {
  background-color: #76a8ee;
  line-height: 38px;
}

.share-article li a i.icon.icon-whatsapp {
  background-color: #6e9f01;
  line-height: 38px;
}

.share-article li a i.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 540px) {
  .gallery-lance-widget a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery-lance-widget a img {
    max-width: 100%;
    min-width: 300px;
    width: 100%;
    display: block;
  }
  .gallery-lance-widget .data {
    margin: 2%;
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gallery-lance-widget a .chapeu {
    margin-top: 5px;
  }
  .mobile-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-row .teaser + .teaser {
    margin-left: 0;
    margin-top: 30px;
  }
  .filters > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filters > .flex .item-category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .filters > .flex .item-category + .item-category {
    margin-left: 0;
    margin-top: 15px;
  }
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .flex .copyright {
    margin-top: 25px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */