@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600,800|Playfair+Display:400,400i,700,900&display=swap&subset=latin-ext");
.ch-free-html {
  width: 100%;
  max-width: 100%; }
  .ch-free-html * {
    max-width: 100%; }

.h-300 {
  height: 300px; }

.minh-300 {
  min-height: 300px; }

.maxh-300 {
  max-height: 300px; }

.h-320 {
  height: 320px; }

.minh-320 {
  min-height: 320px; }

.maxh-320 {
  max-height: 320px; }

.h-360 {
  height: 360px; }

.minh-360 {
  min-height: 360px; }

.maxh-360 {
  max-height: 360px; }

.h-400 {
  height: 400px; }

.minh-400 {
  min-height: 400px; }

.maxh-400 {
  max-height: 400px; }

.h-420 {
  height: 420px; }

.minh-420 {
  min-height: 420px; }

.maxh-420 {
  max-height: 420px; }

.h-450 {
  height: 450px; }

.minh-450 {
  min-height: 450px; }

.maxh-450 {
  max-height: 450px; }

.h-500 {
  height: 500px; }

.minh-500 {
  min-height: 500px; }

.maxh-500 {
  max-height: 500px; }

.h-520 {
  height: 520px; }

.minh-520 {
  min-height: 520px; }

.maxh-520 {
  max-height: 520px; }

.h-550 {
  height: 550px; }

.minh-550 {
  min-height: 550px; }

.maxh-550 {
  max-height: 550px; }

.h-600 {
  height: 600px; }

.minh-600 {
  min-height: 600px; }

.maxh-600 {
  max-height: 600px; }

.h-620 {
  height: 620px; }

.minh-620 {
  min-height: 620px; }

.maxh-620 {
  max-height: 620px; }

.h-650 {
  height: 650px; }

.minh-650 {
  min-height: 650px; }

.maxh-650 {
  max-height: 650px; }

.h-700 {
  height: 700px; }

.minh-700 {
  min-height: 700px; }

.maxh-700 {
  max-height: 700px; }

.h-750 {
  height: 750px; }

.minh-750 {
  min-height: 750px; }

.maxh-750 {
  max-height: 750px; }

.h-800 {
  height: 800px; }

.minh-800 {
  min-height: 800px; }

.maxh-800 {
  max-height: 800px; }

.h-850 {
  height: 850px; }

.minh-850 {
  min-height: 850px; }

.maxh-850 {
  max-height: 850px; }

.h-900 {
  height: 900px; }

.minh-900 {
  min-height: 900px; }

.maxh-900 {
  max-height: 900px; }

.h-1000 {
  height: 1000px; }

.minh-1000 {
  min-height: 1000px; }

.maxh-1000 {
  max-height: 1000px; }

.h-1200 {
  height: 1200px; }

.minh-1200 {
  min-height: 1200px; }

.maxh-1200 {
  max-height: 1200px; }

/* Iframes con videos responsive*/
.video-responsive {
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px auto;
  padding-bottom: 56.25%;
  height: 0; }
  .video-responsive iframe,
  .video-responsive embed,
  .video-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.minute-container {
  padding-top: 15px;
  clear: both; }
  .minute-container .label-mam {
    display: none;
    text-indent: -99999px;
    background: url("/images/mam/iconos-mam.svg") no-repeat 0 0;
    background-size: cover;
    width: 45px;
    height: 47px;
    margin: 0 auto 10px auto; }
  .minute-container .mam-time, .minute-container .mam-date {
    display: block; }

.minute-container.default .label-mam.label-default {
  display: inline-block;
  height: 35px;
  margin: 0 auto 10px;
  background: url("/images/mam/clock-small.png") no-repeat center 8px;
  vertical-align: middle; }

.minute-container.gol .label-mam.label-gol {
  display: inline-block;
  background-position: center -317px; }

.minute-container.amarilla .label-mam.label-amarilla {
  display: inline-block;
  background-position: center -204px; }

.minute-container.roja .label-mam.label-roja {
  display: inline-block;
  background-position: center -92px; }

.minute-container.cambio .label-mam.label-cambio {
  display: inline-block;
  background-position: center -565px; }

.minute-container.falta .label-mam.label-falta {
  display: inline-block;
  background-position: center -412px; }

.minute-container.penalty .label-mam.label-penalty {
  display: inline-block;
  background-position: center -366px; }

.minute-container.corner .label-mam.label-corner {
  display: inline-block;
  background-position: center -460px; }

.minute-container.var .label-mam.label-var {
  display: inline-block;
  background-position: center 0; }

@media (max-width: 767px) {
  .minute-container .label-mam {
    float: left;
    margin: 0 10px 10px auto; } }

#category_hack_origin {
  margin: 5px auto; }

/* Colors */
/* functions */
/* Mixins */
[class^="icon-"], [class*=" icon-"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  fill: currentColor; }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Open Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

a {
  text-decoration: none;
  outline: none;
  display: block;
  cursor: pointer; }
  a:hover, a:active {
    text-decoration: none; }

p a {
  display: inline; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

ul li {
  list-style: none; }

h1, h2, h3 {
  line-height: 1;
  font-size: initial; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  display: none !important; }

.hindent {
  text-indent: -20000px;
  height: 0;
  margin: 0; }

.marg-left {
  margin-left: 18px; }

.marg-right {
  margin-right: 18px; }

.margin-t {
  margin-top: 15px; }

.flo-left {
  float: left; }

.flo-right {
  float: right; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.oculto {
  display: none !important; }

main {
  background: #fff;
  padding-bottom: 40px; }

.display-block {
  display: block; }

.main-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 990px; }
  .main-container:after {
    content: "";
    display: table;
    clear: both; }
  .main-container.page-content {
    max-width: 990px;
    width: 100%;
    margin: 12px auto 0 auto;
    position: relative;
    background-color: #fff; }
  .main-container:before, .main-container:after {
    content: " ";
    display: table; }
  .main-container .row {
    display: block; }
    .main-container .row:after {
      content: "";
      display: table;
      clear: both; }

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }
  .box:before, .box:after {
    content: " ";
    display: table; }

.box2_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  flex: 0 auto; }
  .box2_c:before {
    content: " ";
    display: table; }

.box100 {
  width: 100%; }

.box50 {
  width: 50%; }

.versions1col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.box2x2, .box2x1 {
  width: 66.06%;
  max-width: 654px; }

.box2x1_v2 {
  width: 49.09%;
  max-width: 486px; }

.box1x1 {
  width: 32.12%;
  max-width: 318px; }

.box1x1_v2 {
  width: 23.63%;
  max-width: 234px; }

.box1x1_v3 {
  width: 15.15%;
  max-width: 150px; }

.box-title, .board-title {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
  font-family: "Open Sans";
  color: #000;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-right: 12px;
  border-right: 2px solid #005EA8;
  font-weight: 800;
  float: left; }
  .box-title a, .board-title a {
    color: #000; }
  .box-title .wf-module, .board-title .wf-module {
    min-height: inherit; }
  .box-title.marg-top, .board-title.marg-top {
    margin-top: 38px; }
  .box-title span, .board-title span {
    font-weight: 300; }

.article-bottom-box .board-title span {
  font-weight: 900; }

.home-board .free-html {
  width: 100%; }

.home-board {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  flex: 0 auto; }
  .home-board:after {
    content: "";
    display: table;
    clear: both; }
  .home-board .box100 .articleModule.img-left.rec_v7 .image-container, .home-board .box100 .articleModule.img-right.rec_v7 .image-container {
    width: 100%;
    position: relative; }
  .home-board .box100 .articleModule.img-left.rec_v7 .article-details, .home-board .box100 .articleModule.img-right.rec_v7 .article-details {
    margin-left: 0;
    margin-right: 0;
    min-height: inherit; }
  .home-board .box2x2 .articleModule.img-left.rec_v6 .image-container, .home-board .box2x2 .articleModule.img-left.rec_v7 .image-container, .home-board .box2x2 .articleModule.img-right.rec_v6 .image-container, .home-board .box2x2 .articleModule.img-right.rec_v7 .image-container, .home-board .box2x1 .articleModule.img-left.rec_v6 .image-container, .home-board .box2x1 .articleModule.img-left.rec_v7 .image-container, .home-board .box2x1 .articleModule.img-right.rec_v6 .image-container, .home-board .box2x1 .articleModule.img-right.rec_v7 .image-container {
    width: 100%;
    position: relative;
    font-size: 0; }
  .home-board .box2x2 .articleModule.img-left.rec_v6 .article-details, .home-board .box2x2 .articleModule.img-left.rec_v7 .article-details, .home-board .box2x2 .articleModule.img-right.rec_v6 .article-details, .home-board .box2x2 .articleModule.img-right.rec_v7 .article-details, .home-board .box2x1 .articleModule.img-left.rec_v6 .article-details, .home-board .box2x1 .articleModule.img-left.rec_v7 .article-details, .home-board .box2x1 .articleModule.img-right.rec_v6 .article-details, .home-board .box2x1 .articleModule.img-right.rec_v7 .article-details {
    margin-left: 0;
    margin-right: 0;
    min-height: inherit; }
  .home-board .box2x1_v2 .articleModule.img-left.rec_v5 .image-container, .home-board .box2x1_v2 .articleModule.img-left.rec_v6 .image-container, .home-board .box2x1_v2 .articleModule.img-left.rec_v7 .image-container, .home-board .box2x1_v2 .articleModule.img-right.rec_v5 .image-container, .home-board .box2x1_v2 .articleModule.img-right.rec_v6 .image-container, .home-board .box2x1_v2 .articleModule.img-right.rec_v7 .image-container {
    width: 100%;
    position: relative; }
  .home-board .box2x1_v2 .articleModule.img-left.rec_v5 .article-details, .home-board .box2x1_v2 .articleModule.img-left.rec_v6 .article-details, .home-board .box2x1_v2 .articleModule.img-left.rec_v7 .article-details, .home-board .box2x1_v2 .articleModule.img-right.rec_v5 .article-details, .home-board .box2x1_v2 .articleModule.img-right.rec_v6 .article-details, .home-board .box2x1_v2 .articleModule.img-right.rec_v7 .article-details {
    margin-left: 0;
    margin-right: 0;
    min-height: inherit; }
  .home-board .box1x1 .articleModule.img-left.rec_v4 .image-container, .home-board .box1x1 .articleModule.img-left.rec_v5 .image-container, .home-board .box1x1 .articleModule.img-left.rec_v6 .image-container, .home-board .box1x1 .articleModule.img-left.rec_v7 .image-container, .home-board .box1x1 .articleModule.img-right.rec_v4 .image-container, .home-board .box1x1 .articleModule.img-right.rec_v5 .image-container, .home-board .box1x1 .articleModule.img-right.rec_v6 .image-container, .home-board .box1x1 .articleModule.img-right.rec_v7 .image-container {
    width: 100%;
    position: relative; }
  .home-board .box1x1 .articleModule.img-left.rec_v4 .article-details, .home-board .box1x1 .articleModule.img-left.rec_v5 .article-details, .home-board .box1x1 .articleModule.img-left.rec_v6 .article-details, .home-board .box1x1 .articleModule.img-left.rec_v7 .article-details, .home-board .box1x1 .articleModule.img-right.rec_v4 .article-details, .home-board .box1x1 .articleModule.img-right.rec_v5 .article-details, .home-board .box1x1 .articleModule.img-right.rec_v6 .article-details, .home-board .box1x1 .articleModule.img-right.rec_v7 .article-details {
    margin-left: 0;
    margin-right: 0;
    min-height: inherit; }
  .home-board .box1x1_v2 .articleModule.img-left.rec_v3 .image-container, .home-board .box1x1_v2 .articleModule.img-left.rec_v4 .image-container, .home-board .box1x1_v2 .articleModule.img-left.rec_v5 .image-container, .home-board .box1x1_v2 .articleModule.img-left.rec_v6 .image-container, .home-board .box1x1_v2 .articleModule.img-left.rec_v7 .image-container, .home-board .box1x1_v2 .articleModule.img-right.rec_v3 .image-container, .home-board .box1x1_v2 .articleModule.img-right.rec_v4 .image-container, .home-board .box1x1_v2 .articleModule.img-right.rec_v5 .image-container, .home-board .box1x1_v2 .articleModule.img-right.rec_v6 .image-container, .home-board .box1x1_v2 .articleModule.img-right.rec_v7 .image-container {
    width: 100%;
    position: relative; }
  .home-board .box1x1_v2 .articleModule.img-left.rec_v3 .article-details, .home-board .box1x1_v2 .articleModule.img-left.rec_v4 .article-details, .home-board .box1x1_v2 .articleModule.img-left.rec_v5 .article-details, .home-board .box1x1_v2 .articleModule.img-left.rec_v6 .article-details, .home-board .box1x1_v2 .articleModule.img-left.rec_v7 .article-details, .home-board .box1x1_v2 .articleModule.img-right.rec_v3 .article-details, .home-board .box1x1_v2 .articleModule.img-right.rec_v4 .article-details, .home-board .box1x1_v2 .articleModule.img-right.rec_v5 .article-details, .home-board .box1x1_v2 .articleModule.img-right.rec_v6 .article-details, .home-board .box1x1_v2 .articleModule.img-right.rec_v7 .article-details {
    margin-left: 0;
    margin-right: 0;
    min-height: inherit; }
  .home-board .box1x1_v3 .articleModule.img-left.rec_v2 .image-container, .home-board .box1x1_v3 .articleModule.img-left.rec_v3 .image-container, .home-board .box1x1_v3 .articleModule.img-left.rec_v4 .image-container, .home-board .box1x1_v3 .articleModule.img-left.rec_v5 .image-container, .home-board .box1x1_v3 .articleModule.img-left.rec_v6 .image-container, .home-board .box1x1_v3 .articleModule.img-left.rec_v7 .image-container, .home-board .box1x1_v3 .articleModule.img-right.rec_v2 .image-container, .home-board .box1x1_v3 .articleModule.img-right.rec_v3 .image-container, .home-board .box1x1_v3 .articleModule.img-right.rec_v4 .image-container, .home-board .box1x1_v3 .articleModule.img-right.rec_v5 .image-container, .home-board .box1x1_v3 .articleModule.img-right.rec_v6 .image-container, .home-board .box1x1_v3 .articleModule.img-right.rec_v7 .image-container {
    width: 100%;
    position: relative; }
  .home-board .box1x1_v3 .articleModule.img-left.rec_v2 .article-details, .home-board .box1x1_v3 .articleModule.img-left.rec_v3 .article-details, .home-board .box1x1_v3 .articleModule.img-left.rec_v4 .article-details, .home-board .box1x1_v3 .articleModule.img-left.rec_v5 .article-details, .home-board .box1x1_v3 .articleModule.img-left.rec_v6 .article-details, .home-board .box1x1_v3 .articleModule.img-left.rec_v7 .article-details, .home-board .box1x1_v3 .articleModule.img-right.rec_v2 .article-details, .home-board .box1x1_v3 .articleModule.img-right.rec_v3 .article-details, .home-board .box1x1_v3 .articleModule.img-right.rec_v4 .article-details, .home-board .box1x1_v3 .articleModule.img-right.rec_v5 .article-details, .home-board .box1x1_v3 .articleModule.img-right.rec_v6 .article-details, .home-board .box1x1_v3 .articleModule.img-right.rec_v7 .article-details {
    margin-left: 0;
    margin-right: 0;
    min-height: inherit; }
  .home-board.board8 .box2 {
    order: 1; }
  .home-board.board8 .box3 {
    order: 3;
    margin-right: 0; }
  .home-board.board8 .box4 {
    order: 2; }

.home-board.board2.v1 .box2x1 .free-html {
  display: block;
  width: 100%; }

.boardurgente {
  margin: 18px 0;
  width: 100%;
  float: left;
  clear: both; }
  .boardurgente:after {
    content: "";
    display: table;
    clear: both; }
  .boardurgente .box1 {
    height: auto; }
    .boardurgente .box1 .main-module {
      height: auto;
      min-height: 53px;
      position: relative;
      float: left;
      width: 100%;
      box-sizing: border-box; }
      .boardurgente .box1 .main-module.urg-blue {
        background: #e8ebea;
        padding: 10px 0; }
      .boardurgente .box1 .main-module.urg-red {
        background: #ab1012;
        padding: 10px; }
      .boardurgente .box1 .main-module .flow-detail_white, .boardurgente .box1 .main-module .flow-detail_red {
        border-left: 140px solid #000;
        float: left; }
        .boardurgente .box1 .main-module .flow-detail_white strong, .boardurgente .box1 .main-module .flow-detail_red strong {
          font-size: 12px;
          font-size: 0.75rem;
          -webkit-font-smoothing: antialiased;
          line-height: 15px;
          font-family: "Open Sans";
          color: #fff;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          position: absolute;
          top: 10px;
          left: 10px;
          float: left;
          font-weight: bold; }
          .boardurgente .box1 .main-module .flow-detail_white strong a, .boardurgente .box1 .main-module .flow-detail_red strong a {
            float: left;
            padding: 8px 5px 8px 8px;
            text-transform: uppercase; }
        .boardurgente .box1 .main-module .flow-detail_white a.page-link, .boardurgente .box1 .main-module .flow-detail_white span, .boardurgente .box1 .main-module .flow-detail_red a.page-link, .boardurgente .box1 .main-module .flow-detail_red span {
          font-size: 14px;
          font-size: 0.875rem;
          -webkit-font-smoothing: antialiased;
          margin-top: 6px; }
    .boardurgente .box1 .urg-blue {
      background: #e8ebea; }
      .boardurgente .box1 .urg-blue .flow-detail_white {
        border-color: #e8ebea; }
      .boardurgente .box1 .urg-blue strong {
        top: 0 !important;
        left: 0 !important; }
        .boardurgente .box1 .urg-blue strong a {
          background: #2090b3;
          padding: 18px 10px 18px 10px !important; }
        .boardurgente .box1 .urg-blue strong:after {
          font-size: 53px;
          font-size: 3.3125rem;
          -webkit-font-smoothing: antialiased; }
      .boardurgente .box1 .urg-blue span, .boardurgente .box1 .urg-blue a.page-link {
        line-height: 19px;
        font-family: "Open Sans";
        color: #000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word; }
    .boardurgente .box1 .urg-red {
      background: #ab1012; }
      .boardurgente .box1 .urg-red .flow-detail_red {
        border-color: #ab1012; }
      .boardurgente .box1 .urg-red strong a {
        background: #fff;
        color: #ab1012; }
      .boardurgente .box1 .urg-red strong:after {
        font-size: 53px;
        font-size: 3.3125rem;
        -webkit-font-smoothing: antialiased; }
      .boardurgente .box1 .urg-red span, .boardurgente .box1 .urg-red a.page-link {
        line-height: 19px;
        font-family: "Open Sans";
        color: #fff;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word; }

.error {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 23px;
  font-family: "Open Sans";
  color: #1B1B1B;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-top: 45px; }
  .error p {
    margin-top: 15px; }
  .error span {
    font-size: 46px;
    font-size: 2.875rem;
    -webkit-font-smoothing: antialiased;
    line-height: 50px;
    font-family: "Playfair Display";
    color: #1B1B1B;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word; }
    .error span.error_tipo {
      font-size: 236px;
      font-size: 14.75rem;
      -webkit-font-smoothing: antialiased;
      background: linear-gradient(to right, #005EA8, #00ACED);
      -webkit-background-clip: text;
      color: transparent;
      line-height: 265px;
      margin-top: -80px; }
  .error a {
    display: inline;
    text-decoration: underline;
    color: #005EA8; }

.page-content .search-box-form {
  width: 465px;
  height: 56px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 3px;
  margin: 65px auto; }
  .page-content .search-box-form input {
    background: #fff;
    width: 300px;
    height: 54px;
    border: 0;
    line-height: 54px;
    padding: 0 15px;
    font-size: 17px;
    font-size: 1.0625rem;
    -webkit-font-smoothing: antialiased;
    line-height: 54px;
    font-family: "Open Sans";
    color: #1B1B1B;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    float: left; }
  .page-content .search-box-form .search-icon {
    background: #000000;
    width: 50px;
    height: 50px;
    float: right;
    margin: 2px 2px 0 0;
    position: relative;
    border-radius: 3px;
    color: #F8F8F8;
    padding: 13px;
    stroke: #fff;
    stroke-width: 3%; }

.related-tags {
  display: block;
  width: 100%; }
  .related-tags .tags-title {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    line-height: 25px;
    font-family: "Open Sans";
    color: #1B1B1B;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 600; }
  .related-tags ul.tags-container {
    margin-top: 10px;
    margin-bottom: 10px; }
    .related-tags ul.tags-container li.tag {
      display: inline-block;
      padding: 8px 15px;
      border: 1px solid #DCDCDC;
      border-radius: 20px;
      margin: 0 8px 5px 0; }
      .related-tags ul.tags-container li.tag a {
        font-size: 16px;
        font-size: 1rem;
        -webkit-font-smoothing: antialiased;
        line-height: 21px;
        font-family: "Open Sans";
        color: #1B1B1B;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-weight: 300; }
      .related-tags ul.tags-container li.tag:last-child {
        margin-right: 0; }
  .related-tags span.tag-icon {
    display: none; }

body.multimedia .related-tags .tags-container {
  float: initial;
  margin-top: 20px;
  clear: both; }

.board-recommend .box:first-of-type {
  margin-left: 0; }

.list-authors {
  float: left;
  width: 100%; }
  .list-authors li {
    float: left;
    width: auto;
    list-style-type: none;
    font-size: 11px;
    font-size: 0.6875rem;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    font-family: "Open Sans";
    color: #000000;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 300;
    text-transform: uppercase; }
    .list-authors li a {
      font-size: 11px;
      font-size: 0.6875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 24px;
      font-family: "Open Sans";
      color: #000000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 300;
      text-transform: uppercase; }
    .list-authors li:after {
      content: "|";
      padding: 0 5px; }
    .list-authors li:last-child:after {
      content: ""; }

.module1colAds, .module2colAds {
  margin-top: 18px;
  width: 100%; }

.category-sidebar .free-content {
  clear: both; }

.category-sidebar .board-most-listing {
  margin-bottom: 20px; }

#x01 {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  line-height: 1px; }

#top {
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
  float: inherit; }

.top_ads_container {
  min-height: 90px;
  margin-bottom: 20px;
  width: 100%; }

#bottom {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin: 20px 0; }

.section-home #cont-skys {
  margin: 0 auto;
  width: 990px;
  top: 185px;
  position: sticky; }

#cont-skys {
  margin: 0 auto;
  width: 990px;
  top: 60px;
  position: fixed;
  position: sticky;
  top: 0;
  left: 0;
  right: 0; }

#x31 {
  width: auto !important;
  position: absolute;
  top: 0;
  right: 995px; }

#x41 {
  width: auto !important;
  position: absolute;
  top: 0;
  left: 995px; }

.ad-unit, .ad-unit-dynamic-right {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  float: none;
  clear: both; }

.container-grid-cell.article-sidebar .ad-unit {
  height: initial;
  float: none; }

.intext {
  width: 100%;
  clear: both;
  text-align: center;
  position: relative;
  float: inherit; }

.intext-margin {
  margin: 20px 0; }

.ad-admin {
  background-color: #b5b5b5;
  font-size: 25px;
  float: inherit; }

#top.ad-admin {
  height: 90px;
  padding-top: 27px; }

#bottom.ad-admin {
  height: 90px;
  padding-top: 27px; }

#right1.ad-admin, #right2.ad-admin, #right3.ad-admin, #right4.ad-admin, #right5.ad-admin, #right6.ad-admin, #right7.ad-admin, #right8.ad-admin, #right9.ad-admin, .ad-unit-dynamic-right.ad-admin {
  float: none;
  clear: initial;
  text-align: center;
  height: 300px;
  padding-top: 125px; }

.page-category.section-deportes .s-auto.con, .page-category.section-deportes-aficion .s-auto.con, .page-category .article-mam .s-auto.con, .photos.section-deportes .s-auto.con, .photos.section-deportes-aficion .s-auto.con, .photos .article-mam .s-auto.con, .videos.section-deportes .s-auto.con, .videos.section-deportes-aficion .s-auto.con, .videos .article-mam .s-auto.con, .page-search-tags.section-deportes .s-auto.con, .page-search-tags.section-deportes-aficion .s-auto.con, .page-search-tags .article-mam .s-auto.con, .page-content.section-deportes .s-auto.con, .page-content.section-deportes-aficion .s-auto.con, .page-content .article-mam .s-auto.con {
  display: block;
  float: left; }
  .page-category.section-deportes .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-category.section-deportes-aficion .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-category .article-mam .s-auto.con .box1x1 .category-sidebar > .free-content.board, .photos.section-deportes .s-auto.con .box1x1 .category-sidebar > .free-content.board, .photos.section-deportes-aficion .s-auto.con .box1x1 .category-sidebar > .free-content.board, .photos .article-mam .s-auto.con .box1x1 .category-sidebar > .free-content.board, .videos.section-deportes .s-auto.con .box1x1 .category-sidebar > .free-content.board, .videos.section-deportes-aficion .s-auto.con .box1x1 .category-sidebar > .free-content.board, .videos .article-mam .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-search-tags.section-deportes .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-search-tags.section-deportes-aficion .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-search-tags .article-mam .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-content.section-deportes .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-content.section-deportes-aficion .s-auto.con .box1x1 .category-sidebar > .free-content.board, .page-content .article-mam .s-auto.con .box1x1 .category-sidebar > .free-content.board {
    height: 750px;
    width: 100%;
    position: relative;
    display: table;
    left: 0;
    right: 0;
    margin: 0 auto; }

.page-category .s-auto.con, .page-category .main-container.con, .photos .s-auto.con, .photos .main-container.con, .videos .s-auto.con, .videos .main-container.con, .page-search-tags .s-auto.con, .page-search-tags .main-container.con, .page-content .s-auto.con, .page-content .main-container.con {
  width: 100%;
  position: relative;
  min-width: 990px;
  margin: 0 auto;
  display: flex;
  padding: 0;
  justify-content: space-between;
  flex-flow: row wrap; }
  .page-category .s-auto.con .box2x1, .page-category .main-container.con .box2x1, .photos .s-auto.con .box2x1, .photos .main-container.con .box2x1, .videos .s-auto.con .box2x1, .videos .main-container.con .box2x1, .page-search-tags .s-auto.con .box2x1, .page-search-tags .main-container.con .box2x1, .page-content .s-auto.con .box2x1, .page-content .main-container.con .box2x1 {
    width: 67%;
    max-width: 654px;
    position: relative;
    /*flex: 1 0;*/ }
  .page-category .s-auto.con .box1x1, .page-category .main-container.con .box1x1, .photos .s-auto.con .box1x1, .photos .main-container.con .box1x1, .videos .s-auto.con .box1x1, .videos .main-container.con .box1x1, .page-search-tags .s-auto.con .box1x1, .page-search-tags .main-container.con .box1x1, .page-content .s-auto.con .box1x1, .page-content .main-container.con .box1x1 {
    width: 33%;
    max-width: 318px;
    position: relative;
    text-align: left;
    flex: 1 0; }
    .page-category .s-auto.con .box1x1 > div, .page-category .main-container.con .box1x1 > div, .photos .s-auto.con .box1x1 > div, .photos .main-container.con .box1x1 > div, .videos .s-auto.con .box1x1 > div, .videos .main-container.con .box1x1 > div, .page-search-tags .s-auto.con .box1x1 > div, .page-search-tags .main-container.con .box1x1 > div, .page-content .s-auto.con .box1x1 > div, .page-content .main-container.con .box1x1 > div {
      height: 100%; }
      .page-category .s-auto.con .box1x1 > div > section, .page-category .main-container.con .box1x1 > div > section, .photos .s-auto.con .box1x1 > div > section, .photos .main-container.con .box1x1 > div > section, .videos .s-auto.con .box1x1 > div > section, .videos .main-container.con .box1x1 > div > section, .page-search-tags .s-auto.con .box1x1 > div > section, .page-search-tags .main-container.con .box1x1 > div > section, .page-content .s-auto.con .box1x1 > div > section, .page-content .main-container.con .box1x1 > div > section {
        height: 100%; }
        .page-category .s-auto.con .box1x1 > div > section .category-sidebar, .page-category .main-container.con .box1x1 > div > section .category-sidebar, .photos .s-auto.con .box1x1 > div > section .category-sidebar, .photos .main-container.con .box1x1 > div > section .category-sidebar, .videos .s-auto.con .box1x1 > div > section .category-sidebar, .videos .main-container.con .box1x1 > div > section .category-sidebar, .page-search-tags .s-auto.con .box1x1 > div > section .category-sidebar, .page-search-tags .main-container.con .box1x1 > div > section .category-sidebar, .page-content .s-auto.con .box1x1 > div > section .category-sidebar, .page-content .main-container.con .box1x1 > div > section .category-sidebar {
          height: 100%;
          display: flex;
          flex-direction: column; }
          .page-category .s-auto.con .box1x1 > div > section .category-sidebar > :last-child, .page-category .main-container.con .box1x1 > div > section .category-sidebar > :last-child, .photos .s-auto.con .box1x1 > div > section .category-sidebar > :last-child, .photos .main-container.con .box1x1 > div > section .category-sidebar > :last-child, .videos .s-auto.con .box1x1 > div > section .category-sidebar > :last-child, .videos .main-container.con .box1x1 > div > section .category-sidebar > :last-child, .page-search-tags .s-auto.con .box1x1 > div > section .category-sidebar > :last-child, .page-search-tags .main-container.con .box1x1 > div > section .category-sidebar > :last-child, .page-content .s-auto.con .box1x1 > div > section .category-sidebar > :last-child, .page-content .main-container.con .box1x1 > div > section .category-sidebar > :last-child {
            flex-grow: 1;
            position: relative; }
          .page-category .s-auto.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .page-category .main-container.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .photos .s-auto.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .photos .main-container.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .videos .s-auto.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .videos .main-container.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .page-search-tags .s-auto.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .page-search-tags .main-container.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .page-content .s-auto.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child), .page-content .main-container.con .box1x1 > div > section .category-sidebar > .free-content.board:not(:last-child) {
            height: 750px;
            width: 100%;
            position: relative;
            display: table;
            left: 0;
            right: 0;
            margin: 0 auto; }
          .page-category .s-auto.con .box1x1 > div > section .category-sidebar .loading, .page-category .main-container.con .box1x1 > div > section .category-sidebar .loading, .photos .s-auto.con .box1x1 > div > section .category-sidebar .loading, .photos .main-container.con .box1x1 > div > section .category-sidebar .loading, .videos .s-auto.con .box1x1 > div > section .category-sidebar .loading, .videos .main-container.con .box1x1 > div > section .category-sidebar .loading, .page-search-tags .s-auto.con .box1x1 > div > section .category-sidebar .loading, .page-search-tags .main-container.con .box1x1 > div > section .category-sidebar .loading, .page-content .s-auto.con .box1x1 > div > section .category-sidebar .loading, .page-content .main-container.con .box1x1 > div > section .category-sidebar .loading {
            position: sticky;
            position: -webkit-sticky;
            top: 50px;
            right: 0;
            left: 0;
            margin: 0 auto;
            display: block; }
          .page-category .s-auto.con .box1x1 > div > section .category-sidebar #right1, .page-category .s-auto.con .box1x1 > div > section .category-sidebar #right2, .page-category .s-auto.con .box1x1 > div > section .category-sidebar #right3, .page-category .main-container.con .box1x1 > div > section .category-sidebar #right1, .page-category .main-container.con .box1x1 > div > section .category-sidebar #right2, .page-category .main-container.con .box1x1 > div > section .category-sidebar #right3, .photos .s-auto.con .box1x1 > div > section .category-sidebar #right1, .photos .s-auto.con .box1x1 > div > section .category-sidebar #right2, .photos .s-auto.con .box1x1 > div > section .category-sidebar #right3, .photos .main-container.con .box1x1 > div > section .category-sidebar #right1, .photos .main-container.con .box1x1 > div > section .category-sidebar #right2, .photos .main-container.con .box1x1 > div > section .category-sidebar #right3, .videos .s-auto.con .box1x1 > div > section .category-sidebar #right1, .videos .s-auto.con .box1x1 > div > section .category-sidebar #right2, .videos .s-auto.con .box1x1 > div > section .category-sidebar #right3, .videos .main-container.con .box1x1 > div > section .category-sidebar #right1, .videos .main-container.con .box1x1 > div > section .category-sidebar #right2, .videos .main-container.con .box1x1 > div > section .category-sidebar #right3, .page-search-tags .s-auto.con .box1x1 > div > section .category-sidebar #right1, .page-search-tags .s-auto.con .box1x1 > div > section .category-sidebar #right2, .page-search-tags .s-auto.con .box1x1 > div > section .category-sidebar #right3, .page-search-tags .main-container.con .box1x1 > div > section .category-sidebar #right1, .page-search-tags .main-container.con .box1x1 > div > section .category-sidebar #right2, .page-search-tags .main-container.con .box1x1 > div > section .category-sidebar #right3, .page-content .s-auto.con .box1x1 > div > section .category-sidebar #right1, .page-content .s-auto.con .box1x1 > div > section .category-sidebar #right2, .page-content .s-auto.con .box1x1 > div > section .category-sidebar #right3, .page-content .main-container.con .box1x1 > div > section .category-sidebar #right1, .page-content .main-container.con .box1x1 > div > section .category-sidebar #right2, .page-content .main-container.con .box1x1 > div > section .category-sidebar #right3 {
            height: initial;
            float: none; }

.page-category .main-container.con.page-content, .article-mam .main-container.con.page-content {
  display: block; }

.common-web-boards {
  float: none; }

#m29-27-30 {
  display: contents; }

@media only screen and (max-width: 400px) {
  aside.article-sidebar {
    display: none; } }

.con:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.con {
  display: block; }

@media all {
  .con {
    display: block; } }

* html .con {
  height: 1%;
  display: block; }

body.photos .pag, body.videos .pag {
  padding-top: 15px; }

.manual-board.manualBoard .articleModule.article_simple {
  min-height: 319px; }

/*RSS*/
.lst-rss {
  clear: both;
  float: left;
  width: 100%; }
  .lst-rss li {
    clear: both;
    padding: 5px 0; }
    .lst-rss li a {
      font-size: 15px;
      font-size: 0.9375rem;
      -webkit-font-smoothing: antialiased;
      line-height: 20px;
      font-family: "Playfair Display";
      color: #005EA8;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      text-decoration: underline; }
      .lst-rss li a:hover, .lst-rss li a:visited {
        color: #005EA8;
        text-decoration: underline; }

/*BOTON GENERICO - AFILIACION*/
.bttn {
  display: inline-block;
  padding: 15px 20px 12px;
  border: none;
  background-color: #005EA8;
  border-radius: 3px;
  text-transform: uppercase;
  color: #F8F8F8;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0 auto 30px auto;
  font-weight: 600;
  min-width: 150px; }
  .bttn:hover {
    background-color: #000000; }

.didomi-regular-notice span a {
  display: inline; }

div[class="mam-item minute-container "] .label-mam.label-default {
  display: inline-block;
  height: 35px;
  margin: 0 auto 10px;
  background: url("/images/mam/clock-small.png") no-repeat center 8px;
  vertical-align: middle; }

.tooltip {
  position: relative;
  cursor: pointer;
  z-index: 1050; }
  .tooltip::after {
    background-color: #e2e2e2;
    border-radius: .25rem;
    color: #000;
    content: attr(data-tooltip-title);
    font-weight: normal;
    min-width: 200px;
    padding: .5rem .75rem;
    text-align: left;
    text-transform: none;
    font-size: 12px; }
  .tooltip:disabled::after {
    content: attr(data-disabled-tooltip-title); }
  .tooltip::before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s ease 0ms, -webkit-transform 0.3s ease 0ms;
    transition: opacity 0.3s ease 0ms, transform 0.3s ease 0ms, -webkit-transform 0.3s ease 0ms;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    display: none;
    z-index: -1; }
  .tooltip::after {
    position: absolute;
    -webkit-transition: opacity 0.3s ease 0ms, -webkit-transform 0.3s ease 0ms;
    transition: opacity 0.3s ease 0ms, transform 0.3s ease 0ms, -webkit-transform 0.3s ease 0ms;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    display: none;
    z-index: -1; }

/* bottom */
.tooltip[data-tooltip-position="bottom"]::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  -webkit-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  border-bottom: 7px solid #e2e2e2;
  top: calc(100% + 3px); }

.tooltip[data-tooltip-position="bottom"]:hover::before {
  -webkit-transform: translate3d(-50%, 0px, 0);
  transform: translate3d(-50%, 0px, 0); }

.tooltip[data-tooltip-position="bottom"]::after {
  left: 50%;
  -webkit-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  top: calc(100% + 10px); }

.tooltip[data-tooltip-position="bottom"]:hover::after {
  -webkit-transform: translate3d(-50%, 0px, 0);
  transform: translate3d(-50%, 0px, 0); }

.tooltip[data-tooltip-position="bottom"]:hover::before, .tooltip[data-tooltip-position="bottom"]:hover::after {
  opacity: 1;
  display: block;
  z-index: 100; }

.WIDGET-PROMETEO-BOX-ACTIVATOR.prometeo-content {
  display: inline;
  width: 100%; }

.trustproject_logo {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  clear: both;
  height: 46px;
  font-size: 13px;
  margin-bottom: 10px; }
  .trustproject_logo .trustproject_container {
    justify-content: space-between;
    display: flex; }
    .trustproject_logo .trustproject_container .trustproject {
      display: flex;
      align-items: center;
      padding: 10px 15px; }
      .trustproject_logo .trustproject_container .trustproject .trustproject_title {
        display: flex;
        align-items: center;
        color: #1B1B1B;
        padding-right: 15px; }
      .trustproject_logo .trustproject_container .trustproject .trustproject_img {
        display: flex;
        align-items: center; }
        .trustproject_logo .trustproject_container .trustproject .trustproject_img img {
          width: 146px; }
        .trustproject_logo .trustproject_container .trustproject .trustproject_img:hover {
          opacity: .6; }
    .trustproject_logo .trustproject_container .trustproject_link {
      display: flex;
      align-items: center;
      padding: 0 15px; }
      .trustproject_logo .trustproject_container .trustproject_link a {
        border: initial;
        color: #005EA8;
        font-weight: 600; }
        .trustproject_logo .trustproject_container .trustproject_link a:hover {
          opacity: .6; }

.special .article-content .trustproject_logo {
  max-width: 980px;
  margin: 0 auto; }

.trustproject_marca {
  float: left;
  font-size: 12px; }
  .trustproject_marca a {
    font-weight: 100;
    color: #000;
    border-bottom: 0; }

/* Iconos suscripcion y registro */
.accesstype {
  display: none; }
  .accesstype.accesstype-suscripcion {
    background-color: #213148;
    width: 23px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 3px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    text-align: center; }
    .accesstype.accesstype-suscripcion:after {
      content: 'H';
      font: 500 19px/17px "Playfair Display";
      text-transform: uppercase;
      color: #DAC48F; }
    .accesstype.accesstype-suscripcion .accesstype-container {
      display: inline-block;
      width: auto; }
  .accesstype.accesstype-registro {
    background-color: #005EA8;
    min-width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 3px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2); }
    .accesstype.accesstype-registro .contenido-exclusivo-label {
      color: #ffffff;
      position: absolute;
      left: 3px;
      padding-left: 3px;
      margin-top: 3px; }
    .accesstype.accesstype-registro .accesstype-container {
      display: none;
      width: auto; }
      .accesstype.accesstype-registro .accesstype-container:after {
        content: "Registro";
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        padding: 0 5px 0 20px;
        font: 600 13px/20px "Open Sans"; }

img[width="0"] {
  width: 0; }

.supratitle-container .supratitle {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #005EA8;
  margin-bottom: 5px;
  clear: both;
  line-height: 13px; }

.icon-cms {
  position: absolute;
  right: 4%;
  bottom: 7%;
  width: 55px;
  height: 55px;
  margin: auto;
  line-height: 52px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(148, 148, 148, 0.65) !important;
  color: #ffffff;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  -moz-box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-font-smoothing: antialiased; }
  .icon-cms svg {
    margin-top: 5px; }
    .icon-cms svg.icon-play {
      margin-left: 2px; }
  .icon-cms.icon-v1 {
    width: 25px;
    height: 25px;
    padding-top: 0;
    line-height: 18px;
    right: 6%;
    bottom: 11%; }
    .icon-cms.icon-v1 svg {
      width: 14px;
      height: 14px; }
  .icon-cms.icon-v2 {
    width: 35px;
    height: 35px;
    padding-top: 0;
    line-height: 33px;
    right: 6%;
    bottom: 11%; }
  .icon-cms.icon-v3 {
    width: 50px;
    height: 50px;
    padding: 0;
    right: 4%;
    bottom: 7%; }
    .icon-cms.icon-v3 svg {
      width: 25px;
      height: 25px; }

.related-gallery .icon-cms svg {
  margin-top: 10px; }

.icon100-v1 {
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(148, 148, 148, 0.65) !important;
  color: #ffffff;
  text-align: center;
  padding: 18px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  -moz-box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  position: absolute;
  width: 76px;
  height: 76px;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-font-smoothing: antialiased;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.articleModule.article_simple.rec_v1 .icon-cms {
  width: 35px;
  height: 35px;
  padding-top: 0;
  margin: auto;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  -moz-box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65);
  box-shadow: 0 0 0 4px rgba(148, 148, 148, 0.65); }

.articleModule.article_simple.rec_v2 .icon-cms {
  width: 25px;
  height: 25px;
  padding-top: 0;
  margin: auto;
  line-height: 17px; }
  .articleModule.article_simple.rec_v2 .icon-cms svg {
    width: 14px;
    height: 14px; }

.home-board.board1.v3 .icon-cms {
  right: 3%;
  bottom: 11%; }

.home-board.board1.v1 .icon-cms {
  right: 6%;
  bottom: 11%;
  width: 20px;
  height: 20px;
  line-height: 11px; }
  .home-board.board1.v1 .icon-cms svg {
    height: 12px;
    width: 12px;
    margin-top: 0; }

.home-board.board2.v4 .icon-cms, .home-board.board2.v5 .icon-cms {
  right: 6%;
  bottom: 11%;
  width: 35px;
  height: 35px;
  line-height: 35px; }

.home-board.board2.v4 .articleModule.article_simple.rec_v2 .icon-cms, .home-board.board2.v5 .articleModule.article_simple.rec_v2 .icon-cms {
  right: 6%;
  bottom: 11%;
  width: 25px;
  height: 25px;
  line-height: 19px; }

.home-board.board2.v6 .box1x1 .icon-cms {
  right: 6%;
  bottom: 11%;
  width: 35px;
  height: 35px;
  line-height: 35px; }

.home-board.board6.v1 .icon-cms, .home-board.board6.v4 .icon-cms, .home-board.board7.v1 .icon-cms, .home-board.board7.v4 .icon-cms, .home-board.board8.v1 .icon-cms, .home-board.board8.v4 .icon-cms {
  right: 6%;
  bottom: 11%;
  width: 35px;
  height: 35px;
  line-height: 35px; }

.home-board.board6 .box100 .icon-cms {
  right: 6%;
  bottom: 11%;
  width: 25px;
  height: 25px;
  line-height: 24px; }

.header-tmp-placeholder {
  height: 0; }

header {
  position: relative;
  background: #fff; }
  header.header-category .middle-header .cont-sticky .boxicon.mobile-search-icon {
    margin-left: 0; }
  header .top-header {
    display: none; }
  header .userbox {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-top: 2px; }
  header .middle-header {
    height: 50px;
    background: #fff;
    border-top: 0;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000000; }
    header .middle-header.active {
      background: #F8F8F8; }
      header .middle-header.active .hamburger-menu, header .middle-header.active .header-logo-center, header .middle-header.active .header-logo-right, header .middle-header.active .userbox, header .middle-header.active .mobile-search-icon, header .middle-header.active .btn-suscripcion {
        opacity: 0.2; }
    header .middle-header .cont-sticky {
      width: 100%;
      max-width: 990px;
      margin: 0 auto;
      position: relative;
      height: 50px; }
      header .middle-header .cont-sticky .boxicon {
        float: right;
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: block; }
        header .middle-header .cont-sticky .boxicon.mobile-search-icon {
          float: left;
          margin-top: 16px;
          margin-left: 0;
          position: relative;
          z-index: 105;
          stroke: #000;
          stroke-width: 2%; }
      header .middle-header .cont-sticky .hamburger-menu {
        display: block;
        float: left;
        margin-top: 16px;
        width: 50px;
        height: 20px;
        z-index: 101;
        position: relative;
        text-align: center;
        margin-left: -16px; }
        header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon {
          color: #3B3B3B;
          font-size: 20px;
          font-size: 1.25rem;
          -webkit-font-smoothing: antialiased;
          text-align: center;
          cursor: pointer; }
        header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content {
          display: none;
          background: #F8F8F8;
          position: absolute;
          top: 95px;
          left: 0;
          right: 0;
          z-index: 90;
          padding: 24px 23px;
          transition: all 250ms ease 0s,background-color 100ms linear 0s; }
          header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-bck {
            float: left;
            width: 100%;
            background: transparent url(../images/bck_hamburger.png) 30% 0 repeat-y; }
          header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .search-box-hambur {
            display: none; }
          header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics {
            float: right;
            width: 67%;
            margin-top: 4px;
            text-align: initial; }
            header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics div {
              font-size: 14px;
              font-size: 0.875rem;
              -webkit-font-smoothing: antialiased;
              line-height: 16px;
              font-family: "Open Sans";
              color: #000;
              display: inline-block;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              overflow-wrap: break-word;
              word-wrap: break-word;
              text-transform: uppercase;
              margin-bottom: 24px;
              padding-right: 12px;
              border-right: 2px solid #005EA8;
              font-weight: 800; }
              header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics div .svg-inline--fa {
                display: none; }
            header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics ul {
              display: flex;
              flex-flow: row wrap;
              margin-bottom: 30px; }
              header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics ul li {
                width: 32%;
                margin-right: 1%;
                padding-bottom: 10px; }
                header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics ul li:before {
                  content: "●";
                  font-size: 15px;
                  font-size: 0.9375rem;
                  -webkit-font-smoothing: antialiased;
                  color: #005EA8;
                  float: left;
                  margin-top: 2px; }
                header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics ul li a {
                  font-size: 15px;
                  font-size: 0.9375rem;
                  -webkit-font-smoothing: antialiased;
                  line-height: 20px;
                  font-family: "Playfair Display";
                  color: #1B1B1B;
                  display: inline-block;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  overflow-wrap: break-word;
                  word-wrap: break-word;
                  display: block;
                  margin-left: 15px; }
                  header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .sub-menu-topics ul li a:hover {
                    background: #005EA8;
                    color: #fff;
                    font-weight: 400; }
          header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered {
            float: left;
            width: 30%;
            margin-right: 3%;
            margin-top: 4px; }
            header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered ul {
              float: left;
              width: 100%;
              text-align: left; }
              header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered ul li {
                width: 100%;
                box-sizing: border-box;
                line-height: 17px;
                border-left: 5px solid #005EA8;
                margin: 4px 0;
                float: left; }
                header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered ul li.current {
                  background: #005EA8; }
                  header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered ul li.current a {
                    color: #fff;
                    font-weight: 400; }
                header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered ul li a {
                  padding: 0;
                  font-size: 18px;
                  font-size: 1.125rem;
                  -webkit-font-smoothing: antialiased;
                  line-height: 25px;
                  font-family: "Open Sans";
                  color: #1B1B1B;
                  display: inline-block;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  overflow-wrap: break-word;
                  word-wrap: break-word;
                  width: 100%;
                  padding-left: 14px;
                  box-sizing: border-box;
                  font-weight: 300; }
                  header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered ul li a:hover {
                    background: #005EA8;
                    color: #fff;
                    font-weight: 400; }
                header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .hamburger-menu-content-rendered ul li ul {
                  display: none !important; }
          header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-global-articles-hamburger-menu, header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-articles-hamburger-menu {
            float: left;
            width: 62%;
            margin-top: 4px; }
            header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-global-articles-hamburger-menu ul, header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-articles-hamburger-menu ul {
              clear: both;
              text-align: left; }
              header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-global-articles-hamburger-menu ul li, header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-articles-hamburger-menu ul li {
                padding-bottom: 10px; }
                header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-global-articles-hamburger-menu ul li:before, header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-articles-hamburger-menu ul li:before {
                  content: "●";
                  font-size: 15px;
                  font-size: 0.9375rem;
                  -webkit-font-smoothing: antialiased;
                  color: #005EA8;
                  float: left;
                  margin-top: 2px; }
                header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-global-articles-hamburger-menu ul li a, header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-articles-hamburger-menu ul li a {
                  font-size: 15px;
                  font-size: 0.9375rem;
                  -webkit-font-smoothing: antialiased;
                  line-height: 20px;
                  font-family: "Playfair Display";
                  color: #1B1B1B;
                  display: inline-block;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  overflow-wrap: break-word;
                  word-wrap: break-word;
                  display: block;
                  margin-left: 15px; }
                  header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-global-articles-hamburger-menu ul li a:hover, header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content .latest-articles-hamburger-menu ul li a:hover {
                    background: #005EA8;
                    color: #fff;
                    font-weight: 400; }
      header .middle-header .cont-sticky .header-logo-right {
        background: url(../images/logo_heraldo.svg) no-repeat center;
        width: 141px;
        height: 26px;
        padding: 0;
        background-size: 100%;
        margin: 0;
        top: 14px;
        left: 70px;
        z-index: 101;
        position: relative; }
      header .middle-header .cont-sticky .header-logo-center {
        background: url(../images/logo_heraldo.svg) no-repeat center;
        width: 141px;
        height: 26px;
        padding: 0;
        background-size: 100%;
        margin: 0;
        top: 14px;
        left: 70px;
        z-index: 101;
        position: relative; }
      header .middle-header .cont-sticky .search-box-form {
        display: none;
        position: absolute;
        top: 0;
        left: 35px;
        z-index: 106;
        width: 250px;
        height: 45px;
        border: 1px solid #005EA8;
        background: #fff;
        font-style: italic;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5); }
        header .middle-header .cont-sticky .search-box-form form {
          display: inline-block;
          width: 100%; }
        header .middle-header .cont-sticky .search-box-form .search-input {
          padding: 14px;
          color: #000000;
          width: 200px;
          float: right;
          border: 0;
          font-style: italic;
          height: 43px; }
        header .middle-header .cont-sticky .search-box-form .close-icon {
          background: #F8F8F8;
          padding: 5px 10px;
          margin: 5px 6px;
          display: block; }
      header .middle-header .cont-sticky .header-category-title {
        display: none; }
      header .middle-header .cont-sticky .header-mobile-icons {
        position: absolute;
        display: block;
        top: 13px;
        right: 0;
        color: #3B3B3B;
        z-index: 101;
        width: 175px; }
        header .middle-header .cont-sticky .header-mobile-icons span {
          float: right;
          cursor: pointer; }
          header .middle-header .cont-sticky .header-mobile-icons span.initialsGigya {
            float: initial; }
          header .middle-header .cont-sticky .header-mobile-icons span.userlogged {
            display: none;
            background-color: #005EA8;
            padding: 6px;
            border-radius: 100%;
            margin-top: -4px;
            color: #fff;
            font: 700 15px/16px "Open Sans";
            text-transform: uppercase;
            min-width: 28px;
            text-align: center; }
            header .middle-header .cont-sticky .header-mobile-icons span.userlogged:before {
              display: none; }
          header .middle-header .cont-sticky .header-mobile-icons span.loginGigya {
            margin-left: 20px;
            font-size: 19px;
            font-size: 1.1875rem;
            -webkit-font-smoothing: antialiased; }
          header .middle-header .cont-sticky .header-mobile-icons span.initialsGigyaLogo {
            background-color: #fff;
            padding: 6px 8px;
            border-radius: 100%;
            line-height: 12px;
            margin-top: -5px;
            color: #005EA8;
            font-weight: 400;
            font-family: "Playfair Display"; }
        header .middle-header .cont-sticky .header-mobile-icons .user-info-header {
          position: relative; }
          header .middle-header .cont-sticky .header-mobile-icons .user-info-header .notLoggedGigya {
            position: absolute;
            top: -15px;
            right: 0;
            background: #005EA8;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
            color: #fff;
            padding: 10px;
            width: 248px;
            z-index: 200; }
            header .middle-header .cont-sticky .header-mobile-icons .user-info-header .notLoggedGigya .boxNotLoggedGigya {
              display: inline-block;
              margin-left: 0;
              width: 26px;
              height: 26px;
              fill: #669ecb;
              font-size: 26px;
              font-size: 1.625rem;
              -webkit-font-smoothing: antialiased;
              vertical-align: middle; }
            header .middle-header .cont-sticky .header-mobile-icons .user-info-header .notLoggedGigya a {
              font-family: "Open Sans";
              color: #fff;
              font-size: 11px;
              font-size: 0.6875rem;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              line-height: 11px;
              padding-right: 10px;
              position: relative;
              font-weight: 300; }
              header .middle-header .cont-sticky .header-mobile-icons .user-info-header .notLoggedGigya a .boxico {
                display: inline-block;
                margin: 0px -3px -2px -1px;
                font-size: 13px;
                font-size: 0.8125rem;
                -webkit-font-smoothing: antialiased;
                height: 13px;
                width: 13px; }
              header .middle-header .cont-sticky .header-mobile-icons .user-info-header .notLoggedGigya a:hover {
                text-decoration: underline; }
              header .middle-header .cont-sticky .header-mobile-icons .user-info-header .notLoggedGigya a.registerGigya {
                border-right: 1px solid #fff;
                margin-right: 10px; }
        header .middle-header .cont-sticky .header-mobile-icons .loggedGigya {
          position: absolute;
          top: -9px;
          right: 0;
          background: #005EA8;
          border-bottom-left-radius: 10px;
          border-top-left-radius: 10px;
          color: #fff;
          padding: 10px 10px 5px 10px;
          box-shadow: 0 4px 0 #F8F8F8;
          -webkit-box-shadow: 0 4px 0 #F8F8F8;
          -moz-box-shadow: 0 4px 0 #F8F8F8;
          width: 221px;
          z-index: 100; }
          header .middle-header .cont-sticky .header-mobile-icons .loggedGigya a {
            font-family: "Open Sans";
            color: #fff;
            font-size: 11px;
            font-size: 0.6875rem;
            -webkit-font-smoothing: antialiased;
            display: inline;
            float: right;
            line-height: 11px;
            padding-right: 10px;
            position: relative; }
            header .middle-header .cont-sticky .header-mobile-icons .loggedGigya a:hover {
              text-decoration: underline; }
            header .middle-header .cont-sticky .header-mobile-icons .loggedGigya a.seeprofile {
              border-right: 1px solid #fff;
              margin-right: 10px; }
            header .middle-header .cont-sticky .header-mobile-icons .loggedGigya a .boxico {
              margin-left: 5px;
              margin-bottom: -2.5px;
              width: 13px;
              height: 13px; }
      header .middle-header .cont-sticky .social-share, header .middle-header .cont-sticky .close-icon, header .middle-header .cont-sticky #title-sticky, header .middle-header .cont-sticky .counter {
        display: none; }
  header nav.menu {
    display: block;
    text-align: left;
    padding: 15px 0;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box; }
    header nav.menu ul {
      max-width: 990px;
      margin: 0 auto;
      padding-left: 225px;
      padding-right: 60px;
      overflow: hidden; }
      header nav.menu ul li {
        display: inline-block;
        float: left; }
        header nav.menu ul li a {
          font-size: 16px;
          font-size: 1rem;
          -webkit-font-smoothing: antialiased;
          line-height: 20px;
          font-family: "Playfair Display";
          color: #1B1B1B;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-weight: 400;
          padding: 0 7px; }
          header nav.menu ul li a:hover {
            opacity: 0.7; }
        header nav.menu ul li.current a, header nav.menu ul li.current_ancestor a {
          font-weight: 600; }
        header nav.menu ul li ul {
          display: none; }
  header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 300000000; }
    header.sticky .top-header {
      display: none; }
    header.sticky .middle-header {
      height: 50px;
      background: #fff;
      -webkit-box-shadow: 0 4px 13px -2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 4px 13px -2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 4px 13px -2px rgba(0, 0, 0, 0.3);
      border: 0; }
      header.sticky .middle-header .cont-sticky {
        width: 100%;
        max-width: 990px;
        margin: 0 auto;
        position: relative;
        height: 50px; }
        header.sticky .middle-header .cont-sticky .hamburger-menu {
          width: 50px;
          height: 20px; }
          header.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon {
            font-size: 20px;
            font-size: 1.25rem;
            -webkit-font-smoothing: antialiased; }
        header.sticky .middle-header .cont-sticky .header-category-title {
          display: none; }
        header.sticky .middle-header .cont-sticky .header-logo-center {
          width: 141px;
          height: 26px;
          padding: 0;
          background-size: 100%;
          margin: 0;
          position: absolute;
          top: 14px;
          left: 70px; }
        header.sticky .middle-header .cont-sticky .header-logo-right {
          width: 141px;
          height: 26px;
          padding: 0;
          background-size: 100%;
          margin: 0;
          position: absolute;
          top: 14px;
          left: 70px; }
        header.sticky .middle-header .cont-sticky .menu-sticky {
          max-width: 730px;
          margin: 0 auto;
          position: relative;
          display: block;
          width: 100%;
          float: left;
          margin: 13px 0 11px 172px;
          height: 19px;
          overflow: hidden; }
          header.sticky .middle-header .cont-sticky .menu-sticky li {
            display: inline-block;
            margin-right: 20px; }
            header.sticky .middle-header .cont-sticky .menu-sticky li:last-child {
              margin-right: 0; }
            header.sticky .middle-header .cont-sticky .menu-sticky li > a {
              font-size: 16px;
              font-size: 1rem;
              -webkit-font-smoothing: antialiased;
              line-height: 20px;
              font-family: "Playfair Display";
              color: #1B1B1B;
              display: inline-block;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              overflow-wrap: break-word;
              word-wrap: break-word;
              font-weight: 400; }
              header.sticky .middle-header .cont-sticky .menu-sticky li > a:hover {
                opacity: 0.7; }
            header.sticky .middle-header .cont-sticky .menu-sticky li ul {
              display: none; }
    header.sticky.hamburger-active .hamburger-menu-content {
      top: 50px; }
      header.sticky.hamburger-active .hamburger-menu-content .fa-search, header.sticky.hamburger-active .hamburger-menu-content .userbox {
        opacity: 0.2; }
    header.sticky.sticky-down .social-share {
      display: block;
      position: absolute;
      top: 10px;
      right: 0;
      z-index: 101; }
      header.sticky.sticky-down .social-share a {
        width: 30px;
        height: 30px;
        float: left;
        text-align: center;
        margin-left: 3px;
        border-radius: 50%;
        color: #fff;
        padding: 5px 0;
        font-size: 15px;
        font-size: 0.9375rem;
        -webkit-font-smoothing: antialiased; }
        header.sticky.sticky-down .social-share a:hover {
          cursor: pointer; }
        header.sticky.sticky-down .social-share a.facebook {
          background: #3B5998;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          box-shadow: 0 4px 0 #F8F8F8;
          -webkit-box-shadow: 0 4px 0 #F8F8F8;
          -moz-box-shadow: 0 4px 0 #F8F8F8; }
        header.sticky.sticky-down .social-share a.twitter {
          background: #00ACED;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          box-shadow: 0 4px 0 #F8F8F8;
          -webkit-box-shadow: 0 4px 0 #F8F8F8;
          -moz-box-shadow: 0 4px 0 #F8F8F8; }
        header.sticky.sticky-down .social-share a.whatsapp {
          background: #25D366;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          box-shadow: 0 4px 0 #F8F8F8;
          -webkit-box-shadow: 0 4px 0 #F8F8F8;
          -moz-box-shadow: 0 4px 0 #F8F8F8; }
        header.sticky.sticky-down .social-share a:first-child {
          margin-left: 0; }
        header.sticky.sticky-down .social-share a svg {
          margin: 1px 0 0;
          height: 17px;
          width: 17px;
          fill: #fff; }
    header.sticky.sticky-down .header-mobile-icons {
      display: none; }
    header.sticky.sticky-down nav.menu.menu_header_1 ul {
      padding-right: 145px; }
      header.sticky.sticky-down nav.menu.menu_header_1 ul.expandable li {
        display: inline-block;
        float: left; }
      header.sticky.sticky-down nav.menu.menu_header_1 ul li {
        display: none; }
        header.sticky.sticky-down nav.menu.menu_header_1 ul li.current {
          display: block;
          float: none; }
          header.sticky.sticky-down nav.menu.menu_header_1 ul li.current a {
            float: left; }
          header.sticky.sticky-down nav.menu.menu_header_1 ul li.current ul.menu_level_1 {
            display: inline-block;
            padding-right: 0;
            padding-left: 0; }
            header.sticky.sticky-down nav.menu.menu_header_1 ul li.current ul.menu_level_1 li {
              float: left;
              display: inline-block; }
              header.sticky.sticky-down nav.menu.menu_header_1 ul li.current ul.menu_level_1 li ul.menu_level_2 li {
                display: none; }
              header.sticky.sticky-down nav.menu.menu_header_1 ul li.current ul.menu_level_1 li a {
                font-weight: 400; }
        header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor {
          display: block;
          float: none; }
          header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor a {
            font-weight: 400;
            float: left; }
          header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 {
            display: block;
            padding-left: 0;
            padding-right: 0;
            float: none; }
            header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current a {
              font-weight: 600; }
            header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current ul.menu_level_2 {
              display: block;
              padding-right: 0;
              padding-left: 0;
              float: left; }
              header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current ul.menu_level_2 li {
                float: left;
                display: inline-block; }
                header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current ul.menu_level_2 li a {
                  font-weight: 400; }
            header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current_ancestor a {
              font-weight: 400;
              float: left; }
            header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current_ancestor ul.menu_level_2 {
              display: block;
              padding-left: 0;
              padding-right: 0;
              float: left; }
              header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current_ancestor ul.menu_level_2 li.current {
                display: inline-block; }
                header.sticky.sticky-down nav.menu.menu_header_1 ul li.current_ancestor ul.menu_level_1 li.current_ancestor ul.menu_level_2 li.current a {
                  font-weight: 600; }
    header.sticky.sticky-up nav.menu ul li {
      float: left; }
  header.hamburger-active.header-category .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon .hamburger-icon-close {
    width: 50px;
    padding: 12px;
    height: 50px; }
  header.hamburger-active .middle-header .cont-sticky .hamburger-menu {
    width: 50px;
    height: 50px;
    margin-top: 0; }
    header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon .hamburger-icon-close {
      background: #F8F8F8;
      box-sizing: border-box;
      width: 70px;
      padding: 21px;
      height: 70px; }
    header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content {
      top: 50px;
      display: block;
      width: 990px; }
  header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon .hamburger-icon-close {
    width: 50px;
    padding: 12px;
    height: 50px; }
  header .cont-sticky .bars-ico {
    width: 22px;
    height: 25px;
    stroke: #000;
    stroke-width: 5%; }

body.section-home header .top-header, body.article-page.multimedia.video header .top-header, body.videos header .top-header, body.categoryVideos header .top-header {
  display: block;
  height: 48px;
  width: 990px;
  margin: 0 auto; }
  body.section-home header .top-header .left-side, body.section-home header .top-header .search-box-header, body.article-page.multimedia.video header .top-header .left-side, body.article-page.multimedia.video header .top-header .search-box-header, body.videos header .top-header .left-side, body.videos header .top-header .search-box-header, body.categoryVideos header .top-header .left-side, body.categoryVideos header .top-header .search-box-header {
    display: none; }
  body.section-home header .top-header .currentDate, body.article-page.multimedia.video header .top-header .currentDate, body.videos header .top-header .currentDate, body.categoryVideos header .top-header .currentDate {
    color: #000000;
    font-size: 11px;
    font-size: 0.6875rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans";
    margin-top: 20px;
    text-transform: uppercase;
    float: left; }
  body.section-home header .top-header .links, body.article-page.multimedia.video header .top-header .links, body.videos header .top-header .links, body.categoryVideos header .top-header .links {
    float: right;
    text-transform: uppercase;
    margin-top: 20px; }
    body.section-home header .top-header .links a, body.article-page.multimedia.video header .top-header .links a, body.videos header .top-header .links a, body.categoryVideos header .top-header .links a {
      font-weight: 300;
      font-size: 11px;
      font-size: 0.6875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 11px;
      font-family: "Open Sans";
      color: #1B1B1B;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      float: left;
      width: auto; }
      body.section-home header .top-header .links a span, body.article-page.multimedia.video header .top-header .links a span, body.videos header .top-header .links a span, body.categoryVideos header .top-header .links a span {
        display: none; }
      body.section-home header .top-header .links a:after, body.article-page.multimedia.video header .top-header .links a:after, body.videos header .top-header .links a:after, body.categoryVideos header .top-header .links a:after {
        content: "/";
        padding: 0 15px; }
      body.section-home header .top-header .links a:last-child:after, body.article-page.multimedia.video header .top-header .links a:last-child:after, body.videos header .top-header .links a:last-child:after, body.categoryVideos header .top-header .links a:last-child:after {
        display: none; }
      body.section-home header .top-header .links a:nth-child(2) img, body.article-page.multimedia.video header .top-header .links a:nth-child(2) img, body.videos header .top-header .links a:nth-child(2) img, body.categoryVideos header .top-header .links a:nth-child(2) img {
        width: 69px;
        float: left;
        height: 18px; }
      body.section-home header .top-header .links a .icon-top, body.article-page.multimedia.video header .top-header .links a .icon-top, body.videos header .top-header .links a .icon-top, body.categoryVideos header .top-header .links a .icon-top {
        vertical-align: top;
        margin-top: -2px;
        font-size: 16px; }

body.section-home header .middle-header, body.article-page.multimedia.video header .middle-header, body.videos header .middle-header, body.categoryVideos header .middle-header {
  height: 96px;
  border-top: 1px solid #000000; }
  body.section-home header .middle-header .cont-sticky .hamburger-menu, body.article-page.multimedia.video header .middle-header .cont-sticky .hamburger-menu, body.videos header .middle-header .cont-sticky .hamburger-menu, body.categoryVideos header .middle-header .cont-sticky .hamburger-menu {
    width: 21px;
    height: 24px;
    margin-top: 13px;
    margin-left: 0;
    z-index: 102; }
    body.section-home header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon, body.article-page.multimedia.video header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon, body.videos header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon, body.categoryVideos header .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon {
      font-size: 24px;
      font-size: 1.5rem;
      -webkit-font-smoothing: antialiased; }
  body.section-home header .middle-header .cont-sticky .header-logo-center, body.article-page.multimedia.video header .middle-header .cont-sticky .header-logo-center, body.videos header .middle-header .cont-sticky .header-logo-center, body.categoryVideos header .middle-header .cont-sticky .header-logo-center {
    background: url(../images/logo_heraldo.svg) no-repeat center;
    background-size: 100%;
    width: 299px;
    height: 46px;
    display: block;
    margin: 25px auto;
    position: relative;
    top: initial;
    left: initial; }

body.section-home header nav.menu, body.article-page.multimedia.video header nav.menu, body.videos header nav.menu, body.categoryVideos header nav.menu {
  position: relative;
  top: initial;
  left: initial;
  text-align: center;
  padding: 9px 0; }
  body.section-home header nav.menu ul, body.article-page.multimedia.video header nav.menu ul, body.videos header nav.menu ul, body.categoryVideos header nav.menu ul {
    padding: 0;
    max-width: none;
    margin: 0; }
    body.section-home header nav.menu ul li > a, body.article-page.multimedia.video header nav.menu ul li > a, body.videos header nav.menu ul li > a, body.categoryVideos header nav.menu ul li > a {
      padding: 0 15px; }

body.section-home header.sticky .top-header, body.article-page.multimedia.video header.sticky .top-header, body.videos header.sticky .top-header, body.categoryVideos header.sticky .top-header {
  display: none; }

body.section-home header.sticky .middle-header, body.article-page.multimedia.video header.sticky .middle-header, body.videos header.sticky .middle-header, body.categoryVideos header.sticky .middle-header {
  height: 50px;
  border-top: 0; }
  body.section-home header.sticky .middle-header.active, body.article-page.multimedia.video header.sticky .middle-header.active, body.videos header.sticky .middle-header.active, body.categoryVideos header.sticky .middle-header.active {
    background: #F8F8F8; }
  body.section-home header.sticky .middle-header .cont-sticky, body.article-page.multimedia.video header.sticky .middle-header .cont-sticky, body.videos header.sticky .middle-header .cont-sticky, body.categoryVideos header.sticky .middle-header .cont-sticky {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    height: 50px; }
    body.section-home header.sticky .middle-header .cont-sticky .boxicon.mobile-search-icon, body.article-page.multimedia.video header.sticky .middle-header .cont-sticky .boxicon.mobile-search-icon, body.videos header.sticky .middle-header .cont-sticky .boxicon.mobile-search-icon, body.categoryVideos header.sticky .middle-header .cont-sticky .boxicon.mobile-search-icon {
      margin-left: 0; }
    body.section-home header.sticky .middle-header .cont-sticky .header-logo-center, body.article-page.multimedia.video header.sticky .middle-header .cont-sticky .header-logo-center, body.videos header.sticky .middle-header .cont-sticky .header-logo-center, body.categoryVideos header.sticky .middle-header .cont-sticky .header-logo-center {
      width: 141px;
      height: 26px;
      margin: 0;
      position: absolute;
      top: 14px;
      left: 70px; }
    body.section-home header.sticky .middle-header .cont-sticky .hamburger-menu, body.article-page.multimedia.video header.sticky .middle-header .cont-sticky .hamburger-menu, body.videos header.sticky .middle-header .cont-sticky .hamburger-menu, body.categoryVideos header.sticky .middle-header .cont-sticky .hamburger-menu {
      width: 50px;
      height: 20px;
      margin-top: 14px;
      text-align: center;
      margin-left: -16px; }
      body.section-home header.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon, body.article-page.multimedia.video header.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon, body.videos header.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon, body.categoryVideos header.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon {
        font-size: 20px;
        font-size: 1.25rem;
        -webkit-font-smoothing: antialiased; }

body.section-home header.sticky nav.menu, body.article-page.multimedia.video header.sticky nav.menu, body.videos header.sticky nav.menu, body.categoryVideos header.sticky nav.menu {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 15px 0; }
  body.section-home header.sticky nav.menu ul, body.article-page.multimedia.video header.sticky nav.menu ul, body.videos header.sticky nav.menu ul, body.categoryVideos header.sticky nav.menu ul {
    max-width: 990px;
    margin: 0 auto;
    padding-left: 225px;
    padding-right: 145px; }
    body.section-home header.sticky nav.menu ul li > a, body.article-page.multimedia.video header.sticky nav.menu ul li > a, body.videos header.sticky nav.menu ul li > a, body.categoryVideos header.sticky nav.menu ul li > a {
      padding: 0 7px; }

body.section-home header.sticky.sticky-down .header-mobile-icons, body.article-page.multimedia.video header.sticky.sticky-down .header-mobile-icons, body.videos header.sticky.sticky-down .header-mobile-icons, body.categoryVideos header.sticky.sticky-down .header-mobile-icons {
  display: block !important; }

body.section-home header.sticky.sticky-down nav.menu.menu_header_1 ul.expandable li, body.article-page.multimedia.video header.sticky.sticky-down nav.menu.menu_header_1 ul.expandable li, body.videos header.sticky.sticky-down nav.menu.menu_header_1 ul.expandable li, body.categoryVideos header.sticky.sticky-down nav.menu.menu_header_1 ul.expandable li {
  display: block; }

body.section-home header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.article-page.multimedia.video header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.videos header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.categoryVideos header.sticky.sticky-down nav.menu.menu_header_1 ul li {
  display: none; }
  body.section-home header.sticky.sticky-down nav.menu.menu_header_1 ul li.current, body.article-page.multimedia.video header.sticky.sticky-down nav.menu.menu_header_1 ul li.current, body.videos header.sticky.sticky-down nav.menu.menu_header_1 ul li.current, body.categoryVideos header.sticky.sticky-down nav.menu.menu_header_1 ul li.current {
    display: inline-block; }

body.section-home header.hamburger-active .middle-header .cont-sticky .hamburger-menu, body.article-page.multimedia.video header.hamburger-active .middle-header .cont-sticky .hamburger-menu, body.videos header.hamburger-active .middle-header .cont-sticky .hamburger-menu, body.categoryVideos header.hamburger-active .middle-header .cont-sticky .hamburger-menu {
  width: 74px;
  height: 70px;
  margin-top: 0; }
  body.section-home header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close, body.article-page.multimedia.video header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close, body.videos header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close, body.categoryVideos header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close {
    width: 74px;
    height: 70px;
    padding: 24px 0 0 0; }
  body.section-home header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content, body.article-page.multimedia.video header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content, body.videos header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content, body.categoryVideos header.hamburger-active .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content {
    top: 70px; }

body.section-home header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu, body.article-page.multimedia.video header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu, body.videos header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu, body.categoryVideos header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu {
  margin-top: 0;
  width: 50px;
  height: 50px; }
  body.section-home header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close, body.article-page.multimedia.video header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close, body.videos header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close, body.categoryVideos header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-icon.hamburger-icon-close {
    width: 50px;
    height: 50px;
    padding: 16px 0 0 0; }
  body.section-home header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content, body.article-page.multimedia.video header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content, body.videos header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content, body.categoryVideos header.hamburger-active.sticky .middle-header .cont-sticky .hamburger-menu .hamburger-menu-content {
    top: 50px; }

body.photos .header-default .cont-sticky .boxicon.mobile-search-icon, body.multimedia .header-default .cont-sticky .boxicon.mobile-search-icon {
  margin-left: 0; }

body.multimedia.video .header-default .cont-sticky .boxicon.mobile-search-icon, body.section-home .header-default .cont-sticky .boxicon.mobile-search-icon, body.videos .header-default .cont-sticky .boxicon.mobile-search-icon {
  margin-left: 16px; }

body.section-home header nav.menu ul li {
  float: none; }

body.section-home header.sticky.sticky-down nav.menu.menu_header_1 ul li {
  display: inline-block;
  float: left; }

body.article-page .nav-cat {
  display: none; }

body.article-page header.sticky.sticky-down .nav-cat {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding: 15px 110px 0 225px;
  max-height: 34px;
  z-index: 0;
  overflow: hidden; }
  body.article-page header.sticky.sticky-down .nav-cat li {
    display: inline-block; }
    body.article-page header.sticky.sticky-down .nav-cat li a {
      font-size: 16px;
      font-size: 1rem;
      -webkit-font-smoothing: antialiased;
      line-height: 20px;
      font-family: "Playfair Display";
      color: #1B1B1B;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 400;
      padding: 0 8px; }
      body.article-page header.sticky.sticky-down .nav-cat li a.current {
        font-weight: 600; }
      body.article-page header.sticky.sticky-down .nav-cat li a:hover {
        opacity: 0.7; }

body.article-page header.sticky.sticky-down nav.menu.menu_header_1 {
  display: none; }

body.article-page header.sticky.sticky-down .middle-header .cont-sticky .boxicon.mobile-search-icon {
  margin-left: 0; }

body.article-page #title-sticky {
  display: none !important; }

body.multimedia header.sticky.sticky-down nav.menu.menu_header_1 ul li {
  display: block; }

body.article-page.multimedia.video header nav.menu ul li, body.videos header nav.menu ul li, body.categoryVideos header nav.menu ul li {
  float: none; }

body.article-page.multimedia.video header .middle-header .cont-sticky .header-logo-center, body.videos header .middle-header .cont-sticky .header-logo-center, body.categoryVideos header .middle-header .cont-sticky .header-logo-center {
  background: url(../images/logo_heraldotv.png) no-repeat center;
  width: 401px;
  height: 45px; }

body.article-page.multimedia.video header.sticky .middle-header .cont-sticky .header-logo-center, body.videos header.sticky .middle-header .cont-sticky .header-logo-center, body.categoryVideos header.sticky .middle-header .cont-sticky .header-logo-center {
  background: url(../images/logo_heraldotv_sticky.png) no-repeat center;
  width: 77px;
  height: 22px;
  left: 70px; }

body.article-page.multimedia.video header.sticky nav.menu ul, body.videos header.sticky nav.menu ul, body.categoryVideos header.sticky nav.menu ul {
  padding-left: 150px; }

body.article-page.multimedia.video header.sticky.sticky-down nav.menu.menu_header_1, body.videos header.sticky.sticky-down nav.menu.menu_header_1, body.categoryVideos header.sticky.sticky-down nav.menu.menu_header_1 {
  display: block; }
  body.article-page.multimedia.video header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.videos header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.categoryVideos header.sticky.sticky-down nav.menu.menu_header_1 ul li {
    display: inline-block;
    float: left; }

body.article-page.multimedia.video header.sticky.sticky-up nav.menu.menu_header_1 ul li, body.videos header.sticky.sticky-up nav.menu.menu_header_1 ul li, body.categoryVideos header.sticky.sticky-up nav.menu.menu_header_1 ul li {
  float: left; }

body.search-page header .middle-header .cont-sticky .header-page-title, body.page-tags header .middle-header .cont-sticky .header-page-title, body.categoryPhotos header .middle-header .cont-sticky .header-page-title, body.static-pages header .middle-header .cont-sticky .header-page-title {
  display: none; }

body.search-page header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.page-tags header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.categoryPhotos header.sticky.sticky-down nav.menu.menu_header_1 ul li, body.static-pages header.sticky.sticky-down nav.menu.menu_header_1 ul li {
  display: inline-block; }

.header-custom {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: 5px auto;
  width: fit-content;
  text-align: center;
  padding-left: 163px;
  padding-right: 20px; }
  .header-custom a {
    display: inline-block;
    vertical-align: middle; }
  .header-custom a:first-of-type {
    margin-right: 10px; }
  .header-custom .header-custom-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 33px;
    margin-right: 10px;
    vertical-align: middle;
    color: #000; }
  .header-custom .header-custom-logo {
    vertical-align: middle; }

header.header-custom-container .middle-header .cont-sticky .hamburger-menu {
  margin-top: 15px; }

header.header-custom-container .middle-header .cont-sticky .header-logo-right {
  left: 25px; }

.btn-suscripcion {
  background-color: #202d48;
  color: #fff;
  font: 700 12px/12px "Open Sans";
  border-radius: 5px; }
  .btn-suscripcion a {
    color: #fff;
    font: 700 12px/12px "Open Sans";
    display: inline-block;
    padding: 7px; }

footer {
  padding: 15px 0 0;
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: auto; }
  footer .cont-pie {
    max-width: 990px;
    margin: 0 auto 22px auto;
    position: relative;
    border-top: 1px solid #DCDCDC;
    padding-top: 35px; }
    footer .cont-pie a.logo img {
      background-color: #fff;
      width: 131px;
      height: 56px;
      position: absolute;
      top: -50px;
      left: 44%;
      border-left: 25px solid #fff;
      border-right: 25px solid #fff; }
    footer .cont-pie .otros-sitios a {
      display: inline-block; }
      footer .cont-pie .otros-sitios a svg {
        height: 15px;
        margin-bottom: -13px; }
        footer .cont-pie .otros-sitios a svg.icon-caret-up {
          margin-bottom: -11px; }
    footer .cont-pie .col-pie-1 {
      width: 50%;
      float: left;
      padding-right: 30px;
      border-right: 1px solid #DCDCDC; }
      footer .cont-pie .col-pie-1 .copyright-text {
        line-height: 18px;
        font-family: "Open Sans";
        color: #000000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: 11px;
        font-size: 0.6875rem;
        -webkit-font-smoothing: antialiased; }
        footer .cont-pie .col-pie-1 .copyright-text:after {
          content: "";
          display: table;
          clear: both; }
      footer .cont-pie .col-pie-1.col-pie-2 {
        padding-left: 0; }
    footer .cont-pie .col-pie-2 {
      width: 50%;
      float: left;
      padding-left: 30px; }
      footer .cont-pie .col-pie-2 ul:after {
        content: "";
        display: table;
        clear: both; }
      footer .cont-pie .col-pie-2 ul li {
        float: left;
        width: auto;
        margin-right: 7px; }
        footer .cont-pie .col-pie-2 ul li h2, footer .cont-pie .col-pie-2 ul li h4 {
          font-weight: 600;
          line-height: 15px; }
        footer .cont-pie .col-pie-2 ul li a {
          line-height: 15px;
          font-family: "Open Sans";
          color: #005EA8;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-size: 11px;
          font-size: 0.6875rem;
          -webkit-font-smoothing: antialiased;
          font-weight: 600; }
          footer .cont-pie .col-pie-2 ul li a:hover {
            text-decoration: underline; }
      footer .cont-pie .col-pie-2 .datos {
        margin-top: 10px;
        line-height: 18px;
        font-family: "Open Sans";
        color: #000000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: 13px;
        font-size: 0.8125rem;
        -webkit-font-smoothing: antialiased;
        font-weight: 600; }
        footer .cont-pie .col-pie-2 .datos svg {
          width: 13px;
          height: 13px;
          margin-bottom: -2px; }
      footer .cont-pie .col-pie-2 strong {
        float: left;
        line-height: 14px;
        font-family: "Open Sans";
        color: #000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: 11px;
        font-size: 0.6875rem;
        -webkit-font-smoothing: antialiased;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 15px; }
    footer .cont-pie.simplified .col-pie-2 {
      text-align: center;
      width: 100%;
      float: none; }
      footer .cont-pie.simplified .col-pie-2 .footer-links-menu {
        display: inline-block; }
  footer .footer-last {
    display: none;
    padding: 9px 0;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 10px; }
    footer .footer-last:after {
      content: "";
      display: table;
      clear: both; }
    footer .footer-last .footer-bck {
      background: #F8F8F8;
      padding: 23px 0 30px 0; }
      footer .footer-last .footer-bck:after {
        content: "";
        display: table;
        clear: both; }
      footer .footer-last .footer-bck .footer-last-container {
        max-width: 990px;
        margin: 0 auto;
        line-height: 15px;
        font-family: "Open Sans";
        color: #000000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: 13px;
        font-size: 0.8125rem;
        -webkit-font-smoothing: antialiased;
        display: block; }
        footer .footer-last .footer-bck .footer-last-container:after {
          content: "";
          display: table;
          clear: both; }
        footer .footer-last .footer-bck .footer-last-container span.tit-footer {
          width: 100%;
          float: left;
          text-align: center;
          margin-bottom: 20px; }
        footer .footer-last .footer-bck .footer-last-container .list-footer {
          min-height: 100px;
          width: 25%;
          float: left;
          border-right: 1px solid #DCDCDC;
          padding: 0 20px; }
          footer .footer-last .footer-bck .footer-last-container .list-footer strong {
            font-weight: 800;
            text-transform: uppercase;
            float: left;
            letter-spacing: -0.5px;
            margin-bottom: 20px;
            text-align: center;
            width: 100%; }
            footer .footer-last .footer-bck .footer-last-container .list-footer strong:nth-of-type(odd) {
              clear: both; }
            footer .footer-last .footer-bck .footer-last-container .list-footer strong:nth-of-type(even) {
              margin-left: 32px; }
          footer .footer-last .footer-bck .footer-last-container .list-footer span strong {
            text-transform: none;
            font-weight: 700;
            float: none;
            clear: none;
            letter-spacing: 0;
            margin-bottom: 0; }
          footer .footer-last .footer-bck .footer-last-container .list-footer ul {
            max-width: inherit; }
            footer .footer-last .footer-bck .footer-last-container .list-footer ul li {
              text-align: center;
              margin-bottom: 6px; }
              footer .footer-last .footer-bck .footer-last-container .list-footer ul li h2, footer .footer-last .footer-bck .footer-last-container .list-footer ul li h4 {
                font-weight: normal;
                display: initial; }
              footer .footer-last .footer-bck .footer-last-container .list-footer ul li a {
                line-height: 15px;
                font-family: "Open Sans";
                color: #000000;
                display: inline-block;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                overflow-wrap: break-word;
                word-wrap: break-word;
                font-size: 13px;
                font-size: 0.8125rem;
                -webkit-font-smoothing: antialiased; }
              footer .footer-last .footer-bck .footer-last-container .list-footer ul li:last-child:after {
                content: "";
                padding: 0; }
          footer .footer-last .footer-bck .footer-last-container .list-footer:last-child {
            border: 0; }
    footer .footer-last.active {
      display: block; }

.article-page.multimedia.gallery footer .cont-pie {
  max-width: 100%; }

.footer-section-custom {
  margin-bottom: 80px;
  padding: 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5; }
  .footer-section-custom .footer-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 10px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
    .footer-section-custom .footer-custom .footer-custom-text {
      font-size: 16px;
      font-size: 1rem;
      -webkit-font-smoothing: antialiased;
      line-height: 16px;
      font-family: "Open Sans";
      color: #fff;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 600; }

figure img, .image-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.listing-main:after, .listing-secondary:after {
  content: "";
  display: table;
  clear: both; }

.listing-main .box-title span, .listing-secondary .box-title span {
  display: none; }

.listing-main .section-list, .listing-secondary .section-list {
  float: left;
  width: 100%; }
  .listing-main .section-list:after, .listing-secondary .section-list:after {
    content: "";
    display: table;
    clear: both; }
  .listing-main .section-list li, .listing-secondary .section-list li {
    position: relative; }
    .listing-main .section-list li article .article-details .title, .listing-secondary .section-list li article .article-details .title {
      margin-bottom: 20px; }
      .listing-main .section-list li article .article-details .title a, .listing-secondary .section-list li article .article-details .title a {
        font-size: 24px;
        font-size: 1.5rem;
        -webkit-font-smoothing: antialiased;
        line-height: 30px;
        font-family: "Playfair Display";
        color: #000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-weight: normal; }
    .listing-main .section-list li article .article-details .text, .listing-secondary .section-list li article .article-details .text {
      font-size: 15px;
      font-size: 0.9375rem;
      -webkit-font-smoothing: antialiased;
      line-height: 24px;
      font-family: "Playfair Display";
      color: #000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word; }
    .listing-main .section-list li article .article-details .author, .listing-main .section-list li article .article-details .date, .listing-secondary .section-list li article .article-details .author, .listing-secondary .section-list li article .article-details .date {
      font-size: 11px;
      font-size: 0.6875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 24px;
      font-family: "Open Sans";
      color: #000000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 300;
      text-transform: uppercase;
      position: absolute;
      bottom: 0; }

.listing-main .section-list {
  display: flex; }
  .listing-main .section-list li {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    clear: none;
    border: 0;
    border-bottom: 1px solid #F8F8F8;
    padding-bottom: 10px; }
    .listing-main .section-list li:last-child {
      padding-right: 0; }
    .listing-main .section-list li article .image-container {
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
    .listing-main .section-list li article .article-details {
      display: block;
      margin: 0 !important;
      clear: both; }
      .listing-main .section-list li article .article-details .text {
        margin-bottom: 40px; }
    .listing-main .section-list li article.no-image .title, .listing-main .section-list li article.no-image .article-details {
      display: block;
      margin-left: 0; }

.listing-secondary {
  clear: both; }
  .listing-secondary .section-list {
    margin-bottom: 48px; }
    .listing-secondary .section-list li {
      float: left;
      width: 100%;
      padding: 18px 0 36px 0;
      border: 0;
      border-bottom: 1px solid #E3E3E3; }
      .listing-secondary .section-list li article {
        min-height: 90px; }
        .listing-secondary .section-list li article .image-container {
          width: 150px;
          position: absolute;
          margin-top: 7px; }
          .listing-secondary .section-list li article .image-container .icon100-v1 {
            width: 50px;
            height: 50px;
            padding: 15px;
            font-size: 15px;
            border: 1px solid #fff;
            top: 25%;
            left: 0;
            right: 0;
            margin: 0 auto;
            box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2); }
        .listing-secondary .section-list li article .article-details {
          margin-left: 169px; }
          .listing-secondary .section-list li article .article-details .title {
            margin: 0 0 15px 0; }
          .listing-secondary .section-list li article .article-details .text {
            margin-bottom: 20px; }
            .listing-secondary .section-list li article .article-details .text a {
              display: inline;
              color: #005EA8;
              text-decoration: underline; }
            .listing-secondary .section-list li article .article-details .text b {
              font-weight: 600; }
            .listing-secondary .section-list li article .article-details .text i {
              font-style: italic; }
          .listing-secondary .section-list li article .article-details .author, .listing-secondary .section-list li article .article-details .date {
            bottom: 15px;
            display: block; }
          .listing-secondary .section-list li article .article-details .list-authors {
            position: absolute;
            bottom: 15px;
            display: block;
            width: auto; }
            .listing-secondary .section-list li article .article-details .list-authors li {
              width: auto;
              border-bottom: 0;
              padding: 0; }
        .listing-secondary .section-list li article.no-image {
          min-height: inherit; }
          .listing-secondary .section-list li article.no-image .title, .listing-secondary .section-list li article.no-image .article-details {
            display: block;
            margin-left: 0; }

.s-auto .listing {
  margin-top: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #F8F8F8;
  display: block;
  float: left;
  width: 100%;
  max-width: 990px; }
  .s-auto .listing article.articleModule {
    display: block;
    float: left;
    width: 100%; }
    .s-auto .listing article.articleModule.article_simple {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .s-auto .listing article.articleModule .articleModuleContent {
      display: block; }
    .s-auto .listing article.articleModule .image-container {
      position: relative; }
    .s-auto .listing article.articleModule.contenido-suscripcion .contenido-suscripcion-label {
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
      background: #213148;
      color: #DAC48F;
      position: absolute;
      margin-top: 1px;
      min-width: 26px;
      height: 26px;
      padding: 2px 6px;
      display: inline-block;
      top: 3px;
      left: 3px;
      border-radius: 2px;
      z-index: 1; }
      .s-auto .listing article.articleModule.contenido-suscripcion .contenido-suscripcion-label .box-icon {
        display: none; }
      .s-auto .listing article.articleModule.contenido-suscripcion .contenido-suscripcion-label:after {
        content: 'H';
        position: absolute;
        left: 5px;
        display: inline-block;
        font: 500 19px/23px "Playfair Display";
        text-transform: uppercase;
        color: #DAC48F;
        text-align: center;
        width: 17px; }
      .s-auto .listing article.articleModule.contenido-suscripcion .contenido-suscripcion-label .box-txt {
        display: inline-block;
        width: auto; }
    .s-auto .listing article.articleModule.contenido-exclusivo .contenido-exclusivo-label {
      position: absolute;
      top: 3px;
      left: 3px;
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
      background: #005EA8;
      color: #fff;
      margin-top: 1px;
      min-width: 26px;
      height: 26px;
      padding: 2px 6px;
      display: inline-block;
      border-radius: 2px;
      z-index: 1; }
    .s-auto .listing article.articleModule.contenido-exclusivo .box-txt {
      display: none;
      width: auto; }
      .s-auto .listing article.articleModule.contenido-exclusivo .box-txt:after {
        content: "Registro";
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        padding: 0 5px 0 10px;
        font: 600 13px/20px "Open Sans"; }
  .s-auto .listing article .image-container {
    float: left;
    width: 50%; }
  .s-auto .listing article .article-details {
    float: right;
    width: 48%; }
    .s-auto .listing article .article-details .title {
      margin-bottom: 20px; }
      .s-auto .listing article .article-details .title a {
        font-size: 47px;
        font-size: 2.9375rem;
        -webkit-font-smoothing: antialiased;
        line-height: 54px;
        font-family: "Playfair Display";
        color: #000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-weight: 600; }
    .s-auto .listing article .article-details .category, .s-auto .listing article .article-details .author {
      font-size: 11px;
      font-size: 0.6875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 24px;
      font-family: "Open Sans";
      color: #000000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 300;
      text-transform: uppercase; }
      .s-auto .listing article .article-details .category a, .s-auto .listing article .article-details .author a {
        font-size: 11px;
        font-size: 0.6875rem;
        -webkit-font-smoothing: antialiased;
        line-height: 24px;
        font-family: "Open Sans";
        color: #000000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word; }
  .s-auto .listing article.no-image .article-details {
    width: 100%; }

.s-auto .box1x1 {
  margin-bottom: 25px; }

.manual-board .box:nth-of-type(3n+1) {
  clear: both; }

.listing-multimedia {
  float: left;
  width: 100%;
  clear: both;
  display: flex;
  position: relative;
  flex-flow: row wrap; }
  .listing-multimedia li {
    float: left;
    width: 33%;
    max-width: 318px;
    margin: 0 18px 18px 0;
    border-bottom: 1px solid #DCDCDC;
    position: relative; }
    .listing-multimedia li:nth-child(3n) {
      margin-right: 0; }
    .listing-multimedia li:nth-child(3n+4) {
      clear: both; }
    .listing-multimedia li .image-container {
      float: left;
      width: 100%;
      position: relative;
      margin-bottom: 15px; }
      .listing-multimedia li .image-container .icon100-v1 {
        font-size: 26px;
        font-size: 1.625rem;
        -webkit-font-smoothing: antialiased;
        padding: 18px;
        height: 65px;
        width: 65px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .listing-multimedia li .article-details {
      clear: both; }
      .listing-multimedia li .article-details .title {
        margin-bottom: 50px; }
        .listing-multimedia li .article-details .title a {
          font-size: 18px;
          font-size: 1.125rem;
          -webkit-font-smoothing: antialiased;
          line-height: 20px;
          font-family: "Playfair Display";
          color: #000;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-weight: normal; }
      .listing-multimedia li .article-details .number-views, .listing-multimedia li .article-details .date {
        font-size: 11px;
        font-size: 0.6875rem;
        -webkit-font-smoothing: antialiased;
        line-height: 24px;
        font-family: "Open Sans";
        color: #000000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-weight: 300;
        text-transform: uppercase;
        display: block;
        position: absolute;
        bottom: 0; }

body.categoryVideos .listing-multimedia li .image-container .icon100-v1, body.categoryPhotos .listing-multimedia li .image-container .icon100-v1 {
  width: 75px;
  height: 75px;
  font-size: 36px;
  font-size: 2.25rem;
  -webkit-font-smoothing: antialiased;
  padding-top: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

body.categoryPhotos .listing-multimedia li {
  border-color: #DCDCDC; }
  body.categoryPhotos .listing-multimedia li .image-container {
    margin-bottom: 9px; }
    body.categoryPhotos .listing-multimedia li .image-container .icon100-v1 {
      width: 60px;
      height: 60px;
      font-size: 25px;
      font-size: 1.5625rem;
      -webkit-font-smoothing: antialiased;
      padding-top: 15px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  body.categoryPhotos .listing-multimedia li .article-details .title {
    margin-bottom: 84px; }

body.categoryPhotos .pag {
  margin-top: 39px !important; }

.videos .listing-multimedia li, .photos .listing-multimedia li {
  max-width: 204px;
  position: relative; }
  .videos .listing-multimedia li .article-details .number-views, .photos .listing-multimedia li .article-details .number-views {
    position: absolute;
    bottom: 15px; }
  .videos .listing-multimedia li .article-details .date, .photos .listing-multimedia li .article-details .date {
    position: absolute;
    bottom: 0; }

.videos .automatic-multimedia {
  border-color: #E3E3E3; }
  .videos .automatic-multimedia .image-container {
    margin-bottom: 2px; }
  .videos .automatic-multimedia .article-details .title a {
    font-weight: 900; }

.videos .listing-multimedia li {
  border-color: #E3E3E3; }
  .videos .listing-multimedia li .image-container {
    margin-bottom: 8px; }

.automatic-multimedia {
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 0; }
  .automatic-multimedia .image-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px; }
    .automatic-multimedia .image-container .icon100-v1 {
      width: 90px;
      height: 90px;
      font-size: 36px;
      font-size: 2.25rem;
      -webkit-font-smoothing: antialiased;
      padding: 25px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .automatic-multimedia .article-details {
    clear: both; }
    .automatic-multimedia .article-details .title a {
      font-size: 24px;
      font-size: 1.5rem;
      -webkit-font-smoothing: antialiased;
      line-height: 30px;
      font-family: "Playfair Display";
      color: #000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 700; }

.videos-board .articleModule {
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 20px; }
  .videos-board .articleModule .image-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px; }
    .videos-board .articleModule .image-container:before {
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.8) !important;
      color: #fff;
      text-align: center;
      cursor: pointer;
      box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5);
      font-size: 36px;
      font-size: 2.25rem;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: 42%;
      top: 33%;
      width: 90px;
      height: 90px;
      padding-top: 0;
      line-height: 90px; }
  .videos-board .articleModule .article-details {
    clear: both; }
    .videos-board .articleModule .article-details .title a {
      font-size: 24px;
      font-size: 1.5rem;
      -webkit-font-smoothing: antialiased;
      line-height: 30px;
      font-family: "Playfair Display";
      color: #000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 700; }

.page-tags .listing-types {
  float: left;
  width: 100%;
  display: block;
  background: #E0E0F3;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 7px; }
  .page-tags .listing-types li {
    float: left;
    width: auto;
    margin: 0 10px; }
    .page-tags .listing-types li a {
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 30px;
      font-family: "Open Sans";
      color: #1B1B1B;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      padding: 5px 10px;
      float: left;
      text-transform: uppercase; }
      .page-tags .listing-types li a.selected {
        background: #F8F8F8; }
    .page-tags .listing-types li:first-child {
      margin-left: 0; }
    .page-tags .listing-types li:last-child {
      margin-right: 0; }

.page-tags .sup-tags {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px; }
  .page-tags .sup-tags ul {
    float: left;
    width: 100%; }
    .page-tags .sup-tags ul li {
      float: left;
      width: auto;
      margin: 0 12px;
      text-align: center; }
      .page-tags .sup-tags ul li a {
        font-size: 18px;
        font-size: 1.125rem;
        -webkit-font-smoothing: antialiased;
        line-height: 30px;
        font-family: "Open Sans";
        color: #1B1B1B;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-weight: 600; }
      .page-tags .sup-tags ul li.activate-letter {
        background: #005EA8;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 0 5px; }
        .page-tags .sup-tags ul li.activate-letter a {
          color: #fff; }

.page-tags .search-results-count {
  display: none; }

.page-tags .listing-tags {
  float: left;
  width: 100%;
  clear: both; }
  .page-tags .listing-tags li {
    float: left;
    width: 23%;
    margin-right: 2%;
    border-bottom: 1px solid #F8F8F8; }
    .page-tags .listing-tags li a {
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 32px;
      font-family: "Open Sans";
      color: #1B1B1B;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 300;
      text-transform: uppercase;
      padding: 5px 5px 5px 0; }
    .page-tags .listing-tags li:nth-child(4n+4) {
      float: right;
      margin-right: 0;
      width: 25%; }

.board-info-tag {
  position: relative;
  border-bottom: 1px dotted #F8F8F8;
  margin-bottom: 30px;
  min-height: 136px; }
  .board-info-tag .image-container {
    width: 144px;
    height: 144px;
    position: absolute;
    top: 0;
    left: 0; }
    .board-info-tag .image-container img {
      border-radius: 50%;
      background: #F8F8F8; }
  .board-info-tag .article-details {
    position: relative;
    margin-left: 180px; }
    .board-info-tag .article-details .title {
      display: block;
      margin-top: 20px; }
      .board-info-tag .article-details .title h2 {
        font-size: 16px;
        font-size: 1rem;
        -webkit-font-smoothing: antialiased;
        line-height: 25px;
        font-family: "Open Sans";
        color: #1B1B1B;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        text-transform: uppercase;
        font-weight: 700; }
    .board-info-tag .article-details .description {
      font-size: 15px;
      font-size: 0.9375rem;
      -webkit-font-smoothing: antialiased;
      line-height: 25px;
      font-family: "Open Sans";
      color: #1B1B1B;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 300;
      display: block;
      margin-top: 10px; }
      .board-info-tag .article-details .description a {
        display: inline;
        color: #005EA8;
        font-weight: 600;
        text-decoration: underline; }
        .board-info-tag .article-details .description a:hover {
          color: #1B1B1B; }
      .board-info-tag .article-details .description b {
        font-weight: 700; }
      .board-info-tag .article-details .description i {
        font-style: italic; }
      .board-info-tag .article-details .description u {
        text-decoration: underline; }

.tag-board .listing {
  margin-top: 20px;
  border-bottom: 0;
  padding-bottom: 18px;
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #F8F8F8; }
  .tag-board .listing article.articleModule {
    display: block;
    float: left;
    width: 100%; }
    .tag-board .listing article.articleModule .articleModuleContent {
      display: block; }
  .tag-board .listing article .image-container {
    float: left;
    width: 50%; }
    .tag-board .listing article .image-container .multimedia-icons, .tag-board .listing article .image-container .en-directo-label, .tag-board .listing article .image-container .encuentro-digital-label, .tag-board .listing article .image-container .noticia-patrocinada-label, .tag-board .listing article .image-container .heraldo-joven-label, .tag-board .listing article .image-container .contenido-exclusivo-label, .tag-board .listing article .image-container .contenido-suscripcion-label {
      display: none; }
  .tag-board .listing article .article-details {
    float: right;
    width: 48%; }
    .tag-board .listing article .article-details .title {
      margin-bottom: 20px; }
      .tag-board .listing article .article-details .title a {
        font-size: 47px;
        font-size: 2.9375rem;
        -webkit-font-smoothing: antialiased;
        line-height: 54px;
        font-family: "Playfair Display";
        color: #000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-weight: 600; }
    .tag-board .listing article .article-details .category, .tag-board .listing article .article-details .author {
      font-size: 11px;
      font-size: 0.6875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 24px;
      font-family: "Open Sans";
      color: #000000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-weight: 300;
      text-transform: uppercase; }
      .tag-board .listing article .article-details .category a, .tag-board .listing article .article-details .author a {
        font-size: 11px;
        font-size: 0.6875rem;
        -webkit-font-smoothing: antialiased;
        line-height: 24px;
        font-family: "Open Sans";
        color: #000000;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word; }
  .tag-board .listing article.no-image .article-details {
    width: 100%; }

.search-info {
  display: none; }

form.search {
  float: left;
  width: 100%;
  margin: 20px 0 30px 0; }
  form.search fieldset.bck {
    background: #E3E3E3;
    padding: 20px; }
    form.search fieldset.bck input[type="text"] {
      float: left;
      width: 75%;
      margin-right: 2%;
      border-radius: 2px;
      border: 0;
      font-size: 28px;
      font-size: 1.75rem;
      -webkit-font-smoothing: antialiased;
      line-height: 25px;
      font-family: "Playfair Display";
      color: #000000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      padding: 14px 15px; }
    form.search fieldset.bck button.search-button {
      background: #005EA8;
      border-radius: 2px;
      border: 0;
      text-align: center;
      padding: 20px 24px;
      cursor: pointer;
      float: right;
      width: 23%;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-font-smoothing: antialiased;
      line-height: 25px;
      font-family: "Open Sans";
      color: #fff;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word; }
  form.search fieldset .tabs-nav li {
    float: left;
    width: auto;
    margin-right: 1px; }
    form.search fieldset .tabs-nav li button {
      background: #E0E0F3;
      color: #1B1B1B;
      border: 0;
      padding: 15px 20px; }
      form.search fieldset .tabs-nav li button.active {
        background: #005EA8;
        color: #fff; }
      form.search fieldset .tabs-nav li button:hover {
        cursor: pointer; }
    form.search fieldset .tabs-nav li:last-child {
      margin-right: 0; }

.section-deportes .board-resultados {
  margin-bottom: 30px;
  width: 100%;
  float: left; }
  .section-deportes .board-resultados .home-sports-clasification .board-title-module {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden; }
    .section-deportes .board-resultados .home-sports-clasification .board-title-module .bt-col-left {
      float: left; }
      .section-deportes .board-resultados .home-sports-clasification .board-title-module .bt-col-left h3 {
        display: inline-block; }
        .section-deportes .board-resultados .home-sports-clasification .board-title-module .bt-col-left h3 .bt-text {
          font-size: 14px;
          font-size: 0.875rem;
          -webkit-font-smoothing: antialiased;
          line-height: 25px;
          font-family: "Open Sans";
          color: #1B1B1B;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-weight: 900;
          display: inline-block;
          text-transform: uppercase; }
          .section-deportes .board-resultados .home-sports-clasification .board-title-module .bt-col-left h3 .bt-text.bt-text-blue {
            color: #005EA8; }
          .section-deportes .board-resultados .home-sports-clasification .board-title-module .bt-col-left h3 .bt-text:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 14px;
            width: 2px;
            background: #005EA8;
            margin: 0 8px 0 12px; }
  .section-deportes .board-resultados .home-sports-clasification select {
    border-radius: 5px;
    padding: 6px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 25px;
    background: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-font-smoothing: antialiased; }
  .section-deportes .board-resultados .home-sports-clasification .box1x1 {
    width: 100%;
    margin-left: 0; }
    .section-deportes .board-resultados .home-sports-clasification .box1x1 .cont-clasificacion {
      float: left;
      width: 100%; }
      .section-deportes .board-resultados .home-sports-clasification .box1x1 .cont-clasificacion .fila {
        border-bottom: 1px solid #E3E3E3; }
        .section-deportes .board-resultados .home-sports-clasification .box1x1 .cont-clasificacion .fila div {
          text-align: left;
          padding: 4px 0;
          display: inline-block;
          font-size: 15px;
          font-size: 0.9375rem;
          -webkit-font-smoothing: antialiased;
          width: 70%;
          line-height: 17px;
          font-family: "Playfair Display";
          color: #1B1B1B;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-weight: 600; }
          .section-deportes .board-resultados .home-sports-clasification .box1x1 .cont-clasificacion .fila div:first-child, .section-deportes .board-resultados .home-sports-clasification .box1x1 .cont-clasificacion .fila div:last-child {
            text-align: center;
            max-width: 33px;
            min-width: 33px;
            float: left;
            width: auto; }
          .section-deportes .board-resultados .home-sports-clasification .box1x1 .cont-clasificacion .fila div:last-child {
            text-align: center;
            background: #fffec6;
            float: right;
            margin-right: 10px; }
  .section-deportes .board-resultados .home-sports-results .board-title-module {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden; }
    .section-deportes .board-resultados .home-sports-results .board-title-module .bt-col-left {
      float: left; }
      .section-deportes .board-resultados .home-sports-results .board-title-module .bt-col-left h3 {
        display: inline-block; }
        .section-deportes .board-resultados .home-sports-results .board-title-module .bt-col-left h3 .bt-text {
          font-size: 14px;
          font-size: 0.875rem;
          -webkit-font-smoothing: antialiased;
          line-height: 25px;
          font-family: "Open Sans";
          color: #1B1B1B;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-weight: 900;
          display: inline-block;
          text-transform: uppercase; }
          .section-deportes .board-resultados .home-sports-results .board-title-module .bt-col-left h3 .bt-text.bt-text-blue {
            color: #005EA8; }
          .section-deportes .board-resultados .home-sports-results .board-title-module .bt-col-left h3 .bt-text:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 14px;
            width: 2px;
            background: #005EA8;
            margin: 0 8px 0 12px; }
  .section-deportes .board-resultados .home-sports-results select {
    border-radius: 5px;
    padding: 6px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    background: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-font-smoothing: antialiased; }
  .section-deportes .board-resultados .home-sports-results select#select_competition_days_mini {
    width: 100%; }
  .section-deportes .board-resultados .home-sports-results .box1x1 {
    width: 100%;
    margin-left: 0; }
    .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados {
      float: left;
      width: 100%; }
      .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila {
        margin-bottom: 15px; }
        .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div {
          vertical-align: middle;
          font-size: 14px;
          font-size: 0.875rem;
          -webkit-font-smoothing: antialiased;
          line-height: 16px;
          font-family: "Playfair Display";
          color: #1B1B1B;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-weight: 600;
          margin-bottom: 1px;
          width: 41%; }
          .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div span {
            padding: 6px 0; }
          .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div:nth-child(2) {
            width: 18%; }
            .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div:nth-child(2) span {
              text-align: center;
              background: #000;
              font-size: 11px;
              font-size: 0.6875rem;
              -webkit-font-smoothing: antialiased;
              line-height: 13px;
              font-family: "Open Sans";
              color: #fff;
              display: inline-block;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              overflow-wrap: break-word;
              word-wrap: break-word;
              font-weight: 400;
              min-width: 27px;
              max-width: 27px; }
              .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div:nth-child(2) span.sinresultados {
                min-width: 55px; }
              .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div:nth-child(2) span:first-child {
                border-right: 1px solid #fff; }
          .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div:nth-child(3) {
            text-align: right; }
          .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados .fila div img {
            vertical-align: middle;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            margin-bottom: 4px; }
      .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados td {
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-font-smoothing: antialiased;
        line-height: 16px;
        font-family: "Playfair Display";
        color: #1B1B1B;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-weight: 600;
        margin-bottom: 1px; }
        .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados td span {
          padding: 6px 0; }
        .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados td:nth-child(2) span {
          text-align: center;
          background: #000;
          font-size: 11px;
          font-size: 0.6875rem;
          -webkit-font-smoothing: antialiased;
          line-height: 13px;
          font-family: "Open Sans";
          color: #fff;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          overflow-wrap: break-word;
          word-wrap: break-word;
          font-weight: 400;
          min-width: 27px;
          max-width: 27px; }
          .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados td:nth-child(2) span.sinresultados {
            min-width: 55px; }
          .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados td:nth-child(2) span:first-child {
            border-right: 1px solid #fff; }
        .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados td:nth-child(3) {
          text-align: right; }
        .section-deportes .board-resultados .home-sports-results .box1x1 .cont-resultados td img {
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-right: 10px; }

.main-container.page-content .author-list {
  min-height: 145px;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  background-color: #F8F8F8;
  padding: 15px;
  overflow: auto;
  width: 99%; }
  .main-container.page-content .author-list .author-img {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #b5b5b5; }
  .main-container.page-content .author-list .author-name {
    font-size: 34px;
    font-size: 2.125rem;
    -webkit-font-smoothing: antialiased;
    line-height: 25px;
    font-family: "Playfair Display";
    color: #000000;
    display: inline-block;
    font-weight: 300; }
  .main-container.page-content .author-list .author-position {
    font-size: 14px;
    line-height: 25px;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px; }
  .main-container.page-content .author-list .author-description {
    font-size: 17px;
    font-size: 1.0625rem;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    font-family: "Playfair Display";
    font-style: italic;
    margin-top: 5px; }
  .main-container.page-content .author-list .account {
    font-size: 15px;
    font-family: "Open Sans";
    margin-right: 10px;
    color: #005EA8;
    font-weight: 700;
    display: inline-block; }
    .main-container.page-content .author-list .account:hover {
      color: #000000; }
    .main-container.page-content .author-list .account:after {
      content: '|';
      display: inline-block; }

.titleIcon {
  display: none; }
  .titleIcon.contenido-suscripcion .box-icon {
    display: none; }

.pag {
  text-align: center;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0 auto 20px auto !important; }
  .pag ul li {
    border-radius: 100%;
    border: 1px solid #F8F8F8;
    background: #F8F8F8;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 0;
    min-width: 44px; }
    .pag ul li a, .pag ul li span {
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-font-smoothing: antialiased;
      line-height: 18px;
      font-family: "Open Sans";
      color: #000000;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      border: 0;
      font-weight: 400;
      padding: 0 !important;
      display: inline;
      background: none; }
      .pag ul li a:hover, .pag ul li span:hover {
        background: none; }
    .pag ul li.active {
      background: #005EA8;
      border: 1px solid #005EA8; }
      .pag ul li.active a, .pag ul li.active span {
        color: #fff;
        background: none;
        font-weight: 600;
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-font-smoothing: antialiased; }
    .pag ul li:first-child a, .pag ul li:first-child span {
      border: 0; }
    .pag ul li.disabled {
      color: #F8F8F8; }
      .pag ul li.disabled:before, .pag ul li.disabled:after {
        opacity: 0.5; }
      .pag ul li.disabled a, .pag ul li.disabled span {
        opacity: 0.7; }
    .pag ul li.prev, .pag ul li.next {
      padding: 13px 0;
      position: relative;
      min-width: 44px;
      text-align: center;
      vertical-align: middle; }
      .pag ul li.prev:after, .pag ul li.next:after {
        line-height: 17px;
        position: relative;
        display: block;
        vertical-align: middle;
        margin: 0 auto; }
      .pag ul li.prev a, .pag ul li.next a {
        float: left;
        position: absolute;
        z-index: 10000; }
    .pag ul li.prev:after {
      content: "";
      width: 15px;
      height: 15px;
      background: url("/images/caret-left-solid.svg") no-repeat center;
      position: relative;
      background-size: 45%; }
    .pag ul li.next:after {
      content: "";
      width: 15px;
      height: 15px;
      background: url("/images/caret-left-solid.svg") no-repeat center;
      position: relative;
      background-size: 45%; }

.breaking-news {
  height: 52px;
  background: #E3E3E3;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  clear: both; }
  .breaking-news .content-icon {
    display: inline-block;
    background-color: #ED113F;
    color: #fff;
    height: 52px;
    vertical-align: bottom;
    float: left; }
  .breaking-news .icon-signal-stream, .breaking-news .icon-exclamation-circle {
    width: 30px;
    height: 30px;
    margin: 9px 0 0 5px; }
  .breaking-news .bn-tag,
  .breaking-news .bn-tag-endirecto {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-font-smoothing: antialiased;
    line-height: 48px;
    font-family: "Open Sans";
    color: #fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: bold;
    height: 52px;
    width: 130px;
    background-color: #ED113F; }
    .breaking-news .bn-tag svg,
    .breaking-news .bn-tag-endirecto svg {
      margin: 0 5px -5px 0;
      width: 20px;
      height: 20px;
      fill: currentColor;
      -webkit-animation: flickerAnimation 1s infinite;
      -moz-animation: flickerAnimation 1s infinite;
      -o-animation: flickerAnimation 1s infinite;
      animation: flickerAnimation 1s infinite; }
    .breaking-news .bn-tag:after,
    .breaking-news .bn-tag-endirecto:after {
      content: '';
      position: absolute;
      top: 20px;
      left: 165px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-left: 10px solid #e92b36;
      border-bottom: 7px solid transparent; }
  .breaking-news .bn-title {
    font-size: 19px;
    font-size: 1.1875rem;
    -webkit-font-smoothing: antialiased;
    color: #000;
    line-height: 30px;
    position: absolute;
    left: 191px;
    top: 9px;
    height: 28px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Playfair Display"; }
    .breaking-news .bn-title:hover {
      border-bottom: 1px solid #b5b5b5; }

.sidebar-most-listing {
  overflow: hidden;
  margin: 165px auto 85px; }

.board-most-listing {
  border-top: 4px solid #3B3B3B;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3; }
  .board-most-listing .listing-board-title {
    line-height: 25px;
    font-family: "Open Sans";
    color: #1B1B1B;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
    height: 53px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 13px 0; }
  .board-most-listing h3.title {
    display: block;
    border-bottom: 1px solid #E3E3E3;
    margin: 0 15px;
    padding: 15px 0; }
    .board-most-listing h3.title a {
      line-height: 19px;
      font-family: "Playfair Display";
      color: #1B1B1B;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-wrap: break-word;
      word-wrap: break-word;
      font-size: 16px;
      font-size: 1rem;
      -webkit-font-smoothing: antialiased; }
  .board-most-listing .section-list .result-article:last-child h3.title {
    border-bottom: none; }

.con:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.con {
  display: inline-block; }

.con {
  display: block; }

@media all {
  .con {
    display: block; } }

* html .con {
  height: 1%;
  display: block; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
