.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: #15309d;
  }
  .site-color, .text-site-color, .site-color > a, .header a { color: #15309d; }
  .bg-site-color { background-color: #15309d; }
  .border-site-color{ border-color:#15309d;}

  
  .header, .scrolled-bar, .footer, .last-column   { border-color: #15309d  }
  .preheader  { background-color: #15309d; }

  .widget-header span, .widget-header span > a, blockquote  { border-color:#15309d; }
  .widget-last-minute-content .widget-header span,
  .header-section:before, .widget-header:before, .widget-header a:hover, .inside-header-menu .nav-menu .nav-menu-item a:hover { color:#15309d; }

  .pagination>li>a { color:#15309d; }
  .pagination>li.active>a, .search-block .form-input { background-color:#15309d; border-color:#15309d; }

  .widget-content a:hover, .widget-content .title a:hover,
  .small-menu .sections-top-button:hover .fa, .small-menu .sections-top-block .sections-top li a, .small-menu .sections-top-block:hover .fa, .small-menu .sections-top-block:hover .fa, .small-menu .sections-top-block:hover span { color: #15309d; }
  .main-nav-menu .section-listing > ul > li:hover { border-bottom: 1px solid #15309d; }

  .onm-new .title a:hover, .search-block:hover .search-button .fa , .search-block .search-button:hover .fa,
  .onm-new.opinion .opinion-author a,
  .onm-new .summary a:hover {  color:#15309d; }
      .onm-new .category-name { background-color: #15309d; }
      .header-section.dark, .widget-header.dark, .article-navigation,
  .header-section .goToCat:hover, .back-to-top:hover { background-color: #15309d; }

  .play-button:hover .fa,
  .widget .widget-header.colorize,
  .back-to-top i,
  .inner-content .mini-utilities li a,
  .widget .lang-selector.open .dropdown-toggle,
  .widget .lang-selector.open .dropdown-toggle .fa { color:#15309d }
  .back-to-top { background-color:#FFF; }
  .onm-new.opinion .opinion-author a,
  .onm-new.opinion .opinion-data .title a:hover { color:#15309d }
  .onm-new.opinion .opinion-data.border-site-color { border-color:#15309d }
  .onm-new.opinion .opinion-author a.site-color { color:#15309d!important }
  .subscription-login a {
    color: #15309d;
  }
  .subscription-register:before {
    background-color: #15309d;
  }

  .widget-most-seeing-commented-content .content-title,
  .onm-new.video, .onm-new.album, .inner-content .content-info { border-color:#15309d; }

  .wrapper-slider ul.carousel-headlines .title a:hover,
  .widget-last-minute-content .widget-content .publish-date,
  .wrapper-slider ul.carousel-headlines .selected .title a { color: #15309d; }

  .widget-carousel-lateral .item .caption-image .subtitle  { color:#15309d; }
  .widget-carousel-lateral .carousel-indicators li { border-color:#15309d; }
  .widget-carousel-lateral .carousel-indicators .active { background-color: #15309d; }
  .widget-blogs-with-photo .name a  { color:#15309d; }
  .summary a, .inner-content .body a { color:#15309d; }
  .widget-editorial .item-data .content-info .content-time  { color:#15309d; }

  .widget-header.border-site-color { border-color: #eaeaea !important; }
  .slider-nav i:hover, .widget-content ul li:after,

  .article-navigation .title a:hover { color:#15309d; }
  .album-highlighted  .carousel-control .fa,
  .album-list .album-data .subtitle.site-color  {  background-color: #15309d; }


  .datepicker thead tr:first-child th:hover,
  .datepicker tfoot tr th:hover,
  .datepicker table tr td.active {
    background-color:#15309d !important;
    background-image:none;
    color: #fff !important;
  }
  .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:#15309d !important; background-image:none; }
  .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #15309d !important;
  }
  .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: none !important;
  }

      .onm-new .content-info,
    span.content-info,
    .onm-new .content-info .fa,
    .onm-new .content-info a:hover,
    .onm-new .summary a:hover { color:#15309d; }
  
      .frontpage-auth-forms .submit-button.bg-site-color {
    border-color: #15309d;
  }
  .frontpage-auth-forms .submit-button.bg-site-color:hover {
    background-color: #15309d;
    border-color: #15309d;
    color: #fff;
    opacity: .75;
  }

.onm-new.colorize { border-radius:0 !important; }
.media.colorize { margin:0; }
.owl-prev, .owl-next { background-color: #15309d; }

@media (min-width: 992px) {
  .main-nav-menu .section-listing > ul > li > a:hover { color: #15309d; }
  .main-nav-menu .section-listing .submenu { border-color: #15309d; }
}
@media (max-width: 479px) {
  .small-menu .sections-top-block .sections-top { border-right-color: #15309d!important; }
}


    .header-logo.topbar a { color: #3ad0e8; }
  .main-nav-menu .section-listing > ul > li > a { border-color: #15309d; }
  .site-color-b { color: #3ad0e8!important; }
  .onm-new.opinion .opinion-author a { color:#3ad0e8 }

  

  /*********************
  CSS for categories
  **********************/
            /* Rules for category deportes*/
      .onm-new .category-color.deportes, .text-deportes,a.text-deportes,.text-deportes a { color: 374a33; }
      .bg-deportes, .onm-new .category-bg.deportes { background-color:374a33; }
      .onm-new .category.deportes a:hover { color:374a33; }
      .header-section.color-deportes:before,.widget-header.color-deportes:before { color:374a33; }

      body.deportes .topbar.scrolled-bar { background-color:374a33!important; }
      body.deportes .footer, body.deportes header.header, body.deportes .scrolled-bar { background-color: 374a33; }

      .onm-new .text-deportes  { color:374a33 !important; }
      .onm-new .content-info.deportes-color .fa,
      .onm-new .deportes .content-info .fa { color:374a33 !important; }
      .color-deportes, .color-deportes a, .color-deportes fa { color:374a33 !important; }

      .menu > li.deportes a,
      .menu > li.deportes .submenu a { color:374a33!important; }
      body.deportes .machine-related-contents .widget-header { background-color:374a33!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-deportes span { background-color:374a33!important; }
      .deportes-color{ color:374a33!important; }
      .bg-deportes{ background-color:374a33!important; }
      .bg-deportes.trans{ background:transparent!important; }
      .bg-deportes.trans:after{ background-color:374a33!important; }
      .border-deportes-color{ border-color:374a33!important; }
      ul li.border-deportes-color:after{ background-color:374a33!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-deportes-trans:after,
      .album-list .album-data.bg-deportes .subtitle.site-color { background-color:374a33!important; }

                      /* Rules for category economia*/
      .onm-new .category-color.economia, .text-economia,a.text-economia,.text-economia a { color: 374a33; }
      .bg-economia, .onm-new .category-bg.economia { background-color:374a33; }
      .onm-new .category.economia a:hover { color:374a33; }
      .header-section.color-economia:before,.widget-header.color-economia:before { color:374a33; }

      body.economia .topbar.scrolled-bar { background-color:374a33!important; }
      body.economia .footer, body.economia header.header, body.economia .scrolled-bar { background-color: 374a33; }

      .onm-new .text-economia  { color:374a33 !important; }
      .onm-new .content-info.economia-color .fa,
      .onm-new .economia .content-info .fa { color:374a33 !important; }
      .color-economia, .color-economia a, .color-economia fa { color:374a33 !important; }

      .menu > li.economia a,
      .menu > li.economia .submenu a { color:374a33!important; }
      body.economia .machine-related-contents .widget-header { background-color:374a33!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-economia span { background-color:374a33!important; }
      .economia-color{ color:374a33!important; }
      .bg-economia{ background-color:374a33!important; }
      .bg-economia.trans{ background:transparent!important; }
      .bg-economia.trans:after{ background-color:374a33!important; }
      .border-economia-color{ border-color:374a33!important; }
      ul li.border-economia-color:after{ background-color:374a33!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-economia-trans:after,
      .album-list .album-data.bg-economia .subtitle.site-color { background-color:374a33!important; }

                      /* Rules for category politica*/
      .onm-new .category-color.politica, .text-politica,a.text-politica,.text-politica a { color: 374a33; }
      .bg-politica, .onm-new .category-bg.politica { background-color:374a33; }
      .onm-new .category.politica a:hover { color:374a33; }
      .header-section.color-politica:before,.widget-header.color-politica:before { color:374a33; }

      body.politica .topbar.scrolled-bar { background-color:374a33!important; }
      body.politica .footer, body.politica header.header, body.politica .scrolled-bar { background-color: 374a33; }

      .onm-new .text-politica  { color:374a33 !important; }
      .onm-new .content-info.politica-color .fa,
      .onm-new .politica .content-info .fa { color:374a33 !important; }
      .color-politica, .color-politica a, .color-politica fa { color:374a33 !important; }

      .menu > li.politica a,
      .menu > li.politica .submenu a { color:374a33!important; }
      body.politica .machine-related-contents .widget-header { background-color:374a33!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-politica span { background-color:374a33!important; }
      .politica-color{ color:374a33!important; }
      .bg-politica{ background-color:374a33!important; }
      .bg-politica.trans{ background:transparent!important; }
      .bg-politica.trans:after{ background-color:374a33!important; }
      .border-politica-color{ border-color:374a33!important; }
      ul li.border-politica-color:after{ background-color:374a33!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-politica-trans:after,
      .album-list .album-data.bg-politica .subtitle.site-color { background-color:374a33!important; }

                      /* Rules for category cultura*/
      .onm-new .category-color.cultura, .text-cultura,a.text-cultura,.text-cultura a { color: 374a33; }
      .bg-cultura, .onm-new .category-bg.cultura { background-color:374a33; }
      .onm-new .category.cultura a:hover { color:374a33; }
      .header-section.color-cultura:before,.widget-header.color-cultura:before { color:374a33; }

      body.cultura .topbar.scrolled-bar { background-color:374a33!important; }
      body.cultura .footer, body.cultura header.header, body.cultura .scrolled-bar { background-color: 374a33; }

      .onm-new .text-cultura  { color:374a33 !important; }
      .onm-new .content-info.cultura-color .fa,
      .onm-new .cultura .content-info .fa { color:374a33 !important; }
      .color-cultura, .color-cultura a, .color-cultura fa { color:374a33 !important; }

      .menu > li.cultura a,
      .menu > li.cultura .submenu a { color:374a33!important; }
      body.cultura .machine-related-contents .widget-header { background-color:374a33!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-cultura span { background-color:374a33!important; }
      .cultura-color{ color:374a33!important; }
      .bg-cultura{ background-color:374a33!important; }
      .bg-cultura.trans{ background:transparent!important; }
      .bg-cultura.trans:after{ background-color:374a33!important; }
      .border-cultura-color{ border-color:374a33!important; }
      ul li.border-cultura-color:after{ background-color:374a33!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-cultura-trans:after,
      .album-list .album-data.bg-cultura .subtitle.site-color { background-color:374a33!important; }

                      /* Rules for category sociedad*/
      .onm-new .category-color.sociedad, .text-sociedad,a.text-sociedad,.text-sociedad a { color: 374a33; }
      .bg-sociedad, .onm-new .category-bg.sociedad { background-color:374a33; }
      .onm-new .category.sociedad a:hover { color:374a33; }
      .header-section.color-sociedad:before,.widget-header.color-sociedad:before { color:374a33; }

      body.sociedad .topbar.scrolled-bar { background-color:374a33!important; }
      body.sociedad .footer, body.sociedad header.header, body.sociedad .scrolled-bar { background-color: 374a33; }

      .onm-new .text-sociedad  { color:374a33 !important; }
      .onm-new .content-info.sociedad-color .fa,
      .onm-new .sociedad .content-info .fa { color:374a33 !important; }
      .color-sociedad, .color-sociedad a, .color-sociedad fa { color:374a33 !important; }

      .menu > li.sociedad a,
      .menu > li.sociedad .submenu a { color:374a33!important; }
      body.sociedad .machine-related-contents .widget-header { background-color:374a33!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-sociedad span { background-color:374a33!important; }
      .sociedad-color{ color:374a33!important; }
      .bg-sociedad{ background-color:374a33!important; }
      .bg-sociedad.trans{ background:transparent!important; }
      .bg-sociedad.trans:after{ background-color:374a33!important; }
      .border-sociedad-color{ border-color:374a33!important; }
      ul li.border-sociedad-color:after{ background-color:374a33!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-sociedad-trans:after,
      .album-list .album-data.bg-sociedad .subtitle.site-color { background-color:374a33!important; }

                      /* Rules for category ciencia*/
      .onm-new .category-color.ciencia, .text-ciencia,a.text-ciencia,.text-ciencia a { color: 374a33; }
      .bg-ciencia, .onm-new .category-bg.ciencia { background-color:374a33; }
      .onm-new .category.ciencia a:hover { color:374a33; }
      .header-section.color-ciencia:before,.widget-header.color-ciencia:before { color:374a33; }

      body.ciencia .topbar.scrolled-bar { background-color:374a33!important; }
      body.ciencia .footer, body.ciencia header.header, body.ciencia .scrolled-bar { background-color: 374a33; }

      .onm-new .text-ciencia  { color:374a33 !important; }
      .onm-new .content-info.ciencia-color .fa,
      .onm-new .ciencia .content-info .fa { color:374a33 !important; }
      .color-ciencia, .color-ciencia a, .color-ciencia fa { color:374a33 !important; }

      .menu > li.ciencia a,
      .menu > li.ciencia .submenu a { color:374a33!important; }
      body.ciencia .machine-related-contents .widget-header { background-color:374a33!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-ciencia span { background-color:374a33!important; }
      .ciencia-color{ color:374a33!important; }
      .bg-ciencia{ background-color:374a33!important; }
      .bg-ciencia.trans{ background:transparent!important; }
      .bg-ciencia.trans:after{ background-color:374a33!important; }
      .border-ciencia-color{ border-color:374a33!important; }
      ul li.border-ciencia-color:after{ background-color:374a33!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-ciencia-trans:after,
      .album-list .album-data.bg-ciencia .subtitle.site-color { background-color:374a33!important; }

                      /* Rules for category actualidad*/
      .onm-new .category-color.actualidad, .text-actualidad,a.text-actualidad,.text-actualidad a { color: 892039; }
      .bg-actualidad, .onm-new .category-bg.actualidad { background-color:892039; }
      .onm-new .category.actualidad a:hover { color:892039; }
      .header-section.color-actualidad:before,.widget-header.color-actualidad:before { color:892039; }

      body.actualidad .topbar.scrolled-bar { background-color:892039!important; }
      body.actualidad .footer, body.actualidad header.header, body.actualidad .scrolled-bar { background-color: 892039; }

      .onm-new .text-actualidad  { color:892039 !important; }
      .onm-new .content-info.actualidad-color .fa,
      .onm-new .actualidad .content-info .fa { color:892039 !important; }
      .color-actualidad, .color-actualidad a, .color-actualidad fa { color:892039 !important; }

      .menu > li.actualidad a,
      .menu > li.actualidad .submenu a { color:892039!important; }
      body.actualidad .machine-related-contents .widget-header { background-color:892039!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-actualidad span { background-color:892039!important; }
      .actualidad-color{ color:892039!important; }
      .bg-actualidad{ background-color:892039!important; }
      .bg-actualidad.trans{ background:transparent!important; }
      .bg-actualidad.trans:after{ background-color:892039!important; }
      .border-actualidad-color{ border-color:892039!important; }
      ul li.border-actualidad-color:after{ background-color:892039!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-actualidad-trans:after,
      .album-list .album-data.bg-actualidad .subtitle.site-color { background-color:892039!important; }

                      /* Rules for category internacional*/
      .onm-new .category-color.internacional, .text-internacional,a.text-internacional,.text-internacional a { color: e33535; }
      .bg-internacional, .onm-new .category-bg.internacional { background-color:e33535; }
      .onm-new .category.internacional a:hover { color:e33535; }
      .header-section.color-internacional:before,.widget-header.color-internacional:before { color:e33535; }

      body.internacional .topbar.scrolled-bar { background-color:e33535!important; }
      body.internacional .footer, body.internacional header.header, body.internacional .scrolled-bar { background-color: e33535; }

      .onm-new .text-internacional  { color:e33535 !important; }
      .onm-new .content-info.internacional-color .fa,
      .onm-new .internacional .content-info .fa { color:e33535 !important; }
      .color-internacional, .color-internacional a, .color-internacional fa { color:e33535 !important; }

      .menu > li.internacional a,
      .menu > li.internacional .submenu a { color:e33535!important; }
      body.internacional .machine-related-contents .widget-header { background-color:e33535!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-internacional span { background-color:e33535!important; }
      .internacional-color{ color:e33535!important; }
      .bg-internacional{ background-color:e33535!important; }
      .bg-internacional.trans{ background:transparent!important; }
      .bg-internacional.trans:after{ background-color:e33535!important; }
      .border-internacional-color{ border-color:e33535!important; }
      ul li.border-internacional-color:after{ background-color:e33535!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-internacional-trans:after,
      .album-list .album-data.bg-internacional .subtitle.site-color { background-color:e33535!important; }

                      /* Rules for category tecnologia*/
      .onm-new .category-color.tecnologia, .text-tecnologia,a.text-tecnologia,.text-tecnologia a { color: e33535; }
      .bg-tecnologia, .onm-new .category-bg.tecnologia { background-color:e33535; }
      .onm-new .category.tecnologia a:hover { color:e33535; }
      .header-section.color-tecnologia:before,.widget-header.color-tecnologia:before { color:e33535; }

      body.tecnologia .topbar.scrolled-bar { background-color:e33535!important; }
      body.tecnologia .footer, body.tecnologia header.header, body.tecnologia .scrolled-bar { background-color: e33535; }

      .onm-new .text-tecnologia  { color:e33535 !important; }
      .onm-new .content-info.tecnologia-color .fa,
      .onm-new .tecnologia .content-info .fa { color:e33535 !important; }
      .color-tecnologia, .color-tecnologia a, .color-tecnologia fa { color:e33535 !important; }

      .menu > li.tecnologia a,
      .menu > li.tecnologia .submenu a { color:e33535!important; }
      body.tecnologia .machine-related-contents .widget-header { background-color:e33535!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-tecnologia span { background-color:e33535!important; }
      .tecnologia-color{ color:e33535!important; }
      .bg-tecnologia{ background-color:e33535!important; }
      .bg-tecnologia.trans{ background:transparent!important; }
      .bg-tecnologia.trans:after{ background-color:e33535!important; }
      .border-tecnologia-color{ border-color:e33535!important; }
      ul li.border-tecnologia-color:after{ background-color:e33535!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-tecnologia-trans:after,
      .album-list .album-data.bg-tecnologia .subtitle.site-color { background-color:e33535!important; }

                      /* Rules for category referendum-en-cataluna*/
      .onm-new .category-color.referendum-en-cataluna, .text-referendum-en-cataluna,a.text-referendum-en-cataluna,.text-referendum-en-cataluna a { color: #6e9ac4; }
      .bg-referendum-en-cataluna, .onm-new .category-bg.referendum-en-cataluna { background-color:#6e9ac4; }
      .onm-new .category.referendum-en-cataluna a:hover { color:#6e9ac4; }
      .header-section.color-referendum-en-cataluna:before,.widget-header.color-referendum-en-cataluna:before { color:#6e9ac4; }

      body.referendum-en-cataluna .topbar.scrolled-bar { background-color:#6e9ac4!important; }
      body.referendum-en-cataluna .footer, body.referendum-en-cataluna header.header, body.referendum-en-cataluna .scrolled-bar { background-color: #6e9ac4; }

      .onm-new .text-referendum-en-cataluna  { color:#6e9ac4 !important; }
      .onm-new .content-info.referendum-en-cataluna-color .fa,
      .onm-new .referendum-en-cataluna .content-info .fa { color:#6e9ac4 !important; }
      .color-referendum-en-cataluna, .color-referendum-en-cataluna a, .color-referendum-en-cataluna fa { color:#6e9ac4 !important; }

      .menu > li.referendum-en-cataluna a,
      .menu > li.referendum-en-cataluna .submenu a { color:#6e9ac4!important; }
      body.referendum-en-cataluna .machine-related-contents .widget-header { background-color:#6e9ac4!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-referendum-en-cataluna span { background-color:#6e9ac4!important; }
      .referendum-en-cataluna-color{ color:#6e9ac4!important; }
      .bg-referendum-en-cataluna{ background-color:#6e9ac4!important; }
      .bg-referendum-en-cataluna.trans{ background:transparent!important; }
      .bg-referendum-en-cataluna.trans:after{ background-color:#6e9ac4!important; }
      .border-referendum-en-cataluna-color{ border-color:#6e9ac4!important; }
      ul li.border-referendum-en-cataluna-color:after{ background-color:#6e9ac4!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-referendum-en-cataluna-trans:after,
      .album-list .album-data.bg-referendum-en-cataluna .subtitle.site-color { background-color:#6e9ac4!important; }

                      /* Rules for category elecciones-andaluzas-2018*/
      .onm-new .category-color.elecciones-andaluzas-2018, .text-elecciones-andaluzas-2018,a.text-elecciones-andaluzas-2018,.text-elecciones-andaluzas-2018 a { color: #529134; }
      .bg-elecciones-andaluzas-2018, .onm-new .category-bg.elecciones-andaluzas-2018 { background-color:#529134; }
      .onm-new .category.elecciones-andaluzas-2018 a:hover { color:#529134; }
      .header-section.color-elecciones-andaluzas-2018:before,.widget-header.color-elecciones-andaluzas-2018:before { color:#529134; }

      body.elecciones-andaluzas-2018 .topbar.scrolled-bar { background-color:#529134!important; }
      body.elecciones-andaluzas-2018 .footer, body.elecciones-andaluzas-2018 header.header, body.elecciones-andaluzas-2018 .scrolled-bar { background-color: #529134; }

      .onm-new .text-elecciones-andaluzas-2018  { color:#529134 !important; }
      .onm-new .content-info.elecciones-andaluzas-2018-color .fa,
      .onm-new .elecciones-andaluzas-2018 .content-info .fa { color:#529134 !important; }
      .color-elecciones-andaluzas-2018, .color-elecciones-andaluzas-2018 a, .color-elecciones-andaluzas-2018 fa { color:#529134 !important; }

      .menu > li.elecciones-andaluzas-2018 a,
      .menu > li.elecciones-andaluzas-2018 .submenu a { color:#529134!important; }
      body.elecciones-andaluzas-2018 .machine-related-contents .widget-header { background-color:#529134!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-elecciones-andaluzas-2018 span { background-color:#529134!important; }
      .elecciones-andaluzas-2018-color{ color:#529134!important; }
      .bg-elecciones-andaluzas-2018{ background-color:#529134!important; }
      .bg-elecciones-andaluzas-2018.trans{ background:transparent!important; }
      .bg-elecciones-andaluzas-2018.trans:after{ background-color:#529134!important; }
      .border-elecciones-andaluzas-2018-color{ border-color:#529134!important; }
      ul li.border-elecciones-andaluzas-2018-color:after{ background-color:#529134!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-elecciones-andaluzas-2018-trans:after,
      .album-list .album-data.bg-elecciones-andaluzas-2018 .subtitle.site-color { background-color:#529134!important; }

                      /* Rules for category elecciones-estados-unidos-2020*/
      .onm-new .category-color.elecciones-estados-unidos-2020, .text-elecciones-estados-unidos-2020,a.text-elecciones-estados-unidos-2020,.text-elecciones-estados-unidos-2020 a { color: #ffffff; }
      .bg-elecciones-estados-unidos-2020, .onm-new .category-bg.elecciones-estados-unidos-2020 { background-color:#ffffff; }
      .onm-new .category.elecciones-estados-unidos-2020 a:hover { color:#ffffff; }
      .header-section.color-elecciones-estados-unidos-2020:before,.widget-header.color-elecciones-estados-unidos-2020:before { color:#ffffff; }

      body.elecciones-estados-unidos-2020 .topbar.scrolled-bar { background-color:#ffffff!important; }
      body.elecciones-estados-unidos-2020 .footer, body.elecciones-estados-unidos-2020 header.header, body.elecciones-estados-unidos-2020 .scrolled-bar { background-color: #ffffff; }

      .onm-new .text-elecciones-estados-unidos-2020  { color:#ffffff !important; }
      .onm-new .content-info.elecciones-estados-unidos-2020-color .fa,
      .onm-new .elecciones-estados-unidos-2020 .content-info .fa { color:#ffffff !important; }
      .color-elecciones-estados-unidos-2020, .color-elecciones-estados-unidos-2020 a, .color-elecciones-estados-unidos-2020 fa { color:#ffffff !important; }

      .menu > li.elecciones-estados-unidos-2020 a,
      .menu > li.elecciones-estados-unidos-2020 .submenu a { color:#ffffff!important; }
      body.elecciones-estados-unidos-2020 .machine-related-contents .widget-header { background-color:#ffffff!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-elecciones-estados-unidos-2020 span { background-color:#ffffff!important; }
      .elecciones-estados-unidos-2020-color{ color:#ffffff!important; }
      .bg-elecciones-estados-unidos-2020{ background-color:#ffffff!important; }
      .bg-elecciones-estados-unidos-2020.trans{ background:transparent!important; }
      .bg-elecciones-estados-unidos-2020.trans:after{ background-color:#ffffff!important; }
      .border-elecciones-estados-unidos-2020-color{ border-color:#ffffff!important; }
      ul li.border-elecciones-estados-unidos-2020-color:after{ background-color:#ffffff!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-elecciones-estados-unidos-2020-trans:after,
      .album-list .album-data.bg-elecciones-estados-unidos-2020 .subtitle.site-color { background-color:#ffffff!important; }

                      /* Rules for category elecciones-europeas-24*/
      .onm-new .category-color.elecciones-europeas-24, .text-elecciones-europeas-24,a.text-elecciones-europeas-24,.text-elecciones-europeas-24 a { color: #3e3bd6; }
      .bg-elecciones-europeas-24, .onm-new .category-bg.elecciones-europeas-24 { background-color:#3e3bd6; }
      .onm-new .category.elecciones-europeas-24 a:hover { color:#3e3bd6; }
      .header-section.color-elecciones-europeas-24:before,.widget-header.color-elecciones-europeas-24:before { color:#3e3bd6; }

      body.elecciones-europeas-24 .topbar.scrolled-bar { background-color:#3e3bd6!important; }
      body.elecciones-europeas-24 .footer, body.elecciones-europeas-24 header.header, body.elecciones-europeas-24 .scrolled-bar { background-color: #3e3bd6; }

      .onm-new .text-elecciones-europeas-24  { color:#3e3bd6 !important; }
      .onm-new .content-info.elecciones-europeas-24-color .fa,
      .onm-new .elecciones-europeas-24 .content-info .fa { color:#3e3bd6 !important; }
      .color-elecciones-europeas-24, .color-elecciones-europeas-24 a, .color-elecciones-europeas-24 fa { color:#3e3bd6 !important; }

      .menu > li.elecciones-europeas-24 a,
      .menu > li.elecciones-europeas-24 .submenu a { color:#3e3bd6!important; }
      body.elecciones-europeas-24 .machine-related-contents .widget-header { background-color:#3e3bd6!important; }
      .machine-related-contents .widget-header span { color:#FFF; }
      .widget-header.header-elecciones-europeas-24 span { background-color:#3e3bd6!important; }
      .elecciones-europeas-24-color{ color:#3e3bd6!important; }
      .bg-elecciones-europeas-24{ background-color:#3e3bd6!important; }
      .bg-elecciones-europeas-24.trans{ background:transparent!important; }
      .bg-elecciones-europeas-24.trans:after{ background-color:#3e3bd6!important; }
      .border-elecciones-europeas-24-color{ border-color:#3e3bd6!important; }
      ul li.border-elecciones-europeas-24-color:after{ background-color:#3e3bd6!important; }
      .wrapper-slider ul.carousel-headlines .headlines-title.bg-elecciones-europeas-24-trans:after,
      .album-list .album-data.bg-elecciones-europeas-24 .subtitle.site-color { background-color:#3e3bd6!important; }

            
