.block {
  padding-top: 16px;
  width: 100%;
  background: #fff;
  color: #2f2f2f;
  overflow: hidden;
  clear: both;
}
.block .block-title {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #525252;
  font: 300 32px/36px "Roboto", sans-serif;
  color: inherit;
  text-transform: uppercase;
  align-items: center;
}
.block .block-title .highlight {
  float: left;
  margin-left: 12px;
  padding: 2px 4px;
  font: 12px/16px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #525252;
}
.block .block-title .highlight.lock {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  line-height: 14px;
}
.block .block-title .author {
  float: left;
  margin-right: 12px;
  white-space: nowrap;
}
.block .block-title .author .image {
  float: left;
  margin-right: 8px;
  width: 56px !important;
  height: 56px !important;
  border-radius: 100%;
}
.block .block-title .author .title {
  display: flex;
  font-size: 32px;
  line-height: 32px;
}
.block .block-title .author .name {
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: none;
}
.block .block-sub-title {
  text-align: left;
  font: 500 18px/24px "Roboto", sans-serif;
  letter-spacing: 0.9px;
  color: inherit;
  opacity: 1;
  margin-top: -24px;
}
.block .presented {
  position: absolute;
  top: 0;
  right: 12px;
}
.block .presented .title {
  float: left;
  margin-right: 12px;
  font: 300 10px/28px "Roboto", sans-serif;
  color: inherit;
}
.block .presented .position {
  float: left;
  width: 84px;
  min-height: 32px;
  background: #bfffdf;
}
.block .icon {
  font-size: inherit;
  line-height: inherit;
  vertical-align: bottom;
}

.block .card {
  float: left;
  margin-bottom: 24px;
  width: 100%;
  color: inherit;
}
.block .card span:last-child {
  margin-bottom: 0 !important;
}
.block .card img.media {
  max-width: 100%;
}
.block .card .media {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.block .card .media.left {
  float: left;
  margin: 0 8px 0 0;
  width: auto;
}
.block.cultura .card .media.left {
  max-height: 85px;
}
.block .card .media.left.round {
  margin: 0 8px 8px 0;
  border-radius: 100%;
}
.block .card .edition {
  float: left;
  margin-bottom: 12px;
  padding: 12px 24px 24px;
  width: 100%;
  background: #000;
}
.block .card .edition .number {
  display: block;
  margin-bottom: 8px;
  font: 12px/16px "Roboto", sans-serif;
  color: #fff;
}
.block .card .edition .image {
  display: block;
  width: 100%;
  height: auto;
}
.block .card .edition .link {
  display: block;
  padding: 12px;
  font: 14px/18px "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ae0f09;
}
.block .card .edition-previous {
  display: block;
  font: 14px/18px "Roboto";
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
.block .card .video {
  position: relative;
}
.block .card .video:after {
  font-family: "icons";
  content: "\e90b";
  width: 52px;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -26px;
}
.block .card .video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 75%
  );
  content: "";
}
.block .card .category {
  display: block;
  margin-bottom: 4px;
  font: 14px/18px "Source Serif Pro", serif;
  color: #ae0f09;
}
.block .card .title {
  display: block;
  margin-bottom: 8px;
  font: 700 16px/20px "Roboto", serif;
  color: inherit;
}
.block .card .description {
  display: block;
  margin-bottom: 8px;
  font: 16px/20px "Source Serif Pro", serif;
  color: inherit;
}
.block .card .link {
  display: block;
  margin-bottom: 8px;
  font: 16px/20px "Source Serif Pro", serif;
  color: inherit;
  text-decoration: underline;
  vertical-align: bottom;
}
.block .card .link .icon {
  vertical-align: baseline;
}
.block .card > a {
  color: inherit;
}
.block .card.a .title {
  font-size: 16px;
  line-height: 20px;
}
.block .card.b .title {
  font-size: 20px;
  line-height: 24px;
}
.block .card.c .title {
  font-size: 30px;
  line-height: 34px;
}
.block .card.d .title:not(.small) {
  font-size: 48px;
  line-height: 52px;
}
.block .card.d .description {
  font-size: 18px;
  line-height: 22px;
}
.block .card.d .title.small,
.block .card.d .media + .category + .title {
  font-size: 36px;
  line-height: 40px;
}
.block .card.d .media + .category + .title + .description {
  font-size: 16px;
  line-height: 20px;
}
.block .card.e .title {
  font-size: 48px;
  line-height: 52px;
}
.block .card.e .description {
  font-size: 18px;
  line-height: 22px;
}
.block .card.full {
  position: relative;
}
.block .card.full .media {
  margin: 0;
  width: 100%;
  height: 424px;
}
.block .card.a video.media {
  height: 128px;
}
.block .card.a video.media.left {
  height: 85px;
  width: 85px;
}
.block .card.c video.media {
  height: 416px;
}
.block .card.d .media.left {
  max-width: 300px;
  height: 200px;
  width: 100%;
}
.block .card.d video.media:not(.left) {
  height: 624px;
}
.block .card video.media.left.round {
  height: 50px;
  width: 50px;
}
.block .card.full .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  padding: 120px 24px 24px;
  width: 100%;
  background: linear-gradient(to top, #000, transparent);
}
.block .edition span:first-child {
  font-size: 13px;
  line-height: 18px;
}

.block.yellow {
  background: #fae46d;
}
.block.yellow .block-title {
  border-color: #000;
  color: #000;
}
.block.yellow .block-title .highlight {
  color: #fae46d;
  background: #000;
}
.block.yellow .presented .title {
  color: #000;
}

.block.dark {
  background: #1f1f1f;
  color: #fff;
}
.block.dark .block-title {
  border-color: #fff;
  color: #fff;
}
.block.dark .block-title .highlight {
  color: #1f1f1f;
  background: #fff;
}
.block.dark .card .category {
  color: #fff;
}
.block.darklight {
  background: #404040;
  color: #fff;
}
.block.darklight .block-title {
  border-color: #fff;
}
.block.darklight .block-title .highlight {
  color: #1f1f1f;
  background: #fff;
}
.block.darklight .card .category {
  color: #ffce00;
}

.block .our-carousel {
  overflow: scroll;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.block .our-carousel::-webkit-scrollbar {
  display: none;
}
.block .our-carousel .our-carousel-item {
  flex: 0 0 auto;
  float: left;
  margin-right: 12px;
  width: calc(20% - 9.6px);
}
.block .our-carousel[data-items-per-turn="4"] .our-carousel-item {
  width: calc(25% - 9px);
}
.block .our-carousel[data-items-per-turn="5"] .our-carousel-item {
  width: calc(20% - 9.6px);
}
.block .our-carousel[data-items-per-turn="6"] .our-carousel-item {
  width: calc(16.66666667% - 10px);
}
.block.videos .our-carousel-item .count {
  display: none;
}
.block .our-carousel .icon {
  position: absolute;
  top: 50%;
  width: 12px;
  font-size: 24px;
  line-height: 24px;
  color: #f47265;
  text-align: center;
  cursor: pointer;
}
.block .our-carousel .icon.arrow-left {
  left: -15px;
  text-align: left;
  background: none;
  padding-left: 0;
}
.block .our-carousel .icon.arrow-right {
  right: 0;
  text-align: right;
}
.block .our-carousel .icon.fade-in {
  opacity: 1;
}
.block .our-carousel .icon.fade-out {
  opacity: 0.05;
}

.our-carousel-dots {
  position: absolute;
  top: 16px;
  right: 30px;
}
.our-carousel .our-carousel-dot {
  display: inline-block;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: #fcbfb9;
  border-radius: 360px;
}
.our-carousel .our-carousel-dot.active {
  background: #ae0f09;
}

.block.videos .our-carousel .card .title {
  font-weight: normal;
}
.block.podcasts .our-carousel .card .title {
  font-weight: normal;
}

.block.most-read .our-carousel .card .category,
.block.abril-recomenda .our-carousel .card .category {
  padding-left: 60px;
}
.block.most-read .our-carousel .card .title,
.block.abril-recomenda .our-carousel .card .title {
  position: relative;
  padding-left: 60px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  max-height: 54px;
  min-height: 45px;
}
.block.most-read .our-carousel .card .title strong,
.block.abril-recomenda .our-carousel .card .title strong {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  border-right: 1px solid #ffce00;
  width: 50px;
  height: 100%;
  font: 300 32px/32px "Roboto", sans-serif;
  color: #ffce00;
  align-items: center;
  justify-content: center;
}

.block.category .card img.media {
  margin-top: 22px;
  height: 176px;
}
.block.category .card .category {
  position: absolute;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.block.category .card .title {
  margin-top: 210px;
  font-size: 18px;
  font-weight: bold;
}
.block.category .card img ~ .title {
  margin-top: 12px;
}
.block.category .sponsor {
  position: absolute;
  right: 15px;
  top: 11px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 100;
  color: #5d5d5d;
}
.block.category .sponsor img {
  max-width: 84px;
  margin-left: 8px;
}
.block.category .subcat {
  display: flex;
  margin-bottom: 30px;
}
.block.category .our-carousel .our-carousel-item {
  width: auto;
}

.block.podcasts .card video.media {
  height: 194px;
}
.block.videos .card .media,
.block .card.b .media {
  height: 200px;
}
.block.hard-news .round {
  height: 50px;
  margin-top: 5px !important;
}
.block.esporte .card.b.border,
.block.esporte .ads:first-child {
  border-bottom: 1px solid #707070;
  padding-bottom: 21px;
  min-height: 400px;
}

.block + .ads .position {
  width: 970px;
  height: 90px;
}
.block .fixtop-l {
  margin-top: 22px;
}
.block .fixtop-s {
  margin-top: 0;
}

/*teste retina*/
.block.hard-news .card.c.full {
  height: 420px !important;
}
.block.hard-news .card.a .media.left {
  height: 50px !important;
  width: 50px !important;
}
.block .card.a .media.left {
  height: 85px !important;
  width: 85px !important;
}
.block.edicao-semana .card img {
  max-height: 330px;
  height: 330px !important;
}
.block.esporte .col-l-order-2 img {
  height: 600px !important;
  max-height: 625px;
}
.block.videos .our-carousel .our-carousel-item .video img {
  height: 200px !important;
}
/*teste retina*/

.loading {
  z-index: 9;
  display: none;
  width: 69px;
  height: 89px;
  position: absolute;
  bottom: 10%;
  left: 35%;
  padding: 2px;
}

/* LISTAGEM HOME DEFAULT */
.block.listagem .carregar-mais {
  margin-bottom: 30px !important;
  position: relative;
}
.block.listagem a {
  color: inherit;
}
.block.listagem .card {
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d0d0;
}
.block.listagem .card.d .title {
  font-size: 32px;
  line-height: 36px;
}
.block.listagem .card.d .description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 17px;
}
.block.listagem .card.d .author {
  font-weight: bold;
}
#infinite-handle span,
.block.listagem .carregar-mais {
  padding: 10px;
  border: 1px solid black;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 192px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.block.listagem a + span,
.block.listagem a + span + span {
  font-size: 13px;
}
.block.listagem .card.d .row > .col-l-7 {
  padding-left: 32px;
}
.block.subcategory .card img.media {
  border-radius: 50%;
}
.block.subcategory .card .title {
  text-align: center;
}

@media (max-width: 991px) {
  .block.category .card img.media {
    height: auto;
  }
  .block.category .sponsor {
    top: 0;
    display: block;
    text-align: center;
  }
  .block.category .our-carousel[data-items-per-turn] .our-carousel-item {
    width: auto;
  }
  .block.category .card .title {
    margin-top: 32px;
  }
  .block .block-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
  }
  .block .block-title .highlight.lock {
    width: 100px;
    text-align: right;
  }
  .block .block-title .author {
    margin-right: 8px;
  }
  .block .block-title .author .image {
    width: 40px !important;
    height: 40px !important;
  }
  .block .block-title .author .title {
    font-size: 24px;
    line-height: 24px;
  }
  .block .block-title .author .name {
    font-size: 12px;
    line-height: 12px;
  }

  .block .card {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
  }
  .block .card.last {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .block .card .media.left {
    margin: 0 8px 0 0;
  }
  .block .card .media.left.round {
    margin: 0 8px 8px 0;
  }
  .block .card .media.square {
    float: left;
    margin: 0 8px 0 0;
    width: 104px;
    height: 104px;
    object-fit: cover;
  }
  .block .card .media.highlight {
    margin: 0 -16px 8px;
    width: calc(100% + 32px);
    float: none;
    max-width: none !important;
    height: auto !important;
  }
  .block .card .edition {
    margin: 0 8px 8px;
    padding: 8px 16px 16px;
    width: calc(100% - 16px);
  }
  .block .card.c .title {
    font-size: 20px;
    line-height: 24px;
  }
  /*.block .card.d .title{font-size:19px !important;line-height:24px !important}*/
  .block .card.d .title {
    text-align: left;
    font: 750 36px Roboto !important;
    letter-spacing: 0;
    opacity: 1;
  }
  .block .card.d .description {
    font: 18px/24px "Source Serif Pro";
    color: inherit;
    letter-spacing: 0;
    opacity: 1;
  }
  .block .card.d .link {
    text-align: left;
    font: 18px/24px "Source Serif Pro";
    letter-spacing: 0;
    opacity: 1;
  }
  .block .card.e .title {
    font-size: 30px;
    line-height: 34px;
  }
  .block .card.full {
    padding: 0;
    border: 0;
  }
  .block .card.full .subtitle {
    padding: 80px 16px 16px;
  }
  .block .card.full .media.highlight + .subtitle {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .block.yellow .card {
    border-color: #525252;
  }
  .block.dark .card {
    border-color: #525252;
  }
  .block.darklight .card {
    border-color: #525252;
  }

  .block .our-carousel {
    margin-right: -16px;
    width: calc(100% + 16px);
  }
  .block .our-carousel .our-carousel-item {
    margin-right: 8px;
    width: calc(100% - 75px);
  }
  .block .our-carousel[data-items-per-turn] .our-carousel-item {
    width: calc(100% - 60px);
  }
  .block .our-carousel .card {
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  /*.block.most-read.dark .our-carousel .our-carousel-item{max-width: 400px;}*/
  .block .our-carousel[data-items-per-turn] .our-carousel-item {
    max-width: 325px;
  }

  .block.hard-news .card h2.title {
    font-size: 31px !important;
    line-height: 36px !important;
  }

  .block.most-read .our-carousel,
  .block.abril-recomenda .our-carousel {
    display: block;
    margin: 0;
    width: 100%;
  }
  .block.most-read .our-carousel[data-items-per-turn] .our-carousel-item,
  .block.abril-recomenda .our-carousel[data-items-per-turn] .our-carousel-item {
    margin: 0;
    width: 100%;
  }
  .block.most-read .our-carousel .card,
  .block.abril-recomenda .our-carousel .card {
    padding-bottom: 16px;
    border-bottom: 1px solid #525252;
  }
  .block.most-read .our-carousel .card.last,
  .block.abril-recomenda .our-carousel .card.last {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .block + .ads {
    margin: 16px auto !important;
    width: 300px;
    max-width: 100%;
  }
  .home .block + .ads {
    margin: 16px auto 0 !important;
  }
  .block + .ads .position {
    width: 300px;
    height: 250px;
  }
  .block .fixtop-l {
    margin-top: 0;
  }
  .block .fixtop-s {
    margin-top: 16px;
  }

  .block.podcasts .card video.media {
    height: 318px;
  }

  .block .card.b .media {
    height: 255px;
  }
  .loading {
    left: 50%;
  }
  .block.listagem .carregar-mais {
    margin: 15px auto;
  }

  .block.edicao-semana .card img {
    height: auto !important;
    max-height: 100%;
  }

  .block.edicao-semana .card .edition img {
    min-height: 437px;
  }
  .block.edicao-semana .ads.mobilead {
    margin-top: 30px;
  }

  .block.cultura .card.d img.media.highlight {
    min-height: 38vh;
  }
}
