.single-post .breadcrumb {
  padding: 30px 15px;
}
.single-post .breadcrumb a,
.single-post .breadcrumb span {
  color: var(--graphite-color);
}
.single-post .breadcrumb_last {
  color: var(--primary-color);
}
.single-post .wrap-page {
  overflow: unset;
}

.infos__wrapper {
  border: 1px solid var(--line-color);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.infos__wrapper .autor {
  display: flex;
  align-items: center;
  gap: 10px;
}
.infos__wrapper .autor img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}
.infos__wrapper .autor span {
  font-weight: 700;
  color: var(--black-color);
}
.infos__wrapper .publicacao {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .infos__wrapper .publicacao {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.infos__wrapper .publicacao span,
.infos__wrapper .publicacao time {
  font-weight: 700;
  font-size: var(--text-small);
  line-height: 25px;
}
.infos__wrapper .publicacao span {
  color: var(--line-color);
}
@media (max-width: 400px) {
  .infos__wrapper .publicacao span {
    display: none;
  }
}
.infos__wrapper .publicacao time {
  color: var(--support-text-color);
  display: flex;
  align-items: center;
  gap: 5px;
}
.infos__wrapper .publicacao time i {
  background: var(--support-text-color);
}

.inner-post {
  padding: 4.06em 0;
}
.inner-post h1 {
  text-align: center;
}
.inner-post .thumb {
  width: 100%;
  height: unset;
  aspect-ratio: 1/0.4;
  object-fit: cover;
  border-radius: var(--radius);
  margin: 40px 0;
}
.inner-post *:not([class*=color]):not(:is(h1, h2, h3, h4, h5)) {
  color: var(--support-text-color);
  font-weight: 400;
}
.inner-post :is(h2, h3, h4, h5, h6) {
  padding: 1em 0;
}
.inner-post :is(h2, h3, h4, h5, h6):not([class*=-color]) {
  color: var(--black-color);
}
.inner-post h2:not([class*=font-size]) {
  font-size: var(--title);
}
.inner-post h3:not([class*=font-size]) {
  font-size: var(--title-small);
}
.inner-post h4:not([class*=font-size]) {
  font-size: 18px;
}
.inner-post h5:not([class*=font-size]) {
  font-size: 16px;
}
.inner-post h6:not([class*=font-size]) {
  font-size: 15px;
}
.inner-post :is(ul, ol) {
  margin-bottom: 20px;
  margin-left: 30px;
}
.inner-post a:not([class*=-color]) {
  font-weight: bold;
  color: var(--primary-color);
}
.inner-post a:not([class*=-color]):hover {
  color: var(--secondary-color);
}
.inner-post li {
  list-style: unset;
}
.inner-post hr {
  margin: 20px 0;
}
.inner-post img {
  margin: 20px 0;
  display: block;
}

.share--fixed {
  position: sticky;
  top: 100px;
}
.share--fixed .btn-share {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share--fixed .btn-share:hover {
  background: var(--primary-color);
}
.share--fixed .icon-facebook {
  background: #3A5899;
}
.share--fixed .icon-linkedin {
  background: #122F6D;
}
.share--fixed .icon-twitter {
  background: #42B8DD;
}
.share--fixed .icon-share-link {
  display: none;
}
@media (max-width: 768px) {
  .share--fixed {
    display: none;
  }
}
.share--bottom {
  margin-bottom: 60px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.share--bottom .btn-share {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share--bottom .btn-share i {
  background: var(--graphite-color);
}
.share--bottom .btn-share:hover i {
  background: var(--primary-color);
}

.relacionados {
  padding: 3em 0;
}
.relacionados__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 40px;
}
.relacionados__wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .relacionados__wrapper {
    padding-bottom: 50px;
  }
}
.relacionados__wrapper .swiper-button-next {
  right: -40px;
}
@media (max-width: 576px) {
  .relacionados__wrapper .swiper-button-next {
    right: calc(50% - 45px);
  }
}
.relacionados__wrapper .swiper-button-prev {
  left: -40px;
}
@media (max-width: 576px) {
  .relacionados__wrapper .swiper-button-prev {
    left: calc(50% - 45px);
  }
}
@media (max-width: 576px) {
  .relacionados__wrapper .swiper-button-next,
  .relacionados__wrapper .swiper-button-prev {
    top: unset;
    bottom: 0;
  }
}
.relacionados__card .posts__card {
  filter: none;
}

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