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

a, a:hover { color: #9CBCD5; }

.subtitle,.pagination>li>a, .pagination a, .header-section, .widget-header, .header-section a, .wrapper-slider
ul.carousel-headlines .title a:hover, .wrapper-slider ul.carousel-headlines .selected .title a, .owl-prev .fa, .owl-next
.fa, .wrapper-slider .content-info span:before, .onm-new .title a:hover, .onm-new .content-info a:hover, .onm-new
.summary a:hover, .onm-new.opinion .opinion-author, .play-button:hover .fa, .inner-content
.mini-utilities li a, .inner-content .summary strong, .inner-content .body h2, .inner-content .body strong,
.opinion-page .author-data .author-name, .opinion-page .author-data .author-name:before, .opinion-page .inner-content
.author-data .author-name, .album-page .album-item .play-button:hover .fa, .video-page .video-list .video-item
.play-button:hover .fa, .widget-content ul li.first-article .article-media figure > a:hover .widget-play-button
.fa-play, .widget .widget-play-button .fa-play { color: #9CBCD5; }

.footer.header-section .goToCat:hover, .main-nav-menu .section-listing > ul > li > a:before, .owl-prev:hover,
.owl-next:hover, .owl-dot, .onm-new.album .album-header, .onm-new.video .video-header, .onm-new.poll .button-submit,
.onm-new.poll .button-submit:hover, .inner-content .affix .sharrre-tools .totalshares, .inner-content .sharrre-tools
.totalshares, .inner-content .owl-dot, .widget-header, .widget-header.labeled span, .widget .nav-tabs li.active a,
.article-navigation, .footer, .widget-advise-bottom { background-color: #9CBCD5; }

header, .widget .nav-tabs, .widget-header.labeled, .inner-content .machine-related-contents, .inner-content .wrapper-slider, .share-mail a.box { border-bottom-color: #9CBCD5; }
.onm-new.video { border-left-color: #9CBCD5; }
.main-nav-menu .section-listing .submenu, .footer{ border-top-color: #9CBCD5; }

.main-nav-menu .section-listing > ul > li > a:hover { color: #9CBCD5; }
.small-menu .sections-top-block.opened .button-label,
.small-menu .sections-top-block:opened .sections-top-button .fa { color: #9CBCD5; }
.search-block .form-input, .frontpage-request-pass .form-group .btn-default.btn-block { background-color: #9CBCD5; border-color: #9CBCD5; }
.search-block:hover .search-button .fa { color: #9CBCD5; }

.poll-page .response span.label, .polls-list .other-polls .content-title:after, .widget-polls .response span.label,
.widget-polls .poll-list .title a:after { color: #9CBCD5!important; }
.poll-page .graph .bar, .poll-page .button-submit, .widget-polls .graph .bar, .widget-polls .button-submit {
background-color: #9CBCD5!important; }

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




        /*********************
       CSS for categories
    **********************/
                                /* Rules for category sociedad*/

            .onm-new .category-color.sociedad { color: e25d25; }
            .onm-new .category-bg.sociedad { background-color:e25d25; }
            .onm-new .category.sociedad a:hover { color:e25d25 }

            .inner-content .text-sociedad, .onm-new .text-sociedad, .onm-new .text-sociedad a { color: e25d25; }

                                            /* Rules for category algeciras*/

            .onm-new .category-color.algeciras { color: e25d25; }
            .onm-new .category-bg.algeciras { background-color:e25d25; }
            .onm-new .category.algeciras a:hover { color:e25d25 }

            .inner-content .text-algeciras, .onm-new .text-algeciras, .onm-new .text-algeciras a { color: e25d25; }

                                            /* Rules for category maritimas*/

            .onm-new .category-color.maritimas { color: 145f87; }
            .onm-new .category-bg.maritimas { background-color:145f87; }
            .onm-new .category.maritimas a:hover { color:145f87 }

            .inner-content .text-maritimas, .onm-new .text-maritimas, .onm-new .text-maritimas a { color: 145f87; }

                                            /* Rules for category provincia*/

            .onm-new .category-color.provincia { color: e25d25; }
            .onm-new .category-bg.provincia { background-color:e25d25; }
            .onm-new .category.provincia a:hover { color:e25d25 }

            .inner-content .text-provincia, .onm-new .text-provincia, .onm-new .text-provincia a { color: e25d25; }

                                            /* Rules for category campo-de-gibraltar*/

            .onm-new .category-color.campo-de-gibraltar { color: e25d25; }
            .onm-new .category-bg.campo-de-gibraltar { background-color:e25d25; }
            .onm-new .category.campo-de-gibraltar a:hover { color:e25d25 }

            .inner-content .text-campo-de-gibraltar, .onm-new .text-campo-de-gibraltar, .onm-new .text-campo-de-gibraltar a { color: e25d25; }

                                            /* Rules for category gibraltar*/

            .onm-new .category-color.gibraltar { color: e25d25; }
            .onm-new .category-bg.gibraltar { background-color:e25d25; }
            .onm-new .category.gibraltar a:hover { color:e25d25 }

            .inner-content .text-gibraltar, .onm-new .text-gibraltar, .onm-new .text-gibraltar a { color: e25d25; }

                                            /* Rules for category actualidad*/

            .onm-new .category-color.actualidad { color: e25d25; }
            .onm-new .category-bg.actualidad { background-color:e25d25; }
            .onm-new .category.actualidad a:hover { color:e25d25 }

            .inner-content .text-actualidad, .onm-new .text-actualidad, .onm-new .text-actualidad a { color: e25d25; }

                                            /* Rules for category cultura-y-ocio*/

            .onm-new .category-color.cultura-y-ocio { color: e25d25; }
            .onm-new .category-bg.cultura-y-ocio { background-color:e25d25; }
            .onm-new .category.cultura-y-ocio a:hover { color:e25d25 }

            .inner-content .text-cultura-y-ocio, .onm-new .text-cultura-y-ocio, .onm-new .text-cultura-y-ocio a { color: e25d25; }

                                            /* Rules for category toros*/

            .onm-new .category-color.toros { color: e25d25; }
            .onm-new .category-bg.toros { background-color:e25d25; }
            .onm-new .category.toros a:hover { color:e25d25 }

            .inner-content .text-toros, .onm-new .text-toros, .onm-new .text-toros a { color: e25d25; }

                                            /* Rules for category empresas*/

            .onm-new .category-color.empresas { color: e25d25; }
            .onm-new .category-bg.empresas { background-color:e25d25; }
            .onm-new .category.empresas a:hover { color:e25d25 }

            .inner-content .text-empresas, .onm-new .text-empresas, .onm-new .text-empresas a { color: e25d25; }

                                            /* Rules for category salud*/

            .onm-new .category-color.salud { color: #298710; }
            .onm-new .category-bg.salud { background-color:#298710; }
            .onm-new .category.salud a:hover { color:#298710 }

            .inner-content .text-salud, .onm-new .text-salud, .onm-new .text-salud a { color: #298710; }

                                            /* Rules for category semana-santa*/

            .onm-new .category-color.semana-santa { color: #b401da; }
            .onm-new .category-bg.semana-santa { background-color:#b401da; }
            .onm-new .category.semana-santa a:hover { color:#b401da }

            .inner-content .text-semana-santa, .onm-new .text-semana-santa, .onm-new .text-semana-santa a { color: #b401da; }

                                            /* Rules for category tecnologia-y-rrss*/

            .onm-new .category-color.tecnologia-y-rrss { color: #86a6d6; }
            .onm-new .category-bg.tecnologia-y-rrss { background-color:#86a6d6; }
            .onm-new .category.tecnologia-y-rrss a:hover { color:#86a6d6 }

            .inner-content .text-tecnologia-y-rrss, .onm-new .text-tecnologia-y-rrss, .onm-new .text-tecnologia-y-rrss a { color: #86a6d6; }

                                            /* Rules for category motor*/

            .onm-new .category-color.motor { color: #ffe711; }
            .onm-new .category-bg.motor { background-color:#ffe711; }
            .onm-new .category.motor a:hover { color:#ffe711 }

            .inner-content .text-motor, .onm-new .text-motor, .onm-new .text-motor a { color: #ffe711; }

                                            /* Rules for category magazine*/

            .onm-new .category-color.magazine { color: e25d25; }
            .onm-new .category-bg.magazine { background-color:e25d25; }
            .onm-new .category.magazine a:hover { color:e25d25 }

            .inner-content .text-magazine, .onm-new .text-magazine, .onm-new .text-magazine a { color: e25d25; }

                                            /* Rules for category especiales*/

            .onm-new .category-color.especiales { color: #53b8fc; }
            .onm-new .category-bg.especiales { background-color:#53b8fc; }
            .onm-new .category.especiales a:hover { color:#53b8fc }

            .inner-content .text-especiales, .onm-new .text-especiales, .onm-new .text-especiales a { color: #53b8fc; }

                                            /* Rules for category ocio*/

            .onm-new .category-color.ocio { color: #ff887c; }
            .onm-new .category-bg.ocio { background-color:#ff887c; }
            .onm-new .category.ocio a:hover { color:#ff887c }

            .inner-content .text-ocio, .onm-new .text-ocio, .onm-new .text-ocio a { color: #ff887c; }

                                            /* Rules for category gastronomia*/

            .onm-new .category-color.gastronomia { color: #fbd75b; }
            .onm-new .category-bg.gastronomia { background-color:#fbd75b; }
            .onm-new .category.gastronomia a:hover { color:#fbd75b }

            .inner-content .text-gastronomia, .onm-new .text-gastronomia, .onm-new .text-gastronomia a { color: #fbd75b; }

                                            /* Rules for category espana*/

            .onm-new .category-color.espana { color: #dc2127; }
            .onm-new .category-bg.espana { background-color:#dc2127; }
            .onm-new .category.espana a:hover { color:#dc2127 }

            .inner-content .text-espana, .onm-new .text-espana, .onm-new .text-espana a { color: #dc2127; }

                                            /* Rules for category andalucia*/

            .onm-new .category-color.andalucia { color: #51b749; }
            .onm-new .category-bg.andalucia { background-color:#51b749; }
            .onm-new .category.andalucia a:hover { color:#51b749 }

            .inner-content .text-andalucia, .onm-new .text-andalucia, .onm-new .text-andalucia a { color: #51b749; }

                        


