.post-more-news {
  border: solid 2px #25a43d;
  padding: .65rem 0;
  margin: .1rem;
}

.post-subtitle,
.post-extract {
  font-size: 1.2rem;
  line-height: 1.09em;
  margin-bottom: 1rem;
  margin-top: .45rem;
}

.post-img .img-description {
  text-align: center;
  font-size: .9rem;
  padding: .5rem .75rem;
  font-weight: normal;
  margin-bottom: 0;
}

.post-info {
  padding: .35rem 0;
  font-size: .85rem;
  border-top: solid 2px #bfbfbf;
  border-bottom: solid 2px #bfbfbf;
}

.post-info *:not(:empty):not(:first-child) {
  border-left: solid 1px #bfbfbf;
  padding-left: .5rem;
  margin-left: .35rem;
}

@media(max-width: 991.98px) {
    .post-info *:not(:empty):not(:first-child).post-update {
        display:block;
        border-left: none
    }
}

.post-info .post-author {
  font-weight: bold;
}

.post-addon,
.post-text,
.guide-location {
  max-width: 900px;
  margin: 0 auto;
}

.post-text {
  font-family: Georgia, Times, "Times New Roman", serif
}

.post-text .table-responsive table {
  width: 100%;
}

.post-text img {
  max-width: 100%;
  max-height: 80vh;
  height: auto;
  width: auto;
  margin: auto;
  display: block;
}

.post-text table {
  height: auto !important;
  margin-bottom: 1rem;
}

.post-text figure.image {
  display: flex;
  flex-direction: column;
  background-color: #333;
  margin: 0 0 1rem 0;
}

.post-text figure.image img {
  align-self: center;
  display: block;
}

.post-text figure.image figcaption {
  margin-bottom: 0;
  text-align: center;
}

.post-text p,
.post-text h3 {
  font-size: 1.25rem;
  line-height: 1.65 !important;
}

.post-text p a,
.post-text h3 a,
.post-addon p a {
  font-weight: bold;
  color: #25a43d;
}

.post-text h4 {
  font-weight: bold;
}

.post-text h4 strong {
  font-size: 1.4rem;
}

.post-text h6 {
  font: .85rem 'Roboto', 'Helvetica Neue', Arial;;
  padding: .5rem 0;
  background: #8fc42c;
  color: white;
  margin: -1rem 0 1rem;
}

.post-text .post-related {
  font-family: Roboto, "Helvetica Neue", Arial;
  background-color: #e9e9e9;
  border-top: solid 5px #25a43d;
  padding: .8rem .75rem .5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .post-text .post-related:not(.bottom) {
    float: left;
    max-width: 50%;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .post-text .post-related {
    margin-bottom: .5rem;
  }
}

.post-text .post-related h5 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  border-bottom: solid 2px white;
  padding: 0 0 .75rem .75rem;
}

.post-text .post-related .row:not(:first-child):not(:last-child) {
  border-bottom: solid 2px #fff;
  margin-bottom: .2rem;
  padding-bottom: .5rem;
  margin-top: .8rem;
}

.post-text .post-related .more {
  display: inline-block;
  padding: .7rem 0;
  font-weight: bold;
}

.post-text h3 {
  font-size: 1.5rem;
  line-height: 1.15em;
  font-weight: bold;
  border-top: solid 2px #25a43d;
  border-bottom: solid 2px #25a43d;
  padding: .8rem 0;
  margin: 2rem 0;
  text-align: center;
}

.post-text div[data-tweetid] > div {
  margin: 1px auto;
}

.post-text iframe.instagram-media {
  margin: 1px auto !important;
}

blockquote.evolucion {
  border-left: solid 8px #25a43d;
  padding: 1rem;
  margin: .5rem 0 2rem;
  background-color: #e9e9e9;
}

.post-tags {
  margin: .5rem 0 1rem;
}

.post-tags .row > div {
  padding-top: 1rem;
  display: flex;
  font-size: .85rem;
}

.post-tags .row > div::before {
  position: absolute;
  content: '';
  border-top: solid 2px #999;
  width: 93%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.post-tags .row > div::after {
  position: absolute;
  content: '';
  border-bottom: solid 2px #999;
  width: 93%;
  transform: translateX(-50%);
  bottom: 5px;
  left: 50%;
}

.post-tags .row > div ul {
  margin-left: .5rem;
}

.post-tags .badge {
  font-weight: normal;
  font-size: .9rem;
  margin-bottom: .5rem;
}

.subscribe-newsletter {
  background-color: #ffedb3;
  margin-bottom: 1.5rem;
  padding: .75rem;
}

.subscribe-newsletter h5 {
  color: #cd0000;
  text-transform: uppercase;
  padding-left: 7rem;
}

.subscribe-newsletter p {
  padding-left: 7rem;
  line-height: 1.2em
}

.subscribe-newsletter .btn {
  text-transform: uppercase;
}

.subscribe-newsletter .bg {
  background: transparent url(/svg/newsletter.svg) no-repeat 18px 0/70px 60%;
}

figure.image img {
  display: block;
}

figure.image figcaption {
  font-family: Roboto, "Helvetica Neue", Arial;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
  font-size: .85rem;
  background-color: #e6e6e6;
}

.post-comments .comment {
  border-bottom: solid 2px #e6e6e6;
  margin: 1.25rem 0;
  padding-bottom: 1rem;
}

.post-comments .comment .comment {
  border-top: solid 2px #e6e6e6;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.post-comments .comment .comment .reply-to {
  color: #cd0000;
  font-weight: 500;
  font-family: Roboto, "Helvetica Neue", Arial;
}

.post-comments .post-comments-title {
  background-color: #e9e9e9;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 1.2rem;
  padding: .7rem;
}

.post-comments .post-comments-title span {
  color: #cd0000;
}

.post-comments .post-comments-howto,
.post-comments .post-comments-form {
  font-weight: 500;
  border-bottom: solid 1px #ccc;
  padding: .5rem 2rem 1rem .75rem;
}

.post-comments .post-comments-howto a,
.post-comments .post-comments-form a {
  color: #cd0000;
}

.post-comments #send-comment {
  width: 100%;
}

.post-comments .comment-date {
  vertical-align: text-bottom;
  line-height: 1.2rem;
}

@media (max-width: 991.98px) {
  .post-comments .comment-info {
    display: flex;
    align-items: center;
  }
}

.post-comments .comment-author {
  padding-left: .5rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .post-comments .comment-author {
    padding-right: .25rem;
  }
}

.post-comments .comment-author label img {
  max-width: 48px;
}

.post-comments .comment-author-img {
  width: 40px;
  float: left;
  display: block;
}

.post-comments .comment-author-img img {
  width: 40px;
}

.post-comments .replying-to {
  display: none;
  font-size: 1rem;
}

.post-comments .replying-to span {
  color: #cd0000;
}

.post-comments fieldset {
  border: none;
  padding: 0;
}

.post-comments .comment-text p {
  font-family: Georgia, Times, "Times New Roman", serif
}

@media (min-width: 768px) {
  .post-comments .comment-text p {
    padding-left: 3rem;
  }
}

@media (max-width: 991.98px) {
  .post-comments .comment-text p {
    margin-top: .5rem;
  }
}

.post-comments .comment-text p span {
  font-family: Roboto, "Helvetica Neue", Arial;
  color: #cd0000;
  font-weight: 500;
}

.post-comments .comment-text p span:before {
  content: '@'
}

@media (min-width: 768px) {
  .post-comments .show-all-comments {
    max-width: 50%;
    margin: 0 auto;
  }
}

.post-comments .comment-rating .reply {
  text-transform: uppercase
}

.post-comments .comment-rating .vote {
  padding: .2rem 0 .2rem 75%;
  display: inline-block;
  font-weight: 500;
}

@media (min-width: 992px) {
  .post-comments .comment-rating .vote {
    padding: .2rem 0 .2rem 65%;
  }
  .post-comments .comment-rating .vote::before, .post-comments .comment-rating .vote::after {
    position: absolute;
    text-transform: uppercase;
    left: 0;
    font-size: .8rem;
    top: .4rem;
    text-align: right;
  }
}

.post-comments .comment-rating .vote.vote-ok {
  filter: brightness(1.35);
}

.post-comments .comment-rating .vote.vote-error {
  filter: grayscale(1);
}

.post-comments .comment-rating .vote.positive {
  color: green;
  background: transparent url(/svg/megusta.svg) no-repeat center center;
}

@media (min-width: 992px) {
  .post-comments .comment-rating .vote.positive::before {
    content: 'Me gusta';
  }
}

.post-comments .comment-rating .vote.negative {
  color: red;
  background: transparent url(/svg/nomegusta.svg) no-repeat center center;
}

@media (min-width: 992px) {
  .post-comments .comment-rating .vote.negative::before {
    content: 'No me gusta';
    transform: translateX(-20%);
  }
}

.post-comments .comment-messages {
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 2rem;
  border: solid 1px #ccc;
  font-size: 1.2rem;
  text-align: center;
}

.related-gallery {
  background-color: #333;
  padding: 1rem .25rem;
  margin: 0 0 1.5rem;
  border: solid 2px #25a43d;
}

.related-gallery h6, .related-gallery .thread a {
  color: #25a43d;
  margin-bottom: .25rem;
  font-weight: bold;
}

.related-gallery h3 {
  font-size: 1.35rem;
}

.related-gallery p {
  font-size: 1rem !important;
}

.related-gallery a,
.related-gallery p,
.related-gallery .post-extract {
  color: white;
  text-align: left;
}

.related-gallery .thread a {
  color: #25a43d !important;
}

.featured-img-container {
  background-color: #4d4d4d;
}

.post-addon h5 {
  color: white;
  background-color: #25a43d;
  text-transform: uppercase;
  padding: .35rem 1rem;
  font-size: 1.15rem;
  font-weight: 900;
}

.post-addon h3.news-heading {
  font-size: 1.55rem;
  font-weight: 900;
  margin: 0;
}

.post-addon .post-addon-content {
  background-color: #e6e6e6;
  padding: 2rem;
  line-height: 1.6;
}

.post-addon .post-addon-author {
  color: #25a43d;
  border-bottom: solid 3px;
  font-weight: bold;
  display: block;
}

.post-addon .post-addon-extract {
  text-indent: .5rem;
}

.post-addon .post-addon-extract figcaption {
  background-color: #fff
}

.post-addon.post-addon-keypoints ol {
  list-style: none;
  counter-reset: keypoints-counter;
}

.post-addon.post-addon-keypoints ol li {
  counter-increment: keypoints-counter;
}

.post-addon.post-addon-keypoints ol li:not(:last-child) {
  border-bottom: solid 2px #999;
  margin-bottom: 1rem;
}

.post-addon.post-addon-keypoints ol li::before {
  content: counter(keypoints-counter);
  color: #25a43d;
  float: left;
  padding-right: .75rem;
  font-size: 5rem;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: .55em;
  margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
  .post-addon.post-addon-keypoints ol li::before {
    margin-bottom: 5.25rem;
  }
}

.post-addon.post-addon-keypoints ol li p {
  clear: both;
}

.video-holder {
  background-color: #333;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: hidden;
}

.video-holder .vertical-video {
  max-width: 220px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .video-holder .vertical-video {
    max-width: 300px;
  }
}

.carousel-post .carousel-item img {
}

@media (max-width: 991.98px) {
}

.carousel-post .carousel-item .counter {
  color: #cd0000;
  font-weight: bold;
  margin-right: .1rem;
}

.also-in {
  padding: 0;
  border: solid 2px #cd0000;
  border-bottom-width: 7px;
}

.also-in .news-list-wrapper {
  padding: .5rem 1rem;
}

.also-in .news-list-wrapper h4 {
  font-size: 1rem;
}

.also-in .title {
  padding: .5rem 1rem;
  background-color: #cd0000;
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
}

.also-in .title strong {
  text-transform: uppercase;
}

.also-in .news-item:not(:last-child) {
  position: relative;
}

.also-in .news-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
  border-bottom: solid 2px #e6e6e6;
  bottom: -13px;
}

.post_formulario,
.icon.comments {
  display: none;
}

.by-section-list {
  background-color: white !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 1rem !important;
  text-align: center;
}

.by-section-list .section-title {
  border-bottom: solid 4px #eee !important;
  padding: 0 !important;
}

.by-section-list a {
  color: #25a43d;
  text-transform: none;
  border-bottom: solid 4px #25a43d;
}

.by-section-list a strong {
  color: #91c42b;
}

h2,
.post-extract {
  text-align: center;
}

.guide-location {
  background-color: #e9e9e9;
  border-top: solid 8px #25a43d;
  padding: .5rem;
  margin-bottom: 3rem;
}

.guide-location .by-section-list {
  padding-top: 0 !important;
}

.guide-location h5 {
  border-bottom: solid 2px white
}
