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

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

  .widget-header span, .widget-header span > a, blockquote  { border-color:#ff6666; }
  .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:#ff6666; }

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

  .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: #ff6666; }
  .main-nav-menu .section-listing > ul > li:hover { border-bottom: 1px solid #ff6666; }

  .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:#ff6666; }
      .onm-new .category-name { color: #ff6666; }
      .header-section.dark, .widget-header.dark, .article-navigation,
  .header-section .goToCat:hover, .back-to-top:hover { background-color: #ff6666; }

  .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:#ff6666 }
  .back-to-top { background-color:#FFF; }
  .onm-new.opinion .opinion-author a,
  .onm-new.opinion .opinion-data .title a:hover { color:#ff6666 }
  .onm-new.opinion .opinion-data.border-site-color { border-color:#ff6666 }
  .onm-new.opinion .opinion-author a.site-color { color:#ff6666!important }
  .subscription-login a {
    color: #ff6666;
  }
  .subscription-register:before {
    background-color: #ff6666;
  }

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

  .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: #ff6666; }

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

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

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


  .datepicker thead tr:first-child th:hover,
  .datepicker tfoot tr th:hover,
  .datepicker table tr td.active {
    background-color:#ff6666 !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:#ff6666 !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: #ff6666 !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:#ff6666; }
  
      .frontpage-auth-forms .submit-button.bg-site-color {
    border-color: #ff6666;
  }
  .frontpage-auth-forms .submit-button.bg-site-color:hover {
    background-color: #ff6666;
    border-color: #ff6666;
    color: #fff;
    opacity: .75;
  }

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

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


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

  

  /*********************
  CSS for categories
  **********************/
            /* Rules for category marketing-comunicacion*/
      .onm-new .category-color.marketing-comunicacion, .text-marketing-comunicacion,a.text-marketing-comunicacion,.text-marketing-comunicacion a { color: #000000; }
      .bg-marketing-comunicacion, .onm-new .category-bg.marketing-comunicacion { background-color:#000000; }
      .onm-new .category.marketing-comunicacion a:hover { color:#000000; }
      .header-section.color-marketing-comunicacion:before,.widget-header.color-marketing-comunicacion:before { color:#000000; }

      body.marketing-comunicacion .topbar.scrolled-bar { background-color:#000000!important; }
      body.marketing-comunicacion .footer, body.marketing-comunicacion header.header, body.marketing-comunicacion .scrolled-bar { background-color: #000000; }

      .onm-new .text-marketing-comunicacion  { color:#000000 !important; }
      .onm-new .content-info.marketing-comunicacion-color .fa,
      .onm-new .marketing-comunicacion .content-info .fa { color:#000000 !important; }
      .color-marketing-comunicacion, .color-marketing-comunicacion a, .color-marketing-comunicacion fa { color:#000000 !important; }

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

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

      body.formacion .topbar.scrolled-bar { background-color:#fcfbdf!important; }
      body.formacion .footer, body.formacion header.header, body.formacion .scrolled-bar { background-color: #fcfbdf; }

      .onm-new .text-formacion  { color:#fcfbdf !important; }
      .onm-new .content-info.formacion-color .fa,
      .onm-new .formacion .content-info .fa { color:#fcfbdf !important; }
      .color-formacion, .color-formacion a, .color-formacion fa { color:#fcfbdf !important; }

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

                      /* Rules for category economia-circular-sostenibilidad*/
      .onm-new .category-color.economia-circular-sostenibilidad, .text-economia-circular-sostenibilidad,a.text-economia-circular-sostenibilidad,.text-economia-circular-sostenibilidad a { color: #7bd148; }
      .bg-economia-circular-sostenibilidad, .onm-new .category-bg.economia-circular-sostenibilidad { background-color:#7bd148; }
      .onm-new .category.economia-circular-sostenibilidad a:hover { color:#7bd148; }
      .header-section.color-economia-circular-sostenibilidad:before,.widget-header.color-economia-circular-sostenibilidad:before { color:#7bd148; }

      body.economia-circular-sostenibilidad .topbar.scrolled-bar { background-color:#7bd148!important; }
      body.economia-circular-sostenibilidad .footer, body.economia-circular-sostenibilidad header.header, body.economia-circular-sostenibilidad .scrolled-bar { background-color: #7bd148; }

      .onm-new .text-economia-circular-sostenibilidad  { color:#7bd148 !important; }
      .onm-new .content-info.economia-circular-sostenibilidad-color .fa,
      .onm-new .economia-circular-sostenibilidad .content-info .fa { color:#7bd148 !important; }
      .color-economia-circular-sostenibilidad, .color-economia-circular-sostenibilidad a, .color-economia-circular-sostenibilidad fa { color:#7bd148 !important; }

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

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

      body.idi .topbar.scrolled-bar { background-color:#000000!important; }
      body.idi .footer, body.idi header.header, body.idi .scrolled-bar { background-color: #000000; }

      .onm-new .text-idi  { color:#000000 !important; }
      .onm-new .content-info.idi-color .fa,
      .onm-new .idi .content-info .fa { color:#000000 !important; }
      .color-idi, .color-idi a, .color-idi fa { color:#000000 !important; }

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

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

      body.inversores-fondos .topbar.scrolled-bar { background-color:#dc2127!important; }
      body.inversores-fondos .footer, body.inversores-fondos header.header, body.inversores-fondos .scrolled-bar { background-color: #dc2127; }

      .onm-new .text-inversores-fondos  { color:#dc2127 !important; }
      .onm-new .content-info.inversores-fondos-color .fa,
      .onm-new .inversores-fondos .content-info .fa { color:#dc2127 !important; }
      .color-inversores-fondos, .color-inversores-fondos a, .color-inversores-fondos fa { color:#dc2127 !important; }

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

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

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

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

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

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

      body.eventos .topbar.scrolled-bar { background-color:#000000!important; }
      body.eventos .footer, body.eventos header.header, body.eventos .scrolled-bar { background-color: #000000; }

      .onm-new .text-eventos  { color:#000000 !important; }
      .onm-new .content-info.eventos-color .fa,
      .onm-new .eventos .content-info .fa { color:#000000 !important; }
      .color-eventos, .color-eventos a, .color-eventos fa { color:#000000 !important; }

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

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

      body.portadas .topbar.scrolled-bar { background-color:#000000!important; }
      body.portadas .footer, body.portadas header.header, body.portadas .scrolled-bar { background-color: #000000; }

      .onm-new .text-portadas  { color:#000000 !important; }
      .onm-new .content-info.portadas-color .fa,
      .onm-new .portadas .content-info .fa { color:#000000 !important; }
      .color-portadas, .color-portadas a, .color-portadas fa { color:#000000 !important; }

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

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

      body.startups .topbar.scrolled-bar { background-color:#dbadff!important; }
      body.startups .footer, body.startups header.header, body.startups .scrolled-bar { background-color: #dbadff; }

      .onm-new .text-startups  { color:#dbadff !important; }
      .onm-new .content-info.startups-color .fa,
      .onm-new .startups .content-info .fa { color:#dbadff !important; }
      .color-startups, .color-startups a, .color-startups fa { color:#dbadff !important; }

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

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

      body.ecosistema .topbar.scrolled-bar { background-color:#46d6db!important; }
      body.ecosistema .footer, body.ecosistema header.header, body.ecosistema .scrolled-bar { background-color: #46d6db; }

      .onm-new .text-ecosistema  { color:#46d6db !important; }
      .onm-new .content-info.ecosistema-color .fa,
      .onm-new .ecosistema .content-info .fa { color:#46d6db !important; }
      .color-ecosistema, .color-ecosistema a, .color-ecosistema fa { color:#46d6db !important; }

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

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

      body.premios-concursos .topbar.scrolled-bar { background-color:#000000!important; }
      body.premios-concursos .footer, body.premios-concursos header.header, body.premios-concursos .scrolled-bar { background-color: #000000; }

      .onm-new .text-premios-concursos  { color:#000000 !important; }
      .onm-new .content-info.premios-concursos-color .fa,
      .onm-new .premios-concursos .content-info .fa { color:#000000 !important; }
      .color-premios-concursos, .color-premios-concursos a, .color-premios-concursos fa { color:#000000 !important; }

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

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

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

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

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

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

      body.economia-conocimiento .topbar.scrolled-bar { background-color:#980101!important; }
      body.economia-conocimiento .footer, body.economia-conocimiento header.header, body.economia-conocimiento .scrolled-bar { background-color: #980101; }

      .onm-new .text-economia-conocimiento  { color:#980101 !important; }
      .onm-new .content-info.economia-conocimiento-color .fa,
      .onm-new .economia-conocimiento .content-info .fa { color:#980101 !important; }
      .color-economia-conocimiento, .color-economia-conocimiento a, .color-economia-conocimiento fa { color:#980101 !important; }

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

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

      body.mercado-exterior .topbar.scrolled-bar { background-color:#ece5f1!important; }
      body.mercado-exterior .footer, body.mercado-exterior header.header, body.mercado-exterior .scrolled-bar { background-color: #ece5f1; }

      .onm-new .text-mercado-exterior  { color:#ece5f1 !important; }
      .onm-new .content-info.mercado-exterior-color .fa,
      .onm-new .mercado-exterior .content-info .fa { color:#ece5f1 !important; }
      .color-mercado-exterior, .color-mercado-exterior a, .color-mercado-exterior fa { color:#ece5f1 !important; }

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

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

      body.empresas-tractoras .topbar.scrolled-bar { background-color:#dbadff!important; }
      body.empresas-tractoras .footer, body.empresas-tractoras header.header, body.empresas-tractoras .scrolled-bar { background-color: #dbadff; }

      .onm-new .text-empresas-tractoras  { color:#dbadff !important; }
      .onm-new .content-info.empresas-tractoras-color .fa,
      .onm-new .empresas-tractoras .content-info .fa { color:#dbadff !important; }
      .color-empresas-tractoras, .color-empresas-tractoras a, .color-empresas-tractoras fa { color:#dbadff !important; }

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

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

      body.sector-publico .topbar.scrolled-bar { background-color:#980101!important; }
      body.sector-publico .footer, body.sector-publico header.header, body.sector-publico .scrolled-bar { background-color: #980101; }

      .onm-new .text-sector-publico  { color:#980101 !important; }
      .onm-new .content-info.sector-publico-color .fa,
      .onm-new .sector-publico .content-info .fa { color:#980101 !important; }
      .color-sector-publico, .color-sector-publico a, .color-sector-publico fa { color:#980101 !important; }

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

                      /* Rules for category ciberseguridad-defensa-espacio*/
      .onm-new .category-color.ciberseguridad-defensa-espacio, .text-ciberseguridad-defensa-espacio,a.text-ciberseguridad-defensa-espacio,.text-ciberseguridad-defensa-espacio a { color: #5484ed; }
      .bg-ciberseguridad-defensa-espacio, .onm-new .category-bg.ciberseguridad-defensa-espacio { background-color:#5484ed; }
      .onm-new .category.ciberseguridad-defensa-espacio a:hover { color:#5484ed; }
      .header-section.color-ciberseguridad-defensa-espacio:before,.widget-header.color-ciberseguridad-defensa-espacio:before { color:#5484ed; }

      body.ciberseguridad-defensa-espacio .topbar.scrolled-bar { background-color:#5484ed!important; }
      body.ciberseguridad-defensa-espacio .footer, body.ciberseguridad-defensa-espacio header.header, body.ciberseguridad-defensa-espacio .scrolled-bar { background-color: #5484ed; }

      .onm-new .text-ciberseguridad-defensa-espacio  { color:#5484ed !important; }
      .onm-new .content-info.ciberseguridad-defensa-espacio-color .fa,
      .onm-new .ciberseguridad-defensa-espacio .content-info .fa { color:#5484ed !important; }
      .color-ciberseguridad-defensa-espacio, .color-ciberseguridad-defensa-espacio a, .color-ciberseguridad-defensa-espacio fa { color:#5484ed !important; }

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

                      /* Rules for category movilidad-y-logistica*/
      .onm-new .category-color.movilidad-y-logistica, .text-movilidad-y-logistica,a.text-movilidad-y-logistica,.text-movilidad-y-logistica a { color: #000000; }
      .bg-movilidad-y-logistica, .onm-new .category-bg.movilidad-y-logistica { background-color:#000000; }
      .onm-new .category.movilidad-y-logistica a:hover { color:#000000; }
      .header-section.color-movilidad-y-logistica:before,.widget-header.color-movilidad-y-logistica:before { color:#000000; }

      body.movilidad-y-logistica .topbar.scrolled-bar { background-color:#000000!important; }
      body.movilidad-y-logistica .footer, body.movilidad-y-logistica header.header, body.movilidad-y-logistica .scrolled-bar { background-color: #000000; }

      .onm-new .text-movilidad-y-logistica  { color:#000000 !important; }
      .onm-new .content-info.movilidad-y-logistica-color .fa,
      .onm-new .movilidad-y-logistica .content-info .fa { color:#000000 !important; }
      .color-movilidad-y-logistica, .color-movilidad-y-logistica a, .color-movilidad-y-logistica fa { color:#000000 !important; }

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

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

      body.diccionario-startups .topbar.scrolled-bar { background-color:#ff887c!important; }
      body.diccionario-startups .footer, body.diccionario-startups header.header, body.diccionario-startups .scrolled-bar { background-color: #ff887c; }

      .onm-new .text-diccionario-startups  { color:#ff887c !important; }
      .onm-new .content-info.diccionario-startups-color .fa,
      .onm-new .diccionario-startups .content-info .fa { color:#ff887c !important; }
      .color-diccionario-startups, .color-diccionario-startups a, .color-diccionario-startups fa { color:#ff887c !important; }

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

                      /* Rules for category audiovisual-steam-gaming*/
      .onm-new .category-color.audiovisual-steam-gaming, .text-audiovisual-steam-gaming,a.text-audiovisual-steam-gaming,.text-audiovisual-steam-gaming a { color: #ff887c; }
      .bg-audiovisual-steam-gaming, .onm-new .category-bg.audiovisual-steam-gaming { background-color:#ff887c; }
      .onm-new .category.audiovisual-steam-gaming a:hover { color:#ff887c; }
      .header-section.color-audiovisual-steam-gaming:before,.widget-header.color-audiovisual-steam-gaming:before { color:#ff887c; }

      body.audiovisual-steam-gaming .topbar.scrolled-bar { background-color:#ff887c!important; }
      body.audiovisual-steam-gaming .footer, body.audiovisual-steam-gaming header.header, body.audiovisual-steam-gaming .scrolled-bar { background-color: #ff887c; }

      .onm-new .text-audiovisual-steam-gaming  { color:#ff887c !important; }
      .onm-new .content-info.audiovisual-steam-gaming-color .fa,
      .onm-new .audiovisual-steam-gaming .content-info .fa { color:#ff887c !important; }
      .color-audiovisual-steam-gaming, .color-audiovisual-steam-gaming a, .color-audiovisual-steam-gaming fa { color:#ff887c !important; }

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

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

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

      .onm-new .text-energia  { color:#fbd75b !important; }
      .onm-new .content-info.energia-color .fa,
      .onm-new .energia .content-info .fa { color:#fbd75b !important; }
      .color-energia, .color-energia a, .color-energia fa { color:#fbd75b !important; }

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

                      /* Rules for category agrotech-innovacion-agroalimentaria*/
      .onm-new .category-color.agrotech-innovacion-agroalimentaria, .text-agrotech-innovacion-agroalimentaria,a.text-agrotech-innovacion-agroalimentaria,.text-agrotech-innovacion-agroalimentaria a { color: #51b749; }
      .bg-agrotech-innovacion-agroalimentaria, .onm-new .category-bg.agrotech-innovacion-agroalimentaria { background-color:#51b749; }
      .onm-new .category.agrotech-innovacion-agroalimentaria a:hover { color:#51b749; }
      .header-section.color-agrotech-innovacion-agroalimentaria:before,.widget-header.color-agrotech-innovacion-agroalimentaria:before { color:#51b749; }

      body.agrotech-innovacion-agroalimentaria .topbar.scrolled-bar { background-color:#51b749!important; }
      body.agrotech-innovacion-agroalimentaria .footer, body.agrotech-innovacion-agroalimentaria header.header, body.agrotech-innovacion-agroalimentaria .scrolled-bar { background-color: #51b749; }

      .onm-new .text-agrotech-innovacion-agroalimentaria  { color:#51b749 !important; }
      .onm-new .content-info.agrotech-innovacion-agroalimentaria-color .fa,
      .onm-new .agrotech-innovacion-agroalimentaria .content-info .fa { color:#51b749 !important; }
      .color-agrotech-innovacion-agroalimentaria, .color-agrotech-innovacion-agroalimentaria a, .color-agrotech-innovacion-agroalimentaria fa { color:#51b749 !important; }

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

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

      body.emprendedores .topbar.scrolled-bar { background-color:#46d6db!important; }
      body.emprendedores .footer, body.emprendedores header.header, body.emprendedores .scrolled-bar { background-color: #46d6db; }

      .onm-new .text-emprendedores  { color:#46d6db !important; }
      .onm-new .content-info.emprendedores-color .fa,
      .onm-new .emprendedores .content-info .fa { color:#46d6db !important; }
      .color-emprendedores, .color-emprendedores a, .color-emprendedores fa { color:#46d6db !important; }

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

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

      body.proyectos-innovadores .topbar.scrolled-bar { background-color:#ffb878!important; }
      body.proyectos-innovadores .footer, body.proyectos-innovadores header.header, body.proyectos-innovadores .scrolled-bar { background-color: #ffb878; }

      .onm-new .text-proyectos-innovadores  { color:#ffb878 !important; }
      .onm-new .content-info.proyectos-innovadores-color .fa,
      .onm-new .proyectos-innovadores .content-info .fa { color:#ffb878 !important; }
      .color-proyectos-innovadores, .color-proyectos-innovadores a, .color-proyectos-innovadores fa { color:#ffb878 !important; }

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

                      /* Rules for category inteligencia-artificial-murcia*/
      .onm-new .category-color.inteligencia-artificial-murcia, .text-inteligencia-artificial-murcia,a.text-inteligencia-artificial-murcia,.text-inteligencia-artificial-murcia a { color: #46d6db; }
      .bg-inteligencia-artificial-murcia, .onm-new .category-bg.inteligencia-artificial-murcia { background-color:#46d6db; }
      .onm-new .category.inteligencia-artificial-murcia a:hover { color:#46d6db; }
      .header-section.color-inteligencia-artificial-murcia:before,.widget-header.color-inteligencia-artificial-murcia:before { color:#46d6db; }

      body.inteligencia-artificial-murcia .topbar.scrolled-bar { background-color:#46d6db!important; }
      body.inteligencia-artificial-murcia .footer, body.inteligencia-artificial-murcia header.header, body.inteligencia-artificial-murcia .scrolled-bar { background-color: #46d6db; }

      .onm-new .text-inteligencia-artificial-murcia  { color:#46d6db !important; }
      .onm-new .content-info.inteligencia-artificial-murcia-color .fa,
      .onm-new .inteligencia-artificial-murcia .content-info .fa { color:#46d6db !important; }
      .color-inteligencia-artificial-murcia, .color-inteligencia-artificial-murcia a, .color-inteligencia-artificial-murcia fa { color:#46d6db !important; }

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

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

      body.investigacion-cientifica .topbar.scrolled-bar { background-color:#fbd75b!important; }
      body.investigacion-cientifica .footer, body.investigacion-cientifica header.header, body.investigacion-cientifica .scrolled-bar { background-color: #fbd75b; }

      .onm-new .text-investigacion-cientifica  { color:#fbd75b !important; }
      .onm-new .content-info.investigacion-cientifica-color .fa,
      .onm-new .investigacion-cientifica .content-info .fa { color:#fbd75b !important; }
      .color-investigacion-cientifica, .color-investigacion-cientifica a, .color-investigacion-cientifica fa { color:#fbd75b !important; }

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

            
