@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  line-height: 1;
  background: white;
  overflow: initial;
}

a,
abbr,
acronym,
address,
article,
aside,
blockquote,
body,
button,
caption,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
form,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
span,
section,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
ul {
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  float: none;
}

:focus {
  outline: 0;
}

p {
  line-height: 140%;
  word-break: break-word;
}

input,
select,
textarea {
  font-family: var(--font-family-body);
  border: 1px solid #d4d4d4;
  padding: 8px 12px;
  color: #666666;
  font-size: 16px;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #111111;
}

a:hover {
  text-decoration: underline;
}

textarea {
  resize: none;
  overflow: auto;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

strong,
b {
  font-weight: bold;
}

.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  display: block;
  overflow: hidden;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
}

figure {
  position: relative;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "icomoon";
  src: url("/styles/fonts/icomoon.woff") format("woff"), url("/styles/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.grid {
  align-items: self-start;
  clear: both;
  display: grid;
  grid-auto-rows: min-content;
  grid-column-gap: 36px;
  grid-row-gap: 34px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 1260px;
  width: 100%;
}

[class*=cl-] {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 34px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .grid {
    grid-column-gap: 36px;
    grid-row-gap: 34px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(24, 1fr);
  }
  .cl-1 {
    grid-column: span 1;
  }
  .grid.cl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cl-2 {
    grid-column: span 2;
  }
  .grid.cl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cl-3 {
    grid-column: span 3;
  }
  .grid.cl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cl-4 {
    grid-column: span 4;
  }
  .grid.cl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cl-5 {
    grid-column: span 5;
  }
  .grid.cl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .cl-6 {
    grid-column: span 6;
  }
  .grid.cl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .cl-7 {
    grid-column: span 7;
  }
  .grid.cl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .cl-8 {
    grid-column: span 8;
  }
  .grid.cl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .cl-9 {
    grid-column: span 9;
  }
  .grid.cl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .cl-10 {
    grid-column: span 10;
  }
  .grid.cl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .cl-11 {
    grid-column: span 11;
  }
  .grid.cl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .cl-12 {
    grid-column: span 12;
  }
  .grid.cl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .cl-13 {
    grid-column: span 13;
  }
  .grid.cl-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .cl-14 {
    grid-column: span 14;
  }
  .grid.cl-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .cl-15 {
    grid-column: span 15;
  }
  .grid.cl-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .cl-16 {
    grid-column: span 16;
  }
  .grid.cl-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .cl-17 {
    grid-column: span 17;
  }
  .grid.cl-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .cl-18 {
    grid-column: span 18;
  }
  .grid.cl-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .cl-19 {
    grid-column: span 19;
  }
  .grid.cl-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .cl-20 {
    grid-column: span 20;
  }
  .grid.cl-20 {
    grid-template-columns: repeat(20, 1fr);
  }
  .cl-21 {
    grid-column: span 21;
  }
  .grid.cl-21 {
    grid-template-columns: repeat(21, 1fr);
  }
  .cl-22 {
    grid-column: span 22;
  }
  .grid.cl-22 {
    grid-template-columns: repeat(22, 1fr);
  }
  .cl-23 {
    grid-column: span 23;
  }
  .grid.cl-23 {
    grid-template-columns: repeat(23, 1fr);
  }
  .cl-24 {
    grid-column: span 24;
  }
  .grid.cl-24 {
    grid-template-columns: repeat(24, 1fr);
  }
}
body {
  -webkit-font-smoothing: antialiased;
  color: var(--content-text-color);
  font-family: var(--font-family-body);
  font-size: 16px;
  font-weight: 400;
  overflow: initial;
  padding: 0;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .no-sidebars .main-content {
    grid-column: span 24;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar--right {
    grid-column: span 8;
    height: 100%;
  }
  .sidebar--left {
    grid-column: span 8;
    height: 100%;
  }
  .sidebar-right .main-content,
  .sidebar-left .main-content {
    grid-column: span 16;
  }
}
@media only screen and (min-width: 1280px) {
  .sidebar--right {
    grid-column: span 8;
    height: 100%;
  }
  .sidebar--left {
    grid-column: span 8;
    height: 100%;
  }
  .sidebar-right .main-content,
  .sidebar-left .main-content {
    grid-column: span 16;
  }
}
.bloque {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: column;
}

.inicio .page-layout {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 36px;
}
@media only screen and (min-width: 768px) {
  .inicio .page-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .inicio .page-layout {
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }
}

.listado .page-layout,
.listado-posts .page-layout,
.listado-buscador .page-layout,
.post-interior .page-layout {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 36px;
}
@media only screen and (min-width: 768px) {
  .listado .page-layout,
  .listado-posts .page-layout,
  .listado-buscador .page-layout,
  .post-interior .page-layout {
    padding-top: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .listado .page-layout,
  .listado-posts .page-layout,
  .listado-buscador .page-layout,
  .post-interior .page-layout {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .post-interior .main-content,
  .post-interior .sidebar.sidebar--right {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .post-interior .main-content {
    grid-column: span 17;
  }
  .post-interior .sidebar.sidebar--right {
    grid-column: span 7;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.main-content {
  min-height: 300px;
}

.post-institutional {
  top: 0;
}
.post-institutional.has-sticky-header {
  top: 0;
}
.post-institutional .page-layout {
  margin: 0;
  background: #ffffff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-institutional .header__institutional {
  width: 100%;
  padding: 25px 20px 25px;
  border-bottom: 4px solid #f7f7f7;
}
.post-institutional .header__back-link {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.post-institutional .header__back-text {
  font-size: 13px;
  line-height: 1;
}
.post-institutional .header__back-icon {
  font-size: 20px;
  margin-right: 10px;
}
.post-institutional .main-content {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
.post-institutional .post__header {
  margin: 0 0 30px;
}
.post-institutional .post__title {
  display: flex;
  padding-top: 31px;
  line-height: inherit;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
}
.post-institutional .post__title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 14px;
  background: var(--content-heading-color);
}
.post-institutional .post--full {
  padding: 0;
}
.post-institutional .post__body {
  padding-bottom: 30px;
}
.post-institutional .post__body--text > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  color: var(--footer-text);
}
.post-institutional .post__body--text > p > a {
  color: var(--content-text-color);
  text-decoration: underline;
}
.post-institutional .article--line-bottom::after {
  content: none;
}
.post-institutional .footer {
  background: none;
  padding: 30px 20px 0;
  width: 100%;
}
.post-institutional .footer__closure {
  background: none;
  padding: 10px 0;
}
.post-institutional .footer__closure-container {
  border-top: 1px solid #d9d9d9;
  color: #bbbbbb;
}
.post-institutional .footer__partner-logo::before {
  color: #333333;
}
.post-institutional .footer .footer__publication,
.post-institutional .footer .footer__legal {
  color: var(--content-text-color);
  font-size: 12px;
}
.post-institutional .footer .footer__partners {
  gap: 15px;
  margin-right: -30px;
}
.post-institutional .footer .footer__partner-link {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .post-institutional {
    background: var(--content-text-color);
  }
  .post-institutional .page-layout {
    width: 100%;
    height: 100vh;
  }
  .post-institutional .main-content {
    padding: 30px 44px 0;
  }
  .post-institutional .header__institutional {
    padding: 25px 44px 25px;
  }
  .post-institutional .post__title {
    font-size: 34px;
  }
  .post-institutional .footer {
    padding: 30px 44px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .post-institutional .page-layout {
    width: 60%;
    height: 100vh;
    margin-left: 40%;
  }
  .post-institutional .header__institutional {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1280px) {
  .post-institutional .page-layout {
    width: 45%;
    margin-left: 55%;
  }
}
/*
.split-screen {

    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    justify-content: start;
    align-items: flex-end;

    ::-webkit-input-placeholder {
        color: transparent;
        font-size: 0;
    }

    ::-webkit-input-placeholder {
        color: transparent;
        font-size: 0;
    }

    :-ms-input-placeholder {
        color: transparent;
        font-size: 0;
    }

    article {
        padding: 0
    }

    form {
        width:100%;
        padding: 0;
        margin: 0 auto;
        direction: initial;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
    }

    [id=header] {

        width: 100%;
        padding: 10px 20px 5px;
        border-bottom: 4px solid #f7f7f7;
        margin: 0;

        .bloque {
            padding: 0;
            justify-content: center;
            min-height: 58px;
        }

        .icon-logo {
            display: none;
        }
    }

    .main-content {
        height: auto;
        scrollbar-width: initial;
        padding-bottom: 0;
        margin: 0 auto;
        direction: initial
    }

    // Hack para sobre escribir este estilo
    &.top-fixed .page-layout {
        padding: 20px;
    }

    .page-layout {
        width: 100%;
        padding: 20px;
        align-items: start;
        height: auto;
        min-height: calc(100vh - 173px);
        display: flex;
        justify-content: center;
        direction: rtl;
        margin: 0;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    [id=clousure] .anio {
        line-height: 130%
    }

    .div-form {
        width:100%;
        padding: 0;
        margin: 0 auto;
        direction: initial;
    }

    .form__icon-logo--watch {
        display: none
    }

    .footer {
        width: 100%;
        padding: 0 20px;
        margin: 0;
        background: #fff;

        &__clousure {
            background: #fff;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

        &__copy {
            width: 100%;
            align-items: center;
            display: flex;
        }

        &__anio {
            text-align: center;
            width: 100%;
        }
    }

    .icon-logo {
        display: flex;
        justify-content: center;
        position: relative;
        top: auto;
        left: auto;
        transform: translateX(0);
        margin: 0 auto 33px;
    }

    .texto {
        width: 100%;
        padding: 0 0 40px;

        p {
            font-size: 15px;
            font-weight: 400;
            line-height: 120%;
            color: #666;

            b {
                clear: left;
                color: #111;
            }
        }
    }

    // ---
    .btn-volver {
        position: absolute;
        left: -10px;
        padding: 0;
        cursor: pointer;
        color: #666666;
        font-weight: 400;
        background: #fff;
        border: none;
        line-height: 40px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;

        [class*=icon-] {
            display: flex;
            width: 30px;
            height: 30px;
            position: relative;
        }

        .icon-left::before {
            font-size: 32px;
            position: relative;
            top: -1px;
            margin-right: 9px;
            color: #111;
        }

    }

    label {
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s;
        display: inline-block;
        clear: both;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 15px;
        text-align: left;
        padding: 8px 8px 0 0;
        color: #666666;
    }


    input.error, 
    textarea.error, 
    select.error {
        border-bottom: solid 1px #fc0000;
    }

    input, 
    textarea, 
    select {
        border: none;
        border-bottom: 1px solid #666;
        padding: 8px 0;
        color: #666666;
        font-size: 16px;
        width: 100%;
        background: #fff;
    }

    .buttons {
        background: #888;
        padding: 0 20px;
        line-height: 40px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        font-weight: 500;
        align-items: center;
        font-size: 13px;
        cursor: pointer;
        border: none;
        text-transform: uppercase;
        color: #fff;
        width: 100%;
    }

    .buttons-line {
        background: #fff;
        border: 1px solid #666;
        line-height: 38px;
        padding: 0 10px;
        border-radius: 4px;
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 15px;
        cursor: pointer;
        margin-bottom: 10px;
        color: #666666;
        font-weight: 400;
        width: 100%;

        [class*=icon-] {
            display: flex;
            width: auto;
            height: auto;
            position: relative;
        }

        .txt {
            padding-left: 12px;
            position: relative;
            top: 1px;
        }
    }

    //---

    .form__error-server {
        display:none;
    }

}

.post-estatico,
.mi-perfil {
    .page-layout {
        justify-content: start;
        align-items: start
    }
}

.contacto {
    .page-layout {
        align-items: center;
        justify-content: center;
    }

    .page-layout {
        padding-bottom: 50px
    }

}



@media only screen and (min-width:screen-size('tablet')) {

    .split-screen {
        height: 100vh;

        [id=header] {
            padding: 0 44px;
            width: 44.8%;
            border:0;

            .bloque {
                padding-top: 45px;
                min-height:auto;
            }
        }

        .main-content {
            position: relative;
            height: 100%;
        }

        .page-layout {
            height: calc(100vh - 132px);
            align-items: center;
            padding: 30px 44px 0;
            width: 44.8%;
        }

        .fondo-login {
            width: 55.2%;
            background: var(--tag-bg);
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0
        }

        form,
        .div-form {
            width:360px;
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }

        .footer {
            width: 44.8%;
            padding: 20px 44px 0;

            &__clousure {
                padding:0;
            }

            &__copy {
                width: auto;
            }
        }
    }
}
*/
/*
@media only screen and (max-width: 1366px) {
    .split-screen {
        .page-layout {
            align-items: start
        }
    }
}

@media only screen and (max-width: 1024px) {
    .split-screen {

        .page-layout {
            padding: 20px;
        }

        [id=header] {
            padding: 10px 20px 5px;

            .bloque {
                padding: 0
            }

            .icon-logo {
                display: none;
            }
        }

        [id=footer] {
            padding: 0 20px
        }
    }
}

@media only screen and (max-width: 1023px) {
    .split-screen {
        .fondo-login {
            display: none
        }

        .page-layout {
            width: 100%;
            padding: 20px;
        }

        [id=header] {
            width: 100%;
            padding: 10px 20px 5px;
            border-bottom: 4px solid #f7f7f7;

            .bloque {
                padding: 0;
                margin: 0;
                min-height: 58px
            }

            .icon-logo {
                display: none;
            }
        }

        [id=footer] {
            width: 100%;
            padding: 0 20px
        }

        [id=clousure] {
            border-top: #111;

            .bloque {
                padding-bottom: 10px;
            }
        }
    }
}
*/
/*
@keyframes disapear {
    0% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: 0.1
    }

    100% {
        opacity: 0;
        display: none;
        pointer-events: none;
    }
}
*/
.splide {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  min-height: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
  height: auto;
  overflow: visible;
  opacity: 1;
  min-height: auto;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0;
  cursor: inherit;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 13px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--btn-primary-bg);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__list {
  transition: all 0.3s;
}

[class^=icon-],
[class*=" icon-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook::before {
  content: "\e934";
}

.icon-google::before {
  content: "\e967";
}

.icon-instagram::before {
  content: "\e917";
}

.icon-linkedin::before {
  content: "\e918";
}

.icon-pinterest::before {
  content: "\e92f";
}

.icon-spotify::before {
  content: "\e930";
}

.icon-store::before {
  content: "\e92c";
}

.icon-telegram::before {
  content: "\e91c";
}

.icon-tiktok::before {
  content: "\e92d";
}

.icon-twitch::before {
  content: "\e929";
}

.icon-twitter::before {
  content: "\e936";
}

.icon-whatsapp::before {
  content: "\e913";
}

.icon-whatsapp-channel::before {
  content: "\e974";
}

.icon-youtube::before {
  content: "\e911";
}

.icon-youtube1::before {
  content: "\e947";
}

.icon-youtube2::before {
  content: "\e966";
}

.icon-audio::before {
  content: "\e973";
}

.icon-mute::before {
  content: "\e939";
}

.icon-pausa::before {
  content: "\e951";
}

.icon-play::before {
  content: "\e952";
}

.icon-stop::before {
  content: "\e950";
}

.icon-un-mute::before {
  content: "\e937";
}

.icon-video::before {
  content: "\e952";
}

.icon-volumen::before {
  content: "\e937";
}

.icon-adv::before {
  content: "\e932";
}

.icon-g8::before {
  content: "\e948";
}

.icon-siglocero::before {
  content: "\e933";
}

.icon-ampliar::before {
  content: "\e935";
}

.icon-cerrar::before {
  content: "\e953";
}

.icon-close::before {
  content: "\e953";
}

.icon-extender::before {
  content: "\e935";
}

.icon-minimizar::before {
  content: "\e919";
}

.icon-alerta::before {
  content: "\e91d";
}

.icon-error::before {
  content: "\e972";
}

.icon-excel::before {
  content: "\e94c";
}

.icon-word::before {
  content: "\e94d";
}

.icon-left::before {
  content: "\e90c";
}

.icon-next::before {
  content: "\e90b";
}

.icon-prev::before {
  content: "\e90c";
}

.icon-right::before {
  content: "\e90b";
}

.icon-sube::before {
  content: "\e90f";
}

.icon-subir::before {
  content: "\e965";
}

.icon-bandera::before {
  content: "\e956";
}

.icon-comentar::before {
  content: "\e909";
}

.icon-dont-like-active::before {
  content: "\e96c";
}

.icon-like::before {
  content: "\e927";
}

.icon-like-active::before {
  content: "\e96b";
}

.icon-mas-comentarios::before {
  content: "\e96d";
}

.icon-apple::before {
  content: "\e971";
}

.icon-avatar::before {
  content: "\e970";
}

.icon-baja::before {
  content: "\e90e";
}

.icon-calendar::before {
  content: "\e923";
}

.icon-campana::before {
  content: "\e91d";
}

.icon-clear::before {
  content: "\e962";
}

.icon-comilla::before {
  content: "\e907";
}

.icon-compartir::before {
  content: "\e910";
}

.icon-copy-doc::before {
  content: "\e96a";
}

.icon-cruz::before {
  content: "\e93a";
}

.icon-dark::before {
  content: "\e960";
}

.icon-descargar::before {
  content: "\e94b";
}

.icon-down::before {
  content: "\e955";
}

.icon-e-mail::before {
  content: "\e914";
}

.icon-estado::before {
  content: "\e954";
}

.icon-estrella::before {
  content: "\e93b";
}

.icon-galeria::before {
  content: "\e95f";
}

.icon-hide-password::before {
  content: "\e924";
}

.icon-hide-password2::before {
  content: "\e969";
}

.icon-igual::before {
  content: "\e90d";
}

.icon-imp::before {
  content: "\e915";
}

.icon-key::before {
  content: "\e96f";
}

.icon-light::before {
  content: "\e962";
}

.icon-lupa::before {
  content: "\e916";
}

.icon-mas::before {
  content: "\e91b";
}

.icon-menu::before {
  content: "\e912";
}

.icon-menu-search::before {
  content: "\e961";
}

.icon-mic::before {
  content: "\e928";
}

.icon-ojo::before {
  content: "\e924";
}

.icon-salir::before {
  content: "\e96e";
}

.icon-send::before {
  content: "\e925";
}

.icon-show-password::before {
  content: "\e968";
}

.icon-up::before {
  content: "\e954";
}

.form__header {
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}
.form__header .header__back-link {
  padding: 45px 0 30px;
}
.form__header .header-top__logo img {
  height: 36px;
  margin: 0 auto 33px;
}
.form__header-title {
  margin: 0 auto 57px;
  text-align: center;
}
.form__header-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family-body);
}
.form__content {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  direction: initial;
}
.form__description {
  font-size: 15px;
  margin-bottom: 42px;
}
.form__entry {
  margin-bottom: 30px;
}
.form__entry-text {
  font-size: 20px;
  line-height: 1.5;
  word-break: break-word;
  font-weight: 300;
  color: var(--content-text-color);
}
.form__entry-text a {
  color: #bb2015;
  text-decoration: underline;
}
.form__field {
  margin-bottom: 36px;
  position: relative;
}
.form__input-container {
  position: relative;
}
.form__input-container::after {
  content: "";
  height: 2px;
  width: 0;
  background: var(--content-text-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  display: none;
  pointer-events: none;
}
.form__input-container:has(input[type=text])::after, .form__input-container:has(input[type=email])::after, .form__input-container:has(input[type=password])::after, .form__input-container:has(input[type=tel])::after, .form__input-container:has(input[type=date])::after, .form__input-container:has(select)::after, .form__input-container:has(textarea)::after {
  display: block;
}
.form__input-container:focus-within::after {
  width: 100%;
}
.form__field:has(input:not(:-moz-placeholder)) .form__label, .form__field:has(textarea:not(:-moz-placeholder)) .form__label {
  top: -14px;
  font-size: 12px;
  color: var(--content-text-color);
}
.form__field:focus-within .form__label, .form__field.is-filled .form__label, .form__field:has(input:not(:placeholder-shown)) .form__label, .form__field:has(textarea:not(:placeholder-shown)) .form__label {
  top: -14px;
  font-size: 12px;
  color: var(--content-text-color);
}
.form__label {
  position: absolute;
  top: 8px;
  left: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--content-text-color);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.form__error {
  color: #fc0000;
  font-size: 13px;
  margin-top: 5px;
}
.form__error:empty {
  display: none;
}
.form__help-text {
  color: #999999;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}
.form__required {
  text-decoration: none;
}
.form__counter {
  color: #999999;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}
.form__input {
  display: block;
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
  color: #333333;
  width: 100%;
  background: transparent;
}
.form__textarea {
  display: block;
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
  color: #333333;
  width: 100%;
  background: transparent;
}
.form__select {
  display: block;
}
.form__password-wrapper {
  position: relative;
}
.form__input--password {
  padding-right: 36px;
}
.form__password-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--content-text-color);
}
.form__password-toggle::before {
  content: "\e968";
  font-size: 18px;
}
.form__password-toggle.is-active::before {
  content: "\e924";
}
.form__radio-wrapper {
  margin-bottom: 10px;
}
.form__radio-label {
  color: #333333;
}
.form__checkbox-wrapper {
  margin-bottom: 10px;
}
.form__checkbox-label {
  line-height: 1.4;
  color: #666;
  font-size: 14px;
}
.form__checkbox-link {
  text-decoration: underline;
}
.form__global-error {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  max-width: 100%;
  line-height: 1.4;
}
.form__global-error:not([hidden]) {
  display: block;
}
.form__global-error-title {
  display: none;
}
.form__global-error-message {
  background: #fdf0ef;
  color: #8b1a12;
  font-weight: 400;
  margin: 0;
  padding: 16px 24px;
  font-size: 0.875rem;
  text-align: center;
}
.form__global-error-message:empty {
  display: none;
}
.form_user__link {
  font-size: 15px;
  font-weight: 600;
}
.form__footer-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  margin-top: 30px;
}
.form__form-text {
  font-size: 15px;
}
.form__actions {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.form__submit {
  cursor: pointer;
  background: var(--content-text-color);
  font-size: 13px;
  font-family: var(--font-family-heading);
  color: #fff;
  line-height: 46px;
  border: none;
  width: 100%;
  margin: 0;
}
.form__reset {
  cursor: pointer;
  background: none;
  margin: 0 10px;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 18px;
}
.form__reset:hover {
  background: #e5e5e5;
}
.form__sending {
  padding: 20px;
}
.form__sending-text {
  font-size: 20px;
  line-height: 1.5;
  word-break: break-word;
  font-weight: 300;
  color: var(--content-text-color);
}
.form__sending-error {
  padding: 20px;
}
.form__sending-error-text {
  font-size: 20px;
  line-height: 1.5;
  word-break: break-word;
  font-weight: 300;
  color: var(--content-text-color);
}
.form__sending-action {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: center;
}
.form__sending-bt {
  cursor: pointer;
  background: #def1ff;
  padding: 10px 50px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #065fd4;
}
.form__success {
  padding: 20px;
  background-color: #edfaf3;
  color: #145a32;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.form__success-text {
  font-size: 15px;
  line-height: 1.5;
  word-break: break-word;
  font-weight: 300;
  color: #145a32;
}
.form_user__terminos {
  margin-top: 36px;
  text-align: center;
}
.form_user__terminos-text {
  font-size: 13px;
  color: #333;
}
.form_user__switch-link {
  text-align: center;
}
.form__perfil, .form__form.form__password-recovery, .form__form.form__change-password,
.form .form__error-text {
  margin-bottom: 36px;
}

.user-page__form.form__suscription {
  margin-bottom: 36px;
}

@media only screen and (min-width: 768px) {
  .form__header, .form__content {
    max-width: 360px;
  }
  .form__global-error {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .form__global-error {
    width: 60%;
    left: 40%;
  }
}
@media only screen and (min-width: 1280px) {
  .form__global-error {
    width: 45%;
    left: 55%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  font-weight: normal;
  line-height: 1.21;
  word-break: break-word;
  clear: both;
  color: var(--content-heading-color);
  width: 100%;
}

.titulo-1,
.titulo-2,
.titulo-3,
.titulo-4,
.titulo-5 {
  font-size: 22px;
}

.titulo-6 {
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .titulo-1 {
    font-size: 43px;
  }
  .titulo-2 {
    font-size: 35px;
  }
  .titulo-3 {
    font-size: 30px;
    letter-spacing: -0.015em;
  }
  .titulo-4,
  .titulo-5 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.015em;
  }
  .titulo-6 {
    font-size: 18px;
    line-height: 1.4;
  }
}
[id=accesosrapidos] {
  display: none;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.banner-hide {
  display: none !important;
}

.banner,
.banner-centrado {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  padding: 64px 0;
  overflow: hidden;
}
.banner > div,
.banner-centrado > div {
  max-width: 300px;
  position: relative;
}
.banner > div::before,
.banner-centrado > div::before {
  content: "PUBLICIDAD";
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 10px;
  color: var(--dropdown-text);
  margin: 0;
  text-align: center;
  width: auto;
  z-index: 4;
  position: absolute;
  letter-spacing: 0.02em;
  top: calc(100% + 11px);
  right: 0;
  left: auto;
  transform: translateY(0);
  bottom: auto;
}
.banner::after,
.banner-centrado::after {
  content: none;
}

.page-layout .banner {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 36px;
}

.banner-parrafo {
  margin: 30px auto;
  min-height: initial;
  background: none;
  padding: 0;
}
.banner-parrafo > div {
  width: auto;
  height: auto;
  min-height: initial;
}

.banner-tres {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
.banner-tres .banner {
  grid-column: span 8;
  margin-bottom: 0;
}
.banner-tres .banner:last-child {
  margin-right: 0;
}
.banner-tres .banner > div {
  width: 300px;
  height: 250px;
  text-align: center;
}

.header-top .banner-centrado {
  padding: 0;
  margin-bottom: 0;
}

.news-popular--home .news-popular__banner div.banner-sidebar.banner {
  width: 100vw;
  margin: 0 -20px;
}

@media only screen and (min-width: 768px) {
  .page-layout .banner {
    margin-bottom: 72px;
  }
  .banner {
    background: none;
    padding: 48px 0 0;
  }
  .banner > div::before {
    bottom: -20px;
  }
  .banner::after {
    content: "";
    width: 100%;
    max-width: 1260px;
    background: #f2f2f2;
    height: 174px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .banner > div {
    align-items: center;
    clear: both;
    display: flex;
    justify-content: center;
    z-index: 4;
    min-height: 250px;
    max-width: 300px;
    position: relative;
  }
  .banner-centrado {
    max-width: 100%;
    position: relative;
    grid-column: span 24;
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    background: none;
  }
  .banner-centrado::before {
    content: none;
  }
  .banner-centrado > div::before {
    display: inline-flex;
    text-align: right;
    width: -moz-max-content;
    width: max-content;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(11px);
  }
  .banner-centrado::after {
    content: "";
    max-width: 1260px;
    background: #f2f2f2;
    height: 145px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .banner-centrado > div {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
    min-height: 250px;
    z-index: 4;
  }
  div.banner-sidebar.banner {
    padding: 48px 0 25px;
  }
  .sidebar--right div.banner-sidebar.banner {
    padding: 48px 0 25px;
  }
  .sidebar--right div.banner-sidebar.banner:last-child {
    padding: 0 0 25px !important;
  }
  .sidebar--right div.banner-sidebar.banner:last-child::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1158px) {
  .banner,
  .banner-centrado {
    margin-bottom: 48px;
  }
  .banner-centrado > div::before {
    left: 50%;
    transform: translateY(0) translateX(-50%);
    top: calc(100% + 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .banner-centrado {
    grid-column: span 24;
  }
  .post-interior .sidebar--right .banner-sidebar.banner {
    padding: 0 0 25px;
    justify-content: flex-end;
  }
  .post-interior .sidebar--right .banner-sidebar.banner::after {
    content: none;
  }
}
@media (min-width: 1280px) {
  .banner-centrado {
    width: 100%;
  }
}
@media (min-width: 1380px) {
  .banner::after {
    max-width: 100%;
  }
}
@media (min-width: 1640px) {
  .banner::after {
    max-width: calc(100vw - 100px);
  }
}
@media (min-width: tablet) and (max-width: tablet-land) and (orientation: portrait) {
  .banner-sidebar .banner {
    padding-top: 20px;
  }
  .banner-sidebar .banner::after {
    display: block;
  }
}
@media (min-width: 1080px) and (max-width: 1920px) and (orientation: portrait) {
  .banner-sidebar .banner {
    padding-top: 0;
  }
  .banner-sidebar .banner::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .news-popular--home .news-popular__banner div.banner-sidebar.banner {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .news-popular--home .news-popular__banner .banner-sidebar.banner {
    padding-top: 0;
    margin-bottom: 5px;
  }
  .news-popular--home .news-popular__banner .banner-sidebar.banner::after {
    content: none;
  }
}
.banner-anuncios {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 72px;
  position: relative;
  grid-column: span 24;
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}
.banner-anuncios::after {
  content: "";
  width: 100vw;
  max-width: 100vw;
  background: #f2f2f2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 20px 0 0;
}
.banner-anuncios > div {
  width: calc(100% - 40px);
  height: 250px;
  background: #ffffff;
  display: flex;
  position: relative;
  z-index: 4;
  padding: 35px;
}
.banner-anuncios .cont {
  margin-top: 21px;
}
.banner-anuncios header {
  width: -moz-max-content;
  width: max-content;
  max-width: 155px;
  margin-bottom: 20px;
}
.banner-anuncios h2 {
  line-height: 1.12;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 33px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 4px;
}
.banner-anuncios span {
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
  letter-spacing: -0.028em;
}
.banner-anuncios p {
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 23px;
  padding-right: 60px;
  max-width: 745px;
  width: 100%;
  letter-spacing: -0.035em;
}
.banner-anuncios p:last-child {
  padding-bottom: 0;
  max-width: 685px;
}
.banner-anuncios .icon-bot {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex !important;
}
.banner-anuncios .icon-bot::before {
  content: "\e975";
  font-size: 60px;
  color: #020a0a;
}
.banner-anuncios .cont-anuncio {
  position: relative;
  flex-direction: column;
  height: auto;
}
.banner-anuncios .cont-anuncio::before, .banner-anuncios .cont-anuncio::after {
  content: "";
  width: 125px;
  height: 125px;
  display: inline-flex;
  position: absolute;
}
.banner-anuncios .cont-anuncio::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid var(--content-text-color);
  border-bottom: 1px solid var(--content-text-color);
}
.banner-anuncios .cont-anuncio::after {
  top: 0;
  right: 0;
  border-right: 1px solid var(--content-text-color);
  border-top: 1px solid var(--content-text-color);
}
@media only screen and (min-width: 768px) {
  .banner-anuncios::after {
    height: 145px;
    max-width: 100%;
    padding: 0;
  }
  .banner-anuncios h2,
  .banner-anuncios span {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .banner-anuncios > div {
    padding: 30px 20px;
  }
  .banner-anuncios .icon-bot {
    right: 0;
    bottom: -10px;
  }
}
@media only screen and (min-width: 1081px) {
  .banner-anuncios::after {
    max-width: 100%;
  }
  .banner-anuncios > div {
    padding: 30px;
  }
  .banner-anuncios header {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .banner-anuncios p {
    padding-right: 0;
  }
  .banner-anuncios .icon-bot {
    right: 25px;
    bottom: 25px;
  }
  .banner-anuncios .cont-anuncio {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1381px) {
  .banner-anuncios::after {
    max-width: calc(100vw - 100px);
  }
}
@media only screen and (min-width: 1641px) {
  .banner-anuncios::after {
    max-width: 1640px;
  }
  .banner-anuncios > div {
    width: 1100px;
    padding: 43px 50px 48px;
  }
  .banner-anuncios header {
    margin-right: 53px;
  }
  .banner-anuncios .icon-bot {
    right: 55px;
    bottom: 45px;
  }
}

.banner-300x250 > div {
  width: 300px;
  height: 250px;
}

.banner-300x600 > div {
  width: 300px;
  height: 600px;
}

@media only screen and (min-width: 768px) {
  .banner-728x90 > div {
    width: 768px;
    height: 90px;
  }
  .banner-728x250 > div {
    width: 768px;
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-970x90 > div {
    width: 970px;
    height: 90px;
  }
  .banner-970x250 > div {
    width: 970px;
    height: 250px;
  }
}
.admonitor_laterales {
  display: none;
}

@media only screen and (min-width: 1680px) {
  .admonitor_laterales {
    position: sticky;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
    top: 0;
  }
  .admonitor_laterales_cont {
    position: relative;
    width: 100%;
    max-width: 1168px;
    margin: auto;
  }
  .admonitor_laterales_cont [class*=banner-] {
    width: 160px;
    height: 600px;
    background: none;
    position: absolute;
    transition: all 0.3s;
    display: none;
    top: 0;
  }
  .admonitor_laterales .banner-right {
    right: -204px;
  }
  .admonitor_laterales .banner-left {
    left: -204px;
  }
  .admonitor_laterales .banner-right.active,
  .admonitor_laterales .banner-left.active {
    display: block;
  }
  .is-fixed .admonitor_laterales_cont [class*=banner-] {
    margin-top: 115px;
  }
}
.banner-intersitial-cont {
  display: none;
  background: rgba(52, 58, 65, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
}
.banner-intersitial-cont.active {
  display: flex;
}
.banner-intersitial-cont .banner-intersitial,
.banner-intersitial-cont .cont-banner-popup {
  border: solid 1px #eeeeee;
  background: #f2f2f2;
  width: 95%;
  max-width: 900px;
  margin: 0;
  position: relative;
  text-align: center;
}
.banner-intersitial-cont .icon-cerrar {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0;
  font-weight: bold;
  cursor: pointer;
  background: #000000;
  padding: 8px;
  border-radius: 50%;
  display: block;
}
.banner-intersitial-cont .icon-cerrar::before {
  color: #ffffff;
  font-size: 22px;
  display: block;
  opacity: 1;
}

.banner-300x250 > div {
  width: 300px;
  height: 250px;
}

.banner-300x600 > div {
  width: 300px;
  height: 600px;
}

@media only screen and (min-width: 768px) {
  .banner-728x90 > div {
    width: 768px;
    height: 90px;
  }
  .banner-728x250 > div {
    width: 768px;
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-970x90 > div {
    width: 970px;
    height: 90px;
  }
  .banner-970x250 > div {
    width: 970px;
    height: 250px;
  }
}
ins.adsbygoogle.adsbygoogle-noablate {
  z-index: 11;
}

.banner-parrafo [data-ad-status=unfilled] {
  display: none !important;
}

.banner-parrafo [data-ad-status=filled] {
  display: flex !important;
  margin: 30px auto;
}

.embed + .banner-parrafo [data-ad-status=filled] {
  margin-top: 0;
}

.breadcrumb {
  grid-column: 1/-1;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 20px -14px;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb__item--prefix {
  font-weight: bold;
}
.breadcrumb__separator {
  display: inline-flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    margin-bottom: -14px;
  }
}
@media only screen and (min-width: 1280px) {
  .breadcrumb {
    margin-bottom: -14px;
  }
}
.content-section {
  margin-bottom: 36px;
}
.content-section__header {
  margin: 0 20px 38px;
}
.content-section__title {
  display: flex;
  padding-top: 27px;
  line-height: inherit;
  letter-spacing: normal;
  position: relative;
}
.content-section__title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 14px;
  background: var(--content-heading-color);
}
.content-section__grid {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .content-section {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-section {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .content-section__header {
    margin-left: 0;
    margin-right: 0;
  }
  .content-section__title {
    font-size: 34px;
  }
}
.content-section--background {
  background: #f0f0f0;
  padding: 30px;
}

.content-section--full-width {
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  position: relative;
}
.content-section--full-width .content-section__header {
  margin: 0 auto 30px;
  max-width: 1260px;
}

.content-section--header-line .content-section__header {
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
}

.content-section--header-textline .content-section__title-text {
  position: relative;
}
.content-section--header-textline .content-section__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #999999;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.content-section--header-title-upper .content-section__title-text {
  text-transform: uppercase;
}

.content-section--header-bullet .content-section__title-text {
  display: inline-flex;
  align-items: center;
}
.content-section--header-bullet .content-section__title-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 1rem;
  background: #999999;
  margin-right: 10px;
}

.currency-panel {
  display: none;
}
.currency-panel .currency-panel__icon--up::before {
  content: "\e954";
}
.currency-panel .currency-panel__icon--down::before {
  content: "\e954";
}
.currency-panel .currency-panel__icon--igual::before {
  content: "\e90d";
}

@media only screen and (min-width: 768px) {
  .currency-panel {
    display: block;
  }
}
.currency-panel--bar {
  display: none;
}

@media only screen and (min-width: 768px) {
  .currency-panel--bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--border-color);
    padding: 20px;
    position: relative;
  }
  .currency-panel--bar .currency-panel__title {
    display: none;
  }
  .currency-panel--bar .currency-panel__inner {
    overflow: hidden;
  }
  .currency-panel--bar .currency-panel__list {
    display: flex;
    flex-wrap: nowrap;
  }
  .currency-panel--bar .currency-panel__item {
    flex: 0 0 auto;
    display: flex;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
  .currency-panel--bar .currency-panel__name,
  .currency-panel--bar .currency-panel__value {
    display: flex;
    font-size: 13px;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
  }
  .currency-panel--bar .currency-panel__name {
    font-family: var(--font-family-body);
  }
  .currency-panel--bar .currency-panel__value {
    font-family: var(--font-family-heading);
    padding: 0 20px 0 9px;
  }
  .currency-panel--bar .currency-panel__icon {
    margin: 0 0 0 7px;
  }
  .currency-panel--bar .currency-panel__icon::before {
    font-size: 8px;
  }
}
.currency-panel--scroll {
  margin: -47px 0 10px 0;
}
.currency-panel--scroll .currency-panel__title {
  display: none;
}
.currency-panel--scroll .currency-panel__inner {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #bbbbbb transparent;
}
.currency-panel--scroll .currency-panel__inner::-webkit-scrollbar {
  height: 4px;
}
.currency-panel--scroll .currency-panel__inner::-webkit-scrollbar-track {
  background: transparent;
}
.currency-panel--scroll .currency-panel__inner::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 2px;
}
.currency-panel--scroll .currency-panel__list {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0 14px;
  width: -moz-max-content;
  width: max-content;
}
.currency-panel--scroll .currency-panel__item {
  flex: 0 0 auto;
  border-right: solid 1px #bbbbbb;
  padding: 0 15px;
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
.currency-panel--scroll .currency-panel__item:last-child {
  border-right: none;
}
.currency-panel--scroll .currency-panel__value {
  display: flex;
}
.currency-panel--scroll .currency-panel__icon {
  margin: 0 5px;
}

@keyframes currency-panel-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.currency-panel--marquee {
  overflow: hidden;
  margin: -26px 0 10px 0;
}
.currency-panel--marquee .currency-panel__title {
  display: none;
}
.currency-panel--marquee .currency-panel__inner {
  overflow: hidden;
}
.currency-panel--marquee .currency-panel__list {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0;
  animation: currency-panel-marquee 30s linear infinite;
}
.currency-panel--marquee .currency-panel__list:hover {
  animation-play-state: paused;
}
.currency-panel--marquee .currency-panel__item {
  flex: 0 0 auto;
  border-right: solid 1px #bbbbbb;
  padding: 0 15px;
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
.currency-panel--marquee .currency-panel__item:last-child {
  border-right: none;
  padding-right: 30px;
}
.currency-panel--marquee .currency-panel__value {
  display: flex;
}
.currency-panel--marquee .currency-panel__icon {
  margin: 0 5px;
}

@media only screen and (min-width: 1280px) {
  .currency-panel--marquee {
    margin: -26px 0 10px 0;
  }
}
.currency-panel--sidebar {
  background: #eeeeee;
}
.currency-panel--sidebar .currency-panel__title {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 10px 8px;
  border-bottom: 2px solid #333333;
  margin-bottom: 4px;
}
.currency-panel--sidebar .currency-panel__list {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  margin-bottom: 20px;
}
.currency-panel--sidebar .currency-panel__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: solid 1px #cccccc;
  gap: 8px;
}
.currency-panel--sidebar .currency-panel__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.currency-panel--sidebar .currency-panel__name {
  flex: 1 1 auto;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.currency-panel--sidebar .currency-panel__value {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.currency-panel--sidebar .currency-panel__icon {
  margin: 0 3px 0 0;
}
.currency-panel--sidebar .currency-panel__price {
  white-space: nowrap;
}

.datetime-widget {
  color: #666666;
  display: none;
}

@media only screen and (min-width: 1280px) {
  .datetime-widget.loaded {
    display: flex;
  }
}
.article__destacado-3 {
  margin-bottom: 0;
}
.article__destacado-3 .nota-position-1 .article__header {
  width: calc(100% + 20px);
  margin-top: -20px;
  right: -20px;
  left: 0;
  position: relative;
  padding: 18px 20px 0;
  background: #fff;
}
.article__destacado-3 .nota-position-1 .article__badge.article__badge--primicia,
.article__destacado-3 .nota-position-1 .article__badge.article__badge--exclusivo,
.article__destacado-3 .nota-position-1 .article__badge.article__badge--urgente {
  left: 20px;
  bottom: 20px;
}
.article__destacado-3 .nota-position-3 {
  position: relative;
  flex-direction: row-reverse;
  height: auto;
  align-items: center;
  padding-top: 34px;
}
.article__destacado-3 .nota-position-3 .article__header {
  width: calc(100% - 126px);
  padding: 0 20px 0 0;
}
.article__destacado-3 .nota-position-3 .article__title {
  font-size: 18px;
}
.article__destacado-3 .nota-position-3 .article__media {
  width: 126px;
}
.article__destacado-3 .nota-position-3.article--line-top::after {
  width: calc(100% - 40px);
  left: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article__destacado-3 {
    margin-top: -36px;
  }
  .article__destacado-3 .nota-position-1 .article__media {
    width: 100vw;
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .article__destacado-3 {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article__destacado-3 .cl-15,
  .article__destacado-3 .grid.cl-9 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
  .article__destacado-3 .article.cl-9 {
    grid-column: span 12;
  }
  .article__destacado-3 .nota-position-1 {
    margin-bottom: 20px;
  }
  .article__destacado-3 .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .article__destacado-3 .nota-position-1 .article__badge.article__badge--primicia,
  .article__destacado-3 .nota-position-1 .article__badge.article__badge--exclusivo,
  .article__destacado-3 .nota-position-1 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
  .article__destacado-3 .nota-position-3 {
    flex-direction: column;
    border-top: none;
    padding-top: 0;
  }
  .article__destacado-3 .nota-position-3 .article__header {
    width: 100%;
    padding: 22px 0 0 0;
  }
  .article__destacado-3 .nota-position-3 .article__title {
    font-size: 20px;
  }
  .article__destacado-3 .nota-position-3 .article__media {
    width: 100%;
  }
  .article__destacado-3 .nota-position-3.article--line-top::after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .article__destacado-3 .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .article__destacado-3 .nota-position-1 .article__badge.article__badge--primicia,
  .article__destacado-3 .nota-position-1 .article__badge.article__badge--exclusivo,
  .article__destacado-3 .nota-position-1 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
  .article__destacado-3 .nota-position-2 {
    margin-bottom: 0;
  }
  .article__destacado-3 .nota-position-3.article--line-top::after {
    content: "";
    width: 100%;
    left: 0;
  }
}
.article__destacado-4 {
  margin-bottom: 0;
}
.article__destacado-4 .nota-position-1 .article__header {
  width: calc(100% + 20px);
  margin-top: -20px;
  right: -20px;
  left: 0;
  position: relative;
  padding: 18px 20px 0;
  background: #fff;
}
.article__destacado-4 .nota-position-1 .article__badge.article__badge--primicia,
.article__destacado-4 .nota-position-1 .article__badge.article__badge--exclusivo,
.article__destacado-4 .nota-position-1 .article__badge.article__badge--urgente {
  left: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article__destacado-4 {
    margin-top: -36px;
  }
  .article__destacado-4 .nota-position-1 .article__media {
    width: 100vw;
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .article__destacado-4 {
    margin-bottom: 65px;
  }
  .article__destacado-4 .grid.cl-12 {
    grid-row-gap: 34px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article__destacado-4 .article.cl-12,
  .article__destacado-4 .grid.cl-12 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
  .article__destacado-4 .article.cl-6 {
    grid-column: span 12;
  }
  .article__destacado-4 .nota-position-1 {
    margin-bottom: 20px;
  }
  .article__destacado-4 .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .article__destacado-4 .nota-position-1 .article__badge.article__badge--primicia,
  .article__destacado-4 .nota-position-1 .article__badge.article__badge--exclusivo,
  .article__destacado-4 .nota-position-1 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .article__destacado-4 .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .article__destacado-4 .nota-position-1 .article__badge.article__badge--primicia,
  .article__destacado-4 .nota-position-1 .article__badge.article__badge--exclusivo,
  .article__destacado-4 .nota-position-1 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .bloque__1-nota-con-banner .nota-position-1.article {
    display: grid;
    align-items: normal;
  }
  .bloque__1-nota-con-banner .nota-position-1 .article__media {
    width: auto;
    grid-column: span 16;
  }
  .bloque__1-nota-con-banner .nota-position-1 .article__header {
    width: auto;
    padding: 0;
    grid-column: span 8;
    anchor-name: --bloque__1-nota-con-banner-header;
  }
  .bloque__1-nota-con-banner .banner {
    position: absolute;
    position-anchor: --bloque__1-nota-con-banner-header;
    width: anchor-size(width);
    left: anchor(left);
    bottom: anchor(bottom);
    margin-bottom: 0;
  }
}
.bloque__3-notas-asimetrico .nota-position-2 {
  margin-bottom: 34px;
}

@media only screen and (min-width: 768px) {
  .bloque__4-notas-con-banner .nota-position-1 {
    grid-row-start: span 3;
  }
  .bloque__4-notas-con-banner .nota-position-2 {
    grid-row-start: 1;
    grid-column-start: 11;
    grid-column-end: 17;
  }
  .bloque__4-notas-con-banner .nota-position-3 {
    grid-row-start: 4;
    margin-bottom: 0;
  }
  .bloque__4-notas-con-banner .nota-position-4 {
    grid-row-start: span 4;
    justify-self: start;
    grid-column-start: 11;
    grid-column-end: 17;
  }
}
.bloque__4-notas-en-linea {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloque__4-notas-en-linea .article.cl-6 {
    grid-column: span 12;
  }
}
.youtube-shorts__list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #999999 transparent;
}
.youtube-shorts__list::-webkit-scrollbar {
  height: 4px;
}
.youtube-shorts__list::-webkit-scrollbar-track {
  background: transparent;
}
.youtube-shorts__list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 2px;
}
.youtube-shorts__item {
  flex: 0 0 155px;
  scroll-snap-align: start;
}
.youtube-shorts__item--active .youtube-shorts__thumb,
.youtube-shorts__item--active .youtube-shorts__play {
  opacity: 0;
}
.youtube-shorts__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.youtube-shorts__link:hover .youtube-shorts__play {
  transform: translate(-50%, -50%) scale(1.1);
}
.youtube-shorts__figure {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 8px;
  background: #000000;
  margin: 0 0 8px;
}
.youtube-shorts__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.youtube-shorts__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.2s, opacity 0.2s;
}
.youtube-shorts__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffffff;
}
.youtube-shorts__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.youtube-shorts__title {
  font-size: 0.825rem;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .youtube-shorts__item {
    flex-basis: 175px;
  }
}
@media only screen and (min-width: 1280px) {
  .youtube-shorts__item {
    flex-basis: 200px;
  }
}

.other-news--home {
  padding: 0;
  margin-bottom: 0;
}
.other-news--home .content-section__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 34px;
  padding-top: 35px;
}
.other-news--home .content-section__title::before {
  content: none;
}
.other-news--home .article--line-top::after {
  width: calc(100% - 40px);
  transform: translateX(20px);
}
.other-news--home .news-lists__item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 29px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
}
.other-news--home .news-lists__item .article__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.other-news--home .news-lists__item .article__tag {
  display: flex;
  width: auto;
  line-height: 1;
}
.other-news--home .news-lists__item .article__tag::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 8px;
  margin: 2px 10px;
  background: var(--nav-primary-active-text);
}
.other-news--home .news-lists__item .article__date {
  display: inline-flex;
  white-space: nowrap;
  line-height: 1;
}
.other-news--home .news-lists__item:last-child {
  margin-bottom: 0;
}
.other-news--home .news-lists__item.article--line-bottom::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .other-news--home {
    margin-bottom: 130px;
  }
  .other-news--home .cl-16 {
    padding: 0 20px;
  }
  .other-news--home .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -20px;
  }
  .other-news--home .article--line-top::after {
    width: 100%;
    transform: none;
  }
  .other-news--home .news-lists__item {
    padding: 0 20px 36px;
    margin-bottom: 36px;
  }
  .other-news--home .news-lists__item .article__media {
    width: 210px;
  }
  .other-news--home .news-lists__item .article__header {
    width: calc(100% - 210px);
    padding: 0 20px 0 0;
  }
  .other-news--home .news-lists__item .article__date {
    display: inline-flex;
    white-space: nowrap;
    line-height: 1;
  }
  .other-news--home .news-lists__item:first-child {
    flex-direction: row;
  }
  .other-news--home .news-lists__item:first-child .article__media {
    width: 264px;
  }
  .other-news--home .news-lists__item:first-child .article__header {
    width: calc(100% - 264px);
    padding: 0 0 0 20px;
  }
  .other-news--home .news-lists__item:first-child .article__title {
    font-size: 22px;
  }
  .other-news--home .news-lists__item.article--line-bottom::after {
    content: "";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .other-news--home .cl-16,
  .other-news--home .cl-8 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .other-news--home .cl-16 {
    padding: 0 59px;
  }
  .other-news--home .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -59px;
  }
  .other-news--home .article--line-top::after {
    width: 100%;
    transform: none;
  }
}
.bloque-2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .bloque-2 {
    margin-bottom: 22px;
  }
}
.bloque-especial__3-notas-en-linea {
  margin-bottom: 36px;
}
.bloque-especial__3-notas-en-linea .grid {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .bloque-especial__3-notas-en-linea {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloque-especial__3-notas-en-linea .nota-position-1 {
    grid-column: span 24;
    margin-bottom: 20px;
  }
  .bloque-especial__3-notas-en-linea .nota-position-2,
  .bloque-especial__3-notas-en-linea .nota-position-3 {
    grid-column: span 12;
  }
}
.bloque-especial__4-notas-mixto {
  margin-bottom: 36px;
}
.bloque-especial__4-notas-mixto .grid {
  margin-bottom: 0;
}
.bloque-especial__4-notas-mixto .nota-position-1 .article__header {
  width: calc(100% - 20px);
  margin-top: -20px;
  left: 20px;
  position: relative;
  padding: 18px 20px 0;
  background: #fff;
}
.bloque-especial__4-notas-mixto .nota-position-1 .article__badge.article__badge--primicia,
.bloque-especial__4-notas-mixto .nota-position-1 .article__badge.article__badge--exclusivo,
.bloque-especial__4-notas-mixto .nota-position-1 .article__badge.article__badge--urgente {
  left: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .bloque-especial__4-notas-mixto {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloque-especial__4-notas-mixto .cl-13,
  .bloque-especial__4-notas-mixto .cl-11 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
    margin-bottom: 20px;
  }
  .bloque-especial__4-notas-mixto .cl-13 .article__header,
  .bloque-especial__4-notas-mixto .cl-11 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .bloque-especial__4-notas-mixto .cl-13 .article__badge.article__badge--primicia,
  .bloque-especial__4-notas-mixto .cl-13 .article__badge.article__badge--exclusivo,
  .bloque-especial__4-notas-mixto .cl-13 .article__badge.article__badge--urgente,
  .bloque-especial__4-notas-mixto .cl-11 .article__badge.article__badge--primicia,
  .bloque-especial__4-notas-mixto .cl-11 .article__badge.article__badge--exclusivo,
  .bloque-especial__4-notas-mixto .cl-11 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .bloque-especial__4-notas-mixto .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .bloque-especial__4-notas-mixto .nota-position-1 .article__badge.article__badge--primicia,
  .bloque-especial__4-notas-mixto .nota-position-1 .article__badge.article__badge--exclusivo,
  .bloque-especial__4-notas-mixto .nota-position-1 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
}
.bloque-especial__4-notas-en-linea {
  margin-bottom: 36px;
}
.bloque-especial__4-notas-en-linea .grid {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .bloque-especial__4-notas-en-linea {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloque-especial__4-notas-en-linea .article.cl-6 {
    grid-column: span 12;
  }
}
.bloque-especial__4-notas-asimetrico {
  margin-bottom: 36px;
}
.bloque-especial__4-notas-asimetrico .grid {
  margin-bottom: 0;
}
.bloque-especial__4-notas-asimetrico .nota-position-1 .article__header {
  width: calc(100% - 20px);
  margin-top: -20px;
  left: 20px;
  position: relative;
  padding: 18px 20px 0;
  background: #fff;
}
.bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--primicia,
.bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--exclusivo,
.bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--urgente {
  left: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .bloque-especial__4-notas-asimetrico {
    margin-bottom: 72px;
  }
  .bloque-especial__4-notas-asimetrico .grid.cl-12 {
    grid-row-gap: 34px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloque-especial__4-notas-asimetrico .article.cl-12,
  .bloque-especial__4-notas-asimetrico .grid.cl-12 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
  .bloque-especial__4-notas-asimetrico .article.cl-6 {
    grid-column: span 12;
  }
  .bloque-especial__4-notas-asimetrico .nota-position-1 {
    margin-bottom: 20px;
  }
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--primicia,
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--exclusivo,
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--primicia,
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--exclusivo,
  .bloque-especial__4-notas-asimetrico .nota-position-1 .article__badge.article__badge--urgente {
    left: 50px;
    bottom: 50px;
  }
}
.bloque-especial__5-notas-mixto {
  margin-bottom: 36px;
}
.bloque-especial__5-notas-mixto .cl-24.grid,
.bloque-especial__5-notas-mixto .grid {
  margin-bottom: 0;
}
.bloque-especial__5-notas-mixto .article--line-top::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .bloque-especial__5-notas-mixto {
    margin-bottom: 72px;
  }
  .bloque-especial__5-notas-mixto .article--line-top {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloque-especial__5-notas-mixto .nota-position-1 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
  .bloque-especial__5-notas-mixto .nota-position-2,
  .bloque-especial__5-notas-mixto .nota-position-3 {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 1024px) {
  .bloque-especial__5-notas-mixto .article--line-top::after {
    content: "";
    top: -35px;
  }
}
.bloque-especial__6-notas-mixto {
  margin-bottom: 36px;
}
.bloque-especial__6-notas-mixto .cl-24.grid,
.bloque-especial__6-notas-mixto .grid {
  margin-bottom: 0;
}
.bloque-especial__6-notas-mixto .article--line-top::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .bloque-especial__6-notas-mixto {
    margin-bottom: 72px;
  }
  .bloque-especial__6-notas-mixto .article--line-top {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloque-especial__6-notas-mixto .nota-position-1,
  .bloque-especial__6-notas-mixto .nota-position-2,
  .bloque-especial__6-notas-mixto .nota-position-3,
  .bloque-especial__6-notas-mixto .nota-position-4 {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 1024px) {
  .bloque-especial__6-notas-mixto .article--line-top::after {
    content: "";
    top: -35px;
  }
}
@keyframes pulse-wave {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.live-video {
  background: #000000;
  position: relative;
}
.live-video__container {
  padding: 20px;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.live-video__player {
  display: flex;
  width: 100%;
}
.live-video__iframe {
  width: 100%;
  height: 100%;
  min-width: inherit;
  aspect-ratio: 16/9;
}
.live-video__header {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.live-video__live-text {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.live-video__title {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
}
.live-video__close {
  position: absolute;
  top: 13px;
  right: 10px;
  cursor: pointer;
  background: none;
}
.live-video__close-icon::before {
  font-size: 12px;
  color: #ffffff;
}
.live-video__controls {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: none;
}
.live-video__live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-bottom: 15px;
}
.live-video__live-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.live-video__pulse {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ff0000;
  border-radius: 50%;
  z-index: 2;
}
.live-video__wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ff0000;
  border-radius: 50%;
  opacity: 0;
}
.live-video__wave--1 {
  animation: pulse-wave 2s ease-out infinite;
}
.live-video__wave--2 {
  animation: pulse-wave 2s ease-out infinite 1s;
}

@media only screen and (min-width: 768px) {
  .live-video__container {
    flex-direction: initial;
  }
  .live-video__player {
    width: 332px;
  }
}
.live-video--position-top {
  position: sticky;
  top: 0;
  z-index: 4;
}

.live-video--position-bottom-left,
.live-video--position-bottom-right,
.live-video--position-bottom-full {
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .live-video--position-bottom-left,
  .live-video--position-bottom-right {
    max-width: 400px;
  }
  .live-video--position-bottom-left .live-video__container,
  .live-video--position-bottom-right .live-video__container {
    flex-direction: column-reverse;
  }
  .live-video--position-bottom-left .live-video__player,
  .live-video--position-bottom-right .live-video__player {
    width: 100%;
  }
  .live-video--position-bottom-left {
    left: 5px;
  }
  .live-video--position-bottom-right {
    right: 5px;
  }
}
.has-sticky-header .live-video--position-top {
  top: 50px;
}

.news-latest {
  margin-bottom: 36px;
}
.news-latest__header {
  margin: 0 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news-latest__view-all-text {
  display: none;
}
.news-latest__view-all-icon::before {
  content: "\e91b";
}
.news-latest__grid {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .news-latest {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-latest {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .news-latest {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .news-latest__header {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-latest--background {
  background: #f0f0f0;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .news-latest--background {
    padding: 30px 20px;
  }
}
.news-latest--full-width {
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  position: relative;
}
.news-latest--full-width .news-latest__header {
  margin: 0 auto 30px;
  max-width: 1260px;
}

.news-latest--header-line .news-latest__header {
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
}

.news-latest--header-textline .news-latest__title-text {
  position: relative;
}
.news-latest--header-textline .news-latest__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #999999;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.news-latest--header-title-upper .news-latest__title-text {
  text-transform: uppercase;
}

.news-latest--header-bullet .news-latest__title-text {
  display: inline-flex;
  align-items: center;
}
.news-latest--header-bullet .news-latest__title-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 1rem;
  background: #999999;
  margin-right: 10px;
}

.news-latest--sidebar .news-latest__grid {
  display: block;
}
.news-latest--sidebar .news-latest__item {
  margin-bottom: 20px;
}
.news-latest--sidebar .news-latest__item--last {
  margin-bottom: 0;
}
.news-latest--sidebar .news-latest__article-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .news-latest--sidebar .news-latest__article-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-latest--sidebar .news-latest__article-title {
    font-size: 14px;
  }
}
.news-latest--background.news-latest--full-width .news-latest__header {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .news-latest--background.news-latest--full-width .news-latest__header {
    margin-left: auto;
    margin-right: auto;
  }
}
.news-popular {
  margin-bottom: 36px;
}
.news-popular__header {
  margin: 0 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news-popular__view-all-text {
  display: none;
}
.news-popular__view-all-icon::before {
  content: "\e91b";
}
.news-popular__grid {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .news-popular {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-popular {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .news-popular {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .news-popular__header {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-popular--background {
  background: #f0f0f0;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .news-popular--background {
    padding: 30px 20px;
  }
}
.news-popular--full-width {
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  position: relative;
}
.news-popular--full-width .news-popular__header {
  margin: 0 auto 30px;
  max-width: 1260px;
}

.news-popular--header-line .news-popular__header {
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
}

.news-popular--header-textline .news-popular__title-text {
  position: relative;
}
.news-popular--header-textline .news-popular__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #999999;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.news-popular--header-title-upper .news-popular__title-text {
  text-transform: uppercase;
}

.news-popular--header-bullet .news-popular__title-text {
  display: inline-flex;
  align-items: center;
}
.news-popular--header-bullet .news-popular__title-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 1rem;
  background: #999999;
  margin-right: 10px;
}

.news-popular--with-counter .news-popular__item {
  counter-increment: news-popular;
}
.news-popular--with-counter .article__media::before {
  content: counter(news-popular);
  position: absolute;
  font-weight: 700;
  font-size: 50px;
  color: hsla(0, 0%, 100%, 0.7);
  left: 0;
  bottom: 20px;
  transition: all 0.3s;
}
.news-popular--with-counter .article__link:hover {
  opacity: 1;
}
.news-popular--with-counter .news-popular__item:hover .article__media::before {
  left: calc(100% - 30px);
}

.news-popular--home {
  counter-reset: counter;
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto 36px;
  padding: 82px 0 0;
}
.news-popular--home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: calc(100% - 3px);
  height: calc(100% - var(--banner-height, 0px) - 42px);
  background-image: url(/images/fdo-puntos-horizontal.svg), url(/images/fdo-puntos-horizontal.svg), url(/images/fdo-puntos-vertical.svg), url(/images/fdo-puntos-vertical.svg);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, left bottom, left top, right top;
  pointer-events: none;
}
.news-popular--home .news-popular__header {
  margin-bottom: 38px;
}
.news-popular--home .news-popular__title {
  display: flex;
  padding-top: 27px;
  line-height: inherit;
  letter-spacing: normal;
  position: relative;
}
.news-popular--home .news-popular__title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 14px;
  background: var(--content-heading-color);
}
.news-popular--home .news-popular__grid {
  grid-template-columns: 1fr;
  row-gap: 42px;
}
.news-popular--home .news-popular__item {
  position: relative;
  border: none;
}
.news-popular--home .news-popular__item .article__header {
  position: relative;
  width: 100%;
  padding-left: 50px;
}
.news-popular--home .news-popular__item .article__header::before {
  counter-increment: counter;
  content: counter(counter);
  position: absolute;
  left: 20px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: #f30000;
}
.news-popular--home .news-popular__item .article__header .article__title {
  font-size: 18px;
  order: 0;
}
.news-popular--home .news-popular__item--first .article__header {
  padding-top: 18px;
}
.news-popular--home .news-popular__item--last {
  margin-bottom: 82px;
}
.news-popular--home .news-popular__item--last::after {
  content: none;
}
.news-popular--home .news-popular__item--last.article--line-bottom::after {
  content: none;
}
.news-popular--home .article--line-bottom::after {
  bottom: -21px;
  left: 20px;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  .news-popular--home {
    width: 100%;
    margin: 0 0 72px;
    padding: 73px 30px 69px;
  }
  .news-popular--home::before {
    height: 100%;
  }
  .news-popular--home .news-popular__header {
    width: auto;
    margin-bottom: 37px;
  }
  .news-popular--home .news-popular__title {
    font-size: 34px;
  }
  .news-popular--home .news-popular__item::after {
    width: 100%;
  }
  .news-popular--home .news-popular__item .article__header {
    padding-left: 50px;
  }
  .news-popular--home .news-popular__item .article__header .article__title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.015em;
  }
  .news-popular--home .news-popular__item--first::after {
    content: none;
  }
  .news-popular--home .news-popular__item--first .article__header {
    padding-top: 22px;
  }
  .news-popular--home .news-popular__item--odd .article__header,
  .news-popular--home .news-popular__item--even .article__header,
  .news-popular--home .news-popular__item--last .article__header {
    padding-left: 50px;
  }
  .news-popular--home .article--line-bottom::after {
    bottom: -21px;
    width: 100%;
    left: 0;
  }
  .news-popular--home .news-popular__item--first.article--line-bottom::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-popular--home .news-popular__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 42px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .news-popular--home .news-popular__item--first {
    grid-column: 1;
    grid-row: 1/5;
  }
  .news-popular--home .news-popular__item:not(.news-popular__item--first) {
    grid-column: 2;
  }
  .news-popular--home .news-popular__banner {
    grid-column: 1/3;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .news-popular--home .news-popular__grid {
    grid-template-columns: 8fr 8fr 8fr;
    grid-template-rows: auto;
    row-gap: 42px;
  }
  .news-popular--home .news-popular__item--first {
    grid-column: 1;
    grid-row: 1/5;
  }
  .news-popular--home .news-popular__item:not(.news-popular__item--first) {
    grid-column: 2;
  }
  .news-popular--home .news-popular__banner {
    grid-column: 3;
    grid-row: 1/5;
    align-self: start;
  }
  .news-popular--home .news-popular__item--last {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1381px) {
  .news-popular--home {
    padding: 73px 0 69px;
  }
  .news-popular--home::before {
    max-width: calc(100vw - 100px);
  }
}
@media only screen and (min-width: 1641px) {
  .news-popular--home::before {
    max-width: 1640px;
  }
}
.news-popular--sidebar {
  counter-reset: counter;
  position: relative;
}
.news-popular--sidebar .news-popular__grid {
  display: block;
}
.news-popular--sidebar .news-popular__header {
  margin-bottom: 38px;
}
.news-popular--sidebar .news-popular__title {
  font-size: 15px;
  text-transform: uppercase;
}
.news-popular--sidebar .news-popular__item {
  position: relative;
  border: none;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.news-popular--sidebar .news-popular__item--last {
  margin-bottom: 0;
}
.news-popular--sidebar .news-popular__article-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.news-popular--sidebar header.article__header {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
.news-popular--sidebar header.article__header::before {
  counter-increment: counter;
  content: counter(counter);
  position: absolute;
  left: 0;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  color: #f30000;
}
.news-popular--sidebar .news-popular__item--last.article--line-bottom::after {
  content: none;
}
.news-popular--sidebar .article--line-bottom::after {
  width: calc(100% - 40px);
  left: 20px;
}
.news-popular--sidebar .news-popular__banner {
  display: none;
}

@media only screen and (min-width: 768px) {
  .news-popular--sidebar .news-popular__grid {
    padding: 0 34px;
  }
  .news-popular--sidebar .article--line-bottom::after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .news-popular--sidebar {
    margin-bottom: 69px;
    max-width: 300px;
    width: 100%;
  }
  .news-popular--sidebar .news-popular__grid {
    padding: 0;
  }
  .news-popular--sidebar .news-popular__header {
    margin: 0 0 22px 0;
  }
}
.opinion.post-interior .news-popular--sidebar .article__media img {
  filter: grayscale(1);
}

.news-latest--background.news-latest--full-width .news-latest__header {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .news-latest--background.news-latest--full-width .news-latest__header {
    margin-left: auto;
    margin-right: auto;
  }
}
.news-related {
  margin-bottom: 36px;
}
.news-related__header {
  margin: 0 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news-related__view-all-text {
  display: none;
}
.news-related__view-all-icon::before {
  content: "\e91b";
}
.news-related__grid {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .news-related {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-related {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .news-related {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .news-related__header {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-related--background {
  background: #f0f0f0;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .news-related--background {
    padding: 30px 20px;
  }
}
.news-related--full-width {
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  position: relative;
}
.news-related--full-width .news-related__header {
  margin: 0 auto 30px;
  max-width: 1260px;
}

.news-related--header-line .news-related__header {
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
}

.news-related--header-textline .news-related__title-text {
  position: relative;
}
.news-related--header-textline .news-related__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #999999;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.news-related--header-title-upper .news-related__title-text {
  text-transform: uppercase;
}

.news-related--header-bullet .news-related__title-text {
  display: inline-flex;
  align-items: center;
}
.news-related--header-bullet .news-related__title-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 1rem;
  background: #999999;
  margin-right: 10px;
}

.news-related--sidebar {
  margin-top: 36px;
  counter-reset: counter;
  position: relative;
}
.news-related--sidebar .news-related__grid {
  display: block;
}
.news-related--sidebar .news-related__header {
  margin-bottom: 38px;
}
.news-related--sidebar .news-related__title {
  font-size: 15px;
  text-transform: uppercase;
}
.news-related--sidebar .news-related__item {
  position: relative;
  border: none;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.news-related--sidebar header.article__header {
  position: relative;
  width: 100%;
  padding-left: 50px;
}
.news-related--sidebar header.article__header::before {
  counter-increment: counter;
  content: counter(counter);
  position: absolute;
  left: 15px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--content-heading-color);
}
.news-related--sidebar .news-related__item--last {
  margin-bottom: 0;
}
.news-related--sidebar .news-related__item--last.article--line-bottom::after {
  content: none;
}
.news-related--sidebar .news-related__article-title {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
.news-related--sidebar .article--line-bottom::after {
  width: calc(100% - 40px);
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .news-related--sidebar .news-related__grid {
    padding: 0 34px;
  }
  .news-related--sidebar .news-related__article-title {
    font-size: 12px;
  }
  .news-related--sidebar .article--line-bottom::after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .news-related--sidebar {
    margin: 0 0 36px 42px;
  }
  .news-related--sidebar .news-related__grid {
    padding: 0;
  }
  .news-related--sidebar .news-related__header {
    margin: 0 0 65px 15px;
  }
  .news-related--sidebar .news-related__article-title {
    font-size: 14px;
  }
}
.news-related--background.news-related--full-width .news-related__header {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .news-related--background.news-related--full-width .news-relatedt__header {
    margin-left: auto;
    margin-right: auto;
  }
}
.search__header {
  grid-column: 1/-1;
  margin-bottom: 38px;
}
.search__header .search__toggle {
  display: none;
}
.search__header .search__label {
  display: none;
}
.search__header .search__form-group {
  display: flex;
  border: solid 1px #000;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.search__header .search__input {
  border: 0;
  padding: 18px 0 18px 20px;
  width: 100%;
  font-family: var(--font-family-heading);
  font-size: 22px;
  text-shadow: 0 0 0 var(--dropdown-search-text);
  -webkit-text-fill-color: transparent;
}
.search__header .search__input::-webkit-search-cancel-button {
  display: none;
}
.search__header .search__input::-moz-placeholder {
  display: none !important;
}
.search__header .search__input::placeholder {
  display: none !important;
}
.search__header .search__actions {
  padding: 0 20px;
  display: flex;
  gap: 15px;
}
.search__header .search__clear-button {
  display: none;
}
.search__header .search__submit-button {
  cursor: pointer;
  background: none;
}
.search__header .search__submit-icon {
  font-size: 19px;
  color: var(--dropdown-search-icon);
}
.search__header .search__submit-text {
  display: none;
}
.search__header .search__close-button {
  display: none;
}
.search__header .search__voice {
  display: none;
}
.search__header .search__voice-button {
  cursor: pointer;
  background: none;
}
.search__header .search__voice-icon {
  font-size: 19px;
  color: var(--dropdown-search-icon);
}
.search__header .search__voice-text {
  display: none;
}
.search__header input[type=submit],
.search__header input[type=submit]:active,
.search__header button[type=submit],
.search__header button[type=submit]:active,
.search__header button[type=menu],
.search__header button[type=menu]:active {
  color: var(--header-icon-color);
}
.search__header input:is([type=button], [type=submit], [type=reset]),
.search__header input[type=file]::file-selector-button,
.search__header button {
  color: var(--header-icon-color);
}
.search__header input[type=search] {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .search__header {
    margin-bottom: 72px;
  }
  .search__header .search__form-group {
    width: 100%;
  }
}
.search-list {
  padding: 0;
  margin-bottom: 0;
}
.search-list .content-section__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 34px;
  padding-top: 35px;
}
.search-list .content-section__title::before {
  content: none;
}
.search-list.article--line-top::after {
  width: calc(100% - 40px);
  transform: translateX(20px);
}
.search-list .news-lists__item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 29px;
}
.search-list .news-lists__item .article__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.search-list .news-lists__item .article__tag {
  display: flex;
  width: auto;
  line-height: 1;
}
.search-list .news-lists__item .article__tag::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 8px;
  margin: 2px 10px;
  background: var(--nav-primary-active-text);
}
.search-list .news-lists__item .article__date {
  display: inline-flex;
  white-space: nowrap;
  line-height: 1;
}
.search-list .news-lists__item:last-child {
  margin-bottom: 0;
}
.search-list .article--line-bottom::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .search-list {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
  .search-list .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -20px;
  }
  .search-list.article--line-top::after {
    width: 100%;
    transform: none;
  }
  .search-list .news-lists__item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 36px;
    margin-bottom: 36px;
  }
  .search-list .news-lists__item .article__media {
    width: 210px;
  }
  .search-list .news-lists__item .article__header {
    width: calc(100% - 210px);
    padding: 0 20px 0 0;
  }
  .search-list .news-lists__item .article__date {
    display: inline-flex;
    white-space: nowrap;
    line-height: 1;
  }
  .search-list .news-lists__item:first-of-type {
    flex-direction: row;
  }
  .search-list .news-lists__item:first-of-type .article__media {
    width: 264px;
  }
  .search-list .news-lists__item:first-of-type .article__header {
    width: calc(100% - 264px);
    padding: 0 0 0 20px;
  }
  .search-list .news-lists__item:first-of-type .article__title {
    font-size: 22px;
  }
  .search-list .article--line-bottom::after {
    content: "";
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .search-list {
    padding: 0 59px;
  }
  .search-list .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -59px;
  }
  .search-list.article--line-top::after {
    width: 100%;
    transform: none;
  }
}
.article {
  padding: 0 20px;
}
.article__media {
  line-height: 0;
}
.article__media iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.article__header {
  padding-top: 18px;
}

.article--opinion .article__media img {
  filter: grayscale(1);
}

@media only screen and (min-width: 768px) {
  .article {
    padding: 0;
  }
  .article__header {
    padding-top: 22px;
  }
}
.article__author {
  display: flex;
  order: 1;
  align-items: flex-end;
  gap: 3px;
  margin: 7px 0 0;
}
.article__author-avatars {
  display: flex;
  align-items: center;
}
.article__author-label, .article__author-names {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--content-text-color);
}
.article__author-names {
  font-family: var(--font-family-heading);
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.article__author-avatars > .article__avatar:last-child {
  margin-right: 10px;
}

.article__avatar-img {
  width: 30px;
  height: 30px;
}

figure .article__author {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5019607843);
}

.article__avatar + .article__avatar {
  margin-left: -5px;
}

.article__bajada {
  margin-top: 15px;
  line-height: 130%;
  font-size: 16px;
}

.article__date {
  font-size: 11px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-block;
  color: var(--nav-primary-active-text);
}

.article__gallery {
  display: flex;
  justify-content: space-around;
  padding: 5px 0;
  backdrop-filter: contrast(0.5);
  position: absolute;
  bottom: 0;
}
.article__gallery-image {
  width: 18.1818181818%;
}
.article__gallery-count {
  width: 18.1818181818%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__gallery-text {
  display: none;
}
.article__blur {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px) brightness(0.35);
}

.article__warning {
  cursor: help;
}
.article__warning .icon-ojo::before {
  font-size: 40px;
  color: #ffffff;
}

figure:has(.article__blur) {
  transition: all 0.3s;
}

.article__live {
  display: flex;
  align-items: center;
  margin: 0 15px 6px 0;
}
.article__live-indicator {
  position: relative;
}
.article__live-indicator::before {
  content: "";
  animation: iconVivo 2s ease-in-out;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f30000;
  margin-right: 7px;
}
.article__live-text {
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--input-error);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@keyframes iconVivo {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.article__media-icon {
  display: none;
}

.article__media-icon--big::before {
  font-size: 64px;
}

.article__media-icon--small::before {
  font-size: 28px;
}

.article__media-icon--middle {
  top: 50%;
  transform: translateY(-50%);
}

.article__media-icon--center {
  left: 50%;
  transform: translateX(-50%);
}

.article__media-icon--middle.article__media-icon--center {
  transform: translate(-50%, -50%);
}

.article__media-icon--right {
  right: 10px;
}

.article__media-icon--left {
  left: 10px;
}

.article__media-icon--top {
  top: 10px;
}

.article__media-icon--bottom {
  bottom: 10px;
}

.article__tag {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
}

figure .article__tag {
  background: var(--tag-bg);
  color: #ffffff;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
figure .article__tag--top {
  top: 10px;
  bottom: auto;
}
figure .article__tag--bottom {
  bottom: 10px;
  top: auto;
}
figure .article__tag--left {
  left: 10px;
  right: auto;
}
figure .article__tag--right {
  right: 10px;
  left: auto;
}

header .article__tag {
  background: none;
  color: var(--tag-bg);
  width: 100%;
  margin-bottom: 7px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.article__badge {
  background: #f30000;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-heading);
  font-size: 10px;
  line-height: 20px;
  padding: 0 10px;
}

figure .article__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
figure .article__badge--top {
  top: 0;
  bottom: auto;
}
figure .article__badge--bottom {
  bottom: 0;
  top: auto;
}
figure .article__badge--left {
  left: 0;
  right: auto;
}
figure .article__badge--right {
  right: 0;
  left: auto;
}

header .article__badge {
  margin-bottom: 10px;
}

.article__title {
  color: var(--content-heading-color);
  font-family: var(--font-family-heading);
  font-weight: normal;
  word-break: break-word;
  clear: both;
  width: 100%;
}

.article__volanta {
  font-size: 14px;
  line-height: 150%;
}

.article--card {
  height: 100%;
  padding: 15px;
  background: #f0f0f0;
}

.article--card-border {
  border-radius: 6px;
  border: solid 1px #dddddd;
}

.article--card-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.en-bandera {
  display: flex;
  align-items: center;
}
.en-bandera .article__media {
  width: 180px;
  height: auto;
}
.en-bandera .article__header {
  width: calc(100% - 180px);
  padding: 0 0 0 24px;
}

@media only screen and (min-width: 768px) {
  .en-bandera-desktop {
    display: flex;
    align-items: center;
  }
  .en-bandera-desktop .article__media {
    width: 180px;
    height: auto;
  }
  .en-bandera-desktop .article__header {
    width: calc(100% - 180px);
    padding: 0 0 0 24px;
  }
}
.en-bandera.image-fit .article__media,
.en-bandera-desktop.image-fit .article__media {
  align-self: normal;
}
.en-bandera.image-fit .article__media img,
.en-bandera-desktop.image-fit .article__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.inverted {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
}
.inverted .article__media {
  order: 2;
}
.inverted .article__header {
  order: 1;
  padding: 0 0 19px 0;
}

.inverted:not(.en-bandera) .article__media {
  width: 100%;
}

.inverted.en-bandera {
  align-self: auto;
}
.inverted.en-bandera .article__header {
  padding: 0 19px 0 0;
}

@media only screen and (min-width: 768px) {
  .inverted:not(.en-bandera):not(.en-bandera-desktop) .article__media {
    width: 100%;
  }
  .inverted.en-bandera-desktop {
    align-self: auto;
  }
  .inverted.en-bandera-desktop .article__header {
    padding: 0 19px 0 0;
  }
}
.article--lines,
.article--line-top,
.article--line-right,
.article--line-bottom,
.article--line-left {
  position: relative;
}
.article--lines::before, .article--lines::after,
.article--line-top::before,
.article--line-top::after,
.article--line-right::before,
.article--line-right::after,
.article--line-bottom::before,
.article--line-bottom::after,
.article--line-left::before,
.article--line-left::after {
  content: "";
  position: absolute;
}

.article--lines::before,
.article--line-right::before {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(/images/fdo-puntos-vertical.svg);
  background-repeat: repeat-y;
}

.article--lines::after,
.article--line-bottom::after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: url(/images/fdo-puntos-horizontal.svg);
  background-repeat: repeat-x;
}

.article--line-left::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/images/fdo-puntos-vertical.svg);
  background-repeat: repeat-y;
}

.article--line-top::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-image: url(/images/fdo-puntos-horizontal.svg);
  background-repeat: repeat-x;
}

.article.header-on {
  position: relative;
}
.article.header-on .article__header {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.header-offset .article__header {
  position: relative;
  margin: -5% 10px 0;
}

.article.header-pleno .article__header {
  padding: 10px;
  background: #f0f0f0;
}

[class*=image-shading-] .article__media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-shading--top .article__media::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 80%);
}

.image-shading--bottom .article__media::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 29%, rgb(0, 0, 0) 80%);
}

.image-shading--radial .article__media::after {
  transition: all 0.3s;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}

.image-circular .article__media img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  height: auto;
}

@keyframes ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform-origin: 0 50%;
    transform: scale(1.4);
  }
}
.ken-burns-effect .article__media {
  width: 100%;
  overflow: hidden;
}
.ken-burns-effect .article__media img {
  animation: ken-burns 40s infinite alternate;
}

figure .article__badge--top.article__badge--right ~ .article__tag--top.article__tag--right,
figure .article__badge--top.article__badge--left ~ .article__tag--top.article__tag--left {
  top: 25px;
}

figure .article__badge--bottom.article__badge--right ~ .article__tag--bottom.article__tag--right,
figure .article__badge--bottom.article__badge--left ~ .article__tag--bottom.article__tag--left {
  bottom: 25px;
}

.article__live:has(+ .article__tag) {
  float: left;
  margin-bottom: 0;
}

.article__badge + .article__live {
  float: left;
  margin: 5px 10px 0 0;
}

.article__live + .article__tag {
  width: auto;
}

figure:has(.article__blur) .article__badge,
figure:has(.article__blur) .article__tag,
figure:has(.article__blur) .article__media-icon,
figure:has(.article__blur) .article__author {
  display: none;
}

figure:has(.article__author) .article__tag--bottom {
  bottom: 58px;
}

.page-header {
  grid-column: 1/-1;
  margin: 0 20px;
}
.page-header__title {
  display: flex;
  padding-top: 31px;
  line-height: inherit;
  letter-spacing: normal;
  position: relative;
}
.page-header__title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 14px;
  background: var(--content-heading-color);
}
.page-header__description {
  font-family: "bentonsans_lightregular", Sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.015em;
  padding-top: 12px;
}

@media only screen and (min-width: 768px) {
  .page-header {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .page-header__title {
    font-size: 34px;
  }
  .page-header__description {
    font-size: 22px;
    line-height: 1.25;
  }
}
.pagination {
  border-top: solid 1px #cccccc;
  padding: 30px 0;
  margin: 20px;
}
.pagination__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination__link {
  font-size: 14px;
  color: var(--content-text-color);
}
.pagination__link:hover {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
}
.pagination__link--prev {
  padding: 9px 15px;
  border: solid 1px #333333;
  border-radius: 3px;
  display: flex;
}
.pagination__link--next {
  padding: 9px 15px;
  border: solid 1px #333333;
  border-radius: 3px;
  display: flex;
}
.pagination__text {
  display: none;
}
.pagination__pages {
  display: flex;
}
.pagination__pages .pagination__link {
  padding: 9px 15px;
  border: solid 1px #333333;
  border-radius: 3px;
  margin: 5px;
  display: none;
}
.pagination__pages .pagination__link--active {
  display: flex;
  color: #ffffff;
  background: var(--btn-primary-bg);
}
.pagination__pages .pagination__link:has(+ .pagination__link--active) {
  display: flex;
}
.pagination__pages .pagination__link--active + .pagination__link {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin: 20px 0;
  }
  .pagination__icon--prev {
    margin-right: 5px;
  }
  .pagination__icon--next {
    margin-left: 5px;
  }
  .pagination__text {
    display: inline-block;
  }
  .pagination__link--prev {
    cursor: not-allowed;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination__pages .pagination__link {
    display: flex;
  }
  .pagination__pages .pagination__link:hover {
    background: var(--btn-primary-bg);
    color: var(--btn-primary-text);
  }
}
.pagination-trigger {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  font-family: var(--font-family-heading);
  font-size: 13px;
  margin: 31px 20px 6px;
  cursor: pointer;
  padding: 14px 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.pagination-trigger:hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .pagination-trigger {
    margin: 36px 40px 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination-trigger {
    margin: 36px 79px 72px;
  }
}
.push-notification {
  display: none;
  transition: all 0.3s;
}

.push-notifications--bar {
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--content-text-color);
  z-index: 8;
  width: 100%;
  top: auto;
  box-shadow: 1px -4px 6px rgba(17, 17, 17, 0.25);
  min-width: auto;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.push-notifications--bar.push-notifications--visible {
  transform: translateY(0);
}
.push-notifications--bar .push-notifications__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  max-width: 1260px;
  margin: 0 auto;
}
.push-notifications--bar .push-notifications__message {
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  font-family: var(--font-family-heading);
  letter-spacing: -0.005em;
  margin-left: 35px;
}
.push-notifications--bar .push-notifications__button {
  width: 93px;
  line-height: 32px;
  margin-left: 20px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  background: #fff;
  border: none;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--content-text-color);
  font-weight: 600;
  text-transform: uppercase;
}
.push-notifications--bar .push-notifications__button:hover {
  opacity: 0.8;
}
.push-notifications--bar .push-notifications__icon::before {
  font-size: 24px;
  color: #000000;
}
.push-notifications--bar .push-notifications__close {
  background: none;
}
.push-notifications--bar .push-notifications__close--icon {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 2.5px;
  right: auto;
}
.push-notifications--bar .push-notifications__close--icon::before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.push-notifications--bar .push-notifications__close--icon:hover {
  opacity: 1;
}

.opinion.post-interior .push-notifications--bar,
.nota-live.post-interior .push-notifications--bar,
.nota-destacada.post-interior .push-notifications--bar {
  background: #fff;
}
.opinion.post-interior .push-notifications__message,
.nota-live.post-interior .push-notifications__message,
.nota-destacada.post-interior .push-notifications__message {
  color: var(--content-text-color);
}
.opinion.post-interior .push-notifications__button,
.nota-live.post-interior .push-notifications__button,
.nota-destacada.post-interior .push-notifications__button {
  background: var(--content-text-color);
  color: #fff;
}
.opinion.post-interior .push-notifications__close--icon::before,
.nota-live.post-interior .push-notifications__close--icon::before,
.nota-destacada.post-interior .push-notifications__close--icon::before {
  color: var(--content-text-color);
}

@media only screen and (min-width: 768px) {
  .push-notifications--bar {
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
    width: 100%;
    background: var(--content-text-color);
    z-index: 8;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-100%);
    transition: max-height 0.4s ease, transform 0.4s ease;
  }
  .push-notifications--bar.push-notifications--visible {
    max-height: 62px;
    transform: translateY(0);
  }
  .push-notifications--bar .push-notifications__body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    max-width: 1260px;
    margin: 0 auto;
  }
  .push-notifications--bar .push-notifications__message {
    font-size: 14px;
  }
  .push-notifications--bar .push-notifications__close--icon {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .push-notifications--bar .push-notifications__close--icon {
    right: 0;
  }
}
.push-notifications--popup {
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 1px -4px 6px rgba(17, 17, 17, 0.2509803922);
  background: #ffffff;
  z-index: 8;
}
.push-notifications--popup .push-notifications__content {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.push-notifications--popup .push-notifications__logo {
  width: 70px;
  height: 10px;
}
.push-notifications--popup .push-notifications__question {
  font-size: 18px;
  color: #666666;
  line-height: 1.3;
  margin-left: 20px;
}
.push-notifications--popup .push-notifications__actions {
  display: flex;
  justify-content: center;
}
.push-notifications--popup .push-notifications__button {
  padding: 10px 15px;
  background: #ffffff;
  margin: 0 10px;
  cursor: pointer;
}
.push-notifications--popup .push-notifications__button--accept {
  background: #eeeeee;
  border-radius: 6px;
}
.push-notifications--popup .push-notifications__button--accept:hover {
  background: #cccccc;
}
@media only screen and (min-width: 768px) {
  .push-notifications--popup {
    max-width: 430px;
    top: 10px;
    left: 10px;
    bottom: auto;
    box-shadow: 3px 3px 6px rgba(17, 17, 17, 0.2509803922);
    border-radius: 6px;
  }
}
@keyframes search-voice-animate {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.25);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.5);
  }
  80% {
    opacity: 0;
  }
}
.search__voice-modal {
  position: fixed;
  width: 90vw;
  height: 90vh;
  top: 5%;
  left: 5%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__voice-content {
  padding: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
}

.search__voice-close {
  background: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.search__voice-close-icon {
  font-size: 20px;
}

.search__voice-title {
  display: none;
}

.search__voice-transcript {
  width: 100%;
  font-size: 24px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  line-height: 100%;
  padding: 20px;
  color: #999999;
  overflow: hidden;
}
.search__voice-transcript::-moz-placeholder {
  font-size: 20px;
  color: #999999;
}
.search__voice-transcript::placeholder {
  font-size: 20px;
  color: #999999;
}

.search__voice-status {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  background: #f2f2f2;
  border-radius: 50%;
  text-align: center;
  top: 30px;
}
.search__voice-status::before {
  font-size: 48px;
  line-height: 80px;
  z-index: 6;
  position: relative;
}
.search__voice-status::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #e2e2e2;
  border-radius: 50%;
  animation: 1s search-voice-animate infinite;
  position: absolute;
  z-index: 4;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .search__voice-modal {
    width: 80vw;
    height: 80vh;
    top: 10%;
    left: 10%;
  }
  .search__voice-content {
    flex-direction: row-reverse;
  }
  .search__voice-transcript {
    width: 60%;
  }
  .search__voice-status {
    top: 0;
  }
}
[id=aviso] {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  padding: 15px;
  background: var(--tag-bg);
  color: var(--tag-text);
  border-radius: 5px;
}

.social-share {
  display: flex;
}
.social-share__nav {
  display: flex;
}
.social-share .share-link {
  margin-right: 15px;
}
.social-share .share-icon {
  color: var(--header-icon-color);
  font-size: 24px;
}
.social-share .comments-link {
  display: flex;
  align-items: center;
}
.social-share .comments-link::before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: var(--header-icon-color);
  margin: 0 15px 0 0px;
}
.social-share .comments-icon {
  color: var(--header-icon-color);
  font-size: 24px;
}
.social-share .comments-count {
  color: #666666;
  font-size: 14px;
  margin: -2px 0 0 5px;
  line-height: 100%;
}
.social-share .comments-count:empty {
  display: none;
}

/*
@media only screen and (min-width:screen-size('tablet-land')) { 

    .adv-left-sticky {

        .herramientas {

            width: $adv-left-sticky-width;
            margin: 0;
            justify-items: center;
            height: auto;
            float: left;
            order: 2;
            padding: 0;
            align-items: start;
            border: none;

            .fecha-nota {
                display: none;
            }

            .advthis {
                width: $adv-left-sticky-width;
                position: sticky;
                top: 92px;
                justify-content: center;
                flex-direction: column;
                margin: 0;
                padding: 6px 0 0 12px;


                .redes {
                    width: $adv-left-sticky-width;
                    flex-direction: column;
                    margin: 0;
                    align-items: center;

                    a {
                        margin: 0 0 20px;
                    }
                }

            }

            .comments-link {
                order: 2;
                flex-direction: column;
                align-items: center;
                width: $adv-left-sticky-width;
                justify-content: center;

                &::before { // Esto cambia la dirección de la línea que ya la generé antes
                    width: 20px;
                    height: 1px;
                    margin: 5px 0 15px 0;
                }
            }

        }

        // Genero el cuerpo sobre la imagen para que no se mueva
        .cont-foto {
            margin-top: 81px;
        }

        .texto {
            width: calc(100% - $adv-left-sticky-width);
        }

        .cont-cuerpo {
            flex-direction: row-reverse;
        }

    }

}
*/
.social-links {
  display: flex;
}
.social-links__toggle {
  cursor: pointer;
  display: none;
}
.social-links__nav {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.social-links__text {
  display: none;
}
.social-links__link {
  font-size: 20px;
  margin-left: 10px;
}

.social-links--circular-bg .social-links__icon {
  padding: 5px;
  background: var(--icons-background, #333);
  border-radius: 50%;
}

.social-links--rounded-bg .social-links__icon {
  padding: 5px;
  background: var(--icons-background, #333);
  border-radius: 3px;
}

.social-links--colored .icon-facebook::before {
  color: #1877f2;
}

.social-links--colored .icon-instagram::before {
  color: #ff5445;
}

.social-links--colored .icon-linkedin::before {
  color: #0077b5;
}

.social-links--colored .icon-pinterest::before {
  color: #db2638;
}

.social-links--colored .icon-spotify::before {
  color: #1ab26b;
}

.social-links--colored .icon-store::before {
  color: #151515;
}

.social-links--colored .icon-telegram::before {
  color: #20a0e1;
}

.social-links--colored .icon-tiktok::before {
  color: #151515;
}

.social-links--colored .icon-twitch::before {
  color: #9d57c4;
}

.social-links--colored .icon-twitter::before {
  color: #151515;
}

.social-links--colored .icon-whatsapp::before {
  color: #25d366;
}

.social-links--colored .icon-youtube::before {
  color: #ed1f24;
}

.social-links--colored .icon-youtube1::before {
  color: #ed1f24;
}

.social-links--colored .icon-youtube2::before {
  color: #ed1f24;
}

.social-links--toggle .social-links__toggle {
  display: flex;
}
.social-links--toggle .social-links__nav {
  display: none;
}

.social-links--toggle-left,
.social-links--toggle-left-mobile {
  flex-direction: row-reverse;
}
.social-links--toggle-left .social-links__toggle,
.social-links--toggle-left-mobile .social-links__toggle {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .social-links--toggle-left-mobile .social-links__toggle {
    display: none;
  }
  .social-links--toggle-left-mobile .social-links__nav {
    display: flex;
  }
  .social-links--toggle-left-desktop {
    flex-direction: row-reverse;
  }
  .social-links--toggle-left-desktop .social-links__toggle {
    margin-left: 10px;
  }
}
.social-links--toggle-right .social-links__toggle,
.social-links--toggle-right-mobile .social-links__toggle {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .social-links--toggle-right-mobile .social-links__toggle {
    display: none;
  }
  .social-links--toggle-right-mobile .social-links__nav {
    display: flex;
  }
}
.social-links--toggle-down .social-links__nav,
.social-links--toggle-down-mobile .social-links__nav {
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .social-links--toggle-down-mobile .social-links__toggle {
    display: none;
  }
  .social-links--toggle-down-mobile .social-links__nav {
    display: flex;
  }
}
.social-links--active .social-links__nav {
  display: flex;
}

.urgent-banner {
  position: relative;
  align-items: center;
  background: #f30000;
  transition: all 0.3s;
  margin: 0 auto;
  border: none;
  padding: 10px 20px;
  overflow: hidden;
  min-height: 62px;
  width: 100%;
  top: auto;
  left: auto;
}
.urgent-banner__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.urgent-banner__label {
  display: none;
}
.urgent-banner__text {
  font-family: var(--font-family-body);
  color: var(--urgent-text);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding: 10px 40px 10px 20px;
}
.urgent-banner__link-icon {
  display: none;
}
.urgent-banner__close {
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.urgent-banner__close-icon {
  color: #ffffff;
  font-size: 12px;
}
.urgent-banner__close-icon::before {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .urgent-banner__inner {
    justify-content: center;
  }
  .urgent-banner__label {
    display: flex;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1280px) {
  .urgent-banner__label {
    padding: 0 20px 0 0;
  }
  .urgent-banner__text {
    padding: 10px 0px;
  }
}
.urgent-banner--carousel .urgent-banner__label {
  display: none;
}
.urgent-banner--carousel .urgent-banner__container {
  position: relative;
  overflow: hidden;
}
.urgent-banner--carousel .urgent-banner__inner {
  position: relative;
  overflow: hidden;
  display: block;
}
.urgent-banner--carousel .urgent-banner__content {
  position: relative;
  display: block;
}
.urgent-banner--carousel .urgent-banner__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease;
}
.urgent-banner--carousel .urgent-banner__item.is-active {
  opacity: 1;
  z-index: 1;
}

.urgent-banner--sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}

.user-auth {
  display: flex;
}

.user-auth__guest,
.user-auth__username {
  display: none;
}

.user-auth__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .user-auth {
    display: flex;
  }
  .user-auth__guest {
    display: flex;
    align-items: center;
  }
  .user-auth__guest[hidden] {
    display: none;
  }
  .user-auth__logged {
    display: flex;
  }
  .user-auth__logged[hidden] {
    display: none;
  }
  .user-auth__button-text {
    font-size: 13px;
    line-height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.025em;
  }
  .user-auth__button--primary {
    color: var(--btn-primary-text);
    background: var(--btn-primary-bg);
    border-radius: 4px;
    padding: 13px 0 14px;
    font-family: var(--font-family-heading);
    width: 117px;
  }
  .user-auth__button--secondary {
    padding: 13px 0 14px;
    width: 90px;
  }
  .user-auth__button--avatar-only {
    display: none;
  }
  .user-auth__avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .user-auth__username {
    display: flex !important;
    line-height: 30px;
    float: right;
    margin-left: 10px;
    font-size: 13px;
  }
  .opinion.post-interior .header-top__top .user-auth__button--secondary,
  .nota-live.post-interior .header-top__top .user-auth__button--secondary,
  .nota-destacada.post-interior .header-top__top .user-auth__button--secondary {
    color: var(--header-bg);
  }
  .opinion.post-interior .header-top__top .user-auth__button--primary,
  .nota-live.post-interior .header-top__top .user-auth__button--primary,
  .nota-destacada.post-interior .header-top__top .user-auth__button--primary {
    background: var(--btn-primary-text);
    color: var(--btn-primary-bg);
  }
}
.opinion.post-interior .header-top__top .user-auth__avatar,
.opinion.listado .header-top__top .user-auth__avatar {
  filter: grayscale(1);
}

.opinion.post-interior .header-top__top .user-auth__username,
.nota-live.post-interior .header-top__top .user-auth__username,
.nota-destacada.post-interior .header-top__top .user-auth__username {
  color: #fff;
}

.user-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}

.user-page__bg {
  display: none;
}

.user-page__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}

.user-page__inner {
  width: 100%;
  max-width: 440px;
}

.user-page .header-top__logo img {
  height: 36px;
  margin: 0 auto 33px;
}

.user-page__error--server {
  padding: 16px 24px;
  background-color: #fdf0ef;
  color: #8b1a12;
  font-size: 0.875rem;
  margin-bottom: 16px;
}

.user-page__feedback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  padding: 16px 24px;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  max-width: 100%;
  line-height: 1.4;
}
.user-page__feedback:not([hidden]) {
  display: block;
}
.user-page__feedback--success {
  background-color: #edfaf3;
  color: #145a32;
}
.user-page__feedback--error {
  background-color: #fdf0ef;
  color: #8b1a12;
}

.user-page__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--content-heading-color);
}

.user-page__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #999999;
  margin: 24px 0 12px;
}

.user-page__description {
  font-size: 0.9375rem;
  color: #666666;
  margin: 0 0 20px;
}

.user-page__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.user-page__form.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.user-page__field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 20px;
}
.user-page__field.is-error .user-page__input,
.user-page__field.is-error .user-page__select {
  border-color: #fc0000;
}
.user-page__field.is-error .user-page__label {
  color: #fc0000;
}

.user-page__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--content-text-color);
}

.user-page__input {
  display: block;
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
  color: #333333;
  width: 100%;
  background: transparent;
}

.user-page__select {
  width: 100%;
  padding: 8px 30px 8px 0;
  border: 0;
  border-bottom: 1px solid #cccccc;
  background: transparent;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.4;
  transition: border-color 200ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.user-page__select:focus {
  outline: none;
}
.user-page__select[readonly] {
  background-color: #f5f5f5;
  cursor: default;
}

.user-page__select-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 12px;
  color: var(--content-text-color);
  pointer-events: none;
  z-index: 2;
}
.user-page__select-icon::before {
  content: "\e944";
}

.user-page__field-error {
  font-size: 0.75rem;
  color: #fc0000;
  min-height: 1em;
}

.user-page__select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.user-page__select-wrapper .user-page__select {
  padding-right: 25px;
}

.user-page__select-wrapper .user-page__select-icon {
  right: 8px;
}

.form__field--phone .form__input-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.form__field--phone .user-page__select-wrapper {
  flex: 0 0 174px;
  width: 174px;
}
.form__field--phone .user-page__select {
  width: 100%;
  min-width: 0;
}
.form__field--phone .user-page__input {
  flex: 1;
  width: 0;
  min-width: 0;
  line-height: 1.3;
  border-bottom: 1px solid #d9d9d9;
}

.user-page__birthdate-selects {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.user-page__birthdate-selects .user-page__select-wrapper {
  flex: 1;
  min-width: 0;
}
.user-page__birthdate-selects .user-page__select {
  width: 100%;
}

.user-page__password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999999;
  line-height: 0;
}
.user-page__password-toggle::before {
  content: "\e968";
  font-size: 18px;
}
.user-page__password-toggle.is-active::before {
  content: "\e924";
}
.user-page__password-toggle ~ .user-page__input {
  padding-right: 40px;
}

.user-page__password-strength {
  height: 3px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.user-page__password-strength-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 3px;
  transition: width 200ms ease, background-color 200ms ease;
}
.user-page__password-strength-bar[data-strength="1"] {
  background-color: #e74c3c;
}
.user-page__password-strength-bar[data-strength="2"] {
  background-color: #f39c12;
}
.user-page__password-strength-bar[data-strength="3"] {
  background-color: #27ae60;
}
.user-page__password-strength-bar[data-strength="4"] {
  background-color: #1e8449;
}

.user-page__field--checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.user-page__checkbox {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--btn-primary-bg);
}

.user-page__checkbox-label {
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
}

.user-page__submit {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background-color 200ms ease, opacity 200ms ease;
  text-decoration: none;
}
.user-page__submit:hover {
  background-color: #004bb5;
}
.user-page__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.user-page__submit--secondary {
  background-color: #f0f0f0;
  color: #111111;
}

.user-page__link {
  color: #065fd4;
  text-decoration: none;
  font-size: 0.875rem;
}
.user-page__link:hover {
  text-decoration: underline;
}

.user-page__forgot {
  text-align: right;
  margin-top: -4px;
}

.user-page__switch-link {
  text-align: center;
  padding: 8px 0;
}

.user-page__social-title {
  position: relative;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--content-text-color);
  margin: 36px 0;
}
.user-page__social-title span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background-color: #ffffff;
}
.user-page__social-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d4d4d4;
}

.user-page__social {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 36px;
}

.user-page__social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: background-color 200ms ease;
}
.user-page__social-btn:hover {
  background-color: #f5f5f5;
}

.user-page__social-icon {
  font-size: 18px;
  line-height: 1;
}

.user-page__social-text {
  color: #666;
  font-size: 15px;
}

.user-page__terms {
  font-size: 0.75rem;
  color: #666666;
  text-align: center;
  margin-top: 8px;
}

.user-page__welcome {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 57px;
}

.user-page__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-page__welcome-text {
  font-size: 20px;
  color: var(--content-text-color);
}

.user-page__welcome-name {
  font-weight: 600;
}

.user-page__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin: 0 auto 36px;
  position: relative;
}

.user-page__action-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: transparent;
  color: #666;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 38px;
  cursor: pointer;
  margin-bottom: 10px;
}
.user-page__action-link:hover {
  background-color: #f0f0f0;
}
.user-page__action-link--toggle {
  justify-content: space-between;
}

.user-page__action-icon {
  font-size: 18px;
  line-height: 1;
  color: var(--content-text-color);
}

.user-page__account-info {
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
  line-height: 1.6;
}

.user-page__toggle-btn {
  background: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font: inherit;
  text-align: left;
  margin-bottom: -20px;
}
.user-page__toggle-btn .user-page__label {
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.user-page__toggle-track {
  display: block;
  width: 46px;
  height: 26px;
  border: 1px solid #d9d9d9;
  border-radius: 26px;
  background-color: #f2f2f2;
  position: relative;
  transition: background-color 200ms ease;
}
.user-page__toggle-thumb {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  transition: transform 200ms ease;
}
.user-page__toggle-btn[aria-checked=true] .user-page__toggle-thumb {
  transform: translateX(20px);
  background-color: var(--btn-primary-bg);
}

.user-page__section {
  min-width: 0;
  border: none;
  padding: 0;
  margin: 0 0 24px;
}

.user-page__avatar-upload {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 0;
}

.user-page__avatar-preview {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.user-page__avatar-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.user-page__avatar-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.user-page__avatar-label {
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.user-page__avatar-label:hover {
  text-decoration: underline;
}

.user-page__field-hint {
  font-size: 11px;
}

.user-page__section-title {
  font-size: 15px;
  display: flex;
  margin: 20px auto 36px;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.025em;
  position: relative;
  text-transform: uppercase;
}
.user-page__section-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  z-index: 1;
  top: 5px;
}
.user-page__section-title .user-page__section-text {
  background: #fff;
  padding: 0 18px;
  position: relative;
  z-index: 2;
  width: auto;
  display: inline-block;
}

.user-page__field--location {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media only screen and (min-width: 768px) {
  .user-page {
    max-width: 360px;
  }
  .user-page__bg {
    display: block;
    flex: 1;
    background-color: #f0f0f0;
    background-image: var(--user-page-bg-image, none);
    background-size: cover;
    background-position: center;
  }
  .user-page__container {
    align-items: center;
    padding: 40px 32px;
  }
  .user-page__feedback {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .user-page__feedback {
    width: 60%;
    left: 40%;
  }
}
@media only screen and (min-width: 1280px) {
  .user-page__feedback {
    width: 45%;
    left: 55%;
  }
}
.destacado-seccion {
  margin-bottom: -36px;
}
.destacado-seccion .bloque__4-notas-mixto {
  margin-bottom: 36px;
}
.destacado-seccion .bloque__4-notas-mixto .grid {
  margin-bottom: 0;
}
.destacado-seccion .bloque__4-notas-mixto .nota-position-1 .article__header {
  width: calc(100% + 20px);
  margin-top: -20px;
  left: 0;
  right: -20px;
  position: relative;
  padding: 18px 20px 0;
  background: #fff;
}
.destacado-seccion .bloque__4-notas-mixto .cl-11 {
  grid-row-gap: 65px;
}
.destacado-seccion .bloque__4-notas-mixto .nota-position-3,
.destacado-seccion .bloque__4-notas-mixto .nota-position-4 {
  flex-direction: row-reverse;
  align-items: center;
}
.destacado-seccion .bloque__4-notas-mixto .nota-position-3 .article__header,
.destacado-seccion .bloque__4-notas-mixto .nota-position-4 .article__header {
  width: calc(100% - 126px);
  padding: 0 24px 0 0;
}
.destacado-seccion .bloque__4-notas-mixto .nota-position-3 .article__title,
.destacado-seccion .bloque__4-notas-mixto .nota-position-4 .article__title {
  font-size: 18px;
}
.destacado-seccion .bloque__4-notas-mixto .nota-position-3 .article__media,
.destacado-seccion .bloque__4-notas-mixto .nota-position-4 .article__media {
  width: 126px;
}
.destacado-seccion .bloque__4-notas-mixto .article--line-top::after {
  top: -33px;
  left: 20px;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .destacado-seccion .nota-position-1 .article__media {
    width: 100vw;
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .destacado-seccion .bloque__4-notas-mixto {
    margin-bottom: 72px;
  }
  .destacado-seccion .bloque__4-notas-mixto .cl-11 {
    grid-row-gap: 50px;
  }
  .destacado-seccion .bloque__4-notas-mixto .nota-position-2 {
    flex-direction: row-reverse;
  }
  .destacado-seccion .bloque__4-notas-mixto .nota-position-2 .article__header {
    padding: 0 24px 0 0;
  }
  .destacado-seccion .bloque__4-notas-mixto .article--line-top::after {
    top: -26px;
    left: 0;
    width: 100%;
  }
  .destacado-seccion .bloque__4-notas-mixto .nota-position-2 .article__media,
  .destacado-seccion .bloque__4-notas-mixto .nota-position-3 .article__media,
  .destacado-seccion .bloque__4-notas-mixto .nota-position-4 .article__media {
    width: 180px;
    height: auto;
  }
  .destacado-seccion .bloque__4-notas-mixto .nota-position-2 .article__header,
  .destacado-seccion .bloque__4-notas-mixto .nota-position-3 .article__header,
  .destacado-seccion .bloque__4-notas-mixto .nota-position-4 .article__header {
    width: calc(100% - 180px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .destacado-seccion .bloque__4-notas-mixto .cl-13,
  .destacado-seccion .bloque__4-notas-mixto .cl-11 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
  .destacado-seccion .bloque__4-notas-mixto .cl-13 {
    margin-bottom: 20px;
  }
  .destacado-seccion .bloque__4-notas-mixto .nota-position-1 {
    margin-bottom: 20px;
  }
  .destacado-seccion .bloque__4-notas-mixto .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .destacado-seccion .bloque__4-notas-mixto .nota-position-1 .article__header {
    width: calc(100% - 50px);
    margin-top: -50px;
    left: 50px;
  }
}
.listado-seccion {
  padding: 0;
  margin-bottom: 0;
}
.listado-seccion .content-section__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 34px;
  padding-top: 35px;
}
.listado-seccion .content-section__title::before {
  content: none;
}
.listado-seccion.article--line-top::after {
  width: calc(100% - 40px);
  transform: translateX(20px);
}
.listado-seccion .news-lists__item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 29px;
}
.listado-seccion .news-lists__item .article__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.listado-seccion .news-lists__item .article__tag {
  display: flex;
  width: auto;
  line-height: 1;
}
.listado-seccion .news-lists__item .article__tag::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 8px;
  margin: 2px 10px;
  background: var(--nav-primary-active-text);
}
.listado-seccion .news-lists__item .article__date {
  display: inline-flex;
  white-space: nowrap;
  line-height: 1;
}
.listado-seccion .news-lists__item:last-child {
  margin-bottom: 0;
}
.listado-seccion .article--line-bottom::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .listado-seccion {
    padding: 0 20px;
    margin-bottom: 130px;
  }
  .listado-seccion .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -20px;
  }
  .listado-seccion.article--line-top::after {
    width: 100%;
    transform: none;
  }
  .listado-seccion .news-lists__item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 36px;
    margin-bottom: 36px;
  }
  .listado-seccion .news-lists__item .article__media {
    width: 210px;
  }
  .listado-seccion .news-lists__item .article__header {
    width: calc(100% - 210px);
    padding: 0 20px 0 0;
  }
  .listado-seccion .news-lists__item .article__date {
    display: inline-flex;
    white-space: nowrap;
    line-height: 1;
  }
  .listado-seccion .news-lists__item:first-of-type {
    flex-direction: row;
  }
  .listado-seccion .news-lists__item:first-of-type .article__media {
    width: 264px;
  }
  .listado-seccion .news-lists__item:first-of-type .article__header {
    width: calc(100% - 264px);
    padding: 0 0 0 20px;
  }
  .listado-seccion .news-lists__item:first-of-type .article__title {
    font-size: 22px;
  }
  .listado-seccion .article--line-bottom::after {
    content: "";
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-listado .main-content,
  .post-listado .sidebar--right,
  .listado-posts .main-content,
  .listado-posts .sidebar--right,
  .listado-buscador .main-content,
  .listado-buscador .sidebar--right,
  .listado .main-content,
  .listado .sidebar--right {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .listado-seccion {
    padding: 0 59px;
  }
  .listado-seccion .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -59px;
  }
  .listado-seccion.article--line-top::after {
    width: 100%;
    transform: none;
  }
}
.listado-opinion {
  padding: 36px 0 0;
  margin-bottom: 0;
}
.listado-opinion.article--line-top::after {
  width: calc(100% - 40px);
  transform: translateX(20px);
}
.listado-opinion .news-lists__item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 29px;
}
.listado-opinion .news-lists__item .article__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.listado-opinion .news-lists__item .article__tag {
  display: flex;
  width: auto;
  line-height: 1;
}
.listado-opinion .news-lists__item .article__tag::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 8px;
  margin: 2px 10px;
  background: var(--nav-primary-active-text);
}
.listado-opinion .news-lists__item .article__date {
  display: inline-flex;
  white-space: nowrap;
  line-height: 1;
}
.listado-opinion .news-lists__item .article__media img {
  filter: grayscale(1);
}
.listado-opinion .news-lists__item:last-of-type {
  margin-bottom: 0;
}
.listado-opinion .article--line-bottom::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .listado-opinion {
    padding: 72px 20px;
    margin-bottom: 130px;
  }
  .listado-opinion .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -20px;
  }
  .listado-opinion.article--line-top::after {
    width: 100%;
    transform: none;
  }
  .listado-opinion .news-lists__item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 36px;
    margin-bottom: 36px;
  }
  .listado-opinion .news-lists__item .article__media {
    width: 210px;
  }
  .listado-opinion .news-lists__item .article__header {
    width: calc(100% - 210px);
    padding: 0 20px 0 0;
  }
  .listado-opinion .news-lists__item .article__date {
    display: inline-flex;
    white-space: nowrap;
    line-height: 1;
  }
  .listado-opinion .news-lists__item:first-of-type {
    flex-direction: row;
  }
  .listado-opinion .news-lists__item:first-of-type .article__media {
    width: 264px;
  }
  .listado-opinion .news-lists__item:first-of-type .article__header {
    width: calc(100% - 264px);
    padding: 0 0 0 20px;
  }
  .listado-opinion .news-lists__item:first-of-type .article__title {
    font-size: 22px;
  }
  .listado-opinion .article--line-bottom::after {
    content: "";
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .listado-opinion {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .listado-opinion {
    padding: 72px 59px 0;
  }
  .listado-opinion.article--line-top::after {
    width: 100%;
    transform: none;
  }
}
.lo-ultimo {
  padding: 36px 0 0;
  margin-bottom: 0;
}
.lo-ultimo.article--line-top::after {
  width: calc(100% - 40px);
  transform: translateX(20px);
}
.lo-ultimo .news-lists__item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 29px;
}
.lo-ultimo .news-lists__item .article__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lo-ultimo .news-lists__item .article__tag {
  display: flex;
  width: auto;
  line-height: 1;
}
.lo-ultimo .news-lists__item .article__tag::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 8px;
  margin: 2px 10px;
  background: var(--nav-primary-active-text);
}
.lo-ultimo .news-lists__item .article__date {
  display: inline-flex;
  white-space: nowrap;
  line-height: 1;
}
.lo-ultimo .news-lists__item:last-of-type {
  margin-bottom: 0;
}
.lo-ultimo .article--line-bottom::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .lo-ultimo {
    padding: 72px 20px;
    margin-bottom: 130px;
  }
  .lo-ultimo .content-section__title {
    font-size: 15px;
    padding-top: 19px;
    margin-left: -20px;
  }
  .lo-ultimo.article--line-top::after {
    width: 100%;
    transform: none;
  }
  .lo-ultimo .news-lists__item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 36px;
    margin-bottom: 36px;
  }
  .lo-ultimo .news-lists__item .article__media {
    width: 210px;
  }
  .lo-ultimo .news-lists__item .article__header {
    width: calc(100% - 210px);
    padding: 0 20px 0 0;
  }
  .lo-ultimo .news-lists__item .article__date {
    display: inline-flex;
    white-space: nowrap;
    line-height: 1;
  }
  .lo-ultimo .news-lists__item:first-of-type {
    flex-direction: row;
  }
  .lo-ultimo .news-lists__item:first-of-type .article__media {
    width: 264px;
  }
  .lo-ultimo .news-lists__item:first-of-type .article__header {
    width: calc(100% - 264px);
    padding: 0 0 0 20px;
  }
  .lo-ultimo .news-lists__item:first-of-type .article__title {
    font-size: 22px;
  }
  .lo-ultimo .article--line-bottom::after {
    content: "";
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lo-ultimo {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .lo-ultimo {
    padding: 72px 59px 0;
  }
  .lo-ultimo.article--line-top::after {
    width: 100%;
    transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .overlay {
    overflow: hidden;
    scrollbar-gutter: stable;
  }
  .overlay body::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
  }
}
@media only screen and (min-width: 768px) {
  .sticky-container {
    position: relative;
    height: 100%;
  }
  .sticky-element {
    position: sticky;
    top: 140px;
  }
}
/*
@media only screen and (min-width:screen-size('tablet')) {

    .has-sticky.is-pinned {
        position: sticky;
        top:0;
    }

}
*/
[class*=trunk-] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.texto-completo {
  -webkit-line-clamp: unset !important;
  display: block !important;
}

.trunk-1 {
  -webkit-line-clamp: 1;
}

.trunk-2 {
  -webkit-line-clamp: 2;
}

.trunk-3 {
  -webkit-line-clamp: 3;
}

.trunk-4 {
  -webkit-line-clamp: 4;
}

.trunk-5 {
  -webkit-line-clamp: 5;
}

.trunk-6 {
  -webkit-line-clamp: 6;
}

.trunk-7 {
  -webkit-line-clamp: 7;
}

.trunk-8 {
  -webkit-line-clamp: 8;
}

.trunk-9 {
  -webkit-line-clamp: 9;
}

.trunk-10 {
  -webkit-line-clamp: 10;
}

@media only screen and (min-width: 0px) {
  .trunk-1-mobile {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 320px) {
  .trunk-1-mobile-small {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-small {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-small {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-small {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-small {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-small {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-small {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-small {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-small {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-small {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 375px) {
  .trunk-1-mobile-modern {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-modern {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-modern {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-modern {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-modern {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-modern {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-modern {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-modern {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-modern {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-modern {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 425px) {
  .trunk-1-mobile-large {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-large {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-large {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-large {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-large {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-large {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-large {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-large {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-large {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-large {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 480px) {
  .trunk-1-mobile-land {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-land {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-land {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-land {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-land {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-land {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-land {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-land {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-land {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-land {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 576px) {
  .trunk-1-mobile-modern-land {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-modern-land {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-modern-land {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-modern-land {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-modern-land {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-modern-land {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-modern-land {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-modern-land {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-modern-land {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-modern-land {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 768px) {
  .trunk-1-tablet {
    -webkit-line-clamp: 1;
  }
  .trunk-2-tablet {
    -webkit-line-clamp: 2;
  }
  .trunk-3-tablet {
    -webkit-line-clamp: 3;
  }
  .trunk-4-tablet {
    -webkit-line-clamp: 4;
  }
  .trunk-5-tablet {
    -webkit-line-clamp: 5;
  }
  .trunk-6-tablet {
    -webkit-line-clamp: 6;
  }
  .trunk-7-tablet {
    -webkit-line-clamp: 7;
  }
  .trunk-8-tablet {
    -webkit-line-clamp: 8;
  }
  .trunk-9-tablet {
    -webkit-line-clamp: 9;
  }
  .trunk-10-tablet {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1024px) {
  .trunk-1-tablet-land {
    -webkit-line-clamp: 1;
  }
  .trunk-2-tablet-land {
    -webkit-line-clamp: 2;
  }
  .trunk-3-tablet-land {
    -webkit-line-clamp: 3;
  }
  .trunk-4-tablet-land {
    -webkit-line-clamp: 4;
  }
  .trunk-5-tablet-land {
    -webkit-line-clamp: 5;
  }
  .trunk-6-tablet-land {
    -webkit-line-clamp: 6;
  }
  .trunk-7-tablet-land {
    -webkit-line-clamp: 7;
  }
  .trunk-8-tablet-land {
    -webkit-line-clamp: 8;
  }
  .trunk-9-tablet-land {
    -webkit-line-clamp: 9;
  }
  .trunk-10-tablet-land {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1280px) {
  .trunk-1-desktop {
    -webkit-line-clamp: 1;
  }
  .trunk-2-desktop {
    -webkit-line-clamp: 2;
  }
  .trunk-3-desktop {
    -webkit-line-clamp: 3;
  }
  .trunk-4-desktop {
    -webkit-line-clamp: 4;
  }
  .trunk-5-desktop {
    -webkit-line-clamp: 5;
  }
  .trunk-6-desktop {
    -webkit-line-clamp: 6;
  }
  .trunk-7-desktop {
    -webkit-line-clamp: 7;
  }
  .trunk-8-desktop {
    -webkit-line-clamp: 8;
  }
  .trunk-9-desktop {
    -webkit-line-clamp: 9;
  }
  .trunk-10-desktop {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .trunk-1-desktop-large {
    -webkit-line-clamp: 1;
  }
  .trunk-2-desktop-large {
    -webkit-line-clamp: 2;
  }
  .trunk-3-desktop-large {
    -webkit-line-clamp: 3;
  }
  .trunk-4-desktop-large {
    -webkit-line-clamp: 4;
  }
  .trunk-5-desktop-large {
    -webkit-line-clamp: 5;
  }
  .trunk-6-desktop-large {
    -webkit-line-clamp: 6;
  }
  .trunk-7-desktop-large {
    -webkit-line-clamp: 7;
  }
  .trunk-8-desktop-large {
    -webkit-line-clamp: 8;
  }
  .trunk-9-desktop-large {
    -webkit-line-clamp: 9;
  }
  .trunk-10-desktop-large {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1680px) {
  .trunk-1-desktop-wide {
    -webkit-line-clamp: 1;
  }
  .trunk-2-desktop-wide {
    -webkit-line-clamp: 2;
  }
  .trunk-3-desktop-wide {
    -webkit-line-clamp: 3;
  }
  .trunk-4-desktop-wide {
    -webkit-line-clamp: 4;
  }
  .trunk-5-desktop-wide {
    -webkit-line-clamp: 5;
  }
  .trunk-6-desktop-wide {
    -webkit-line-clamp: 6;
  }
  .trunk-7-desktop-wide {
    -webkit-line-clamp: 7;
  }
  .trunk-8-desktop-wide {
    -webkit-line-clamp: 8;
  }
  .trunk-9-desktop-wide {
    -webkit-line-clamp: 9;
  }
  .trunk-10-desktop-wide {
    -webkit-line-clamp: 10;
  }
}
[class*=trunk-] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.texto-completo {
  -webkit-line-clamp: unset !important;
  display: block !important;
}

.trunk-1 {
  -webkit-line-clamp: 1;
}

.trunk-2 {
  -webkit-line-clamp: 2;
}

.trunk-3 {
  -webkit-line-clamp: 3;
}

.trunk-4 {
  -webkit-line-clamp: 4;
}

.trunk-5 {
  -webkit-line-clamp: 5;
}

.trunk-6 {
  -webkit-line-clamp: 6;
}

.trunk-7 {
  -webkit-line-clamp: 7;
}

.trunk-8 {
  -webkit-line-clamp: 8;
}

.trunk-9 {
  -webkit-line-clamp: 9;
}

.trunk-10 {
  -webkit-line-clamp: 10;
}

@media only screen and (min-width: 0px) {
  .trunk-1-mobile {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 320px) {
  .trunk-1-mobile-small {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-small {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-small {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-small {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-small {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-small {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-small {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-small {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-small {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-small {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 375px) {
  .trunk-1-mobile-modern {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-modern {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-modern {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-modern {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-modern {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-modern {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-modern {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-modern {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-modern {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-modern {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 425px) {
  .trunk-1-mobile-large {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-large {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-large {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-large {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-large {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-large {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-large {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-large {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-large {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-large {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 480px) {
  .trunk-1-mobile-land {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-land {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-land {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-land {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-land {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-land {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-land {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-land {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-land {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-land {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 576px) {
  .trunk-1-mobile-modern-land {
    -webkit-line-clamp: 1;
  }
  .trunk-2-mobile-modern-land {
    -webkit-line-clamp: 2;
  }
  .trunk-3-mobile-modern-land {
    -webkit-line-clamp: 3;
  }
  .trunk-4-mobile-modern-land {
    -webkit-line-clamp: 4;
  }
  .trunk-5-mobile-modern-land {
    -webkit-line-clamp: 5;
  }
  .trunk-6-mobile-modern-land {
    -webkit-line-clamp: 6;
  }
  .trunk-7-mobile-modern-land {
    -webkit-line-clamp: 7;
  }
  .trunk-8-mobile-modern-land {
    -webkit-line-clamp: 8;
  }
  .trunk-9-mobile-modern-land {
    -webkit-line-clamp: 9;
  }
  .trunk-10-mobile-modern-land {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 768px) {
  .trunk-1-tablet {
    -webkit-line-clamp: 1;
  }
  .trunk-2-tablet {
    -webkit-line-clamp: 2;
  }
  .trunk-3-tablet {
    -webkit-line-clamp: 3;
  }
  .trunk-4-tablet {
    -webkit-line-clamp: 4;
  }
  .trunk-5-tablet {
    -webkit-line-clamp: 5;
  }
  .trunk-6-tablet {
    -webkit-line-clamp: 6;
  }
  .trunk-7-tablet {
    -webkit-line-clamp: 7;
  }
  .trunk-8-tablet {
    -webkit-line-clamp: 8;
  }
  .trunk-9-tablet {
    -webkit-line-clamp: 9;
  }
  .trunk-10-tablet {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1024px) {
  .trunk-1-tablet-land {
    -webkit-line-clamp: 1;
  }
  .trunk-2-tablet-land {
    -webkit-line-clamp: 2;
  }
  .trunk-3-tablet-land {
    -webkit-line-clamp: 3;
  }
  .trunk-4-tablet-land {
    -webkit-line-clamp: 4;
  }
  .trunk-5-tablet-land {
    -webkit-line-clamp: 5;
  }
  .trunk-6-tablet-land {
    -webkit-line-clamp: 6;
  }
  .trunk-7-tablet-land {
    -webkit-line-clamp: 7;
  }
  .trunk-8-tablet-land {
    -webkit-line-clamp: 8;
  }
  .trunk-9-tablet-land {
    -webkit-line-clamp: 9;
  }
  .trunk-10-tablet-land {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1280px) {
  .trunk-1-desktop {
    -webkit-line-clamp: 1;
  }
  .trunk-2-desktop {
    -webkit-line-clamp: 2;
  }
  .trunk-3-desktop {
    -webkit-line-clamp: 3;
  }
  .trunk-4-desktop {
    -webkit-line-clamp: 4;
  }
  .trunk-5-desktop {
    -webkit-line-clamp: 5;
  }
  .trunk-6-desktop {
    -webkit-line-clamp: 6;
  }
  .trunk-7-desktop {
    -webkit-line-clamp: 7;
  }
  .trunk-8-desktop {
    -webkit-line-clamp: 8;
  }
  .trunk-9-desktop {
    -webkit-line-clamp: 9;
  }
  .trunk-10-desktop {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .trunk-1-desktop-large {
    -webkit-line-clamp: 1;
  }
  .trunk-2-desktop-large {
    -webkit-line-clamp: 2;
  }
  .trunk-3-desktop-large {
    -webkit-line-clamp: 3;
  }
  .trunk-4-desktop-large {
    -webkit-line-clamp: 4;
  }
  .trunk-5-desktop-large {
    -webkit-line-clamp: 5;
  }
  .trunk-6-desktop-large {
    -webkit-line-clamp: 6;
  }
  .trunk-7-desktop-large {
    -webkit-line-clamp: 7;
  }
  .trunk-8-desktop-large {
    -webkit-line-clamp: 8;
  }
  .trunk-9-desktop-large {
    -webkit-line-clamp: 9;
  }
  .trunk-10-desktop-large {
    -webkit-line-clamp: 10;
  }
}
@media only screen and (min-width: 1680px) {
  .trunk-1-desktop-wide {
    -webkit-line-clamp: 1;
  }
  .trunk-2-desktop-wide {
    -webkit-line-clamp: 2;
  }
  .trunk-3-desktop-wide {
    -webkit-line-clamp: 3;
  }
  .trunk-4-desktop-wide {
    -webkit-line-clamp: 4;
  }
  .trunk-5-desktop-wide {
    -webkit-line-clamp: 5;
  }
  .trunk-6-desktop-wide {
    -webkit-line-clamp: 6;
  }
  .trunk-7-desktop-wide {
    -webkit-line-clamp: 7;
  }
  .trunk-8-desktop-wide {
    -webkit-line-clamp: 8;
  }
  .trunk-9-desktop-wide {
    -webkit-line-clamp: 9;
  }
  .trunk-10-desktop-wide {
    -webkit-line-clamp: 10;
  }
}
.header-top {
  width: 100%;
  padding: 0;
  position: relative;
}
.header-top__top {
  margin: 0 auto;
  background: var(--header-bg);
  min-height: 62px;
  border-bottom: solid 1px var(--border-color);
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.header-top__top .bloque {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.header-top__top .menu-container,
.header-top__top .login-container {
  display: flex;
  align-items: center;
}
.header-top__top .header-top__icon-menu {
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 10px;
  padding: 8px 10px 10px 0;
  box-sizing: content-box;
  position: relative;
  align-items: flex-start;
}
.header-top__top .header-top__icon-menu .buttons-menu {
  cursor: pointer;
  position: absolute;
  background: var(--header-icon-color);
  height: 1px;
  width: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s;
}
.header-top__top .header-top__icon-menu .buttons-menu::before, .header-top__top .header-top__icon-menu .buttons-menu::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--header-icon-color);
  height: 1px;
  width: 20px;
}
.header-top__top .header-top__icon-menu .buttons-menu::before {
  top: 5px;
  transition: opacity 0.15s ease 0.18s, background-color 0s linear 0s;
}
.header-top__top .header-top__icon-menu .buttons-menu::after {
  top: 10px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s;
}
.header-top__top .header-top__icon-menu.active .buttons-menu {
  transform: translate3d(0, 5px, 0) rotate(135deg);
}
.header-top__top .header-top__icon-menu.active .buttons-menu::before {
  opacity: 0;
}
.header-top__top .header-top__icon-menu.active .buttons-menu::after {
  transform: translate3d(0, -10px, 0) rotate(-270deg);
}
.header-top__top .header-top__icon-lupa,
.header-top__top .menu--top {
  display: none;
}
.header-top__bloque-top, .header-top__icon-lupa, .header-top__icon-menu::before {
  display: none;
}

.is-header-pinned .header-top__top {
  position: sticky;
  top: 0;
  z-index: 6;
  animation: slide-down 0.5s ease;
}

.is-header-pinned.is-header-initial .header-top__top {
  animation: none;
}

@keyframes slide-down {
  from {
    top: -62px;
  }
  to {
    top: 0;
  }
}
.opinion.post-interior .header-top__top,
.nota-live.post-interior .header-top__top,
.nota-destacada.post-interior .header-top__top {
  background: var(--nav-primary-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.opinion.post-interior .header-top__top .buttons-menu,
.nota-live.post-interior .header-top__top .buttons-menu,
.nota-destacada.post-interior .header-top__top .buttons-menu {
  background: var(--header-bg);
}
.opinion.post-interior .header-top__top .buttons-menu::before, .opinion.post-interior .header-top__top .buttons-menu::after,
.nota-live.post-interior .header-top__top .buttons-menu::before,
.nota-live.post-interior .header-top__top .buttons-menu::after,
.nota-destacada.post-interior .header-top__top .buttons-menu::before,
.nota-destacada.post-interior .header-top__top .buttons-menu::after {
  background: var(--header-bg);
}
.opinion.post-interior .header-top__top .icon-lupa::before,
.opinion.post-interior .header-top__top a.menu__item,
.nota-live.post-interior .header-top__top .icon-lupa::before,
.nota-live.post-interior .header-top__top a.menu__item,
.nota-destacada.post-interior .header-top__top .icon-lupa::before,
.nota-destacada.post-interior .header-top__top a.menu__item {
  color: var(--header-bg);
}

@media only screen and (min-width: 768px) {
  .header-top__top {
    width: 100%;
    animation: none !important;
    position: sticky;
    top: 0;
    padding: 0;
    z-index: 6;
  }
  .header-top__top .bloque {
    max-width: calc(100% - 40px);
    min-height: 40px;
  }
  .header-top__top .header-top__icon-lupa {
    display: flex;
    cursor: pointer;
    margin-left: 10px;
  }
  .header-top__top .header-top__icon-lupa::before {
    font-size: 19px;
  }
  .header-top__top .menu--top {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .header-top__top .menu__ul {
    display: flex;
    align-items: center;
  }
  .header-top__top .menu__li {
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .header-top__top .menu__item {
    font-size: 13px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (min-width: 1024px) {
  .header-top__top {
    border-bottom: none;
    min-height: 81px;
  }
  .header-top__bloque-top {
    margin-bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
    background: var(--header-bg);
    padding: 0 0 20px;
    min-height: 122px;
    border-bottom: 1px solid var(--border-color);
  }
  .is-header-pinned .header-top__top {
    border-bottom: 1px solid var(--border-color);
  }
}
.post-interior .header-top__bloque-top,
.listado-buscador .header-top__bloque-top,
.popular .header-top__bloque-top,
.ultimas-noticias .header-top__bloque-top {
  display: none;
}

.opinion.post-interior .header-top__bloque-top,
.nota-live.post-interior .header-top__bloque-top,
.nota-destacada.post-interior .header-top__bloque-top {
  display: none;
}

.menu {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu {
    transition: all 0.3s;
    background: var(--nav-primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu .menu__bloque-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .menu .menu__item {
    padding: 0 11px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    float: left;
  }
  .menu .menu__item.active {
    position: relative;
  }
  .menu .menu__item.active .menu__link {
    color: var(--nav-primary-active-text);
  }
  .menu .menu__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    color: var(--nav-primary-text);
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
  }
  .menu .menu__icon-menu {
    display: none;
  }
  .menu .menu__nav {
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
}
.icon-menu.class-close.active::before {
  content: "\e953";
  font-size: 15px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .top-fixed.is-fixed .menu,
  .open-search .menu {
    position: sticky;
    top: 0;
    background: var(--header-bg);
    border-bottom: solid 4px #f7f7f7;
    z-index: 8;
    width: 100%;
  }
  .top-fixed.is-fixed .menu__bloque-menu,
  .open-search .menu__bloque-menu {
    height: 54px;
  }
  .top-fixed.is-fixed .menu__icon-menu,
  .open-search .menu__icon-menu {
    display: flex;
    margin: 0 20px 0 23px;
    cursor: pointer;
  }
  .top-fixed.is-fixed .menu__icon-menu::before,
  .open-search .menu__icon-menu::before {
    font-size: 20px;
  }
  .top-fixed.is-fixed .menu .menu__list,
  .open-search .menu .menu__list {
    display: none;
  }
  .menu.open {
    position: fixed;
  }
}
.menu-dropdown {
  background: #020a0a;
  transition: all 0.2s;
  position: fixed;
  z-index: 8;
  left: -100%;
  top: 0;
  padding: 20px;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.menu-dropdown__content {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.menu-dropdown__nav {
  margin: 0 auto;
}
.menu-dropdown__item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.menu-dropdown__title-menu {
  display: none;
}
.menu-dropdown__link {
  color: var(--dropdown-text);
  font-family: var(--font-family-heading);
  padding: 29px 20px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.active .menu-dropdown__link, .menu-dropdown__link:hover {
  color: var(--dropdown-active-text);
  background: var(--dropdown-active-bg);
  opacity: 1;
}
.menu-dropdown .sub-menu .menu-dropdown__link {
  padding: 29px 40px;
}
.menu-dropdown__icon-menu::before {
  display: none;
}
.menu-dropdown .icon-menu {
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 10px;
  padding: 10px;
  box-sizing: content-box;
  padding-left: 0;
  top: 15px;
  left: 20px;
  position: absolute;
}
.menu-dropdown .icon-menu .buttons-menu {
  cursor: pointer;
  position: absolute;
  background: #fff;
  height: 1px;
  width: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s;
}
.menu-dropdown .icon-menu .buttons-menu::before, .menu-dropdown .icon-menu .buttons-menu::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  width: 20px;
}
.menu-dropdown .icon-menu .buttons-menu::before {
  top: 5px;
  transition: opacity 0.15s ease 0.18s, background-color 0s linear 0s;
}
.menu-dropdown .icon-menu .buttons-menu::after {
  top: 10px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s;
}
.menu-dropdown .icon-menu.active .buttons-menu {
  transform: translate3d(0, 5px, 0) rotate(135deg);
}
.menu-dropdown .icon-menu.active .buttons-menu::before {
  opacity: 0;
}
.menu-dropdown .icon-menu.active .buttons-menu::after {
  transform: translate3d(0, -10px, 0) rotate(-270deg);
}
.menu-dropdown__footer {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  flex-shrink: 0;
}
.menu-dropdown__bot {
  border: 1px solid #333;
  height: 80px;
  width: calc(100% - 20px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.menu-dropdown__bot:hover {
  background: var(--dropdown-active-text);
}
.menu-dropdown__bot:hover .menu-dropdown__bot-title,
.menu-dropdown__bot:hover .icon-bot:before {
  color: var(--dropdown-active-bg);
}
.menu-dropdown__bot-icon {
  position: relative;
  bottom: auto;
  right: auto;
  margin-right: 17px;
  text-shadow: none;
}
.menu-dropdown .icon-bot::before {
  content: "\e975";
  font-size: 46px;
  color: var(--dropdown-text);
}
.menu-dropdown__bot-title {
  font-size: 13px;
  font-family: var(--font-family-heading);
  color: var(--dropdown-text);
  line-height: 1.2;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .menu-dropdown {
    padding: 25px 30px;
    max-width: 430px;
  }
  .menu-dropdown .icon-menu {
    top: 20px;
    left: 30px;
  }
}
.menu-open::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}
.menu-open .menu-dropdown {
  left: 0;
}

:root:has(.menu-open) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.menu-dropdown .search__content {
  margin-bottom: 30px;
}
.menu-dropdown .search__toggle {
  display: none;
}
.menu-dropdown .search__label {
  display: none;
}
.menu-dropdown .search__form {
  background: var(--dropdown-search-bg);
}
.menu-dropdown .search__form-group {
  display: flex;
  border: none;
}
.menu-dropdown .search__input {
  border: 0;
  padding: 21px 0 22px 19px;
  width: 100%;
  text-shadow: 0 0 0 #000;
  -webkit-text-fill-color: transparent;
}
.menu-dropdown .search__input::-webkit-search-cancel-button {
  display: none;
}
.menu-dropdown .search__input::-moz-placeholder {
  display: flex;
  font-size: 13px;
}
.menu-dropdown .search__input::placeholder {
  display: flex;
  font-size: 13px;
}
.menu-dropdown .search__actions {
  padding: 0 19px;
  display: flex;
  gap: 15px;
}
.menu-dropdown .search__clear-button {
  display: none;
}
.menu-dropdown .search__submit-button {
  cursor: pointer;
  background: none;
}
.menu-dropdown .search__submit-icon {
  font-size: 19px;
}
.menu-dropdown .search__submit-text {
  display: none;
}
.menu-dropdown .search__close-button {
  display: none;
}
.menu-dropdown .search__voice-button {
  cursor: pointer;
  background: none;
}
.menu-dropdown .search__voice-icon {
  font-size: 19px;
}
.menu-dropdown .search__voice-text {
  display: none;
}
.menu-dropdown input[type=submit],
.menu-dropdown input[type=submit]:active,
.menu-dropdown button[type=submit],
.menu-dropdown button[type=submit]:active,
.menu-dropdown button[type=menu],
.menu-dropdown button[type=menu]:active {
  color: var(--header-icon-color);
}
.menu-dropdown input:is([type=button], [type=submit], [type=reset]),
.menu-dropdown input[type=file]::file-selector-button,
.menu-dropdown button {
  color: var(--header-icon-color);
}
.menu-dropdown input[type=search] {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .search__voice-button {
    display: none;
  }
}
.datetime-widget {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translate(-50%);
}

@media only screen and (min-width: 768px) {
  .datetime-widget {
    bottom: 35px;
  }
  .datetime-widget.loaded {
    display: flex;
  }
}
.menu-dropdown .social-links {
  position: relative;
  right: auto;
  bottom: auto;
  width: calc(100% - 20px);
  height: auto;
  text-align: center;
  max-width: 100%;
  margin: auto;
  border-top: 1px solid #333;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-dropdown .social-links .social-links__link {
  color: var(--dropdown-text);
}
.menu-dropdown .social-links .social-links__link:hover {
  color: #fff;
  opacity: 1;
}

.header-top__top .header-top__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-top__top .header-top__logo .header-top__logo-img {
  width: auto;
  height: 20px;
}
.header-top__top .header-top__logo--sticky {
  transition: opacity 0.3s;
}

.opinion.post-interior .header-top__logo--sticky .header-top__logo-img,
.nota-live.post-interior .header-top__logo--sticky .header-top__logo-img,
.nota-destacada.post-interior .header-top__logo--sticky .header-top__logo-img {
  filter: contrast(0) brightness(100);
}

@media only screen and (min-width: 375px) {
  .header-top__top .header-top__logo .header-top__logo-img {
    height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-top__top .header-top__logo .header-top__logo-img {
    height: 30px;
  }
  .header-top__top .header-top__logo--sticky {
    opacity: 0;
  }
  .header-top__bloque-top .header-top__logo--main {
    position: relative;
    margin: 0 auto -2px;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .header-top__bloque-top .header-top__logo-img {
    height: 50px;
  }
  .menu .header-top__logo {
    display: none;
  }
  .is-header-pinned-25 .header-top__top .header-top__logo--sticky {
    opacity: 0.25;
  }
  .is-header-pinned-25 .header-top__bloque-top .header-top__logo--main {
    opacity: 0.75;
  }
  .is-header-pinned-50 .header-top__top .header-top__logo--sticky {
    opacity: 0.5;
  }
  .is-header-pinned-50 .header-top__bloque-top .header-top__logo--main {
    opacity: 0.5;
  }
  .is-header-pinned-75 .header-top__top .header-top__logo--sticky {
    opacity: 0.75;
  }
  .is-header-pinned-75 .header-top__bloque-top .header-top__logo--main {
    opacity: 0.25;
  }
  .is-header-pinned .header-top__top .header-top__logo--sticky {
    opacity: 1;
  }
  .is-header-pinned .header-top__bloque-top .header-top__logo--main {
    opacity: 0;
  }
  .post-interior .header-top__top .header-top__logo--sticky {
    opacity: 1;
  }
}
.menu-dropdown .user-auth {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.menu-dropdown .user-auth__guest {
  display: flex;
  align-items: center;
  position: relative;
  top: -5px;
}
.menu-dropdown .user-auth__guest[hidden] {
  display: none;
}
.menu-dropdown .user-auth__logged {
  display: flex;
}
.menu-dropdown .user-auth__logged[hidden] {
  display: none;
}
.menu-dropdown .user-auth__button-text {
  font-size: 13px;
  color: var(--dropdown-text);
  font-family: var(--font-family-body);
  line-height: 100%;
  padding: 0;
  display: inline-block;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.025em;
}
.menu-dropdown .user-auth__button-text:hover {
  text-decoration: underline;
}
.menu-dropdown .user-auth__button--primary, .menu-dropdown .user-auth__button--secondary {
  padding: 13px 0 14px;
  width: auto;
}
.menu-dropdown .user-auth__button--secondary::after {
  content: "";
  background: var(--footer-text);
  width: 1px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin: 0 18px;
  top: 2px;
}
.menu-dropdown .user-auth__button--avatar-only {
  display: none;
}
.menu-dropdown .user-auth__avatar {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.menu-dropdown .user-auth__username {
  display: block;
  line-height: 30px;
  float: right;
  margin-left: 10px;
  font-size: 13px;
  color: #fff;
}

.tema-oscuro .login__avatar--deslogeado {
  filter: contrast(0.5) brightness(1.7);
}
.tema-oscuro .menu {
  background: #000000;
}

@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
.menu__nav--tag {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu__nav--tag {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    background: var(--header-bg);
  }
  .menu__nav--tag-list,
  .menu__nav--tag .menu__list {
    display: flex;
    align-items: center;
    margin: 0 8px 0 0;
  }
  .menu__nav--tag-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
  }
  .menu__nav--tag-item .circle:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f30000;
    display: block;
    margin-right: 7px;
    animation: circle 2s linear infinite;
  }
  .menu__nav--tag-item .txt {
    font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
    font-size: 11px;
    font-weight: 600;
    color: #f30000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .menu__nav--tag-item .menu__link {
    font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: -moz-max-content;
    width: max-content;
  }
  .menu__nav--tag .menu__list .menu__list-item.menu__list-item--title {
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }
  .menu__nav--tag .menu__list .menu__list-item.menu__list-item--title .icon-trending {
    margin-right: 5px;
  }
  .menu__nav--tag .menu__list .menu__list-item.menu__list-item--title .menu__list-title {
    font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .menu__nav--tag .menu__list .menu__item {
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }
  .menu__nav--tag .menu__list .menu__link {
    font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
    font-size: 11px;
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .opinion.post-interior .menu__nav--tag,
  .nota-live.post-interior .menu__nav--tag,
  .nota-destacada.post-interior .menu__nav--tag {
    background: var(--nav-primary-text);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .opinion.post-interior .menu__nav--tag .icon-trending,
  .nota-live.post-interior .menu__nav--tag .icon-trending,
  .nota-destacada.post-interior .menu__nav--tag .icon-trending {
    filter: contrast(0) brightness(100);
  }
  .opinion.post-interior .menu__nav--tag .menu__list-title,
  .opinion.post-interior .menu__nav--tag .menu__link,
  .nota-live.post-interior .menu__nav--tag .menu__list-title,
  .nota-live.post-interior .menu__nav--tag .menu__link,
  .nota-destacada.post-interior .menu__nav--tag .menu__list-title,
  .nota-destacada.post-interior .menu__nav--tag .menu__link {
    color: var(--header-bg);
  }
}
@media only screen and (min-width: 1024px) {
  .menu__nav--tag {
    position: sticky;
    top: 81px;
    z-index: 6;
  }
}
.is-nav-tag-hidden .menu__nav--tag {
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
}

.footer {
  background: var(--footer-bg);
  margin: 0 auto;
  padding: 30px 20px 0;
}
.footer__main {
  display: flex;
  align-items: center;
  max-width: 1260px;
  flex-direction: column;
}
.footer__brand {
  margin: 0 auto;
  height: 100%;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__brand .txt-center {
  text-align: center;
}
.footer__brand .footer__p {
  color: var(--footer-text);
  max-width: 800px;
  margin: 0 auto 10px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.footer-menu__nav--container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 40px;
}

@media only screen and (min-width: 768px) {
  .footer {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
  .footer__main {
    margin: 0 auto;
  }
  .footer__brand {
    padding-bottom: 55px;
    margin-bottom: 0;
  }
  .footer-menu__nav--container {
    flex-direction: row;
    align-items: flex-start;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__redes {
    margin-bottom: 0;
    position: relative;
    display: flex;
    width: 100%;
  }
}
.footer__logo-img {
  width: 44px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 36px;
}
.footer-menu__nav.sections {
  display: none;
}
.footer-menu__title {
  color: var(--footer-text);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 14px;
}
.footer-menu__item:not(:last-child)::after {
  content: "";
  background: var(--footer-text);
  width: 1px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 2px;
}
@media (min-width: 768px) {
  .footer-menu__item:not(:last-child)::after {
    display: none;
  }
}
.footer-menu__link {
  padding: 0 0 17px 0;
  color: var(--footer-text);
  font-size: 13px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.008em;
  width: -moz-max-content;
  width: max-content;
}
.footer-menu__item.active .footer-menu__link {
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .footer-menu {
    display: block;
  }
  .footer-menu__nav, .footer-menu__nav.sections {
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding-right: 36px;
  }
  .footer-menu__nav:last-child {
    padding-right: 0;
  }
  .footer-menu__item {
    margin: 0;
  }
}
.footer-menu__item--has-dropdown {
  display: none;
}

.social-links--footer {
  margin-bottom: 15px;
  justify-content: center;
}
.social-links--footer .social-links__link {
  margin: 0 10px 0;
  color: var(--footer-text);
}
@media only screen and (min-width: 1024px) {
  .social-links--footer {
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .social-links--footer .social-links__link {
    margin: 0 15px 0 0;
  }
  .social-links--footer .social-links__link:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .social-links--footer {
    right: 0;
  }
}
.footer__partners {
  display: flex;
  align-items: center;
}
.footer__partner-link {
  margin-left: 15px;
}
.footer__partner-label {
  display: none;
}
.footer__partner-logo::before {
  font-size: 20px;
  color: var(--footer-text);
}
.footer__partner-logo--advertis {
  display: none;
}
.footer__partner-logo--g8.icon-g8::before {
  font-size: 23px !important;
}

.footer__closure {
  padding: 10px 20px;
}
.footer__closure-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #ffffff;
  font-size: 13px;
  align-items: center;
  border-top: 1px solid #333;
  padding: 25px 0 30px;
}
.footer__publication, .footer__legal {
  font-size: 13px;
  padding: 0;
  text-align: center;
  color: var(--footer-text);
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.footer__publication {
  padding-bottom: 5px;
}
.footer__legal {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer__closure-container {
    justify-content: center;
    width: 100%;
    max-width: 1260px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .footer__publication, .footer__legal {
    line-height: 1;
  }
  .footer__publication {
    padding-bottom: 10px;
  }
}
.footer__contact-info {
  display: flex;
}
.footer__address {
  display: none;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .footer__contact-info {
    margin-bottom: 0;
  }
  .footer__address {
    display: inline;
    margin-left: 0;
  }
}
.news-lists__item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #333333;
}
.news-lists__item:has(+ .banner) {
  padding-bottom: 15px;
  border-bottom: none;
}
.news-lists__item:last-child {
  border-bottom: none;
}

.post--full {
  padding: 0 20px;
}

.post__header {
  display: block flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}

.post__content {
  margin-top: 36px;
}

.post__body {
  margin-bottom: 20px;
}

.post__body--text {
  margin-bottom: 72px;
}

.post__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
}

.post__author-date-container {
  width: auto;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.post__toolbar.post__toolbar--sticky {
  display: none;
}

.post__toolbar.post__toolbar--sticky .btn-container {
  display: none;
}

.post--full.interior-1 .article--line-bottom {
  padding-bottom: 72px;
  margin-bottom: 72px;
}

@media only screen and (min-width: 768px) {
  .post--full {
    padding: 0;
  }
  .post__content {
    display: flex;
    margin-top: 70px;
  }
  .post__toolbar.post__toolbar--sticky {
    display: flex;
    position: relative;
  }
  .post__toolbar.post__toolbar--sticky .social-share {
    width: 160px;
    height: 100%;
    margin: 10px 0 0 0;
    justify-items: center;
    justify-content: end;
    float: left;
    padding: 0 36px 0 0;
    align-items: flex-start;
    border: none;
  }
  .post__toolbar.post__toolbar--sticky .social-share__nav {
    width: auto;
    height: 238px;
    position: sticky;
    top: 110px;
    align-items: flex-start;
    margin: 0 30px 0 0;
    padding: 0 0 0 12px;
  }
  .post__toolbar.post__toolbar--sticky .social-share__nav::after {
    content: "";
    display: block;
    width: 1px;
    height: 238px;
    position: absolute;
    top: 0;
    right: -30px;
    background: url(/images/fdo-puntos-vertical.svg) repeat;
  }
}
@media only screen and (min-width: 1024px) {
  .post__toolbar.post__toolbar--sticky .social-share {
    width: 200px;
  }
}
.post__breadcrumbs {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  margin-bottom: 0;
}

.post__author {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2px;
  min-width: 0;
  max-width: 200px;
}
.post__author-avatars {
  display: flex;
  align-items: center;
}
.post__author-avatar-img {
  width: 30px;
  height: 30px;
}
.post__author-label, .post__author-names {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--content-text-color);
}
.post__author-label {
  margin-right: 5px;
  flex-shrink: 0;
  white-space: nowrap;
}
.post__author-names {
  font-family: var(--font-family-heading);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  min-width: 0;
}
.post__author-avatars > .post__author-avatar:last-child {
  margin-right: 10px;
}
.post__author-avatar + .post__author-avatar {
  margin-left: -5px;
}

.post--full.post--header .post__author-label,
.post--full.post--header .post__author-names {
  font-size: 14px;
}

.post--full.post--header.nota-live .post__author-label,
.post--full.post--header.nota-live .post__author-names {
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  .post__author {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .post--full.post--header .post__author {
    margin-bottom: 8px;
  }
  .post--full.post--header.nota-live .post__author {
    margin-bottom: 8px;
  }
}
.post__bajada {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.012em;
  margin-bottom: -18px;
}

@media only screen and (min-width: 768px) {
  .post__bajada {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.post__category-link {
  background: none;
  color: var(--tag-bg);
  line-height: 1;
  padding: 0;
  width: auto;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  overflow: visible;
}

.post-interior.nota-live .post__category-link::before {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 9px;
  background: #fff;
  margin: 0 4px 0 11px;
  transform: rotate(15deg);
  position: relative;
  top: 1px;
}

.post__date {
  font-family: var(--font-family-body);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--content-text-color);
}

.post--full.post--header .post__date {
  margin-bottom: 8px;
}

.post--full.post--header.nota-live .post__date {
  display: flex;
  flex-direction: column;
  text-transform: none;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .post--full.post--header.nota-live .post__date {
    flex-direction: row;
    gap: 5px;
  }
}
.post__figure {
  width: 100vw;
  margin: 0 -20px;
  line-height: 0;
}

.post__caption {
  color: var(--footer-text);
  font-size: 11px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.035em;
  margin-bottom: 30px;
  padding: 7px 20px 0;
}

.post__credit {
  display: block;
}

.post--full.post--header.opinion .post__figure,
.post--full.post--header.nota-live .post__figure {
  width: 100%;
  margin: 0;
}
.post--full.post--header.opinion .post__caption,
.post--full.post--header.nota-live .post__caption {
  margin-bottom: 0;
  padding: 7px 0 0;
}

.nota-destacada .post--full.post--header .post__caption {
  margin: 0 20px;
  padding: 7px 0 0;
}

.post--full.post--header.opinion .post__figure img {
  filter: grayscale(1);
}

.nota-live .post--full.post--interior .post__caption {
  margin-bottom: 0;
  padding: 7px 0 0;
}

@media only screen and (min-width: 768px) {
  .post__figure {
    width: 100%;
    margin: 0;
  }
  .post__caption {
    padding: 7px 0 0;
  }
  .nota-destacada .post--full.post--header .post__caption {
    margin: 0;
    padding: 7px 0 0;
  }
}
figure:has(.post__blur) {
  transition: all 0.3s;
}
figure:has(.post__blur) .post__image {
  anchor-name: --post-image-blur;
}

.post__blur {
  position: absolute;
  z-index: 2;
  position-anchor: --post-image-blur;
  width: anchor-size(width);
  height: anchor-size(height);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px) brightness(0.35);
}

.post__warning {
  cursor: help;
}
.post__warning .icon-ojo::before {
  font-size: 40px;
  color: #ffffff;
}

.post__toolbar .social-share {
  padding: 0;
  width: auto;
  clear: both;
  position: relative;
  display: flex;
  gap: 15px;
}
.post__toolbar .social-share__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post__toolbar a.share-link {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  cursor: pointer;
  margin-right: 0;
}
.post__toolbar .share-icon {
  color: var(--footer-icon);
  font-size: 20px;
}
.post__toolbar .share-icon:hover {
  color: var(--content-text-color);
  opacity: 1;
}
.post__toolbar .btn-google.icon-google {
  display: inline-flex;
  border: 1px solid var(--footer-icon);
  padding: 8px 15px;
  align-items: center;
  width: 100%;
}
.post__toolbar .btn-google.icon-google .btn-google__label {
  text-transform: uppercase;
  color: var(--footer-icon);
  font-size: 11px;
  order: 0;
  margin-right: 8px;
  flex-shrink: 0;
  white-space: nowrap;
}
.post__toolbar .btn-google.icon-google::before {
  content: "\e967";
  color: var(--footer-icon);
  order: 1;
}
.post__toolbar .btn-google.icon-google:hover {
  border: 1px solid var(--content-text-color);
}
.post__toolbar .btn-google.icon-google:hover .btn-google__label {
  color: var(--content-text-color);
}
.post__toolbar .btn-google.icon-google:hover::before {
  color: var(--content-text-color);
}

.post--full.post--header.opinion .share-icon:hover,
.post--full.post--header.nota-live .share-icon:hover,
.post--full.post--header.nota-destacada .share-icon:hover {
  color: #fff;
  opacity: 1 !important;
}
.post--full.post--header.opinion a.btn-google.icon-google:hover,
.post--full.post--header.nota-live a.btn-google.icon-google:hover,
.post--full.post--header.nota-destacada a.btn-google.icon-google:hover {
  border: 1px solid #fff;
  opacity: 1;
}
.post--full.post--header.opinion a.btn-google.icon-google:hover .btn-google__label,
.post--full.post--header.nota-live a.btn-google.icon-google:hover .btn-google__label,
.post--full.post--header.nota-destacada a.btn-google.icon-google:hover .btn-google__label {
  color: #fff;
}
.post--full.post--header.opinion a.btn-google.icon-google:hover::before,
.post--full.post--header.nota-live a.btn-google.icon-google:hover::before,
.post--full.post--header.nota-destacada a.btn-google.icon-google:hover::before {
  color: #fff;
}

.post--full.post--header.opinion .post__toolbar .social-share,
.post--full.post--header.nota-live .post__toolbar .social-share {
  width: 100%;
}
.post--full.post--header.opinion .btn-container,
.post--full.post--header.nota-live .btn-container {
  margin-left: auto;
}

.post--full.post--header.nota-destacada .post__toolbar .social-share {
  gap: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post--full.post--header .header-interior__col.cl-12 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .post__toolbar .social-share {
    margin-top: 0;
  }
  .post--full.post--header.opinion .btn-container,
  .post--full.post--header.nota-live .btn-container {
    margin-left: 0;
  }
}
.post__source {
  margin: 66px 0 0;
  font-size: 13px;
}
.post__source-label {
  text-transform: none;
  font-family: var(--font-family-heading);
  letter-spacing: 0.02em;
  margin-right: 9px;
}
.post__source-name {
  text-transform: uppercase;
}

.post__badge {
  display: inline-block;
  margin: 0 0 18px;
  line-height: 21px;
  background: #f30000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  border: none;
}

.post__breadcrumbs .post__tag {
  background: none;
  color: var(--tag-bg);
  line-height: 1;
  padding: 0;
  width: auto;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  overflow: visible;
}
.post__breadcrumbs .post__tag::before {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 9px;
  background: var(--tag-bg);
  margin: 0 4px 0 11px;
  transform: rotate(15deg);
  position: relative;
  top: 1px;
}

.post__tags {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 20px;
}
.post__tags-title {
  font-size: 13px;
  color: var(--content-text-color);
  margin-bottom: 27px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.post__tags .post__tag {
  background: none;
  color: var(--tag-bg);
  line-height: 1;
  padding: 0;
  width: auto;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 10px 20px 0;
  overflow: visible;
}
.post__tags .post__tag:first-child {
  margin-left: 0;
}
.post__tags .post__tag::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 9px;
  background: var(--tag-bg);
  margin: 0 0 0 5px;
  transform: rotate(15deg);
  position: relative;
  top: auto;
}
.post__tags .post__tag:last-child::after {
  content: none;
}

.nota-destacada.post-interior .post__breadcrumbs .post__tag,
.nota-live.post-interior .post__breadcrumbs .post__tag {
  color: #fff;
}
.nota-destacada.post-interior .post__breadcrumbs .post__tag::before,
.nota-live.post-interior .post__breadcrumbs .post__tag::before {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .post__breadcrumbs .post__tag {
    margin: 0;
    padding: 0;
  }
  .post__tags {
    text-align: left;
  }
}
.post__body--text > p {
  font-family: var(--font-family-body);
  font-size: 18px;
  line-height: 1.4;
  word-break: break-word;
  letter-spacing: -0.015em;
  color: var(--content-text-color);
}
.post__body--text > p > a {
  color: #bb2015;
  text-decoration: underline;
}
.post__body--text h1, .post__body--text h2, .post__body--text h3, .post__body--text h4, .post__body--text h5, .post__body--text h6 {
  margin-bottom: 5px;
  font-size: 22px;
  letter-spacing: -0.01em;
}

@media only screen and (min-width: 768px) {
  .post__body--text > p {
    font-size: 22px;
    line-height: 1.4;
  }
  .post__body--text h1 {
    font-size: 34px;
  }
  .post__body--text h2 {
    font-size: 34px;
  }
  .post__body--text h3 {
    font-size: 34px;
  }
  .post__body--text h4 {
    font-size: 30px;
  }
  .post__body--text h5 {
    font-size: 30px;
  }
  .post__body--text h6 {
    font-size: 30px;
  }
}
.post__title {
  font-size: 32px;
  line-height: 1.2;
  color: var(--content-heading-color);
  font-family: var(--font-family-heading);
  font-weight: normal;
  word-break: break-word;
  flex: 0 0 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .post__title {
    font-size: 42px;
    line-height: 1.3;
    letter-spacing: -0.032em;
    font-kerning: none;
  }
}
.post__video {
  width: 100vw;
  aspect-ratio: 16/9;
  margin: 0 -20px;
  line-height: 0;
}

.post__video-iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .post__video {
    width: 100%;
    line-height: 0;
    margin: 0;
  }
}
.post__volanta {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .post__volanta {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.post__embed {
  margin: 42px auto;
  width: 100%;
}

.post__embed + .post__embed {
  margin-top: 0;
}

.post__embed-caption {
  color: var(--footer-text);
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  margin-bottom: 30px;
  padding: 7px 0 0;
}

.post__related--embed {
  padding: 15px 0;
  position: relative;
}
.post__related--embed article {
  padding: 0;
}
.post__related--embed article::before {
  content: "Relacionada";
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  letter-spacing: -0.015em;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-weight: 500;
  top: -20px;
}
.post__related--embed .article__media {
  width: 132px;
}
.post__related--embed .article__header {
  width: calc(100% - 132px);
  padding: 0 0 0 20px;
}
.post__related--embed .article__title {
  font-size: 14px;
  line-height: 1.4;
  word-break: normal;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-weight: 400;
  text-decoration: underline;
  margin: 0;
  letter-spacing: -0.03em;
  text-decoration-thickness: 1px;
}

.opinion .post--full.post--interior .article__media img {
  filter: grayscale(1);
}

@media only screen and (min-width: 768px) {
  .post__related--embed {
    padding: 0;
  }
  .post__related--embed article::before {
    content: none;
  }
  .post__related--embed .article__media {
    width: 165px;
  }
  .post__related--embed .article__header {
    width: calc(100% - 165px);
    padding: 0 24px;
  }
  .post__related--embed .article__header::before {
    content: "Relacionada";
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: -0.015em;
    font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
    font-weight: 500;
    margin-bottom: 5px;
    order: 1;
  }
  .post__related--embed .article__title {
    font-size: 14px;
    line-height: 1.8;
  }
}
.post__audio--embed {
  padding: 20px;
  background: none;
  border: 1px solid #e2e2e2;
}
.post__audio--embed .post__audio-content {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 45px;
}
.post__audio--embed .post__audio-image {
  width: max(120px, 35%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.post__audio--embed .post__audio-controls {
  width: calc(100% - max(120px, 35%));
  padding: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.post__audio--embed .post__audio-timeline {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.post__audio--embed .post__audio-duration {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 11px;
  color: #aaa;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
}
.post__audio--embed .post__audio-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--content-text-color);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post__audio--embed .post__audio-btn-group {
  position: absolute;
}
.post__audio--embed .post__audio-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
.post__audio--embed .post__audio-btn--play,
.post__audio--embed .post__audio-btn--pause {
  font-size: 35px;
}
.post__audio--embed .post__audio-btn--mute,
.post__audio--embed .post__audio-btn--unmute {
  font-size: 25px;
}
.post__audio--embed .post__audio-progress {
  background: rgba(51, 51, 51, 0.2);
  height: 6px;
  cursor: pointer;
  position: relative;
}
.post__audio--embed .post__audio-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--tag-bg);
}
.post__audio--embed .post__audio-error {
  margin-top: 8px;
  padding: 5px;
  font-size: 0.8em;
  background-color: #cccccc;
  border: 2px solid #00A8E1;
  color: var(--content-text-color);
}
.post__audio--embed .post__audio-volume-controls {
  display: none;
}

@media only screen and (min-width: 768px) {
  .post__audio--embed {
    padding: 30px;
  }
  .post__audio--embed .post__audio-content {
    align-items: stretch;
    height: 100%;
    padding-bottom: 0;
  }
  .post__audio--embed .post__audio-controls {
    display: flex;
    padding: 0 30px 0 0;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
  }
  .post__audio--embed .post__audio-title {
    font-size: 16px;
  }
  .post__audio--embed .post__audio-timeline {
    position: relative;
    width: 100%;
  }
  .post__audio--embed .post__audio-btn--play,
  .post__audio--embed .post__audio-btn--pause {
    font-size: 60px;
  }
  .post__audio--embed .post__audio-btn--mute,
  .post__audio--embed .post__audio-btn--unmute {
    font-size: 18px;
    color: #999;
  }
  .post__audio--embed .post__audio-progress-fill {
    position: relative;
    width: 0;
    height: 100%;
  }
  .post__audio--embed .post__audio-progress-fill::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--tag-bg);
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
  }
  .post__audio--embed .post__audio-progress-fill:active::after,
  .post__audio--embed .post__audio-progress-fill:hover::after {
    opacity: 1 !important;
  }
  .post__audio--embed .post__audio-volume-controls {
    display: flex;
    align-items: center;
    width: 100px;
    margin-bottom: 12px;
    margin-left: 20px;
    flex-shrink: 0;
  }
  .post__audio--embed .post__audio-volume-bar {
    flex: 1;
    height: 6px;
    margin: 0 5px;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 0;
    accent-color: var(--tag-bg);
    background: linear-gradient(to right, var(--tag-bg) 0%, var(--tag-bg) var(--volume-pct, 100%), rgba(51, 51, 51, 0.1) var(--volume-pct, 100%), rgba(51, 51, 51, 0.1) 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .post__audio--embed .post__audio-title {
    font-size: 18px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .post__audio--embed .post__audio-volume-controls {
    width: 190px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .post__audio--embed .post__audio-title {
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
}
@media only screen and (min-width: 768px) {
  .post__audio--volume-v .post__audio-title {
    width: 100%;
  }
  .post__audio--volume-v .post__audio-volume-controls {
    width: 30px;
    margin-bottom: 22px;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    margin: 0 -3px 0 27px;
  }
  .post__audio--volume-v .post__audio-volume-bar {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    writing-mode: vertical-lr;
    direction: rtl;
    width: 5px;
    height: auto;
    max-height: 70px;
    cursor: pointer;
    accent-color: var(--tag-bg);
    margin-bottom: 22px;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(to top, var(--tag-bg) 0%, var(--tag-bg) var(--volume-pct, 100%), rgba(51, 51, 51, 0.1) var(--volume-pct, 100%), rgba(51, 51, 51, 0.1) 100%);
  }
  .post__audio--volume-v .post__audio-volume-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 90px;
    border: 1px solid #e2e2e2;
    z-index: -1;
    background: #fff;
  }
  .post__audio--volume-v .post__audio-volume-bar::after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8'%3E%3Cpolyline points='0,0 8,8 16,0' fill='white' stroke='%23e2e2e2' stroke-width='1'/%3E%3C/svg%3E");
    z-index: 1;
  }
  .post__audio--volume-v .post__audio-volume-bar::-webkit-slider-runnable-track {
    background: transparent;
    border-radius: 3px;
  }
  .post__audio--volume-v .post__audio-volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--tag-bg);
    cursor: pointer;
    position: relative;
  }
  .post__audio--volume-v:hover .post__audio-volume-bar {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .post__audio--volume-v .post__audio-volume-bar {
    max-height: 65px;
    margin-bottom: 15px;
  }
  .post__audio--volume-v .post__audio-volume-bar::before {
    height: 74px;
  }
  .post__audio--volume-v .post__audio-volume-bar::after {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .post__audio--volume-v .post__audio-volume-controls {
    margin: 0 -3px 10px 27px;
  }
  .post__audio--volume-v .post__audio-volume-bar {
    max-height: 80px;
    margin-bottom: 30px;
  }
  .post__audio--volume-v .post__audio-volume-bar::before {
    height: 99px;
  }
  .post__audio--volume-v .post__audio-volume-bar::after {
    bottom: 29px;
  }
}
.post__quote {
  margin: 34px auto;
  font-family: "bentonsans_lightregular", Sans-serif;
  color: #111111;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.post__quote-content {
  display: flex;
}
.post__quote-text {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: -0.012em;
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.post__quote-text::before {
  content: "“";
  font-size: 1em;
  color: #111111;
}
.post__quote-text::after {
  content: "”";
  font-size: 1em;
  color: #111111;
}
.post__quote-mark {
  display: none;
}
.post__quote-mark--close .icon-comilla {
  transform: scale(-1);
}
.post__quote-footer {
  margin-top: 10px;
}
.post__quote-author {
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-weight: 500;
  float: right;
  padding-top: 4px;
  font-size: 14px;
  font-style: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.post__quote-actions {
  display: none;
}

@media only screen and (min-width: 768px) {
  .post__quote {
    margin: 59px auto 63px;
    padding: 0;
  }
  .post__quote-text {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 15px;
  }
  .post__quote-mark {
    font-size: 30px;
  }
}
.post__code--embed {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  width: auto;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.opinion .post--full.post--interior .post__code--embed iframe {
  filter: grayscale(1);
}

@media only screen and (min-width: 768px) {
  .post__code--embed {
    max-width: 100%;
  }
}
.post__document--download .post__document-content {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
.post__document--download .post__document-download-icon {
  margin-right: 10px;
  font-size: 30px;
}
.post__document--download .post__document-link {
  font-weight: 400;
  line-height: 1.2;
}
.post__document--download .post__document-size {
  font-weight: bold;
}

.post__document-iframe {
  width: 100%;
  aspect-ratio: 21/30; /* ISO A4 portrait ratio */
  height: auto;
  max-height: 85dvh;
}

.post__document-description {
  color: var(--footer-text);
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  margin-bottom: 30px;
  padding: 7px 0 0;
}

@media only screen and (min-width: 768px) {
  .post__document--download .post__document-download-icon {
    margin-right: 20px;
  }
}
.post__embed.post__embed--gallery {
  line-height: 0;
}

.opinion .post--full.post--interior .post__embed-image {
  filter: grayscale(1);
}

.post__video--embed .post__video-content {
  line-height: 0;
}
.post__video--embed .post__video--iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.post__video--embed .post__embed-caption {
  color: var(--footer-text);
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  margin-bottom: 30px;
  padding: 7px 0 0;
}

.opinion .post--full.post--interior .post__video-content iframe {
  filter: grayscale(1);
}

.post__comments {
  padding: 72px 0 0;
  margin-top: 72px;
}
.post__comments-title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.nota-live .post--full.post--interior .post__comments {
  padding-top: 0;
}
.nota-live .post--full.post--interior .article--line-top::after {
  content: none;
}

@media only screen and (min-width: 1024px) {
  .post__comments {
    padding: 72px 0 0 0;
  }
}
.post__comment {
  margin-bottom: 20px;
}
.post__comment-header {
  display: flex;
}
.post__comment-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 20px;
}
.post__comment-author {
  margin: 3px 5px 0 0;
}
.post__comment-author-name {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.post__comment-date {
  font-size: 13px;
  margin-top: 5px;
}
.post__comment-body {
  margin: -15px 0 0 50px;
}
.post__comment-text {
  font-size: 15px;
  word-break: break-word;
  line-height: 1.5;
  margin-top: 5px;
}
.post__comment-expand {
  background: none;
  font-size: 15px;
  font-weight: 600;
  color: #606060;
  cursor: pointer;
  margin-top: 4px;
}
.post__comment-footer {
  margin: 10px 0 0 50px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 7px;
}
.post__comment-votes {
  display: flex;
}
.post__comment-vote {
  background: none;
  color: var(--content-text-color);
  margin-right: 5px;
  cursor: pointer;
  display: flex;
}
.post__comment-vote-count {
  font-size: 11px;
  padding: 2px 2px 0 5px;
}
.post__comment-vote-icon {
  font-size: 16px;
  pointer-events: none;
}
.post__comment-vote--down .icon-like {
  transform: scale(-1);
}
.post__comment-vote[aria-pressed=true] .post__comment-vote-icon::before {
  font-weight: bold;
}
.post__comment-report {
  position: absolute;
  right: 0;
  background: none;
  cursor: pointer;
}
.post__comment-report-icon {
  font-size: 16px;
  color: var(--content-text-color);
  pointer-events: none;
}
.post__comment-report-text {
  display: none;
}
.post__comment-reply-button {
  font-family: var(--font-family-body);
  background: none;
  border-radius: 18px;
  padding: 0 12px;
  transition: all 0.3s;
  font-weight: 400;
  line-height: 32px;
  font-size: 13px;
  cursor: pointer;
}
.post__comment-reply-button:hover {
  background: #e5e5e5;
}
.post__comment-reply-icon {
  pointer-events: none;
}
.post__comment-reply-text {
  pointer-events: none;
}
.post__comment-button {
  background: #888888;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
}

.post__comment-replies {
  margin-top: 10px;
}
.post__comment-replies-toggle {
  background: none;
  display: flex;
  color: #065fd4;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 18px;
  padding: 4px 15px;
  font-size: 14px;
  font-family: var(--font-familiy-body);
  line-height: 1.8;
  text-transform: lowercase;
  margin-left: 35px;
}
.post__comment-replies-toggle:hover {
  background: #def1ff;
}
.post__comment-replies-toggle[aria-expanded=true] .post__comment-replies-icon {
  transform: scale(-1);
}
.post__comment-replies-icon {
  font-size: 11px;
  margin-right: 5px;
  pointer-events: none;
}
.post__comment-replies-count {
  margin-right: 5px;
  pointer-events: none;
}
.post__comment-replies-text {
  pointer-events: none;
}
.post__comment-replies .post__comment {
  margin-left: 50px;
}

@media only screen and (min-width: 1024px) {
  .post__comment-avatar {
    width: 36px;
    height: 36px;
  }
  .post__comment-body {
    margin: -20px 0 0 56px;
  }
  .post__comment-footer {
    margin: 10px 0 7px 56px;
  }
  .post__comment-replies-toggle {
    margin-left: 41px;
  }
  .post__comment-replies .post__comment {
    margin-left: 56px;
  }
  .post__comment-replies .post__comment-avatar {
    width: 30px;
    height: 30px;
  }
  .post__comment-replies .post__comment-body {
    margin: -15px 0 0 50px;
  }
}
.post__comment-form {
  display: flex;
  margin-bottom: 50px;
}
.post__comment-form-success {
  padding: 20px;
  margin-bottom: 30px;
  background: #f0f0f0;
  position: relative;
}
.post__comment-form-success-close {
  background: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}
.post__comment-form-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 20px;
  background: var(--header-icon-color);
  padding: 5px;
}
.post__comment-form-content {
  width: 100%;
}
.post__comment-form-input-container {
  position: relative;
  width: 100%;
}
.post__comment-form-input-container::after {
  content: "";
  height: 2px;
  width: 0;
  background: var(--content-text-color);
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  pointer-events: none;
}
.post__comment-form-input-container:focus-within::after {
  width: 100%;
}
.post__comment-form-textarea {
  border: 0;
  border-bottom: solid 1px #e2e2e2;
  outline: none;
  padding: 0 0 2px;
  width: 100%;
  overflow-y: hidden;
  line-height: 1.5;
  font-size: 15px;
  color: var(--content-text-color);
  background: transparent;
}
.post__comment-form-textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: var(--footer-text);
}
.post__comment-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.post__comment-form-actions {
  display: flex;
  align-items: center;
}
.post__comment-form-button {
  font-size: 13px;
  font-family: var(--font-family-body);
  padding: 9px 16px;
  border-radius: 18px;
  font-weight: 500;
  background: #f2f2f2;
  color: var(--content-text-color);
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.2s ease;
}
.post__comment-form-button:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
}
.post__comment-form-button:active {
  transform: translateY(0);
}
.post__comment-form-counter {
  font-size: 14px;
}
.post__comment-form-counter-text {
  display: none;
}
.post__comment-form-field {
  position: relative;
  display: flex;
  width: 100%;
}
.post__comment-form.post__comment-form:has(textarea:not(:-moz-placeholder)) .post__comment-form-footer {
  opacity: 1;
  max-height: 100px;
}
.post__comment-form.post__comment-form:focus-within .post__comment-form-footer, .post__comment-form.post__comment-form:has(textarea:not(:placeholder-shown)) .post__comment-form-footer {
  opacity: 1;
  max-height: 100px;
}
.post__comment-form.post__comment-form:has(textarea:not(:-moz-placeholder)) .post__comment-form-button--submit {
  background: var(--content-text-color);
  color: #fff;
}
.post__comment-form.post__comment-form:focus-within .post__comment-form-button--submit, .post__comment-form.post__comment-form:has(textarea:not(:placeholder-shown)) .post__comment-form-button--submit {
  background: var(--content-text-color);
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .post__comment-form-avatar {
    width: 36px;
    height: 36px;
  }
  .post__comment-reply-form .post__comment-form-avatar {
    width: 30px;
    height: 30px;
  }
}
.opinion.post-interior .post__comment-avatar {
  filter: grayscale(1);
}

.post__comment-report-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post__comment-report-content {
  background: #ffffff;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.post__comment-report-header {
  margin-bottom: 5px;
}
.post__comment-report-title {
  font-family: var(--font-familiy-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
}
.post__comment-report-close {
  display: none;
}
.post__comment-report-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.post__comment-report-option {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.post__comment-report-label {
  margin-left: 15px;
  font-size: 15px;
  color: #111111;
  cursor: pointer;
}
.post__comment-report-actions {
  display: flex;
  justify-content: end;
}
.post__comment-report-cancel {
  background: none;
  font-family: var(--font-familiy-body);
  color: #111111;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  line-height: 36px;
}
.post__comment-report-submit {
  background: none;
  font-family: var(--font-familiy-body);
  color: #111111;
  font-size: 16px;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 18px;
  color: #d4d4d4;
  cursor: not-allowed;
  pointer-events: none;
}
.post__comment-report-submit:hover {
  background: #def1ff;
}
.post__comment-report-form:has(.post__comment-report-radio:checked) .post__comment-report-submit {
  cursor: pointer;
  pointer-events: initial;
  color: #065fd4;
}

.post__body--text-capitalice > p:first-of-type:first-letter {
  float: left;
  display: block;
  position: relative;
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: 50px;
  padding: 0 8px 0 0;
  line-height: 1;
  top: -1px;
}

@media only screen and (min-width: 768px) {
  .post__body--text-capitalice > p:first-of-type:first-letter {
    font-size: 60px;
  }
}
.post__body--text-justified > p {
  text-align: justify;
}

.post__bottom {
  margin-bottom: 72px;
}
.post__bottom .mas-notas-de-seccion {
  padding: 0;
  margin-bottom: 72px;
}
.post__bottom .mas-notas-de-seccion .content-section__title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 34px;
  padding-top: 35px;
}
.post__bottom .mas-notas-de-seccion .content-section__title::before {
  content: none;
}
.post__bottom .mas-notas-de-seccion .article__title {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}
.post__bottom .mas-notas-de-seccion .cl-15.grid {
  margin-bottom: 0;
}
.post__bottom .cl-17.article--line-right::before {
  content: none;
}
.post__bottom .cl-17.article--line-bottom::after {
  width: calc(100% - 40px);
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .post__bottom {
    margin-bottom: 130px;
  }
  .post__bottom .cl-17.article--line-bottom::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post__bottom .cl-17,
  .post__bottom .cl-7.sidebar {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
  .post__bottom .mas-notas-de-seccion {
    margin-bottom: 32px;
    padding: 0 34px;
  }
  .post__bottom .mas-notas-de-seccion .content-section__title {
    padding: 0;
    margin: 0 0 71px -34px;
  }
  .post__bottom .mas-notas-de-seccion .article__title {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1024px) {
  .post__bottom .mas-notas-de-seccion {
    margin-bottom: 0;
    padding: 0 54px;
  }
  .post__bottom .mas-notas-de-seccion .content-section__title {
    padding: 0;
    margin: 0 0 71px -54px;
  }
  .post__bottom .mas-notas-de-seccion .article__title {
    font-size: 14px;
    line-height: 1.4;
  }
  .post__bottom .cl-17.article--line-right::before {
    content: "";
    right: -18px;
  }
}
.opinion.post-interior .mas-notas-de-seccion .article__media img {
  filter: grayscale(1);
}

.post--full.post--header {
  position: relative;
  margin-top: -36px;
  padding-top: 36px;
  color: #fff;
}
.post--full.post--header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101vw;
  height: 100%;
  background: #020a0a;
  z-index: -1;
}
.post--full.post--header .post__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.post--full.post--header .post__category-link,
.post--full.post--header .post__title,
.post--full.post--header .post__author-label,
.post--full.post--header .post__author-names,
.post--full.post--header .post__author-link,
.post--full.post--header .post__date {
  color: #fff;
}
.post--full.post--header .post__toolbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
.post--full.post--header .post__author-date-container {
  width: auto;
  display: flex;
  flex-direction: column-reverse;
  margin-right: 0;
}

.post--full.post--interior .post__content {
  margin-top: 0;
}
.post--full.post--interior .post__body {
  margin-bottom: 20px;
}
.post--full.post--interior .post__toolbar.post__toolbar--sticky {
  display: none;
}
.post--full.post--interior .article--line-bottom {
  padding-bottom: 72px;
  margin-bottom: 72px;
}

.opinion .post--full.post--interior .article--line-left.main-paragraph::before {
  content: none;
}

@media only screen and (min-width: 768px) {
  .post-interior.opinion .main-content,
  .post-interior.opinion .sidebar--right {
    margin-top: 34px;
  }
  .post--full.post--header {
    margin-top: -72px;
    padding: 72px 0;
  }
  .post--full.post--header .post__header .grid {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .post--full.post--header .post__toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .post--full.post--header .post__author-date-container {
    flex-direction: column;
  }
  .post--full.post--interior .post__toolbar.post__toolbar--sticky {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .post--full.post--interior .post__toolbar.post__toolbar--sticky.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.post--full.post--header.nota-live .article__live {
  margin: 0;
}
.post--full.post--header.nota-live .post__author-date-container {
  flex-direction: column;
  margin-right: 0;
}
.post--full.post--header.nota-live .post__toolbar.post__toolbar--sticky {
  display: none;
}

.nota-live .post--full.post--interior .post__body--text {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nota-live .post--full.post--interior .post__live-timeline {
  padding: 0 20px;
  margin: 0 auto;
}
.nota-live .post--full.post--interior .post__live-item {
  margin-bottom: 72px;
  padding-bottom: 72px;
}
.nota-live .post--full.post--interior .post__live-item-meta {
  position: relative;
}
.nota-live .post--full.post--interior .post__live-item-meta .post__live-item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: -20px;
  background: #fff;
}
.nota-live .post--full.post--interior .post__live-item-meta .post__live-item-circle:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--content-text-color);
  position: absolute;
}
.nota-live .post--full.post--interior .post__live-item-meta .post__live-item-circle:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid var(--content-text-color);
  position: absolute;
}
.nota-live .post--full.post--interior .post__live-item-date {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
.nota-live .post--full.post--interior .post__live-item-hora {
  font-size: 20px;
  font-family: var(--font-family-heading);
}
.nota-live .post--full.post--interior .post__live-item-ampm {
  font-size: 11px;
}
.nota-live .post--full.post--interior .post__live-item-fecha {
  text-transform: none;
  color: #85858c;
}
.nota-live .post--full.post--interior .post__live-item-title {
  font-size: 22px;
}
.nota-live .post--full.post--interior .post__live-item-bajada {
  margin-bottom: 20px;
}
.nota-live .post--full.post--interior .redes {
  display: flex;
  gap: 15px;
}
.nota-live .post--full.post--interior .post__live-item-figure {
  width: auto;
  margin: 0 0 36px;
}
.nota-live .post--full.post--interior .post__live-item-btn {
  display: flex;
  width: 100%;
  margin: 45px auto 0;
  line-height: 100%;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-heading);
  font-size: 13px;
  text-transform: none;
  border-radius: 0;
  border: 1px solid var(--content-text-color);
  padding: 16px 0 15px;
  letter-spacing: 0.041em;
}
.nota-live .post--full.post--interior .post__live-item-btn:hover {
  background: var(--content-text-color);
  color: #fff;
}
.nota-live .post--full.post--interior .post__live-item-btn.ver-mas {
  display: flex;
  width: 100%;
  margin: 45px 0 0;
  line-height: 100%;
  font-family: var(--font-family-body);
  font-size: 21px;
  text-transform: none;
  letter-spacing: 0.041em;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  border: none;
}
.nota-live .post--full.post--interior .post__live-item-btn.ver-mas:hover {
  background: #fff;
  color: var(--content-text-color);
  text-decoration: underline;
}
.nota-live .post--full.post--interior .article--line-left::before {
  height: calc(100% - 30px);
  top: 30px;
  left: -20px;
}
.nota-live .post--full.post--interior .article--line-left.main-paragraph::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .post-interior.nota-live .main-content,
  .post-interior.nota-live .sidebar--right {
    margin-top: 34px;
  }
  .post--full.post--header.nota-live .post__author-date-container {
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
  .nota-live .post--full.post--interior .post__live-item-date {
    position: absolute;
    left: -155px;
    width: 109px;
    top: 3px;
  }
  .nota-live .post--full.post--interior .post__live-timeline {
    padding: 0;
  }
  .nota-live .post--full.post--interior .post__live-item-title {
    font-size: 34px;
    position: relative;
    top: -8px;
  }
  .nota-live .post--full.post--interior .post__live-item-meta .post__live-item-circle {
    top: 15px;
    left: -40px;
  }
  .nota-live .post--full.post--interior .article--line-left::before {
    left: -40px;
  }
  .nota-live .post--full.post--interior .article--line-left.main-paragraph::before {
    content: "";
    top: 0;
    height: 100%;
  }
}
.trunk-10 .separador-live ~ p {
  display: none;
}

.post--full.post--header.nota-destacada .header-interior__col.cl-4 {
  padding-right: 36px;
}
.post--full.post--header.nota-destacada .post__toolbar {
  gap: 10px;
  align-items: flex-end;
}
.post--full.post--header.nota-destacada .post__author-date-container {
  align-items: flex-end;
  margin-right: 0;
}
.post--full.post--header.nota-destacada .post__author-label,
.post--full.post--header.nota-destacada .post__author-names {
  font-size: 11px;
}
.post--full.post--header.nota-destacada .social-share {
  width: auto;
}
.post--full.post--header.nota-destacada .post__toolbar .social-share .btn-container {
  display: none;
}
.post--full.post--header.nota-destacada .post__redes-alt .social-share .social-share__nav {
  display: none;
}
.post--full.post--header.nota-destacada .post__redes-alt .social-share .btn-container {
  display: flex;
  margin-top: 36px;
  margin-left: 0;
}
.post--full.post--header.nota-destacada .post__redes-alt .social-share .btn-google.icon-google {
  display: inline-flex;
  border: 1px solid var(--footer-icon);
  padding: 8px 15px;
  align-items: center;
  width: 100%;
}
.post--full.post--header.nota-destacada .post__redes-alt .social-share .btn-google.icon-google::before {
  content: "\e967";
  color: var(--footer-icon);
  order: 1;
}
.post--full.post--header.nota-destacada .post__redes-alt .social-share .btn-google__label {
  text-transform: uppercase;
  color: var(--footer-icon);
  font-size: 11px;
  order: 0;
  margin-right: 8px;
  flex-shrink: 0;
  white-space: nowrap;
}
.post--full.post--header.nota-destacada .article--line-right::before {
  opacity: 0.3;
}
.post--full.post--header.nota-destacada .header-interior__col--foto {
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.post--full.post--header.nota-destacada .header-interior__col--foto .post__video,
.post--full.post--header.nota-destacada .header-interior__col--foto .post__figure {
  width: 100%;
  margin: 0 0 36px;
  padding: 0;
}
.post--full.post--header.nota-destacada .header-interior__col--foto .post__video .post__video-iframe,
.post--full.post--header.nota-destacada .header-interior__col--foto .post__figure .post__video-iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}
.post--full.post--header.nota-destacada .post__author-date-container {
  flex-direction: column;
  gap: 7px;
}

.nota-destacada .post--full.post--interior .article--line-bottom {
  padding-bottom: 72px;
  margin-bottom: 72px;
}
.nota-destacada .post--full.post--interior .article--line-left.main-paragraph::before {
  content: none;
}

@media only screen and (min-width: 768px) {
  .post--full.post--header.nota-destacada {
    margin-bottom: 228px;
  }
  .post--full.post--header.nota-destacada .header-interior__top {
    align-items: flex-start;
    margin-bottom: 72px;
  }
  .post--full.post--header.nota-destacada .post__redes-alt .social-share .btn-container {
    display: none;
  }
  .post--full.post--header.nota-destacada .header-interior__col--foto {
    width: 100%;
    position: relative;
    top: 228px;
    margin: -228px 0 0 0;
    margin-bottom: 0;
  }
  .post--full.post--header.nota-destacada .header-interior__col--foto .post__video .post__video-iframe {
    aspect-ratio: 16/9;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .nota-destacada .post--full.post--interior {
    margin-top: -72px;
  }
  .nota-destacada .post--full.post--interior .post__toolbar.post__toolbar--sticky {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post--full.post--header.nota-destacada .header-interior__col.cl-4,
  .post--full.post--header.nota-destacada .header-interior__col.cl-20 {
    grid-column: span 24;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .post--full.post--header.nota-destacada {
    margin-bottom: 354px;
  }
  .post--full.post--header.nota-destacada .header-interior__col.cl-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
  }
  .post--full.post--header.nota-destacada .post__toolbar {
    align-items: flex-end;
    gap: 10px;
  }
  .post--full.post--header.nota-destacada .post__author-date-container {
    align-items: flex-end;
  }
  .post--full.post--header.nota-destacada .social-share {
    flex-direction: column-reverse;
  }
  .post--full.post--header.nota-destacada .social-share__nav {
    justify-content: flex-end;
  }
  .post--full.post--header.nota-destacada .header-interior__col--foto {
    top: 354px;
    margin-top: -354px;
  }
  .post--full.post--header.nota-destacada .post__toolbar .social-share .btn-container {
    display: flex;
  }
  .nota-destacada .post--full.post--interior .post__toolbar.post__toolbar--sticky {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .nota-destacada.post-interior .sidebar--right {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 1280px) {
  .post--full.post--header.nota-destacada {
    margin-bottom: 424px;
  }
  .post--full.post--header.nota-destacada .header-interior__col--foto {
    top: 424px;
    margin-top: -424px;
  }
}
@media only screen and (min-width: 768px) {
  .post__badge + .post__volanta {
    border-left: solid 1px var(--border-color);
    padding-left: 15px;
  }
}
.btn-google-news {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  padding: 0 20px;
  border: 1px solid #020a0a;
  height: 46px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  transition: all 0.3s;
}
.btn-google-news .txt {
  font-family: var(--font-family-body);
  font-size: 13px;
  color: var(--content-text-color);
  line-height: 150%;
  font-weight: 400;
}
.btn-google-news img {
  width: 30px;
  margin-left: 10px;
}
.btn-google-news:hover {
  background: #020a0a;
}
.btn-google-news:hover .txt {
  color: #fff;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.admonitor_laterales {
  display: none !important;
}

.hermes-widget .icon-bot {
  transition: all 0.5s;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
  font-size: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hermes-widget .icon-bot:before {
  font-size: 60px;
  color: #020a0a;
}
.hermes-widget .icon-bot--enviar img {
  width: 60px;
  height: 60px;
}
.hermes-widget .icon-bot--enviar:before {
  position: relative;
  z-index: 4;
  width: 60px;
  height: 60px;
  background: url(/images/hermes-animado.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: none;
}
.hermes-widget .tooltip-hermes {
  background: var(--content-text-color);
  padding: 0 12px;
  border-radius: 8px;
  position: fixed;
  bottom: 80px;
  right: 25px;
  display: flex;
  flex-direction: column;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
.hermes-widget .tooltip-hermes h2 {
  font-size: 14px;
  line-height: 1.4;
  color: var(--tag-text);
}
.hermes-widget .tooltip-hermes h2 span {
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 3px;
}
.hermes-widget .tooltip-hermes p {
  font-size: 12px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  line-height: 1.8;
  color: var(--tag-text);
}
.hermes-widget .tooltip-hermes:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 3px solid transparent;
  border-top: 10px solid var(--content-text-color);
  right: 40px;
  bottom: -10px;
}
.hermes-widget .tooltip-hermes__cerrar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--content-text-color);
  position: absolute;
  top: -8px;
  right: -8px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hermes-widget .tooltip-hermes__cerrar:before {
  font-size: 8px;
  color: var(--tag-text);
}
.hermes-widget .tooltip-hermes__cerrar:hover {
  opacity: 1;
}
.hermes-widget .chat-bot {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: none;
  height: 100%;
  max-height: 500px;
  border-radius: 3px;
  z-index: 4;
  transition: all 0.1s;
  padding: 0;
  background: #020a0a;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #333333;
}
.hermes-widget .chat-bot .lcep-trigger {
  display: none !important;
}
.hermes-widget .chat-bot input[type=button] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background: #00a8e1;
  cursor: pointer;
}
.hermes-widget .chat-bot input[type=button]:hover {
  opacity: 0.8;
}
.hermes-widget .chat-bot .lcep-el-wrap {
  width: calc(100% - 50px);
}
.hermes-widget .chat-bot .lcep-el-wrap textarea {
  width: 100%;
}
.hermes-widget .chat-bot header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hermes-widget .chat-bot__cont {
  display: flex !important;
  align-items: center;
  pointer-events: none;
}
.hermes-widget .chat-bot .icon-bot {
  position: relative;
  bottom: auto;
  right: auto;
  margin-right: 10px;
}
.hermes-widget .chat-bot .icon-bot::before {
  content: "\e975";
  color: var(--tag-text);
  font-size: 30px;
  position: relative;
  top: -2px;
}
.hermes-widget .chat-bot__txt {
  color: var(--tag-text);
  font-size: 20px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  text-transform: uppercase;
}
.hermes-widget .chat-bot__funciones {
  display: flex;
}
.hermes-widget .chat-bot__funciones span {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}
.hermes-widget .chat-bot__funciones span:before {
  color: var(--tag-text);
  font-size: 14px;
}
.hermes-widget .chat-bot__funciones span:hover {
  opacity: 1;
}
.hermes-widget .chat-bot__funciones .icon-reducir {
  display: none;
}
.hermes-widget .chat-bot__alerta {
  background: var(--content-text-color);
  padding: 8px 12px;
  border-radius: 8px;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 4;
  width: 100%;
}
.hermes-widget .chat-bot__alerta:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 3px solid transparent;
  border-top: 10px solid var(--content-text-color);
  left: 27px;
  bottom: -10px;
}
.hermes-widget .chat-bot__alerta p {
  font-size: 13px;
  line-height: 1.4;
  color: var(--tag-text);
}
.hermes-widget .chat-bot__messages {
  overflow-y: scroll;
  scroll-behavior: smooth;
  display: block;
  height: calc(100% - 178px);
  padding: 20px;
  overflow-x: hidden;
  background: #222;
}
.hermes-widget .chat-bot__messages::-webkit-scrollbar {
  width: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.hermes-widget .chat-bot__messages::-webkit-scrollbar-thumb {
  width: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  cursor: pointer;
}
.hermes-widget .chat-bot__messages::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.hermes-widget .chat-bot__messages p {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 150%;
  color: #f2f2f2;
}
.hermes-widget .chat-bot__message {
  max-width: calc(100% - 40px);
  position: relative;
}
.hermes-widget .chat-bot__message--bot {
  float: left;
  width: 100%;
}
.hermes-widget .chat-bot__message--bot span {
  background: #313232;
  color: #e2e2e2;
  padding: 10px;
  position: relative;
  display: inline-flex;
  margin-top: 5px;
  flex-wrap: wrap;
  border-radius: 3px;
  font-size: 14px;
}
.hermes-widget .chat-bot__message--bot span a {
  color: var(--tag-text);
}
.hermes-widget .chat-bot__message--bot:before {
  content: "Hermes";
  display: flex;
  font-size: 13px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  color: var(--tag-text);
  margin-bottom: 3px;
  padding-left: 26px;
  width: 100%;
  text-transform: uppercase;
}
.hermes-widget .chat-bot__message--bot:after {
  content: "\e975";
  display: flex;
  font-size: 20px;
  font-family: "icomoon" !important;
  color: var(--tag-text);
  position: absolute;
  top: 8px;
  left: 9px;
}
.hermes-widget .chat-bot__message--bot:first-child {
  max-width: 100%;
  margin-bottom: 36px;
}
.hermes-widget .chat-bot__message--user {
  float: right;
  width: 100%;
  text-align: right;
  background: none;
  margin-left: 40px;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.hermes-widget .chat-bot__message--user span {
  background: #6a6a6a;
  color: var(--tag-text);
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  border-radius: 3px;
  max-width: inherit;
}
.hermes-widget .chat-bot__message--typing {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 10px;
}
.hermes-widget .chat-bot__thinking {
  font-size: 14px;
  display: inline-block;
  width: 96px;
  animation: 1s typing infinite ease;
  white-space: nowrap;
  background: none !important;
  color: var(--tag-text) !important;
  padding: 0 !important;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 100%;
  margin-bottom: 5px;
}
.hermes-widget .chat-bot__msj {
  padding: 20px;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.hermes-widget .chat-bot__msj textarea {
  width: calc(100% - 50px);
  height: auto;
  border-radius: 3px;
  border: solid 1px #f0f0f0;
  padding: 10px;
  color: #414141;
  font-size: 14px;
  min-height: 50px;
  max-height: 120px;
}
.hermes-widget .chat-bot__msj input {
  background: #111;
  color: var(--tag-text);
}
.hermes-widget .chat-bot__icon-send {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 50px;
  cursor: pointer;
}
.hermes-widget .chat-bot__icon-send:before {
  font-size: 20px;
  color: var(--tag-text);
}
.hermes-widget .chat-bot__cerrar {
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.hermes-widget .chat-bot__cerrado {
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.hermes-widget .chat-bot__cont-cerrar {
  background: var(--tag-text);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hermes-widget .chat-bot__cont-cerrar h2 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.hermes-widget .chat-bot__cont-cerrar p {
  font-size: 12px;
  font-family: "Roboto Mono", "system-ui-as-Roboto-Mono", monospace;
  line-height: 1.4;
  margin-bottom: 30px;
}
.hermes-widget .chat-bot__cont-buttons {
  display: flex;
  gap: 20px;
}
.hermes-widget .chat-bot__button {
  font-size: 12px;
  line-height: 100%;
  padding: 0;
  font-family: var(--font-family-body);
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.hermes-widget .chat-bot__button:hover {
  text-decoration: underline;
}
.hermes-widget .chat-bot--cerrar .chat-bot__cerrar {
  width: 100%;
  height: 100%;
}
.hermes-widget .chat-bot--cerrar .chat-bot__cerrar .chat-bot__cont-cerrar {
  max-width: 265px;
}
.hermes-widget .chat-bot--cerrado .chat-bot__cerrado {
  width: 100%;
  height: 100%;
}
.hermes-widget .chat-bot--cerrado .chat-bot__cerrado .chat-bot__cont-cerrar {
  max-width: 265px;
}
.hermes-widget .chat-bot--minimizado {
  height: 51px;
  width: 100%;
  max-width: 132px !important;
}
.hermes-widget .chat-bot--minimizado .chat-bot__msj,
.hermes-widget .chat-bot--minimizado .chat-bot__messages {
  display: none;
}
.hermes-widget .chat-bot--minimizado header {
  padding: 10px;
  border: none;
}
.hermes-widget .chat-bot--minimizado .chat-bot__txt {
  font-size: 16px;
}
.hermes-widget .chat-bot--minimizado .chat-bot__cont {
  cursor: pointer;
  pointer-events: auto;
}
.hermes-widget .chat-bot--minimizado .chat-bot__funciones {
  display: none;
}
.hermes-widget .chat-bot--minimizado .chat-bot__icon {
  background: url("/images/bot-parpadea-blanco.gif") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  bottom: 2px;
}
.hermes-widget .chat-bot--minimizado .chat-bot__icon:before {
  display: none;
}
.hermes-widget .chat-bot--minimizado .chat-bot__cerrado {
  display: none;
}
.hermes-widget .chat-bot--minimizado .chat-bot__alerta:after {
  left: 10px;
}
.hermes-widget .chat-bot--minimizado .chat-bot__alerta p span {
  display: none;
}
.hermes-widget .chat-bot--ampliado .chat-bot__funciones .icon-reducir {
  display: flex;
}
.hermes-widget .chat-bot--ampliado .chat-bot__funciones .icon-ampliar {
  display: none;
}
.hermes-widget .chat-bot--ampliado .chat-bot__alerta {
  bottom: 5px;
  right: calc(100% + 20px);
  width: -moz-max-content;
  width: max-content;
}
.hermes-widget .chat-bot--ampliado .chat-bot__alerta:after {
  bottom: auto;
  top: 5px;
  left: auto;
  right: -10px;
  transform: rotate(158deg);
}
.hermes-widget .chat-bot--ampliado .chat-bot__alerta p span {
  display: none;
}
@keyframes typing {
  from {
    width: 0px;
  }
  to {
    width: 25px;
  }
}
.hermes-widget .chat-bot-monitor__activate {
  position: absolute !important;
  top: 9px;
  left: 20px;
  width: 40px;
  height: 22px;
  border: solid 2px #666;
  background: #444;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.hermes-widget .chat-bot-monitor__activate span {
  width: 18px;
  height: 18px;
  background: #000000;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}
.hermes-widget .chat-bot-monitor__activate--activado {
  background: #ffffff;
  transform: translateX(17px);
}
.hermes-widget .chat-lists {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  color: #fff;
  background: #020a0a;
}
.hermes-widget .chat-lists__time {
  font-size: 11px;
  color: #999;
}
.hermes-widget .into-chat-bot .vivo-tendencias,
.hermes-widget .into-chat-bot .notificaciones,
.hermes-widget .into-chat-bot .icon-menu,
.hermes-widget .into-chat-bot .footer__cont-redes,
.hermes-widget .into-chat-bot .menu-footer,
.hermes-widget .into-chat-bot .bloque-footer-redes,
.hermes-widget .into-chat-bot .footer__name,
.hermes-widget .into-chat-bot .accesos,
.hermes-widget .into-chat-bot .icon-lupa,
.hermes-widget .into-chat-bot .cont-login {
  display: none !important;
}
.hermes-widget .into-chat-bot [id=page] {
  padding-top: 0;
  height: calc(100vh - 191px);
}
.hermes-widget .into-chat-bot [id=page] + .icon-bot {
  display: none;
}
.hermes-widget .into-chat-bot [id=main] {
  margin: 72px auto;
}
.hermes-widget .into-chat-bot [id=main] .chat-bot {
  display: block;
  position: relative;
  max-width: none;
  z-index: 1;
  bottom: auto;
  right: auto;
  max-height: none;
}
.hermes-widget .into-chat-bot [id=main] .chat-bot__msj {
  padding: 40px 20px 20px;
  width: 100%;
  max-width: none;
  position: relative;
}
.hermes-widget .into-chat-bot [id=main] .chat-bot__messages {
  height: calc(100% - 200px);
  max-height: 350px;
  min-height: 300px;
}
.hermes-widget .into-chat-bot [id=main] .chat-bot__message--user {
  text-align: left;
  margin: 0;
  float: left;
}
.hermes-widget .into-chat-bot [id=main] .chat-bot__message--bot {
  float: right;
  text-align: right;
}
.hermes-widget .into-chat-bot [id=main] .chat-bot__message--bot:before {
  justify-content: end;
  padding: 0 25px 0 0;
  width: auto;
}
.hermes-widget .into-chat-bot [id=main] .chat-bot__message--bot:after {
  left: auto;
  right: 9px;
}
.hermes-widget .into-chat-bot .footer {
  padding-top: 0;
}
.hermes-widget .into-chat-bot .footer__clousure-bloque {
  border: none;
}

.opacity-footer .icon-bot--enviar {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 480px) {
  .hermes-widget .chat-bot__msj textarea {
    font-size: 16px;
  }
  .hermes-widget .chat-bot header .chat-bot__funciones span {
    margin-left: 25px;
  }
  .hermes-widget .into-chat-bot .chat-bot {
    width: 100%;
  }
  .hermes-widget .into-chat-bot [id=main] .chat-bot__messages {
    height: calc(100vh - 460px);
    max-height: none;
  }
}
@media only screen and (min-width: 480px) {
  .hermes-widget .chat-bot {
    width: 100%;
    max-width: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .hermes-widget .icon-bot--enviar:hover + .tooltip-hermes {
    height: 60px;
    padding: 8px 12px;
    overflow: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .hermes-widget .chat-bot--ampliado {
    max-width: 660px;
    max-height: calc(100% - 40px);
  }
  .hermes-widget .con-notificacion .chat-bot--ampliado {
    max-height: calc(100% - 100px);
  }
  .hermes-widget .into-chat-bot [id=page] {
    padding: 0 20px;
  }
  .hermes-widget .into-chat-bot [id=main] .chat-bot__messages {
    max-height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .hermes-widget .chat-bot--ampliado .chat-bot__alerta {
    right: auto;
    left: 50%;
    bottom: auto;
    top: 57px;
    background: #626262;
    transform: translateX(-50%);
  }
  .hermes-widget .chat-bot--ampliado .chat-bot__alerta:after {
    bottom: auto;
    top: -1px;
    left: -10px;
    right: auto;
    transform: rotate(39deg);
    border-top: 15px solid #626262;
    border-right: 13px solid transparent;
    border-left: 15px solid transparent;
  }
}
@media only screen and (min-width: 1280px) {
  .hermes-widget .into-chat-bot [id=main] {
    margin: 36px auto;
  }
  .hermes-widget .into-chat-bot [id=main] .chat-bot__messages {
    max-height: 230px;
    min-height: auto;
  }
  .hermes-widget .con-notificacion .chat-bot {
    bottom: 100px;
  }
  .hermes-widget .con-notificacion .chat-bot--ampliado {
    max-height: calc(100% - 120px);
  }
  .hermes-widget .con-notificacion .icon-bot {
    bottom: 95px;
  }
  .hermes-widget .con-notificacion.opacity-footer .chat-bot {
    bottom: 20px;
  }
  .hermes-widget .con-notificacion.opacity-footer .chat-bot--ampliado {
    max-height: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1440px) {
  .hermes-widget .chat-bot {
    right: 20px;
    bottom: 20px;
  }
  .hermes-widget .chat-bot--ampliado {
    max-height: calc(100% - 30px);
  }
  .hermes-widget [id=page] + .icon-bot {
    right: 15px;
    bottom: 15px;
  }
}/*# sourceMappingURL=grid.css.map */