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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

  

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

      body.sal .topbar.scrolled-bar { background-color:3a879e!important; }
      body.sal .footer, body.sal header.header, body.sal .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-sal  { color:3a879e !important; }
      .onm-new .content-info.sal-color .fa,
      .onm-new .sal .content-info .fa { color:3a879e !important; }
      .color-sal, .color-sal a, .color-sal fa { color:3a879e !important; }

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

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

      body.roca .topbar.scrolled-bar { background-color:3a879e!important; }
      body.roca .footer, body.roca header.header, body.roca .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-roca  { color:3a879e !important; }
      .onm-new .content-info.roca-color .fa,
      .onm-new .roca .content-info .fa { color:3a879e !important; }
      .color-roca, .color-roca a, .color-roca fa { color:3a879e !important; }

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

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

      body.lyfestyle .topbar.scrolled-bar { background-color:3a879e!important; }
      body.lyfestyle .footer, body.lyfestyle header.header, body.lyfestyle .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-lyfestyle  { color:3a879e !important; }
      .onm-new .content-info.lyfestyle-color .fa,
      .onm-new .lyfestyle .content-info .fa { color:3a879e !important; }
      .color-lyfestyle, .color-lyfestyle a, .color-lyfestyle fa { color:3a879e !important; }

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

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

      body.arte .topbar.scrolled-bar { background-color:3a879e!important; }
      body.arte .footer, body.arte header.header, body.arte .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-arte  { color:3a879e !important; }
      .onm-new .content-info.arte-color .fa,
      .onm-new .arte .content-info .fa { color:3a879e !important; }
      .color-arte, .color-arte a, .color-arte fa { color:3a879e !important; }

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

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

      body.nomadas .topbar.scrolled-bar { background-color:3a879e!important; }
      body.nomadas .footer, body.nomadas header.header, body.nomadas .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-nomadas  { color:3a879e !important; }
      .onm-new .content-info.nomadas-color .fa,
      .onm-new .nomadas .content-info .fa { color:3a879e !important; }
      .color-nomadas, .color-nomadas a, .color-nomadas fa { color:3a879e !important; }

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

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

      body.vida-eco .topbar.scrolled-bar { background-color:3a879e!important; }
      body.vida-eco .footer, body.vida-eco header.header, body.vida-eco .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-vida-eco  { color:3a879e !important; }
      .onm-new .content-info.vida-eco-color .fa,
      .onm-new .vida-eco .content-info .fa { color:3a879e !important; }
      .color-vida-eco, .color-vida-eco a, .color-vida-eco fa { color:3a879e !important; }

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

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

      body.freedom .topbar.scrolled-bar { background-color:3a879e!important; }
      body.freedom .footer, body.freedom header.header, body.freedom .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-freedom  { color:3a879e !important; }
      .onm-new .content-info.freedom-color .fa,
      .onm-new .freedom .content-info .fa { color:3a879e !important; }
      .color-freedom, .color-freedom a, .color-freedom fa { color:3a879e !important; }

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

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

      body.nutricion .topbar.scrolled-bar { background-color:3a879e!important; }
      body.nutricion .footer, body.nutricion header.header, body.nutricion .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-nutricion  { color:3a879e !important; }
      .onm-new .content-info.nutricion-color .fa,
      .onm-new .nutricion .content-info .fa { color:3a879e !important; }
      .color-nutricion, .color-nutricion a, .color-nutricion fa { color:3a879e !important; }

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

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

      body.yoga .topbar.scrolled-bar { background-color:3a879e!important; }
      body.yoga .footer, body.yoga header.header, body.yoga .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-yoga  { color:3a879e !important; }
      .onm-new .content-info.yoga-color .fa,
      .onm-new .yoga .content-info .fa { color:3a879e !important; }
      .color-yoga, .color-yoga a, .color-yoga fa { color:3a879e !important; }

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

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

      body.version-original .topbar.scrolled-bar { background-color:3a879e!important; }
      body.version-original .footer, body.version-original header.header, body.version-original .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-version-original  { color:3a879e !important; }
      .onm-new .content-info.version-original-color .fa,
      .onm-new .version-original .content-info .fa { color:3a879e !important; }
      .color-version-original, .color-version-original a, .color-version-original fa { color:3a879e !important; }

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

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

      body.surfeminismo .topbar.scrolled-bar { background-color:3a879e!important; }
      body.surfeminismo .footer, body.surfeminismo header.header, body.surfeminismo .scrolled-bar { background-color: 3a879e; }

      .onm-new .text-surfeminismo  { color:3a879e !important; }
      .onm-new .content-info.surfeminismo-color .fa,
      .onm-new .surfeminismo .content-info .fa { color:3a879e !important; }
      .color-surfeminismo, .color-surfeminismo a, .color-surfeminismo fa { color:3a879e !important; }

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

            
