* {
  outline: none;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "vogueAvantGardeBook";
  -webkit-font-smoothing: antialiased;
}

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 0px;
}

a {
  text-decoration: none;
}

p {
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
  color: #575656;
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

::selection {
  background: #262626;
  color: #fff;
}

::-moz-selection {
  background: #262626;
  color: #fff;
}

h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

h2 {
  font-family: "vogueAvantGardeBook";
  font-size: 32px;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 46px;
  }
}
h2 span {
  color: #fd7e25;
}

.container {
  width: 1472px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    width: 1312px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .container {
    width: 90%;
    margin: 0 5%;
  }
}

header {
  width: 100%;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  position: fixed;
  background: #fff;
  z-index: 9;
  top: 50px;
}
@media (max-width: 768px) {
  header .container {
    width: 100%;
    margin: 0;
  }
}
header .box-logo {
  width: 100%;
  height: 112px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  header .box-logo {
    height: 56px;
    position: relative;
    left: 0px;
    top: 0px;
    border: 1px solid rgb(224, 224, 224);
    background: #fff;
    align-items: center;
    justify-content: initial;
    z-index: 99;
    top: 0px;
  }
}
header .box-logo .ico-menu {
  display: none;
}
@media (max-width: 768px) {
  header .box-logo .ico-menu {
    display: flex;
    margin: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  header .box-logo a {
    display: flex;
  }
}
header .box-logo img {
  height: 63px;
}
@media (max-width: 768px) {
  header .box-logo img {
    height: 22px;
  }
}
header .box-menu {
  width: 100%;
  height: 48px;
  float: left;
  border: 1px solid rgb(224, 224, 224);
}
@media (max-width: 768px) {
  header .box-menu {
    display: none;
    position: fixed;
    left: 0px;
    top: 56px;
    width: 85%;
    height: calc(100% - 56px);
    background: #fff;
    z-index: 9;
    overflow: auto;
  }
}
header .box-menu ul {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  header .box-menu ul {
    height: auto;
    width: 100%;
    float: left;
    display: block;
  }
}
header .box-menu ul li {
  list-style: none;
  margin-left: 1rem;
  display: flex;
}
@media (max-width: 768px) {
  header .box-menu ul li {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-left: 1rem;
    min-height: 3rem;
    width: 100%;
    float: left;
    align-items: center;
    margin-left: 0px;
  }
}
header .box-menu ul li a {
  font-family: "vogueAvantGardeMedium";
  color: #000;
  letter-spacing: 0.127811em;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
header .box-menu ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0px;
  bottom: -14px;
  opacity: 0;
  transition: 0.4s;
}
header .box-menu ul li:hover a:after {
  opacity: 1;
  transition: 0.4s;
}
header .overlay {
  display: none;
}
@media (max-width: 768px) {
  header .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
  }
}
header .box-menu-mobile {
  width: 100%;
  height: 48px;
  float: left;
  border: 1px solid rgb(224, 224, 224);
  display: none;
}
@media (max-width: 768px) {
  header .box-menu-mobile {
    position: fixed;
    left: 0px;
    top: 56px;
    width: 85%;
    height: calc(100% - 56px);
    background: #fff;
    z-index: 9;
    overflow: auto;
  }
}
header .box-menu-mobile ul {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  header .box-menu-mobile ul {
    height: auto;
    width: 100%;
    float: left;
    display: block;
  }
}
header .box-menu-mobile ul li {
  list-style: none;
  margin-left: 1rem;
  display: flex;
}
@media (max-width: 768px) {
  header .box-menu-mobile ul li {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-left: 1rem;
    min-height: 3rem;
    width: 100%;
    float: left;
    align-items: center;
    margin-left: 0px;
  }
}
header .box-menu-mobile ul li a {
  font-family: "vogueAvantGardeMedium";
  color: #000;
  letter-spacing: 0.127811em;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
header .box-menu-mobile ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0px;
  bottom: -14px;
  opacity: 0;
  transition: 0.4s;
}
header .box-menu-mobile ul li:hover a:after {
  opacity: 1;
  transition: 0.4s;
}
header .overlay {
  display: none;
}
@media (max-width: 768px) {
  header .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
  }
}

.destaque {
  width: 100%;
  float: left;
  margin-top: 160px;
}
@media (max-width: 768px) {
  .destaque {
    margin-top: 56px;
  }
}
@media (max-width: 768px) {
  .destaque .container {
    width: 100%;
    margin: 0px;
  }
}
.destaque .news {
  display: flex;
  gap: 32px;
  margin: 32px 0 0;
  flex-direction: row;
}
@media (max-width: 768px) {
  .destaque .news {
    flex-direction: column;
  }
}
.destaque .box {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 344px) 1fr;
  grid-template-rows: min-content;
  grid-gap: 32px;
  grid-template-areas: "column-1 column-2";
}
@media (max-width: 768px) {
  .destaque .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.destaque .box article {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .destaque .box article {
    width: 100%;
    margin: 0 5%;
  }
}
.destaque .box article a {
  color: #000;
}
.destaque .box article a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .destaque .box article a:hover {
    text-decoration: none;
  }
}
.destaque .box article .category {
  display: block;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.destaque .box article .category:hover {
  text-decoration: underline;
}
.destaque .box article h2 {
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .destaque .box article h2 {
    font-size: 16px;
  }
}
.destaque .box article picture {
  display: flex;
  width: 100%;
  height: 21.12vw;
  max-height: 344px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .destaque .box article picture {
    height: 87.2vw;
    max-height: initial;
  }
}
.destaque .box article picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.destaque .box article .box-text {
  width: 100%;
}
.destaque .box article .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}
.destaque .box article .author:hover {
  text-decoration: none;
}
.destaque .box article:first-child {
  grid-area: column-2;
  grid-row: 1/span 2;
}
@media (max-width: 768px) {
  .destaque .box article:first-child {
    margin: 0px;
  }
}
.destaque .box article:first-child picture {
  height: auto;
  max-height: initial;
  flex: 1;
}
@media (max-width: 768px) {
  .destaque .box article:first-child picture {
    height: auto;
  }
}
.destaque .box article:first-child .box-text {
  padding: 0 5%;
}
.destaque .box article:first-child h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .destaque .box article:first-child h2 {
    font-size: 24px;
  }
}
.destaque .more-news {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 25px;
  width: 21.12vw;
  max-width: 344px;
}
@media (max-width: 768px) {
  .destaque .more-news {
    width: 90%;
    max-width: initial;
    gap: 0px;
    margin: 0 5%;
  }
}
.destaque .more-news article {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .destaque .more-news article {
    padding: 16px 0;
  }
}
.destaque .more-news article .box-text {
  flex: 1;
}
.destaque .more-news article a {
  color: #000;
  display: block;
}
.destaque .more-news article a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .destaque .more-news article a:hover {
    text-decoration: none;
  }
}
.destaque .more-news article .category {
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.destaque .more-news article .category:hover {
  text-decoration: none;
}
.destaque .more-news article h2 {
  font-family: "vogueAvantGardeBook";
  font-size: 16px;
  line-height: 1.4em;
  padding-bottom: 8px;
}
.destaque .more-news article .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.destaque .more-news article .box-img {
  width: 75px;
  height: 100px;
}
.destaque .more-news article .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.news-category {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.news-category .box-title {
  width: 100%;
  float: left;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 16px 20px;
  letter-spacing: 0.0818182em;
}
.news-category .box-title h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .news-category .box-title h3 {
    font-size: 20px;
  }
}
.news-category .posts {
  width: 100%;
  float: left;
  padding-top: 32px;
}
.news-category .posts article {
  width: calc(25% - 24px);
  height: auto;
  float: left;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .news-category .posts article {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
.news-category .posts article .box-img {
  width: 100%;
  height: 309px;
  float: left;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-category .posts article .box-img {
    height: 65.5vw;
  }
}
.news-category .posts article .box-img img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.news-category .posts article .box-text {
  width: 100%;
  float: left;
  padding-top: 16px;
}
.news-category .posts article .box-text a {
  color: #000;
}
.news-category .posts article .box-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .news-category .posts article .box-text a:hover {
    text-decoration: none;
  }
}
.news-category .posts article .box-text .category {
  display: block;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.news-category .posts article .box-text .category:hover {
  text-decoration: none;
}
.news-category .posts article .box-text h2 {
  font-size: 18px;
  line-height: 1.25em;
  padding-bottom: 8px;
}
.news-category .posts article .box-text .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.news-category .posts article:first-child {
  margin-left: 0px;
}
.news-category .posts article:last-child {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .news-category .posts article:last-child {
    margin-bottom: 0px;
  }
}
.news-category .posts-category article {
  width: 100%;
  height: auto;
  margin: 0px;
}
.news-category .posts-category .owl-stage {
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  .news-category .posts-category .owl-dots {
    margin-top: 30px;
  }
}
.news-category .posts-category .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.news-category .posts-category .owl-nav {
  position: absolute;
  bottom: 200px;
  margin-top: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  .news-category .posts-category .owl-nav {
    display: none;
  }
}
.news-category .posts-category .owl-prev {
  transform: rotate(180deg);
  color: #FFF !important;
  font-size: 14px !important;
  margin: 0px !important;
  padding: 0px !important;
  background: #fff !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 0px !important;
  position: absolute;
  left: 0px;
}
.news-category .posts-category .owl-prev svg {
  display: block;
}
.news-category .posts-category .owl-next {
  color: #FFF !important;
  font-size: 14px !important;
  margin: 0px !important;
  padding: 0px !important;
  background: #fff !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 0px !important;
  position: absolute;
  right: 0px;
}
.news-category .posts-category .owl-next svg {
  display: block;
}

.must-read {
  width: 100%;
  float: left;
  background: rgb(248, 248, 248);
  padding-bottom: 16px;
}
.must-read .box-title {
  width: 100%;
  float: left;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 16px 20px;
  letter-spacing: 0.0818182em;
}
.must-read .box-title h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .must-read .box-title h3 {
    font-size: 20px;
  }
}
.must-read .posts {
  width: 100%;
  float: left;
  margin-top: 16px;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .must-read .posts {
    display: block;
  }
}
.must-read .posts article {
  width: 33%;
  float: left;
  display: flex;
}
@media (max-width: 768px) {
  .must-read .posts article {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
  }
}
.must-read .posts article picture {
  width: 135px;
  height: 135px;
  float: left;
  margin-right: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .must-read .posts article picture {
    width: 29.6vw;
    height: 37vw;
    margin-right: 24px;
  }
}
.must-read .posts article picture img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.must-read .posts article .box-text {
  flex: 1;
  float: left;
}
.must-read .posts article .box-text a {
  color: #000;
}
.must-read .posts article .box-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .must-read .posts article .box-text a:hover {
    text-decoration: none;
  }
}
.must-read .posts article .box-text .category {
  display: block;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.must-read .posts article .box-text .category:hover {
  text-decoration: none;
}
.must-read .posts article .box-text h2 {
  font-size: 16px;
  letter-spacing: -0.0142857em;
  line-break: auto;
  line-height: 1.4em;
  padding-bottom: 8px;
}
.must-read .posts article .box-text .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.news-category-2 {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.news-category-2 .box-title {
  width: 100%;
  float: left;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 16px 20px;
  letter-spacing: 0.0818182em;
}
.news-category-2 .box-title h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.news-category-2 .posts {
  width: 1098px;
  float: left;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .news-category-2 .posts {
    width: 100%;
  }
}
.news-category-2 .posts article {
  width: 344px;
  float: left;
  margin-right: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .news-category-2 .posts article {
    width: 100%;
  }
}
.news-category-2 .posts article .box-img {
  width: 100%;
  height: 258px;
  float: left;
  overflow: hidden;
}
.news-category-2 .posts article .box-img img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.news-category-2 .posts article .box-text {
  width: 100%;
  float: left;
  padding-top: 16px;
}
.news-category-2 .posts article .box-text a {
  color: #000;
}
.news-category-2 .posts article .box-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .news-category-2 .posts article .box-text a:hover {
    text-decoration: none;
  }
}
.news-category-2 .posts article .box-text .category {
  display: block;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.news-category-2 .posts article .box-text .category:hover {
  text-decoration: none;
}
.news-category-2 .posts article .box-text h2 {
  font-size: 18px;
  line-height: 1.25em;
  padding-bottom: 8px;
}
.news-category-2 .posts article .box-text .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.news-category-2 .posts article:nth-child(3n+0) {
  margin-right: 0px;
}
.news-category-2 .sponsor {
  width: 280px;
  float: right;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news-category-2 .sponsor {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.news-category-2 .sponsor img {
  width: 100%;
}

footer {
  width: 100%;
  height: 600px;
  float: left;
  background: #000;
  padding-top: 48px;
}
footer .box-1 {
  width: 450px;
  float: left;
}
@media (max-width: 768px) {
  footer .box-1 {
    width: 100%;
  }
}
footer .box-1 p {
  color: #fff;
  font-size: 13px;
}
footer .box-1 ul {
  float: left;
  margin-top: 30px;
}
footer .box-1 ul li {
  list-style: none;
  float: left;
  margin-right: 30px;
}
footer .box-1 ul li svg {
  color: #fff;
  fill: #fff;
}
footer .box-1 ul li svg path {
  fill: rgb(255, 255, 255);
}

.single-page {
  width: 100%;
  float: left;
  padding-top: 40px;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .single-page {
    margin-top: 56px;
    overflow-x: hidden;
  }
}
.single-page article {
  width: 864px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .single-page article {
    width: 100%;
  }
}
.single-page article .category {
  width: 100%;
  text-align: center;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.138462em;
}
.single-page article .category ul {
  list-style: none;
  color: #000;
}
.single-page article .category ul li {
  color: #000;
}
.single-page article .category ul li a {
  color: #000;
  text-decoration: none;
}
.single-page article h1 {
  font-size: 42px;
  color: #000;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-feature-settings: normal;
  font-style: normal;
  line-break: auto;
}
@media (max-width: 768px) {
  .single-page article h1 {
    font-size: 36px;
    letter-spacing: -0.00526316em;
    line-height: 1.2em;
    margin-top: 1rem;
    padding-top: 0px;
  }
}
.single-page article .sub {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0 0 0;
}
.single-page article .sub p {
  font-family: "vogueAvantGardeBook";
  margin-block-start: 0px;
  margin-block-end: 0px;
}
.single-page article .author {
  width: 100%;
  text-align: center;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.138462em;
  padding: 30px 0 10px;
}
.single-page article .author a {
  color: #000;
}
.single-page article .author a:hover {
  text-decoration: underline;
}
.single-page article .credit {
  width: 100%;
  text-align: center;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.138462em;
  padding: 0 0 10px;
}
.single-page article .credit a {
  color: #000;
}
.single-page article .credit a:hover {
  text-decoration: underline;
}
.single-page article .date-time {
  width: 100%;
  text-align: center;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .single-page article .imagem-destaque {
    width: 112%;
    float: left;
    position: relative;
    margin-left: -6%;
  }
}
.single-page article .imagem-destaque img {
  width: 100%;
}
.single-page article .credits {
  width: 100%;
  float: left;
  margin: 4px 0 0 0;
}
.single-page article .credits .title-credit {
  width: 100%;
  font-size: 13px;
  color: #000;
  float: left;
}
.single-page article .credits .title-credit strong {
  font-weight: bold;
}
.single-page article .credits .desc {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.6em;
}
.single-page article .box-text {
  width: 100%;
  float: left;
  padding-bottom: 100px;
  padding-top: 40px;
}
.single-page article .box-text p {
  color: #000;
  font-size: 20px;
  font-family: "adobe-garamond-pro", serif;
}
@media (max-width: 768px) {
  .single-page article .box-text blockquote {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}
.single-page article .box-text blockquote p {
  font-size: 38px;
  line-height: normal;
}
@media (max-width: 768px) {
  .single-page article .box-text blockquote p {
    font-size: 32px;
  }
}
.single-page article .box-text blockquote p:first-of-type::first-letter {
  font-family: "adobe-garamond-pro", serif;
  font-size: 38px;
  font-weight: normal;
  padding: 0px;
  line-height: normal;
}
@media (max-width: 768px) {
  .single-page article .box-text blockquote p:first-of-type::first-letter {
    font-size: 32px;
  }
}
.single-page article .box-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  overflow-x: auto;
  display: block;
}
@media (max-width: 768px) {
  .single-page article .box-text table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.single-page article .box-text table thead {
  background-color: #f4f4f4;
}
.single-page article .box-text table thead th {
  padding: 0px 16px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}
.single-page article .box-text table td {
  padding: 0px 16px;
  border: 1px solid #eee;
}
.single-page article .box-text table td p {
  margin-block-start: 7px;
  margin-block-end: 7px;
}
.single-page article .box-text table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.single-page article .box-text iframe {
  max-width: 540px !important;
  margin: 0 auto !important;
  display: block !important;
}
@media (max-width: 768px) {
  .single-page article .box-text iframe {
    max-width: 100% !important;
  }
}
.single-page article .box-text .getty {
  display: block !important;
  margin: 0 auto !important;
}
.single-page article .box-text a {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
}
.single-page article .box-text ul {
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
  padding-left: 20px;
}
.single-page article .box-text ul li {
  margin-bottom: 1rem;
}
.single-page article .box-text h2 {
  font-family: "vogueAvantGardeBook";
  font-size: 26px;
}
.single-page article .box-text h3 {
  font-family: "vogueAvantGardeBook";
  font-size: 22px;
}
.single-page article .box-text img {
  max-width: 100%;
  height: auto;
}
.single-page article .box-text > p:first-of-type::first-letter {
  font-family: "vogueAvantGardeMedium";
  font-size: 98px;
  font-weight: bold;
  float: left;
  line-height: 1;
  padding-right: 8px;
}
.single-page article .tags {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 40px;
  gap: 10px;
}
.single-page article .tags a {
  color: #000;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #000;
}
.single-page article .tags a:hover {
  background: #000;
  color: #fff;
}
.single-page .read-more {
  width: 100%;
  float: left;
}
.single-page .read-more .box-title {
  width: 100%;
  float: left;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 16px 20px;
  letter-spacing: 0.0818182em;
  margin-bottom: 32px;
}
.single-page .read-more .box-title h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.single-page .read-more .posts {
  width: 100%;
  float: left;
}
.single-page .read-more .posts article {
  width: 50%;
  height: 40vw;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .single-page .read-more .posts article {
    width: 100%;
    height: 70vw;
  }
}
.single-page .read-more .posts article picture {
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-page .read-more .posts article picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.single-page .read-more .posts article .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  transition: opacity 0.3s;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent 65%) 0% 0%/calc(100% + 1px) calc(100% + 1px);
}
.single-page .read-more .posts article .box-text-more {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  padding: 40px;
}
.single-page .read-more .posts article .box-text-more .category {
  padding: 8px;
  background: #fff;
  color: #000;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.138462em;
  float: left;
  width: auto;
}
.single-page .read-more .posts article .box-text-more h2 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fff;
  padding: 16px 0;
}
.single-page .read-more .posts article .box-text-more .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  color: #fff;
  float: left;
  text-align: left;
  padding: 0px;
}
.single-page .read-more .posts article .box-text-more .author a {
  color: #fff;
}
.single-page .read-more .posts article:hover .filter {
  opacity: 0.7;
}

.page-category {
  width: 100%;
  float: left;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .page-category {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .page-category .container {
    width: 100%;
    margin: 0px;
  }
}
.page-category h1 {
  width: 100%;
  font-family: "GFS Didot", serif;
  font-weight: 300;
  font-size: 64px;
  color: #000;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .page-category h1 {
    font-size: 48px;
  }
}
.page-category .destaque-category {
  width: 100%;
  float: left;
}
.page-category .destaque-category .news {
  display: flex;
  gap: 20px;
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  .page-category .destaque-category .news {
    display: block;
    margin: 0px;
  }
}
.page-category .destaque-category .box {
  display: grid;
  flex: 1;
  grid-template-columns: 290px 1fr;
  grid-template-rows: min-content;
  grid-gap: 20px;
  grid-template-areas: "column-1 column-2";
}
@media (max-width: 768px) {
  .page-category .destaque-category .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: initial;
  }
}
.page-category .destaque-category .box article {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-category .destaque-category .box article {
    width: 90%;
    margin: 0 5% 20px 5%;
  }
}
.page-category .destaque-category .box article a {
  color: #000;
}
.page-category .destaque-category .box article a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-category .destaque-category .box article a:hover {
    text-decoration: none;
  }
}
.page-category .destaque-category .box article .category {
  display: block;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.page-category .destaque-category .box article .category:hover {
  text-decoration: none;
}
.page-category .destaque-category .box article h2 {
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 8px;
}
.page-category .destaque-category .box article picture {
  display: flex;
  width: 100%;
  height: 290px;
  margin-bottom: 16px;
}
.page-category .destaque-category .box article picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-category .destaque-category .box article .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}
.page-category .destaque-category .box article:first-child {
  grid-area: column-2;
  grid-row: 1/span 2;
}
@media (max-width: 768px) {
  .page-category .destaque-category .box article:first-child {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.page-category .destaque-category .box article:first-child picture {
  width: 100%;
  height: 60vw !important;
}
@media (max-width: 768px) {
  .page-category .destaque-category .box article:first-child picture {
    height: 487px;
  }
}
.page-category .destaque-category .box article:first-child h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .page-category .destaque-category .box article:first-child h2 {
    font-size: 24px;
  }
}
.page-category .destaque-category .more-news {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 25px;
  width: 290px;
}
@media (max-width: 768px) {
  .page-category .destaque-category .more-news {
    width: 90%;
    margin: 0 5%;
  }
}
.page-category .destaque-category .more-news .box-more {
  width: 100%;
  float: left;
}
.page-category .destaque-category .more-news .box-more article {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.page-category .destaque-category .more-news .box-more article a {
  color: #000;
}
.page-category .destaque-category .more-news .box-more article a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-category .destaque-category .more-news .box-more article a:hover {
    text-decoration: none;
  }
}
.page-category .destaque-category .more-news .box-more article .category {
  display: block;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.page-category .destaque-category .more-news .box-more article .category:hover {
  text-decoration: none;
}
.page-category .destaque-category .more-news .box-more article h2 {
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 8px;
}
.page-category .destaque-category .more-news .box-more article picture {
  display: flex;
  height: 306px;
  margin-bottom: 16px;
}
.page-category .destaque-category .more-news .box-more article picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-category .destaque-category .more-news .box-more article .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}
.page-category .more-news-category {
  width: 100%;
  float: left;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .page-category .more-news-category {
    width: 90%;
    margin: 0 5%;
  }
}
.page-category .more-news-category .box-title {
  width: 100%;
  float: left;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 16px 20px;
  letter-spacing: 0.0818182em;
}
.page-category .more-news-category .box-title h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.page-category .more-news-category .posts {
  width: 78%;
  float: left;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-category .more-news-category .posts {
    width: 100%;
  }
}
.page-category .more-news-category .posts article {
  width: calc(33.33% - 22px);
  float: left;
  margin-right: 22px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-category .more-news-category .posts article {
    width: 100%;
  }
}
.page-category .more-news-category .posts article .box-img {
  width: 100%;
  height: 258px;
  float: left;
  overflow: hidden;
}
.page-category .more-news-category .posts article .box-img img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.page-category .more-news-category .posts article .box-text {
  width: 100%;
  float: left;
  padding-top: 16px;
}
.page-category .more-news-category .posts article .box-text a {
  color: #000;
}
.page-category .more-news-category .posts article .box-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-category .more-news-category .posts article .box-text a:hover {
    text-decoration: none;
  }
}
.page-category .more-news-category .posts article .box-text .category {
  display: block;
  font-family: "vogueAvantGardeMedium";
  font-size: 13px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-category .more-news-category .posts article .box-text .category:hover {
  text-decoration: none;
}
.page-category .more-news-category .posts article .box-text h2 {
  font-size: 18px;
  line-height: 1.25em;
  padding-bottom: 8px;
}
.page-category .more-news-category .posts article .box-text .author {
  font-family: "vogueAvantGardeMedium";
  font-size: 12px;
  letter-spacing: 0.138462em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-category .more-news-category .posts article:nth-child(3n+0) {
  margin-right: 0px;
}
.page-category .more-news-category .sponsor {
  width: 280px;
  float: right;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .page-category .more-news-category .sponsor {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.page-category .more-news-category .sponsor img {
  width: 100%;
}

.category-magazine .page-category .destaque-category article picture {
  width: 100%;
  height: 25.2vw;
}
@media (max-width: 768px) {
  .category-magazine .page-category .destaque-category article picture {
    width: 100%;
    height: 112.5vw;
  }
}
.category-magazine .page-category .destaque-category .box article:first-child picture {
  height: 60vw;
}
@media (max-width: 768px) {
  .category-magazine .page-category .destaque-category .box article:first-child picture {
    height: 112.5vw;
  }
}
.category-magazine .page-category .more-news .box-more article picture {
  width: 100%;
  height: 25.2vw;
}
@media (max-width: 768px) {
  .category-magazine .page-category .more-news .box-more article picture {
    width: 100%;
    height: 112.5vw;
  }
}
.category-magazine .page-category .more-news-category .posts article .box-img {
  width: 100%;
  height: 27.7vw;
}
@media (max-width: 768px) {
  .category-magazine .page-category .more-news-category .posts article .box-img {
    width: 100%;
    height: 112.5vw;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 2em 0;
  flex-wrap: wrap;
}

.page-link,
.dots {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.page-link:hover {
  background-color: #f0f0f0;
}

.page-link.active {
  background-color: #000;
  color: white;
  border-color: #0073aa;
  pointer-events: none;
}

.page-link.prev,
.page-link.next {
  font-weight: bold;
}

.dots {
  padding: 8px 12px;
  color: #999;
  border: none;
}

/*# sourceMappingURL=geral.css.map */
