.ad-left,
.ad-right {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
}

.ad-left + .ad-right {
  margin-left: 10px;
}

.ads,
.ad-skyscraper-left,
.ad-skyscraper-right {
  overflow: visible;
}

.ads-skyscraper-container {
  padding-left: 0;
  padding-top: 0;
}

.interstitial {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50000;
}

.interstitial-open {
  height: 100%;
  overflow: hidden;
}

.interstitial-visible {
  display: block;
}

.interstitial-wrapper {
  margin: 0 auto;
  max-width: 95%;
}

.interstitial-content {
  width: 100%;
}

.interstitial-content .oat:before {
  content: "";
}

.interstitial-content .oat > *:not(script) {
  margin: 0 !important
}

.interstitial-header {
  clear: both;
  display: table;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}

.interstitial-close-button {
  cursor: pointer;
  float: right;
}

.interstitial-close-button:hover {
  text-decoration: underline;
}

.oat {
  clear: both;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.oat:before {
  color: #838383;
  content: attr(data-mark);
  display: block;
  font-size: 10px;
  line-height: 15px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.oat > *:not(script) {
  display: block;
}

.oat img {
  height: auto;
  max-width: 100%;
}

.oat-container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.oat-content {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.oat-left > *,
.oat-right > * {
  padding-top: 0;
  margin-left: 0;
}

.oat-visible {
  align-items: center;
  display: flex;
  visibility: visible;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.oat-visible > * {
  width: -webkit-fill-available;
  width: -moz-available;
}

.oat-bottom > * {
  margin-bottom: 15px;
}

.oat-left > * {
  margin-left: 15px !important;
}

.oat-right > * {
  margin-right: 15px !important;
}

.oat-top > * {
  margin-top: 15px !important;
}

.oat-bottom:before {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
}

.oat-left:before {
  left: -50%;
  margin-left: 7.5px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
}

.oat-right:before {
  right: -50%;
  margin-right: 7.5px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
}

.oat-top:before {
  position: absolute;
  margin-bottom: 0;
  top: 0;
}

.recaptcha {
  width: 304px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .oat.hidden-phone {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .oat.hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .oat.hidden-desktop {
    display: none !important;
  }
}

.cookies-overlay button {
  background: none;
  border: none;
  margin: 0;
  padding: 5px;
  float: right;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  font-style: normal;
}

.cookies-overlay p {
  width: 85%;
}

.cookies-overlay a {
  color: #fff;
  text-decoration: underline;
}

#adblock-modal-overlay,
#adblock-help-modal-overlay {
  align-items: center;
  animation: fadeIn 0.3s ease-out;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

#adblock-modal,
#adblock-help-modal {
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  left: 50%;
  max-width: 480px;
  padding: 40px 32px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#adblock-modal::before {
  animation: bounce 0.6s ease-out 0.3s;
  display: block;
  font-size: 56px;
  margin-bottom: 20px;
  text-align: center;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

#adblock-help-modal::before {
  display: block;
  font-size: 48px;
  margin-bottom: 16px;
  text-align: center;
}

#adblock-modal h2,
#adblock-help-modal h2 {
  color: #1a202c;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

#adblock-modal p,
#adblock-help-modal p {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
  text-align: center;
}

#adblock-help-modal p {
  background: #f7fafc;
  border-left: 4px solid #667eea;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}

#adblock-help-modal strong {
  color: #2d3748;
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.adblock-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.adblock-buttons button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 14px 24px;
  position: relative;
  transition: all 0.3s ease;
}

.adblock-buttons button::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.5s;
  width: 100%;
}

.adblock-buttons button:hover {
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
  transform: translateY(-2px);
}

.adblock-buttons button:hover::before {
  left: 100%;
}

.adblock-buttons button:active {
  transform: translateY(0);
}

#adblock-modal-help {
  background: transparent;
  border: 2px solid #667eea;
  box-shadow: none;
  color: #667eea;
}

#adblock-modal-help:hover {
  background: #667eea;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  color: #fff;
}

#adblock-help-modal-refresh {
  width: 100%;
}

@media (max-width: 500px) {
  #adblock-modal,
  #adblock-help-modal {
    padding: 32px 24px;
  }

  #adblock-modal h2,
  #adblock-help-modal h2 {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .cookies-overlay p {
    margin: 0;
    float: none;
    width: 100%;
    padding: 5px;
    font-size: .8em;
    line-height: 1.3em;
  }

  .interstitial-header-title {
    display: none;
  }

  .interstitial-header {
    text-align: center;
  }

  .interstitial-close-button {
    float: none;
  }
}


/**************************
Generic colors for site
***************************/
:root {
  --site-color: #be1622;
}
.site-color, .text-site-color, .site-color > a { color: #be1622!important; fill: #be1622!important; }
.bg-site-color { background-color: #be1622!important; }
.border-site-color{ border-color:#be1622!important;}

.header, .scrolled-bar, .footer  { border-color: #be1622 !important; }

blockquote { border-color:#be1622; }
.inner-content blockquote:before, .inner-content blockquote:after { color:#be1622; }
.pagination>li>a { color:#be1622; }
.pagination>li.active>a { border-color:#be1622; }

.widget-last-content .header-title { background-color: transparent !important; }
.widget .widget-header.colorize { color:#be1622 !important;}
.widget .widget-today-news .number, .apertura .slider-title-button.active { background-color: #be1622 !important; }
.widget-carousel-lateral .item .caption-image .subtitle  { color:#be1622; }
.widget-carousel-lateral .carousel-indicators li{ border-color:#be1622; }
.widget-carousel-lateral .carousel-indicators .active { background-color: #be1622; }
.widget-blogs-with-photo .name a  { color:#be1622; }
.summary a, .inner-content .body a { color:#be1622; }
.widget-editorial .item-data .content-info .content-time  { color:#be1622; }

.big-header {}
.big-header .fa { color:#be1622 !important; }

.onm-new.opinion .author-data a,
.inner-opinion .author .opinion-author-name { color:#be1622; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.active { background-color:#be1622 !important; background-image:none; }
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker tableba tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover { background-color:#be1622 !important; background-image:none; }

/*** color items  ***/
a:hover,
.opinion-list .opinion-item .author-name a,
.onm-new .title a:hover,
.onm-new .related-content ul li a:hover,
.onm-owl-carousel-titles .carousel-headlines .title a:hover,
.main-nav-menu .section-listing > ul > li > a:hover,
.widget-last-content .widget-content ul li a:hover,
.widget-opinions .opinion-data .author-name a,
.widget-header,
.widget-header span,
.widget .nav-tabs>li >a span,
.inner-content .content-info .metadata a { color: #be1622; }

/*** bg-color items ***/
.onm-owl-carousel-titles .carousel-headlines .selected,
.graph .bar,
.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-dot.active span,
.owl-carousel.owl-theme .owl-dot:hover span,
.article-navigation,
.album-item .album-media .play-button,
.album-item .subtitle { background-color: #be1622!important; }

/*** border-color items ***/
.video-list .video-item > .video-thumb,
.album-item .album-media { border-color: #be1622; }
.onm-owl-carousel-titles .carousel-headlines .selected:after { border-right-color: #be1622; }
.widget-header span,
.widget .nav-tabs>li.active >a span,
.inner-content .content-info .agency:hover,
.inner-content .content-info .author-name a:hover,
.inner-content .content-info .metadata a:hover, { border-bottom-color: #be1622!important; }

.btn.bg-site-color:hover {
  color: #fff;
}
.onm-new.colorize { border-radius:0 !important; }
.media.colorize { margin:0; }
.interstitial {
  z-index: 100000!important;
}









/*********************
CSS for categories
**********************/
/* Rules for category deportes*/
.onm-new .category-color.deportes, .text-deportes { color: #ff6b00; }
.bg-deportes, .onm-new .category-bg.deportes { background-color:#ff6b00; }
.onm-new .category.deportes a:hover { color:#ff6b00 !important; }

body.deportes .topbar.scrolled-bar { background-color:#ff6b00!important; }
body.deportes header.header, body.deportes .scrolled-bar { background-color: #ff6b00; }

.onm-new .text-deportes  { color:#ff6b00 !important; }
.footer-logo.deportes { background-color:#ff6b00 !important; }

.main-nav-menu .section-listing > ul > li.deportes,
.main-nav-menu .section-listing > ul > li.deportes .submenu { border-color:#ff6b00!important; }
body.deportes .machine-related-contents .widget-header { background-color:#ff6b00!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-deportes span { background-color:#ff6b00!important; }
/* Rules for category derechos-humanos*/
.onm-new .category-color.derechos-humanos, .text-derechos-humanos { color: #ffa800; }
.bg-derechos-humanos, .onm-new .category-bg.derechos-humanos { background-color:#ffa800; }
.onm-new .category.derechos-humanos a:hover { color:#ffa800 !important; }

body.derechos-humanos .topbar.scrolled-bar { background-color:#ffa800!important; }
body.derechos-humanos header.header, body.derechos-humanos .scrolled-bar { background-color: #ffa800; }

.onm-new .text-derechos-humanos  { color:#ffa800 !important; }
.footer-logo.derechos-humanos { background-color:#ffa800 !important; }

.main-nav-menu .section-listing > ul > li.derechos-humanos,
.main-nav-menu .section-listing > ul > li.derechos-humanos .submenu { border-color:#ffa800!important; }
body.derechos-humanos .machine-related-contents .widget-header { background-color:#ffa800!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-derechos-humanos span { background-color:#ffa800!important; }
/* Rules for category cuacresiste*/
.onm-new .category-color.cuacresiste, .text-cuacresiste { color: #ff7700; }
.bg-cuacresiste, .onm-new .category-bg.cuacresiste { background-color:#ff7700; }
.onm-new .category.cuacresiste a:hover { color:#ff7700 !important; }

body.cuacresiste .topbar.scrolled-bar { background-color:#ff7700!important; }
body.cuacresiste header.header, body.cuacresiste .scrolled-bar { background-color: #ff7700; }

.onm-new .text-cuacresiste  { color:#ff7700 !important; }
.footer-logo.cuacresiste { background-color:#ff7700 !important; }

.main-nav-menu .section-listing > ul > li.cuacresiste,
.main-nav-menu .section-listing > ul > li.cuacresiste .submenu { border-color:#ff7700!important; }
body.cuacresiste .machine-related-contents .widget-header { background-color:#ff7700!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-cuacresiste span { background-color:#ff7700!important; }
/* Rules for category 2-marcha-mundial*/
.onm-new .category-color.2-marcha-mundial, .text-2-marcha-mundial { color: #004aff; }
.bg-2-marcha-mundial, .onm-new .category-bg.2-marcha-mundial { background-color:#004aff; }
.onm-new .category.2-marcha-mundial a:hover { color:#004aff !important; }

body.2-marcha-mundial .topbar.scrolled-bar { background-color:#004aff!important; }
body.2-marcha-mundial header.header, body.2-marcha-mundial .scrolled-bar { background-color: #004aff; }

.onm-new .text-2-marcha-mundial  { color:#004aff !important; }
.footer-logo.2-marcha-mundial { background-color:#004aff !important; }

.main-nav-menu .section-listing > ul > li.2-marcha-mundial,
.main-nav-menu .section-listing > ul > li.2-marcha-mundial .submenu { border-color:#004aff!important; }
body.2-marcha-mundial .machine-related-contents .widget-header { background-color:#004aff!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-2-marcha-mundial span { background-color:#004aff!important; }
/* Rules for category violencia-de-genero*/
.onm-new .category-color.violencia-de-genero, .text-violencia-de-genero { color: #ca00ff; }
.bg-violencia-de-genero, .onm-new .category-bg.violencia-de-genero { background-color:#ca00ff; }
.onm-new .category.violencia-de-genero a:hover { color:#ca00ff !important; }

body.violencia-de-genero .topbar.scrolled-bar { background-color:#ca00ff!important; }
body.violencia-de-genero header.header, body.violencia-de-genero .scrolled-bar { background-color: #ca00ff; }

.onm-new .text-violencia-de-genero  { color:#ca00ff !important; }
.footer-logo.violencia-de-genero { background-color:#ca00ff !important; }

.main-nav-menu .section-listing > ul > li.violencia-de-genero,
.main-nav-menu .section-listing > ul > li.violencia-de-genero .submenu { border-color:#ca00ff!important; }
body.violencia-de-genero .machine-related-contents .widget-header { background-color:#ca00ff!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-violencia-de-genero span { background-color:#ca00ff!important; }
/* Rules for category medio-ambiente*/
.onm-new .category-color.medio-ambiente, .text-medio-ambiente { color: #1ca93d; }
.bg-medio-ambiente, .onm-new .category-bg.medio-ambiente { background-color:#1ca93d; }
.onm-new .category.medio-ambiente a:hover { color:#1ca93d !important; }

body.medio-ambiente .topbar.scrolled-bar { background-color:#1ca93d!important; }
body.medio-ambiente header.header, body.medio-ambiente .scrolled-bar { background-color: #1ca93d; }

.onm-new .text-medio-ambiente  { color:#1ca93d !important; }
.footer-logo.medio-ambiente { background-color:#1ca93d !important; }

.main-nav-menu .section-listing > ul > li.medio-ambiente,
.main-nav-menu .section-listing > ul > li.medio-ambiente .submenu { border-color:#1ca93d!important; }
body.medio-ambiente .machine-related-contents .widget-header { background-color:#1ca93d!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-medio-ambiente span { background-color:#1ca93d!important; }
/* Rules for category comercio-de-barrio*/
.onm-new .category-color.comercio-de-barrio, .text-comercio-de-barrio { color: #0066ff; }
.bg-comercio-de-barrio, .onm-new .category-bg.comercio-de-barrio { background-color:#0066ff; }
.onm-new .category.comercio-de-barrio a:hover { color:#0066ff !important; }

body.comercio-de-barrio .topbar.scrolled-bar { background-color:#0066ff!important; }
body.comercio-de-barrio header.header, body.comercio-de-barrio .scrolled-bar { background-color: #0066ff; }

.onm-new .text-comercio-de-barrio  { color:#0066ff !important; }
.footer-logo.comercio-de-barrio { background-color:#0066ff !important; }

.main-nav-menu .section-listing > ul > li.comercio-de-barrio,
.main-nav-menu .section-listing > ul > li.comercio-de-barrio .submenu { border-color:#0066ff!important; }
body.comercio-de-barrio .machine-related-contents .widget-header { background-color:#0066ff!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-comercio-de-barrio span { background-color:#0066ff!important; }
/* Rules for category coruna-recuerdo*/
.onm-new .category-color.coruna-recuerdo, .text-coruna-recuerdo { color: #fbd75b; }
.bg-coruna-recuerdo, .onm-new .category-bg.coruna-recuerdo { background-color:#fbd75b; }
.onm-new .category.coruna-recuerdo a:hover { color:#fbd75b !important; }

body.coruna-recuerdo .topbar.scrolled-bar { background-color:#fbd75b!important; }
body.coruna-recuerdo header.header, body.coruna-recuerdo .scrolled-bar { background-color: #fbd75b; }

.onm-new .text-coruna-recuerdo  { color:#fbd75b !important; }
.footer-logo.coruna-recuerdo { background-color:#fbd75b !important; }

.main-nav-menu .section-listing > ul > li.coruna-recuerdo,
.main-nav-menu .section-listing > ul > li.coruna-recuerdo .submenu { border-color:#fbd75b!important; }
body.coruna-recuerdo .machine-related-contents .widget-header { background-color:#fbd75b!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-coruna-recuerdo span { background-color:#fbd75b!important; }
/* Rules for category oza*/
.onm-new .category-color.oza, .text-oza { color: #ffffff; }
.bg-oza, .onm-new .category-bg.oza { background-color:#ffffff; }
.onm-new .category.oza a:hover { color:#ffffff !important; }

body.oza .topbar.scrolled-bar { background-color:#ffffff!important; }
body.oza header.header, body.oza .scrolled-bar { background-color: #ffffff; }

.onm-new .text-oza  { color:#ffffff !important; }
.footer-logo.oza { background-color:#ffffff !important; }

.main-nav-menu .section-listing > ul > li.oza,
.main-nav-menu .section-listing > ul > li.oza .submenu { border-color:#ffffff!important; }
body.oza .machine-related-contents .widget-header { background-color:#ffffff!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-oza span { background-color:#ffffff!important; }
/* Rules for category xentes-de-oza*/
.onm-new .category-color.xentes-de-oza, .text-xentes-de-oza { color: #ffffff; }
.bg-xentes-de-oza, .onm-new .category-bg.xentes-de-oza { background-color:#ffffff; }
.onm-new .category.xentes-de-oza a:hover { color:#ffffff !important; }

body.xentes-de-oza .topbar.scrolled-bar { background-color:#ffffff!important; }
body.xentes-de-oza header.header, body.xentes-de-oza .scrolled-bar { background-color: #ffffff; }

.onm-new .text-xentes-de-oza  { color:#ffffff !important; }
.footer-logo.xentes-de-oza { background-color:#ffffff !important; }

.main-nav-menu .section-listing > ul > li.xentes-de-oza,
.main-nav-menu .section-listing > ul > li.xentes-de-oza .submenu { border-color:#ffffff!important; }
body.xentes-de-oza .machine-related-contents .widget-header { background-color:#ffffff!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-xentes-de-oza span { background-color:#ffffff!important; }
/* Rules for category comercio-de-oza*/
.onm-new .category-color.comercio-de-oza, .text-comercio-de-oza { color: #ffffff; }
.bg-comercio-de-oza, .onm-new .category-bg.comercio-de-oza { background-color:#ffffff; }
.onm-new .category.comercio-de-oza a:hover { color:#ffffff !important; }

body.comercio-de-oza .topbar.scrolled-bar { background-color:#ffffff!important; }
body.comercio-de-oza header.header, body.comercio-de-oza .scrolled-bar { background-color: #ffffff; }

.onm-new .text-comercio-de-oza  { color:#ffffff !important; }
.footer-logo.comercio-de-oza { background-color:#ffffff !important; }

.main-nav-menu .section-listing > ul > li.comercio-de-oza,
.main-nav-menu .section-listing > ul > li.comercio-de-oza .submenu { border-color:#ffffff!important; }
body.comercio-de-oza .machine-related-contents .widget-header { background-color:#ffffff!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-comercio-de-oza span { background-color:#ffffff!important; }
/* Rules for category mujeres-que-cuentan*/
.onm-new .category-color.mujeres-que-cuentan, .text-mujeres-que-cuentan { color: #dbadff; }
.bg-mujeres-que-cuentan, .onm-new .category-bg.mujeres-que-cuentan { background-color:#dbadff; }
.onm-new .category.mujeres-que-cuentan a:hover { color:#dbadff !important; }

body.mujeres-que-cuentan .topbar.scrolled-bar { background-color:#dbadff!important; }
body.mujeres-que-cuentan header.header, body.mujeres-que-cuentan .scrolled-bar { background-color: #dbadff; }

.onm-new .text-mujeres-que-cuentan  { color:#dbadff !important; }
.footer-logo.mujeres-que-cuentan { background-color:#dbadff !important; }

.main-nav-menu .section-listing > ul > li.mujeres-que-cuentan,
.main-nav-menu .section-listing > ul > li.mujeres-que-cuentan .submenu { border-color:#dbadff!important; }
body.mujeres-que-cuentan .machine-related-contents .widget-header { background-color:#dbadff!important; }
.machine-related-contents .widget-header span { color:#FFF; }
.widget-header.header-mujeres-que-cuentan span { background-color:#dbadff!important; }

