@import url(../fonts/FontesUOL/stylesheet.css);
@import url(../fonts/TradeGothic/stylesheet.css);
@import url(../fonts/TradeGothic2/stylesheet.css);
@import url(../fonts/Palatino/stylesheet.css);
@import url(../fonts/Palatino2/stylesheet.css);
@import url(../fonts/Canterbury/stylesheet.css);
@import url(../fonts/Chronicle/stylesheet.css);
@import url(../fonts/NotoSans/stylesheet.css);
@import url(../img/SVG/sprite.svg);
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  font-family: "TradeGothic LT";
}
@media only screen and (max-width: 56.25em) {
  body {
    padding: 0;
  }
}
main {
  padding-top: 6.2rem;
}
.main {
  transition: 0.3s;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
::before,
::after {
  box-sizing: inherit;
}
*[class$="button"],
input[type="submit"],
button {
  cursor: pointer;
}
body {
  color: black;
}
img {
  max-width: 100%;
  height: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
input,
select,
textarea {
  font-family: inherit;
}
::-webkit-input-placeholder {
  color: #b3b3b3;
}
:-moz-placeholder {
  color: #b3b3b3;
}
::-moz-placeholder {
  color: #b3b3b3;
}
:-ms-input-placeholder {
  color: #b3b3b3;
}
body {
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body.disable-scroll {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #262626;
}
body::-webkit-scrollbar-track {
  background: #c5c5c5;
  padding: 0.05rem;
}
body::-webkit-scrollbar-thumb {
  background: #2b2b2b;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.wrapper {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1020px;
  margin: auto;
}
@media (min-width: 960px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 720px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 52.5%;
  }
}
.title__big {
  font-weight: 200;
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  text-transform: uppercase;
  font-display: swap;
}
@media (max-width: 620px) {
  .title__big {
    border: unset;
  }
}
.title__big.white {
  color: white;
}
.title__big.dark {
  color: black;
}
.title__big--container {
  margin-bottom: 5rem;
  text-align: center;
  border: 0.18rem solid #d8d8d8;
  border-right: unset;
  border-left: unset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 720px) {
  .title__big--container {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 580px) {
  .title__big--container {
    font-size: 3rem;
  }
}
.mobile__font--control {
  display: none;
}
@media (max-width: 620px) {
  .mobile__font--control {
    display: flex;
    gap: 1rem;
    transform: translateY(140%);
  }
}
.mobile__font--control--btn {
  border-radius: 50%;
  background: white;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 800;
  font-size: 1.7rem;
  border: 0.1rem solid black;
  user-select: none;
}
.mobile__font--control--btn:active {
  border-color: #f15b40;
  color: #f15b40;
}
.divisor {
  width: 0.15rem;
  min-height: 100%;
  background: #d8d8d8;
}
.divisor--horizontal {
  min-width: 100%;
  flex-basis: 100%;
  height: 0.15rem;
  background: #d8d8d8;
  flex-basis: 100%;
  margin: 4rem 0rem;
}
.content__lock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.content__lock--icon {
  height: 3rem;
  width: 3rem;
  color: white;
}
@media (max-width: 720px) {
  .content__lock--icon {
    height: 4rem;
    width: 4rem;
  }
}
.video__play--thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video__play--thumb--icon {
  height: 6rem;
  width: 6rem;
}
.piaui__color {
  color: #f15b40;
}
.interna__bottom--adverts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .interna__bottom--adverts {
    padding: 3rem 0rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.btn_igualdades {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f15a24;
  padding: 1.1rem;
  width: 100%;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 15px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .btn_igualdades {
    font-size: 16px;
    padding: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.btn_igualdades:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.btn_obrigado {
  background-color: #f15b40;
  padding: 2rem 1.1rem;
  width: 50%;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media (max-width: 500px) {
  .btn_obrigado {
    width: 100%;
  }
}
.btn_obrigado:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer {
  background-color: #2b2b2b;
  color: white;
}
.footer__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .footer__content {
    row-gap: 2rem;
    column-gap: 0rem;
  }
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .footer__list {
    flex-basis: 25%;
  }
}
@media (max-width: 620px) {
  .footer__list {
    flex-basis: 50%;
  }
}
.footer__list--title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__list--title--capitalize {
  font-size: 1.2rem;
  font-weight: 600;
}
.footer__list--title--capitalize a:hover {
  color: #f15b40;
}
.footer__list--title--assine {
  font-size: 1.2rem;
  font-weight: 600;
  color: #f15b40;
  text-transform: uppercase;
}
.footer__list--item {
  font-size: 1.2rem;
}
.footer__list--big {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 2rem;
}
@media (max-width: 720px) {
  .footer__list--big {
    flex-basis: 25%;
  }
}
@media (max-width: 620px) {
  .footer__list--big {
    flex-basis: 50%;
  }
}
.footer__list--big li {
  width: 95%;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 620px) {
  .footer__info--piaui {
    flex-basis: 100%;
  }
}
.footer__info--socials--content {
  display: flex;
  gap: 1rem;
  padding: 1rem 0rem;
}
.footer__info--socials--item svg {
  height: 2rem;
  width: 2rem;
  transition: 0.3s;
}
.footer__info--socials--item:hover svg {
  color: #f15b40;
  transition: 0.2s;
}
.footer__info--contato {
  display: flex;
  flex-direction: column;
}
.footer__info--contato--span {
  font-size: 1.1rem;
}
.footer__info--copyright {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer__info--copyright--logo {
  margin-left: 2.5rem;
  margin-bottom: 1rem;
}
.footer__info--copyright--logo svg {
  height: 3rem;
  width: 3rem;
  transform: scale(2.5);
}
.header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 99997;
}
.header__auxiliar {
  font-family: "uoltxt";
  z-index: 99;
  transition: 0.1s;
  position: relative;
}
@media (max-height: 600px) {
  .header__auxiliar {
    display: none;
  }
}
.header__uol {
  background-color: #1f1f1f;
}
.header__uol--content {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  margin: auto;
}
@media (max-width: 931px) {
  .header__uol--content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 720px) {
  .header__uol--content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
.header__uol--items {
  display: flex;
  letter-spacing: 0.05rem;
  font-size: 1.05rem;
}
@media (max-width: 720px) {
  .header__uol--items {
    display: none;
  }
}
.header__uol--item {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 0.7rem;
  color: white;
  transition: 0.3s;
}
.header__uol--item:hover {
  transition: 0.2s;
  background-color: #404040;
}
.header__uol--item svg {
  height: 1rem;
  width: 1rem;
  transform: scale(1.65);
}
.header__uol--logo {
  justify-self: center;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__uol--logo:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
@media (max-width: 720px) {
  .header__uol--logo {
    position: relative;
    padding: 0.65rem 0rem;
    left: auto;
    transform: none;
  }
}
.header__uol--logo a svg {
  height: 1.7rem;
  width: 5rem;
}
.header__uol--logo--folha {
  display: none;
}
.header__uol--logo--folha svg {
  height: 1.7rem;
  width: 14rem;
  fill: white;
}
@media (max-width: 720px) {
  .header__uol--logo--folha {
    display: block;
  }
}
.header__folha {
  background-color: #ededed;
}
@media (max-width: 720px) {
  .header__folha {
    display: none;
  }
}
.header__folha--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #816a6a;
  font-size: 1.1rem;
  gap: 1rem;
}
.header__folha--logo svg {
  height: 3.2rem;
  width: 13.2rem;
}
.header__folha--items {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .header__folha--items {
    position: relative;
    left: auto;
    transform: none;
  }
}
.header__folha--item {
  height: 100%;
  transition: 0.3s;
  white-space: nowrap;
}
.header__folha--item:hover {
  color: #2ca8e8;
  transition: 0.2s;
}
.header__folha--assine {
  font-weight: bold;
}
.header__folha--assine a {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  transition: 0.3s;
  white-space: nowrap;
}
.header__folha--assine a:hover {
  color: #2ca8e8;
  transition: 0.2s;
}
.header__folha--assine a svg {
  height: 1rem;
  width: 1rem;
}
.header__principal {
  margin-top: 1rem;
  border-top: 0.18rem solid #d8d8d8;
  border-left: none;
  border-right: none;
  transition: 0.2s;
  z-index: 99998;
}
@media (max-width: 720px) {
  .header__principal {
    margin-top: unset !important;
  }
}
.header__principal--top {
  padding: 2rem 0rem;
  background-color: white;
}
@media (max-width: 720px) {
  .header__principal--top {
    display: none;
  }
}
.header__principal--top--content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}
.header__principal--logo a svg {
  height: 8rem;
  width: min-content;
  stroke: none !important;
  transition: 0.3s;
}
.header__principal--logo a svg.show {
  height: 4.5rem;
  transition: 0.2s;
}
.header__principal--menu {
  border: 0.16rem solid #d8d8d8;
  border-left: none;
  border-right: none;
  background-color: white;
  transition: 0.4s;
  z-index: 95;
}
.header__principal--menu--logo {
  position: absolute;
  transition: 0.4s;
  margin-left: 3rem;
  transform: translateY(-250%);
}
@media (max-width: 912px) {
  .header__principal--menu--logo {
    margin-right: 3rem;
  }
}
@media (max-width: 890px) {
  .header__principal--menu--logo {
    margin-right: 0rem;
  }
}
@media (max-width: 720px) {
  .header__principal--menu--logo {
    transform: none;
    margin-right: 6rem;
    position: relative;
  }
}
.header__principal--menu--logo svg {
  height: 3.5rem;
  width: 3.5rem;
  opacity: 0;
  transform: scale(3);
  transform-origin: top;
}
@media (max-width: 720px) {
  .header__principal--menu--logo svg {
    opacity: 1;
    transform-origin: unset;
    position: absolute;
    transform: scale(2.5) translateY(-30%);
    margin: 0.8rem 0rem;
  }
}
.header__principal--menu--content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 912px) {
  .header__principal--menu--content {
    gap: 2rem;
  }
}
.header__principal--menu--items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 10rem;
  position: relative;
  gap: 3rem;
}
@media (max-width: 890px) {
  .header__principal--menu--items {
    padding-right: unset;
  }
}
.header__principal--menu--items::-webkit-scrollbar {
  display: none;
}
@media (max-width: 800px) {
  .header__principal--menu--items {
    gap: 2rem;
    overflow-x: scroll;
    padding: 0rem 1rem;
    box-shadow: inset -52px 0px 21px -39px rgba(0, 0, 0, 0.28);
  }
}
@media (max-width: 720px) {
  .header__principal--menu--items {
    display: none;
  }
}
.header__principal--menu--item {
  font-size: 1.3rem;
  font-family: "TradeGothIC LT";
  font-weight: bold;
  white-space: nowrap;
  transition: 0.3s;
}
.header__principal--menu--item:hover {
  color: #888888;
  transition: 0.2s;
}
@media (max-width: 720px) {
  .header__principal--menu--item {
    display: none;
  }
}
.header__principal--menu--options {
  display: flex;
  align-items: center;
  gap: 2.7rem;
}
.header__principal--advert {
  transition: 0.5s;
  border-bottom: 0.15rem solid #d8d8d8;
  background-color: white;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .header__principal--advert {
    /* border: none;
    display: none; */
  }
}

.header__principal--advert--slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .header__principal--advert--slider {
    width: auto;
  }
}

.header__principal--advert--item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 510px) {
  .header__principal--advert--item {
    flex-direction: column;
  }
}
.header__principal--advert--item:hover .header__principal--advert--item--icon {
  display: none;
}
.header__principal--advert--item:hover
  .header__principal--advert--item--icon--hover {
  display: block;
}
.header__principal--advert--item a img {
  max-height: 60px;
}
.header__principal--advert--item--icon {
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 50%;
}
@media (max-width: 510px) {
  .header__principal--advert--item--icon {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.header__principal--advert--item--icon--hover {
  display: none;
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 50%;
}
@media (max-width: 510px) {
  .header__principal--advert--item--icon--hover {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.header__principal--advert--item--img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.header__principal--advert--item--img--container {
  height: 3rem;
  width: 3rem;
}
.header__principal--advert--item--text {
  font-family: "Palatino";
  user-select: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  font-size: 1.45rem;
}
@media (max-width: 510px) {
  .header__principal--advert--item--text {
    text-align: center;
    width: 89%;
    gap: unset;
    column-gap: 0.5rem;
    font-size: 1.7rem;
  }
}
.header__principal--advert--item--text .italic {
  font-family: "PalatinoLTPro";
  font-weight: normal;
  font-style: italic;
}
.header__principal--advert--item--text .bold {
  font-family: "PalatinoLTPro";
  font-weight: bold;
  text-decoration: underline;
  transition: 0.1s;
}
.header__principal--advert--item--text .bold:hover {
  color: #f15b40;
  transition: 0.1s;
}
.header__principal--advert--content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-left: 15px;
  margin-right: 15px;
  padding: 1rem 0rem;
}
@media (max-width: 720px) {
  .header__principal--advert--content {
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
@media (max-width: 510px) {
  .header__principal--advert--content {
    padding: 2rem 0rem;
  }
}
.header__principal--search {
  position: relative;
  background-color: white;
  display: none;
  z-index: -9999;
  transition: 0.2s;
}
.header__principal--search.open {
  display: block;
  z-index: 10;
  transition: 0.3s;
}
.header__principal--search--content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.header__principal--search--form {
  display: flex;
  gap: 2rem;
}
@media (max-width: 720px) {
  .header__principal--search--form {
    flex-direction: column;
  }
}
.header__principal--search--form--input {
  width: 100%;
  flex-basis: 100%;
  outline: none;
  border: 0.2rem solid black;
  padding: 1.5rem;
  font-size: 1.8rem;
  font-family: "TradeGothic LT Std";
}
.header__principal--search--form--input::placeholder {
  color: black;
}
.header__principal--search--form--button {
  background-color: #f15b40;
  padding: 1.5rem;
  font-size: 2rem;
  text-align: center;
  outline: none;
  width: 30%;
  border: none;
  color: white;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 800;
  transition: 0.2s;
}
.header__principal--search--form--button:hover {
  filter: brightness(90%);
  transition: 0.2s;
}
.header__principal--search--form--button:active {
  filter: brightness(70%);
}
@media (max-width: 720px) {
  .header__principal--search--form--button {
    align-self: flex-end;
    width: fit-content;
    padding: 1.5rem 4rem;
  }
}
.header__principal--search--overlay {
  background-color: black;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}
.header__mobile--menu {
  display: none;
  z-index: 99999;
}
@media (max-width: 720px) {
  .header__mobile--menu {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.header__mobile--menu--items {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 2rem;
}
.header__mobile--menu--items li {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  padding: 1rem 0rem;
  font-family: "TradeGothic LT Std";
  border-bottom: 0.16rem solid #d8d8d8;
}
.header__mobile--menu--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mobile--menu--item svg {
  height: 1.7rem;
  width: 1.7rem;
  transition: 0.2s;
}
.header__mobile--menu--item svg.rotate {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header__mobile--menu--item--drop {
  display: none;
  height: 0em;
  transform-origin: top;
  transition: 0.2s;
  list-style: none;
}
.header__mobile--menu--item--drop li {
  font-weight: 600;
  font-size: 1.4rem;
  border: unset;
}
.header__mobile--menu--item--drop.active {
  transition: 0.2s;
  padding-top: 1rem;
  display: block;
  height: 100%;
}
.header__mobile--menu--under {
  border-top: 0.16rem solid #d8d8d8;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 99999;
  height: 0;
  transition: 0.4s;
}
@media (max-width: 720px) {
  .header__mobile--menu--under {
    display: block;
    height: auto;
  }
}
.header__mobile--menu--under--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100%;
}
.header__mobile--menu--under--login {
  border-right: 0.16rem solid #d8d8d8;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  height: 3rem;
}
.header__mobile--menu--under--login span {
  height: max-content;
  min-height: max-content;
}
.header__mobile--menu--under--options {
  display: flex;
}
.header__mobile--menu--under--item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 0rem 1rem;
  border-right: 0.16rem solid #d8d8d8;
  width: 100%;
}
.header__mobile--menu--under--item:last-child {
  border-right: unset;
}
.header__mobile--menu--under--item .icon {
  height: 2.5rem;
  width: 2.5rem;
  stroke: none !important;
}
.header__mobile--menu--under--item--label {
  font-size: 1.4rem;
}
.header__mobile--menu--under--items {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 2rem;
}
.header__mobile--menu--under--items li {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  padding: 1rem 0rem;
  font-family: "TradeGothic LT Std";
  border-bottom: 0.16rem solid #d8d8d8;
}
.header__mobile--menu--under--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mobile--menu--under--item svg {
  height: 1.7rem;
  width: 1.7rem;
  transition: 0.2s;
}
.header__mobile--menu--under--item svg.rotate {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header__mobile--menu--under--item--drop {
  display: none;
  height: 0em;
  transform-origin: top;
  transition: 0.2s;
  list-style: none;
}
.header__mobile--menu--under--item--drop li {
  font-weight: 600;
  font-size: 1.4rem;
  border: unset;
}
.header__mobile--menu--under--item--drop.active {
  transition: 0.2s;
  padding-top: 1rem;
  display: block;
  height: 100%;
}
.header__mobile--menu--menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99996;
  background-color: white;
  height: 102vh;
  transform: translateX(-100%);
  transition: 0.2s;
}
.header__mobile--menu--menu.show {
  transform: translateX(0);
  transition: 0.4s;
}
@media (min-width: 720px) {
  .header__mobile--menu--menu.show {
    display: none;
  }
}
.header__mobile--menu--subitems {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin-bottom: 2rem;
}
.header__mobile--menu--subitems li {
  font-weight: 600;
  font-size: 1.4rem;
}
.header__mobile--menu--toggle {
  position: relative;
}
.header__mobile--menu--toggle .close__mobile--menu {
  display: none;
}
.header__mobile--menu--icon {
  height: 3rem;
  width: 3rem;
}
.menu__search {
  cursor: pointer;
}
@media (max-width: 720px) {
  .menu__search.non_logado {
    display: none;
  }
}
.menu__search.non_logado--active {
  display: none;
}
@media (max-width: 720px) {
  .menu__search.non_logado--active {
    display: block;
  }
}
.menu__search .close_icon {
  display: none;
}
.menu__search svg {
  height: 2rem;
  width: 2rem;
  stroke: none !important;
}
@media (max-width: 720px) {
  .menu__search svg {
    height: 2.7rem;
    width: 2.7rem;
  }
}
.menu__dropdown {
  position: relative;
}
@media (max-width: 720px) {
  .menu__dropdown {
    display: none;
  }
}
.menu__dropdown--menu {
  transform-origin: top;
  background-color: white;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.29);
  width: fit-content;
  padding: 1.5rem;
  position: absolute;
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 1rem;
  top: 3rem;
  transition: 0.3s;
  z-index: 9999999999999;
}
.menu__dropdown--menu:hover {
  display: flex;
  transform-origin: top;
  transition: 0.2s;
}
.menu__dropdown--menu li {
  white-space: nowrap;
  color: black;
  font-size: 1.2rem;
  font-family: "TradeGothic";
  font-weight: 500;
}
.menu__dropdown--toggle {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 2em;
  margin: -2em;
}
.menu__dropdown--toggle:hover {
  color: #888888;
  fill: #888888;
  transition: 0.2s;
}
.menu__dropdown--toggle svg {
  height: 1rem;
  width: 1rem;
  transition: 0.2s;
}
.menu__dropdown--menu.active {
  display: flex;
  transform-origin: top;
  transition: 0.2s;
}
.menu__dropdown--toggle svg.active {
  transform: rotate(180deg);
  transition: 0.2s;
}
.dropdown__left::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  border: 0.75rem solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.dropdown__right::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  right: 2.5em;
  border: 0.75rem solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.facalogin__btn {
  position: absolute;
  transform: translateY(-300%);
  color: black;
}
@media (max-width: 720px) {
  .facalogin__btn {
    display: none;
  }
}
.facalogin__btn.disable {
  opacity: 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.disable {
  transform: scaleY(0%);
  height: 0rem;
  transition: 0.3s;
}
.header__principal--menu--logo.show {
  position: relative;
  transform: translateY(0);
}
.logo__piaui {
  transition: 0.3s;
}
.logo__piaui.show {
  transform: scale(2.7) translateY(-30%);
  transition: 0.1s;
  margin: 0.8rem 0rem;
  margin-right: 5rem;
  opacity: 1;
  transform-origin: top;
}
@media (max-width: 720px) {
  .logo__piaui.show {
    transform: scale(2.3) translateY(-25%);
    transform-origin: unset;
    margin: unset;
  }
}
.btn__assine {
  background-color: #f15b40;
  padding: 0.2rem 1rem;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .btn__assine {
    padding: 0.8rem 2rem;
    font-size: 1.5rem;
  }
}
.btn__assine:hover {
  filter: brightness(80%);
  transition: 0.2s;
}
.open__mobile--menu--disable {
  transform: translateX(-300%);
}
.mobile_icon--disable {
  display: none;
}
.menu__mobile--icon {
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: 0.16rem solid #d8d8d8;
}
.menu__mobile--article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-family: "TradeGothic";
  align-items: center;
}
.menu__mobile--article svg {
  height: 2rem;
  width: 2rem;
}
.menu__mobile--search svg {
  height: 3rem;
  width: 3rem;
}
.menu__mobile--search svg.close_icon {
  display: none;
}
.headerHerald__logo {
  font-family: "Canterbury";
  font-size: 10.3rem;
  padding-bottom: 1rem;
  font-weight: normal;
  white-space: nowrap;
  word-spacing: -1rem;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 720px) {
  .headerHerald__logo {
    padding-top: 1.5rem;
  }
}
@media (max-width: 620px) {
  .headerHerald__logo {
    font-size: 8.3rem;
  }
}
@media (max-width: 520px) {
  .headerHerald__logo {
    font-size: 6.3rem;
    padding-top: 1rem;
  }
}
@media (max-width: 380px) {
  .headerHerald__logo {
    font-size: 6.1rem;
  }
}
.headerHerald__logo--red {
  color: #e21a22;
}
.headerHerald__principal {
  background-color: #f4f2e5;
}
@media (max-width: 720px) {
  .headerHerald__principal {
    padding-top: 0rem;
  }
}
.headerHerald__principal--logo {
  border: 0.2rem solid black;
  border-left: unset;
  border-right: unset;
  display: flex;
  flex-direction: column;
  padding: 1rem 0rem;
  padding-bottom: 0.5rem;
  text-align: center;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .headerHerald__principal--logo {
    border-bottom: unset;
  }
}
@media (max-width: 720px) {
  .headerHerald__principal--logo a {
    order: 2;
  }
}
.headerHerald__principal--menu {
  border: 0.16rem solid #d8d8d8;
  background-color: #f4f2e5;
  border-left: none;
  border-right: none;
  position: relative;
  transition: 0.4s;
  z-index: 95;
}
.headerHerald__principal--menu--logo {
  position: absolute;
  transition: 0.4s;
  margin-left: 3rem;
  transform: translateY(-250%);
  display: none;
}
@media (max-width: 912px) {
  .headerHerald__principal--menu--logo {
    margin-right: 3rem;
  }
}
@media (max-width: 720px) {
  .headerHerald__principal--menu--logo {
    transform: none;
    position: relative;
    display: block;
  }
}
.headerHerald__principal--menu--logo svg {
  height: 3.5rem;
  width: 3.5rem;
  opacity: 0;
  transform: scale(3);
  transform-origin: top;
}
@media (max-width: 720px) {
  .headerHerald__principal--menu--logo svg {
    opacity: 1;
    transform-origin: unset;
    position: absolute;
    transform: scale(2.5) translateY(-30%);
    margin: 0.8rem 0rem;
  }
}
.headerHerald__principal--menu--content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 912px) {
  .headerHerald__principal--menu--content {
    gap: 2rem;
  }
}
.headerHerald__principal--menu--items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 10rem;
  position: relative;
  gap: 3rem;
}
.headerHerald__principal--menu--items::-webkit-scrollbar {
  display: none;
}
@media (max-width: 800px) {
  .headerHerald__principal--menu--items::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65px;
    pointer-events: none;
  }
}
@media (max-width: 800px) {
  .headerHerald__principal--menu--items {
    gap: 2rem;
    overflow-x: scroll;
    padding: 0rem 1rem;
  }
}
@media (max-width: 720px) {
  .headerHerald__principal--menu--items {
    display: none;
  }
}
.headerHerald__principal--menu--item {
  font-size: 1.3rem;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
  white-space: nowrap;
  transition: 0.3s;
}
.headerHerald__principal--menu--item:hover {
  color: #888888;
  transition: 0.2s;
}
@media (max-width: 720px) {
  .headerHerald__principal--menu--item {
    display: none;
  }
}
.headerHerald__principal--menu--options {
  display: flex;
  align-items: center;
  gap: 2.7rem;
}
.headerHerald__principal--advert {
  transition: 0.3s;
}
@media (max-width: 720px) {
  .headerHerald__principal--advert {
    display: none;
  }
}
.headerHerald__principal--advert--content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 100%;
  background-color: #f4f2e5;
  margin-left: 15px;
  margin-right: 15px;
  padding: 1rem 0rem;
}
@media (max-width: 510px) {
  .headerHerald__principal--advert--content {
    padding: 2rem 0rem;
  }
}
.headerHerald__principal--social {
  border: unset;
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .headerHerald__principal--social {
    order: 3;
  }
}
.headerHerald__principal--social--line {
  width: 100%;
  height: 0.19rem;
  background: black;
}
.headerHerald__principal--social--container {
  display: flex;
  align-self: center;
  padding: 0rem 1rem;
}
.headerHerald__principal--social--item {
  background-color: black;
  border-radius: 50%;
  width: fit-content;
  height: fit-content;
  padding: 0.8rem;
  margin: 0rem 0.5rem;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  transition: 0.3s;
}
.headerHerald__principal--social--item:hover {
  filter: brightness(60%);
  transition: 0.2s;
}
.headerHerald__principal--social--item--icon {
  height: 1.6rem;
  width: 1.6rem;
  color: white;
  fill: white;
}
@media (max-width: 620px) {
  .headerHerald__principal--social--item--icon {
    height: 1.6rem;
    width: 1.6rem;
  }
}
.headerHerald__principal--social--names {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.2rem solid black;
  font-family: "Chronicle Display";
  font-weight: 500;
  font-display: swap;
  font-size: 1.4rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 720px) {
  .headerHerald__principal--social--names {
    order: 1;
  }
}
@media (max-width: 620px) {
  .headerHerald__principal--social--names {
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .headerHerald__principal--social--names {
    font-size: 0.9rem;
  }
}
.headerHerald__principal--search {
  background-color: #f4f2e5;
}
.headerHerald__principal--bottom {
  padding-bottom: 1rem;
  transition: 0.2s;
}
.main {
  margin-bottom: 2.6rem;
}
.main__content {
  display: flex;
  margin-top: 2.6rem;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .main__listagem {
    border: none;
    padding: unset;
  }
}
.main__listagem--container {
  width: 75%;
  border-right: 0.16rem solid #d8d8d8;
  padding-right: 2.6rem;
}
@media (max-width: 720px) {
  .main__listagem--container {
    width: 100%;
    padding: unset;
    border-right: unset;
  }
}
@media (max-width: 860px) {
  .main__listagem--destaque {
    padding-bottom: 0rem;
  }
}
@media (max-width: 720px) {
  .main__listagem--destaque {
    padding-bottom: 1.5rem;
  }
}
.main__listagem--colunistas {
  border-bottom: 0.16rem solid #d8d8d8;
}
.main__listagem--colunistas--content {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 720px) {
  .main__listagem--colunistas--content {
    padding: 3rem 0rem;
  }
}
.main__listagem--colunistas--autor {
  display: flex !important;
  align-items: center;
}
.main__listagem--colunistas--autor--img {
  max-width: 19rem;
  min-width: 19rem;
  text-align: center;
}
@media (max-width: 720px) {
  .main__listagem--colunistas--autor--img {
    max-width: 15rem;
    min-width: 15rem;
  }
}
.main__listagem--colunistas--autor--img img {
  height: 14rem;
  object-fit: cover;
  object-position: bottom;
}
.main__listagem--colunistas--autor--info {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
  gap: 1rem;
}
@media (max-width: 720px) {
  .main__listagem--colunistas--autor--info {
    padding-left: 2rem;
  }
}
.main__listagem--colunistas--autor--info--nome {
  font-size: 1.7rem;
  font-family: "TradeGothic LT Std";
  text-align: center;
  font-weight: normal;
}
.main__listagem--colunistas--autor--info--title {
  font-size: 1.8rem;
  font-family: "TradeGothic LT CondEighteen";
  letter-spacing: -0.05rem;
  text-align: center;
  transition: 0.2s;
}
.main__listagem--colunistas--autor--info--title:hover {
  color: #f15b40;
  transition: 0.1s;
}
.main__listagem--ultimas--title {
  font-size: 4.5rem;
  font-family: "TradeGothic LT Std";
  border-bottom: 0.16rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 200;
  user-select: none;
}
@media (max-width: 720px) {
  .main__listagem--ultimas--title {
    font-size: 4rem;
    margin-bottom: unset;
  }
}
.main__noticia--noticia {
  display: flex;
  padding: 4rem 0rem;
  border-bottom: 0.16rem solid #d8d8d8;
}
.main__noticia--noticia:first-of-type {
  padding-top: 1rem;
}
@media (max-width: 720px) {
  .main__noticia--noticia:first-of-type {
    padding-top: 4rem;
  }
}
.main__noticia--noticia:last-of-type {
  border-bottom: unset;
}
@media (max-width: 720px) {
  .main__noticia--noticia:last-of-type {
    border-bottom: 0.16rem solid #d8d8d8;
  }
}
.main__noticia--img {
  width: 100%;
  max-width: 19rem;
  min-width: 19rem;
  height: 13.5rem;
  background-size: cover;
  background-color: black;
}
@media (max-width: 720px) {
  .main__noticia--img {
    max-width: 20rem;
    min-width: 20rem;
  }
}
.main__noticia--img--hover {
  transition: 0.2s;
}
.main__noticia--info {
  padding-left: 3rem;
  margin-top: -0.6rem;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 720px) {
  .main__noticia--info {
    padding-left: 2rem;
    gap: 0.5rem;
  }
}
.main__noticia--title {
  font-size: 3.29rem;
  line-height: 3.6rem;
  font-family: "TradeGothic LT CondEighteen";
  letter-spacing: -0.05rem;
  transition: 0.3s;
  font-weight: bold;
  text-transform: unset !important;
}
.main__noticia--title:first-letter {
  text-transform: capitalize;
}
@media (max-width: 720px) {
  .main__noticia--title {
    font-size: 2.2rem;
    line-height: 2.2rem;
    gap: 2rem;
  }
}
.main__noticia--tipo {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.main__noticia--desc {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "TradeGothic";
  font-weight: 100;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .main__noticia--desc {
    font-size: 1.5rem;
  }
}
.main__noticia--desc::before {
  display: none;
}
.main__noticia--autor {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.5rem;
  font-weight: 600;
  color: black;
  transition: 0.3s;
}
.main__noticia--igualdades--img {
  width: 100%;
  max-width: 36rem;
  min-width: 36rem;
  height: 25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
}
@media (max-width: 720px) {
  .main__noticia--igualdades--img {
    max-width: 100%;
    min-width: unset;
    height: 45rem;
  }
}
@media (max-width: 640px) {
  .main__noticia--igualdades--img {
    max-width: 100%;
    min-width: unset;
    background-position: center;
    height: 35rem;
  }
}
@media (max-width: 400px) {
  .main__noticia--igualdades--img {
    max-width: 100%;
    height: 25rem;
  }
}
.main__noticia--destaque {
  display: flex;
  flex: 50%;
  padding: 3rem 0rem;
  border-bottom: 0.16rem solid #d8d8d8;
}
@media (max-width: 720px) {
  .main__noticia--destaque {
    flex-direction: column;
    padding: 2.5rem 0rem;
    gap: 2rem;
  }
}
.main__noticia--destaque--img {
  width: 100%;
  max-width: 36rem;
  min-width: 36rem;
  height: 25rem;
  background-size: cover;
}
@media (max-width: 720px) {
  .main__noticia--destaque--img {
    max-width: 100%;
    min-width: unset;
    height: 45rem;
  }
}
@media (max-width: 640px) {
  .main__noticia--destaque--img {
    max-width: 100%;
    min-width: unset;
    background-position: center;
    height: 35rem;
  }
}
@media (max-width: 400px) {
  .main__noticia--destaque--img {
    max-width: 100%;
    height: 25rem;
  }
}
.main__noticia--destaque--info {
  padding-left: 4rem;
  margin-top: -0.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 720px) {
  .main__noticia--destaque--info {
    padding: 0;
  }
}
.main__noticia--destaque--title {
  font-size: 3.7rem;
  line-height: 4rem;
  letter-spacing: -0.05rem;
  font-family: "TradeGothic LT CondEighteen";
  transition: 0.3s;
}
.main__noticia--destaque--content {
  border-bottom: 0.16rem solid #d8d8d8;
}
.main__noticia--destaque--principal--img {
  width: 100%;
  height: 50rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1030px) {
  .main__noticia--destaque--principal--img {
    height: 57rem;
  }
}
@media (max-width: 770px) {
  .main__noticia--destaque--principal--img {
    height: 43rem;
  }
}
@media (max-width: 640px) {
  .main__noticia--destaque--principal--img {
    max-width: 100%;
    height: 35rem;
  }
}
@media (max-width: 400px) {
  .main__noticia--destaque--principal--img {
    max-width: 100%;
    height: 25rem;
  }
}
.main__noticia--destaque--principal--info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0rem;
  transition: 0.3s;
}
.main__noticia--destaque--principal--title {
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  font-family: "TradeGothic LT CondEighteen";
  color: black;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .main__noticia--destaque--principal--title {
    font-size: 3.7rem;
    line-height: 3.5rem;
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 720px) {
  .main__advert {
    display: none;
  }
}
.main__advert--content {
  padding: 3rem 0rem;
  padding-bottom: 5rem;
  border-bottom: 0.16rem solid #d8d8d8;
}
@media (max-width: 720px) {
  .main__advert--content {
    padding: 0rem;
    padding-bottom: 2.5rem;
  }
}
.main__advert--img {
  width: 100%;
  height: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .main__advert--mobile {
    padding: 2rem 0rem;
    border-bottom: 0.16rem solid #d8d8d8;
  }
}
.home__aside {
  width: 25%;
  padding-left: 2.6rem;
  margin-top: -1.9rem;
}
@media (max-width: 720px) {
  .home__aside {
    display: none;
  }
}
.home__aside--content {
  margin-left: 2.6rem;
  margin-top: -1rem;
  height: 100%;
}
.home__aside--title {
  font-size: 2.4rem;
  font-family: "TradeGothic LT Std";
  width: 100%;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .home__aside--title {
    font-size: 3rem;
    text-align: center;
  }
}
.home__aside--title--container {
  border-bottom: 0.16rem solid #d8d8d8;
  border-top: 0.16rem solid #d8d8d8;
  padding: 0.8rem 0rem;
  width: 100%;
}
@media (max-width: 860px) {
  .home__aside--title--container {
    padding: 1rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.home__aside--podcast--img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 860px) {
  .home__aside--podcast--img {
    max-width: 19rem;
    min-width: 19rem;
  }
}
@media (max-width: 720px) {
  .home__aside--podcast--img {
    min-width: unset;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 640px) {
  .home__aside--podcast--img {
    max-width: 100%;
    min-width: unset;
    background-position: center;
  }
}
.home__aside--podcast--img img {
  width: 100%;
}
.home__aside--cartun--container {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home__aside--cartun--img img {
  width: 100%;
}
.home__aside--cartun--title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 3.2rem;
  transition: 0.3s;
}
.home__aside--card--container {
  width: 100%;
  border-bottom: 0.16rem solid #d8d8d8;
  padding: 2.5rem 0rem;
}
.home__aside--card--img {
  width: 100%;
  height: 16.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1030px) {
  .home__aside--card--img {
    height: 20.4rem;
  }
}
@media (max-width: 860px) {
  .home__aside--card--img {
    height: 16.4rem;
  }
}
@media (max-width: 720px) {
  .home__aside--card--img {
    min-width: unset;
    width: 100%;
    height: 45rem;
    max-width: unset;
  }
}
@media (max-width: 640px) {
  .home__aside--card--img {
    max-width: 100%;
    min-width: unset;
    background-position: center;
    height: 35rem;
  }
}
@media (max-width: 400px) {
  .home__aside--card--img {
    max-width: 100%;
    height: 25rem;
  }
}
.home__aside--card--info {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-top: 1.2rem;
}
@media (max-width: 720px) {
  .home__aside--card--info {
    gap: 1rem;
    padding-top: unset;
  }
}
.home__aside--card--tipo {
  font-size: 1.7rem;
}
@media (max-width: 720px) {
  .home__aside--card--tipo {
    font-size: 1.9rem;
  }
}
.home__aside--card--title {
  font-size: 2.3rem;
  font-family: "TradeGothic LT CondEighteen";
  letter-spacing: -0.05rem;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .home__aside--card--title {
    font-size: 3.7rem;
    line-height: 3.5rem;
  }
}
.home__aside--destaque--edicao {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media (max-width: 860px) {
  .home__aside--destaque--edicao {
    gap: 2rem;
  }
}
@media (max-width: 720px) {
  .home__aside--destaque--edicao {
    flex-direction: column;
  }
}
.home__aside--destaque--edicao--capa {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .home__aside--destaque--edicao--capa {
    width: 100%;
  }
}
.home__aside--destaque--info {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.45rem;
  font-weight: bold;
}
@media (max-width: 720px) {
  .home__aside--destaque--info {
    font-size: 2.4rem;
  }
}
@media (max-width: 520px) {
  .home__aside--destaque--info {
    font-size: 2rem;
  }
}
.home__aside--destaque--info span {
  font-style: italic;
}
.home__aside--advert--container {
  width: 100%;
}
.home__aside--advert--content {
  padding: 2.5rem 0rem;
  border-bottom: 0.16rem solid #d8d8d8;
}
.home__aside--advert--content .piaui-homeedicao a {
  margin: auto;
  display: flex;
  justify-content: center;
}
.home__aside--advert--img {
  width: 100%;
  background-size: cover;
}
.home__bottom--adverts {
  display: flex;
  gap: 2rem;
  flex-basis: 100%;
}
@media (max-width: 720px) {
  .home__bottom--adverts {
    height: 0rem;
  }
}
.home__bottom--advert--container {
  width: 23.9%;
  margin: 0.5rem;
}
@media (max-width: 860px) {
  .home__bottom--advert--container {
    width: 23.85%;
  }
}
@media (max-width: 810px) {
  .home__bottom--advert--container {
    width: 23%;
  }
}
@media (max-width: 720px) {
  .home__bottom--advert--container {
    width: 100%;
    margin: 2.5rem 0rem;
  }
}
.home__bottom--advert--img {
  width: 100%;
}
.home__loadmore--desktop {
  flex-basis: 72%;
  margin-top: 2rem;
}
@media (max-width: 720px) {
  .home__loadmore--desktop {
    flex-basis: 100%;
  }
}
.loadmore__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0rem;
  border-top: 0.16rem solid #d8d8d8;
}
@media (max-width: 720px) {
  .loadmore__container {
    margin-right: unset;
    border: none;
    border-bottom: 0.16rem solid #d8d8d8;
    padding: 1.5rem 0rem;
  }
}
.loadmore__btn {
  width: fit-content;
  cursor: pointer;
  background-color: black;
  border-radius: 50%;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.loadmore__btn svg {
  height: 2.6rem;
  width: 2.6rem;
}
.loadmore__btn:hover {
  filter: brightness(60%);
  transition: 0.3s;
}
.main__noticia:hover .main__noticia--img--hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.home__aside--destaque--edicao:hover .main__noticia--img--hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.item0,
.banner-interna {
  width: 100%;
  display: flex;
}
.item0 .main__advert--content,
.banner-interna .main__advert--content {
  margin: 0 auto;
  border: none;
}
.noticia__header {
  margin-top: 2rem;
}
@media (max-width: 620px) {
  .noticia__header {
    margin-top: 0rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.noticia__header--img {
  height: 64rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .noticia__header--img {
    height: 50rem;
  }
}
@media (max-width: 510px) {
  .noticia__header--img {
    height: 30rem;
  }
}
.noticia__header--img--container {
  max-width: 1020px;
  width: 100%;
  padding: 0px 10px;
  margin: auto;
}
@media (max-width: 620px) {
  .noticia__header--img--container {
    padding: 0px;
    margin-top: 1.5rem;
  }
}
.noticia__header--seemore--icon {
  height: 2.2rem;
  width: 2.2rem;
  margin: auto;
  display: none;
}
@media (max-width: 620px) {
  .noticia__header--seemore--icon {
    height: 3rem;
    width: 3rem;
  }
}
.noticia__header--seemore .minus_icon {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 620px) {
  .noticia__header--seemore .minus_icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.noticia__header--seemore--toggle {
  position: absolute;
  bottom: -1.8rem;
  z-index: 1;
  right: 2rem;
  background-color: black;
  border: 0.1rem solid #f15b40;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  width: 3.7rem;
  cursor: pointer;
}
@media (max-width: 620px) {
  .noticia__header--seemore--toggle {
    height: 5rem;
    width: 5rem;
    bottom: -2.5rem;
  }
}
.noticia__header--seemore--content {
  opacity: 0;
  display: none;
  background-color: white;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 4rem;
  padding: 2rem;
  padding-bottom: 4rem;
  width: 14rem;
  font-size: 1.4rem;
  font-family: "TradeGothic LT Std";
  transition: 0.3s;
}
.noticia__header--seemore--content p span {
  font-weight: 500;
}
.noticia__header--seemore--content p strong {
  display: block;
  margin-bottom: 1rem;
}
.noticia__header--content {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .noticia__header--content {
    padding-top: 2rem;
  }
}
@media (max-width: 620px) {
  .noticia__header--content {
    gap: 1.5rem;
  }
}
.noticia__header--tipo {
  font-size: 2.3rem;
}
.noticia__header--title {
  font-size: 6rem;
  line-height: 6.2rem;
  font-family: "TradeGothic LT CondEighteen";
  margin: 2rem 0;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 620px) {
  .noticia__header--title {
    font-size: 3.7rem;
    line-height: 3.9rem;
    margin: 0;
  }
}
.noticia__header--info {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 620px) {
  .noticia__header--info {
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .noticia__header--info {
    margin-bottom: 1.5rem;
  }
}
.noticia__header--autor {
  display: flex;
  gap: 1rem;
  font-size: 1.8rem;
}
@media (max-width: 620px) {
  .noticia__header--autor {
    flex-flow: column;
  }
  .noticia__header--autor--separador {
    visibility: hidden;
    overflow: hidden;
    display: none;
  }
}
.noticia__header--autor--nome {
  font-weight: 800;
}
.noticia__header--autor--data {
  font-family: "TradeGothic LT Std";
}
.noticia__socials {
  flex-basis: 20%;
  align-self: flex-start;
  position: sticky;
  top: 40%;
  bottom: 0px;
  transition: 0.5s;
}
@media (max-width: 620px) {
  .noticia__socials {
    display: flex;
    padding-bottom: 5rem !important;
    margin-bottom: 2rem !important;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-height: 600px) {
  .noticia__socials {
    flex-basis: 10%;
    top: 30%;
  }
}
@media (max-width: 620px) {
  .noticia__socials {
    position: unset;
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.16rem solid #d8d8d8;
  }
}
.noticia__socials--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 620px) {
  .noticia__socials--content {
    flex-direction: row;
  }
}
.noticia__socials--item {
  background-color: #676767;
  border-radius: 50%;
  width: fit-content;
  height: fit-content;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .noticia__socials--item {
    background-color: #b0b0b0;
  }
}
.noticia__socials--item:hover {
  filter: brightness(60%);
  transition: 0.2s;
}
.noticia__socials--item--icon {
  height: 1.6rem;
  width: 1.6rem;
  color: white;
  fill: white;
}
@media (max-width: 620px) {
  .noticia__socials--item--icon {
    height: 1.6rem;
    width: 1.6rem;
  }
}
.noticia__main {
  border-top: 0.16rem solid #d8d8d8;
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 620px) {
  .noticia__main {
    border: unset;
    margin: 0rem;
  }
}
.noticia__main--content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 5rem 0rem;
}
@media (max-width: 620px) {
  .noticia__main--content {
    padding: 2rem 0rem;
    flex-direction: column;
  }
}
.noticia__main--advert--img {
  width: 100%;
  height: auto;
  margin: 3rem 0rem;
}
@media (max-width: 620px) {
  .noticia__main--advert--img {
    margin: 1rem 0rem;
  }
}
@media (max-width: 550px) {
  .noticia__main--advert--img {
    display: none;
  }
}
.noticia__main--advert--img--mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 550px) {
  .noticia__main--advert--img--mobile {
    display: block;
    margin: 1rem 0rem;
  }
}
.noticia__main--materia {
  flex-basis: 70%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-height: 600px) {
  .noticia__main--materia {
    flex-basis: 80%;
  }
}
.noticia__main--materia > div p {
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
.noticia__main--materia > div p:empty {
  display: none;
}
@media (max-width: 620px) {
  .noticia__main--materia > div p {
    margin-bottom: 1rem;
  }
}
.noticia__main > p {
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
.noticia__main--paragraph {
  font-family: "Palatino";
  font-size: 1.76rem;
  line-height: 2.7rem;
  color: #2b2b2b;
  transition: 0.3s;
  padding-bottom: 4rem;
}
@media (max-width: 620px) {
  .noticia__main--paragraph {
    font-size: 1.9rem;
    width: 100%;
  }
}
.noticia__main--paragraph p i,
.noticia__main--paragraph p em {
  font-family: "PalatinoLTPro";
}
.noticia__main--paragraph iframe {
  border: unset;
}
.noticia__main--paragraph a {
  color: #f15b40;
  text-decoration: underline;
  cursor: pointer;
}
.noticia__main--img {
  padding: 1rem 3rem;
}
.noticia__autor {
  margin: 3rem 0rem 0;
  padding: 5rem 0rem;
  border-top: 0.16rem solid #d8d8d8;
  border-bottom: 0.16rem solid #d8d8d8;
}
.noticia__autor--content {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: black !important;
  gap: 2rem;
}
.noticia__autor--img {
  width: 12rem;
}
.noticia__autor--info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.noticia__autor--nome {
  font-size: 2.2rem;
  font-weight: 800;
  font-family: "TradeGothic LT CondEighteen";
}
.noticia__autor--nome span {
  font-family: "TradeGothic LT Std";
  font-weight: 100;
  font-size: 1.5rem;
}
.noticia__autor--desc {
  color: #2b2b2b;
  font-size: 1.7rem;
  font-family: "TradeGothic";
}
.noticia__autor--desc span {
  font-weight: 800;
  font-family: "TradeGothic LT CondEighteen";
}
.noticia__newsletter--title {
  font-size: 2rem;
  color: #2b2b2b;
}
.noticia__newsletter--form {
  display: flex;
  max-width: 60%;
}
@media (max-width: 720px) {
  .noticia__newsletter--form {
    max-width: 80%;
  }
}
@media (max-width: 620px) {
  .noticia__newsletter--form {
    max-width: 100%;
  }
}
.noticia__newsletter--form--input {
  outline: none;
  padding: 0rem 1.5rem;
  font-family: "Palatino";
  border-radius: unset;
  border: 0.1rem solid #2b2b2b;
  width: 100%;
  font-size: 1.5rem;
}
.noticia__newsletter--form--input::placeholder {
  color: black;
}
.noticia__newsletter--form--button {
  background-color: #2b2b2b;
  border: 0.1rem solid #2b2b2b;
  outline: none;
  border: none;
  padding: 1.5rem 2.5rem;
  display: flex;
  height: max-content;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.noticia__newsletter--form--button:hover {
  filter: opacity(90%);
  transition: 0.2s;
}
.noticia__newsletter--form--button:active {
  filter: brightness(50%);
}
.noticia__newsletter--form--button svg {
  height: 2rem;
  width: 2rem;
}
.noticia__newsletter--box {
  margin: 2rem 0rem;
  border: 0.3rem solid #f15b40;
  padding: 2.5rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 720px) {
  .noticia__newsletter--box {
    padding: 2rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }
}
.noticia__newsletter--box--title {
  color: #f15b40;
  font-family: "TradeGothic LT CondEighteen";
  font-size: 3rem;
}
@media (max-width: 720px) {
  .noticia__newsletter--box--title {
    font-size: 3rem;
  }
}
.noticia__newsletter--box--desc {
  color: #2b2b2b;
  font-size: 2.4rem;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 620px) {
  .noticia__newsletter--box--desc {
    font-size: 2rem;
  }
}
.noticia__newsletter .bricks--component.bricks--component-embeddable-form {
  margin-top: 50px !important;
}
.noticia__readmore {
  flex-basis: 100%;
  padding-bottom: 5rem;
  background: #fff;
  position: relative;
}
@media (max-width: 640px) {
  .noticia__readmore {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.noticia__readmore--title {
  font-size: 4.5rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 720px) {
  .noticia__readmore--title {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
.noticia__readmore--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .noticia__readmore--content .divisor {
    display: none;
  }
}
.noticia__readmore--content .divisor:last-child {
  display: none;
}
.noticia__readmore--card:hover .noticia__readmore--card--img {
  filter: brightness(70%);
  transition: 0.3s;
}
.noticia__readmore--card--container {
  flex-basis: 30%;
  position: relative;
}
@media (max-width: 650px) {
  .noticia__readmore--card--container {
    flex-basis: 47%;
    padding: 2rem 0rem;
  }
}
@media (max-width: 510px) {
  .noticia__readmore--card--container {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.noticia__readmore--card--img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: top center;
  transition: 0.2s;
}
@media (max-width: 640px) {
  .noticia__readmore--card--img {
    height: 20rem;
  }
}
@media (max-width: 510px) {
  .noticia__readmore--card--img {
    height: 30rem;
  }
}
.noticia__readmore--card--info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0rem;
}
@media (max-width: 510px) {
  .noticia__readmore--card--info {
    padding-bottom: 0rem;
  }
}
.noticia__readmore--card--info .home__aside--card--title {
  font-size: 3.5rem;
}
.noticia__header--seemore--content.active {
  opacity: 1;
  display: block;
  transition: 0.2s;
}
.noticia__header--seemore--icon.plus_icon.active {
  display: block;
}
.noticia__header--seemore--icon.minus_icon.active {
  display: block;
}
.ultimas__card--container {
  flex: 1 0 33.3%;
  padding: 3.6rem 2.7rem 3.7rem;
  border-bottom: 1.5px solid #c5c5c5;
}
.ultimas__card--container:first-child,
.ultimas__card--container:nth-child(3n + 1) {
  padding-left: 0;
}
.ultimas__card--container:nth-child(3n) {
  padding-right: 0;
}
.ultimas__card--container:nth-child(3n) > a::after {
  background-color: transparent;
}
.ultimas__card--container > a {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ultimas__card--container > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: -2.7rem;
  width: 1px;
  background-color: #c5c5c5;
}
@media only screen and (max-width: 800px) {
  .ultimas__card--container {
    flex: 0 0 100%;
  }
  .ultimas__card--container > a::after {
    background-color: transparent;
  }
  .ultimas__card--container:first-child,
  .ultimas__card--container:nth-child(3n + 1) {
    padding: 3.6rem 0 3.7rem;
  }
  .ultimas__card--container:nth-child(3n) {
    padding: 3.6rem 0 3.7rem;
  }
}
.noticia__readmore .loadmore__container a {
  display: none;
}
.revista__header {
  background: #fff;
  background: linear-gradient(180deg, #fff 50%, #2b2b2b 50%);
  padding: 2rem 0rem;
}
@media (max-width: 770px) {
  .revista__header {
    background: linear-gradient(180deg, #fff 40%, #2b2b2b 40%);
  }
}
@media (max-width: 720px) {
  .revista__header {
    background: linear-gradient(
      180deg,
      #fff 30%,
      #2b2b2b 30%,
      #2b2b2b 82%,
      #fff 82%
    );
  }
}
@media (max-width: 570px) {
  .revista__header {
    background: linear-gradient(
      180deg,
      #fff 30%,
      #2b2b2b 30%,
      #2b2b2b 76%,
      #fff 76%
    );
  }
}
@media (max-width: 430px) {
  .revista__header {
    background: linear-gradient(
      180deg,
      #fff 40%,
      #2b2b2b 40%,
      #2b2b2b 80%,
      #fff 80%
    );
  }
}
.revista__header--content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 840px) {
  .revista__header--content {
    flex-wrap: wrap;
  }
}
.revista__header--capa {
  flex-basis: 50%;
}
@media (max-width: 840px) {
  .revista__header--capa {
    flex-basis: 40%;
  }
}
@media (max-width: 770px) {
  .revista__header--capa {
    flex-basis: 35%;
  }
}
@media (max-width: 720px) {
  .revista__header--capa {
    flex-basis: 45%;
  }
}
@media (max-width: 430px) {
  .revista__header--capa {
    flex-basis: 59%;
  }
}
.revista__header--capa img {
  width: 100%;
}
.revista__header--more {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-basis: 17.7%;
  align-self: center;
  justify-content: flex-end;
  margin-bottom: 10rem;
}
@media (max-width: 840px) {
  .revista__header--more {
    flex-basis: 20%;
  }
}
@media (max-width: 770px) {
  .revista__header--more {
    flex-basis: 15%;
    margin-bottom: 15rem;
  }
}
@media (max-width: 720px) {
  .revista__header--more {
    flex-basis: 100%;
    margin-bottom: 0rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
@media (max-width: 570px) {
  .revista__header--more {
    margin-top: 2rem;
  }
}
.revista__header--more--btn {
  height: fit-content;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #2b2b2b;
}
@media (max-width: 720px) {
  .revista__header--more--btn {
    width: 100%;
    justify-content: space-between;
  }
}
.revista__header--more--btn span {
  color: white;
  font-size: 1.8rem;
  font-family: "TradeGothic LT Std";
  font-weight: 500;
  background-color: #2b2b2b;
  padding: 0.9rem 1.2rem;
  white-space: nowrap;
  width: 100%;
  border-right: 0.1rem solid white;
}
@media (max-width: 720px) {
  .revista__header--more--btn span {
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    padding-left: 1.5rem;
    font-size: 2rem;
  }
}
.revista__header--more--btn svg {
  height: 1.7rem;
  width: 1.7rem;
  margin: 0rem 1rem;
  color: white;
}
@media (max-width: 720px) {
  .revista__header--more--btn svg {
    height: 1.9rem;
    width: 1.9rem;
    margin: 0rem 2rem;
  }
}
.revista__header--info {
  color: white;
  font-family: "TradeGothic LT CondEighteen";
  height: 45%;
  flex-basis: 22%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 1rem;
  padding-bottom: 3rem;
}
@media (max-width: 840px) {
  .revista__header--info {
    flex-basis: 20%;
    padding-bottom: 0rem;
  }
}
@media (max-width: 770px) {
  .revista__header--info {
    flex-basis: 15%;
  }
}
@media (max-width: 720px) {
  .revista__header--info {
    flex-basis: 45%;
  }
}
@media (max-width: 430px) {
  .revista__header--info {
    flex-basis: 33%;
    margin-bottom: 6rem;
  }
}
@media (max-width: 350px) {
  .revista__header--info {
    flex-basis: 25%;
  }
}
.revista__header--info--title {
  position: relative;
  font-size: 15rem;
  font-weight: bold;
  line-height: 14rem;
  letter-spacing: -0.7rem;
  margin-bottom: 7rem;
  margin-left: 7rem;
}
@media (max-width: 520px) {
  .revista__header--info--title {
    font-size: 12rem;
    line-height: 11rem;
  }
}
@media (max-width: 430px) {
  .revista__header--info--title {
    font-size: 8rem;
    line-height: 1rem;
    margin-left: 4rem;
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 350px) {
  .revista__header--info--title {
    font-size: 7rem;
    margin-left: 3.7rem;
  }
}
.revista__header--info--title span {
  position: absolute;
  bottom: 1.75rem;
  right: 18rem;
}
@media (max-width: 430px) {
  .revista__header--info--title span {
    bottom: 0.9rem;
    right: 9rem;
  }
}
@media (max-width: 350px) {
  .revista__header--info--title span {
    right: 8rem;
  }
}
.revista__header--info--date {
  font-family: "TradeGothic LT Std";
  font-size: 5.7rem;
  position: absolute;
  text-transform: lowercase;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 520px) {
  .revista__header--info--date {
    font-size: 4.5rem;
  }
}
@media (max-width: 430px) {
  .revista__header--info--date {
    font-size: 2.5rem;
  }
}
@media (max-width: 350px) {
  .revista__header--info--date {
    font-size: 2.3rem;
  }
}
.revista__loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0rem;
  padding: 2.5rem 0rem;
  border: none;
}
.revista__main {
  padding-top: 7rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .revista__main {
    padding-top: 3rem;
  }
}
@media (max-width: 470px) {
  .revista__main {
    padding-top: 0rem;
  }
}
.revista__main--destaque {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 3rem;
  width: 100%;
}
.revista__main--destaque:empty {
  display: none !important;
}
@media (max-width: 720px) {
  .revista__main--destaque {
    flex-wrap: wrap;
    justify-content: unset;
    gap: 3.2rem;
    order: 1;
  }
}
@media (max-width: 600px) {
  .revista__main--destaque {
    justify-content: space-between;
    gap: unset;
    row-gap: 2rem;
  }
}
@media (max-width: 470px) {
  .revista__main--destaque {
    row-gap: 3rem;
    border-bottom: unset;
    padding-bottom: unset;
  }
}
@media (max-width: 720px) {
  .revista__main--destaque .divisor {
    display: none;
  }
}
.revista__main--destaque .divisor:last-child {
  display: none;
}
.revista__main--destaque--title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  font-family: "TradeGothic LT CondEighteen";
  transition: 0.3s;
  text-transform: uppercase;
}
.revista__main--destaque--card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-basis: 30%;
}
@media (max-width: 620px) {
  .revista__main--destaque--card {
    flex-basis: 48%;
  }
}
@media (max-width: 470px) {
  .revista__main--destaque--card {
    flex-basis: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.revista__main--destaque--card:hover .revista__main--destaque--card--img {
  filter: brightness(70%);
  transition: 0.3s;
}
.revista__main--destaque--card--img {
  height: 20.4rem;
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}
@media (max-width: 470px) {
  .revista__main--destaque--card--img {
    height: 30rem;
  }
}
@media (max-width: 400px) {
  .revista__main--destaque--card--img {
    height: 25rem;
  }
}
.revista__main--destaque--card--title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  font-family: "TradeGothic LT CondEighteen";
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .revista__main--destaque--card--title {
    font-size: 3.7rem;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    gap: 2rem;
  }
}
.revista__main--listagem {
  flex-basis: 67.5%;
  border-right: 0.18rem solid #d8d8d8;
  margin-top: 3rem;
  padding-right: 2.6rem;
}
@media (max-width: 720px) {
  .revista__main--listagem {
    flex-basis: 100%;
    padding-right: unset;
    border-right: unset;
    margin-top: unset;
    order: 2;
  }
}
.revista__main--listagem--destaques {
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .revista__main--listagem--destaques {
    display: none;
    border-bottom: unset;
    padding-bottom: unset;
  }
}
.revista__main--listagem--destaques .divisor:last-child {
  display: none;
}
.revista__main--listagem--destaques--card {
  flex-basis: 46%;
}
@media (max-width: 720px) {
  .revista__main--listagem--destaques--card {
    flex-basis: 30%;
  }
}
@media (max-width: 620px) {
  .revista__main--listagem--destaques--card {
    flex-basis: 48%;
  }
}
@media (max-width: 470px) {
  .revista__main--listagem--destaques--card {
    flex-basis: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.revista__main--listagem--ultimas {
  display: flex;
  flex-direction: column;
}
@media (max-width: 720px) {
  .revista__main--listagem--ultimas {
    margin-top: -3rem;
  }
}
.revista__main--listagem--ultimas--card {
  display: flex;
  padding: 3rem 0rem;
  border-bottom: 0.18rem solid #d8d8d8;
}
@media (max-width: 720px) {
  .revista__main--listagem--ultimas--card:last-of-type {
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.revista__main--listagem--ultimas--card--img {
  width: 100%;
  max-width: 27rem;
  min-width: 27rem;
  height: 18rem;
  background-size: cover;
  background-color: black;
}
@media (max-width: 530px) {
  .revista__main--listagem--ultimas--card--img {
    max-width: 15rem;
    min-width: 15rem;
    height: 12rem;
  }
}
.revista__main--listagem--ultimas--card--img--hover {
  transition: 0.2s;
}
.revista__main--listagem--ultimas--card--info {
  padding-left: 3rem;
  margin-top: -0.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 620px) {
  .revista__main--listagem--ultimas--card--info {
    gap: 0.7rem;
    padding-left: 2rem;
  }
}
.revista__main--listagem--ultimas--card--title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  font-family: "TradeGothic LT CondEighteen";
  transition: 0.3s;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .revista__main--listagem--ultimas--card--title {
    font-size: 3rem;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
  }
}
@media (max-width: 530px) {
  .revista__main--listagem--ultimas--card--title {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 720px) {
  .revista__main--listagem--cartuns {
    padding-bottom: 3rem;
  }
}
.revista__main--listagem--cartuns--title {
  font-size: 4rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 720px) {
  .revista__main--listagem--cartuns--title {
    font-size: 3rem;
  }
}
.revista__main--aside {
  flex-basis: 32%;
  padding-left: 2.6rem;
}
.revista__main--aside--title {
  font-size: 4rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  padding: 1.5rem 0rem;
  display: flex;
}
@media (max-width: 720px) {
  .revista__main--aside--title {
    font-size: 3.7rem;
    line-height: 4rem;
    letter-spacing: -0.05rem;
  }
}
.revista__main--aside--title--container {
  border-bottom: 0.18rem solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  .revista__main--aside--title--container {
    justify-content: center;
    gap: 1rem;
  }
}
.revista__main--aside--card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.revista__main--aside--card img {
  display: none;
}
.revista__main--aside--card--container {
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 2.4rem 0rem;
}
.revista__main--aside--card--container:nth-of-type(3n + 1) a img {
  display: block;
}
.revista__main--aside--card--title {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-family: "TradeGothic LT CondEighteen";
  transition: 0.3s;
}
.revista__main--aside--card--autor {
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revista__main--aside--card--lock {
  height: 2rem;
  width: 2rem;
}
.revista__main--aside--card--lock svg {
  color: black;
  height: 2rem;
  width: 2rem;
}
.revista__main--aside--advert {
  padding: 2.4rem 0rem;
}
@media (max-width: 720px) {
  .revista__main--aside--advert {
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
@media (max-width: 720px) {
  .revista__main--advert {
    order: 5;
    flex-basis: 100%;
    padding-top: 3rem;
  }
}
.revista__main--advert--content {
  width: 73%;
  margin: auto;
}
@media (max-width: 720px) {
  .revista__main--advert--content {
    width: 100%;
  }
}
.revista__main--colaboradores {
  flex-basis: 100%;
  margin: 5rem 0rem;
}
@media (max-width: 720px) {
  .revista__main--colaboradores {
    order: 4;
  }
}
.revista__main--colaboradores--title {
  font-size: 8rem;
}
@media (max-width: 720px) {
  .revista__main--colaboradores--title {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
.revista__main--colaboradores--content {
  display: flex;
}
@media (max-width: 720px) {
  .revista__main--colaboradores--content {
    flex-direction: column;
  }
}
.revista__main--colaboradores--content--left {
  flex-basis: 50%;
  padding-right: 2.6rem;
  border-right: 0.18rem solid #d8d8d8;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 720px) {
  .revista__main--colaboradores--content--left {
    flex-basis: 100%;
    padding-right: unset;
    padding-bottom: 2rem;
    text-align: left;
    border: unset;
  }
}
.revista__main--colaboradores--content--right {
  flex-basis: 50%;
  padding-left: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 720px) {
  .revista__main--colaboradores--content--right {
    flex-basis: 100%;
    padding-left: unset;
    border: unset;
  }
}
.revista__main--colaboradores--card {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-family: "TradeGothic LT Std";
  font-weight: 100;
  transition: 0.3s;
}
.revista__main--colaboradores--card--nome {
  font-weight: 800;
}
.revista__main--colaboradores--card--desc.orange {
  color: #f15b40;
}
@media (max-width: 620px) {
  .revista--interna__header {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
  }
}
.revista--interna__header--img {
  height: 90rem;
  max-height: 90rem;
  min-height: 50rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 620px) {
  .revista--interna__header--img {
    min-height: 50rem;
    height: 50rem;
  }
}
@media (max-width: 620px) {
  .revista--interna__header--content {
    background-color: #2b2b2b;
  }
}
@media (max-width: 720px) {
  .revista--interna__header--content {
    padding-bottom: 2rem;
  }
}
@media (max-width: 620px) {
  .revista--interna__header--title {
    color: white;
  }
}
@media (max-width: 620px) {
  .revista--interna__header--info {
    color: white;
  }
}
@media (max-width: 620px) {
  .revista--interna__header--autor {
    color: white;
  }
}
@media (max-width: 620px) {
  .revista--interna--dark__header {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
  }
}
.revista--interna--dark__header--img {
  height: 90rem;
  max-height: 90rem;
  min-height: 50rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.revista--interna--dark__header--img--content {
  position: relative;
  height: 100%;
}
@media (max-width: 720px) {
  .revista--interna--dark__header--img {
    min-height: 40rem;
    height: 40rem;
  }
}
.revista--interna--dark__header--content {
  background-color: #2b2b2b;
}
.revista--interna--dark__header--content--content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: white;
  padding-bottom: 4rem;
}
@media (max-width: 620px) {
  .revista--interna--dark__header--content {
    background-color: #2b2b2b;
  }
}
@media (max-width: 720px) {
  .revista--interna--dark__header--content {
    padding-bottom: 2rem;
  }
}
@media (max-width: 620px) {
  .revista--interna--dark__header--title {
    color: white;
  }
}
.revista--interna--dark__header--info {
  color: white;
}
@media (max-width: 620px) {
  .revista--interna--dark__header--info {
    color: white;
  }
}
@media (max-width: 620px) {
  .revista--interna--dark__header--autor {
    color: white;
  }
}
.revista--interna--logado__header {
  background-color: #2b2b2b;
}
.revista--interna--logado__header--content {
  color: white;
}
@media (max-width: 720px) {
  .revista--interna--logado__header--content {
    padding-bottom: 2rem;
  }
}
.revista--interna--logado__header--wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 720px) {
  .revista--interna--logado__header--wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.revista--interna--logado__header--img {
  position: relative;
  height: 60rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 720px) {
  .revista--interna--logado__header--img {
    margin: -25px;
    margin-bottom: 0rem;
  }
}
@media (max-width: 620px) {
  .revista--interna--logado__header--img {
    margin: -15px;
    min-height: 50rem;
    height: 50rem;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.revista--interna__readmore--title {
  font-size: 8rem;
}
@media (max-width: 550px) {
  .revista--interna__readmore--title {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .revista--interna__readmore--title {
    font-size: 3rem;
  }
}
.revista--interna__readmore--card--container {
  flex-basis: 30%;
}
@media (max-width: 650px) {
  .revista--interna__readmore--card--container {
    flex-basis: 47%;
    padding: 2rem 0rem;
  }
}
@media (max-width: 510px) {
  .revista--interna__readmore--card--container {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.revista--interna__readmore--card--info > h3 {
  font-size: 3.5rem;
  line-height: 3.7rem;
  font-family: "TradeGothic LT CondEighteen" !important;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.revista--interna__readmore--card--img {
  height: 20.4rem;
}
@media (max-width: 510px) {
  .revista--interna__readmore--card--img {
    height: 30rem;
  }
}
.revista--interna__assineonly {
  display: flex;
  margin-top: 3rem;
}
.revista--interna__assineonly--icon {
  background-color: black;
  padding: 1.7rem;
  width: fit-content;
}
.revista--interna__assineonly--icon svg {
  height: 6rem;
  width: 6rem;
}
@media (max-width: 485px) {
  .revista--interna__assineonly--icon svg {
    height: 5rem;
    width: 5rem;
  }
}
.revista--interna__assineonly--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  background-color: #676767;
  padding: 1.7rem;
  width: 100%;
  font-family: "TradeGothic LT CondEighteen";
}
.revista--interna__assineonly--title {
  font-size: 3.5rem;
  font-weight: 800;
}
@media (max-width: 485px) {
  .revista--interna__assineonly--title {
    font-size: 2.5rem;
  }
}
@media (max-width: 405px) {
  .revista--interna__assineonly--title {
    font-size: 2rem;
  }
}
.revista--interna__assineonly--desc {
  font-size: 2.5rem;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 485px) {
  .revista--interna__assineonly--desc {
    font-size: 2rem;
  }
}
@media (max-width: 405px) {
  .revista--interna__assineonly--desc {
    font-size: 1.7rem;
  }
}
.revista--interna__assineonly--desc a {
  color: #f15b40;
  text-decoration: underline;
}
.revista--interna__assineonly--desc a:hover {
  filter: brightness(80%);
}
.revista--interna__loadmore {
  flex-basis: 100%;
  border: unset;
}
.revista--interna__loadmore--btn {
  background-color: unset;
  padding: unset;
}
.revista--interna__loadmore--btn svg {
  height: 3rem;
  width: 3rem;
}
.ri-header {
  background-color: #2b2b2b;
}
.ri-header__container--vertical {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
@media (max-width: 740px) {
  .ri-header__container--vertical {
    flex-direction: column;
    padding: unset;
  }
}
.ri-header__container--vertical > .ri-header__img {
  position: relative;
  width: 50%;
  height: unset;
  max-height: unset;
  min-height: unset;
}
@media (max-width: 740px) {
  .ri-header__container--vertical > .ri-header__img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ri-header__container--vertical > .ri-header__img {
    height: unset;
    min-height: unset;
    max-height: unset;
  }
}
.ri-header__container--vertical > .ri-header__text {
  width: 50%;
  text-align: right;
  padding-right: 7.3rem;
  padding-top: 25px;
}
@media (max-width: 740px) {
  .ri-header__container--vertical > .ri-header__text {
    width: 100%;
    text-align: left;
    padding-right: 15px;
  }
}
.ri-header__container--vertical > .ri-header__text > .desc {
  width: 80%;
  margin-left: auto;
  margin-bottom: 3rem;
}
@media (max-width: 740px) {
  .ri-header__container--vertical > .ri-header__text > .desc {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ri-header__container--vertical > .ri-header__text > .desc {
    margin-bottom: 1.5rem;
  }
}
.ri-header__img {
  height: 80rem;
  max-height: 80rem;
  min-height: 80rem;
  background-size: cover;
  transition: ease 0.3s;
}
@media (min-width: 1980px) {
  .ri-header__img {
    height: 90rem;
    max-height: 90rem;
    min-height: 90rem;
    background-position: center;
    background-position-y: top;
    background-size: 1200px;
    background-repeat: no-repeat;
    background-color: black;
  }
}
@media (max-width: 1100px) {
  .ri-header__img {
    height: 70rem;
    max-height: 70rem;
    min-height: 70rem;
  }
}
@media (max-width: 800px) {
  .ri-header__img {
    height: 50rem;
    max-height: 50rem;
    min-height: 50rem;
  }
}
@media (max-width: 740px) {
  .ri-header__img {
    height: 40rem;
    max-height: 40rem;
    min-height: 40rem;
  }
}
@media (max-width: 480px) {
  .ri-header__img {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
}
.ri-header__img > .content {
  position: relative;
  height: 100%;
}
@media (max-width: 480px) {
  .ri-header__img
    > .content
    > .noticia__header--seemore
    > .noticia__header--seemore--content {
    width: 20rem;
  }
}
.ri-header__text {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  color: white;
}
@media (max-width: 480px) {
  .ri-header__text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ri-header__text > .tag {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 2.2rem;
  font-weight: 600;
  color: #f15b40;
}
.ri-header__text > .title {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 6.2rem;
  margin: 2rem 0;
}
@media (max-width: 480px) {
  .ri-header__text > .title {
    margin: 1rem 0;
    font-size: 3.7rem;
    line-height: 3.9rem;
  }
}
.ri-header__text > .desc {
  font-family: "TradeGothic";
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 4rem;
}
@media (max-width: 480px) {
  .ri-header__text > .desc {
    margin-bottom: 1.5rem;
  }
}
.ri-header__text > .data-autor {
  font-family: "TradeGothic LT Std";
  font-size: 1.9rem;
}
.ri-header__text > .data-autor > .autor {
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 700;
}
.ri-header__text > .data-autor > .separador {
  margin: 0 1rem;
}
.revistaedicao__header--more--btn {
  position: relative;
  cursor: pointer;
}
.revistaedicao__header--more--btn svg {
  transform: rotate(90deg);
  transition: 0.3s;
}
.revistaedicao__header--more--btn svg.rotate {
  transform: rotate(270deg);
  transition: 0.2s;
}
.revistaedicao__header--more--btn--title {
  align-self: flex-start;
  font-size: 1.3rem;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .revistaedicao__header--more--btn--title {
    display: none;
  }
}
.revistaedicao__header--more--toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
@media (max-width: 720px) {
  .revistaedicao__header--more--toggle--title--desk {
    display: none;
  }
}
.revistaedicao__header--more--toggle--title--mobile {
  display: none;
}
@media (max-width: 720px) {
  .revistaedicao__header--more--toggle--title--mobile {
    display: block;
  }
}
.revistaedicao__header--more--list {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: white;
  list-style: none;
  display: none;
  transition: 0.3s;
  height: 16rem;
  overflow-y: scroll;
  width: 100%;
  top: 100%;
  z-index: 9999;
  padding: 0rem 1rem;
  padding-right: 2rem;
}
.revistaedicao__header--more--list li {
  padding: 0.8rem 0rem;
  border-bottom: 0.18rem solid #d8d8d8;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
  font-size: 1.65rem;
}
.revistaedicao__header--more--list::-webkit-scrollbar {
  width: 8px;
}
.revistaedicao__header--more--list::-webkit-scrollbar-track {
  background: #c5c5c5;
  border-radius: 0.5rem;
  padding: 0.05rem;
}
.revistaedicao__header--more--list::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 0.5rem;
  border: 0.18rem solid #c5c5c5;
}
.revistaedicao__header--more--list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.revistaedicao__header--more--list.open {
  display: block;
}
.revistaedicao__content {
  margin: 8rem auto;
}
@media (max-width: 720px) {
  .revistaedicao__content {
    margin-top: 0rem;
  }
}
.revistaedicao__listagem {
  margin-bottom: 8rem;
}
@media (max-width: 510px) {
  .revistaedicao__listagem {
    margin-bottom: 2rem;
  }
}
.revistaedicao__listagem--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
}
.revistaedicao__listagem--edicao {
  flex-basis: 22.5%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: 0.3s;
}
.revistaedicao__listagem--edicao:hover {
  filter: brightness(70%);
  transition: 0.2s;
}
@media (max-width: 720px) {
  .revistaedicao__listagem--edicao {
    flex-basis: 32.5%;
  }
}
@media (max-width: 620px) {
  .revistaedicao__listagem--edicao {
    flex-basis: 48.5%;
  }
}
.revistaedicao__listagem--edicao--desc {
  font-size: 2.1rem;
  font-family: "TradeGothic LT Std";
  text-align: right;
  text-transform: lowercase;
  display: flex;
  justify-content: end;
}
@media (max-width: 720px) {
  .revistaedicao__listagem--edicao--desc {
    font-size: 2rem;
  }
}
@media (max-width: 620px) {
  .revistaedicao__listagem--edicao--desc {
    font-size: 1.8rem;
  }
}
.revistaedicao__listagem--edicao--desc span {
  font-weight: 800;
  display: flex;
  gap: 0.2rem;
}
.revistaedicao__listagem--edicao--desc span .underline {
  margin-top: -0.3rem;
}
.revistaedicao__makers {
  padding: 5rem 0rem;
}
@media (max-width: 620px) {
  .revistaedicao__makers {
    padding: 0rem 0rem;
  }
}
.revistaedicao__makers--content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 620px) {
  .revistaedicao__makers--content > :not(:nth-last-child(-n + 18)) {
    display: flex;
  }
}
.revistaedicao__makers--card {
  border-right: 0.18rem solid #d8d8d8;
  border-bottom: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
  gap: 2rem;
  flex-basis: 50%;
  padding: 2rem;
}
@media (max-width: 620px) {
  .revistaedicao__makers--card {
    padding: 2rem 0rem;
    display: none;
    flex-basis: 100%;
    border-right: unset;
    justify-content: start;
    flex-direction: row-reverse;
    text-align: left;
  }
}
.revistaedicao__makers--card img {
  width: 12rem;
  min-width: 12rem;
  max-height: 13rem;
  object-fit: contain;
}
.revistaedicao__makers--card:nth-child(2n) {
  border-right: unset;
  flex-direction: row-reverse;
  text-align: left;
  justify-content: start;
}
@media (max-width: 620px) {
  .revistaedicao__makers--card:nth-child(2n) {
    justify-self: start;
  }
}
.revistaedicao__makers--card:not(:nth-last-child(-n + 2)) {
  border-bottom: 0.18rem solid #d8d8d8;
}
@media (max-width: 620px) {
  .revistaedicao__makers--card:not(:nth-last-child(-n + 2)) {
    border: unset;
  }
}
@media (max-width: 620px) {
  .revistaedicao__makers--card:not(:nth-last-child(-n + 1)) {
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.revistaedicao__makers--card--info span {
  font-family: "TradeGothic LT Std";
  font-weight: bold;
  font-size: 2.5rem;
}
.revistaedicao__makers--card--info p {
  font-family: "TradeGothic";
  font-size: 1.4rem;
  margin-right: 0rem;
}
.revistaedicao__makers--card--info p .bold {
  font-weight: 700;
  font-size: 1.4rem;
}
.revistaedicao__makers--card--info p .italic {
  font-style: italic;
  font-weight: 100;
  font-size: 1.4rem;
}
.revistaedicao__makers--loadmore {
  display: none;
  width: 100%;
  margin: auto;
}
@media (max-width: 620px) {
  .revistaedicao__makers--loadmore {
    display: flex;
  }
}
.revistaedicao__collab--header {
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
}
@media (max-width: 620px) {
  .revistaedicao__collab--header {
    border-bottom: unset;
  }
}
.revistaedicao__collab--header--title {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  padding-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 620px) {
  .revistaedicao__collab--header--title {
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 550px) {
  .revistaedicao__collab--header--title {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .revistaedicao__collab--header--title {
    font-size: 3rem;
  }
}
.revistaedicao__collab--names {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.revistaedicao__collab--names.show {
  display: flex;
}
.revistaedicao__collab--letters {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.revistaedicao__collab--letters::-webkit-scrollbar {
  width: 8px;
}
.revistaedicao__collab--letters::-webkit-scrollbar-track {
  background: #c5c5c5;
  border-radius: 0.5rem;
  padding: 0.05rem;
}
.revistaedicao__collab--letters::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 0.5rem;
  border: 0.18rem solid #c5c5c5;
}
.revistaedicao__collab--letters::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.revistaedicao__collab--letters.show {
  display: block;
}
@media (max-width: 620px) {
  .revistaedicao__collab--letters {
    display: none;
    flex-direction: column;
    transition: 0.3s;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 0rem 2rem;
    height: 20rem;
    overflow-y: scroll;
    box-shadow: inset 0 -10px 10px -10px rgba(167, 61, 61, 0.08);
    border: 0.18rem solid #d8d8d8;
    border-top: unset;
  }
}
.revistaedicao__collab--letters--selector {
  font-family: "TradeGothic LT Std";
  font-size: 3rem;
  font-weight: 800;
  color: #676767;
  cursor: pointer;
}
.revistaedicao__collab--letters--selector.selected {
  color: #f15b40;
}
@media (max-width: 620px) {
  .revistaedicao__collab--letters--selector {
    font-size: 1.8rem;
    padding: 1rem 0rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.revistaedicao__collab--letters--btn {
  position: relative;
}
.revistaedicao__collab--letters--title {
  font-size: 1.8rem;
  font-family: "TradeGothic LT Std";
  display: none;
  padding-bottom: 0.7rem;
}
@media (max-width: 620px) {
  .revistaedicao__collab--letters--title {
    display: flex;
  }
}
.revistaedicao__collab--letters--toggle {
  display: flex;
  align-items: center;
  border: 0.18rem solid #d8d8d8;
  display: none;
}
@media (max-width: 620px) {
  .revistaedicao__collab--letters--toggle {
    display: flex;
  }
}
.revistaedicao__collab--letters--toggle--title {
  color: #676767;
  font-size: 1.8rem;
  font-family: "TradeGothic LT Std";
  font-weight: bold;
  padding: 0.7rem 1rem;
  white-space: nowrap;
  width: 100%;
  border-right: 0.18rem solid #d8d8d8;
}
.revistaedicao__collab--letters--toggle .icon {
  height: 1.7rem;
  width: 1.7rem;
  margin: 1rem;
  color: black;
  transform: rotate(90deg);
}
@media (max-width: 720px) {
  .revistaedicao__collab--letters--toggle .icon {
    height: 1.7rem;
    width: 1.7rem;
    margin: 1rem;
  }
}
.revistaedicao__collab--content {
  padding: 5rem 0rem;
}
@media (max-width: 620px) {
  .revistaedicao__collab--content {
    padding-top: 1rem;
  }
}
.revistaedicao__collab--name {
  font-size: 2rem;
  font-family: "TradeGothic LT Std";
}
.revistaedicao__collab--name--letter {
  color: #f15b40;
  font-size: 6rem;
  line-height: 5rem;
  padding-bottom: 4.6rem;
  font-weight: bold;
}
@media (max-width: 620px) {
  .revistaedicao__collab--name--letter {
    padding-bottom: 2rem;
  }
}
.revistaedicao__collab--name--list {
  display: flex;
  flex-direction: column;
  flex-basis: 16%;
  list-style: none;
}
.revistaedicao__collab--name--list:empty {
  display: none;
}
@media (max-width: 620px) {
  .revistaedicao__collab--name--list {
    flex-basis: 30%;
  }
}
@media (max-width: 460px) {
  .revistaedicao__collab--name--list {
    flex-basis: 100%;
    text-align: center;
  }
}
.show__card {
  display: flex;
}
.ultimasNoticias__title {
  padding-bottom: 1rem;
}
.podcast__header {
  background: #fff;
  background: linear-gradient(180deg, #fff 35%, #2b2b2b 35%);
  padding: 5rem 0rem 2rem;
}
@media (max-width: 770px) {
  .podcast__header {
    background: linear-gradient(180deg, #fff 40%, #2b2b2b 40%);
  }
}
@media (max-width: 720px) {
  .podcast__header {
    background: linear-gradient(
      180deg,
      #fff 30%,
      #2b2b2b 30%,
      #2b2b2b 78%,
      #fff 78%
    );
  }
}
@media (max-width: 620px) {
  .podcast__header {
    background: linear-gradient(
      180deg,
      #fff 30%,
      #2b2b2b 30%,
      #2b2b2b 77%,
      #fff 77%
    );
  }
}
@media (max-width: 430px) {
  .podcast__header {
    background: linear-gradient(
      180deg,
      #fff 25%,
      #2b2b2b 25%,
      #2b2b2b 76%,
      #fff 76%
    );
  }
}
.podcast__header--content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 auto;
  margin-bottom: 1rem;
  gap: 5rem;
  position: relative;
}
@media (max-width: 720px) {
  .podcast__header--content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}
@media (max-width: 620px) {
  .podcast__header--content {
    gap: 2rem;
    align-items: flex-start;
  }
}
.podcast__header--thumb {
  flex-basis: 65%;
}
@media (max-width: 720px) {
  .podcast__header--thumb {
    flex-basis: 60%;
  }
}
@media (max-width: 620px) {
  .podcast__header--thumb {
    flex-basis: 100%;
  }
}
.podcast__header--info {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: white;
  flex-basis: 30%;
  position: relative;
}
@media (max-width: 720px) {
  .podcast__header--info {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .podcast__header--info {
    flex-basis: 100%;
  }
}
.podcast__header--info--tipo {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  z-index: 2;
}
.podcast__header--info--title {
  font-size: 3.5rem;
  font-family: "TradeGothic LT CondEighteen";
  text-transform: uppercase;
}
.podcast__header--info--desc {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-top: 1rem;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 100;
}
.podcast__header--more {
  position: absolute;
  right: 10px;
  top: 7rem;
  width: 100%;
  max-width: 25%;
}
@media (max-width: 720px) {
  .podcast__header--more {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    border-top: 0.18rem solid #d8d8d8;
    padding-top: 3rem;
    margin-top: 2rem;
  }
}
@media (max-width: 430px) {
  .podcast__header--more {
    padding-top: 3rem;
  }
}
.podcast__header--more--btn {
  height: fit-content;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #2b2b2b;
}
@media (max-width: 720px) {
  .podcast__header--more--btn {
    width: 100%;
    justify-content: space-between;
    border: 0.18rem solid #d8d8d8;
    background-color: white;
  }
}
.podcast__header--more--btn--title {
  font-family: "TradeGothic LT Std";
  font-size: 2rem;
  display: none;
  padding-bottom: 0.5rem;
}
@media (max-width: 720px) {
  .podcast__header--more--btn--title {
    display: block;
  }
}
.podcast__header--more--btn span {
  color: white;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "TradeGothic LT Std";
  font-weight: 500;
  background-color: #2b2b2b;
  padding: 0.9rem 1.2rem;
  padding-top: 0.95rem;
  white-space: nowrap;
  width: 100%;
  border-right: 0.1rem solid white;
}
@media (max-width: 720px) {
  .podcast__header--more--btn span {
    width: 100%;
    justify-content: space-between;
    background-color: white;
    border-right: 0.18rem solid #d8d8d8;
    color: black;
    font-family: "TradeGothic LT CondEighteen";
    text-transform: uppercase;
    font-weight: 800;
    padding: 1rem;
    padding-left: 1.5rem;
    font-size: 2rem;
  }
}
.podcast__header--more--btn svg {
  height: 1.7rem;
  width: 1.7rem;
  margin: 0rem 1rem;
  color: white;
  transform: rotate(90deg);
}
@media (max-width: 720px) {
  .podcast__header--more--btn svg {
    height: 1.9rem;
    width: 1.9rem;
    margin: 0rem 2rem;
    color: black;
  }
}
.podcast__header--more--toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
@media (max-width: 720px) {
  .podcast__header--more--toggle--title--desk {
    display: none;
  }
}
.podcast__header--more--toggle--title--mobile {
  display: none;
}
@media (max-width: 720px) {
  .podcast__header--more--toggle--title--mobile {
    display: block;
  }
}
.podcast__header--more--list {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: white;
  list-style: none;
  display: none;
  transform-origin: top;
  transition: 0.3s;
  height: 16rem;
  overflow-y: scroll;
  width: 100%;
  top: 100%;
  z-index: 9999;
  padding: 0rem 1rem;
  padding-right: 2rem;
}
.podcast__header--more--list li {
  padding: 0.8rem 0rem;
  border-bottom: 0.18rem solid #d8d8d8;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
  font-size: 1.65rem;
}
.podcast__header--more--list::-webkit-scrollbar {
  width: 8px;
}
.podcast__header--more--list::-webkit-scrollbar-track {
  background: #c5c5c5;
  border-radius: 0.5rem;
  padding: 0.05rem;
}
.podcast__header--more--list::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 0.5rem;
  border: 0.18rem solid #c5c5c5;
}
.podcast__header--more--list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.podcast__header--more--list.open {
  display: block;
}
.podcast__header--more--title--mobile {
  display: none;
}
.podcast__main {
  margin: 8rem auto;
}
@media (max-width: 720px) {
  .podcast__main {
    margin: 1rem auto;
  }
}
.podcast__main--content {
  display: flex;
  flex-direction: column;
}
.podcast__ultimas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 4rem;
}
@media (max-width: 720px) {
  .podcast__ultimas {
    border-top: 0.18rem solid #d8d8d8;
    padding-top: 3rem;
  }
}
@media (max-width: 650px) {
  .podcast__ultimas {
    gap: 0rem;
    border-bottom: none;
    padding-bottom: unset;
  }
}
@media (max-width: 510px) {
  .podcast__ultimas {
    padding-top: unset;
  }
}
@media (max-width: 650px) {
  .podcast__ultimas .divisor {
    display: none;
  }
}
.podcast__ultimas .divisor:last-child {
  display: none;
}
@media (max-width: 510px) {
  .podcast__ultimas .divisor--horizontal {
    display: none;
  }
}
.podcast__ultimas--primary {
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 4rem;
}
.podcast__card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.podcast__card--container {
  flex-basis: 30%;
}
@media (max-width: 650px) {
  .podcast__card--container {
    flex-basis: 47%;
    padding: 2rem 0rem;
  }
}
@media (max-width: 510px) {
  .podcast__card--container {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
    padding: 3rem 0rem;
  }
}
@media (max-width: 510px) {
  .podcast__card--secondary {
    flex-direction: row;
  }
}
.podcast__card--secondary--img {
  width: 100%;
  height: 22rem;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
@media (max-width: 640px) {
  .podcast__card--secondary--img {
    height: 20rem;
  }
}
@media (max-width: 510px) {
  .podcast__card--secondary--img {
    height: 12rem;
  }
}
.podcast__card--secondary--title {
  font-size: 3.5rem;
  line-height: 3.4rem;
  font-family: "TradeGothic LT CondEighteen";
}
@media (max-width: 510px) {
  .podcast__card--secondary--title {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }
}
.podcast__card--img {
  width: 100%;
  height: 22rem;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
@media (max-width: 640px) {
  .podcast__card--img {
    height: 20rem;
  }
}
@media (max-width: 510px) {
  .podcast__card--img {
    height: 26rem;
  }
}
.podcast__card--info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.podcast__card--tipo {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.podcast__card--title {
  font-size: 3.5rem;
  line-height: 3.4rem;
  font-family: "TradeGothic LT CondEighteen";
}
.podcast__card--desc {
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-family: "TradeGothic";
  font-weight: 100;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .podcast__card--desc {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.podcast__destaque {
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 4rem 0rem;
}
@media (max-width: 510px) {
  .podcast__destaque {
    padding: 3rem 0rem;
  }
}
.podcast__destaque--container {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}
@media (max-width: 510px) {
  .podcast__destaque--container {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.podcast__destaque--img {
  height: 47rem;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex-basis: 80%;
}
@media (max-width: 640px) {
  .podcast__destaque--img {
    height: 20rem;
  }
}
@media (max-width: 510px) {
  .podcast__destaque--img {
    height: 26rem;
    flex-basis: unset;
  }
}
.podcast__destaque--info {
  padding: 0rem;
}
.podcast__listagem {
  padding: 4rem 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 510px) {
  .podcast__listagem {
    padding: 3rem 0rem;
    padding-bottom: 0rem;
  }
}
.podcast__listagem--item {
  width: 85%;
}
@media (max-width: 720px) {
  .podcast__listagem--item {
    width: 100%;
    padding-bottom: 3rem;
  }
}
@media (max-width: 640px) {
  .podcast__listagem--item {
    border-bottom: 0.18rem solid #d8d8d8;
    padding: 3rem 0rem;
  }
}
.podcast__listagem--item--info {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.podcast__listagem--item--title {
  font-size: 3.5rem;
  line-height: 3.4rem;
  font-family: "TradeGothic LT CondEighteen";
}
@media (max-width: 510px) {
  .podcast__listagem--item--title {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }
}
.podcast__listagem--items {
  display: flex;
}
@media (max-width: 640px) {
  .podcast__listagem--items {
    flex-direction: column;
  }
}
.podcast__listagem--items--title {
  font-size: 4.2rem;
  font-family: "TradeGothic LT Std";
  height: 7.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .podcast__listagem--items--title {
    font-size: 3rem;
    font-weight: 100;
    height: auto;
  }
}
.podcast__listagem--items--title--left {
  background-color: black;
  justify-content: flex-end;
  text-align: right;
  color: white;
  padding: 1.3rem 4rem;
  flex-basis: 50%;
}
@media (max-width: 640px) {
  .podcast__listagem--items--title--left {
    justify-content: center;
  }
}
.podcast__listagem--items--title--right {
  text-align: left;
  padding: 1rem 2.5rem;
  border: 0.16rem solid black;
  flex-basis: 50%;
}
@media (max-width: 640px) {
  .podcast__listagem--items--title--right {
    justify-content: center;
  }
}
.podcast__listagem--items--list {
  margin: 4rem 0rem;
}
@media (max-width: 510px) {
  .podcast__listagem--items--list {
    margin: 3rem 0rem;
  }
}
.podcast__listagem--items--left {
  flex-basis: 50%;
}
.podcast__listagem--items--left--list {
  padding-right: 4rem;
  border-right: 0.18rem solid #d8d8d8;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 640px) {
  .podcast__listagem--items--left--list {
    border: unset;
    border-top: 0.18rem solid #d8d8d8;
    padding-right: unset;
    gap: 0rem;
  }
}
.podcast__listagem--items--left div {
  text-align: right;
}
@media (max-width: 640px) {
  .podcast__listagem--items--left div {
    text-align: left;
  }
}
.podcast__listagem--items--left a {
  margin-left: auto;
}
.podcast__listagem--items--right {
  flex-basis: 50%;
}
.podcast__listagem--items--right--list {
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 640px) {
  .podcast__listagem--items--right--list {
    border-top: 0.18rem solid #d8d8d8;
    padding-left: unset;
    gap: 0rem;
  }
}
.podcast__advert--content {
  padding: 1rem 0rem;
  display: flex;
  justify-content: center;
}
.podcast__advert--img {
  width: 100%;
}
@media (max-width: 510px) {
  .podcast__advert--img {
    display: none;
  }
}
.podcast__advert--img--mobile {
  display: none;
}
@media (max-width: 510px) {
  .podcast__advert--img--mobile {
    display: block;
  }
}
.p-header {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 720px) {
  .p-header {
    padding: 2rem 0;
    padding-bottom: unset;
  }
}
.p-header::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #2b2b2b;
}
@media (max-width: 720px) {
  .p-header::after {
    display: none;
  }
}
.p-header__container {
  display: flex;
  align-items: end;
}
@media (max-width: 720px) {
  .p-header__container {
    flex-direction: column;
    align-items: unset;
    padding: unset;
  }
}
.p-header__img {
  flex-basis: 65%;
}
@media (max-width: 720px) {
  .p-header__img {
    padding: 0 15px;
  }
}
.p-header__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 30%;
  position: relative;
}
@media (max-width: 720px) {
  .p-header__content {
    flex-direction: column-reverse;
  }
}
.p-header__content .dropdown {
  position: absolute;
  top: -170px;
  padding-left: 9rem;
}
@media (max-width: 780px) {
  .p-header__content .dropdown {
    top: -120px;
  }
}
@media (max-width: 720px) {
  .p-header__content .dropdown {
    position: relative;
    top: unset;
    padding-left: unset;
    margin: 3rem 15px;
    padding: 3rem 0;
    border: 0.18rem solid #d8d8d8;
    border-left: none;
    border-right: none;
  }
}
.p-header__content .dropdown > span {
  display: none;
  font-family: "TradeGothic LT Std";
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 720px) {
  .p-header__content .dropdown > span {
    display: block;
  }
}
.p-header__content .dropdown__content {
  position: relative;
}
.p-header__content .dropdown__toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #2b2b2b;
}
@media (max-width: 720px) {
  .p-header__content .dropdown__toggle {
    background-color: white;
    border: 0.18rem solid #d8d8d8;
  }
}
.p-header__content .dropdown__toggle > .title {
  color: white;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "TradeGothic LT Std";
  font-weight: 500;
  padding: 0.9rem 5rem 0.9rem 1.2rem;
  padding-top: 0.95rem;
  white-space: nowrap;
  width: 100%;
  border-right: 0.1rem solid white;
}
@media (max-width: 720px) {
  .p-header__content .dropdown__toggle > .title {
    color: black;
    font-weight: 800;
    font-size: 2rem;
    padding: 0.9rem 1.2rem;
    line-height: 2rem;
    border-right: 0.18rem solid #d8d8d8;
    font-family: "TradeGothic LT CondEighteen";
  }
}
.p-header__content .dropdown__toggle > .icon {
  height: 1.7rem;
  width: 1.7rem;
  margin: 0rem 1rem;
  color: white;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
@media (max-width: 720px) {
  .p-header__content .dropdown__toggle > .icon {
    color: black;
    height: 2rem;
    width: 2rem;
  }
}
.p-header__content .dropdown__toggle > .icon.rotate {
  transform: rotate(-90deg);
}
.p-header__content .dropdown__list {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: white;
  list-style: none;
  display: none;
  transition: 0.3s;
  height: 16rem;
  overflow-y: scroll;
  width: 100%;
  top: 100%;
  z-index: 9999;
  padding: 0rem 1rem;
  padding-right: 2rem;
}
@media (max-width: 720px) {
  .p-header__content .dropdown__list {
    border: 0.18rem solid #d8d8d8;
  }
}
.p-header__content .dropdown__list::-webkit-scrollbar {
  width: 8px;
}
.p-header__content .dropdown__list::-webkit-scrollbar-track {
  background: #c5c5c5;
  border-radius: 0.5rem;
  padding: 0.05rem;
}
.p-header__content .dropdown__list::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 0.5rem;
  border: 0.18rem solid #c5c5c5;
}
.p-header__content .dropdown__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.p-header__content .dropdown__list.show {
  display: block;
}
.p-header__content .dropdown__list > li {
  padding: 0.8rem 0rem;
  border-bottom: 0.18rem solid #d8d8d8;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
  font-size: 1.65rem;
}
@media (max-width: 720px) {
  .p-header__content .dropdown__list > li {
    font-size: 1.8rem;
  }
}
.p-header__content .dropdown__list > li a:hover {
  color: #676767;
}
.p-header__text {
  color: white;
  padding-left: 4.5rem;
}
@media (max-width: 720px) {
  .p-header__text {
    position: relative;
    padding-left: unset;
    width: 100%;
    padding: 2rem 15px;
  }
}
@media (max-width: 720px) {
  .p-header__text::after {
    content: "";
    position: absolute;
    height: 225%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #2b2b2b;
  }
}
@media (max-width: 480px) {
  .p-header__text::after {
    height: 170%;
  }
}
.p-header__text > .tag {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.8rem;
  font-weight: 600;
  color: #f15b40;
}
.p-header__text > .title {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 3.5rem;
  margin: 1rem 0;
}
@media (max-width: 480px) {
  .p-header__text > .title {
    margin: 1rem 0;
    font-size: 4rem;
    line-height: 4rem;
  }
}
.p-header__text > .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "TradeGothic";
  font-weight: 100;
}
@media (max-width: 520px) {
  .p-header__text > .desc {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
.p-main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 720px) {
  .p-main {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
.p-main .card {
  flex-basis: 30%;
}
.p-main .card:hover .card__img {
  filter: brightness(70%);
}
@media (max-width: 520px) {
  .p-main .card--small {
    display: flex;
  }
}
@media (max-width: 520px) {
  .p-main .card--small .card__img {
    height: 12rem;
    flex-basis: 36%;
    margin-bottom: unset;
  }
}
@media (max-width: 520px) {
  .p-main .card--small .card__text {
    padding-left: 2rem;
  }
}
@media (max-width: 520px) {
  .p-main .card--small .card__text > .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 520px) {
  .p-main .card--small .card__text > .tag {
    font-size: 1.9rem;
  }
}
@media (max-width: 520px) {
  .p-main .card--small .card__text > .desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.p-main .card--big {
  display: flex;
  align-items: flex-end;
  margin: 4rem 0rem;
  margin-bottom: unset;
  padding: 4rem 0rem;
  border: 0.18rem solid #d8d8d8;
  border-left: unset;
  border-right: unset;
}
@media (max-width: 780px) {
  .p-main .card--big {
    align-items: unset;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .p-main .card--big {
    padding-top: 3rem;
  }
}
.p-main .card--big > .card__img {
  height: 47rem;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: unset;
  flex-basis: 65%;
}
@media (max-width: 780px) {
  .p-main .card--big > .card__img {
    height: 50rem;
    margin-bottom: 1.5rem;
    flex-basis: unset;
  }
}
@media (max-width: 620px) {
  .p-main .card--big > .card__img {
    height: 46rem;
  }
}
@media (max-width: 520px) {
  .p-main .card--big > .card__img {
    height: 38rem;
    border: unset;
  }
}
@media (max-width: 440px) {
  .p-main .card--big > .card__img {
    height: 30rem;
    border: unset;
  }
}
.p-main .card--big > .card__text {
  padding-left: 4.5rem;
  flex-basis: 30%;
}
@media (max-width: 780px) {
  .p-main .card--big > .card__text {
    padding-left: unset;
    flex-basis: 100%;
  }
}
@media (max-width: 780px) {
  .p-main .card {
    flex-basis: 47%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .p-main .card {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: unset;
  }
}
@media (max-width: 520px) {
  .p-main .card:first-of-type {
    margin-top: unset !important;
  }
}
.p-main .card__img {
  height: 20.4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
  margin-bottom: 1.5rem;
}
.p-main .card__img.contain {
  background-size: contain;
}
.p-main .card__img--full {
  background-size: cover;
}
@media (max-width: 780px) {
  .p-main .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 685px) {
  .p-main .card__img {
    height: 24.4rem;
  }
}
@media (max-width: 580px) {
  .p-main .card__img {
    height: 20.4rem;
  }
}
@media (max-width: 520px) {
  .p-main .card__img {
    height: 38rem;
    border: unset;
  }
}
@media (max-width: 440px) {
  .p-main .card__img {
    height: 30rem;
    border: unset;
  }
}
.p-main .card__text > .tag {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  text-transform: lowercase;
}
@media (max-width: 520px) {
  .p-main .card__text > .tag {
    font-size: 2.5rem;
  }
}
.p-main .card__text > .title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  margin: 0.2rem 0;
  font-weight: 700;
  font-family: "TradeGothic LT CondEighteen";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-align: left;
}
@media (max-width: 520px) {
  .p-main .card__text > .title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.p-main .card__text > .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "TradeGothic";
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (max-width: 520px) {
  .p-main .card__text > .desc {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
.p-main .card__text > .desc:empty {
  display: none;
}
.p-main .card__text > .author {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.5rem;
  font-weight: 600;
  color: black;
}
.p-main > .cards {
  display: flex;
  flex-wrap: wrap;
}
.p-main > .cards > .divisor {
  margin: 0 2.4rem;
}
@media (max-width: 855px) {
  .p-main > .cards > .divisor {
    margin: 0 2rem;
  }
}
@media (max-width: 780px) {
  .p-main > .cards > .divisor {
    display: none;
  }
}
@media (max-width: 780px) {
  .p-main > .cards > .divisor--horizontal {
    display: none;
  }
}
.p-player {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 4rem auto;
}
.p-player__main {
  display: flex;
  background-color: #2b2b2b;
}
.p-player__main > .play {
  cursor: pointer;
  background-color: #808080;
  padding: 1rem;
  height: 13rem;
  width: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in;
  border: unset;
  outline-color: #f15b40;
}
@media (max-width: 550px) {
  .p-player__main > .play {
    height: 10rem;
    width: 10rem;
  }
}
.p-player__main > .play > .button {
  display: flex;
  justify-content: space-between;
  height: 5rem;
  width: 4.5rem;
  transition: 0.3s ease;
}
@media (max-width: 550px) {
  .p-player__main > .play > .button {
    height: 4rem;
    width: 4.2rem;
  }
}
.p-player__main > .play > .button.playable {
  transition: 0.5s ease;
}
.p-player__main > .play > .button.playable > .right {
  width: 100%;
  background-color: #808080;
  border-top: 25px solid #808080;
  border-left: 50px solid white;
  border-bottom: 25px solid #808080;
  transition: 0.3s ease;
}
@media (max-width: 550px) {
  .p-player__main > .play > .button.playable > .right {
    border-top: 16px solid #808080;
    border-left: 37px solid white;
    border-bottom: 22px solid #808080;
  }
}
.p-player__main > .play > .button.playable > .left {
  width: 0;
}
.p-player__main > .play > .button > .right,
.p-player__main > .play > .button .left {
  width: 1.7rem;
  height: 100%;
  border-color: #808080;
  background-color: white;
  transition: 0.3s ease;
}
.p-player__main > .play:hover svg {
  color: #f15a24;
}
.p-player__main > .play svg {
  height: 10rem;
  width: 10rem;
  color: white;
  transition: 0.3s ease-in;
}
@media (max-width: 550px) {
  .p-player__main > .play svg {
    height: 7rem;
    width: 7rem;
  }
}
.p-player__content {
  background-color: #2b2b2b;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-player__content > .info {
  display: flex;
  flex-direction: column;
}
.p-player__content > .info > .tag {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.p-player__content > .info > .title {
  color: white;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 600;
  font-size: 2.5rem;
}
@media (max-width: 550px) {
  .p-player__content > .info > .title {
    font-size: 2rem;
  }
}
.p-player__content > .progress {
  height: 2rem;
  width: 100%;
  background-color: #c5c5c5;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  overflow: hidden;
  outline-color: #f15b40;
}
.p-player__content > .progress::-webkit-slider-runnable-track {
  width: 100%;
  height: 2rem;
  cursor: pointer;
  background: #c5c5c5;
}
.p-player__content > .progress::-webkit-slider-thumb {
  height: 36px;
  width: 16px;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
  box-shadow: -50rem 0 0 50rem #f15a24;
}
.p-player__content > .progress::-webkit-slider-thumb::hover {
  filter: brightness(70%);
}
.p-player__content > .progress:focus::-webkit-slider-runnable-track {
  background: #c5c5c5;
}
.p-player__content > .progress::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #c5c5c5;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.p-player__content > .progress::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  background: #ffffff;
  cursor: pointer;
}
.p-player__content > .progress::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.p-player__content > .progress::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.p-player__content > .progress::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.p-player__content > .progress::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.p-player__content > .progress:focus::-ms-fill-lower {
  background: #3071a9;
}
.p-player__content > .progress:focus::-ms-fill-upper {
  background: #367ebd;
}
.p-player__content > .progress > .bar {
  height: 100%;
  width: 30%;
  background-color: #f15a24;
}
.p-player__under {
  display: flex;
  align-items: center;
  gap: 11rem;
  border: 0.16rem solid #2b2b2b;
  border-top: none;
  font-size: 2rem;
  font-family: "TradeGothic LT Std";
  padding: 1rem;
  padding-left: 12rem;
  margin-top: 2rem;
}
@media (max-width: 550px) {
  .p-player__under {
    padding: 1rem 3rem;
    justify-content: space-between;
  }
}
.p-player__under .time {
  user-select: none;
  cursor: default;
}
.p-player__under .back:hover svg {
  margin-right: 2.1rem;
}
.p-player__under .back > svg {
  transform: rotate(180deg);
  right: 0;
}
.p-player__under .skip:hover svg {
  margin-left: 2.1rem;
}
.p-player__under .skip,
.p-player__under .back {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  border: unset;
  font-size: 2rem;
  background: white;
  font-family: "TradeGothic LT Std";
  outline-color: #f15b40;
}
.p-player__under .skip:hover,
.p-player__under .back:hover {
  color: #f15b40;
}
@media (max-width: 550px) {
  .p-player__under .skip:hover,
  .p-player__under .back:hover {
    color: black;
  }
}
.p-player__under .skip > span,
.p-player__under .back > span {
  background-color: white;
  z-index: 2;
  padding: 0.3rem;
}
.p-player__under .skip > svg,
.p-player__under .back > svg {
  position: absolute;
  height: 1.7rem;
  width: 1.7rem;
  transition: 0.2s ease;
  overflow: hidden;
  visibility: hidden;
}
.podcastEpisodios__header {
  padding: 2rem 0rem;
  padding-bottom: 3rem;
  border-bottom: 0.18rem solid #d8d8d8;
}
.podcastEpisodios__header--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.podcastEpisodios__header--main {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.podcastEpisodios__header--thumb {
  flex-basis: 30%;
}
@media (max-width: 620px) {
  .podcastEpisodios__header--thumb {
    flex-basis: 45%;
  }
}
.podcastEpisodios__header--thumb img {
  object-fit: cover;
  height: 100%;
}
.podcastEpisodios__header--box {
  flex-basis: 69.7%;
  background-color: #2b2b2b;
  font-family: "TradeGothic LT Std";
  vertical-align: middle;
  color: white;
  padding: 5rem 3rem;
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 620px) {
  .podcastEpisodios__header--box {
    flex-basis: 69%;
    padding: 2rem;
    font-size: 1.5rem;
  }
}
.podcastEpisodios__header--box span a {
  font-weight: 800;
}
.podcastEpisodios__header--tocadores {
  flex-basis: 100%;
  margin-top: 3rem;
}
.podcastEpisodios__header--tocadores--btn {
  height: fit-content;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f15a24;
  position: relative;
}
.podcastEpisodios__header--tocadores--btn--title {
  font-family: "TradeGothic LT Std";
  font-size: 2rem;
  display: none;
  padding-bottom: 0.5rem;
}
.podcastEpisodios__header--tocadores--btn span {
  color: white;
  font-size: 2.2rem;
  font-family: "TradeGothic LT Std";
  font-weight: 800;
  background-color: #f15a24;
  padding: 0.9rem 2rem;
  white-space: nowrap;
  width: 100%;
  border-right: 0.1rem solid white;
}
@media (max-width: 720px) {
  .podcastEpisodios__header--tocadores--btn span {
    width: 100%;
    justify-content: space-between;
    font-family: "TradeGothic LT CondEighteen";
    text-transform: uppercase;
    font-weight: 800;
    padding: 1rem;
    padding-left: 1.5rem;
    font-size: 2rem;
  }
}
.podcastEpisodios__header--tocadores--btn svg {
  height: 1.7rem;
  width: 1.7rem;
  margin: 0rem 1.5rem;
  color: white;
  transform: rotate(90deg);
  transition: 0.3s;
}
.podcastEpisodios__header--tocadores--btn svg.rotate {
  transform: rotate(270deg);
  transition: 0.2s;
}
@media (max-width: 720px) {
  .podcastEpisodios__header--tocadores--btn svg {
    height: 1.9rem;
    width: 1.9rem;
    margin: 0rem 2rem;
  }
}
.podcastEpisodios__header--tocadores--toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
@media (max-width: 720px) {
  .podcastEpisodios__header--tocadores--toggle--title--desk {
    display: none;
  }
}
.podcastEpisodios__header--tocadores--toggle--title--mobile {
  display: none;
}
@media (max-width: 720px) {
  .podcastEpisodios__header--tocadores--toggle--title--mobile {
    display: block;
  }
}
.podcastEpisodios__header--tocadores--list {
  position: absolute;
  width: 20%;
  display: flex;
  flex-direction: column;
  background-color: #2b2b2b;
  list-style: none;
  display: none;
  transition: 0.3s;
  right: 0;
  top: 100%;
  z-index: 9999;
}
@media (max-width: 620px) {
  .podcastEpisodios__header--tocadores--list {
    width: 50%;
  }
}
.podcastEpisodios__header--tocadores--list li {
  padding: 0.8rem 1rem;
  border-bottom: 0.18rem white solid;
  color: white;
  text-transform: uppercase;
  font-family: "TradeGothic LT Std";
  font-weight: 100;
  font-size: 1.65rem;
}
.podcastEpisodios__header--tocadores--list::-webkit-scrollbar {
  width: 8px;
}
.podcastEpisodios__header--tocadores--list::-webkit-scrollbar-track {
  background: #c5c5c5;
  border-radius: 0.5rem;
  padding: 0.05rem;
}
.podcastEpisodios__header--tocadores--list::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 0.5rem;
  border: 0.18rem solid #c5c5c5;
}
.podcastEpisodios__header--tocadores--list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.podcastEpisodios__header--tocadores--list.open {
  display: block;
}
.podcastEpisodios__header--tocadores--title--mobile {
  display: none;
}
.podcastEpisodios__episodio {
  display: none;
  transform-origin: top;
  transition: 0.3s;
}
.podcastEpisodios__episodio.open {
  display: block;
  padding: 3rem 0rem;
  transition: 0.2s;
}
.podcastEpisodios__episodio--atual {
  padding: 3rem 0rem;
  border-bottom: 0.18rem solid #d8d8d8;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.podcastEpisodios__episodio--container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 620px) {
  .podcastEpisodios__episodio--container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.podcastEpisodios__episodio--img {
  width: 100%;
  object-position: center;
  height: 25rem;
}
@media (max-width: 620px) {
  .podcastEpisodios__episodio--img {
    max-width: 100%;
    min-width: unset;
    object-position: center;
    height: 25rem;
  }
}
.podcastEpisodios__episodio--img--container {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.podcastEpisodios__episodio--img--desc {
  font-family: "TradeGothic LT Std";
  font-weight: 800;
  font-size: 1.4rem;
}
@media (max-width: 620px) {
  .podcastEpisodios__episodio--img--desc {
    display: none;
  }
}
.podcastEpisodios__episodio--info {
  flex-basis: 90%;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "TradeGothic LT CondEighteen";
  justify-content: flex-end;
}
@media (max-width: 620px) {
  .podcastEpisodios__episodio--info {
    padding: 0rem;
    gap: 1.5rem;
  }
}
.podcastEpisodios__episodio--info--top {
  display: inline-flex;
  flex-direction: column-reverse;
  gap: 5rem;
  width: fit-content;
}
@media (max-width: 620px) {
  .podcastEpisodios__episodio--info--top {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
.podcastEpisodios__episodio--title {
  font-size: 3.5rem;
  line-height: 3rem;
}
.podcastEpisodios__episodio--date {
  font-size: 1.7rem;
  font-family: "TradeGothic LT Std";
  align-self: flex-end;
}
.podcastEpisodios__episodio--desc {
  font-size: 2rem;
  font-family: "TradeGothic LT Std";
}
.podcastEpisodios__player {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.podcastEpisodios__player--main {
  display: flex;
  margin-top: 4rem;
}
.podcastEpisodios__player--under {
  display: flex;
  gap: 11rem;
  border: 0.16rem solid #2b2b2b;
  border-top: none;
  font-size: 2rem;
  font-family: "TradeGothic LT Std";
  padding: 1rem;
}
.podcastEpisodios__player--play {
  background-color: #808080;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcastEpisodios__player--play svg {
  height: 10rem;
  width: 10rem;
  color: white;
}
@media (max-width: 550px) {
  .podcastEpisodios__player--play svg {
    height: 7rem;
    width: 7rem;
  }
}
.podcastEpisodios__player--content {
  background-color: #2b2b2b;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .podcastEpisodios__player--content {
    gap: 0.7rem;
  }
}
.podcastEpisodios__player--info {
  display: flex;
  flex-direction: column;
}
.podcastEpisodios__player--tipo {
  font-size: 1.9rem;
  font-weight: 600;
  color: #f15b40;
}
.podcastEpisodios__player--title {
  color: white;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 600;
  font-size: 2.5rem;
}
@media (max-width: 550px) {
  .podcastEpisodios__player--title {
    font-size: 2rem;
  }
}
.podcastEpisodios__player--progress {
  height: 2rem;
  width: 100%;
  background-color: #c5c5c5;
}
.podcastEpisodios__player--progress--bar {
  height: 100%;
  width: 30%;
  background-color: #f15a24;
}
.podcastEpisodios__listagem {
  padding: 2rem 0rem;
}
@media (max-width: 620px) {
  .podcastEpisodios__listagem {
    padding: 1.5rem 0rem;
  }
}
.podcastEpisodios__listagem--title {
  font-size: 4rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
@media (max-width: 620px) {
  .podcastEpisodios__listagem--title {
    width: 100%;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.podcastEpisodios__listagem--content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0rem;
}
@media (max-width: 620px) {
  .podcastEpisodios__listagem--content {
    border-top: 0.18rem solid #d8d8d8;
    margin-top: 1.5rem;
  }
}
.podcastEpisodios__listagem--item--toggle {
  cursor: pointer;
  background-color: #2b2b2b;
  color: white;
  font-family: "TradeGothic LT CondEighteen";
  padding: 0.3rem 0.7rem;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 620px) {
  .podcastEpisodios__listagem--item--toggle {
    padding: 0.4rem 2rem;
  }
}
.podcastInterna__header {
  margin-top: 2rem;
}
@media (max-width: 620px) {
  .podcastInterna__header {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
  }
}
.podcastInterna__header--img {
  height: 64rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .podcastInterna__header--img {
    height: 50rem;
  }
}
@media (max-width: 510px) {
  .podcastInterna__header--img {
    height: 30rem;
  }
}
.podcastInterna__header--img--desc {
  font-family: "TradeGothic LT Std";
  font-weight: 800;
  font-size: 1.4rem;
}
.podcastInterna__header--img--container {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  padding: 0px 10px;
  margin: auto;
}
@media (max-width: 620px) {
  .podcastInterna__header--img--container {
    padding: 0px;
    margin-top: 1.5rem;
  }
}
.podcastInterna__header--content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .podcastInterna__header--content {
    padding-top: 2rem;
  }
}
@media (max-width: 620px) {
  .podcastInterna__header--content {
    gap: 1.5rem;
  }
}
.podcastInterna__header--tipo {
  font-size: 2.3rem;
}
.podcastInterna__header--title {
  font-size: 6rem;
  line-height: 5.5rem;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 800;
}
@media (max-width: 620px) {
  .podcastInterna__header--title {
    font-size: 3.7rem;
    line-height: 3.7rem;
  }
}
.podcastInterna__header--info {
  font-size: 2rem;
}
@media (max-width: 620px) {
  .podcastInterna__header--info {
    font-size: 1.75rem;
    text-align: left;
  }
}
.podcastInterna__header--autor {
  display: flex;
  gap: 1rem;
  font-size: 1.8rem;
}
.podcastInterna__header--autor--nome {
  font-weight: 800;
}
.podcastInterna__header--autor--data {
  font-family: "TradeGothic LT Std";
}
.podcastInterna__socials {
  flex-basis: 20%;
  align-self: flex-start;
  position: sticky;
  top: 40%;
  transition: 0.5s;
}
@media (max-width: 620px) {
  .podcastInterna__socials {
    display: flex;
    padding-bottom: 2rem !important;
    margin-bottom: 2rem !important;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-height: 600px) {
  .podcastInterna__socials {
    flex-basis: 10%;
    top: 30%;
  }
}
@media (max-width: 620px) {
  .podcastInterna__socials {
    position: unset;
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.16rem solid #d8d8d8;
  }
}
.podcastInterna__socials--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 620px) {
  .podcastInterna__socials--content {
    flex-direction: row;
  }
}
.podcastInterna__socials--item {
  background-color: #676767;
  border-radius: 50%;
  width: fit-content;
  height: fit-content;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .podcastInterna__socials--item {
    background-color: #b0b0b0;
  }
}
.podcastInterna__socials--item:hover {
  filter: brightness(60%);
  transition: 0.2s;
}
.podcastInterna__socials--item--icon {
  height: 1.6rem;
  width: 1.6rem;
  color: white;
  fill: white;
}
@media (max-width: 620px) {
  .podcastInterna__socials--item--icon {
    height: 1.6rem;
    width: 1.6rem;
  }
}
.podcastInterna__main {
  border-top: 0.16rem solid #d8d8d8;
  margin-top: 2rem;
  position: relative;
}
.podcastInterna__main--content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 5rem 0rem;
}
@media (max-width: 620px) {
  .podcastInterna__main--content {
    padding: 2rem 0rem;
    flex-direction: column;
  }
}
.podcastInterna__main--advert--img {
  width: 100%;
  height: auto;
  margin: 3rem 0rem;
}
@media (max-width: 620px) {
  .podcastInterna__main--advert--img {
    margin: 1rem 0rem;
  }
}
@media (max-width: 550px) {
  .podcastInterna__main--advert--img {
    display: none;
  }
}
.podcastInterna__main--advert--img--mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 550px) {
  .podcastInterna__main--advert--img--mobile {
    display: block;
    margin: 1rem 0rem;
  }
}
.podcastInterna__main--materia {
  flex-basis: 70%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-height: 600px) {
  .podcastInterna__main--materia {
    flex-basis: 80%;
  }
}
.podcastInterna__main--materia--topo {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem;
  padding-bottom: 6rem;
}
.podcastInterna__main--materia--topo p {
  width: 80%;
}
.podcastInterna__main--materia--topo p:last-of-type {
  padding-top: unset;
  border: unset;
}
@media (max-width: 620px) {
  .podcastInterna__main--materia--topo p {
    width: 100%;
  }
}
.podcastInterna__main--materia--topo p:first-of-type:first-letter {
  font-family: "TradeGothic LT CondEighteen";
  float: left;
  color: black;
  font-size: 8.8rem;
  font-weight: 800;
  line-height: 0.65;
  margin: 0.11em 0.15em 0.05em 0;
}
@media (max-width: 620px) {
  .podcastInterna__main--materia--topo p:first-of-type:first-letter {
    margin: 0.11em 0.05em 0.05em 0;
  }
}
.podcastInterna__main--title {
  font-family: "PalatinoLTPro";
  font-weight: bold;
  color: #2b2b2b;
  font-size: 1.76rem;
  line-height: 2.6rem;
  padding-top: 2rem;
}
.podcastInterna__main--list {
  list-style: none;
  font-family: "Palatino";
  font-size: 1.76rem;
  line-height: 2.6rem;
  color: #2b2b2b;
  transition: 0.3s;
}
.podcastInterna__main--paragraph {
  font-family: "Palatino";
  font-size: 1.76rem;
  line-height: 2.6rem;
  color: #2b2b2b;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .podcastInterna__main--paragraph {
    font-size: 1.65rem;
  }
}
.podcastInterna__main--paragraph:last-of-type {
  border-top: 0.18rem solid #d8d8d8;
  margin-top: 1rem;
  padding-top: 3rem;
}
.podcastInterna__main--paragraph .bold {
  font-family: "PalatinoLTPro";
  font-size: 1.76rem;
  font-weight: bold;
}
.podcastInterna__main--paragraph .italic {
  font-family: "PalatinoLTPro";
  font-style: italic;
}
.podcastInterna__main--bold {
  font-family: "PalatinoLTPro";
  font-size: 1.76rem;
  font-weight: bold;
}
.podcastInterna__main--img {
  padding: 1rem 3rem;
}
.podcastInterna__autor {
  margin: 3rem 0rem;
  border-top: 0.16rem solid #d8d8d8;
  border-bottom: 0.16rem solid #d8d8d8;
}
.podcastInterna__autor--content {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 5rem 0rem;
}
.podcastInterna__autor--info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.podcastInterna__autor--nome {
  font-size: 2.2rem;
  font-weight: 800;
  font-family: "TradeGothic LT CondEighteen";
}
.podcastInterna__autor--nome span {
  font-family: "TradeGothic LT Std";
  font-weight: 100;
  font-size: 1.5rem;
}
.podcastInterna__autor--desc {
  color: #2b2b2b;
  font-size: 1.7rem;
  font-family: "TradeGothic";
}
.podcastInterna__autor--desc span {
  font-weight: 800;
  font-family: "TradeGothic LT CondEighteen";
}
.podcastInterna__newsletter--title {
  font-size: 2rem;
  color: #2b2b2b;
}
.podcastInterna__newsletter--form {
  display: flex;
  max-width: 60%;
}
@media (max-width: 720px) {
  .podcastInterna__newsletter--form {
    max-width: 80%;
  }
}
@media (max-width: 620px) {
  .podcastInterna__newsletter--form {
    max-width: 100%;
  }
}
.podcastInterna__newsletter--form--input {
  outline: none;
  padding: 0rem 1.5rem;
  font-family: "Palatino";
  border-radius: unset;
  border: 0.1rem solid #2b2b2b;
  width: 100%;
  font-size: 1.5rem;
}
.podcastInterna__newsletter--form--input::placeholder {
  color: black;
}
.podcastInterna__newsletter--form--button {
  background-color: #2b2b2b;
  border: 0.1rem solid #2b2b2b;
  outline: none;
  border: none;
  padding: 1.5rem 2.5rem;
  display: flex;
  height: max-content;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.podcastInterna__newsletter--form--button:hover {
  filter: opacity(90%);
  transition: 0.2s;
}
.podcastInterna__newsletter--form--button:active {
  filter: brightness(50%);
}
.podcastInterna__newsletter--form--button svg {
  height: 2rem;
  width: 2rem;
}
.podcastInterna__newsletter--box {
  margin: 2rem 0rem;
  border: 0.3rem solid #f15b40;
  padding: 2.5rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 720px) {
  .podcastInterna__newsletter--box {
    padding: 2rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }
}
.podcastInterna__newsletter--box--title {
  color: #f15b40;
  font-family: "TradeGothic LT CondEighteen";
  font-size: 3rem;
}
@media (max-width: 720px) {
  .podcastInterna__newsletter--box--title {
    font-size: 3rem;
  }
}
.podcastInterna__newsletter--box--desc {
  color: #2b2b2b;
  font-size: 2.4rem;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 620px) {
  .podcastInterna__newsletter--box--desc {
    font-size: 2rem;
  }
}
.podcastInterna__readmore {
  flex-basis: 100%;
}
@media (max-width: 640px) {
  .podcastInterna__readmore {
    margin-top: 3rem;
  }
}
.podcastInterna__readmore--title {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 550px) {
  .podcastInterna__readmore--title {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .podcastInterna__readmore--title {
    font-size: 3rem;
  }
}
.podcastInterna__readmore--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.podcastInterna__readmore--card:hover .podcastInterna__readmore--card--img {
  filter: brightness(70%);
  transition: 0.3s;
}
.podcastInterna__readmore--card--container {
  flex-basis: 30%;
}
@media (max-width: 715px) {
  .podcastInterna__readmore--card--container {
    flex-basis: 32.3333333%;
  }
}
@media (max-width: 650px) {
  .podcastInterna__readmore--card--container {
    flex-basis: 47%;
    padding: 2rem 0rem;
  }
}
@media (max-width: 510px) {
  .podcastInterna__readmore--card--container {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.podcastInterna__readmore--card--img {
  width: 100%;
  height: 20rem;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
@media (max-width: 640px) {
  .podcastInterna__readmore--card--img {
    height: 20rem;
  }
}
@media (max-width: 510px) {
  .podcastInterna__readmore--card--img {
    height: 30rem;
  }
}
.podcastInterna__readmore--card--info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0rem;
}
.podcastInterna__header--seemore--content.active {
  transform: scaleY(100%);
  transform-origin: top;
  transition: 0.2s;
}
.podcastInterna__header--seemore--icon.plus_icon.active {
  display: block;
}
.podcastInterna__header--seemore--icon.minus_icon.active {
  display: block;
}
.herald__body {
  background-color: #f4f2e5;
}
.herald__content {
  margin-top: 2.6rem;
}
@media (max-width: 720px) {
  .herald__content {
    margin-top: unset;
  }
}
.herald__destaque:hover .herald__destaque--img {
  filter: brightness(70%);
  transition: 0.3s;
}
.herald__destaque--content {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 3rem;
}
@media (max-width: 720px) {
  .herald__destaque--content {
    flex-direction: column;
    gap: 1rem;
  }
}
.herald__destaque--img {
  height: 37rem;
  flex-basis: 48.5%;
  background-size: cover;
  background-position: top;
  transition: 0.2s;
}
@media (max-width: 720px) {
  .herald__destaque--img {
    flex-basis: unset;
    height: 60rem;
  }
}
@media (max-width: 620px) {
  .herald__destaque--img {
    height: 50rem;
  }
}
@media (max-width: 520px) {
  .herald__destaque--img {
    height: 40rem;
  }
}
@media (max-width: 470px) {
  .herald__destaque--img {
    height: 35rem;
  }
}
@media (max-width: 420px) {
  .herald__destaque--img {
    height: 30rem;
  }
}
.herald__destaque--info {
  flex-basis: 48.5%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 720px) {
  .herald__destaque--info {
    flex-basis: unset;
    gap: 1.5rem;
  }
}
.herald__destaque--info--date {
  display: flex;
  gap: 0.5rem;
  font-family: "TradeGothic LT Std";
  font-size: 1.9rem;
}
.herald__destaque--info--date .bold {
  font-weight: 800;
}
.herald__destaque--info--date .orange {
  font-weight: 800;
  color: #f15b40;
}
.herald__destaque--info--title {
  font-family: "Chronicle Display";
  font-weight: 700;
  font-size: 4.1rem;
  line-height: 4rem;
}
@media (max-width: 420px) {
  .herald__destaque--info--title {
    font-size: 3.5rem;
    line-height: 3.6rem;
  }
}
.herald__destaque--info--desc {
  font-family: "Chronicle Display";
  font-size: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
}
.herald__listagem--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 0rem;
  border-bottom: 0.18rem solid #d8d8d8;
}
@media (max-width: 500px) {
  .herald__listagem--content {
    gap: 3rem;
    border-bottom: unset;
    padding-bottom: 1rem;
  }
}
@media (max-width: 720px) {
  .herald__listagem--content .divisor {
    display: none;
  }
}
.herald__listagem--content .divisor:last-child {
  display: none;
}
.herald__listagem--item {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: 0.2s;
}
.herald__listagem--item:hover .herald__listagem--item--img {
  filter: brightness(70%);
  transition: 0.3s;
}
@media (max-width: 870px) {
  .herald__listagem--item {
    flex-basis: 32%;
  }
}
@media (max-width: 750px) {
  .herald__listagem--item {
    flex-basis: 48%;
  }
}
@media (max-width: 500px) {
  .herald__listagem--item {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 2.5rem;
  }
}
.herald__listagem--item--img {
  height: 22rem;
  background-size: cover;
  transition: 0.2s;
}
@media (max-width: 750px) {
  .herald__listagem--item--img {
    height: 25rem;
  }
}
@media (max-width: 620px) {
  .herald__listagem--item--img {
    height: 21rem;
  }
}
@media (max-width: 500px) {
  .herald__listagem--item--img {
    height: 35rem;
  }
}
@media (max-width: 420px) {
  .herald__listagem--item--img {
    height: 30rem;
  }
}
.herald__listagem--item--info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.herald__listagem--item--info--title {
  font-family: "Chronicle Display";
  font-weight: 600;
  font-size: 3rem;
}
@media (max-width: 420px) {
  .herald__listagem--item--info--title {
    font-size: 3.5rem;
    line-height: 3.6rem;
  }
}
.herald__loadmore {
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .herald__loadmore {
    display: flex;
  }
}
.herald__advert--content {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 3rem auto;
}
@media (max-width: 850px) {
  .herald__advert--content {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .herald__advert--content {
    width: 90%;
  }
}
@media (max-width: 720px) {
  .herald__advert--content {
    width: 100%;
  }
}
.herald__advert--img {
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .herald__advert--img {
    display: none;
  }
}
.herald__advert--img--mobile {
  display: none;
  width: 100%;
}
@media (max-width: 500px) {
  .herald__advert--img--mobile {
    display: block;
  }
}
.herald__posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 670px) {
  .herald__posts {
    flex-direction: column;
  }
}
@media (max-width: 570px) {
  .herald__posts {
    gap: 1rem;
  }
}
.herald__posts--title {
  font-family: "Canterbury";
  text-align: center;
  font-size: 7.3rem;
  padding-bottom: 5rem;
  font-weight: normal;
  white-space: nowrap;
  word-spacing: -1rem;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 650px) {
  .herald__posts--title {
    font-size: 6.3rem;
  }
}
@media (max-width: 570px) {
  .herald__posts--title {
    border-bottom: 0.18rem solid #d8d8d8;
    font-size: 6rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
.herald__posts--last {
  flex-basis: 70%;
}
@media (max-width: 670px) {
  .herald__posts--last {
    flex-basis: 100%;
  }
}
.herald__posts--last--content {
  display: flex;
  gap: 4rem;
}
@media (max-width: 570px) {
  .herald__posts--last--content {
    flex-direction: column;
  }
}
.herald__posts--last--content--left {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-basis: 50%;
  position: relative;
}
.herald__posts--last--content--left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: -2.4rem;
  width: 1px;
  background-color: #c5c5c5;
}
@media (max-width: 570px) {
  .herald__posts--last--content--left::after {
    display: none;
  }
}
@media (max-width: 570px) {
  .herald__posts--last--content--left {
    text-align: left;
  }
}
.herald__posts--last--content--left
  .herald__posts--last--item
  .herald__posts--last--item--date {
  justify-content: flex-end;
}
@media (max-width: 570px) {
  .herald__posts--last--content--left
    .herald__posts--last--item
    .herald__posts--last--item--date {
    justify-content: flex-start;
  }
}
.herald__posts--last--content--right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-basis: 50%;
}
.herald__posts--last--item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 570px) {
  .herald__posts--last--item {
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 3rem;
  }
}
.herald__posts--last--item--date {
  display: flex;
  gap: 0.5rem;
  font-family: "TradeGothic LT Std";
  font-size: 1.9rem;
  white-space: nowrap;
}
.herald__posts--last--item--date .bold {
  font-weight: 800;
}
.herald__posts--last--item--date .orange {
  font-weight: 800;
  color: #f15b40;
}
.herald__posts--last--item--info {
  font-family: "Chronicle Display";
  font-weight: 600;
  font-size: 2.8rem;
}
@media (max-width: 800px) {
  .herald__posts--last--item--info {
    font-size: 2.6rem;
  }
}
@media (max-width: 720px) {
  .herald__posts--last--item--info {
    font-size: 2.3rem;
  }
}
.herald__posts--archive--content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 670px) {
  .herald__posts--archive--content {
    padding: 0rem 3rem;
  }
}
.herald__posts--archive--year {
  display: flex;
  flex-basis: 45%;
  flex-direction: column;
  position: relative;
  border-right: 0.2rem solid black;
  padding-top: 2rem;
  padding-bottom: 10rem;
}
@media (max-width: 670px) {
  .herald__posts--archive--year {
    padding-bottom: 5rem;
  }
}
.herald__posts--archive--year--selector {
  height: 4rem;
  width: 4rem;
  border: 0.2rem solid black;
  background-color: #f4f2e5;
  border-right: unset;
  border-bottom: unset;
  transform: rotate(-45deg);
  margin-right: -2.03rem;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transition-timing-function: ease-in;
}
@media (max-width: 570px) {
  .herald__posts--archive--year--selector {
    height: 3.5rem;
    width: 3.5rem;
    margin-right: -1.8rem;
  }
}
.herald__posts--archive--year--selector:first-child {
  margin-top: 5.225px;
}
.herald__posts--archive--year--select {
  font-family: "TradeGothic LT Std";
  font-size: 3rem;
  padding: 1rem 0rem;
  font-weight: 900;
  cursor: pointer;
}
@media (max-width: 670px) {
  .herald__posts--archive--year--select {
    padding-left: 3rem;
  }
}
.herald__posts--archive--year--select.active {
  color: #f15b40;
}
.herald__posts--archive--month {
  display: flex;
  flex-direction: column;
  padding: 2rem 0rem;
  padding-left: 2rem;
  z-index: 2;
}
.herald__posts--archive--month span {
  padding: 1.58rem 0rem;
  font-family: "TradeGothic LT Std";
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 670px) {
  .herald__posts--archive--month span {
    font-size: 3rem;
    padding: 1rem 0rem;
    font-weight: 400;
  }
}
.herald__popular {
  margin: 3rem 0rem;
}
.herald__popular--title {
  font-family: "Canterbury";
  text-align: center;
  font-size: 7.3rem;
  padding: 1rem 0rem;
  border: 0.18rem solid #d8d8d8;
  border-left: unset;
  border-right: unset;
  font-weight: normal;
  white-space: nowrap;
  word-spacing: -1rem;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 650px) {
  .herald__popular--title {
    font-size: 6.3rem;
  }
}
@media (max-width: 570px) {
  .herald__popular--title {
    font-size: 6rem;
  }
}
.herald__popular--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 0rem;
}
@media (max-width: 500px) {
  .herald__popular--content {
    gap: 3rem;
    border-bottom: unset;
    padding-bottom: 1rem;
  }
}
.heraldInterna__header {
  margin-top: 2rem;
}
@media (max-width: 620px) {
  .heraldInterna__header {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
  }
}
.heraldInterna__header--img img {
  object-position: top;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .heraldInterna__header--img img {
    height: 50rem;
  }
}
@media (max-width: 510px) {
  .heraldInterna__header--img img {
    height: 30rem;
  }
}
@media (max-width: 620px) {
  .heraldInterna__header--img--container {
    margin-top: 1.5rem;
  }
}
.heraldInterna__header--content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .heraldInterna__header--content {
    padding-top: 2rem;
  }
}
@media (max-width: 620px) {
  .heraldInterna__header--content {
    gap: 1.5rem;
  }
}
.heraldInterna__header--tipo {
  font-size: 2.3rem;
}
.heraldInterna__header--title {
  font-size: 6rem;
  line-height: 5.5rem;
  font-family: "Chronicle Display";
  font-weight: 800;
}
@media (max-width: 620px) {
  .heraldInterna__header--title {
    font-size: 3.7rem;
    line-height: 3.7rem;
  }
}
.heraldInterna__header--info {
  font-size: 2rem;
}
@media (max-width: 620px) {
  .heraldInterna__header--info {
    font-size: 1.75rem;
    text-align: left;
  }
}
.heraldInterna__header--autor {
  display: flex;
  gap: 1rem;
  font-size: 1.8rem;
}
.heraldInterna__header--autor--nome {
  font-weight: 800;
}
.heraldInterna__header--autor--data {
  font-family: "TradeGothic LT Std";
}
.cartuns__header {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 720px) {
  .cartuns__header {
    padding: unset;
  }
}
.cartuns__header--info {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 670px) {
  .cartuns__header--info {
    margin-bottom: 3rem;
  }
}
.cartuns__header--info--title {
  padding-top: 1.5rem;
  font-weight: 200;
  font-size: 8rem;
  text-transform: uppercase;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 670px) {
  .cartuns__header--info--title {
    font-size: 6rem;
  }
}
.cartuns__header--info--desc {
  font-family: "TradeGothic LT Std";
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 670px) {
  .cartuns__header--info--desc {
    font-size: 2rem;
  }
}
.cartuns__header--info--desc--edicao {
  font-weight: 800;
  color: #f15b40;
}
.cartuns__header--slider--container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 670px) {
  .cartuns__header--slider--container {
    gap: 3rem;
  }
}
.cartuns__header--slider--slide img {
  width: 100%;
}
.cartuns__header--slider--controls {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 2.5rem;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
}
.cartuns__header--slider--controls--arrow {
  cursor: pointer;
}
.cartuns__header--slider--controls--arrow:hover {
  color: #f15b40;
}
.cartuns__header--slider--controls--paging {
  transition: 0.3s;
}
.cartuns__header--socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 4em;
}
.cartuns__header--socials--item {
  background-color: #676767;
  border-radius: 50%;
  width: fit-content;
  height: fit-content;
  padding: 1rem;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .cartuns__header--socials--item {
    background-color: #b0b0b0;
  }
}
.cartuns__header--socials--item:hover {
  filter: brightness(60%);
  transition: 0.2s;
}
.cartuns__header--socials--item--icon {
  height: 1.8rem;
  width: 1.8rem;
  color: white;
  fill: white;
}
@media (max-width: 620px) {
  .cartuns__header--socials--item--icon {
    height: 1.6rem;
    width: 1.6rem;
  }
}
.cartuns__main {
  padding-top: 5rem;
}
.cartuns__listagem {
  margin-top: 5rem;
}
@media (max-width: 670px) {
  .cartuns__listagem {
    margin-bottom: 3rem;
  }
}
.cartuns__listagem--title {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 670px) {
  .cartuns__listagem--title {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .cartuns__listagem--title {
    font-size: 3rem;
  }
}
.cartuns__listagem--content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 7rem;
}
@media (max-width: 670px) {
  .cartuns__listagem--content {
    margin-top: 3rem;
  }
}
.cartuns__listagem--search {
  display: none;
}
@media (max-width: 670px) {
  .cartuns__listagem--search {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
}
.cartuns__listagem--search--btn {
  background-color: #f15b40;
  padding: 1.5rem;
  font-size: 2rem;
  outline: none;
  width: 100%;
  border: none;
  color: white;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 800;
  transition: 0.2s;
  text-align: center;
}
.cartuns__listagem--search--btn:hover {
  filter: brightness(90%);
  transition: 0.2s;
}
.cartuns__listagem--search--btn:active {
  filter: brightness(70%);
}
.cartuns__listagem--search--drop {
  position: relative;
  cursor: pointer;
  height: fit-content;
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.1rem solid black;
}
@media (max-width: 720px) {
  .cartuns__listagem--search--drop {
    width: 100%;
    justify-content: space-between;
  }
}
.cartuns__listagem--search--drop span {
  font-size: 1.8rem;
  font-family: "TradeGothic LT Std";
  font-weight: 500;
  padding: 0.9rem 1.2rem;
  white-space: nowrap;
  width: 100%;
  border-right: 0.1rem solid black;
}
@media (max-width: 720px) {
  .cartuns__listagem--search--drop span {
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    padding-left: 1.5rem;
    font-size: 2rem;
  }
}
.cartuns__listagem--search--drop svg {
  height: 1.7rem;
  width: 1.7rem;
  margin: 0rem 1rem;
}
@media (max-width: 720px) {
  .cartuns__listagem--search--drop svg {
    height: 1.9rem;
    width: 1.9rem;
    margin: 0rem 2rem;
  }
}
.cartuns__listagem--search--drop svg {
  transform: rotate(90deg);
  transition: 0.3s;
}
.cartuns__listagem--search--drop svg.rotate {
  transform: rotate(270deg);
  transition: 0.2s;
}
.cartuns__listagem--search--drop--title {
  align-self: flex-start;
  font-size: 1.3rem;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .cartuns__listagem--search--drop--title {
    display: none;
  }
}
.cartuns__listagem--search--toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.cartuns__listagem--search--list {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 0.1rem solid black;
  list-style: none;
  display: none;
  transition: 0.3s;
  height: 16rem;
  overflow-y: scroll;
  width: 100%;
  top: 100%;
  z-index: 9999;
  padding: 0rem 1rem;
  padding-right: 2rem;
}
.cartuns__listagem--search--list li {
  padding: 0.8rem 0rem;
  border-bottom: 0.18rem solid #d8d8d8;
  font-family: "TradeGothIC LT 2";
  font-weight: 800;
  font-size: 1.65rem;
}
.cartuns__listagem--search--list::-webkit-scrollbar {
  width: 8px;
}
.cartuns__listagem--search--list::-webkit-scrollbar-track {
  background: #c5c5c5;
  border-radius: 0.5rem;
  padding: 0.05rem;
}
.cartuns__listagem--search--list::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 0.5rem;
  border: 0.18rem solid #c5c5c5;
}
.cartuns__listagem--search--list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cartuns__listagem--search--list.open {
  display: block;
}
@media (max-width: 670px) {
  .cartuns__listagem--item {
    display: none;
  }
}
.cartuns__listagem--item--ano {
  font-size: 5rem;
  line-height: 3.6rem;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 800;
  transition: 0.3s;
}
.cartuns__listagem--item--edicoes {
  border-top: 0.18rem solid #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
.cartuns__listagem--item--edicoes--item {
  display: flex;
  gap: 0.7rem;
  font-size: 1.652rem;
  flex-basis: 8.334%;
  font-family: "TradeGothic LT Std";
  font-weight: 800;
  transition: 0.3s;
}
.cartuns__listagem--item--edicoes--item:hover {
  color: #f15b40;
  transition: 0.2s;
}
.cartuns__listagem--item--edicoes--item span {
  color: #f15b40;
}
.cartuns__arquivo {
  margin-top: 10rem;
}
@media (max-width: 670px) {
  .cartuns__arquivo {
    margin-top: 3rem;
  }
}
.cartuns__arquivo--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .cartuns__arquivo--content {
    gap: 2rem;
  }
}
@media (max-width: 470px) {
  .cartuns__arquivo--content {
    gap: 3rem;
  }
}
@media (max-width: 720px) {
  .cartuns__arquivo--content .divisor {
    display: none;
  }
}
.cartuns__arquivo--card {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 720px) {
  .cartuns__arquivo--card {
    flex-basis: 48%;
  }
}
@media (max-width: 470px) {
  .cartuns__arquivo--card {
    flex-basis: 100%;
    padding-bottom: 3rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.cartuns__arquivo--card:hover .cartuns__arquivo--card--img {
  filter: brightness(70%);
  transition: 0.3s;
}
.cartuns__arquivo--card--img {
  height: 20rem;
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}
@media (max-width: 720px) {
  .cartuns__arquivo--card--img {
    height: 22rem;
  }
}
@media (max-width: 470px) {
  .cartuns__arquivo--card--img {
    height: 30rem;
  }
}
@media (max-width: 400px) {
  .cartuns__arquivo--card--img {
    height: 25rem;
  }
}
.cartuns__arquivo--card--info--title {
  font-weight: 200;
  font-size: 8rem;
  text-transform: uppercase;
  font-family: "TradeGothic LT Std";
}
.cartuns__arquivo--card--info--desc {
  font-family: "TradeGothic LT Std";
  font-size: 2.4rem;
  gap: 1rem;
}
@media (max-width: 670px) {
  .cartuns__arquivo--card--info--desc {
    font-size: 2rem;
  }
}
.cartuns__arquivo--card--info--desc--edicao {
  font-weight: 800;
  color: #f15b40;
}
.todosIgualdades {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media (max-width: 426px) {
  .todosIgualdades {
    padding-bottom: 1rem;
  }
}
.todosIgualdades__header strong {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
.todosIgualdades h2 {
  font-size: 4rem;
  line-height: 4.9rem;
  letter-spacing: 0.01em;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  margin-bottom: 3rem;
}
@media (max-width: 426px) {
  .todosIgualdades h2 {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.todosIgualdades__space {
  display: none;
}
@media (max-width: 426px) {
  .todosIgualdades__space {
    display: block;
    height: 130px;
  }
}
.todosIgualdades__container--item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .todosIgualdades__container--item {
    flex-direction: column;
  }
}
.todosIgualdades__container--item:not(:last-child) {
  border-bottom: 0.16rem solid #d8d8d8;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 426px) {
  .todosIgualdades__container--item:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.todosIgualdades__container--item > div > a img {
  height: 23rem;
  object-fit: cover;
}
@media (max-width: 426px) {
  .todosIgualdades__container--item div {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #c5c5c5;
  }
}
.todosIgualdades__container--item div:not(:last-child) {
  border-right: 0.16rem solid #d8d8d8;
  padding-right: 2rem;
}
@media (max-width: 426px) {
  .todosIgualdades__container--item div:not(:last-child) {
    padding-right: 0;
    border-right: 0;
  }
}
.todosIgualdades__container--item div:not(:first-child) {
  padding-left: 2rem;
}
@media (max-width: 426px) {
  .todosIgualdades__container--item div:not(:first-child) {
    padding-left: 0;
  }
}
.todosIgualdades__container--item div h3 {
  font-size: 30px;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: bold;
  max-width: fit-content;
  text-transform: uppercase;
  line-height: 31px;
  letter-spacing: -0.5px;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (max-width: 800px) {
  .todosIgualdades__container--item div h3 {
    font-size: 23px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .todosIgualdades__container--item div h3 {
    font-size: 31px;
    line-height: 31px;
  }
}
.todosIgualdades__container--img {
  width: 275px;
  height: 18.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-right: none !important;
  border-top: 1.5rem solid #000;
  border-bottom: 1.5rem solid #000;
}
@media (max-width: 800px) {
  .todosIgualdades__container--img {
    width: 220px;
    height: 16.4rem;
  }
}
@media (max-width: 426px) {
  .todosIgualdades__container--img {
    border-top: 2.5rem solid #000;
    border-bottom: 2.5rem solid #000 !important;
    width: 100%;
    height: 26rem;
  }
}
.todosIgualdades__container--btnThumbs {
  border-top: none;
  border-bottom: 0.16rem solid #d8d8d8;
  margin-top: 2rem;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 8rem;
}
@media (max-width: 426px) {
  .todosIgualdades__container--btnThumbs {
    margin-top: 0;
    padding-bottom: 3rem;
    border-bottom: 0;
  }
}
.todosIgualdades__videos {
  padding-top: 4rem;
}
@media (max-width: 500px) {
  .todosIgualdades__videos {
    padding-top: 18rem;
  }
}
.todosIgualdades__videos h2 {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0.01em;
  color: #f15b40;
  margin-bottom: 3rem;
}
@media (max-width: 426px) {
  .todosIgualdades__videos h2 {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.todosIgualdades__videos--container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
@media (max-width: 500px) {
  .todosIgualdades__videos--container {
    flex-direction: column;
  }
}
.todosIgualdades__videos--container span {
  font-family: "TradeGothic LT";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #f15b40;
  font-weight: 600;
}
.todosIgualdades__videos--container h3 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  max-width: fit-content;
  text-transform: uppercase;
  line-height: 31px;
  letter-spacing: -0.5px;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 800px) {
  .todosIgualdades__videos--container h3 {
    font-size: 23px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .todosIgualdades__videos--container h3 {
    font-size: 31px;
    line-height: 31px;
  }
}
.todosIgualdades__videos--iframe {
  width: 275px;
  margin-bottom: 2.5rem;
}
@media (max-width: 800px) {
  .todosIgualdades__videos--iframe {
    width: 220px;
  }
}
@media (max-width: 426px) {
  .todosIgualdades__videos--iframe {
    width: 100%;
  }
}
.todosIgualdades__videos--item:not(:last-child) {
  border-right: 0.16rem solid #d8d8d8;
  padding-right: 2rem;
}
@media (max-width: 500px) {
  .todosIgualdades__videos--item:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c5c5c5;
  }
}
.todosIgualdades__videos--item:not(:first-child) {
  padding-left: 2rem;
}
@media (max-width: 500px) {
  .todosIgualdades__videos--item:not(:first-child) {
    padding-left: 0;
  }
}
.todosIgualdades__videos--btn {
  border: none;
  padding-top: 0;
  padding-bottom: 3rem;
  margin-top: 2rem;
  margin-right: 0;
}
@media (max-width: 500px) {
  .todosIgualdades__videos--btn {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}
.tag-header {
  position: relative;
  padding: 3rem 0;
}
.tag-header::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #2b2b2b;
}
@media (max-width: 800px) {
  .tag-header::after {
    height: 70%;
  }
}
@media (max-width: 720px) {
  .tag-header::after {
    height: 60%;
  }
}
.tag-header__container {
  display: flex;
  align-items: end;
}
@media (max-width: 720px) {
  .tag-header__container {
    flex-direction: column;
    align-items: unset;
  }
}
.tag-header__container > img {
  width: 65%;
  transition: 0.3s ease;
}
@media (max-width: 800px) {
  .tag-header__container > img {
    width: 55%;
  }
}
@media (max-width: 720px) {
  .tag-header__container > img {
    width: 100%;
  }
}
.tag-header__text {
  color: white;
  padding-left: 4.5rem;
}
@media (max-width: 720px) {
  .tag-header__text {
    padding-left: unset;
    width: 100%;
    padding-top: 2rem;
  }
}
.tag-header__text > .tag {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.8rem;
  font-weight: 600;
  color: #f15b40;
}
.tag-header__text > .title {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 3.5rem;
  margin: 1.5rem 0;
}
@media (max-width: 480px) {
  .tag-header__text > .title {
    margin: 1rem 0;
    font-size: 3rem;
    line-height: 3rem;
  }
}
.tag-header__text > .authors {
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.tag-header__text > .date {
  font-family: "TradeGothic LT Std";
  font-size: 1.6rem;
}
.tag-content {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 520px) {
  .tag-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.tag-content h2 {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 4rem;
  font-weight: 600;
  color: #f15b40;
}
@media (max-width: 520px) {
  .tag-content h2 {
    text-align: center;
    border: 0.18rem solid #d8d8d8;
    border-left: unset;
    border-right: unset;
    padding: 2rem 0;
  }
}
.tag-cards {
  padding-bottom: 5rem;
}
@media (max-width: 730px) {
  .tag-cards {
    padding-bottom: 2rem;
  }
}
.tag-cards--border {
  border-bottom: 0.18rem solid #d8d8d8;
  margin-bottom: 4rem;
}
@media (max-width: 520px) {
  .tag-cards--border {
    border: unset;
    margin-bottom: unset;
  }
}
.tag-cards .contentdiv {
  flex-basis: 30%;
}
@media (max-width: 730px) {
  .tag-cards .contentdiv {
    flex-basis: 47%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .tag-cards .contentdiv {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 3rem;
    margin-top: 4rem;
    margin-bottom: unset;
  }
}
@media (max-width: 520px) {
  .tag-cards .contentdiv:first-of-type {
    margin-top: unset !important;
  }
}
.tag-cards .contentdiv .card {
  flex-basis: 30%;
  transition: 0.3s ease;
}
.tag-cards .contentdiv .card__img {
  height: 20.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0.1rem solid #d8d8d8;
  margin-bottom: 1.5rem;
}
.tag-cards .contentdiv .card__img--full {
  background-size: cover;
}
@media (max-width: 730px) {
  .tag-cards .contentdiv .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 500px) {
  .tag-cards .contentdiv .card__img {
    height: 30rem;
    border: unset;
  }
}
.tag-cards .contentdiv .card h3 {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 3.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 520px) {
  .tag-cards .contentdiv .card h3 {
    padding-bottom: unset;
  }
}
@media (max-width: 480px) {
  .tag-cards .contentdiv .card h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.tag-cards__container {
  display: flex;
  margin-top: 5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 730px) {
  .tag-cards__container {
    margin-bottom: 2rem;
  }
}
.tag-cards__container.videos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}
.tag-cards__container span:nth-of-type(3n + 0) {
  display: none;
}
@media (max-width: 730px) {
  .tag-cards__container > .divisor {
    display: none;
  }
}
@media (max-width: 730px) {
  .tag-cards__container > .divisor--horizontal {
    display: none;
  }
}
.tag-cards__container .card {
  flex-basis: 30%;
  transition: 0.3s ease;
}
@media (max-width: 730px) {
  .tag-cards__container .card {
    flex-basis: 47%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .tag-cards__container .card {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 3rem;
    margin-top: 4rem;
    margin-bottom: unset;
  }
}
@media (max-width: 520px) {
  .tag-cards__container .card:first-of-type {
    margin-top: unset !important;
  }
}
.tag-cards__container .card__img {
  height: 20.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}
.tag-cards__container .card__img--full {
  background-size: cover;
}
.tag-cards__container .card__img .play {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.tag-cards__container .card__img .play > svg {
  height: 4rem;
  width: 4rem;
}
@media (max-width: 730px) {
  .tag-cards__container .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 500px) {
  .tag-cards__container .card__img {
    height: 30rem;
    border: unset;
  }
}
.tag-cards__container .card > .tag {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.8rem;
  font-weight: 600;
  color: #f15b40;
  padding-bottom: 0.9rem;
  display: block;
}
.tag-cards__container .card > .tag:empty {
  display: none !important;
}
.tag-cards__container .card h3 {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 3.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 520px) {
  .tag-cards__container .card h3 {
    padding-bottom: unset;
  }
}
@media (max-width: 480px) {
  .tag-cards__container .card h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.igualdades {
  display: flex;
  margin-top: 5rem;
}
@media (max-width: 426px) {
  .igualdades {
    flex-direction: column;
  }
}
.igualdades__principal {
  padding-right: 3rem;
  padding-bottom: 10rem;
  border-right: 0.16rem solid #d8d8d8;
  width: 100%;
}
@media (max-width: 426px) {
  .igualdades__principal {
    border: none;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.igualdades__principal--banner {
  padding-bottom: 2rem;
  border-bottom: 0.16rem solid #d8d8d8;
}
@media (max-width: 426px) {
  .igualdades__principal--banner {
    border-bottom: 1px solid #c5c5c5;
  }
}
.igualdades__principal--banner img {
  margin-bottom: 3rem;
}
@media (max-width: 426px) {
  .igualdades__principal--banner img {
    margin-bottom: 1.5rem;
  }
}
.igualdades__principal--banner h2 {
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #f15b40;
  margin-bottom: 0.8rem;
}
.igualdades__principal--banner h1 {
  font-size: 54px;
  line-height: 58px;
  letter-spacing: -0.02em;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .igualdades__principal--banner h1 {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (max-width: 426px) {
  .igualdades__principal--banner h1 {
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 1rem;
  }
}
.igualdades__principal--banner p {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 15px;
  line-height: 23px;
}
.igualdades__principal--banner p strong {
  font-family: "TradeGothic LT";
  margin-right: 0.8rem;
}
@media (max-width: 620px) {
  .igualdades__principal--banner p {
    display: flex;
    flex-flow: column;
  }
  .igualdades__principal--banner p span {
    display: none;
    visibility: hidden;
  }
}
.igualdades__principal--materia {
  display: flex;
  margin-top: 4rem;
}
@media (max-width: 426px) {
  .igualdades__principal--materia {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.igualdades__principal--infos {
  margin-left: 8rem;
  border-bottom: 0.16rem solid #d8d8d8;
}
@media (max-width: 426px) {
  .igualdades__principal--infos {
    margin-left: 0;
    border-bottom: 1px solid #c5c5c5;
  }
}
.igualdades__principal--infos img {
  margin-top: 4.5rem;
  margin-bottom: 4rem;
}
.igualdades__principal--showMore p {
  font-family: "Palatino";
  font-size: 1.76rem;
  line-height: 2.6rem;
  color: #2b2b2b;
  transition: 0.3s;
}
@media (max-width: 426px) {
  .igualdades__principal--showMore {
    display: none;
  }
}
.igualdades__principal--btn {
  display: none;
}
@media (max-width: 426px) {
  .igualdades__principal--btn {
    display: block;
    display: flex;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.igualdades__principal--star {
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  margin: 0 auto;
  width: 30px;
  height: 10rem;
}
.igualdades__principal--autor {
  display: flex;
  align-items: center;
  border-top: 0.16rem solid #d8d8d8;
  height: 15rem;
}
@media (max-width: 426px) {
  .igualdades__principal--autor {
    border-top: 1px solid #c5c5c5;
    margin-bottom: 2rem;
  }
}
.igualdades__principal--autor img {
  margin-left: 0.5rem;
}
.igualdades__principal--autor div {
  margin-left: 2.5rem;
}
.igualdades__lateral {
  padding-left: 3rem;
  width: 30%;
}
@media (max-width: 426px) {
  .igualdades__lateral {
    padding-left: 0;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.igualdades__lateral--title {
  padding-top: 0;
  margin-top: -6px;
}
@media (max-width: 500px) {
  .igualdades__lateral--title {
    padding-top: 1rem;
    margin-top: 0;
  }
}
.igualdades__lateral img {
  margin-top: 3rem;
  width: 255px;
}
@media (max-width: 426px) {
  .igualdades__lateral img {
    width: 100%;
  }
}
.igualdades__lateral img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.igualdades__lateral h2 {
  font-size: 18px;
  max-width: fit-content;
  text-transform: uppercase;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: bold;
  line-height: 19px;
  letter-spacing: -0.5px;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (max-width: 426px) {
  .igualdades__lateral h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.igualdades__lateral--noticia {
  border-bottom: 0.16rem solid #d8d8d8;
}
@media (max-width: 426px) {
  .igualdades__lateral--noticia {
    border-bottom: 1px solid #c5c5c5;
  }
}
.igualdades__lateral--noticia--btn {
  width: 9px;
  height: 15px;
}
@media (max-width: 426px) {
  .igualdades__lateral--hide {
    display: none;
  }
}
.igualdades__lateral--video {
  border-bottom: 0.16rem solid #d8d8d8;
}
@media (max-width: 426px) {
  .igualdades__lateral--video {
    border-bottom: 1px solid #c5c5c5;
  }
}
.igualdades__lateral--video--thumb {
  position: relative;
}
.igualdades__lateral--video--thumb img {
  object-fit: cover;
  width: 100%;
  height: 13rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.igualdades__lateral--video span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.654);
  left: 0;
  width: 100%;
  top: 3rem;
  bottom: 0.2rem;
}
.igualdades__lateral--video span svg:hover {
  filter: drop-shadow(2px 4px 6px black);
}
.igualdades__lateral--video--player {
  width: 40px;
  height: 100%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .igualdades__lateral--video--player {
    width: 60px;
    margin-top: 6.5rem;
  }
}
@media (max-width: 376px) {
  .igualdades__lateral--video--player {
    width: 60px;
    margin-top: 5rem;
  }
}
@media (max-width: 321px) {
  .igualdades__lateral--video--player {
    width: 45px;
    margin-top: 3rem;
  }
}
.e-videos {
  border-top: 1.5px solid #c5c5c5;
  padding: 3.5rem 0 5.2rem;
  display: flex;
  flex-wrap: wrap;
}
.e-videos > h2 {
  font-size: 4rem;
  line-height: 4.9rem;
  color: #f15b40;
  margin-bottom: 3.4rem;
  flex: 0 0 100%;
  font-family: "TradeGothic LT CondEighteen";
}
.e-videos .igualdades__lateral--video {
  flex: 1;
  border: none;
  padding-left: 2.8rem;
}
.e-videos .igualdades__lateral--video:not(:nth-child(4)) {
  border-right: 1.5px solid #c5c5c5;
  padding-right: 2.8rem;
}
.e-videos .igualdades__lateral--video:first-of-type {
  padding-left: 0;
}
.e-videos .igualdades__lateral--video a {
  display: flex;
  flex-direction: column;
}
.e-videos .igualdades__lateral--video a > p {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  z-index: 2;
  letter-spacing: 0.01em;
}
.e-videos .igualdades__lateral--video a > p::before {
  display: none;
}
.e-videos .igualdades__lateral--video a > h2 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  color: #000;
  letter-spacing: -0.02em;
  font-family: "TradeGothic LT CondEighteen";
  text-transform: uppercase;
}
.e-videos .igualdades__lateral--video--thumb {
  margin-bottom: 2rem;
  width: 100%;
  height: 20.2rem;
}
.e-videos .igualdades__lateral--video--thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.e-videos .igualdades__lateral--video--thumb span {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.e-videos .home__loadmore--desktop {
  flex: 0 0 100%;
  border: none;
  margin-top: 4rem;
}
.e-videos .home__loadmore--desktop .loadmore__container {
  border: none;
}
@media only screen and (max-width: 800px) {
  .e-videos {
    padding: 3.5rem 1.5rem 3.5rem;
  }
  .e-videos .igualdades__lateral--video {
    padding: 0 0 2.8rem;
    flex: 0 0 100%;
  }
  .e-videos .igualdades__lateral--video:not(:nth-child(4)) {
    padding: 0 0 2.8rem;
    margin-bottom: 2.8rem;
    border: none;
    border-bottom: 1.5px solid #c5c5c5;
  }
}
.todosIgualdades__container--btn {
  border: unset;
}
.todosIgualdades__container--item > div {
  flex: 1;
  border: none;
  padding-left: 2.8rem;
}
.todosIgualdades__container--item > div:first-child {
  padding-left: 0;
}
.todosIgualdades__container--item > div:last-child {
  padding-right: 0;
}
.todosIgualdades__container--item > div > a {
  display: flex;
  flex-direction: column;
}
.todosIgualdades__container--item > div > a img {
  width: 100%;
}
@media (max-width: 500px) {
  .igualdadesMini {
    margin-top: -8rem;
  }
}
.igualdadesMini__margin {
  margin-top: 3rem;
}
.igualdadesMini__principal {
  padding-bottom: 0;
}
.igualdadesMini__principal--materia {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media (max-width: 500px) {
  .igualdadesMini__principal--materia {
    padding-top: 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #c5c5c5;
  }
}
.igualdadesMini__principal--border {
  border-bottom: 0;
}
.igualdadesMini__lateral--btn {
  border-top: none;
  padding: 0;
  padding-top: 2rem;
}
.igualdadesMini__lateral--svg svg {
  height: 2.3rem;
  width: 2.3rem;
}
.igualdadesMini__lateral--principal {
  border-bottom: 0;
  margin-bottom: 0;
}
.igualdadesMini__btn {
  display: none;
}
@media (max-width: 500px) {
  .igualdadesMini__btn {
    display: block;
  }
}
.igualdadesMini__advert--desktop {
  margin-top: 8rem;
  border-top: 0.16rem solid #d8d8d8;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 500px) {
  .igualdadesMini__advert--desktop {
    display: none;
  }
}
.igualdadesMini__advert--mobile {
  display: none;
}
@media (max-width: 500px) {
  .igualdadesMini__advert--mobile {
    display: block;
    display: flex;
    justify-content: center;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 4.5rem;
  }
  .igualdadesMini__advert--mobile img {
    margin: 0;
  }
}
.dossie__dark {
  background-color: #2b2b2b;
  color: white;
}
.dossie__dark .d-publicy {
  background-color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.dossie__title {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 550px) {
  .dossie__title {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .dossie__title {
    font-size: 3rem;
  }
}
.dossie__main {
  padding-top: 3rem;
}
.dossie__listagem--content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 720px) {
  .dossie__listagem--content {
    gap: 3rem;
    flex-basis: unset;
  }
}
@media (max-width: 650px) {
  .dossie__listagem--content {
    padding-bottom: 0rem;
  }
}
.dossie__listagem--content .d-item {
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item {
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.dossie__listagem--content .d-item > h2 {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 2.2rem;
  font-weight: 600;
  color: #f15b40;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item > h2 {
    font-size: 3rem;
    text-align: center;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--big {
    margin-top: 3rem;
  }
}
.dossie__listagem--content .d-item--big .card__img {
  height: 68rem;
}
@media (max-width: 730px) {
  .dossie__listagem--content .d-item--big .card__img {
    height: 55rem;
  }
}
@media (max-width: 580px) {
  .dossie__listagem--content .d-item--big .card__img {
    height: 44rem;
  }
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--big .card__img {
    height: 30rem;
  }
}
.dossie__listagem--content .d-item--big .card__text > .title {
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 6.2rem;
  margin: 2rem 0;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--big .card__text > .title {
    margin: 1rem 0;
    font-size: 3.7rem;
    line-height: 3.9rem;
  }
}
.dossie__listagem--content .d-item--big .card__text > .desc {
  font-size: 2rem;
  line-height: 2.1rem;
}
.dossie__listagem--content .d-item--by2 > .cards {
  display: flex;
  justify-content: space-between;
}
.dossie__listagem--content .d-item--by2 > .cards .divisor:last-child {
  display: none;
}
.dossie__listagem--content .d-item--by2 > .cards .card {
  flex-basis: 48%;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by2 > .cards .card {
    display: flex;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.dossie__listagem--content .d-item--by2 > .cards .card:last-child {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}
.dossie__listagem--content .d-item--by2 > .cards .card__img {
  height: 32.4rem;
}
@media (max-width: 730px) {
  .dossie__listagem--content .d-item--by2 > .cards .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 600px) {
  .dossie__listagem--content .d-item--by2 > .cards .card__img {
    height: 22.4rem;
  }
}
@media (max-width: 520px) {
  .dossie__listagem--content .d-item--by2 > .cards .card__img {
    height: 19.4rem;
  }
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by2 > .cards .card__img {
    height: 10rem;
    flex-basis: 36%;
  }
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by2 > .cards .card__text {
    flex-basis: 60%;
    padding-left: 2rem;
  }
}
.dossie__listagem--content .d-item--by2 > .cards .card__text > .title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  margin: 2rem 0 1.1rem 0;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by2 > .cards .card__text > .title {
    font-size: 2.3rem;
    line-height: 2.4rem;
    margin: 0rem 0 1.1rem 0;
  }
}
.dossie__listagem--content .d-item--by2 > .cards .card__text > .desc {
  font-size: 2rem;
  line-height: 2.1rem;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by2 > .cards .card__text > .desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.dossie__listagem--content .d-item--by4 > .cards {
  display: flex;
  justify-content: space-between;
}
.dossie__listagem--content .d-item--by4 > .cards .divisor:last-child {
  display: none;
}
@media (max-width: 830px) {
  .dossie__listagem--content .d-item--by4 > .cards .divisor {
    display: none;
  }
}
.dossie__listagem--content .d-item--by4 > .cards .card {
  flex-basis: 23%;
}
@media (max-width: 830px) {
  .dossie__listagem--content .d-item--by4 > .cards .card {
    flex-basis: 30%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 730px) {
  .dossie__listagem--content .d-item--by4 > .cards .card {
    flex-basis: 48%;
  }
}
.dossie__listagem--content .d-item--by4 > .cards .card:last-child {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by4 > .cards .card {
    display: flex;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.dossie__listagem--content .d-item--by4 > .cards .card__img {
  height: 15.4rem;
}
@media (max-width: 830px) {
  .dossie__listagem--content .d-item--by4 > .cards .card__img {
    height: 20.4rem;
  }
}
@media (max-width: 730px) {
  .dossie__listagem--content .d-item--by4 > .cards .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 600px) {
  .dossie__listagem--content .d-item--by4 > .cards .card__img {
    height: 22.4rem;
  }
}
@media (max-width: 520px) {
  .dossie__listagem--content .d-item--by4 > .cards .card__img {
    height: 19.4rem;
  }
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by4 > .cards .card__img {
    height: 10rem;
    flex-basis: 36%;
  }
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by4 > .cards .card__text {
    flex-basis: 60%;
    padding-left: 2rem;
  }
}
.dossie__listagem--content .d-item--by4 > .cards .card__text > .title {
  font-size: 2.3rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  line-height: 2.4rem;
  margin: 2rem 0 1.1rem 0;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item--by4 > .cards .card__text > .title {
    font-size: 2.3rem;
    line-height: 2.4rem;
    margin: 0rem 0 1.1rem 0;
  }
}
.dossie__listagem--content .d-item--by4 > .cards .card__text > .desc {
  font-size: 1.4rem;
  line-height: 2rem;
}
.dossie__listagem--content .d-item .cards {
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .dossie__listagem--content .d-item .card,
  .dossie__listagem--content .d-item .cards .card {
    flex-basis: 100%;
  }
}
.dossie__listagem--content .d-item .card:hover .card__img,
.dossie__listagem--content .d-item .cards .card:hover .card__img {
  filter: brightness(70%);
}
.dossie__listagem--content .d-item .card__img,
.dossie__listagem--content .d-item .cards .card__img {
  width: 100%;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}
.dossie__listagem--content .d-item .card__text > .tag,
.dossie__listagem--content .d-item .cards .card__text > .tag {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 2.2rem;
  font-weight: 600;
  color: #f15b40;
}
.dossie__listagem--content .d-item .card__text > .title,
.dossie__listagem--content .d-item .cards .card__text > .title {
  font-family: "TradeGothic LT CondEighteen";
}
.dossie__listagem--content .d-item .card__text > .desc,
.dossie__listagem--content .d-item .cards .card__text > .desc {
  font-family: "TradeGothic";
}
.dossie__listagem--item {
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 5rem;
}
@media (max-width: 720px) {
  .dossie__listagem--item {
    padding-bottom: 3rem;
  }
}
.dossie__listagem--item:last-child {
  border-bottom: unset;
}
@media (max-width: 720px) {
  .dossie__listagem--item--destaque--container {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.dossie__listagem--item--destaque--img {
  height: 44rem;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex-basis: 80%;
}
@media (max-width: 720px) {
  .dossie__listagem--item--destaque--img {
    flex-basis: unset;
  }
}
@media (max-width: 510px) {
  .dossie__listagem--item--destaque--img {
    height: 26rem;
    flex-basis: unset;
  }
}
.dossie__listagem--item--destaque--info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: white;
  flex-basis: 35%;
}
@media (max-width: 720px) {
  .dossie__listagem--item--destaque--info {
    gap: 1rem;
    flex-basis: unset;
  }
}
.dossie__listagem--item--destaque--info--title {
  font-size: 3.5rem;
  line-height: 3.4rem;
  font-family: "TradeGothic LT CondEighteen";
}
.dossie__listagem--item--container {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}
@media (max-width: 720px) {
  .dossie__listagem--item--container {
    gap: 2rem;
    align-items: unset;
  }
}
.dossie__listagem--item--img {
  height: 44rem;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex-basis: 80%;
}
@media (max-width: 720px) {
  .dossie__listagem--item--img {
    max-width: 18rem;
    min-width: 18rem;
    height: 12rem;
  }
}
.dossie__listagem--item--info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-basis: 35%;
}
.dossie__listagem--item--info.white {
  color: white;
}
@media (max-width: 720px) {
  .dossie__listagem--item--info {
    gap: 1rem;
    flex-basis: unset;
  }
}
.dossie__listagem--item--info--tipo {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.dossie__listagem--item--info--title {
  font-size: 3.5rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-family: "TradeGothic LT CondEighteen";
}
@media (max-width: 720px) {
  .dossie__listagem--item--info--title {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.dossie__listagem--item--info--desc {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-family: "TradeGothic";
  font-weight: 100;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .dossie__listagem--item--info--desc {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.dossie__listagem--item--info--autor {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.6rem;
}
.dossie__listagem--item--info--autor--nome {
  font-weight: 800;
}
.dossie__listagem--item--info--autor--data {
  font-family: "TradeGothic LT Std";
}
.dossie__leia {
  padding: 10rem 0rem;
  background-color: white;
}
@media (max-width: 720px) {
  .dossie__leia {
    padding: 5rem 0rem;
  }
}
@media (max-width: 480px) {
  .dossie__leia {
    padding: 3rem 0rem;
  }
}
.dossie__leia--items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 620px) {
  .dossie__leia--items {
    row-gap: 3rem;
  }
}
@media (max-width: 620px) {
  .dossie__leia--items .divisor {
    display: none;
  }
}
.d-main {
  margin-top: 3rem;
}
.d-main--dark {
  background-color: #2b2b2b;
}
.d-main--dark {
  color: white;
}
.d-main--dark .d-publicy {
  background-color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.d-main__content > h1 {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 550px) {
  .d-main__content > h1 {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .d-main__content > h1 {
    font-size: 5rem;
    border: unset;
    padding-bottom: unset;
    margin-bottom: -1rem;
  }
}
.d-main__content .d-item {
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .d-main__content .d-item {
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.d-main__content .d-item > h2 {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 2.2rem;
  font-weight: 600;
  color: #f15b40;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .d-main__content .d-item > h2 {
    font-size: 3rem;
    text-align: center;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .d-main__content .d-item--big {
    margin-top: 3rem;
  }
}
.d-main__content .d-item--big .card__img {
  height: 68rem;
}
@media (max-width: 730px) {
  .d-main__content .d-item--big .card__img {
    height: 55rem;
  }
}
@media (max-width: 580px) {
  .d-main__content .d-item--big .card__img {
    height: 44rem;
  }
}
@media (max-width: 480px) {
  .d-main__content .d-item--big .card__img {
    height: 30rem;
  }
}
.d-main__content .d-item--big .card__text > .title {
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 6.2rem;
  margin: 2rem 0;
}
@media (max-width: 480px) {
  .d-main__content .d-item--big .card__text > .title {
    margin: 1rem 0;
    font-size: 3.7rem;
    line-height: 3.9rem;
  }
}
.d-main__content .d-item--big .card__text > .desc {
  font-size: 2rem;
  line-height: 2.1rem;
}
.d-main__content .d-item--by2 > .cards {
  display: flex;
  justify-content: space-between;
}
.d-main__content .d-item--by2 > .cards .divisor:last-child {
  display: none;
}
.d-main__content .d-item--by2 > .cards .card {
  flex-basis: 48%;
}
@media (max-width: 480px) {
  .d-main__content .d-item--by2 > .cards .card {
    display: flex;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.d-main__content .d-item--by2 > .cards .card:last-child {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}
.d-main__content .d-item--by2 > .cards .card__img {
  height: 32.4rem;
}
@media (max-width: 730px) {
  .d-main__content .d-item--by2 > .cards .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 600px) {
  .d-main__content .d-item--by2 > .cards .card__img {
    height: 22.4rem;
  }
}
@media (max-width: 520px) {
  .d-main__content .d-item--by2 > .cards .card__img {
    height: 19.4rem;
  }
}
@media (max-width: 480px) {
  .d-main__content .d-item--by2 > .cards .card__img {
    height: 10rem;
    flex-basis: 36%;
  }
}
@media (max-width: 480px) {
  .d-main__content .d-item--by2 > .cards .card__text {
    flex-basis: 60%;
    padding-left: 2rem;
  }
}
.d-main__content .d-item--by2 > .cards .card__text > .title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  margin: 2rem 0 1.1rem 0;
}
@media (max-width: 480px) {
  .d-main__content .d-item--by2 > .cards .card__text > .title {
    font-size: 2.3rem;
    line-height: 2.4rem;
    margin: 0rem 0 1.1rem 0;
  }
}
.d-main__content .d-item--by2 > .cards .card__text > .desc {
  font-size: 2rem;
  line-height: 2.1rem;
}
@media (max-width: 480px) {
  .d-main__content .d-item--by2 > .cards .card__text > .desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.d-main__content .d-item--by4 > .cards {
  display: flex;
  justify-content: space-between;
}
.d-main__content .d-item--by4 > .cards .divisor:last-child {
  display: none;
}
@media (max-width: 830px) {
  .d-main__content .d-item--by4 > .cards .divisor {
    display: none;
  }
}
.d-main__content .d-item--by4 > .cards .card {
  flex-basis: 23%;
}
@media (max-width: 830px) {
  .d-main__content .d-item--by4 > .cards .card {
    flex-basis: 30%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 730px) {
  .d-main__content .d-item--by4 > .cards .card {
    flex-basis: 48%;
  }
}
.d-main__content .d-item--by4 > .cards .card:last-child {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}
@media (max-width: 480px) {
  .d-main__content .d-item--by4 > .cards .card {
    display: flex;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.d-main__content .d-item--by4 > .cards .card__img {
  height: 15.4rem;
}
@media (max-width: 830px) {
  .d-main__content .d-item--by4 > .cards .card__img {
    height: 20.4rem;
  }
}
@media (max-width: 730px) {
  .d-main__content .d-item--by4 > .cards .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 600px) {
  .d-main__content .d-item--by4 > .cards .card__img {
    height: 22.4rem;
  }
}
@media (max-width: 520px) {
  .d-main__content .d-item--by4 > .cards .card__img {
    height: 19.4rem;
  }
}
@media (max-width: 480px) {
  .d-main__content .d-item--by4 > .cards .card__img {
    height: 10rem;
    flex-basis: 36%;
  }
}
@media (max-width: 480px) {
  .d-main__content .d-item--by4 > .cards .card__text {
    flex-basis: 60%;
    padding-left: 2rem;
  }
}
.d-main__content .d-item--by4 > .cards .card__text > .title {
  font-size: 2.3rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  line-height: 2.4rem;
  margin: 2rem 0 1.1rem 0;
}
@media (max-width: 480px) {
  .d-main__content .d-item--by4 > .cards .card__text > .title {
    font-size: 2.3rem;
    line-height: 2.4rem;
    margin: 0rem 0 1.1rem 0;
  }
}
.d-main__content .d-item--by4 > .cards .card__text > .desc {
  font-size: 1.4rem;
  line-height: 2rem;
}
.d-main__content .d-item .cards {
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .d-main__content .d-item .card,
  .d-main__content .d-item .cards .card {
    flex-basis: 100%;
  }
}
.d-main__content .d-item .card:hover .card__img,
.d-main__content .d-item .cards .card:hover .card__img {
  filter: brightness(70%);
}
.d-main__content .d-item .card__img,
.d-main__content .d-item .cards .card__img {
  width: 100%;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}
.d-main__content .d-item .card__text > .tag,
.d-main__content .d-item .cards .card__text > .tag {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 2.2rem;
  font-weight: 600;
  color: #f15b40;
}
.d-main__content .d-item .card__text > .title,
.d-main__content .d-item .cards .card__text > .title {
  font-family: "TradeGothic LT CondEighteen";
}
.d-main__content .d-item .card__text > .desc,
.d-main__content .d-item .cards .card__text > .desc {
  font-family: "TradeGothic";
}
.d-publicy {
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 480px) {
  .d-publicy {
    padding-bottom: 3.5rem;
  }
}
.d-publicy__container {
  display: flex;
  justify-content: center;
}
.d-last {
  background-color: white;
}
.d-last__content > h2 {
  font-size: 8rem;
  color: black;
  font-family: "TradeGothic LT Std";
  border: 0.18rem solid #d8d8d8;
  border-left: unset;
  border-right: unset;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 510px) {
  .d-last__content > h2 {
    font-size: 3rem;
  }
}
.d-last__content > .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.d-last__content > .cards .divisor:last-child {
  display: none;
}
@media (max-width: 730px) {
  .d-last__content > .cards .divisor {
    display: none;
  }
}
.d-last__content > .cards .card {
  flex-basis: 30%;
}
@media (max-width: 730px) {
  .d-last__content > .cards .card {
    flex-basis: 48%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 580px) {
  .d-last__content > .cards .card {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.d-last__content > .cards .card:hover .card__img {
  filter: brightness(70%);
}
.d-last__content > .cards .card__img {
  height: 20.4rem;
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}
@media (max-width: 730px) {
  .d-last__content > .cards .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 510px) {
  .d-last__content > .cards .card__img {
    height: 30rem;
  }
}
.d-last__content > .cards .card__text {
  padding: 2rem 0rem;
}
@media (max-width: 580px) {
  .d-last__content > .cards .card__text {
    padding-bottom: unset;
  }
}
.d-last__content > .cards .card__text > .tag {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.d-last__content > .cards .card__text > .title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  color: black;
  text-transform: uppercase;
  margin: 0.7rem 0;
}
.d-last__content > .cards .card__text > .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: black;
  font-family: "TradeGothic";
  font-weight: 100;
  transition: 0.3s;
  margin-bottom: 0.7rem;
}
.d-last__content > .cards .card__text > .author {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.5rem;
  font-weight: 600;
  color: black;
  transition: 0.3s;
}
.videos__main {
  padding-top: 3rem;
}
.videos__listagem--destaque {
  background-color: #2b2b2b;
}
.videos__listagem--destaque--slider--container {
  position: relative;
}
.videos__listagem--destaque--slider--slide {
  position: relative;
}
.videos__listagem--destaque--slider--slide iframe {
  width: 100%;
  height: 100%;
}
.videos__listagem--destaque--slider--arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
  color: white;
  transition: 0.2s;
}
.videos__listagem--destaque--slider--arrow svg {
  height: 10rem;
  width: 10rem;
}
.videos__listagem--destaque--slider--arrow:hover {
  color: #f15b40;
}
@media (max-width: 720px) {
  .videos__listagem--destaque--slider--arrow:hover {
    color: black;
  }
}
.videos__listagem--destaque--slider--arrow:active {
  color: #f15b40;
  filter: brightness(85%);
}
.videos__listagem--destaque--slider--arrow--prev {
  transform: rotate(180deg);
  left: -10rem;
  transition: 0.2s;
}
@media (max-width: 1110px) {
  .videos__listagem--destaque--slider--arrow--prev {
    left: 0;
    transition: 0.2s;
  }
}
.videos__listagem--destaque--slider--arrow--next {
  right: -10rem;
  transition: 0.2s;
}
@media (max-width: 1110px) {
  .videos__listagem--destaque--slider--arrow--next {
    right: 0;
    transition: 0.2s;
  }
}
.videos__listagem--card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-basis: 30%;
}
@media (max-width: 720px) {
  .videos__listagem--card {
    flex-basis: 48%;
  }
}
@media (max-width: 470px) {
  .videos__listagem--card {
    flex-basis: 100%;
    padding-bottom: 3rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.videos__listagem--card:hover .revista__main--destaque--card--img {
  filter: brightness(70%);
  transition: 0.3s;
}
.videos__listagem--card--img {
  height: 16rem;
  background-size: cover;
  background-color: grey;
  background-position: center;
  transition: 0.2s;
}
@media (max-width: 720px) {
  .videos__listagem--card--img {
    height: 20rem;
  }
}
@media (max-width: 470px) {
  .videos__listagem--card--img {
    height: 30rem;
  }
}
@media (max-width: 400px) {
  .videos__listagem--card--img {
    height: 25rem;
  }
}
.videos__listagem--card--title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  font-family: "TradeGothic LT CondEighteen";
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .videos__listagem--card--title {
    font-size: 3.7rem;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    gap: 2rem;
  }
}
.videos__listagem--thumb {
  height: 55rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 850px) {
  .videos__listagem--thumb {
    height: 50rem;
  }
}
@media (max-width: 720px) {
  .videos__listagem--thumb {
    height: 45rem;
  }
}
@media (max-width: 600px) {
  .videos__listagem--thumb {
    height: 35rem;
  }
}
@media (max-width: 470px) {
  .videos__listagem--thumb {
    height: 30rem;
  }
}
@media (max-width: 400px) {
  .videos__listagem--thumb {
    height: 25rem;
  }
}
.videos__listagem--thumb--content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 4rem;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
@media (max-width: 850px) {
  .videos__listagem--thumb--content {
    padding: 3rem;
  }
}
.videos__listagem--thumb--content:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.videos__listagem--thumb--play {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos__listagem--thumb--play--icon {
  height: 14rem;
  stroke: #f15a3e;
  stroke-width: 0.1rem;
}
@media (max-width: 850px) {
  .videos__listagem--thumb--play--icon {
    height: 12rem;
  }
}
@media (max-width: 600px) {
  .videos__listagem--thumb--play--icon {
    height: 7rem;
  }
}
.videos__listagem--thumb--info {
  color: white;
}
.videos__listagem--thumb--info--title {
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "TradeGothic LT CondEighteen";
  transition: 0.3s;
}
@media (max-width: 850px) {
  .videos__listagem--thumb--info--title {
    font-size: 5rem;
  }
}
.videos__listagem--thumb--info--desc {
  font-size: 2.5rem;
  font-family: "TradeGothic LT Std";
  font-weight: 200;
}
.videos__listagem--watchmore {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
@media (max-width: 620px) {
  .videos__listagem--watchmore {
    margin-top: 5rem;
  }
}
@media (max-width: 570px) {
  .videos__listagem--watchmore {
    margin-top: 2rem;
  }
}
.videos__listagem--watchmore--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0rem;
}
@media (max-width: 720px) {
  .videos__listagem--watchmore--content {
    padding: 0rem;
    row-gap: 3rem;
  }
}
@media (max-width: 470px) {
  .videos__listagem--watchmore--content a:last-of-type {
    border-bottom: unset;
  }
}
@media (max-width: 720px) {
  .videos__listagem--watchmore--content .divisor {
    display: none;
  }
}
.videos__listagem--watchmore--title {
  border: 0.18rem solid #d8d8d8;
  border-right: unset;
  border-left: unset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.videos__listagem--watchmore--title--container {
  font-size: 3.5rem;
  font-family: "TradeGothic LT Std";
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-display: swap;
}
@media (max-width: 925px) {
  .videos__listagem--watchmore--title--container {
    font-size: 3.5rem;
  }
}
@media (max-width: 720px) {
  .videos__listagem--watchmore--title--container {
    font-size: 2.5rem;
  }
}
@media (max-width: 590px) {
  .videos__listagem--watchmore--title--container {
    font-size: 1.7rem;
  }
}
.videos__listagem--video {
  padding-bottom: 10rem;
}
@media (max-width: 720px) {
  .videos__listagem--video {
    padding-bottom: 2rem;
  }
}
.videos__listagem--video--content {
  display: flex;
  flex-direction: column;
}
.videos__listagem--video--content.dark {
  background-color: #2b2b2b;
}
.videos__listagem--video--content.black {
  background-color: black;
}
.videos__listagem--video--title {
  border: 0.18rem solid #d8d8d8;
  border-right: unset;
  border-left: unset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.videos__listagem--video--title--container {
  font-size: 3.5rem;
  font-family: "TradeGothic LT Std";
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}
@media (max-width: 925px) {
  .videos__listagem--video--title--container {
    font-size: 3.5rem;
  }
}
@media (max-width: 720px) {
  .videos__listagem--video--title--container {
    font-size: 2.5rem;
  }
}
@media (max-width: 590px) {
  .videos__listagem--video--title--container {
    font-size: 1.7rem;
  }
}
.videos__listagem--video--container {
  width: 100%;
}
.videos__listagem--video--container iframe {
  width: 100%;
  height: 100%;
}
.videos__listagem--video--more {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  align-self: center;
  justify-content: flex-end;
  margin-top: 3rem;
}
@media (max-width: 840px) {
  .videos__listagem--video--more {
    flex-basis: 20%;
  }
}
@media (max-width: 770px) {
  .videos__listagem--video--more {
    flex-basis: 15%;
  }
}
@media (max-width: 720px) {
  .videos__listagem--video--more {
    flex-basis: 100%;
    margin-bottom: 0rem;
  }
}
.videos__listagem--video--more--btn {
  height: fit-content;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f15a24;
}
@media (max-width: 720px) {
  .videos__listagem--video--more--btn {
    width: 100%;
    justify-content: space-between;
  }
}
.videos__listagem--video--more--btn span {
  color: white;
  font-size: 1.8rem;
  font-family: "TradeGothic LT Std";
  font-weight: 500;
  background-color: #f15a24;
  padding: 0.9rem 1.2rem;
  white-space: nowrap;
  width: 100%;
  border-right: 0.1rem solid white;
}
@media (max-width: 720px) {
  .videos__listagem--video--more--btn span {
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    padding-left: 1.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 440px) {
  .videos__listagem--video--more--btn span {
    font-size: 1.5rem;
  }
}
.videos__listagem--video--more--btn svg {
  height: 1.7rem;
  width: 1.7rem;
  margin: 0rem 1rem;
  color: white;
}
@media (max-width: 720px) {
  .videos__listagem--video--more--btn svg {
    height: 1.9rem;
    width: 1.9rem;
    margin: 0rem 2rem;
  }
}
.videos__listagem--video--watchmore--content {
  margin-top: 3rem;
}
.videos__listagem--video--watchmore--row {
  padding: 3rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 0.18rem solid #d8d8d8;
}
@media (max-width: 470px) {
  .videos__listagem--video--watchmore--row a:last-of-type {
    border-bottom: unset;
  }
}
@media (max-width: 720px) {
  .videos__listagem--video--watchmore--row .divisor {
    display: none;
  }
}
@media (max-width: 720px) {
  .videos__listagem--video--watchmore--row .divisor--horizontal {
    display: none;
  }
}
@media (max-width: 470px) {
  .videos__listagem--video--watchmore--row {
    gap: 3rem;
  }
}
@media (max-width: 620px) {
  .videos__listagem--video--watchmore--row {
    row-gap: 3rem;
  }
}
.v-main > h2 {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 780px) {
  .v-main > h2 {
    padding-bottom: unset;
    border: unset;
    margin-top: 2rem;
    font-size: 6rem;
  }
}
.v-main > div:not(.v-full--grey):not(.v-full--black) {
  margin-bottom: 10rem;
}
@media (max-width: 830px) {
  .v-main > div:not(.v-full--grey):not(.v-full--black) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 500px) {
  .v-main > div:not(.v-full--grey):not(.v-full--black) {
    margin-bottom: 3rem;
  }
}
.v-main .card:hover .card__img::before {
  background: rgba(0, 0, 0, 0.6);
}
.v-main .card__img {
  position: relative;
}
.v-main .card__img > .play {
  z-index: 3;
  height: 15rem;
}
.v-main .card__img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: 0.3s ease;
}
.v-main .card__text > h4 {
  text-transform: uppercase;
}
.v-slider__main {
  position: relative;
  background-color: #2b2b2b;
}
@media (max-width: 780px) {
  .v-slider__main {
    background-color: unset;
  }
  .v-slider__main::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    bottom: 0;
    z-index: -1;
    background-color: #2b2b2b;
  }
}
.v-slider__control {
  display: none;
  justify-content: center;
  margin-top: 20px;
  font-size: 2.7rem;
  font-weight: 600;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 780px) {
  .v-slider__control {
    display: flex;
  }
}
.v-slider__control > .arrow {
  cursor: pointer;
}
.v-slider__control > .counter {
  margin: 0 10px;
}
.v-slider__container {
  position: relative;
}
.v-slider__container > .arrow {
  position: absolute;
  display: flex;
  align-items: center;
  color: #ffffff;
  z-index: 2;
  top: 0;
  height: 100%;
  cursor: pointer;
  transition: 0.2s ease-in;
}
@media (max-width: 780px) {
  .v-slider__container > .arrow {
    display: none !important;
  }
}
.v-slider__container > .arrow:hover {
  color: #f15b40;
}
.v-slider__container > .arrow:active {
  filter: brightness(60%);
}
.v-slider__container > .arrow > svg {
  width: 5rem;
  height: 10rem;
}
.v-slider__container > .arrow.left {
  transform: rotate(180deg);
  left: -5rem;
}
@media (max-width: 1110px) {
  .v-slider__container > .arrow.left {
    left: 3rem;
  }
}
.v-slider__container > .arrow.right {
  right: -5rem;
}
@media (max-width: 1110px) {
  .v-slider__container > .arrow.right {
    right: 3rem;
  }
}
.v-slider__container > .slider .card {
  display: block;
}
.v-slider__container > .slider .card__container {
  position: relative;
}
.v-slider__container > .slider .card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 565px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
  overflow: hidden;
}
@media (max-width: 830px) {
  .v-slider__container > .slider .card__img {
    height: 480px;
  }
}
@media (max-width: 780px) {
  .v-slider__container > .slider .card__img {
    height: 380px;
    margin-bottom: unset;
  }
}
@media (max-width: 500px) {
  .v-slider__container > .slider .card__img {
    height: 250px;
  }
}
@media (max-width: 430px) {
  .v-slider__container > .slider .card__img {
    height: 225px;
  }
}
@media (max-width: 320px) {
  .v-slider__container > .slider .card__img {
    height: 150px;
  }
}
.v-slider__container > .slider .card__img > .play {
  position: relative;
  z-index: 2;
}
@media (max-width: 830px) {
  .v-slider__container > .slider .card__img > .play {
    height: 10rem;
  }
}
@media (max-width: 500px) {
  .v-slider__container > .slider .card__img > .play {
    height: 5rem;
  }
}
.v-slider__container > .slider .card__img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.v-slider__container > .slider .card__text {
  color: #ffff;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  right: 4rem;
  z-index: 2;
}
@media (max-width: 780px) {
  .v-slider__container > .slider .card__text {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    display: block;
    padding: 2.5rem 0;
  }
}
.v-slider__container > .slider .card__text > span {
  display: none;
}
@media (max-width: 780px) {
  .v-slider__container > .slider .card__text > span {
    display: block;
    font-size: 1.9rem;
    font-weight: 600;
    font-family: "TradeGothic LT CondEighteen";
    color: #f15b40;
    margin-bottom: 1rem;
  }
}
.v-slider__container > .slider .card__text > h4 {
  font-size: 5rem;
  line-height: 5rem;
  margin: 0.7rem 0;
  font-weight: 700;
  font-family: "TradeGothic LT CondEighteen";
}
@media (max-width: 780px) {
  .v-slider__container > .slider .card__text > h4 {
    font-size: 3.7rem;
    line-height: 3.9rem;
    margin: 0;
    margin-bottom: 1rem;
  }
}
.v-slider__container > .slider .card__text > p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  width: 60%;
  margin-top: 1rem;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 780px) {
  .v-slider__container > .slider .card__text > p {
    width: 100%;
    font-size: 2rem;
    line-height: 2.1rem;
  }
}
.v-list--notitle {
  border-top: 0.18rem solid #d8d8d8;
  margin-top: 5rem;
  padding-top: 5rem;
}
@media (max-width: 500px) {
  .v-list--notitle {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.v-list > h3 {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 700px) {
  .v-list > h3 {
    font-size: 6rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 500px) {
  .v-list > h3 {
    font-size: 4rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 460px) {
  .v-list > h3 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.v-list__items {
  display: flex;
  flex-wrap: wrap;
}
.v-list__items .divisor {
  margin: 0 28px;
}
@media (max-width: 830px) {
  .v-list__items .divisor {
    display: none;
  }
}
.v-list__items .divisor--horizontal:last-child {
  display: none;
}
@media (max-width: 830px) {
  .v-list__items .divisor--horizontal {
    display: none;
  }
}
.v-list__items > span:nth-of-type(3n + 3) {
  margin-right: unset;
  display: none;
}
.v-list__items > article:nth-of-type(2n + 2) {
  margin-right: unset;
}
@media (max-width: 500px) {
  .v-list__items > article:last-of-type {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
}
.v-list__items .card {
  flex-basis: calc(33.33% - 39px);
}
@media (max-width: 830px) {
  .v-list__items .card {
    flex-basis: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .v-list__items .card {
    flex-basis: 100%;
    margin-right: unset;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.18rem solid #d8d8d8;
  }
}
.v-list__items .card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 165px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  transition: 0.3s ease;
}
@media (max-width: 830px) {
  .v-list__items .card__img {
    height: 210px;
  }
}
@media (max-width: 700px) {
  .v-list__items .card__img {
    height: 175px;
  }
}
@media (max-width: 600px) {
  .v-list__items .card__img {
    height: 160px;
  }
}
@media (max-width: 500px) {
  .v-list__items .card__img {
    height: 250px;
  }
}
@media (max-width: 430px) {
  .v-list__items .card__img {
    height: 225px;
  }
}
@media (max-width: 320px) {
  .v-list__items .card__img {
    height: 150px;
  }
}
.v-list__items .card__img > .play {
  height: 5rem;
  width: 5rem;
}
.v-list__items .card__text > span {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.v-list__items .card__text > h4 {
  font-size: 3.5rem;
  line-height: 3.8rem;
  margin: 0.7rem 0;
  margin-bottom: unset;
  font-weight: 700;
  font-family: "TradeGothic LT CondEighteen";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-align: left;
}
.v-full--grey {
  position: relative;
  margin-bottom: unset;
}
.v-full--grey .v-select {
  margin-top: 2rem;
}
.v-full--grey .card__container {
  position: relative;
  background-color: #2b2b2b;
  width: 100%;
}
@media (max-width: 780px) {
  .v-full--grey .card__container {
    background-color: unset;
  }
  .v-full--grey .card__container::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    bottom: 0;
    z-index: -1;
    background-color: #2b2b2b;
  }
}
@media (max-width: 780px) {
  .v-full--grey .card__text > h4 {
    color: white !important;
  }
}
.v-full--black {
  margin-bottom: unset;
  position: relative;
}
.v-full--black .v-select {
  margin-top: 2rem;
}
.v-full--black .card__container {
  background-color: black;
  width: 100%;
}
@media (max-width: 780px) {
  .v-full--black .card__container {
    background-color: unset;
  }
  .v-full--black .card__container::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    bottom: 0;
    z-index: -1;
    background-color: #2b2b2b;
  }
}
@media (max-width: 780px) {
  .v-full--black .card__text > h4 {
    color: white !important;
  }
}
.v-full > h3 {
  font-size: 6rem;
  font-family: "TradeGothic LT Std";
  border-top: 0.18rem solid #d8d8d8;
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 500px) {
  .v-full > h3 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.v-full .card {
  display: block;
  position: relative;
}
.v-full .card__container {
  position: relative;
}
.v-full .card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 565px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  transition: 0.3s ease;
  overflow: hidden;
}
@media (max-width: 830px) {
  .v-full .card__img {
    height: 480px;
  }
}
@media (max-width: 780px) {
  .v-full .card__img {
    height: 380px;
    margin-bottom: unset;
  }
}
@media (max-width: 500px) {
  .v-full .card__img {
    height: 250px;
  }
}
@media (max-width: 430px) {
  .v-full .card__img {
    height: 225px;
  }
}
@media (max-width: 320px) {
  .v-full .card__img {
    height: 150px;
  }
}
.v-full .card__img > .play {
  position: relative;
  z-index: 2;
}
@media (max-width: 830px) {
  .v-full .card__img > .play {
    height: 10rem;
  }
}
@media (max-width: 500px) {
  .v-full .card__img > .play {
    height: 5rem;
  }
}
.v-full .card__img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.v-full .card__text {
  color: #ffff;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  right: 4rem;
  z-index: 2;
}
@media (max-width: 780px) {
  .v-full .card__text {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    display: block;
    padding: 2.5rem 0;
  }
}
.v-full .card__text > span {
  display: none;
}
@media (max-width: 780px) {
  .v-full .card__text > span {
    display: block;
    font-size: 1.9rem;
    font-weight: 600;
    font-family: "TradeGothic LT CondEighteen";
    color: #f15b40;
    margin-bottom: 1rem;
  }
}
.v-full .card__text > h4 {
  font-size: 5rem;
  line-height: 5rem;
  margin: 0.7rem 0;
  font-weight: 700;
  font-family: "TradeGothic LT CondEighteen";
}
@media (max-width: 780px) {
  .v-full .card__text > h4 {
    color: black;
    font-size: 3.7rem;
    line-height: 3.9rem;
    margin: 0;
  }
}
.v-full .card__text > p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  width: 60%;
  margin-top: 1rem;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 700px) {
  .v-full .card__text > p {
    width: 100%;
    font-size: 2rem;
    line-height: 2.1rem;
  }
}
.v-select {
  background-color: white;
}
.v-select__container {
  background-color: #f15a24;
  display: flex;
  align-items: center;
  color: white;
}
.v-select__container > span {
  padding: 0.9rem 5rem 0.9rem 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  border-right: 1px solid white;
  font-family: "TradeGothic LT Std";
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .v-select__container > span {
    font-size: 2rem;
    line-height: 2rem;
    padding: 1.5rem;
  }
}
.v-select__container > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 500px) {
  .v-select__container > .icon {
    padding: 0 2rem;
  }
}
.v-select__container > .icon > svg {
  height: 1.7rem;
  width: 1.7rem;
}
.assine__header {
  background: #2b2b2b;
  background: linear-gradient(180deg, #2b2b2b 0%, #111 100%);
  background-size: cover;
}
.assine__header--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2rem;
}
@media (max-width: 490px) {
  .assine__header--content {
    gap: 1rem;
    padding-top: 0rem;
  }
}
.assine__header--textbox {
  text-align: left;
  color: white;
  justify-self: center;
  padding: 2rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 670px) {
  .assine__header--textbox {
    flex-basis: 48%;
  }
}
.assine__header--textbox--main {
  font-size: 7rem;
  font-family: "TradeGothic LT CondEighteen";
}
@media (max-width: 720px) {
  .assine__header--textbox--main {
    font-size: 5rem;
  }
}
@media (max-width: 490px) {
  .assine__header--textbox--main {
    font-size: 4rem;
    white-space: nowrap;
  }
}
.assine__header--textbox--secondary {
  font-size: 2.1rem;
  font-family: "TradeGothic LT Std";
  font-weight: 500;
}
@media (max-width: 720px) {
  .assine__header--textbox--secondary {
    font-size: 1.8rem;
  }
}
.assine__header--img--container {
  flex-basis: 35%;
  align-self: flex-end;
  justify-self: flex-end;
}
@media (max-width: 670px) {
  .assine__header--img--container {
    flex-basis: 50%;
  }
}
.assine__header--godown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.assine__header--godown svg {
  height: 4rem;
  width: 4rem;
}
.assine__options--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5rem 0rem;
}
@media (max-width: 720px) {
  .assine__options--content {
    gap: 3rem;
  }
}
@media (max-width: 670px) {
  .assine__options--content {
    padding: 2rem 0rem;
  }
}
.assine__options--card {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
}
.assine__options--card--orange {
  flex-basis: 52%;
  transition: 0.3s;
  background: #f15b40;
  background: linear-gradient(180deg, #f15b40 0%, #b2402b 100%);
}
@media (max-width: 890px) {
  .assine__options--card--orange {
    flex-basis: 48%;
  }
}
@media (max-width: 720px) {
  .assine__options--card--orange {
    flex-basis: 100%;
  }
}
.assine__options--card--white {
  background-color: white;
  flex-basis: 44%;
  padding-bottom: 10.2rem;
  transition: 0.3s;
}
@media (max-width: 890px) {
  .assine__options--card--white {
    flex-basis: 48%;
  }
}
@media (max-width: 720px) {
  .assine__options--card--white {
    flex-basis: 100%;
  }
}
.assine__options--card--content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 6rem 5rem;
  padding-bottom: 3rem;
}
@media (max-width: 800px) {
  .assine__options--card--content {
    padding: 6rem 3rem;
    gap: 1.6rem;
  }
}
@media (max-width: 720px) {
  .assine__options--card--content {
    flex-wrap: wrap;
  }
}
.assine__options--card--title {
  font-size: 3.8rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  text-align: center;
}
.assine__options--card--title.white {
  color: white;
}
.assine__options--card--preco {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.7rem;
  font-family: "TradeGothic LT CondEighteen";
}
.assine__options--card--preco--main {
  font-size: 3.3rem;
  font-weight: 700;
  color: black;
}
.assine__options--card--preco--main .white {
  color: white;
  font-size: 3.5rem;
}
.assine__options--card--preco--main .orange {
  color: #f15b40;
  font-size: 3.5rem;
}
.assine__options--card--preco--secondary {
  font-weight: 100;
  font-family: "TradeGothic LT Std";
  font-size: 2.4rem;
}
.assine__options--card--desc {
  font-family: "TradeGothic LT CondEighteen";
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
}
.assine__options--card--desc.white {
  color: white;
}
.assine__options--card--btn {
  outline: none;
  border: none;
  padding: 1.5rem 1rem;
  width: 100%;
  max-width: 250px;
  background-color: black;
  border-radius: 0.5rem;
  font-family: "Noto Sans";
  color: white;
  font-size: 1.4rem;
  text-align: center;
  transition: 0.2s;
}
.assine__options--card--btn:hover {
  background-color: #3c4043;
  transition: 0.1s;
}
.assine__options--card--btn:active {
  background-color: #5f6368;
}
.assine__options--card--btn--container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.assine__options--card--btn .bold {
  font-family: "Noto Sans SemBd";
}
.assine__options--card--label {
  font-family: "TradeGothic LT Std";
  text-align: center;
  font-size: 1.5rem;
}
.assineObrigado {
  margin-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
@media (max-width: 500px) {
  .assineObrigado {
    margin-top: -8rem;
  }
}
.assineObrigado h1 {
  border-top: 0.16rem solid #d8d8d8;
  border-bottom: 0.16rem solid #d8d8d8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 8rem;
  font-weight: 200;
  font-family: "TradeGothic LT Std";
  color: #000;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 500px) {
  .assineObrigado h1 {
    border-top: 0;
    padding-top: 0;
    font-size: 5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.16rem solid #d8d8d8;
  }
}
.assineObrigado strong {
  display: flex;
  justify-content: center;
  color: #f15b40;
  font-size: 2.5rem;
  line-height: 2rem;
}
@media (max-width: 500px) {
  .assineObrigado strong {
    font-size: 2.2rem;
    line-height: 1rem;
  }
}
.assineObrigado p {
  margin-top: 1rem;
  color: #000;
  font-size: 2.5rem;
  line-height: 2rem;
  text-align: center;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 500px) {
  .assineObrigado p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.assineObrigado__grid {
  margin-top: 5rem;
}
.assineObrigado__coluna {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .assineObrigado__coluna {
    flex-direction: column;
  }
}
.assineObrigado__coluna:first-child {
  border-bottom: 0.16rem solid #d8d8d8;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  .assineObrigado__coluna:first-child {
    border-bottom: 0.16rem solid #d8d8d8;
    padding-bottom: 2rem;
  }
}
.assineObrigado__coluna:not(:first-child) {
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  .assineObrigado__coluna:not(:first-child) {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
}
.assineObrigado__coluna--item {
  width: 320px;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item {
    width: 100%;
  }
}
.assineObrigado__coluna--item:not(:first-child) {
  padding-left: 2rem;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item:not(:first-child) {
    padding-left: 0;
  }
}
.assineObrigado__coluna--item:not(:last-child) {
  border-right: 0.16rem solid #d8d8d8;
  padding-right: 2rem;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item:not(:last-child) {
    border-right: 0;
    padding-right: 0;
    border-bottom: 0.16rem solid #d8d8d8;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
.assineObrigado__coluna--item-img {
  width: 275px;
  height: 18.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .assineObrigado__coluna--item-img {
    width: 220px;
    height: 16.4rem;
  }
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item-img {
    width: 100%;
    height: 28.5rem;
  }
}
@media (max-width: 400px) {
  .assineObrigado__coluna--item-img {
    height: 23.5rem;
  }
}
.assineObrigado__coluna--item-img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.assineObrigado__coluna--item span {
  font-family: "TradeGothic LT";
  text-transform: lowercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #f15b40;
  font-weight: 600;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item span {
    font-size: 17px;
  }
}
.assineObrigado__coluna--item h3 {
  font-size: 30px;
  max-width: fit-content;
  text-transform: uppercase;
  line-height: 31px;
  letter-spacing: -0.5px;
  padding-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.assineObrigado__coluna--item p {
  margin-top: 1rem;
  font-family: "TradeGothic";
  font-size: 1.385rem;
  line-height: 1.7rem;
  letter-spacing: -0.01em;
  text-align: left;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.assineObrigado__coluna--item p strong {
  display: block;
  color: #211f20;
  font-size: 1.4rem;
  font-family: "TradeGothic LT";
  line-height: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--item p strong {
    font-size: 1.6rem;
  }
}
.assineObrigado__coluna--btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .assineObrigado__coluna--btn {
    border-top: 0.16rem solid #d8d8d8;
    padding-top: 3rem;
  }
}
.conta__main {
  padding-top: 4rem;
}
.conta__content {
  padding-bottom: 6rem;
}
.conta__title {
  border: 0.18rem solid #d8d8d8;
  border-right: unset;
  border-left: unset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 200;
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 620px) {
  .conta__title {
    font-size: 6rem;
  }
}
@media (max-width: 580px) {
  .conta__title {
    font-size: 5rem;
    border: unset;
  }
}
.conta__title--container {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 620px) {
  .conta__title--container {
    margin-bottom: 4rem;
  }
}
@media (max-width: 580px) {
  .conta__title--container {
    margin-bottom: 2rem;
  }
}
.conta__box {
  border-radius: 0.3rem;
  box-shadow: 0px 0px 10px 5px rgba(87, 60, 60, 0.07);
}
@media (max-width: 620px) {
  .conta__box {
    box-shadow: 0px 0px 10px 5px rgba(87, 60, 60, 0.05);
  }
}
@media (max-width: 580px) {
  .conta__box {
    box-shadow: 0px 0px 5px 5px rgba(87, 60, 60, 0.03);
  }
}
.conta__box--content {
  padding: 3rem 2rem;
  padding-bottom: 5rem;
  display: flex;
  max-width: 647px;
  margin: auto;
  flex-direction: column;
  gap: 3rem;
}
.conta__box--title {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  padding: 1.5rem 0rem;
  margin-bottom: -0.9rem;
  text-align: center;
  width: 100%;
}
.conta__box--desc {
  font-size: 1.8rem;
  text-align: center;
  font-family: "TradeGothic";
  font-weight: 100;
  transition: 0.3s;
}
.conta__box--or {
  font-family: "TradeGothic LT Std";
  font-size: 3rem;
  text-align: center;
}
.conta__box--google {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.conta__box--google--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.conta__box--google--btn {
  box-shadow: 0px 0px 5px 2px rgba(87, 60, 60, 0.09);
  padding: 0.9rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-weight: 800;
  background-color: white;
  color: #757575;
  border: none;
}
@media (max-width: 580px) {
  .conta__box--google--btn {
    max-width: 200px;
    font-size: 1.3rem;
    padding: 1.4rem 1.8rem;
  }
}
.conta__box--google--btn svg {
  height: 1.7rem;
  width: 1.7rem;
}
.conta__box--google--btn--container {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 580px) {
  .conta__box--google--btn--container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.conta__box--form {
  text-align: center;
}
.conta__box--form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0rem;
}
.conta__box--form--label {
  position: relative;
  flex-basis: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.conta__box--form--label span {
  flex-basis: 100%;
}
.conta__box--form--label.with-label i {
  bottom: 25%;
}
.conta__box--form--label.half {
  flex-basis: 48.3%;
}
@media (max-width: 677px) {
  .conta__box--form--label.half {
    flex-basis: 100%;
  }
}
.conta__box--form--label.medium {
  flex-basis: 66.5%;
}
@media (max-width: 590px) {
  .conta__box--form--label.medium {
    flex-basis: 60%;
  }
}
@media (max-width: 435px) {
  .conta__box--form--label.medium {
    flex-basis: 100%;
  }
}
.conta__box--form--label.small {
  flex-basis: 30%;
}
@media (max-width: 590px) {
  .conta__box--form--label.small {
    flex-basis: 35%;
  }
}
@media (max-width: 435px) {
  .conta__box--form--label.small {
    flex-basis: 100%;
  }
}
.conta__box--form--label i {
  position: absolute;
  right: 1.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  bottom: 35%;
}
.conta__box--form--label--check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
}
@media (max-width: 400px) {
  .conta__box--form--label--check {
    font-size: 1.2rem;
  }
}
@media (max-width: 369px) {
  .conta__box--form--label--check {
    font-size: 1rem;
  }
}
.conta__box--form--label--check .orange {
  font-weight: 600;
  color: #f15b40;
  text-decoration: underline;
}
.conta__box--form--label select:invalid {
  color: #d6d6d6;
}
.conta__box--form--label option[value=""][disabled] {
  display: none;
}
.conta__box--form--label option {
  color: black;
}
.conta__box--form--input {
  width: 100%;
  flex-basis: 100%;
  outline: none;
  border: 0.2rem solid #d6d6d6;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-family: "TradeGothic";
}
.conta__box--form--input::placeholder {
  color: black;
}
.conta__box--form--input.half {
  flex-basis: 48.3%;
}
.conta__box--form--input.grey-input::placeholder {
  color: #d6d6d6;
}
.conta__box--form--btn {
  background-color: #f15b40;
  padding: 1.5rem;
  font-size: 2rem;
  text-align: center;
  outline: none;
  width: 100%;
  border: none;
  color: white;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 800;
  transition: 0.2s;
}
.conta__box--form--btn:hover {
  filter: brightness(90%);
  transition: 0.2s;
}
.conta__box--form--btn:active {
  filter: brightness(70%);
}
.conta__box--form--options {
  display: flex;
  justify-content: space-between;
  font-family: "TradeGothic";
  font-size: 1.7rem;
  padding-top: 2rem;
}
@media (max-width: 470px) {
  .conta__box--form--options {
    flex-direction: column;
    gap: 3rem;
  }
}
.conta__box--form--options .underline {
  text-decoration: underline;
  transition: 0.2s;
}
.conta__box--form--options .underline:hover {
  color: #f15b40;
  transition: 0.3s;
}
.contaCrie__form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.contaCrie__form--info {
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.contaCrie__form--options {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 1rem 0rem;
}
.contaCrie__box--form--options {
  display: flex;
  justify-content: center;
  font-family: "TradeGothic";
  font-size: 1.7rem;
  padding-top: 5rem;
}
.contaCrie__box--form--options .underline {
  text-decoration: underline;
  transition: 0.2s;
}
.contaCrie__box--form--options .underline:hover {
  color: #f15b40;
  transition: 0.3s;
}
.contaSenha__form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.contaSenha__form--info {
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.contaSenha__form--info svg {
  height: 12rem;
  width: 12rem;
  padding: 2rem 0rem;
  padding-bottom: 3.5rem;
  align-self: center;
  justify-self: center;
}
.contaSenha__form--options {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 1rem 0rem;
}
.contaSenha__box--form--options {
  display: flex;
  justify-content: center;
  font-family: "TradeGothic";
  font-size: 1.7rem;
  padding-top: 5rem;
}
.contaSenha__box--form--options .underline {
  text-decoration: underline;
  transition: 0.2s;
}
.contaSenha__box--form--options .underline:hover {
  color: #f15b40;
  transition: 0.3s;
}
.profile h2 {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border: 0.18rem solid #d8d8d8;
  border-left: unset;
  border-right: unset;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 550px) {
  .profile h2 {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .profile h2 {
    font-size: 3rem;
  }
}
.profile__box {
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.17);
  border-radius: 0.3rem;
  padding: 4rem 15px;
  margin-top: 5rem;
}
.profile__box > .content {
  text-align: center;
  max-width: 565px;
  margin: 0 auto;
}
.profile__box > .content > h3 {
  font-size: 2.75rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.profile__box > .content > p {
  font-size: 1.7rem;
  line-height: 2rem;
  margin-top: 0.5rem;
  font-family: "TradeGothic";
  font-weight: 100;
  transition: 0.3s;
}
.profile__box > .content form {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.profile__box > .content form > .field {
  position: relative;
  display: flex;
  text-align: left;
  flex-direction: column;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}
.profile__box > .content form > .field::after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.profile__box > .content form > .field.inactive:after {
  display: block;
}
.profile__box > .content form > .field.inactive > input {
  background-color: #f1f1f1;
}
.profile__box > .content form > .field > input {
  position: relative;
  padding: 1.3rem 1rem;
  margin-top: 0.8rem;
  border: 0.18rem solid #d8d8d8;
  font-family: "TradeGothic";
  outline: unset;
  font-size: 1.5rem;
}
.profile__box > .content form > .field > input::placeholder {
  font-size: 1.5rem;
  font-family: "TradeGothic";
}
.profile__box > .content form > .field > .edit {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  height: 2rem;
  width: 2rem;
  right: 0;
  top: 51%;
  margin: 0 1rem;
  transition: 0.2s ease-in;
}
.profile__box > .content form > .field > .edit.editing {
  color: #f15b40;
}
.profile__box > .content form > .field > .edit:hover {
  color: #f15b40;
}
.profile__box > .content form > button {
  padding: 1.3rem 1rem;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 700;
  font-size: 2.2rem;
  background-color: #f15b40;
  color: white;
  border: unset;
  transition: 0.3s ease;
}
.profile__box > .content form > button:hover {
  filter: brightness(70%);
}
.dizAi {
  margin-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
@media (max-width: 800px) {
  .dizAi {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .dizAi {
    margin-top: -8rem;
    padding-bottom: 3rem;
  }
}
.dizAi h1 {
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 8rem;
  font-weight: 200;
  font-family: "TradeGothic LT Std";
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .dizAi h1 {
    border-top: 0;
    padding-top: 0;
    font-size: 5rem;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: -1rem;
  }
}
.dizAi__divisor {
  margin-top: 4rem;
  border-top: 2px solid #c5c5c5;
}
@media (max-width: 500px) {
  .dizAi__divisor {
    margin-top: 3rem;
    border-top: 1px solid #c5c5c5;
  }
}
.dizAi__noticia {
  margin-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid #c5c5c5;
}
@media (max-width: 500px) {
  .dizAi__noticia {
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #c5c5c5;
  }
}
.dizAi__noticia--img {
  width: 100%;
  height: 62.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .dizAi__noticia--img {
    background-position: top;
    height: 55.8rem;
  }
}
@media (max-width: 500px) {
  .dizAi__noticia--img {
    height: 28.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 400px) {
  .dizAi__noticia--img {
    height: 25.8rem;
  }
}
.dizAi__noticia--img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.dizAi__noticia span {
  font-family: "TradeGothic LT";
  text-transform: lowercase;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #f15b40;
  font-weight: 600;
}
@media (max-width: 500px) {
  .dizAi__noticia span {
    font-size: 17px;
  }
}
.dizAi__noticia h2 {
  font-size: 5.1rem;
  max-width: fit-content;
  text-transform: uppercase;
  line-height: 5.8rem;
  letter-spacing: -1.5px;
  padding-bottom: 0;
  margin-top: 1.5rem;
  margin-right: 10rem;
}
@media (max-width: 800px) {
  .dizAi__noticia h2 {
    margin-right: 6rem;
  }
}
@media (max-width: 500px) {
  .dizAi__noticia h2 {
    font-size: 32px;
    line-height: 34px;
    margin-right: 0;
    margin-top: 0.6rem;
  }
}
.dizAi__noticia p {
  margin-top: 1rem;
  font-family: "TradeGothic";
  font-size: 1.9rem;
  line-height: 2.35rem;
  letter-spacing: -0.01em;
  margin-right: 13rem;
}
@media (max-width: 800px) {
  .dizAi__noticia p {
    margin-right: 4rem;
    margin-right: 0;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 0.5rem;
  }
}
.dizAi__column {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .dizAi__column {
    flex-direction: column;
  }
}
.dizAi__column:not(:last-child) {
  margin-top: 3rem;
}
@media (max-width: 800px) {
  .dizAi__column:not(:last-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .dizAi__column:not(:last-child) {
    margin-top: 3rem;
  }
}
.dizAi__column span {
  font-family: "TradeGothic LT";
  text-transform: lowercase;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #f15b40;
  font-weight: 600;
  margin-bottom: -1rem;
}
@media (max-width: 500px) {
  .dizAi__column span {
    font-size: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c5c5c5;
    text-align: center;
    margin-top: -1rem;
  }
}
.dizAi__column--img {
  width: 198.5px;
  height: 13rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .dizAi__column--img {
    width: 158px;
    height: 12rem;
    background-position: top;
  }
}
@media (max-width: 500px) {
  .dizAi__column--img {
    margin-right: 2rem;
    width: 100%;
    height: 11.5rem;
  }
}
@media (max-width: 400px) {
  .dizAi__column--img {
    height: 9.5rem;
  }
}
.dizAi__column--img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
@media (max-width: 500px) {
  .dizAi__column--item {
    display: flex;
  }
}
.dizAi__column--item:not(:last-child) {
  padding-right: 2rem;
  border-right: 2px solid #c5c5c5;
}
@media (max-width: 500px) {
  .dizAi__column--item:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 3rem;
  }
}
.dizAi__column--item:not(:first-child) {
  margin-left: 2rem;
}
@media (max-width: 500px) {
  .dizAi__column--item:not(:first-child) {
    margin-left: 0;
  }
}
.dizAi__column--item h3 {
  font-size: 24px;
  max-width: fit-content;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: -0.85px;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .dizAi__column--item h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0.7rem;
  }
}
.dizAi__column--item p {
  font-family: "TradeGothic";
  font-size: 1.4rem;
  line-height: 1.85rem;
  letter-spacing: -0.01em;
}
@media (max-width: 500px) {
  .dizAi__column--item p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 500px) {
  .dizAi__column--text {
    width: 540px;
  }
}
.dizAi__grid {
  margin-top: 2.5rem;
}
@media (max-width: 500px) {
  .dizAi__grid {
    margin-top: 2rem;
  }
}
.dizAi__grid span {
  font-family: "TradeGothic LT";
  text-transform: lowercase;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #f15b40;
  font-weight: 600;
}
@media (max-width: 500px) {
  .dizAi__grid span {
    font-size: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c5c5c5;
    display: flex;
    justify-content: center;
  }
}
.dizAi__container {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  border-bottom: 2px solid #c5c5c5;
}
@media (max-width: 500px) {
  .dizAi__container {
    flex-direction: column;
    padding-bottom: 3rem;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 3rem;
  }
}
.dizAi__container--img {
  width: 439px;
  height: 30rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .dizAi__container--img {
    width: 355px;
    height: 26.4rem;
  }
}
@media (max-width: 500px) {
  .dizAi__container--img {
    width: 100%;
    height: 11.5rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .dizAi__container--img {
    height: 9.5rem;
  }
}
.dizAi__container--img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
@media (max-width: 500px) {
  .dizAi__container--item {
    display: flex;
  }
}
.dizAi__container--item:not(:last-child) {
  padding-right: 2rem;
  border-right: 2px solid #c5c5c5;
}
@media (max-width: 500px) {
  .dizAi__container--item:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 3rem;
  }
}
.dizAi__container--item:last-child {
  margin-left: 2rem;
}
@media (max-width: 500px) {
  .dizAi__container--item:last-child {
    margin-left: 0;
  }
}
.dizAi__container--item h2 {
  font-size: 30px;
  max-width: fit-content;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: -0.85px;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .dizAi__container--item h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0.7rem;
  }
}
.dizAi__container--item p {
  font-family: "TradeGothic";
  font-size: 1.9rem;
  line-height: 2.35rem;
  letter-spacing: -0.01em;
  margin-right: 3rem;
}
@media (max-width: 500px) {
  .dizAi__container--item p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-right: 0;
  }
}
.dizAi__ad {
  margin-top: 4rem;
}
@media (max-width: 500px) {
  .dizAi__ad {
    margin-top: 3rem;
  }
}
.dizAi__ad img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.lastNews {
  background-color: #fff;
}
.lastNews h2 {
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 8rem;
  font-weight: 200;
  font-family: "TradeGothic LT Std";
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .lastNews h2 {
    border-top: 1px solid #c5c5c5;
    padding-top: 2rem;
    font-size: 3rem;
    border-bottom: 1px solid #c5c5c5;
  }
}
.lastNews__column {
  margin-top: 5rem;
}
@media (max-width: 500px) {
  .lastNews__column {
    margin-top: 3rem;
  }
}
.lastNews__border {
  border-bottom: 0 !important;
}
.dizAiInterna__title {
  margin-bottom: 4rem;
}
.dizAiInterna__header {
  margin-top: 5rem;
}
.dizAiInterna__video--content {
  display: flex;
  flex-direction: column;
  background-color: black;
}
.dizAiInterna__video--container {
  width: 100%;
  height: 55rem;
}
@media (max-width: 850px) {
  .dizAiInterna__video--container {
    height: 50rem;
  }
}
@media (max-width: 720px) {
  .dizAiInterna__video--container {
    height: 45rem;
  }
}
@media (max-width: 600px) {
  .dizAiInterna__video--container {
    height: 35rem;
  }
}
@media (max-width: 470px) {
  .dizAiInterna__video--container {
    height: 30rem;
  }
}
@media (max-width: 400px) {
  .dizAiInterna__video--container {
    height: 25rem;
  }
}
.dizAiInterna__video--container iframe {
  width: 100%;
  height: 100%;
}
.dizAiInterna__listagem--item {
  border: 0.18rem solid #d8d8d8;
  border-right: unset;
  border-left: unset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 5rem 0rem;
}
.dizAiInterna__listagem--item--title {
  font-size: 4rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  display: flex;
}
.dizAiInterna__listagem--videos--content {
  padding: 3rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem 0rem;
}
@media (max-width: 470px) {
  .dizAiInterna__listagem--videos--content a:last-of-type {
    border-bottom: unset;
  }
}
@media (max-width: 620px) {
  .dizAiInterna__listagem--videos--content .divisor {
    display: none;
  }
}
@media (max-width: 620px) {
  .dizAiInterna__listagem--videos--content .divisor--horizontal {
    display: none;
  }
}
@media (max-width: 470px) {
  .dizAiInterna__listagem--videos--content {
    gap: 3rem;
  }
}
@media (max-width: 620px) {
  .dizAiInterna__listagem--videos--content {
    row-gap: 3rem;
  }
}
.dizAiInterna__ficha--content {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 4rem 0rem;
}
.dizAiInterna__ficha--content--row {
  font-family: "TradeGothic LT Std";
  font-size: 2.3rem;
}
.dizAiInterna__ficha--content--row .bold {
  font-weight: 800;
}
.dizAiInterna__ficha--content--row .separador {
  margin: 0rem 0.5rem;
}
.dizAiInterna__readmore {
  padding: 4rem 0rem;
}
.quemFaz {
  background-color: #fff;
}
.quemFaz__border {
  border-top: 0;
}
.quemFaz__advert {
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .quemFaz__advert--desktop {
    display: none;
  }
}
.quemFaz__advert--mobile {
  display: none;
}
@media (max-width: 500px) {
  .quemFaz__advert--mobile {
    display: block;
  }
}
.advices {
  background-color: #fff;
  padding-bottom: 3rem;
}
@media (max-width: 620px) {
  .advices {
    padding-bottom: 2rem;
  }
}
.advices__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 620px) {
  .advices__content > :not(:nth-last-child(-n + 18)) {
    display: flex;
  }
}
@media (max-width: 620px) {
  .advices__showCard {
    display: block;
    display: flex;
  }
}
.collabs {
  background-color: #fff;
}
@media (max-width: 500px) {
  .collabs__margin {
    padding-bottom: 0rem;
  }
}
.profile {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (max-width: 500px) {
  .profile {
    padding-bottom: 3rem;
  }
}
.profile__info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10rem;
}
@media (max-width: 500px) {
  .profile__info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
}
@media (max-width: 500px) {
  .profile__info img {
    width: 240px;
  }
}
.profile__info div {
  margin-left: 2rem;
}
@media (max-width: 500px) {
  .profile__info div {
    margin-left: 0;
    margin-top: 3rem;
    text-align: center;
  }
}
.profile__info div span {
  font-size: 38px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 800;
}
@media (max-width: 500px) {
  .profile__info div span {
    line-height: 30px;
  }
}
.profile__info div p {
  font-size: 16px;
  font-family: "TradeGothic";
  line-height: 8px;
  letter-spacing: -0.01em;
}
@media (max-width: 500px) {
  .profile__info div p {
    padding-top: 1rem;
  }
}
.profile__info div p span {
  font-size: 16px;
}
.profile__info div p span.italic {
  font-style: italic;
  font-weight: 100;
}
@media (max-width: 500px) {
  .profile__info div p span.bold {
    line-height: 0;
  }
}
.profile__history h2 {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0.01em;
  color: #f15b40;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-top: 0.16rem solid #d8d8d8;
}
@media (max-width: 426px) {
  .profile__history h2 {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.profile__history--news {
  margin-top: 3rem;
  display: flex;
  padding-bottom: 3rem;
  border-bottom: 0.16rem solid #d8d8d8;
}
@media (max-width: 500px) {
  .profile__history--news {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c5c5c5;
  }
}
.profile__history--news img {
  max-width: 36rem;
  min-width: 36rem;
  height: 25rem;
  object-fit: cover;
}
@media (max-width: 720px) {
  .profile__history--news img {
    max-width: 100%;
    min-width: unset;
    height: 45rem;
  }
}
@media (max-width: 640px) {
  .profile__history--news img {
    max-width: 100%;
    min-width: unset;
    background-position: center;
    height: 35rem;
  }
}
@media (max-width: 400px) {
  .profile__history--news img {
    max-width: 100%;
    height: 25rem;
  }
}
.profile__history--news div {
  margin-left: 3rem;
}
@media (max-width: 500px) {
  .profile__history--news div {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.profile__history--news div span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: "TradeGothic LT CondEighteen";
  letter-spacing: 0.01em;
  color: #f15b40;
}
@media (max-width: 500px) {
  .profile__history--news div span {
    font-size: 16px;
    line-height: 25px;
  }
}
.profile__history--news div h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 30px;
  line-height: 31px;
  letter-spacing: 0.01em;
}
@media (max-width: 500px) {
  .profile__history--news div h3 {
    font-size: 28px;
    line-height: 29px;
  }
}
.profile__history--news div p {
  font-family: "TradeGothic";
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .profile__history--news div p {
    font-size: 16px;
    line-height: 19px;
  }
}
.profile__history--news div p strong {
  font-family: "TradeGothic LT";
  font-weight: 800;
  color: #211f20;
}
.profile__history--loadMore {
  border: none;
  padding: 0;
  margin-top: 2rem;
  margin-right: 0;
}
@media (max-width: 500px) {
  .profile__history--hideMobile {
    display: none;
  }
}
.colunistas__header .podcast__header--thumb {
  flex-basis: 30%;
}
.colunistas__header {
  background: unset;
}
.colunistas__header .podcast__header--content {
  align-items: center;
}
.colunistas__header .podcast__header--info {
  color: black;
  flex: 1;
}
.colunistas__header .podcast__header--info .podcast__header--info--title {
  font-size: 4rem;
}
.colunistas__header .podcast__header--info .podcast__header--info--desc {
  line-height: 2.7rem;
  font-size: 2.1rem;
}
.colunistas__header .podcast__header--content .todosIgualdades__header strong {
  color: black;
}
.termos__header--version {
  text-align: center;
  font-size: 1.76rem;
  font-family: "TradeGothic";
  font-weight: 100;
}
.termos__main {
  padding-top: 4rem;
}
.termos__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: 1.76rem;
  padding: 4rem 0rem;
}
@media (max-width: 620px) {
  .termos__content {
    padding: 4rem 0rem;
  }
}
@media (max-width: 580px) {
  .termos__content {
    padding: 2rem 0rem;
  }
}
.termos__content--title {
  font-size: 3rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
  margin-top: 2rem;
}
.termos__content--paragraph {
  font-family: "Palatino";
  line-height: 2.6rem;
  color: #2b2b2b;
  transition: 0.3s;
}
@media (max-width: 620px) {
  .termos__content--paragraph {
    font-size: 1.65rem;
  }
}
.termos__content--paragraph a {
  font-family: "PalatinoLTPro";
  color: #f15b40;
  text-decoration: underline;
  font-size: 1.76rem;
  font-weight: bold;
}
.termos__content--paragraph.bold {
  font-family: "PalatinoLTPro";
  font-size: 1.76rem;
  font-weight: bold;
}
.termos__content--paragraph .bold {
  font-family: "PalatinoLTPro";
  font-size: 1.76rem;
  font-weight: bold;
}
.termos__content--list {
  list-style: none;
  font-family: "Palatino";
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.termos__content--list .bold {
  font-family: "PalatinoLTPro";
  font-size: 1.76rem;
  font-weight: bold;
}
.termos__title {
  border: 0.18rem solid #d8d8d8;
  border-right: unset;
  border-left: unset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 200;
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
}
@media (max-width: 620px) {
  .termos__title {
    font-size: 6rem;
  }
}
@media (max-width: 580px) {
  .termos__title {
    font-size: 4rem;
  }
}
.termos__title--container {
  text-align: center;
  margin-bottom: 3rem;
}
.assinatura__box {
  border: 2px solid #d6d6d6;
  padding: 3rem;
  color: #2b2b2b;
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .assinatura__box {
    padding: 2rem;
  }
}
@media (max-width: 500px) {
  .assinatura__box span {
    font-size: 1.7rem;
  }
}
.assinatura__box strong {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 2rem;
}
@media (max-width: 500px) {
  .assinatura__box strong {
    font-size: 1.7rem;
  }
}
.assinatura__box p {
  margin-top: 1rem;
}
.assinatura__btn {
  display: flex;
}
@media (max-width: 500px) {
  .assinatura__btn {
    flex-direction: column;
  }
}
.assinatura__btn a:not(:first-child) {
  margin-left: 1.5rem;
}
@media (max-width: 500px) {
  .assinatura__btn a:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .assinatura__btn a:first-child {
    margin-bottom: 1.5rem;
  }
}
.assinatura__btn--btn {
  background-color: #fff;
  padding: 1.5rem;
  font-size: 2rem;
  text-align: center;
  outline: none;
  width: 100%;
  border: 2px solid #f15b40;
  color: #f15b40;
  font-family: "TradeGothic LT CondEighteen";
  font-weight: 800;
  transition: 0.2s;
}
.assinatura__btn--btn:hover {
  filter: brightness(90%);
  transition: 0.2s;
}
.assinatura__btn--btn:active {
  filter: brightness(70%);
}
@media (max-width: 500px) {
  .artigos h1 {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.artigos__grid {
  padding-top: 5rem;
}
@media (max-width: 500px) {
  .artigos__grid {
    padding-top: 3rem;
  }
}
.artigos__fav {
  display: flex;
}
.artigos__fav svg {
  width: 12px;
  height: 17px;
}
.resultado {
  margin-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media (max-width: 800px) {
  .resultado {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .resultado {
    margin-top: 5rem;
    padding-bottom: 3rem;
  }
}
.resultado h1 {
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 8rem;
  font-weight: 200;
  font-family: "TradeGothic LT Std";
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .resultado h1 {
    border-top: 0;
    padding-top: 0;
    font-size: 5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #c5c5c5;
  }
}
.resultado > span {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  font-size: 1.7rem;
  font-family: "TradeGothic";
}
.resultado > span strong {
  font-family: "TradeGothic LT";
  letter-spacing: -0.05rem;
}
@media (max-width: 500px) {
  .resultado > span {
    font-size: 1.5rem;
  }
}
.resultado__grid {
  display: flex;
  padding-top: 2rem;
}
@media (max-width: 500px) {
  .resultado__grid {
    flex-direction: column;
    padding-top: 0;
  }
}
.resultado__principal {
  padding-right: 3rem;
  border-right: 2px solid #c5c5c5;
  width: 75%;
}
@media (max-width: 500px) {
  .resultado__principal {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
.resultado__cards {
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 2px solid #c5c5c5;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .resultado__cards {
    flex-direction: column;
    border-bottom: 1px solid #c5c5c5;
  }
}
.resultado__cards--img {
  width: 52%;
  height: 23rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 800px) {
  .resultado__cards--img {
    height: 19rem;
  }
}
@media (max-width: 500px) {
  .resultado__cards--img {
    width: 100%;
    height: 29rem;
  }
}
@media (max-width: 400px) {
  .resultado__cards--img {
    height: 25rem;
  }
}
@media (max-width: 325px) {
  .resultado__cards--img {
    height: 21rem;
  }
}
.resultado__cards--img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.resultado__cards--info {
  width: 48%;
  margin-left: 3rem;
}
@media (max-width: 500px) {
  .resultado__cards--info {
    width: 100%;
    margin-left: 0;
  }
}
.resultado__cards--info span {
  display: block;
  margin-top: -0.65rem;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #f15b40;
}
@media (max-width: 500px) {
  .resultado__cards--info span {
    margin-top: 1rem;
  }
}
.resultado__cards--info h2 {
  margin-top: 1rem;
  font-size: 32px;
  line-height: 33px;
  letter-spacing: 0.01em;
  font-family: "TradeGothic LT CondEighteen";
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .resultado__cards--info h2 {
    font-size: 29px;
    line-height: 28px;
    letter-spacing: -0.01em;
  }
}
.resultado__cards--info p {
  font-family: "TradeGothic";
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.01em;
  margin-top: 1rem;
}
@media (max-width: 500px) {
  .resultado__cards--info p {
    font-size: 16px;
  }
}
.resultado__cards--info p strong {
  font-family: "TradeGothic LT";
  font-weight: 800;
  color: #211f20;
}
.resultado__cards--loadMore {
  border-top: 0;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 500px) {
  .resultado__cards--loadMore {
    border-bottom: 1px solid #c5c5c5;
  }
}
.resultado__cards--loadMore span {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .resultado__cards--loadMore span {
    margin-bottom: 3rem;
  }
}
.resultado__lateral {
  padding-left: 3rem;
  width: 25%;
  margin-top: -1.8rem;
}
@media (max-width: 500px) {
  .resultado__lateral {
    width: 100%;
    padding-left: 0;
  }
}
.resultado__lateral--ad {
  border-bottom: 2px solid #c5c5c5;
  padding-bottom: 2rem;
}
@media (max-width: 500px) {
  .resultado__lateral--ad {
    display: none;
  }
}
.resultado__lateral--ad span {
  color: #929292;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -0.2rem;
  margin-bottom: 1rem;
}
.resultado__lateral--ad img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.resultado__lateral--title span {
  font-family: "TradeGothic LT Std";
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
  padding: 1rem 0;
  border-bottom: 2px solid #c5c5c5;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 500px) {
  .resultado__lateral--title span {
    border-bottom: 1px solid #c5c5c5;
    font-size: 3rem;
    text-align: center;
  }
}
.resultado__lateral--lidas img {
  width: 255px;
  margin-top: 2rem;
}
@media (max-width: 500px) {
  .resultado__lateral--lidas img {
    width: 100%;
    margin-top: 3rem;
  }
}
.resultado__lateral--lidas img:hover {
  filter: brightness(70%);
  transition: 0.3s;
}
.resultado__lateral--lidas div {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #c5c5c5;
}
@media (max-width: 500px) {
  .resultado__lateral--lidas div {
    border-bottom: 1px solid #c5c5c5;
  }
}
.resultado__lateral--lidas div:hover {
  color: #f15b40;
  transition: 0.3s;
}
.resultado__lateral--lidas div a {
  font-weight: 600;
  font-size: 1.72rem;
  letter-spacing: 0.01em;
  line-height: 18px;
}
@media (max-width: 500px) {
  .resultado__lateral--lidas div a {
    font-size: 3.2rem;
    line-height: 28px;
  }
}
.resultado__lateral--lidas div a strong {
  color: #f15b40;
  letter-spacing: -0.04em;
}
.resultado__lateral--lidas div p {
  margin-top: 0.8rem;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.01em;
}
@media (max-width: 500px) {
  .resultado__lateral--lidas div p {
    font-size: 13px;
    margin-top: 2rem;
  }
}
.last {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 550px) {
  .last {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.last h1 {
  font-size: 8rem;
  font-family: "TradeGothic LT Std";
  border-bottom: 0.18rem solid #d8d8d8;
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
@media (max-width: 550px) {
  .last h1 {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .last h1 {
    font-size: 3rem;
  }
}
.last__container {
  display: flex;
  margin-top: 5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.last__container .contentdiv {
  flex-basis: 30%;
}
@media (max-width: 730px) {
  .last__container .contentdiv {
    flex-basis: 47%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .last__container .contentdiv {
    flex-basis: 100%;
    border-bottom: 0.18rem solid #d8d8d8;
    padding-bottom: 3rem;
    margin-top: 4rem;
    margin-bottom: unset;
  }
}
@media (max-width: 520px) {
  .last__container .contentdiv:first-of-type {
    margin-top: unset !important;
  }
}
.last__container .contentdiv .card:hover .card__img {
  filter: brightness(70%);
}
.last__container .contentdiv .card__img {
  height: 20.4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  transition: 0.3s ease;
}
.last__container .contentdiv .card__img.contain {
  background-size: contain;
}
.last__container .contentdiv .card__img--full {
  background-size: cover;
}
@media (max-width: 730px) {
  .last__container .contentdiv .card__img {
    height: 27.4rem;
  }
}
@media (max-width: 500px) {
  .last__container .contentdiv .card__img {
    height: 30rem;
    border: unset;
  }
}
.last__container .contentdiv .card__text > .tag {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "TradeGothic LT CondEighteen";
  color: #f15b40;
}
.last__container .contentdiv .card__text > .title {
  font-size: 3.7rem;
  line-height: 3.8rem;
  margin: 0.7rem 0;
  font-weight: 700;
  font-family: "TradeGothic LT CondEighteen";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-align: left;
}
@media (max-width: 480px) {
  .last__container .contentdiv .card__text > .title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.last__container .contentdiv .card__text > .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "TradeGothic";
  font-weight: 100;
  margin-bottom: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.last__container .contentdiv .card__text > .desc:empty {
  display: none;
}
.last__container .contentdiv .card__text > .author {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 1.5rem;
  font-weight: 600;
  color: black;
}
.last__container span:nth-of-type(3n + 0) {
  display: none;
}
@media (max-width: 730px) {
  .last__container > .divisor {
    display: none;
  }
}
@media (max-width: 730px) {
  .last__container > .divisor--horizontal {
    display: none;
  }
}
/*# sourceMappingURL=main.min.css.map */
