.single-post article {
  padding: 0 0 40px;
}
.single-post article .content {
  max-width: 672px;
  width: 100%;
}
.single-post article .content__title h1 {
  color: #3E3E3E;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .single-post article .content__title h1 {
    font-size: 24px;
  }
}
.single-post article .content__post .wp-caption {
  background-color: #E8E8E8;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  padding: 16px;
  width: auto !important;
}
.single-post article .content__post .wp-caption-text {
  margin-left: auto;
  margin-top: 5px;
}
.single-post article .content__post .wp-caption img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.single-post article .content__post p {
  color: #3E3E3E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
.single-post article .content__post h2, .single-post article .content__post h3, .single-post article .content__post h4, .single-post article .content__post h5, .single-post article .content__post h6 {
  color: #3E3E3E;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
}
.single-post .articlePost {
  padding-top: 32px;
}
.single-post .articlePost .d-grid {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .single-post .articlePost .d-grid {
    grid-template-columns: 1fr;
  }
}
.single-post .articlePost .container > h2 {
  color: #3E3E3E;
  font-family: "Roboto serif", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 1.2;
  vertical-align: middle;
  margin-bottom: 10px;
}
.single-post .articlePost .breadcrumb {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .single-post .articlePost .breadcrumb {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.single-post .articlePost .breadcrumb a {
  color: #3E3E3E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  text-decoration: none;
}
.single-post .articlePost .breadcrumb a span {
  display: inline-block;
  margin: 0 8px;
}
.single-post .articlePost .breadcrumb a:first-child {
  color: #7A7B79;
}
.single-post .articlePost .breadcrumb a:last-child {
  color: #000000;
  pointer-events: none;
}
.single-post .articlePost .sidebar {
  max-width: 100%;
  width: 100%;
}
.single-post .articlePost .sidebar img {
  max-width: 100%;
  width: 100%;
}
.single-post .articlePost .sidebar .socials {
  align-items: center;
  margin: 64px 0 0;
}
.single-post .articlePost .sidebar .socials h3 {
  margin-bottom: 24px;
}
.single-post .articlePost .sidebar .listNews {
  flex-direction: column !important;
}
.single-post .articlePost .sidebar .lastNews .cardNoticias {
  display: flex;
  gap: 8px;
}
@media (max-width: 992px) {
  .single-post .articlePost .sidebar .lastNews .cardNoticias {
    flex-direction: column !important;
    border-bottom: solid 1px #8CC63F;
  }
}
.single-post .articlePost .sidebar .lastNews .cardNoticias__info {
  border-bottom: solid 0.5px #8CC63F;
  padding-bottom: 8px;
  width: 100%;
}
@media (max-width: 992px) {
  .single-post .articlePost .sidebar .lastNews .cardNoticias__info {
    border-bottom: 0;
  }
}
.single-post .articlePost .sidebar .lastNews .cardNoticias__info h2 {
  font-size: 16px;
}
.single-post .articlePost .sidebar .lastNews .cardNoticias__info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post .articlePost .sidebar .lastNews .cardNoticias img {
  height: 140px;
  object-fit: cover;
  width: 200px;
}
@media (max-width: 992px) {
  .single-post .articlePost .sidebar .lastNews .cardNoticias img {
    width: 100%;
  }
}
.single-post .seeToo .lastNews .cardNoticias {
  display: flex;
  flex-direction: column;
  max-width: initial;
  width: auto;
}
@media (max-width: 992px) {
  .single-post .seeToo .lastNews .cardNoticias {
    flex-direction: column;
    border-bottom: solid 1px #8CC63F;
  }
}
.single-post .seeToo .lastNews .cardNoticias__info {
  border-bottom: 0;
}
.single-post .seeToo .lastNews .cardNoticias img {
  object-fit: cover;
  object-position: center;
  height: 160px;
  width: 270px;
}
@media (max-width: 992px) {
  .single-post .seeToo .lastNews .cardNoticias img {
    width: 100%;
  }
}
.single-post .seeToo .lastNews .cardNoticias h2, .single-post .seeToo .lastNews .cardNoticias p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .single-post .seeToo .lastNews .listNews {
    flex-direction: column !important;
  }
}
.single-post .seeToo .lastNews .listNews .d-flex-column {
  flex-direction: row;
  width: auto;
}
@media (max-width: 992px) {
  .single-post .seeToo .lastNews .listNews .d-flex-column {
    flex-direction: column !important;
  }
}
