.article #headerSections {
  top: 60px;
}
.mainArticleContainer {
  margin-top: 15px;
}
.mainArticleContainer .noticiaIntroduccion img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mainArticleContainer .noticiaIntroduccion .noticiaTitulos {
  margin-bottom: 15px;
}
.mainArticleContainer .noticiaIntroduccion .noticiaTitulos h1 {
  margin: 0;
  font-size: 30px;
  word-wrap: break-word;
  font-family: 'Roboto Slab', Arial, sans-serif, serif;
  color: var(--primary-text-color);
  line-height: 1.2;
  font-weight: 600;
}
.mainArticleContainer .noticiaIntroduccion .noticiaTitulos p {
  color: #616161;
  font-size: 16px;
}
.mainArticleContainer .noticiaAtributos {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  font-family: 'Open sans', sans-serif, serif;
  color: #767676;
}
.mainArticleContainer .category {
  line-height: 1;
  font-family: 'Open sans', sans-serif, serif;
  padding-bottom: 10px;
  position: relative;
  display: inline-flex;
}
.mainArticleContainer .textContainer {
  margin-bottom: 10px;
}
.mainArticleContainer .textContainer .field-name-body {
  font-family: 'Roboto Slab', Oswald, Arial, sans-serif, serif;
  font-size: 1rem;
  line-height: 1.7rem;
  word-wrap: break-word;
  color: #333;
  margin-top: 10%;
}
.mainArticleContainer .textContainer .field-name-body a {
  color: var(--primary);
  text-decoration: underline;
}
.mainArticleContainer .textContainer .field-name-body h6 {
  font-size: 15px;
  margin: 0;
}
.mainArticleContainer .textContainer .field-name-body .td-a-ad.id_top_ad {
  min-height: 300px;
}
.mainArticleContainer .textContainer .field-name-body .wp-block-query.is-layout-flow.wp-block-query-is-layout-flow ul {
  list-style: none;
  padding: 15px;
}
.mainArticleContainer .textContainer .field-name-body .wp-block-query.is-layout-flow.wp-block-query-is-layout-flow ul img {
  float: left;
  margin: 0 15px 0 0;
  width: 50%;
  height: auto;
}
.mainArticleContainer .textContainer .field-name-body .wp-block-query.is-layout-flow.wp-block-query-is-layout-flow ul .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  font-family: 'Open sans', sans-serif, serif;
}
.mainArticleContainer .textContainer .field-name-body .wp-block-query.is-layout-flow.wp-block-query-is-layout-flow ul .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-post-title a {
  text-decoration: none;
  font-size: 1.3rem;
}
.mainArticleContainer .textContainer iframe {
  max-width: 100% !important;
  min-width: 100% !important;
}
.mainArticleContainer .textContainer .tags {
  display: inline-block;
  margin: 10px 0 0;
  list-style-type: none;
  width: 100%;
  padding-top: 15px;
  border-top: solid 1px;
}
.mainArticleContainer .textContainer .tags ul {
  display: inline-block;
  list-style-type: none;
  font-size: 0;
  padding: 0;
  margin: 0 0 2px;
  font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
  font-weight: 600;
}
.mainArticleContainer .textContainer .tags ul li {
  display: inline-block;
  line-height: 24px;
  margin-bottom: 10px;
}
.mainArticleContainer .textContainer .tags ul li a {
  margin-right: 6px;
  padding: 2px 10px;
  font-family: 'Open sans', sans-serif, serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: capitalize;
  border: solid 1px #cbcbcb;
}
.mainArticleContainer .textContainer .tags ul li span {
  padding: 2px 8px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 4px;
  font-size: 14px;
  line-height: 24px;
  background-color: #000;
}
.mainArticleContainer .textContainer .wp-block-file a {
  font-size: 0.8em;
}
.mainArticleContainer .textContainer .wp-block-file > * + .wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
  margin-left: 0.75em;
}
.social_share#searchGoogli {
  position: fixed;
  left: 20px;
  background: #000;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 50px;
  float: none;
  border-radius: 25px;
  z-index: 31;
}
.social_share#searchGoogli input[type="checkbox"]:checked + div {
  width: 40px;
  float: right;
  top: -168px;
  overflow: initial;
}
.social_share#searchGoogli input[type="checkbox"]:before {
  background: url(/images/share.svg) no-repeat top right;
  margin: -14px -12px;
  width: 17px;
  height: 17px;
}
.social_share#searchGoogli input[type="checkbox"]:checked:before {
  background: url(/images/close-white.svg) no-repeat top right;
  margin: -12px -10px;
  width: 12px;
  height: 12px;
}
.social_share#searchGoogli .hide {
  background-color: transparent;
}
.social_share .socialSharing {
  width: 100%;
  text-align: center;
  z-index: 100;
}
.social_share .socialSharing .social {
  padding: 0;
  margin: 0;
}
.social_share .socialSharing .social_item {
  display: block;
}
.social_share .socialSharing .social_item .social-icon {
  text-align: center;
  height: 2.4rem;
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.social_share .socialSharing .social_item .social-icon svg {
  height: 88%;
  width: 88%;
  vertical-align: middle;
  position: absolute;
  fill: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.social_share .socialSharing .social_item-facebook {
  background: #3067a3;
  border-radius: 5px 5px 0 0;
}
.social_share .socialSharing .social_item-twitter {
  background: #55acee;
}
.social_share .socialSharing .social_item-whatsapp {
  background: #25d366;
}
.social_share .socialSharing .social_item-fbmessenger {
  background: #0084ff;
}
.relatedNewsContainer {
  margin-bottom: 20px;
}
.related.news.secondItems {
  white-space: nowrap;
  overflow-x: scroll;
  margin: 10px;
}
.externalAds {
  margin: 0;
  text-align: center;
}
.textContainer > .externalAds {
  margin: 0 !important;
}
.externalAds iframe {
  margin: 0 auto;
  text-align: center;
}
.noticiaContenido p img,
.noticiaContenido p iframe {
  max-width: 100%;
  height: auto !important;
}
.continue-news .secondItems .sectionTitle,
.continue-news .secondItems .line_sectionTitle,
.continue-news .secondItems .widgetTitle,
.continue-news .secondItems img {
  display: block;
  object-fit: cover;
}
.noticiaContenido figure {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#btn_social_share {
  position: sticky;
  position: -webkit-sticky;
  bottom: 50px;
  left: 20px;
  background: #000;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 25px;
  z-index: 31;
  top: inherit;
  background-image: url(/images/share-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.clustrmaps {
  margin-bottom: 32px;
}
.clustrmaps .td-fix-index {
  min-height: 150px;
}
.clustrmaps .td-block-title-wrap {
  position: relative;
}
.clustrmaps .td-block-title-wrap .block-title {
  border-color: var(--primary);
  text-align: center;
  font-family: roboto, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  border-bottom: 2px solid #222222;
  margin-bottom: 3px;
}
.clustrmaps .td-block-title-wrap .block-title span {
  background-color: var(--primary);
  display: inline-block;
  line-height: 17px;
  padding: 7px 12px 4px;
  color: #fff;
}
.portada .entry-title {
  font-size: 12px !important;
  line-height: 25px;
  margin: 0 0 6px;
  word-wrap: break-word;
  font-family: roboto, sans-serif;
  color: var(--primary-text-color);
  font-weight: bold;
  text-align: center;
}
.portada .td-module-thumb img {
  min-height: 455px;
}
.top5 {
  margin-bottom: 32px;
}
.top5 .td-block-title-wrap {
  position: relative;
}
.top5 .td-block-title-wrap .block-title {
  border-color: var(--primary);
  text-align: center;
  font-family: roboto, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  border-bottom: 2px solid #222222;
  margin-bottom: 3px;
}
.top5 .td-block-title-wrap .block-title span {
  background-color: #222222;
  display: inline-block;
  line-height: 17px;
  padding: 7px 12px 4px;
  color: #fff;
}
.top5 .td_module_wrap {
  margin-bottom: 18px;
}
.top5 .td_module_wrap .td-image-container img {
  min-height: 185px;
}
.top5 .td_module_wrap .td-module-meta-info .entry-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  word-wrap: break-word;
  font-family: roboto, sans-serif;
  margin: 0 0 6px;
}
