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

[hidden] {
  display: none !important;
}

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

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

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-heading);
  border: 1px solid #d4d4d4;
  padding: 8px 12px;
  color: #666;
  font-size: 16px;
}

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

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

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;
}

.grid {
  align-items: self-start;
  clear: both;
  display: grid;
  grid-auto-rows: min-content;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 1440px;
  width: 100%;
}

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

@media only screen and (min-width: 1024px) {
  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(12, 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-1 {
    grid-column: span 1;
  }
  .grid.cl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cl-2 {
    grid-column: span 1;
  }
  .grid.cl-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cl-3 {
    grid-column: span 2;
  }
  .grid.cl-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cl-4 {
    grid-column: span 2;
  }
  .grid.cl-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cl-5 {
    grid-column: span 3;
  }
  .grid.cl-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cl-6 {
    grid-column: span 3;
  }
  .grid.cl-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cl-7 {
    grid-column: span 4;
  }
  .grid.cl-7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cl-8 {
    grid-column: span 4;
  }
  .grid.cl-8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cl-9 {
    grid-column: span 5;
  }
  .grid.cl-9 {
    grid-template-columns: repeat(5, 1fr);
  }
  .cl-10 {
    grid-column: span 5;
  }
  .grid.cl-10 {
    grid-template-columns: repeat(5, 1fr);
  }
  .cl-11 {
    grid-column: span 6;
  }
  .grid.cl-11 {
    grid-template-columns: repeat(6, 1fr);
  }
  .cl-12 {
    grid-column: span 6;
  }
  .grid.cl-12 {
    grid-template-columns: repeat(6, 1fr);
  }
  .cl-13 {
    grid-column: span 7;
  }
  .grid.cl-13 {
    grid-template-columns: repeat(7, 1fr);
  }
  .cl-14 {
    grid-column: span 7;
  }
  .grid.cl-14 {
    grid-template-columns: repeat(7, 1fr);
  }
  .cl-15 {
    grid-column: span 8;
  }
  .grid.cl-15 {
    grid-template-columns: repeat(8, 1fr);
  }
  .cl-16 {
    grid-column: span 8;
  }
  .grid.cl-16 {
    grid-template-columns: repeat(8, 1fr);
  }
  .cl-17 {
    grid-column: span 9;
  }
  .grid.cl-17 {
    grid-template-columns: repeat(9, 1fr);
  }
  .cl-18 {
    grid-column: span 9;
  }
  .grid.cl-18 {
    grid-template-columns: repeat(9, 1fr);
  }
  .cl-19 {
    grid-column: span 10;
  }
  .grid.cl-19 {
    grid-template-columns: repeat(10, 1fr);
  }
  .cl-20 {
    grid-column: span 10;
  }
  .grid.cl-20 {
    grid-template-columns: repeat(10, 1fr);
  }
  .cl-21 {
    grid-column: span 11;
  }
  .grid.cl-21 {
    grid-template-columns: repeat(11, 1fr);
  }
  .cl-22 {
    grid-column: span 11;
  }
  .grid.cl-22 {
    grid-template-columns: repeat(11, 1fr);
  }
  .cl-23 {
    grid-column: span 12;
  }
  .grid.cl-23 {
    grid-template-columns: repeat(12, 1fr);
  }
  .cl-24 {
    grid-column: span 12;
  }
  .grid.cl-24 {
    grid-template-columns: repeat(12, 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 12;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar--right {
    grid-column: span 4;
    height: 100%;
  }
  .home-sidebar {
    height: 100%;
  }
  .sidebar--left {
    grid-column: span 4;
    height: 100%;
  }
  .sidebar-right .main-content,
  .sidebar-left .main-content {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1320px) {
  .sidebar--right {
    grid-column: span 4;
    height: 100%;
  }
  .home-sidebar {
    height: 100%;
  }
  .sidebar--left {
    grid-column: span 4;
    height: 100%;
  }
  .sidebar-right .main-content,
  .sidebar-left .main-content {
    grid-column: span 8;
  }
}
.bloque {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: column;
}

.page-layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .page-layout {
    max-inline-size: 1440px;
    inline-size: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.main-content {
  min-height: 300px;
}

.header-top {
  margin: 0 auto;
  padding: 0;
  background: var(--header-bg);
}

.img-print {
  display: none;
}

.post-institutional {
  top: 0;
}
.post-institutional.has-sticky-header {
  top: 0;
}
.post-institutional .page-layout {
  padding: 0 44px;
  margin: 0;
  background: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-institutional .header__institutional {
  padding: 32px 0;
}
.post-institutional .header__back-link {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.post-institutional .header__back-text {
  font-size: 14px;
  line-height: 1.1;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  color: #666;
}
.post-institutional .header__back-icon {
  font-size: 16px;
}
.post-institutional .main-content {
  height: 100%;
  overflow-y: auto;
}
.post-institutional .titulo-bloque {
  margin-bottom: 24px;
  border-bottom: none;
  padding-bottom: 0;
}
.post-institutional .titulo-bloque .txt {
  font-size: 24px;
}
.post-institutional .post__header {
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 30px;
}
.post-institutional .post__title {
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.post-institutional .post--full {
  padding: 0;
}
.post-institutional .post__body {
  padding-bottom: 30px;
}
.post-institutional .texto > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-word;
  color: #666;
  font-family: "Roboto", sans-serif;
}
.post-institutional .footer {
  background: none;
  border-top: solid 1px #f2f2f2;
}
.post-institutional .footer__closure {
  background: none;
  padding: 10px 0;
}
.post-institutional .footer__closure-container {
  color: #bbb;
  display: flex;
  padding: 7px 0;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-top: none;
  border-bottom: none;
  margin: 0 auto;
}
.post-institutional .footer__closure-container .footer__copyright {
  font-size: 12px;
  text-align: left;
  justify-content: flex-start;
}
.post-institutional .footer__partner-logo::before {
  color: var(--header-icon-color);
}

@media only screen and (min-width: 768px) {
  .post-institutional {
    background: #ea0a1f;
  }
  .post-institutional .page-layout {
    width: 75%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .post-institutional .page-layout {
    width: 60%;
    margin-left: 40%;
  }
}
@media only screen and (min-width: 1320px) {
  .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: $primary;
            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;
}

.texto.text-justify {
  text-align: justify;
}

.text-capitalice p:first-of-type:first-letter,
.text-capitalice .autor ~ p:first-of-type:first-letter {
  float: left;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 91px;
  padding: 0 12px 0 0;
  line-height: 71px;
  top: -1px;
}

.titulo-nota {
  font-size: 43px;
  margin-bottom: 19px;
  line-height: 130%;
  width: 100%;
}

.texto h1,
.texto h2,
.texto h3,
.texto h4,
.texto h5,
.texto h6,
.static-texto h1,
.static-texto h2,
.static-texto h3,
.static-texto h4,
.static-texto h5,
.static-texto h6 {
  margin-bottom: 5px;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .texto h1,
  .static-texto h1 {
    font-size: 28px;
  }
  .texto h2,
  .static-texto h2 {
    font-size: 27px;
  }
  .texto h3,
  .static-texto h3 {
    font-size: 26px;
  }
  .texto h4,
  .static-texto h4 {
    font-size: 25px;
  }
  .texto h5,
  .static-texto h5 {
    font-size: 24px;
  }
  .texto h6,
  .static-texto h6 {
    font-size: 23px;
  }
}
.titulo-bloque {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  line-height: inherit;
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}
.titulo-bloque h2 {
  font-size: 28px;
  font-family: var(--font-family-body);
}
.titulo-bloque .txt {
  display: flex;
  align-items: center;
}
.titulo-bloque span,
.titulo-bloque .txt {
  position: relative;
  font-size: 28px;
  font-family: var(--font-family-body);
}

.grid .titulo-bloque {
  display: flex;
  grid-column: span 1;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .titulo-bloque {
    width: 100%;
    margin-bottom: 30px;
  }
  .titulo-bloque h2 {
    font-size: 32px;
  }
  .titulo-bloque span,
  .titulo-bloque .txt {
    font-size: 32px;
  }
  .grid .titulo-bloque {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 1320px) {
  .titulo-bloque {
    margin-bottom: 30px;
  }
}
.titulo-bloque:has(+ .grid) {
  margin: 0 auto 30px;
}

.titulo-subrayado .titulo-bloque .txt::after,
.titulo-subrayado.titulo-bloque .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--tag-bg);
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
}

.titulo-bullet .titulo-bloque .txt::before,
.titulo-bullet.titulo-bloque .txt::before {
  content: "";
  display: block;
  width: 14px;
  height: 30px;
  background: var(--tag-bg);
  margin-right: 12px;
}

.titulo-background .titulo-bloque {
  background: var(--tag-bg);
  color: var(--tag-text);
  padding: 0;
}
.titulo-background .titulo-bloque .txt {
  padding: 10px 15px 7px;
  color: var(--tag-text);
}
.titulo-background .titulo-bloque .txt [class*=icon-]::before {
  color: var(--tag-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  font-weight: 700;
  line-height: 125%;
  word-break: break-word;
  clear: both;
  color: var(--content-heading-color);
  width: 100%;
}

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

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

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

@media only screen and (min-width: 768px) {
  .titulo-1 {
    font-size: 43px;
  }
  .titulo-2 {
    font-size: 32px;
  }
  .titulo-3 {
    font-size: 30px;
  }
  .titulo-4 {
    font-size: 24px;
  }
  .titulo-5 {
    font-size: 20px;
  }
  .titulo-6 {
    font-size: 20px;
  }
}
[class^=icon-],
[class*=" icon-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
[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-filled::before {
  content: "\e975";
}

.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";
}

.icon-g8::before {
  content: "\e948";
  font-size: 22px !important;
}

.icon-lupa {
  transform: scaleX(1) rotate(-15deg);
}

input,
textarea,
select {
  color: #666;
  font-size: 16px;
}
input.error,
textarea.error,
select.error {
  border-bottom: solid 1px var(--input-error);
}

input, textarea {
  background: var(--input-bg);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--content-text-color);
  font-size: 13px;
}
input::placeholder, textarea::placeholder {
  color: var(--content-text-color);
  font-size: 13px;
}

textarea {
  min-height: 120px;
  line-height: 160%;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background-image: url(/images/down.svg);
  background-origin: content-box;
  background-position: right 1px center;
  background-repeat: no-repeat;
  background-size: 20px;
  box-sizing: border-box;
}

label {
  transition: all 0.3s;
  clear: both;
  color: #ccc;
}

.contact-form__field {
  margin-bottom: 30px;
  position: relative;
}
.contact-form__label {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  display: block;
}
.contact-form__error {
  color: #FC0000;
  font-size: 13px;
  margin-top: 5px;
}
.contact-form__error:empty {
  display: none;
}
.contact-form__help-text {
  color: #666;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}
.contact-form__required {
  text-decoration: none;
}
.contact-form__input {
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  padding: 4px 0;
  margin: 5px 0;
  color: #666;
  width: 100%;
}
.contact-form__textarea {
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  padding: 4px 0;
  margin: 5px 0;
  color: #666;
  width: 100%;
}
.contact-form__select {
  display: block;
}
.contact-form__radio-wrapper {
  margin-bottom: 10px;
}
.contact-form__radio-label {
  color: #333;
}
.contact-form__checkbox-wrapper {
  margin-bottom: 10px;
}
.contact-form__checkbox-label {
  color: #333;
}
.contact-form__global-error-title {
  display: none;
}
.contact-form__global-error-message {
  background: #fb4b4b;
  color: #fff;
  font-weight: 400;
  margin: 10px 0;
  padding: 5px 10px;
}
.contact-form__global-error-message:empty {
  display: none;
}
.contact-form__actions {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.contact-form__submit {
  cursor: pointer;
  background: #def1ff;
  padding: 10px 50px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #065fd4;
  margin: 0 10px;
}
.contact-form__reset {
  cursor: pointer;
  background: none;
  margin: 0 10px;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 18px;
}
.contact-form__reset:hover {
  background: #e5e5e5;
}

.buttons {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
}

.buttons {
  padding: 0 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

[id=aviso] {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  padding: 15px;
  background: var(--tag-bg);
  color: var(--tag-text);
  border-radius: 5px;
}

.herramientas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 19px 0;
}
.herramientas .fecha-nota {
  font-size: 15px;
  font-family: var(--font-family-body);
  color: var(--content-text-color);
  display: inline-block;
  font-weight: 300;
  margin-bottom: 10px;
}

.advthis {
  padding: 0;
  width: auto;
  clear: both;
  position: relative;
  display: flex;
}

.advthis .redes {
  display: flex;
}

.advthis .redes a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 4px 0 4px;
  cursor: pointer;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  color: var(--header-icon-color);
  font-size: 20px;
}

.share-icon.icon-facebook,
.share-icon.icon-twitter {
  display: none;
}

.comments-link {
  position: relative;
  display: flex;
  align-items: center;
}
.comments-link::before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: var(--header-icon-color);
  margin: 0 16px 0 10px;
}
.comments-link .com-total {
  color: #666;
  font-size: 14px;
  margin: -2px 0 0 5px;
  line-height: 100%;
}
.comments-link .com-total:empty {
  display: none;
}

@media only screen and (min-width: 768px) {
  .herramientas {
    flex-direction: initial;
  }
  .herramientas .fecha-nota {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .adv-left-sticky .herramientas {
    display: flex;
    width: 195px;
    height: 100%;
    margin: 7px 25px 0 0;
    justify-items: center;
    justify-content: end;
    float: left;
    padding: 0;
    align-items: start;
    border: none;
    display: flex;
  }
  .adv-left-sticky .herramientas .fecha-nota {
    display: none;
  }
  .adv-left-sticky .herramientas .advthis {
    width: auto;
    height: 250px;
    position: sticky;
    top: 132px;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0 25px 0 0;
    border-right: 1px solid var(--border-color);
  }
  .adv-left-sticky .herramientas .advthis .redes {
    width: auto;
    flex-direction: row;
    margin: 0;
    align-items: start;
  }
  .adv-left-sticky .herramientas .advthis .redes a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 4px;
    cursor: pointer;
    text-decoration: none !important;
  }
  .adv-left-sticky .herramientas .comments-link {
    order: 2;
    flex-direction: column;
    align-items: center;
    width: 195px;
    justify-content: center;
  }
  .adv-left-sticky .herramientas .comments-link::before {
    width: 20px;
    height: 1px;
    margin: 5px 0 15px 0;
  }
  .adv-left-sticky .cont-foto {
    margin-top: 81px;
  }
  .adv-left-sticky .texto {
    width: calc(100% - 195px);
  }
  .adv-left-sticky .cont-cuerpo {
    flex-direction: row-reverse;
  }
}
.banner-hide {
  display: none !important;
}

/* Ocultar el banner si está vacío o no tiene imagen */
.banner-centrado.banner:empty,
.banner-centrado.banner:not(:has(img)) {
  display: none !important;
}

.banner {
  align-items: center;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
.banner > div {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  min-height: 50px;
  border: 1px solid var(--border-color);
  line-height: 0;
}

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

.page-layout .top.banner {
  width: 100%;
  margin-bottom: 30px;
}

.page-layout .banner:last-child {
  margin-bottom: 30px;
}

.ultimas-noticias .page-layout .banner:last-child,
.listado .page-layout .banner:last-child,
.post-interior .page-layout .banner:last-child,
.videos .page-layout .banner:last-child {
  margin-bottom: 0;
}

.post-listado .page-layout .banner:last-child {
  margin-bottom: 0;
}

.post-listado .page-layout .banner-sidebar:last-child {
  margin-bottom: 0;
}

.banner-centrado {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner-centrado > div {
  margin: 0 auto;
  position: relative;
  float: none;
  width: auto;
}

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

.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;
}

.banner-divisorio {
  background: #f7f7f7;
  padding: 30px 0;
  margin: 0 auto;
}

.banner-bg {
  background: #f7f7f7;
  padding: 30px 0;
  margin: 0 auto;
}

.home-sidebar .banner-sidebar.banner,
.sidebar--right .banner-sidebar.banner {
  background: #f7f7f7;
  padding: 30px 0;
  margin-bottom: 30px;
}
.home-sidebar:last-child,
.sidebar--right:last-child {
  margin-bottom: 0;
}

.banner-lists.banner {
  background: #f7f7f7;
  padding: 30px 0;
  margin-bottom: 30px;
}

.post-listado .cl-24 .banner-centrado,
.post-interior .cl-24 .banner-centrado,
.ultimas-noticias .cl-24 .banner-centrado,
.video-listado .cl-24 .banner-centrado,
.video-interior .cl-24 .banner-centrado {
  margin-bottom: 60px;
}

.banner-hidden-mobile {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page-layout .banner {
    width: 100%;
  }
  .page-layout .top.banner {
    margin-bottom: 30px;
  }
  .page-layout .banner:last-child {
    margin-bottom: 30px;
  }
  .ultimas-noticias .page-layout .banner:last-child,
  .listado .page-layout .banner:last-child,
  .post-interior .page-layout .banner:last-child,
  .post-listado .page-layout .banner:last-child,
  .videos .page-layout .banner:last-child {
    margin-bottom: 30px;
  }
  .ultimas-noticias .banner-sidebar.sticky-element.banner,
  .listado .banner-sidebar.sticky-element.banner,
  .post-interior .banner-sidebar.sticky-element.banner,
  .post-listado .banner-sidebar.sticky-element.banner,
  .videos .banner-sidebar.sticky-element.banner {
    top: 132px;
  }
  .banner-lists.banner {
    margin-bottom: 60px;
    padding: 0 0 60px;
    border-bottom: solid 1px var(--border-color);
    background: none;
  }
  .banner-hidden-mobile {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-divisorio {
    width: 100vw !important;
    left: calc((100% - 100vw) / 2);
  }
  .home-sidebar .banner-sidebar.banner,
  .sidebar--right .banner-sidebar.banner {
    background: none;
    margin-bottom: 30px;
    padding: 0;
  }
}
.banner-zocalo-cont {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  background: #fafafa;
  padding: 0;
  transition: all 0.3s;
  display: none;
}
.banner-zocalo-cont::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #fafafa;
  position: absolute;
  top: -5px;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}
.banner-zocalo-cont .icon-cerrar {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0;
  font-weight: bold;
  cursor: pointer;
  background: #000;
  padding: 8px;
  border-radius: 50%;
  display: block;
}
.banner-zocalo-cont .icon-cerrar::before {
  color: #fff;
  font-size: 22px;
  display: block;
  opacity: 1;
}
.banner-zocalo-cont .banner-zocalo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .banner-zocalo-cont .banner-zocalo {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .con-banner-zocalo .fixeado-right.video-en-vivo {
    bottom: 145px;
  }
}
.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 #eee;
  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: #000;
  padding: 8px;
  border-radius: 50%;
  display: block;
}
.banner-intersitial-cont .icon-cerrar::before {
  color: #fff;
  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;
  }
}
.adsbygoogle.adsbygoogle-noablate,
ins.adsbygoogle.adsbygoogle-noablate {
  z-index: 10 !important;
}

.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 -10px;
}
.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: 1024px) {
  .breadcrumb {
    margin-bottom: -10px;
  }
}
.datetime-widget {
  color: #666;
  display: none;
}

@media only screen and (min-width: 1320px) {
  .datetime-widget.loaded {
    display: flex;
  }
}
/*
latest-news__header
    latest-news__title-link
    latest-news__title
    latest-news__title-text

    latest-news__view-all		
    latest-news__view-all-text
    latest-news__view-all-icon

latest-news__grid
    latest-news__item
    latest-news__item--first
    latest-news__item--last
    latest-news__item--even
    latest-news__item--odd

    (h2) latest-news__article-title
*/
.latest-news__header {
  margin-bottom: 15px;
  padding: 0 20px;
}
.latest-news__title {
  font-size: 24px;
}
.latest-news__view-all {
  display: none;
}
.latest-news__grid {
  margin-bottom: 30px;
}
.latest-news__item {
  margin-bottom: 20px;
}
.latest-news__article-title {
  font-size: 18px;
}
.latest-news .article__title-text {
  font-weight: 400;
  line-height: 1.3;
}
.latest-news .article__bajada {
  display: none;
}
.latest-news .en-bandera {
  padding: 10px 0;
}

.latest-news--sidebar .latest-news__header {
  margin-bottom: 32px;
  padding: 0;
}
.latest-news--sidebar .latest-news__title {
  font-size: 24px;
  font-family: var(--font-family-body);
  font-weight: 700;
  color: #000;
}
.latest-news--sidebar .latest-news__grid {
  margin-bottom: 64px;
}
.latest-news--sidebar .latest-news__grid .latest-news__item {
  margin-bottom: 24px;
  border-bottom: 1px solid #dcdfe3;
  padding-bottom: 24px;
  position: relative;
  align-items: center;
}
.latest-news--sidebar .latest-news__grid .latest-news__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.latest-news--sidebar .latest-news__grid .latest-news__item .article__header {
  width: calc(100% - min(300px, 35%));
  padding: 0 0 0 32px;
}
.latest-news--sidebar .latest-news__grid .latest-news__item .article__media {
  width: min(300px, 35%);
  height: auto;
}
.latest-news--sidebar .latest-news__grid .latest-news__item .article-title {
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .latest-news--sidebar {
    padding: 0;
  }
  .latest-news--sidebar .latest-news__header {
    padding: 0;
    margin-bottom: 32px;
  }
  .latest-news--sidebar .latest-news__title {
    font-size: 24px;
  }
  .latest-news--sidebar .latest-news__grid .latest-news__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .latest-news--sidebar .latest-news__grid .latest-news__article-title {
    line-height: 1.3;
  }
}
.latest-news--article-footer .latest-news__item .article__bajada {
  display: none;
}
.latest-news--article-footer .latest-news__item .article__tag {
  display: none;
}

.latest-news--home .latest-news__grid {
  grid-row-gap: 0;
}
.latest-news--home .latest-news__header {
  margin-bottom: 15px;
  padding: 0;
}
.latest-news--home .latest-news__title {
  font-size: 22px;
  margin: 0 auto 30px;
  font-family: "Roboto Slab", serif;
  color: #111;
  font-weight: 900;
  padding: 0;
  text-transform: uppercase;
}
.latest-news--home .latest-news__article-title {
  font-size: 20px;
  line-height: 1.25;
}
.latest-news--home .article__title-text {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .latest-news__header {
    padding: 0;
  }
  .latest-news__title {
    font-size: 24px;
  }
}
.user-auth {
  display: flex;
}

.user-auth__guest {
  display: flex;
}
.user-auth__guest[hidden] {
  display: none;
}

.user-auth__logged {
  display: flex;
}
.user-auth__logged[hidden] {
  display: none;
}

.user-auth__button-text {
  font-size: 15px;
  line-height: 30px;
}
.user-auth__button--primary {
  background: var(--btn-primary-text);
  color: var(--btn-primary-bg);
  padding: 0 20px;
  border-radius: 4px;
}
.user-auth__button--secondary {
  font-weight: 400;
  color: var(--btn-primary-text);
}
.user-auth__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.user-auth__username {
  display: block;
  line-height: 30px;
  float: right;
  margin-left: 10px;
}

[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;
}

.social-links {
  display: none;
}

@media only screen and (min-width: 768px) {
  .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-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;
}

.etiqueta {
  background: var(--tag-bg);
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.etiqueta-especial {
  font-family: Roboto mono, monospace;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  background: #F30000;
  padding: 0 10px;
  line-height: 20px;
}

.urgent-banner {
  display: flex;
  background: #f63380;
  justify-content: center;
  align-items: center;
  position: relative;
}
.urgent-banner__label {
  display: none;
}
.urgent-banner__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.urgent-banner__text {
  color: var(--urgent-text);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 40px 10px 20px;
}
.urgent-banner__link-icon {
  display: none;
}
.urgent-banner__close {
  background: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.urgent-banner__close-icon::before {
  color: #fff !important;
  font-size: 12px !important;
}
.urgent-banner__close-icon:hover {
  opacity: 0.8 !important;
}

@media only screen and (min-width: 768px) {
  .urgent-banner__label {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 130px;
    text-align: right;
    padding-right: 10px;
  }
  .urgent-banner__label + .urgent-banner__container {
    max-width: 1310px;
  }
}
@media only screen and (min-width: 1320px) {
  .urgent-banner__label {
    text-align: left;
    padding-right: 0;
  }
  .urgent-banner__text {
    padding: 10px 0;
  }
  .urgent-banner__close {
    right: 0;
  }
}
.urgent-banner--carousel .urgent-banner__container {
  position: relative;
  overflow: hidden;
}
.urgent-banner--carousel .urgent-banner__content {
  position: relative;
}
.urgent-banner--carousel .urgent-banner__item.splide__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease;
  transform: none !important;
}
.urgent-banner--carousel .urgent-banner__item.splide__slide.is-active {
  opacity: 1;
  z-index: 100;
}
.urgent-banner--carousel .splide__track {
  overflow: visible;
}
.urgent-banner--carousel .splide__list {
  position: relative;
  display: block;
}

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

.notificaciones {
  display: none;
  transition: all 0.3s;
}
.notificaciones.barra {
  position: relative;
  width: 100%;
  background: #ecbd0b;
  z-index: 8;
}
.notificaciones.barra .bloque {
  align-items: start;
  justify-content: center;
}
.notificaciones.barra .bloque p {
  padding: 9px 34px 7px 44px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
.notificaciones.barra .bloque p b {
  cursor: pointer;
}
.notificaciones.barra .bloque p b:hover {
  opacity: 0.65;
}
.notificaciones.barra .icon-cerrar {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.notificaciones.barra .icon-cerrar::before {
  font-size: 14px;
  color: #000;
}
.notificaciones.barra .icon-cerrar:hover {
  opacity: 0.65;
}
.notificaciones.barra .icon-campana {
  position: absolute;
  left: 10px;
}
.notificaciones.barra .icon-campana::before {
  font-size: 24px;
  color: #000;
}
.notificaciones.ventana {
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  box-shadow: 1px -4px 6px rgba(17, 17, 17, 0.2509803922);
  background: #fff;
  z-index: 8;
  text-align: center;
  flex-wrap: wrap;
}
.notificaciones.ventana .cont-alertas {
  display: flex;
  align-items: center;
}
.notificaciones.ventana .cont-btn {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: 10px;
}
.notificaciones.ventana img,
.notificaciones.ventana .icon-logo {
  width: 78px;
  height: auto;
  margin-right: 20px;
  position: relative;
}
.notificaciones.ventana p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.notificaciones.ventana .buttons {
  margin-left: 20px;
}
.notificaciones.ventana [data-notificacion-close] {
  background: none;
  color: #999;
}

.top-fixed .notificaciones.barra {
  position: fixed;
}

@media only screen and (min-width: 768px) {
  .notificaciones.ventana {
    max-width: 430px;
    top: 10px;
    left: 10px;
    bottom: auto;
    box-shadow: 3px 3px 6px rgba(17, 17, 17, 0.2509803922);
  }
}
.main-paginador {
  text-align: center;
  clear: both;
  border-top: solid 1px #ccc;
  padding: 30px 0;
  margin: 20px 0;
}
.main-paginador a {
  font-family: var(--font-family-body);
  display: flex;
  font-size: 12px;
  color: var(--content-text-color);
  padding: 7px 10px;
  margin: 0 5px;
  border-radius: 3px;
}
.main-paginador a:hover {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
}
.main-paginador .number {
  display: none;
  color: var(--content-text-color);
}
.main-paginador .number.active {
  display: inline-block;
  color: #fff;
  background: var(--btn-primary-bg);
}
.main-paginador .number:hover {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  opacity: 0.75;
}
.main-paginador .number.active + .number,
.main-paginador .number:nth-last-child(2) {
  display: inline-block;
}
.main-paginador .number:nth-last-child(2)::after {
  content: "...";
  display: inline-block;
  font-family: var(--font-family-body);
  color: var(--content-text-color);
  position: absolute;
  margin-left: 10px;
}
.main-paginador [class*=icon-] {
  position: relative;
  margin: 0 5px;
  font-size: 12px;
}
.main-paginador .icon-prev::before {
  right: 5px;
}
.main-paginador .icon-next::before {
  left: 5px;
}
.main-paginador .a-anterior a,
.main-paginador .a-siguiente a {
  font-size: 0;
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
}
.main-paginador .a-anterior a:hover,
.main-paginador .a-siguiente a:hover {
  opacity: 0.75;
}

.inner-paginador {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .main-paginador .number {
    display: inline-block;
  }
  .main-paginador .number:nth-last-child(2)::after {
    display: none;
  }
  .main-paginador .a-anterior a,
  .main-paginador .a-siguiente a {
    font-size: 12px;
  }
}
.leer-mas {
  display: block;
  text-align: center;
  background: #ea0a1f;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 15px 0;
  cursor: pointer;
}
.leer-mas:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .leer-mas {
    margin: 20px 0 30px;
  }
}
.buscador .listado-article .titulo-listado {
  font-family: var(--font-family-heading);
  font-size: 15px;
  text-transform: uppercase;
  color: #111;
  padding: 0 0 30px;
}
.buscador .titulo-bloque {
  flex-direction: column;
  border: none;
  margin-bottom: 30px;
}
.buscador .titulo-bloque .txt {
  margin-bottom: 12px;
  font-family: var(--font-family-heading);
  font-size: 24px;
  font-weight: 900;
}
.buscador .titulo-bloque .descripcion {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  font-family: "Roboto Mono", monospace;
  color: #767676;
  letter-spacing: -0.02em;
  line-height: 125%;
}
.buscador .form-result {
  padding: 0;
  margin: 0 auto 30px;
}
.buscador .form-result__new-search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buscador .form-result__input {
  padding: 0 60px 0 15px;
  font-family: var(--font-family-heading);
  font-size: 16px;
  font-weight: 800;
  color: #111;
  width: 100%;
  line-height: 60px;
  background: none;
  margin-bottom: 0;
  border: 1px solid var(--border-color);
}
.buscador .form-result__icon-lupa {
  display: flex;
  position: absolute;
  top: auto;
  right: 20px;
  z-index: 1;
  background: none;
}
.buscador .form-result__icon-lupa::before {
  font-size: 20px;
}
.buscador .form-result__buttons-hidde {
  background: none;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  line-height: 45px;
  top: auto;
  left: auto;
  right: 0;
  width: 45px;
  height: 45px;
}
.buscador .form-result__buttons-hidde:hover + .form-result__icon-lupa {
  opacity: 0.5;
}
.buscador .form-result__datos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buscador .form-result__parrafo {
  font-size: 16px;
  font-weight: 400;
}
.buscador .form-result__ordenar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.buscador .form-result__span {
  margin-right: 5px;
}
.buscador .form-result__m--red {
  color: #ea0a1f;
}
.buscador .form-result__ancla {
  display: flex;
  align-items: center;
  line-height: 100%;
}
.buscador .form-result__ancla::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: var(--color-black);
  margin: 0 5px;
  position: relative;
  top: auto;
}
.buscador .form-result__ancla:last-child::after {
  display: none;
}
.buscador .form-result .sin-resultados-box {
  padding: 30px 0 0;
  line-height: 140%;
  margin: 30px 0 0;
  border-top: 1px solid #d4d4d4;
}
.buscador .cl-24 .banner-centrado {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .buscador .page-layout .top.banner {
    margin-bottom: 55px;
  }
  .buscador .main-content {
    grid-column: span 9;
    border-top: 1px solid var(--border-color);
  }
  .buscador .main-content .grid-6.listado-article {
    padding: 27px 0 0 60px;
  }
  .buscador .sidebar--right {
    grid-column: span 3;
  }
  .buscador .listado-article .titulo-listado {
    padding: 0 0 60px 0;
    margin-left: -60px;
  }
  .buscador .lists-news__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .buscador .leer-mas {
    margin: 30px 0;
    position: relative;
  }
  .buscador .leer-mas::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--border-color);
  }
  .buscador .titulo-bloque .txt {
    font-size: 32px;
  }
  .buscador .titulo-bloque .descripcion {
    font-size: 20px;
  }
  .buscador .form-result {
    width: 100%;
  }
  .buscador .form-result__input {
    font-size: 22px;
  }
}
@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 300;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.whatsapp-button:hover, .whatsapp-button:focus {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
  background-color: #20ba5a;
  outline: 2px solid #25d366;
  outline-offset: 2px;
}
.whatsapp-button:active {
  transform: scale(0.95);
}
.whatsapp-button__icon {
  font-size: 20px;
}

.whatsapp-button {
  animation: whatsapp-pulse 2s infinite;
}
.whatsapp-button:hover {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-button {
    animation: none;
    transition: background-color 0.3s ease;
    transform: none !important;
  }
}
/*
--with-background
--full-width
--bordered
--layout-featured
--layout-thirds
*/
.content-block__header {
  margin-bottom: 30px;
}

.content-block--background {
  background: #f0f0f0;
  padding: 30px;
  margin-bottom: 30px;
}
.content-block--background .content-block__grid {
  margin-bottom: 0;
}

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

.content-block__header--line {
  padding-bottom: 15px;
  border-bottom: solid 1px #E2E2E2;
}

.content-block__header--textline .content-block__title-text {
  position: relative;
}
.content-block__header--textline .content-block__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #999;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.content-block__title-text--upper {
  text-transform: uppercase;
}

.content-block__header--bullet .content-block__title-text {
  display: inline-flex;
  align-items: center;
}
.content-block__header--bullet .content-block__title-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background: #999;
  margin-right: 10px;
}

.content-block__header--bullet.content-block__header--textline .content-block__title-text::after {
  bottom: -21px;
}

.radio-player {
  display: flex;
}

.radio-player__text {
  line-height: 32px;
  margin-left: 15px;
}

.radio-player__status {
  display: none;
}

/*
poll 
    poll--with-background
    poll--finished
    poll--voted
    poll--compact

poll__header
poll__header-link
poll__logo-icon
poll__headline
poll__question-link
poll__question
poll__description

poll__options
poll__option
    poll__option--selected
    poll__option--winner
poll__option-text
poll__option-count
poll__progress
poll__progress-bar
poll__progress-label

poll__footer
poll__more-link
poll__end-date
poll__total-votes

poll__error

poll__share
poll__share-label
poll__share-button
*/
.poll {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #000375;
  padding: 52px 30px 57px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.poll__header {
  max-width: 360px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.poll__headline {
  font-size: 16px;
  font-weight: 900;
  font-family: "Roboto Slab", serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.poll__question {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 53px;
}
.poll__description {
  display: none;
}
.poll__options {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.poll__option {
  background: #f63380;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
}
.poll__option:hover {
  background: rgba(246, 51, 128, 0.5);
}
.poll__option-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
}
.poll__option-count {
  opacity: 0;
  transition: all 0.5s;
}
.poll__progress {
  display: none;
}
.poll__progress-label {
  display: none;
}
.poll__progress-bar {
  width: 0;
  transition: all 0.5s;
}
.poll__footer {
  margin-top: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.poll__more-link {
  display: none;
}
.poll__end-date {
  color: #fff;
  font-size: 11px;
  font-family: "Roboto Mono", monospace;
}
.poll__total-votes {
  color: #fff;
  font-size: 11px;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
}

a.poll__question-link:hover,
a.poll__header-link:hover {
  opacity: 1;
}

.poll--voted .poll__option {
  justify-content: left;
}
.poll--voted .poll__option-text {
  position: absolute;
  left: 20px;
}
.poll--voted .poll__option-count {
  opacity: 1;
  width: 45px;
  background: #000375;
  right: 0;
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.5019607843);
}
.poll--voted .poll__progress {
  display: block;
  background: #00025e;
  width: calc(100% - 45px);
}
.poll--voted .poll__progress-bar {
  height: 100%;
  background: rgba(246, 51, 128, 0.5019607843);
}
.poll--voted .poll__option--winner .poll__progress-bar {
  background: rgba(246, 51, 128, 0.5);
}
.poll--voted .poll__option--selected .poll__progress {
  border-right: solid 2px #f63380;
}
.poll--voted .poll__option--selected .poll__progress-bar {
  background: #f63380;
}
.poll--voted .poll__option--selected .poll__option-count {
  color: #fff;
}
.poll--voted .poll__end-date {
  display: none;
}

@media only screen and (min-width: 768px) {
  .poll {
    margin: 0 0 30px;
  }
  .poll__headline {
    font-size: 32px;
  }
  .poll__question {
    font-size: 26px;
  }
  .poll__end-date,
  .poll__total-votes {
    font-size: 13px;
  }
}
@keyframes pulse-wave {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.live-video-top {
  background: #000;
  position: relative;
}
.live-video-top .live-video__container {
  padding: 20px;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}
.live-video-top .live-video__player {
  display: flex;
  width: 100%;
}
.live-video-top .live-video__iframe {
  width: 100%;
  height: 100%;
  min-width: inherit;
  aspect-ratio: 16/9;
}
.live-video-top .live-video__header {
  display: flex;
  flex-direction: column;
}
.live-video-top .live-video__live-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.live-video-top .live-video__title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.live-video-top .live-video__close {
  position: absolute;
  right: 20px;
  cursor: pointer;
  background: none;
}
.live-video-top .live-video__close-icon::before {
  font-size: 12px;
  color: #fff;
}
.live-video-top .live-video__close-icon:hover {
  opacity: 0.8;
}
.live-video-top .live-video__controls {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: none;
}
.live-video-top .live-video__live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-bottom: 15px;
}
.live-video-top .live-video__live-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.live-video-top .live-video__pulse {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f63380;
  border-radius: 50%;
  z-index: 2;
}
.live-video-top .live-video__wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f63380;
  border-radius: 50%;
  opacity: 0;
}
.live-video-top .live-video__wave--1 {
  animation: pulse-wave 2s ease-out infinite;
}
.live-video-top .live-video__wave--2 {
  animation: pulse-wave 2s ease-out infinite 1s;
}

@media only screen and (min-width: 768px) {
  .live-video-top .live-video__container {
    flex-direction: initial;
    padding: 20px;
  }
  .live-video-top .live-video__player {
    width: 332px;
  }
  .live-video-top .live-video__close {
    right: 20px;
  }
  .live-video-top .live-video__header {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1320px) {
  .live-video-top .live-video__container {
    padding: 20px 0;
  }
  .live-video-top .live-video__close {
    right: 0;
  }
}
.live-video--position-top {
  position: sticky;
  top: 60px;
  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-top .live-video__container,
  .live-video--position-bottom-right .live-video-top .live-video__container {
    flex-direction: column-reverse;
  }
  .live-video--position-bottom-left .live-video-top .live-video__player,
  .live-video--position-bottom-right .live-video-top .live-video__player {
    width: 100%;
  }
  .live-video--position-bottom-left {
    left: 5px;
  }
  .live-video--position-bottom-right {
    right: 5px;
  }
}
@keyframes pulse-wave {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.live-video-streaming {
  margin: 30px 0 60px;
  padding-bottom: 120px;
  background: none;
}
.live-video-streaming .live-video__container {
  background: #262626;
  min-height: 235px;
  padding: 30px 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
.live-video-streaming .live-video__player {
  display: flex;
  width: 100%;
  margin-top: -200px;
  top: 200px;
  position: relative;
}
.live-video-streaming .live-video__iframe {
  width: 100%;
  height: 100%;
  min-width: inherit;
  aspect-ratio: 16/9;
}
.live-video-streaming .live-video__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
.live-video-streaming .live-video__header .live-video__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.live-video-streaming .live-video__header img.logo-streaming {
  width: 93px;
  height: 30px;
  margin-bottom: 40px;
}
.live-video-streaming .live-video__live-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.live-video-streaming .live-video__title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.live-video-streaming .live-video__close {
  display: none;
}
.live-video-streaming .live-video__controls {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: none;
}
.live-video-streaming .live-video__live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  width: 107px;
  border: 1px solid #fff;
  padding: 9px 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.live-video-streaming .live-video__live-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.live-video-streaming .live-video__pulse {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f63380;
  border-radius: 50%;
  z-index: 2;
}
.live-video-streaming .live-video__wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f63380;
  border-radius: 50%;
  opacity: 0;
}
.live-video-streaming .live-video__wave--1 {
  animation: pulse-wave 2s ease-out infinite;
}
.live-video-streaming .live-video__wave--2 {
  animation: pulse-wave 2s ease-out infinite 1s;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .live-video-streaming {
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .live-video-streaming {
    margin: 0 0 30px;
  }
  .live-video-streaming .live-video__container {
    min-height: 200px;
    padding: 30px;
    align-items: flex-start;
    flex-direction: row;
  }
  .live-video-streaming .live-video__player {
    max-width: 480px;
    margin-top: -300px;
    top: 300px;
  }
  .live-video-streaming .live-video__header {
    margin-left: 30px;
    width: calc(100% - 510px);
  }
  .live-video-streaming .live-video__header .live-video__top {
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .live-video-streaming .live-video__header img.logo-streaming {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .live-video-streaming .live-video__title {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .live-video-streaming {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .live-video-streaming {
    padding-bottom: 135px;
  }
  .live-video-streaming .live-video__container {
    min-height: 235px;
  }
  .live-video-streaming .live-video__player {
    max-width: 600px;
    margin-top: -300px;
    top: 300px;
  }
  .live-video-streaming .live-video__header {
    width: calc(100% - 630px);
  }
  .live-video-streaming .live-video__header .live-video__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .live-video-streaming .live-video__header img.logo-streaming {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .live-video-streaming .live-video__header .live-video__title {
    font-size: 20px;
  }
}
.article {
  padding: 0;
}
.article__media {
  line-height: 0;
}
.article__media iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.article__header {
  padding-top: 24px;
}

@media only screen and (min-width: 768px) {
  .article {
    padding: 0;
  }
}
.article__blur {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article__warning .icon-ojo {
  display: block;
  margin-bottom: 0;
}
.article__warning .icon-ojo::before {
  display: block;
  font-size: 40px;
  color: #fff;
}

figure:has(.article__blur) {
  overflow: hidden;
  transition: all 0.3s;
}
figure:has(.article__blur) img {
  filter: blur(6px) brightness(0.35);
  transition: inherit;
}

@media only screen and (min-width: 768px) {
  .article__media:has(.article__blur) .article__tag--bottom {
    display: none !important;
  }
  .article__media:has(.article__blur) ~ .article__header {
    padding-top: 19px !important;
  }
  .article__media:has(.article__blur) ~ .article__header .article__tag--bottom {
    display: flex;
  }
}
/*
// Variantes de imagen sensible.
// Uso en "en-bandera"

.en-bandera figure.blur {
   .icon-ojo {
        margin-bottom: 0;

        &::before {font-size: 40px}
    }

    .advertencia {
        h2 { margin-bottom: 10px; }
        p {display: none;}
    }
}
*/
/*
// Posición: Figure
figure .etiqueta {
    position: absolute;
    top: $tag-offset;
    left: $tag-offset;
    z-index: zindex('nota-base-tag');
}

// Modificadores de las posiciones de las etiquetas
.etiqueta-top figure .etiqueta { top:$tag-offset; bottom:auto; }
.etiqueta-bottom figure .etiqueta { bottom:$tag-offset; top:auto; }
.etiqueta-left figure .etiqueta { left:$tag-offset; right:auto; }
.etiqueta-right figure .etiqueta { right:$tag-offset; left:auto; }

// Posición: Header
header .etiqueta {
    background: get-color('nota-base-etiqueta-header-background');
    color: get-color('nota-base-etiqueta-header-text');
    padding: 0;
    line-height: 100%;
    display: -webkit-box;
    width: 100%;
    margin-bottom:10px;
}
*/
.article__tag {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

figure .article__tag {
  background: var(--tag-bg);
  color: #fff;
  line-height: 30px;
  padding: 5px 25px;
  font-family: Roboto mono, monospace;
  font-weight: 600;
  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: #767676;
  padding: 0;
  line-height: 120%;
  width: 100%;
  margin-bottom: 0;
  font-family: Roboto mono, monospace;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .article__tag {
    font-size: 13px;
  }
}
.article__badge {
  background: #F30000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--titulos);
  font-size: 10px;
  font-weight: 700;
  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__media-icon {
  position: absolute;
}
.article__media-icon::before {
  color: #fff;
  font-size: 42px;
}

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

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

.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__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__live {
  display: flex;
  align-items: center;
  margin: 0 15px 12px 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: var(--font-etiquetas);
  font-size: 11px;
  color: #f30000;
  text-transform: uppercase;
}

@keyframes iconVivo {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.article__date {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.article__volanta {
  font-size: 13px;
  line-height: 130%;
}

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

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

@media only screen and (min-width: 768px) {
  .article__bajada {
    font-size: 16px;
  }
}
.article__author {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.article__author-avatars {
  display: flex;
  align-items: center;
}

.article__author-names {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: var(--content-text-color);
  line-height: 33px;
  font-weight: 800;
  align-items: center;
  display: flex;
  line-height: 120%;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.article__author-site {
  font-size: 11px;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-style: italic;
}

.article__author-avatars > .article__avatar:last-child {
  margin-right: 10px;
}

.article__avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.name-site__container {
  align-content: center;
}

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

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

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

@media only screen and (min-width: 768px) {
  .article__author {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }
  .name-site__container {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .article__author-names {
    font-size: 17px;
    font-weight: 800;
    align-items: center;
    display: flex;
    line-height: 120%;
  }
  .article__author-site {
    font-size: 11px;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-style: italic;
  }
  .article__avatar-img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
  }
}
.article--card {
  height: 100%;
  padding: 15px;
  background: #f0f0f0;
}

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

.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: min(300px, 30%);
  height: auto;
}
.en-bandera .article__header {
  width: calc(100% - min(300px, 30%));
  padding: 0 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .en-bandera-d {
    display: flex;
    align-items: center;
  }
  .en-bandera-d .article__media {
    width: min(300px, 30%);
    height: auto;
  }
  .en-bandera-d .article__header {
    width: calc(100% - min(300px, 30%));
    padding: 0 0 0 30px;
  }
}
.en-bandera.image-fit .article__media {
  align-self: normal;
}
.en-bandera.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-d) .article__media {
    width: 100%;
  }
  .inverted.en-bandera-d {
    align-self: auto;
  }
  .inverted.en-bandera-d .article__header {
    padding: 0 19px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .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: "";
    background: #e2e2e2;
    position: absolute;
  }
  .article--lines::before,
  .article--line-right::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
  }
  .article--lines::after,
  .article--line-bottom::after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -15px;
  }
  .article--line-left::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -15px;
  }
  .article--line-top::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -15px;
  }
}
.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: 15px;
  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 {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.image-circular .article__media img {
  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__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 0px;
}
.page-header__title-text {
  font-size: 22px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  padding: 0;
}
.page-header__description {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .page-header {
    margin: 0 0 -10px;
  }
  .page-header__title-text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header {
    margin-bottom: 0px;
  }
}
.most-read__view-all {
  display: none;
}
.most-read__grid {
  margin-bottom: 30px;
}
.most-read__item {
  margin-bottom: 20px;
}
.most-read__article-title {
  font-size: 18px;
}
.most-read .article__title-text {
  font-weight: 400;
  line-height: 1.3;
}

.most-read--with-counter .most-read__item {
  counter-increment: most-read;
}
.most-read--with-counter .article__media::before {
  content: counter(most-read);
  position: absolute;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: hsla(0, 0%, 100%, 0.7);
  left: 0;
  bottom: 20px;
  transition: all 0.3s;
}
.most-read--with-counter .most-read__item:hover .article__media::before {
  left: calc(100% - 30px);
}

.most-read--home .most-read__grid {
  grid-row-gap: 0;
}
.most-read--home .most-read__header {
  margin-bottom: 15px;
  padding: 0 20px;
}
.most-read--home .most-read__title {
  font-size: 22px;
  margin: 0 auto 30px;
  font-family: "Roboto Slab", serif;
  color: #111;
  font-weight: 900;
  padding: 0;
  text-transform: uppercase;
}
.most-read--home .most-read__article-title {
  font-size: 20px;
  line-height: 1.25;
  padding-top: 5px;
}
.most-read--home .article__title-text {
  font-weight: 700;
}

.most-read--sidebar .most-read__grid {
  display: block;
}
.most-read--sidebar .most-read__header {
  margin-bottom: 32px;
  padding: 0;
}
.most-read--sidebar .most-read__title {
  font-size: 24px;
  font-family: var(--font-family-body);
  font-weight: 700;
  color: #000;
}
.most-read--sidebar .most-read__grid {
  display: block;
  margin-bottom: 64px;
}
.most-read--sidebar .most-read__grid .article {
  padding: 0;
}
.most-read--sidebar .most-read__grid .most-read__item {
  margin-bottom: 24px;
  border-bottom: 1px solid #dcdfe3;
  padding-bottom: 24px;
  position: relative;
  align-items: center;
}
.most-read--sidebar .most-read__grid .most-read__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.most-read--sidebar .most-read__grid .most-read__item .article__header {
  width: calc(100% - min(300px, 35%));
  padding: 0 0 0 32px;
}
.most-read--sidebar .most-read__grid .most-read__item .article__media {
  width: min(300px, 35%);
  height: auto;
}
.most-read--sidebar .most-read__grid .most-read__item .article-title {
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .most-read--home .most-read__header {
    margin-bottom: 15px;
    padding: 0;
  }
  .most-read--home .most-read__title {
    font-size: 24px;
  }
  .most-read--home .most-read__article-title {
    font-size: 20px;
    padding-top: 4px;
  }
  .most-read--sidebar {
    padding: 0;
  }
  .most-read--sidebar .most-read__header {
    padding: 0;
    margin-bottom: 32px;
  }
  .most-read--sidebar .most-read__title {
    font-size: 24px;
  }
  .most-read--sidebar .most-read__grid .most-read__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .most-read--sidebar .most-read__grid .most-read__article-title {
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .bloque__1-nota-con-banner .article {
    display: grid;
    align-items: normal;
  }
  .bloque__1-nota-con-banner .article__media {
    width: auto;
    grid-column: span 8;
  }
  .bloque__1-nota-con-banner .article__header {
    width: auto;
    padding: 0;
    grid-column: span 4;
  }
}
.bloque__3-notas-asimetrico .nota-position-2 {
  margin-bottom: 30px;
}

.bloque__3-notas-asimetrico-sidebar .cl-12 {
  order: 1;
}
.bloque__3-notas-asimetrico-sidebar .cl-6 {
  order: 0;
}
.bloque__3-notas-asimetrico-sidebar .cl-6:last-child {
  order: 2;
}
.bloque__3-notas-asimetrico-sidebar .nota-position-3 {
  padding-top: 20px;
}
.bloque__3-notas-asimetrico-sidebar .nota-position-1 .article__header {
  padding-top: 40px;
}
.bloque__3-notas-asimetrico-sidebar .nota-position-1 .article__header::after {
  content: "";
  position: absolute;
  position-anchor: --article-tag;
  left: anchor(left);
  width: anchor-size(width);
  height: 4px;
  background: #f63380;
  margin-top: 25px;
}
.bloque__3-notas-asimetrico-sidebar .nota-position-1 figure .article__tag--bottom {
  bottom: 0;
  top: auto;
  left: 30px;
  transform: translateY(50%);
  anchor-name: --article-tag;
  font-weight: 600;
}

.bloque__3-notas-en-linea .article__title.titulo-4 {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque__3-notas-en-linea .article__title.titulo-4 {
    padding-top: 5px;
  }
}
.bloque__4-notas-en-linea .article {
  padding: 0 0 24px 0;
  height: 100%;
  border-bottom: 1px solid #dcdfe3;
}
.bloque__4-notas-en-linea .article__title.titulo-5 {
  color: #232b39;
  font-family: var(--font-family-body);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .bloque__4-notas-en-linea .grid {
    grid-column-gap: 24px;
  }
}
.bloque-4-notas--con-sidebar .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-4-notas--con-sidebar {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
  }
  .bloque-4-notas--con-sidebar .grid.cl-18 {
    padding: 0 15px 0 0;
  }
  .bloque-4-notas--con-sidebar .cl-6.article--line-left {
    padding: 0 0 0 15px;
  }
  .bloque-4-notas--con-sidebar .nota-position-1 {
    display: flex;
    flex-wrap: wrap;
    align-self: auto;
    align-items: start;
  }
  .bloque-4-notas--con-sidebar .nota-position-1 .article__media {
    order: 2;
    width: calc((100% - 2 * 30px) / 3 * 2 + 30px);
  }
  .bloque-4-notas--con-sidebar .nota-position-1 .article__header {
    order: 1;
    padding: 0 30px 0 0;
    width: calc((100% - 2 * 30px) / 3 + 30px);
  }
  .bloque-4-notas--con-sidebar .nota-position-1 .article__header .article__tag {
    left: 30px;
    anchor-name: --article-tag;
    font-weight: 600;
    background: #ea0a1f;
    color: #fff;
    line-height: 30px;
    padding: 5px 25px;
    font-family: Roboto mono, monospace;
    position: relative;
    display: -webkit-inline-box;
    width: auto;
  }
  .bloque-4-notas--con-sidebar .nota-position-1 .article__header .article__title {
    margin-top: 30px;
  }
  .bloque-4-notas--con-sidebar .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --article-tag;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 25px;
  }
  .bloque-4-notas--con-sidebar .nota-position-2 .article__title,
  .bloque-4-notas--con-sidebar .nota-position-3 .article__title,
  .bloque-4-notas--con-sidebar .nota-position-4 .article__title {
    padding-top: 7px;
  }
}
/*
// Invierte el orden de la imagen con el bloque de contenido (título, bajada .. )
// -----------------------
$inverted-margin: 19px; // espaciado entre imagen y bloque de texto
.inverted {

    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;

    .article__media {
        order: 2;
    }

    .article__header {
        order: 1;
        padding: 0 0 30px 0;
    }
}

// Evita sobre-escribir el ancho en caso que sea en-bandera
.inverted:not(.en-bandera) {
    .article__media {
        width: 100%;
    }
}

// Variante en-bandera
.inverted.en-bandera {
    align-self: auto;

    .article__header {
        padding:0 30px 0 0;
    }
}

// Variante cuando también es en-bandera solo en desktop, no en mobile
@media only screen and (min-width:screen-size('tablet')) { 

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

    .inverted.en-bandera-d {
        align-self: auto;

        .article__header {
            padding:0 30px 0 0;
        }   
    }

}
*/
.bloque__4-notas-asimetrico .nota-position-1 .article__bajada {
  display: none;
}
.bloque__4-notas-asimetrico .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque__4-notas-asimetrico {
    margin-bottom: 60px;
  }
  .bloque__4-notas-asimetrico .nota-position-1 {
    margin-bottom: 30px;
  }
  .bloque__4-notas-asimetrico .nota-position-1 .article__header {
    padding-top: 40px;
  }
  .bloque__4-notas-asimetrico .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --tag-destacada-secciones;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 25px;
  }
  .bloque__4-notas-asimetrico .nota-position-1 figure .article__tag--bottom {
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --tag-destacada-secciones;
  }
  .bloque__4-notas-asimetrico .nota-position-1 .article__title {
    font-size: 26px;
    line-height: 1.3;
  }
  .bloque__4-notas-asimetrico .nota-position-1 .article__bajada {
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .bloque__4-notas-asimetrico .nota-position-2 .article__header,
  .bloque__4-notas-asimetrico .nota-position-3 .article__header,
  .bloque__4-notas-asimetrico .nota-position-4 .article__header {
    padding-top: 15px;
  }
  .bloque__4-notas-asimetrico .nota-position-2 .article__title,
  .bloque__4-notas-asimetrico .nota-position-3 .article__title,
  .bloque__4-notas-asimetrico .nota-position-4 .article__title {
    line-height: 1.3;
    padding-top: 7px;
  }
}
.bloque-cultura-y-espectaculos span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-cultura-y-espectaculos .nota-position-1 .article__bajada {
  display: none;
}
.bloque-cultura-y-espectaculos .nota-position-1 figure .article__tag {
  display: none;
}
.bloque-cultura-y-espectaculos .nota-position-1 .article__media {
  margin: 0 -20px;
}
.bloque-cultura-y-espectaculos .nota-position-2,
.bloque-cultura-y-espectaculos .nota-position-3,
.bloque-cultura-y-espectaculos .nota-position-4 {
  margin-bottom: 30px;
}
.bloque-cultura-y-espectaculos .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-cultura-y-espectaculos {
    border-bottom: 1px solid var(--border-color);
  }
  .bloque-cultura-y-espectaculos .titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-cultura-y-espectaculos .grid {
    margin-bottom: 60px;
  }
  .bloque-cultura-y-espectaculos span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-cultura-y-espectaculos .nota-position-1 header .article__tag {
    display: none;
  }
  .bloque-cultura-y-espectaculos .nota-position-1 .article__header {
    padding-top: 37px;
  }
  .bloque-cultura-y-espectaculos .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --article-tag;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 27px;
  }
  .bloque-cultura-y-espectaculos .nota-position-1 figure .article__tag--bottom {
    display: flex;
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --article-tag;
  }
  .bloque-cultura-y-espectaculos .nota-position-1 .article__title {
    font-size: 26px;
  }
  .bloque-cultura-y-espectaculos .nota-position-1 .article__bajada {
    display: flex;
    font-size: 17px;
    margin-top: 10px;
  }
  .bloque-cultura-y-espectaculos .nota-position-1 .article__media {
    margin: 0 auto;
  }
  .bloque-cultura-y-espectaculos .nota-position-2,
  .bloque-cultura-y-espectaculos .nota-position-3,
  .bloque-cultura-y-espectaculos .nota-position-4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px var(--border-color);
    display: flex;
    flex-wrap: wrap;
    align-self: auto;
    align-items: center;
    gap: 30px;
  }
  .bloque-cultura-y-espectaculos .nota-position-2:last-child,
  .bloque-cultura-y-espectaculos .nota-position-3:last-child,
  .bloque-cultura-y-espectaculos .nota-position-4:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bloque-cultura-y-espectaculos .nota-position-2 header.article__header,
  .bloque-cultura-y-espectaculos .nota-position-3 header.article__header,
  .bloque-cultura-y-espectaculos .nota-position-4 header.article__header {
    order: 1;
    width: calc(100% - min(300px, 53%) - 15px);
    padding: 0;
  }
  .bloque-cultura-y-espectaculos .nota-position-2 figure.article__media,
  .bloque-cultura-y-espectaculos .nota-position-3 figure.article__media,
  .bloque-cultura-y-espectaculos .nota-position-4 figure.article__media {
    order: 2;
    width: calc(min(300px, 53%) - 15px);
    height: auto;
  }
  .bloque-cultura-y-espectaculos .nota-position-2 .article__title,
  .bloque-cultura-y-espectaculos .nota-position-3 .article__title,
  .bloque-cultura-y-espectaculos .nota-position-4 .article__title {
    font-size: 17px;
    line-height: 140%;
    padding-top: 7px;
  }
}
.bloque-gobierno-santafe .grid {
  margin-bottom: 60px;
}
.bloque-gobierno-santafe .content-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloque-gobierno-santafe span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  font-weight: 900;
  padding: 0;
}
.bloque-gobierno-santafe .content-block__header.titulo-bloque {
  margin: 0 auto 30px;
}
.bloque-gobierno-santafe span.content-block__espacio-patrocinado {
  display: none;
}
.bloque-gobierno-santafe .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-gobierno-santafe {
    margin-top: 25px;
    border-bottom: 1px solid var(--border-color);
  }
  .bloque-gobierno-santafe .content-block__header.titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-gobierno-santafe span.content-block__espacio-patrocinado {
    display: flex;
    font-family: "Roboto Mono", monospace;
    color: #767676;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
  }
  .bloque-gobierno-santafe .grid .article__title {
    padding-top: 5px;
    line-height: 140%;
  }
}
.bloque-agroindustria .grid {
  margin-bottom: 60px;
}
.bloque-agroindustria span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-agroindustria .nota-position-1 .article__bajada {
  display: none;
}
.bloque-agroindustria .nota-position-1 .article__media {
  margin: 0 -20px;
}
.bloque-agroindustria .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-agroindustria {
    margin-top: 30px;
    border-bottom: 1px solid var(--border-color);
  }
  .bloque-agroindustria .titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-agroindustria span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-agroindustria .nota-position-1 {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
  }
  .bloque-agroindustria .nota-position-1 header.article__header {
    padding: 0;
  }
  .bloque-agroindustria .nota-position-1 .article__title {
    font-size: 26px;
    padding-top: 6px;
  }
  .bloque-agroindustria .nota-position-1 .article__bajada {
    display: flex;
    font-size: 17px;
    margin-top: 12px;
  }
  .bloque-agroindustria .nota-position-1 .article__media {
    margin: 0 auto;
  }
  .bloque-agroindustria .nota-position-1,
  .bloque-agroindustria .nota-position-2,
  .bloque-agroindustria .nota-position-3 {
    gap: 30px;
  }
  .bloque-agroindustria .nota-position-1 header.article__header,
  .bloque-agroindustria .nota-position-2 header.article__header,
  .bloque-agroindustria .nota-position-3 header.article__header {
    width: calc(50% - 15px);
    padding: 0;
  }
  .bloque-agroindustria .nota-position-1 figure.article__media,
  .bloque-agroindustria .nota-position-2 figure.article__media,
  .bloque-agroindustria .nota-position-3 figure.article__media {
    width: calc(50% - 15px);
    height: auto;
  }
  .bloque-agroindustria .nota-position-2 header.article__header,
  .bloque-agroindustria .nota-position-3 header.article__header {
    order: 1;
    width: calc(100% - min(300px, 53%) - 15px);
  }
  .bloque-agroindustria .nota-position-2 figure.article__media,
  .bloque-agroindustria .nota-position-3 figure.article__media {
    order: 2;
    width: calc(min(300px, 53%) - 15px);
    height: auto;
  }
  .bloque-agroindustria .nota-position-2 .article__title,
  .bloque-agroindustria .nota-position-3 .article__title {
    font-size: 17px;
    line-height: 140%;
    padding-top: 7px;
  }
}
.bloque-loteria-santafe .content-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloque-loteria-santafe .content-block__header.titulo-bloque {
  margin: 0 auto 30px;
}
.bloque-loteria-santafe span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  font-weight: 900;
  padding: 0;
}
.bloque-loteria-santafe span.content-block__espacio-patrocinado {
  display: none;
}
.bloque-loteria-santafe .grid {
  margin-bottom: 0;
}
.bloque-loteria-santafe .nota-position-1 {
  gap: 0;
}
.bloque-loteria-santafe .nota-position-1 figure.article__media a.article__link {
  opacity: 1;
}
.bloque-loteria-santafe .nota-position-1 .article__title {
  padding-top: 7px;
}
.bloque-loteria-santafe .brand-loteria {
  display: none;
}

@media only screen and (min-width: 768px) {
  .bloque-loteria-santafe {
    margin-top: 25px;
  }
  .bloque-loteria-santafe .brand-loteria {
    display: flex;
    position: absolute;
    bottom: 70px;
    left: calc(50% - 30px - 75px);
  }
  .bloque-loteria-santafe .logo-loteria {
    height: 20px;
  }
  .bloque-loteria-santafe .content-block__header.titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-loteria-santafe .grid {
    margin-bottom: 30px;
  }
  .bloque-loteria-santafe span.content-block__espacio-patrocinado {
    display: flex;
    font-family: "Roboto Mono", monospace;
    color: #767676;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
  }
  .bloque-loteria-santafe .nota-position-1 {
    border: 2px solid #111;
    gap: 30px;
    overflow: visible;
  }
  .bloque-loteria-santafe .nota-position-1 header.article__header {
    width: calc(50% - 15px);
    padding: 0;
    order: 1;
  }
  .bloque-loteria-santafe .nota-position-1 header .article__tag {
    text-align: end;
  }
  .bloque-loteria-santafe .nota-position-1 figure.article__media {
    width: calc(50% - 15px);
    height: auto;
    order: 2;
    margin: 30px 30px -30px 0;
  }
  .bloque-loteria-santafe .nota-position-1 .article__title {
    text-align: end;
    font-size: 22px;
    line-height: 1.25;
    padding-left: 20px;
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1320px) {
  .bloque-loteria-santafe .brand-loteria {
    bottom: 80px;
  }
  .bloque-loteria-santafe .nota-position-1 .article__title {
    font-size: 24px;
  }
}
.bloque-deportes .grid {
  margin-bottom: 60px;
}
.bloque-deportes span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-deportes .nota-position-1 .article__bajada {
  display: none;
}
.bloque-deportes .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-deportes .titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-deportes span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-deportes .article__title.titulo-5 {
    padding-top: 7px;
  }
  .bloque-deportes .nota-position-1 {
    align-items: start;
  }
  .bloque-deportes .nota-position-1 header.article__header {
    width: calc((100% - 2 * 30px) / 3 + 30px);
    padding: 0 0 0 30px;
  }
  .bloque-deportes .nota-position-1 figure.article__media {
    width: calc((100% - 2 * 30px) / 3 * 2 + 30px);
    height: auto;
  }
  .bloque-deportes .nota-position-1 .article__title {
    font-size: 26px;
    padding-top: 6px;
  }
  .bloque-deportes .nota-position-1 .article__bajada {
    display: flex;
    font-size: 17px;
    margin-top: 10px;
  }
  .bloque-deportes .nota-position-2 .article__title,
  .bloque-deportes .nota-position-3 .article__title,
  .bloque-deportes .nota-position-4 .article__title {
    padding-top: 5px;
    line-height: 140%;
  }
}
.bloque-locales span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-locales .article__title.titulo-5 {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-locales span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-locales .article__title.titulo-5 {
    padding-top: 5px;
  }
}
.bloque-provinciales span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-provinciales .article__title.titulo-5 {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-provinciales span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-provinciales .article__title.titulo-5 {
    padding-top: 7px;
  }
}
.bloque-policiales {
  margin-top: 30px;
}
.bloque-policiales .grid {
  margin-bottom: 0;
}
.bloque-policiales span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-policiales .nota-position-1 .article__bajada {
  display: none;
}
.bloque-policiales .nota-position-1 figure .article__tag {
  display: none;
}
.bloque-policiales .nota-position-2,
.bloque-policiales .nota-position-3,
.bloque-policiales .nota-position-4 {
  margin-bottom: 30px;
}
.bloque-policiales .nota-position-2 .article__date,
.bloque-policiales .nota-position-3 .article__date,
.bloque-policiales .nota-position-4 .article__date {
  display: none;
}
.bloque-policiales .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-policiales {
    margin-top: 0;
  }
  .bloque-policiales .grid {
    margin-bottom: 30px;
  }
  .bloque-policiales .titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-policiales span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-policiales .nota-position-1 .article__header {
    padding-top: 37px;
  }
  .bloque-policiales .nota-position-1 header .article__tag {
    display: none;
  }
  .bloque-policiales .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --article-tag;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 27px;
  }
  .bloque-policiales .nota-position-1 figure .article__tag--bottom {
    display: flex;
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --article-tag;
  }
  .bloque-policiales .nota-position-1 .article__title {
    font-size: 26px;
  }
  .bloque-policiales .nota-position-1 .article__bajada {
    display: flex;
    font-size: 17px;
    margin-top: 10px;
  }
  .bloque-policiales .nota-position-2,
  .bloque-policiales .nota-position-3,
  .bloque-policiales .nota-position-4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px var(--border-color);
    display: flex;
    flex-wrap: wrap;
    align-self: auto;
    align-items: center;
    gap: 30px;
  }
  .bloque-policiales .nota-position-2:last-child,
  .bloque-policiales .nota-position-3:last-child,
  .bloque-policiales .nota-position-4:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bloque-policiales .nota-position-2 header.article__header,
  .bloque-policiales .nota-position-3 header.article__header,
  .bloque-policiales .nota-position-4 header.article__header {
    order: 1;
    width: calc(100% - min(300px, 53%) - 15px);
    padding: 0;
  }
  .bloque-policiales .nota-position-2 figure.article__media,
  .bloque-policiales .nota-position-3 figure.article__media,
  .bloque-policiales .nota-position-4 figure.article__media {
    order: 2;
    width: calc(min(300px, 53%) - 15px);
    height: auto;
  }
  .bloque-policiales .nota-position-2 .article__title,
  .bloque-policiales .nota-position-3 .article__title,
  .bloque-policiales .nota-position-4 .article__title {
    font-size: 17px;
    line-height: 140%;
    padding-top: 7px;
  }
}
.bloque-judiciales span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-judiciales .grid {
  margin-bottom: 0;
}
.bloque-judiciales .nota-position-1 .article__bajada {
  display: none;
}
.bloque-judiciales .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-judiciales .titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-judiciales .grid {
    margin-bottom: 30px;
  }
  .bloque-judiciales span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-judiciales .nota-position-1 {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
  }
  .bloque-judiciales .nota-position-1 header.article__header {
    padding: 0;
  }
  .bloque-judiciales .nota-position-1 .article__title {
    font-size: 26px;
    padding-top: 6px;
  }
  .bloque-judiciales .nota-position-1 .article__bajada {
    display: flex;
    font-size: 17px;
    margin-top: 12px;
  }
  .bloque-judiciales .nota-position-1,
  .bloque-judiciales .nota-position-2,
  .bloque-judiciales .nota-position-3 {
    gap: 30px;
  }
  .bloque-judiciales .nota-position-1 header.article__header,
  .bloque-judiciales .nota-position-2 header.article__header,
  .bloque-judiciales .nota-position-3 header.article__header {
    width: calc(50% - 15px);
    padding: 0;
  }
  .bloque-judiciales .nota-position-1 figure.article__media,
  .bloque-judiciales .nota-position-2 figure.article__media,
  .bloque-judiciales .nota-position-3 figure.article__media {
    width: calc(50% - 15px);
    height: auto;
  }
  .bloque-judiciales .nota-position-2 header.article__header,
  .bloque-judiciales .nota-position-3 header.article__header {
    order: 1;
    width: calc(100% - min(300px, 53%) - 15px);
  }
  .bloque-judiciales .nota-position-2 figure.article__media,
  .bloque-judiciales .nota-position-3 figure.article__media {
    order: 2;
    width: calc(min(300px, 53%) - 15px);
  }
  .bloque-judiciales .nota-position-2 .article__title,
  .bloque-judiciales .nota-position-3 .article__title {
    font-size: 17px;
    line-height: 140%;
    padding-top: 7px;
  }
}
.bloque-tematico {
  margin-bottom: 30px;
}
.bloque-tematico .grid {
  margin-bottom: 0;
}
.bloque-tematico span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
}
.bloque-tematico .article__title.titulo-5 {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .bloque-tematico {
    margin-bottom: 60px;
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
  }
  .bloque-tematico .titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-tematico span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-tematico .article__title.titulo-5 {
    padding-top: 5px;
    line-height: 140%;
  }
}
.bloque-videos {
  position: relative;
  margin: 55px auto;
  padding: 60px 0 30px;
  width: 100vw !important;
  left: calc((100% - 100vw) / 2);
  background: #111;
}
.bloque-videos .grid > article:first-child .article__media {
  margin: 0 -20px;
  width: 100vw;
}
.bloque-videos span.content-block__title-text {
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-weight: 900;
  padding: 0;
}
.bloque-videos .article__media {
  aspect-ratio: 16/9;
}
.bloque-videos .article__title {
  padding-top: 7px;
}
.bloque-videos .article__title-text {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .bloque-videos {
    padding: 60px 20px 30px;
  }
  .bloque-videos .titulo-bloque {
    margin: 0 auto 25px;
  }
  .bloque-videos span.content-block__title-text {
    font-size: 32px;
  }
  .bloque-videos .article__header {
    padding-top: 5px;
  }
  .bloque-videos .icon-video::before {
    font-size: 70px;
  }
  .bloque-videos .grid > article:first-child .article__media {
    margin: 0 auto;
    width: 100%;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cl-16 .reproductor__container {
  background: linear-gradient(39deg, #1e1d1d 0%, #5d130b 29%, #9c241a 42%, #a0251a 57%, #5d130b 74%, #1e1d1d 100%);
  padding: 30px 0 0;
  box-shadow: 0 0 16px rgba(25, 25, 25, 0.4);
}
.cl-16 .reproductor__container .reproductor__prox-programa {
  background: #707070;
  color: #fff;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 8px 16px;
  margin: 0;
}
.cl-16 .reproductor__container .reproductor__label {
  line-height: 1.3;
  font-family: var(--font-family-body);
}
.cl-16 .reproductor__container .reproductor__title {
  line-height: 1.3;
  font-family: var(--font-family-body);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.cl-16 .reproductor__container .jp-details {
  background: #262626;
  color: #fff;
  padding: 8px 16px;
  min-height: 72px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
}
.cl-16 .reproductor__container .jp-details .share-button .advthis-article {
  display: none;
}
.cl-16 .reproductor__container .logo-reproductor {
  inline-size: 36px;
  block-size: auto;
  max-inline-size: 160px;
}
.cl-16 .reproductor__container .details-divider {
  inline-size: 2px;
  block-size: 40px;
  background: #ea0a1f;
}
.cl-16 .reproductor__container .jp-title {
  font-size: 18px;
  font-family: var(--font-family-body);
  flex: 1;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.cl-16 .article__radio {
  gap: 16px;
  inline-size: 100%;
  max-inline-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  padding: 0 16px;
}
.cl-16 .article__radio .article__media {
  width: min(300px, 35%);
  height: auto;
}
.cl-16 .article__radio .article__media .article__media-image {
  border-radius: 50%;
  aspect-ratio: 1;
}
.cl-16 .article__radio .article__header {
  width: calc(100% - min(300px, 35%));
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.cl-16 .article__radio header.article__header,
.cl-16 .article__radio .article__header h2 {
  color: #fff;
  font-family: var(--font-family-body);
}
.cl-16 .article__radio .article__header h2 {
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.cl-16 .article__radio .article__header span {
  font-size: 10px;
}
.cl-16 .article__radio .article__header p {
  font-size: 12px;
}
.cl-16 .article__radio .header-divider {
  background: #ea0a1f;
  block-size: 4px;
  inline-size: 48px;
  margin-block: 12px;
}
.cl-16 .article__reproductor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-16 .article__reproductor .article__radio--embed {
  padding: 30px 0;
  margin: 0;
  background: none;
  border: none;
  gap: 16px;
}
.cl-16 .article__reproductor .article__radio--embed .live-btn {
  background: #d9d9d9;
  color: #232b39;
  border-radius: 12px;
  padding-inline: 8px;
  padding-block: 4px;
  gap: 8px;
  display: flex;
}
.cl-16 .article__reproductor .article__radio--embed .live-btn span {
  font-family: "Roboto", sans-serif;
  font-size: 7px;
  text-transform: uppercase;
  font-weight: 700;
}
.cl-16 .article__reproductor .article__radio--embed .live-btn-icon {
  color: #df1e29;
  animation: pulse 2s infinite;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block {
  flex: 1;
  min-width: 0;
  position: relative;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .jp-button-text {
  display: none;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .jp-stop,
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .jp-toggles,
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .jp-volume-max {
  display: none;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .jp-play,
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .jp-pause {
  color: #fff;
  background: none;
  cursor: pointer;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .icon-pausa::before {
  font-size: 22px;
  color: #fff;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .article__radio-content .jp-controls .icon-play::before {
  font-size: 22px;
  color: #fff;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-audio,
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-type-single,
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-gui.jp-interface {
  width: 100%;
  display: block;
}
.cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cl-16 .reproductor__container {
    padding: 48px 0 0;
  }
  .cl-16 .reproductor__container .reproductor__prox-programa {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    padding: 8px 30px;
    margin: 0;
  }
  .cl-16 .reproductor__container .reproductor__label,
  .cl-16 .reproductor__container .reproductor__title {
    font-size: 18px;
  }
  .cl-16 .reproductor__container .reproductor__title {
    text-align: left;
  }
  .cl-16 .reproductor__container .jp-details {
    background: #262626;
    color: #fff;
    padding: 8px 30px;
    min-height: 56px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 0;
  }
  .cl-16 .reproductor__container .jp-details .share-button .advthis-article {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .cl-16 .reproductor__container .jp-details [class^=icon-]::before,
  .cl-16 .reproductor__container .jp-details [class*=" icon-"]::before {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .cl-16 .reproductor__container .jp-details .share-icon.icon-facebook,
  .cl-16 .reproductor__container .jp-details .share-icon.icon-twitter {
    display: flex;
  }
  .cl-16 .reproductor__container .jp-details .advthis-article .redes {
    display: flex;
    align-items: center;
    gap: 2px;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
    pointer-events: auto;
  }
  .cl-16 .reproductor__container .jp-details .advthis-article .redes a.share-link {
    cursor: pointer;
  }
  .cl-16 .reproductor__container .jp-details .advthis-article.active .redes {
    max-width: 240px;
    opacity: 1;
    gap: 15px;
    margin-left: 25px;
  }
  .cl-16 .reproductor__container .logo-reproductor {
    inline-size: 48px;
    block-size: auto;
    max-inline-size: 160px;
  }
  .cl-16 .reproductor__container .details-divider {
    inline-size: 2px;
    block-size: 40px;
    background: #ea0a1f;
  }
  .cl-16 .reproductor__container .jp-title {
    font-size: 22px;
    font-family: var(--font-family-body);
    flex: 1;
  }
  .cl-16 .article__radio {
    gap: 48px;
    padding: 0 48px;
  }
  .cl-16 .article__radio .article__media {
    width: min(300px, 40%);
  }
  .cl-16 .article__radio .article__header {
    width: calc(100% - min(300px, 40%));
    gap: 15px;
  }
  .cl-16 .article__radio .article__header h2 {
    font-size: 18px;
  }
  .cl-16 .article__radio .article__header span {
    font-size: 16px;
  }
  .cl-16 .article__radio .article__header p {
    font-size: 16px;
  }
  .cl-16 .article__reproductor .article__radio--embed {
    padding: 0;
    margin: 0;
  }
  .cl-16 .article__reproductor .article__radio--embed .live-btn {
    background: #d9d9d9;
    color: #232b39;
    border-radius: 12px;
    padding-inline: 12px;
    padding-block: 4px;
  }
  .cl-16 .article__reproductor .article__radio--embed .live-btn span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .cl-16 .article__reproductor .article__radio--embed .live-btn-icon {
    color: #df1e29;
    animation: pulse 2s infinite;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block {
    bottom: 50px;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    height: 133px;
    margin: 0;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls .jp-button-text {
    display: none;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls .jp-mute,
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls .jp-unmute {
    display: none;
    background: none;
    cursor: pointer;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls .icon-mute::before,
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls .icon-un-mute::before {
    font-size: 22px;
    color: #fff;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-bar {
    display: none !important;
    width: 7px;
    height: 100%;
    background: #3b3b3b;
    position: relative;
    cursor: pointer;
    margin: 0 0 15px;
    border-radius: 5px;
    border: 1px solid #69778e;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-bar-value {
    width: 5px;
    position: absolute;
    bottom: 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #69778e;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-bar-value::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .cl-16 .article__reproductor .article__radio--embed .article__radio-block .jp-volume-controls:hover .jp-volume-bar {
    display: block !important;
  }
}
.notas-reproductor .titulo-bloque {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin: 0 0 24px;
}
.notas-reproductor .titulo-bloque h2,
.notas-reproductor .titulo-bloque span,
.notas-reproductor .titulo-bloque .txt {
  font-size: 28px;
}
.notas-reproductor .article.en-bandera {
  border-bottom: 1px solid #dcdfe3;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.notas-reproductor .article.en-bandera:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.notas-reproductor .article.en-bandera .article__media {
  width: min(300px, 50%);
  height: auto;
}
.notas-reproductor .article.en-bandera .article__header {
  width: calc(100% - min(300px, 50%));
  padding: 0 0 0 30px;
}
.notas-reproductor .article.en-bandera .article__title {
  color: #232b39;
  font-family: var(--font-family-body);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .notas-reproductor .titulo-bloque {
    color: #000;
    border-bottom: none !important;
    padding-bottom: 0;
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .notas-reproductor .article.en-bandera {
    border-bottom: 1px solid #dcdfe3;
    padding-bottom: 24px;
    margin-bottom: 24px;
    display: flex;
    width: 100%;
  }
  .notas-reproductor .article:nth-child(odd) {
    margin-right: 30px;
  }
}
.article__destacado-3-sidebar .nota-position-2 {
  margin-bottom: 30px;
}
.article__destacado-3-sidebar .nota-position-1 .article__title {
  padding-top: 0;
}
.article__destacado-3-sidebar .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .article__destacado-3-sidebar {
    margin-bottom: 60px;
  }
  .article__destacado-3-sidebar .nota-position-1 {
    margin-bottom: 30px;
  }
  .article__destacado-3-sidebar .nota-position-1 .article__header {
    padding-top: 35px;
  }
  .article__destacado-3-sidebar .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --tag-destacada;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 25px;
  }
  .article__destacado-3-sidebar .nota-position-1 figure .article__tag--bottom {
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --tag-destacada;
  }
  .article__destacado-3-sidebar .nota-position-1 .article__title.titulo-2 {
    line-height: 125%;
  }
  .article__destacado-3-sidebar .nota-position-2 .article__title.titulo-5,
  .article__destacado-3-sidebar .nota-position-3 .article__title.titulo-5 {
    padding-top: 5px;
    line-height: 140%;
  }
}
.article__destacado-3 {
  margin-bottom: 30px;
}
.article__destacado-3 .nota-position-2 {
  margin-bottom: 30px;
}
.article__destacado-3 .nota-position-1 figure .article__tag {
  display: none;
}
.article__destacado-3 .nota-position-1 .article__media {
  margin: 0 -20px;
}
.article__destacado-3 .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .article__destacado-3 {
    margin-bottom: 60px;
  }
  .article__destacado-3 .grid.cl-14 {
    margin-bottom: 0;
  }
  .article__destacado-3 .grid.cl-10 {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .article__destacado-3 .nota-position-1 {
    margin-bottom: 30px;
  }
  .article__destacado-3 .nota-position-1 header .article__tag {
    display: none;
  }
  .article__destacado-3 .nota-position-1 .article__header {
    padding-top: 32px;
  }
  .article__destacado-3 .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --tag-destacada;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 27px;
  }
  .article__destacado-3 .nota-position-1 figure .article__tag--bottom {
    display: flex;
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --tag-destacada;
  }
  .article__destacado-3 .nota-position-1 .article__title {
    font-size: 36px;
  }
  .article__destacado-3 .nota-position-1 .article__media {
    margin: 0 auto;
  }
  .article__destacado-3 .nota-position-2 .article__title {
    font-size: 26px;
    padding-top: 8px;
  }
  .article__destacado-3 .nota-position-3 {
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    margin-top: 28px;
  }
  .article__destacado-3 .nota-position-3 header.article__header {
    width: calc(100% - min(300px, 45%));
  }
  .article__destacado-3 .nota-position-3 figure.article__media {
    width: min(300px, 45%);
    height: auto;
  }
  .article__destacado-3 .nota-position-3 .article__title {
    font-size: 17px;
    padding-top: 6px;
    line-height: 140%;
  }
}
.article__destacado-4 {
  margin-bottom: 30px;
}
.article__destacado-4 .nota-position-2 {
  margin-bottom: 0;
}
.article__destacado-4 .grid.cl-12 {
  margin-bottom: 0;
}
.article__destacado-4 .nota-position-1 figure .article__tag {
  display: none;
}
.article__destacado-4 .nota-position-1 .article__media {
  margin: 0 -20px;
}
.article__destacado-4 .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .article__destacado-4 {
    margin-bottom: 60px;
  }
  .article__destacado-4 .nota-position-1 {
    margin-bottom: 30px;
  }
  .article__destacado-4 .nota-position-1 header .article__tag {
    display: none;
  }
  .article__destacado-4 .nota-position-1 .article__header {
    padding-top: 37px;
  }
  .article__destacado-4 .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --tag-destacada;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 27px;
  }
  .article__destacado-4 .nota-position-1 figure .article__tag--bottom {
    display: flex;
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --tag-destacada;
  }
  .article__destacado-4 .nota-position-1 .article__media {
    margin: 0 auto;
  }
  .article__destacado-4 .nota-position-2 .article__title,
  .article__destacado-4 .nota-position-3 .article__title {
    padding-top: 5px;
    line-height: 140%;
  }
  .article__destacado-4 .nota-position-4 {
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    margin-top: -5px;
  }
  .article__destacado-4 .nota-position-4 header.article__header {
    width: calc(100% - min(300px, 36%));
  }
  .article__destacado-4 .nota-position-4 figure.article__media {
    width: min(300px, 36%);
    height: auto;
  }
  .article__destacado-4 .nota-position-4 .article__title {
    font-size: 17px;
    padding-top: 6px;
    line-height: 140%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .article__destacado-4 .nota-position-2 .article__title,
  .article__destacado-4 .nota-position-3 .article__title {
    font-size: 17px;
  }
}
.article__destacado-5 {
  margin-bottom: 30px;
}
.article__destacado-5 .grid {
  margin-bottom: 0;
}
.article__destacado-5 .nota-position-2 {
  margin-bottom: 0;
}
.article__destacado-5 .nota-position-1 figure .article__tag {
  display: none;
}
.article__destacado-5 .nota-position-1 .article__media {
  margin: 0 -20px;
}
.article__destacado-5 .article__title {
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .article__destacado-5 {
    margin-bottom: 60px;
  }
  .article__destacado-5 .grid.cl-12 {
    margin-bottom: 0;
  }
  .article__destacado-5 .nota-position-1 {
    margin-bottom: 30px;
  }
  .article__destacado-5 .nota-position-1 header .article__tag {
    display: none;
  }
  .article__destacado-5 .nota-position-1 .article__header {
    padding-top: 37px;
  }
  .article__destacado-5 .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --tag-destacada;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #f63380;
    margin-top: 27px;
  }
  .article__destacado-5 .nota-position-1 figure .article__tag--bottom {
    display: flex;
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --tag-destacada;
  }
  .article__destacado-5 .nota-position-1 .article__media {
    margin: 0 auto;
  }
  .article__destacado-5 .nota-position-2 .article__title,
  .article__destacado-5 .nota-position-3 .article__title,
  .article__destacado-5 .nota-position-4 .article__title,
  .article__destacado-5 .nota-position-5 .article__title {
    padding-top: 5px;
    line-height: 140%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .article__destacado-5 .nota-position-2 .article__title,
  .article__destacado-5 .nota-position-3 .article__title,
  .article__destacado-5 .nota-position-4 .article__title,
  .article__destacado-5 .nota-position-5 .article__title {
    font-size: 17px;
  }
}
.weather-widget {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.weather-widget__toggle {
  background: none;
  display: flex;
  align-items: center;
}
.weather-widget__toggle-icon {
  filter: invert(42%) sepia(70%) saturate(5051%) hue-rotate(316deg) brightness(97%) contrast(100%);
  padding: 12.5px;
}
.weather-widget__toggle-location {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0 3px 0 20px;
  color: #111;
}
.weather-widget__toggle-temp {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin: 0 15px 0 2px;
}
.weather-widget__toggle-arrow {
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}
.weather-widget .icon-down::before {
  color: var(--header-icon-color);
  font-size: 14px;
}
.weather-widget__toggle[aria-expanded=true] .weather-widget__toggle-arrow {
  transform: scale(-1);
}
.weather-widget__panel {
  padding: 55px 60px;
  position: fixed;
  background: #000375;
  z-index: 4;
  max-width: 970px;
  box-shadow: 5px 9px 7px -2px rgba(0, 0, 0, 0.2);
  max-height: 600px;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.weather-widget__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
}
.weather-widget__title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.weather-widget__location-select {
  display: none;
}
.weather-widget__link {
  display: none;
}
.weather-widget__time {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5019607843);
  padding: 5px 0;
  text-align: center;
}
.weather-widget__toggle-button.icon-cerrar::before {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  cursor: pointer;
}
.weather-widget__toggle-button.icon-cerrar:hover {
  opacity: 0.8 !important;
}
.weather-widget__toggle-button-text {
  display: none;
}
.weather-widget__current {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  gap: 110px;
}
.weather-widget__current-main-container {
  display: flex;
  flex-direction: column;
}
.weather-widget__current-main {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 5px 0 -5px;
}
.weather-widget__current-range {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px 0 5px;
}
.weather-widget__current-icon {
  aspect-ratio: 1/1;
  filter: brightness(0) invert(1);
  height: 75px;
}
.weather-widget__current-temp {
  font-size: 42px;
  font-family: Roboto, sans-serif;
  color: #f63380;
  font-weight: 900;
}
.weather-widget__current-temp-unit {
  font-size: 0.5em;
  vertical-align: super;
}
.weather-widget__current-stats {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.weather-widget__stat {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #fff;
}
.weather-widget__stat + .weather-widget__stat {
  padding-left: 10px;
}
.weather-widget__stat-label, .weather-widget__condition-label {
  padding-bottom: 5px;
  font-size: 15px;
}
.weather-widget__stat-label.temp {
  font-weight: 700;
}
.weather-widget__stat-separator {
  font-size: 0;
  padding: 7px;
}
.weather-widget__current-conditions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.weather-widget__condition {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  color: #fff;
}
.weather-widget__condition + .weather-widget__condition {
  padding-left: 10px;
}
.weather-widget__condition-icon {
  display: none;
}
.weather-widget__stat-value, .weather-widget__condition-value {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
}
.weather-widget__stat-value--min, .weather-widget__stat-value--max {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  color: #f63380;
}
.weather-widget__forecast {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  margin: 0 auto;
  padding: 40px 30px;
  justify-items: center;
  grid-row-gap: 17px;
  grid-column-gap: 70px;
}
.weather-widget__forecast-day {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 10px 15px;
}
.weather-widget__forecast-day-name {
  grid-column: 2;
  grid-row: 1;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.weather-widget__forecast-day-content {
  grid-column: 2;
  grid-row: 2;
  margin-top: -2px;
}
.weather-widget__forecast-day-icon {
  filter: brightness(0) invert(1);
  width: 50px;
  grid-column: 1;
  grid-row: 1/-1;
}
.weather-widget__forecast-day-temps {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.weather-widget__forecast-day-min {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #fff;
}
.weather-widget__forecast-day-min::after {
  content: " /";
}
.weather-widget__forecast-day-max {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #fff;
}

aside.weather-widget:has(.weather-widget__toggle[aria-expanded=true])::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

:root:has(aside.weather-widget .weather-widget__toggle[aria-expanded=true]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.more-news--bottom .more-news__header {
  padding-bottom: 16px;
}
.more-news--bottom .more-news__title {
  font-size: 28px;
  margin: 0 0 24px;
  font-family: var(--font-family-body);
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
}
.more-news--bottom .more-news__article-title {
  color: #232b39;
  font-family: var(--font-family-body);
  font-size: 20px;
  line-height: 1.3;
}
.more-news--bottom .article__title-text {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .more-news--bottom {
    margin-bottom: 64px;
  }
  .more-news--bottom .grid {
    grid-column-gap: 24px;
  }
  .more-news--bottom .more-news__header {
    margin-bottom: 15px;
    padding: 0;
  }
  .more-news--bottom .more-news__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cl-6 {
    grid-column: span 6;
  }
}
.destacadas-bottom .content-block__header.titulo-bloque {
  display: none;
}
.destacadas-bottom .cl-18 .titulo-bloque {
  margin-bottom: 25px;
}
.destacadas-bottom .cl-18 .titulo-bloque .txt {
  font-family: "Roboto Slab", serif;
  color: #111;
  text-transform: none;
  font-weight: 900;
  padding: 0;
  margin-bottom: 0;
}
.destacadas-bottom .nota-position-1 .article__media {
  margin: 0 -20px;
}
.destacadas-bottom article.article.en-bandera-d.image-fit.nota-position-4 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .destacadas-bottom .cl-18 .titulo-bloque {
    margin: 0 0 25px;
  }
  .destacadas-bottom .cl-18 .titulo-bloque .txt {
    font-size: 32px;
  }
  .destacadas-bottom .nota-position-1 .article__media {
    margin: 0 auto;
  }
}
.destacado-seccion {
  margin-bottom: 0;
}
.destacado-seccion div.grid {
  margin-bottom: 0;
}
.destacado-seccion .content-block__header.titulo-bloque {
  display: none;
}
.destacado-seccion .page-header {
  margin: 0 auto;
  text-align: center;
  grid-column: 1/-1;
}
.destacado-seccion .page-header__title {
  margin-bottom: 27px;
  line-height: 100%;
}
.destacado-seccion .page-header__title-text {
  font-size: 24px;
  font-family: var(--font-family-body);
  font-weight: 900;
  padding: 0;
}
.destacado-seccion .nota-position-1 .article__bajada {
  display: none;
}
.destacado-seccion .nota-position-1 figure .article__tag {
  display: none;
}
.destacado-seccion .nota-position-1 .article__media {
  margin: 0 -20px;
}
.destacado-seccion .nota-position-2 .article__date,
.destacado-seccion .nota-position-3 .article__date,
.destacado-seccion .nota-position-4 .article__date {
  display: none;
}
.destacado-seccion .nota-position-2,
.destacado-seccion .nota-position-3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px var(--border-color);
}
.destacado-seccion .nota-position-3 header.article__header,
.destacado-seccion .nota-position-4 header.article__header {
  order: 1;
  width: calc(100% - min(300px, 30%));
  padding: 0 30px 0 0;
}
.destacado-seccion .nota-position-3 figure.article__media,
.destacado-seccion .nota-position-4 figure.article__media {
  order: 2;
  width: min(300px, 30%);
  height: auto;
}
.destacado-seccion .nota-position-3 .article__title,
.destacado-seccion .nota-position-4 .article__title {
  font-size: 17px;
}
.destacado-seccion .article__title {
  padding-top: 0;
}
.destacado-seccion .article__tag {
  display: none;
}
.destacado-seccion .banner:last-child {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .destacado-seccion {
    margin-bottom: 30px;
  }
  .destacado-seccion .bloque.destacado-seccion {
    margin-bottom: 0;
  }
  .destacado-seccion .page-header__title {
    margin: 60px 0 55px;
  }
  .destacado-seccion .page-header__title-text {
    font-size: 45px !important;
  }
  .destacado-seccion .nota-position-1 .article__header {
    padding-top: 37px;
  }
  .destacado-seccion .nota-position-1 header .article__tag {
    display: none;
  }
  .destacado-seccion .nota-position-1 .article__header::after {
    content: "";
    position: absolute;
    position-anchor: --article-tag;
    left: anchor(left);
    width: anchor-size(width);
    height: 4px;
    background: #ea0a1f;
    margin-top: 27px;
  }
  .destacado-seccion .nota-position-1 figure .article__tag--bottom {
    display: flex;
    bottom: 0;
    top: auto;
    left: 30px;
    transform: translateY(50%);
    anchor-name: --article-tag;
  }
  .destacado-seccion .nota-position-1 .article__title {
    font-size: 32px;
  }
  .destacado-seccion .nota-position-1 .article__bajada {
    display: none;
  }
  .destacado-seccion .nota-position-1 .article__media {
    margin: 0 auto;
  }
  .destacado-seccion .nota-position-2,
  .destacado-seccion .nota-position-3,
  .destacado-seccion .nota-position-4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px var(--border-color);
    display: flex;
    flex-wrap: wrap;
    align-self: auto;
    align-items: center;
    gap: 30px;
  }
  .destacado-seccion .nota-position-2:last-child,
  .destacado-seccion .nota-position-3:last-child,
  .destacado-seccion .nota-position-4:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .destacado-seccion .nota-position-2 header.article__header,
  .destacado-seccion .nota-position-3 header.article__header,
  .destacado-seccion .nota-position-4 header.article__header {
    order: 1;
    width: calc(100% - min(300px, 39%) - 15px);
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .destacado-seccion .nota-position-2 header .article__tag,
  .destacado-seccion .nota-position-3 header .article__tag,
  .destacado-seccion .nota-position-4 header .article__tag {
    display: flex;
    width: auto;
  }
  .destacado-seccion .nota-position-2 span.article__tag,
  .destacado-seccion .nota-position-3 span.article__tag,
  .destacado-seccion .nota-position-4 span.article__tag {
    white-space: nowrap;
  }
  .destacado-seccion .nota-position-2 span.article__tag::after,
  .destacado-seccion .nota-position-3 span.article__tag::after,
  .destacado-seccion .nota-position-4 span.article__tag::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 12px;
    background: #e2e2e2;
    vertical-align: middle;
  }
  .destacado-seccion .nota-position-2 figure.article__media,
  .destacado-seccion .nota-position-3 figure.article__media,
  .destacado-seccion .nota-position-4 figure.article__media {
    order: 2;
    width: calc(min(300px, 39%) - 15px);
    height: auto;
  }
  .destacado-seccion .nota-position-2 .article__title,
  .destacado-seccion .nota-position-3 .article__title,
  .destacado-seccion .nota-position-4 .article__title {
    font-size: 20px;
    line-height: 140%;
    padding-top: 12px;
    width: 100%;
  }
  .destacado-seccion .nota-position-2 .article__date,
  .destacado-seccion .nota-position-3 .article__date,
  .destacado-seccion .nota-position-4 .article__date {
    white-space: nowrap;
    display: inline-flex;
    font-size: 13px;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    color: #767676;
    position: static;
    top: unset;
    left: unset;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destacado-seccion .nota-position-2 .article__title,
  .destacado-seccion .nota-position-3 .article__title,
  .destacado-seccion .nota-position-4 .article__title {
    font-size: 17px;
  }
}
.listado-seccion .lists-news__item {
  margin-bottom: 30px;
}
.listado-seccion .lists-news__item .article__title {
  padding-top: 0;
}
.listado-seccion .lists-news__item .article__date {
  display: none;
}
.listado-seccion .lists-news__item .article__tag {
  display: none;
}

@media only screen and (min-width: 768px) {
  .listado-seccion .lists-news__item {
    margin-bottom: 60px;
    padding: 0 60px 60px;
    border-bottom: solid 1px var(--border-color);
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    align-self: auto;
    align-items: center;
  }
  .listado-seccion .lists-news__item .article__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 60px 0 0;
  }
  .listado-seccion .lists-news__item header .article__tag {
    display: flex;
    width: auto;
  }
  .listado-seccion .lists-news__item span.article__tag {
    white-space: nowrap;
  }
  .listado-seccion .lists-news__item span.article__tag::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 12px;
    background: #e2e2e2;
    vertical-align: middle;
  }
  .listado-seccion .lists-news__item .article__date {
    white-space: nowrap;
    display: inline-flex;
    font-size: 13px;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    color: #767676;
    position: static;
    top: unset;
    left: unset;
    margin-bottom: 0;
  }
  .listado-seccion .lists-news__item .article__title {
    font-size: 20px;
    line-height: 140%;
    padding-top: 12px;
  }
  .listado-seccion .lists-news__item header.article__header {
    width: calc(100% - min(300px, 32%));
  }
  .listado-seccion .lists-news__item figure.article__media {
    width: min(300px, 32%);
    height: auto;
  }
  .listado-seccion .lists-news__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .listado-seccion .leer-mas {
    margin: 30px 0;
    position: relative;
  }
  .listado-seccion .leer-mas::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--border-color);
  }
  .listado-seccion .lists-news__item:first-child {
    flex-direction: row;
    padding: 0 0 60px 0;
  }
  .listado-seccion .lists-news__item:first-child figure {
    width: 300px;
  }
  .listado-seccion .lists-news__item:first-child figure + header {
    width: calc(100% - 300px);
    padding: 0 0 0 30px;
  }
  .listado-seccion .lists-news__item:first-child .article__title {
    font-size: 26px;
    line-height: 140%;
    padding-top: 10px;
  }
}
.video {
  padding: 0 20px;
}
.video .top.banner {
  margin-bottom: 40px;
}
.video .video__header {
  padding: 0;
}
.video .video-ytube {
  padding: 0;
}
.video .article__category-link,
.video .article__tag--top {
  display: inline-block;
  color: #767676;
  font-family: Roboto mono, monospace;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.video h1.article__title {
  font-size: 28px;
  font-weight: 800;
}
.video .article__title-link {
  text-decoration: none !important;
  font-weight: 700;
}
.video .article__toolbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px 0;
  flex-direction: row;
  color: #767676 !important;
}
.video .article__toolbar .btn-google-follow {
  display: none;
}
.video .article__toolbar .herramientas {
  padding: 0;
  width: auto;
}
.video .article__date {
  font-size: 11px;
  text-transform: uppercase;
  font-family: Roboto mono, monospace;
  color: #767676;
  display: inline-block;
  margin-top: 10px;
}
.video .nota-video {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.video .nota-video iframe {
  margin: 0 -20px;
  width: 100vw;
}
.video .video-pie {
  display: none;
}
.video .video-listado .article {
  padding: 0;
}
.video .video-listado .titulo-seccion {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #111;
  padding: 0 0 30px 0;
}
.video .video-listado .article__media {
  aspect-ratio: 16/9;
}
.video .video-listado .article__media-icon {
  display: none;
}
.video .video-listado .article__header {
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .video-interior .main-content {
    grid-column: span 9;
  }
  .video-interior .sidebar--right {
    grid-column: span 3;
    height: 100%;
  }
  .video {
    padding: 0;
  }
  .video .top.banner {
    margin-bottom: 55px;
  }
  .video .video__header {
    margin-bottom: -5px;
  }
  .video .article__toolbar {
    flex-direction: initial;
    justify-content: space-between;
    padding: 30px 0 20px;
    margin-top: -30px;
  }
  .video .article__toolbar .btn-google-follow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border-color);
    background: #fff;
    padding: 10px 15px;
    font-size: 11px;
    font-family: "Roboto Mono", monospace;
    letter-spacing: 0.5px;
    color: #767676;
    text-decoration: none;
    text-transform: uppercase;
  }
  .video .article__toolbar .btn-google-follow:hover {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
  }
  .video h1.article__title {
    font-size: 46px;
  }
  .video .article__date {
    font-size: 13px;
    margin: 0;
  }
  .video .container-herramientas {
    gap: 10px;
    display: flex;
  }
  .video .video-listado .titulo-seccion {
    padding: 0 0 55px 0;
  }
  .video .video-listado .article__title.titulo-5 {
    line-height: 140%;
  }
  .video .video-listado .article__media {
    aspect-ratio: 16/9;
  }
  .video .video-listado .article__media-icon {
    display: none;
  }
  .video .nota-video iframe {
    width: 100%;
    margin: 0 auto;
  }
}
.video-listado .page-layout .top.banner {
  margin-bottom: 29px;
}
.video-listado .page-header {
  margin: 0 auto;
  text-align: center;
  grid-column: 1/-1;
}
.video-listado .page-header__title {
  line-height: 100%;
}
.video-listado .page-header__title-text {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  padding: 0;
}
.video-listado .article__media {
  aspect-ratio: 16/9;
}
.video-listado .cl-8 .article header .article__tag {
  display: none;
}
.video-listado .article__media-icon {
  display: none;
}
.video-listado .article__header {
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .video-listado .page-layout .top.banner {
    margin-bottom: 55px;
  }
  .video-listado .page-header {
    margin-bottom: 15px;
  }
  .video-listado .page-header__title-text {
    font-size: 32px;
  }
  .video-listado .page-header__description {
    font-size: 20px;
  }
  .video-listado .main-content {
    grid-column: span 9;
  }
  .video-listado .sidebar--right {
    grid-column: span 3;
    height: 100%;
  }
  .video-listado .article__title {
    line-height: 140%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .video-listado .main-content,
  .video-listado .sidebar--right {
    grid-column: span 12;
  }
}
[class*=trunk-] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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;
}

@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@media only screen and (min-width: 1320px) {
  .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;
  }
}
@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;
  }
}
@media only screen and (min-width: 768px) {
  .sticky-container {
    height: 100%;
  }
  .sticky-element {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-hidden {
    overflow: hidden;
    scrollbar-gutter: stable;
  }
  .overflow-hidden body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
  }
}
table {
  overflow-x: auto;
  max-width: calc(100vw - 20px);
  display: block;
  width: 100%;
  height: auto;
  margin: 30px auto;
  border-right: var(--border-color);
  border-left: var(--border-color);
  position: relative;
  overflow-y: hidden;
  white-space: nowrap;
}
table tbody {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
table tr td {
  background: #fff;
  border: 1px solid var(--border-color);
  border-bottom: none;
  border-left: none;
  padding: 10px 15px;
  color: var(--content-text-color);
  font-size: 16px;
  width: auto;
}
table tr:last-child {
  border-bottom: 1px solid var(--border-color);
}
table tr:nth-child(odd) td {
  background: #fafafa;
}
table tr:first-child td {
  text-align: center;
  font-size: 20px;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
table .titulo td,
table .categorias th,
table .sub-titulos th {
  background: #eee;
  font-family: var(--font-family-body);
  color: #111;
  font-weight: 700;
}
table .titulo td {
  border-bottom: 3px solid var(--border-color);
  text-align: center;
  padding: 0;
  line-height: 41px;
}
table .categorias th {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  text-align: center;
  padding: 0 10px;
  line-height: 43px;
}
table .categorias th:first-child {
  text-align: left;
}
table .categorias td,
table .sub-titulos th {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  text-align: center;
}
table .sub-titulos th {
  padding: 0 10px;
  line-height: 36px;
}
table td:last-child,
table th:last-child {
  border-right: none;
}
table .titulo td {
  font-size: 14px;
}
table .categorias th {
  font-size: 13px;
}
table .sub-titulos th {
  font-size: 13px;
  color: #666;
}

.header-top {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #262626;
  position: relative;
}
.header-top__bloque-top {
  margin-bottom: 0;
  justify-content: space-between;
  flex-direction: initial;
  align-items: center;
}
.header-top__icon-menu {
  cursor: pointer;
  position: absolute;
}
.header-top__icon-menu::before {
  color: #fff;
}

.header-top__bloque-top {
  height: 66px;
}
.header-top__icon-menu {
  margin-left: 20px;
}
.header-top__icon-menu::before {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .header-top__bloque-top {
    height: 99px;
    max-inline-size: 1440px;
    inline-size: 90%;
  }
  .header-top__icon-menu {
    margin: 0 0 1px 0;
  }
}
.is-fixed .header-top {
  position: fixed;
  z-index: 4;
}
.is-fixed .page-layout {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) {
  .is-fixed .header-top__bloque-top {
    height: 99px;
    padding: 20px;
  }
  .is-fixed .page-layout {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1320px) {
  .header-top__bloque-top {
    height: 99px;
    padding: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .is-fixed .header-top__bloque-top {
    height: 99px;
    padding: 0;
  }
}
.menu {
  display: none;
}

.menu__submenu__list {
  display: none;
}

.icon-lupa {
  display: none;
}

.menu-desplegable-container {
  background: #fff;
  transition: all 0.2s;
  position: fixed;
  z-index: 11;
  left: -100%;
  top: 0;
  padding: 40px 25px;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.menu-desplegable-container .icon-menu {
  display: flex;
  position: absolute;
  top: 52px;
  z-index: 10;
}
.menu-desplegable-container .icon-menu::before {
  color: var(--header-icon-color);
  content: "\e953";
  font-size: 14px;
}
.menu-desplegable-container .menu-desplegable {
  width: 100%;
  height: calc(100vh - 172px);
  overflow-x: hidden;
  flex: 1;
}
.menu-desplegable-container .social-links {
  display: flex;
  justify-content: center;
  width: 100%;
  background: none;
  padding: 30px 20px 0;
  border-top: 1px solid #dcdfe3;
}
.menu-desplegable-container .social-links .social-links__toggle {
  display: none;
}
.menu-desplegable-container .social-links .social-links__link {
  margin: 0 15px;
  font-size: 20px;
}
.menu-desplegable-container .social-links .social-links__link [class*=" icon-"]::before {
  color: var(--header-icon-color);
}
.menu-desplegable-container .social-links .social-links__link:first-child {
  margin: 0 15px 0 0;
}
.menu-desplegable-container .social-links .icon-youtube::before {
  content: "\e911";
  font-size: 26px;
  margin-top: -2px;
}
.menu-desplegable-container .social-links .social-links__text {
  display: none;
}
.menu-desplegable-container .social-links .social-links__nav {
  display: flex;
  padding-top: 0;
}
.menu-desplegable__scroll {
  width: 100%;
  height: calc(100vh - 310px);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
}
.menu-desplegable__link, .menu-desplegable__title {
  color: #000;
  padding: 18px 14px;
  display: block;
}
.menu-desplegable__link:hover, .menu-desplegable__link:active, .menu-desplegable__title:hover, .menu-desplegable__title:active {
  opacity: 1;
  color: #fff;
  background: #262626;
}
.menu-desplegable__list {
  padding-top: 70px;
}
.menu-desplegable__item, .menu-desplegable__submenu__item {
  display: block;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.menu-desplegable__title {
  display: flex;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.menu-desplegable__item--has-dropdown ul {
  display: none;
}
.menu-desplegable__submenu__item {
  padding: 8px 14px 7px;
}
.menu-desplegable__submenu__link {
  color: #000;
}
.menu-desplegable__item--is-expanded .icon-down {
  transform: scale(-1);
}
.menu-desplegable__item--is-expanded ul {
  display: block;
  margin-left: 20px;
}
.menu-desplegable__item--is-expanded ul .icon-down {
  transform: scale(-1);
}
.menu-desplegable__title-menu {
  display: none;
}
.active .menu-desplegable__link {
  color: #fff;
  background: #262626;
}
.open-search .menu-desplegable-container {
  left: 0;
  overflow-y: auto;
}
.menu-desplegable #nav-top-secondary .menu-desplegable__list {
  border-top: 1px solid #dcdfe3;
  padding-top: 30px;
}
.menu-desplegable #nav-top-anexos .menu-desplegable__list {
  padding-top: 0;
}
.menu-desplegable #nav-top-institucional {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-desplegable-container {
    top: 0;
    height: 100%;
    padding: 50px 40px;
    max-width: 360px;
  }
  .menu-desplegable-container .icon-menu {
    display: none;
  }
  .menu-desplegable-container .menu-desplegable__link,
  .menu-desplegable-container .menu-desplegable__link__title {
    padding: 12px 14px;
  }
  .menu-desplegable-container .container__search {
    justify-content: left;
  }
  .menu-desplegable-container .social-links {
    left: 0;
  }
  .menu-desplegable-container .social-links .social-links__link {
    margin: 0 9px;
  }
  .menu-desplegable-container .social-links .social-links__link:first-child {
    margin: 0 9px 0 0;
  }
  .open-search::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
  }
  .open-search .menu-desplegable-container {
    left: 0;
  }
  .open-search .header-top {
    z-index: 4;
  }
}
:root:has(.open-search) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.menu-desplegable-container .search {
  position: relative;
  z-index: 10;
  width: calc(100% - 30px);
  margin: 0 0 30px 30px;
  border: 1px solid #dcdfe3;
}
.menu-desplegable-container .search:after {
  content: "Buscar";
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: absolute;
  z-index: 10;
  color: #707070;
  top: 13px;
  left: 14px;
  font-size: 15px;
  pointer-events: none;
}
.menu-desplegable-container .search.en-foco:after, .menu-desplegable-container .search.con-texto:after {
  display: none;
}
.menu-desplegable-container .search__buttons {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  right: 40px;
  width: 50px;
  height: 30px;
}
.menu-desplegable-container .search__form-block {
  display: flex;
  align-items: center;
}
.menu-desplegable-container .search__icon-cerrar {
  right: 50px;
  position: absolute;
  transform: scaleX(1) rotate(-15deg);
}
.menu-desplegable-container .search__icon-cerrar::before {
  font-size: 18px;
  content: "\e916";
  display: block;
  color: var(--header-icon-color);
}
.menu-desplegable-container .search__icon-mic {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 0;
  cursor: pointer;
  right: 10px;
  width: 30px;
  height: 40px;
}
.menu-desplegable-container .search__icon-mic::before {
  font-size: 18px;
  color: var(--header-icon-color);
}
.menu-desplegable-container .search__input {
  position: relative;
  width: 100%;
  color: #111;
}
.menu-desplegable-container .search__input--menu-desplegable {
  background: #fff;
  border: none;
  text-shadow: 0 0 0 #020a0a;
  padding: 10px 85px 11px 14px;
  -webkit-text-fill-color: transparent;
}
.menu-desplegable-container .search__label {
  display: none;
}
.menu-desplegable-container .search .lcep-el-wrap {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .menu-desplegable-container .search {
    width: 100%;
    margin: 0 auto 30px;
  }
  .menu-desplegable-container .search__buttons {
    right: 0;
  }
  .menu-desplegable-container .search__icon-mic {
    display: none;
  }
  .menu-desplegable-container .search__icon-cerrar {
    right: 15px;
  }
  .menu-desplegable-container .search__input--menu-desplegable {
    padding: 10px 50px 10px 14px;
  }
}
.datetime-widget {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .datetime-widget.loaded {
    display: flex;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    color: #111;
    padding: 1px 19px 0 0;
    border-right: 1px solid var(--border-color);
  }
}
.header-top__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-top__logo-img {
  max-height: initial;
  width: auto;
  height: 50px;
}

a.header-top__logo {
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
  .header-top__logo-img {
    height: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .menu .header-top__logo {
    display: none;
  }
  .is-fixed .header-top__logo-img {
    height: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-top__logo--left .header-top__logo {
    left: 50px;
    bottom: 27px;
    transform: none;
  }
  .header-top__logo--left .header-top__logo-img {
    height: 81px;
    max-width: 249px;
  }
  .is-fixed .header-top__logo--left .header-top__logo {
    left: 50px;
    bottom: 15px;
  }
  .is-fixed .header-top__logo--left .header-top__logo-img {
    max-width: 110px;
    height: 36px;
    transition: all 0.3s ease 0s;
  }
}
.is-fixed .live-video-top {
  top: 70px;
}
.is-fixed .urgent-banner {
  top: 70px;
}
.is-fixed .menu-desplegable {
  top: 0;
}

.live-video[hidden]:not([data-live-video-status=paused],
[data-live-video-status=playing]) + .urgent-banner {
  display: none !important;
}

.footer {
  clear: both;
  margin-top: 50px;
}
.footer__main {
  grid-row-gap: 23px;
  position: relative;
  padding-top: 30px;
}
.footer__brand {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  margin-bottom: 0;
}
.footer__brand img.logo-alt {
  height: 66px;
}
.footer__institucionales {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer__main {
    display: flex;
    flex-direction: column;
    padding: 60px 0 150px;
    align-items: center;
  }
  .footer__brand {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer__institucionales {
    display: flex;
    position: absolute;
    bottom: 40px;
  }
  .footer__institucionales .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
  }
  .footer__institucionales .footer-menu .footer____item {
    display: flex;
    align-items: center;
  }
  .footer__institucionales .footer-menu .footer____item:not(:last-child)::after {
    content: "";
    margin: 0 9px;
    background: #ea0a1f;
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    width: 4px;
  }
  .footer__institucionales .footer-menu .footer____item .footer____link {
    color: #69778e;
    font-size: 12px;
    font-family: Roboto, sans-serif;
  }
}
.footer-menu {
  text-align: center;
}

.footer-menu__item {
  display: inline-block;
  width: auto;
}

.footer-menu__link {
  color: var(--footer-text);
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .footer-menu__item {
    display: block;
  }
  .footer-menu__link {
    display: block;
    text-align: left;
  }
}
.footer__logo {
  justify-content: center;
  display: flex;
  margin-top: 0;
  height: auto;
}

a.footer__logo {
  opacity: 1 !important;
}

.footer__logo-img {
  width: auto;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .footer__logo {
    justify-content: flex-start;
  }
  .footer__logo-img {
    height: 74px;
  }
}
.footer__partners {
  display: flex;
  align-items: center;
  position: relative;
}

.footer__partner-link {
  margin: 0 7px;
}
.footer__partner-label {
  display: none;
}
.footer__partner-logo::before {
  font-size: 20px;
  color: #69778E;
}

@media only screen and (min-width: 768px) {
  .footer__partner-link:last-child {
    margin: 0 0 0 7px;
  }
}
.footer__copyright {
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 16px;
    line-height: 30px;
  }
}
.footer__closure {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.footer__closure-container {
  display: flex;
  padding: 7px 0;
  justify-content: center;
  flex-direction: row;
  margin: 0 20px;
  align-items: center;
  border-top: 1px solid #8593aa;
  border-bottom: 1px solid #8593aa;
}

@media only screen and (min-width: 768px) {
  .footer__closure-container {
    margin: 0;
  }
}
.social-links--footer {
  position: relative;
  display: flex;
  justify-content: center;
}
.social-links--footer .social-links__nav {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.social-links--footer .social-links__link {
  margin: 0 9px 0 9px;
}
.social-links--footer .social-links__link .icon-youtube::before {
  content: "\e911";
  font-size: 25px;
  margin-top: -2px;
}
.social-links--footer .social-links__link .icon-facebook::before {
  content: "\e934";
  margin: 0 -2px;
}
.social-links--footer .social-links__link .icon-whatsapp::before {
  content: "\e975";
  font-size: 20px;
}
.social-links--footer .social-links__link [class*=" icon-"]::before {
  color: #fff;
}
.social-links--footer .social-links__toggle,
.social-links--footer .social-links__text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .social-links--footer .social-links__nav {
    padding-top: 0;
  }
  .social-links--footer .social-links {
    display: flex;
    justify-content: flex-end;
  }
  .social-links--footer .social-links__link .icon-youtube::before {
    content: "\e911";
    font-size: 25px;
    margin-top: -2px;
  }
  .social-links--footer .social-links__link:last-child {
    margin: 0 0 0 9px;
  }
}
.back-to-top__icon {
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  left: 50%;
  background: #111;
  top: -20px;
  bottom: auto;
  right: auto;
  transform: translateX(-50%);
  width: 40px;
  position: relative;
}

.footer-contact {
  padding: 40px 0;
  min-height: 240px;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact__inner {
  background: #f7f7f7;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.footer-contact__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-contact__label {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  font-family: "Roboto", sans-serif;
}
.footer-contact__label:not(:first-child) {
  margin-left: 20px;
}
.footer-contact__link {
  font-size: 14px;
  color: #111;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
}
.footer-contact__link:hover {
  color: #000;
}

.footer .logo-dark {
  display: none;
}

@keyframes background-microphone {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.25);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.5);
  }
  80% {
    opacity: 0;
  }
}
.search-speak {
  display: none;
  position: fixed;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.search-speak.open {
  display: flex;
}
.search-speak > div {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search-speak textarea {
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 0;
  font-size: 24px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  line-height: 100%;
  color: #999;
  border-radius: 0;
  min-height: auto;
}
.search-speak textarea::-moz-placeholder {
  font-size: 20px;
  color: #999;
}
.search-speak textarea::placeholder {
  font-size: 20px;
  color: #999;
}
.search-speak .icon-cerrar {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.search-speak .icon-cerrar::before {
  color: #999;
  font-size: 30px;
}
.search-speak .icon-mic {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  width: 80px;
  height: 80px;
  background: #f2f2f2;
  border-radius: 50%;
  text-align: center;
}
.search-speak .icon-mic::before {
  font-size: 48px;
  line-height: 80px;
  z-index: 6;
  position: relative;
}
.search-speak .icon-mic::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #e2e2e2;
  border-radius: 50%;
  animation: 1s background-microphone infinite;
  position: absolute;
  z-index: 4;
  top: 0;
}
.search-speak .lcep-trigger {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .search-speak > div {
    flex-wrap: nowrap;
    width: 70%;
  }
  .search-speak textarea {
    width: 60%;
    margin-right: 30px;
    padding: 20px;
  }
  .search-speak textarea ::-moz-placeholder {
    font-size: 24px;
  }
  .search-speak textarea ::placeholder {
    font-size: 24px;
  }
}
.listado .page-layout .top.banner {
  margin-bottom: 29px;
}
.listado .page-header__title-text {
  font-size: 24px;
  font-family: var(--font-family-body);
  font-weight: 700;
  padding: 0;
}
.listado .page-header__description {
  display: none;
}

.ultimas-noticias .page-header,
.etiquetas .page-header {
  margin: 0 auto;
  text-align: center;
  grid-column: 1/-1;
}
.ultimas-noticias .page-header__title-text,
.etiquetas .page-header__title-text {
  font-size: 24px;
  font-family: var(--font-family-body);
  font-weight: 700;
  padding: 0;
}

.lists-news__item {
  margin-bottom: 30px;
}
.lists-news__item .article__title {
  padding-top: 0;
}
.lists-news__item .article__date {
  display: none;
}
.lists-news__item .article__tag {
  display: none;
}

@media only screen and (min-width: 768px) {
  .listado .page-layout .top.banner {
    margin-bottom: 55px;
  }
  .listado .page-header {
    margin-bottom: 30px;
  }
  .listado .page-header__title-text {
    font-size: 32px;
  }
  .listado .page-header__description {
    font-size: 20px;
  }
  .listado .main-content {
    grid-column: span 9;
  }
  .listado .main-content .grid-6.listado-article {
    padding: 27px 30px 0 60px;
  }
  .listado .sidebar--right {
    grid-column: span 3;
  }
  .listado .lists-news__item {
    margin-bottom: 60px;
    padding: 0 60px 60px;
    border-bottom: solid 1px #dcdfe3;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    align-self: auto;
    align-items: center;
  }
  .listado .lists-news__item .article__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 60px 0 0;
  }
  .listado .lists-news__item header .article__tag {
    display: flex;
    width: auto;
  }
  .listado .lists-news__item span.article__tag {
    white-space: nowrap;
  }
  .listado .lists-news__item span.article__tag::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 1px 12px;
    background: #e2e2e2;
    vertical-align: middle;
  }
  .listado .lists-news__item .article__date {
    white-space: nowrap;
    display: inline-flex;
    font-size: 13px;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    color: #767676;
    position: static;
    top: unset;
    left: unset;
    margin-bottom: 0;
    line-height: 120%;
  }
  .listado .lists-news__item .article__title {
    font-size: 20px;
    line-height: 140%;
    padding-top: 12px;
  }
  .listado .lists-news__item header.article__header {
    width: calc(100% - min(300px, 32%));
  }
  .listado .lists-news__item figure.article__media {
    width: min(300px, 32%);
    height: auto;
  }
  .listado .lists-news__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .listado .leer-mas {
    margin: 30px 0;
    position: relative;
  }
  .listado .leer-mas::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--border-color);
  }
  .listado .lists-news__item:first-child {
    flex-direction: row;
    padding: 0 0 60px 0;
  }
  .listado .lists-news__item:first-child figure {
    width: 300px;
  }
  .listado .lists-news__item:first-child figure + header {
    width: calc(100% - 300px);
    padding: 0 0 0 30px;
  }
  .listado .lists-news__item:first-child .article__title {
    font-size: 26px;
    line-height: 140%;
    padding-top: 10px;
  }
  .ultimas-noticias .cl-24 .banner-centrado,
  .etiquetas .cl-24 .banner-centrado,
  .videos .cl-24 .banner-centrado {
    margin-bottom: 60px;
  }
  .ultimas-noticias .page-header,
  .etiquetas .page-header,
  .videos .page-header {
    margin: 0 auto;
    text-align: center;
  }
  .ultimas-noticias .page-header__title,
  .etiquetas .page-header__title,
  .videos .page-header__title {
    margin: 60px 0 25px;
  }
  .ultimas-noticias .page-header__title-text,
  .etiquetas .page-header__title-text,
  .videos .page-header__title-text {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .listado .main-content,
  .listado .sidebar--right {
    grid-column: span 12;
  }
}
.article--full .top.banner {
  margin-bottom: 25px;
}
.article--full .article__header {
  padding: 0;
}
.article--full .article__category-link,
.article--full .article__tag--top {
  display: inline;
  color: #767676;
  font-family: Roboto mono, monospace;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 120%;
}
.article--full .article__tag--top {
  padding-left: 5px;
  margin-left: 10px;
  border-left: 1px solid var(--border-color);
}
.article--full .article__badge {
  margin: 0 0 0 15px;
  line-height: 30px;
}
.article--full .article__volanta {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.article--full .article__title {
  font-weight: 800;
  margin-top: 18px;
}
.article--full .article__title-link {
  text-decoration: none !important;
  font-weight: 700;
}
.article--full .article__bajada {
  font-family: Lora, serif;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin-top: -10px;
}
.article--full .article__toolbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 25px;
  flex-direction: row;
  color: #767676 !important;
}
.article--full .article__toolbar.con-autor .article__author {
  margin-bottom: 0;
  margin-top: 15px;
}
.article--full .article__toolbar.con-autor .herramientas {
  margin-top: 45px;
}
.article--full .article__toolbar .btn-google-follow {
  display: none;
}
.article--full .article__toolbar .herramientas {
  display: flex;
  width: auto;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.article--full .article__date {
  font-size: 11px;
  text-transform: uppercase;
  font-family: Roboto mono, monospace;
  color: #767676;
  display: inline-block;
  margin-top: 10px;
}
.article--full .article__figure {
  margin: 0 -20px;
}
.article--full .nota-video {
  margin: 0 -20px;
}
.article--full .nota-video .video {
  padding: 0;
}
.article--full .nota-video .video-pie {
  font-family: Roboto mono, monospace;
  color: #767676;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  padding: 8px 20px 10px;
  text-align: right;
  font-size: 11px;
  line-height: 150%;
}
.article--full .article__caption {
  font-family: Roboto mono, monospace;
  color: #767676;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  padding: 8px 20px 10px;
  text-align: right;
  font-size: 11px;
  line-height: 150%;
}
.article--full .article__credit {
  display: block;
}
.article--full .article__source-label {
  font-size: 18px;
  font-weight: 700;
}
.article--full .article__source {
  margin: 15px 0;
  font-size: 18px;
  line-height: 125%;
}
.article--full .article__container {
  margin: 30px 0;
}
.article--full {
  /* .article__body--text cite {
        background: get-color('cite-background');
        color: get-color('cite-text');
        padding: 3px 5px
    } */
}
.article--full .article__body {
  width: 100%;
}
.article--full .article__body--text > p {
  font-size: 18px;
  line-height: 150%;
  word-break: break-word;
  font-weight: 300;
  color: var(--content-text-color);
  letter-spacing: -0.02em;
  padding-bottom: 30px;
}
.article--full .article__body--text h3,
.article--full .article__body--text h4,
.article--full .article__body--text h5,
.article--full .article__body--text h6 {
  font-size: 21px;
  font-family: var(--font-family-body);
}
.article--full .article__body--capital-letter > p:first-of-type::first-letter {
  float: left;
  font-weight: 700;
  font-size: 90px;
  margin-right: 10px;
  line-height: 1.1;
}
.article--full .article__body a {
  text-decoration: underline;
}
.article--full a.article__tag {
  text-decoration: none;
}
.article--full .article__body ol,
.article--full .article__body ul {
  margin: 0 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}
.article--full .article__body ul li {
  list-style: disc;
}
.article--full .btn-google-news {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ea0a1f;
  height: 46px;
  color: #fff;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 700;
  margin-top: 30px;
  text-decoration: none !important;
  position: relative;
}
.article--full .btn-google-news::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  border-top: 1px solid var(--border-color);
}
.article--full .btn-google-news img {
  height: 25px;
  width: 25px;
}
.article--full .adv-left-sticky {
  display: none;
}

@media only screen and (min-width: 768px) {
  .article--full .top.banner {
    margin-bottom: 55px;
  }
  .article--full .article__header {
    margin-bottom: -5px;
  }
  .article--full .article__category-link,
  .article--full .article__tag--top {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .article--full .article__toolbar {
    justify-content: space-between;
    padding: 30px 0 30px;
  }
  .article--full .article__toolbar .date-author__container {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .article--full .article__toolbar.con-autor {
    padding: 30px 0 30px;
  }
  .article--full .article__toolbar.con-autor .article__author {
    margin-top: 0;
  }
  .article--full .article__toolbar.con-autor .herramientas {
    margin-top: 45px;
  }
  .article--full .article__container {
    display: flex;
    margin: 55px 0 30px;
  }
  .article--full .article__volanta {
    font-size: 18px;
    line-height: 1;
    display: inline;
    margin-bottom: 0;
  }
  .article--full .article__volanta::before {
    content: "";
    width: 1px;
    height: 13px;
    background: var(--border-color);
    margin: 0 15px;
    display: inline-block;
  }
  .article--full .article__title {
    font-size: 46px;
    margin-top: 15px;
  }
  .article--full .article__bajada {
    font-size: 21px;
    margin-top: -8px;
  }
  .article--full .article__body--text > p {
    font-size: 21px;
    line-height: 160%;
  }
  .article--full .article__body--text h3,
  .article--full .article__body--text h4,
  .article--full .article__body--text h5,
  .article--full .article__body--text h6 {
    font-size: 24px;
  }
  .article--full .article__toolbar {
    flex-direction: initial;
  }
  .article--full .article__date {
    font-size: 13px;
    margin: 0;
  }
  .article--full .nota-video {
    margin: 0;
  }
  .article--full .nota-video .video-pie {
    padding: 7px 0 10px;
    font-size: 13px;
  }
  .article--full .article__figure {
    margin: 0;
  }
  .article--full .article__caption {
    padding: 7px 0 10px;
    font-size: 13px;
  }
  .article--full .article__source-label {
    font-size: 21px;
    font-weight: 700;
  }
  .article--full .article__source,
  .article--full .article__body ol,
  .article--full .article__body ul {
    font-size: 21px;
  }
  .article--full .btn-google-news {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .post-interior .main-content {
    grid-column: span 12;
  }
  .post-interior .sidebar--right {
    grid-column: span 12;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .post-interior .main-content {
    grid-column: span 9;
  }
  .post-interior .sidebar--right {
    grid-column: span 3;
    height: 100%;
  }
  .article--full .adv-left-sticky {
    display: flex;
  }
  .article--full .article__toolbar .herramientas {
    display: none;
  }
  .article--full .article__toolbar.con-autor .btn-google-follow {
    margin-top: 42px;
  }
  .article--full .article__toolbar .btn-google-follow {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border-color);
    background: #fff;
    padding: 10px 15px;
    font-size: 11px;
    font-family: "Roboto Mono", monospace;
    letter-spacing: 0.5px;
    color: #767676;
    text-decoration: none;
    text-transform: uppercase;
  }
  .article--full .article__toolbar .btn-google-follow:hover {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
  }
}
.article__quote {
  margin: 20px auto 40px;
  padding: 0 30px;
  background: none;
}
.article__quote-content {
  display: inline-flex;
  align-items: flex-start;
}
.article__quote-text {
  color: #111;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 15px;
  font-family: var(--font-family-body);
  font-style: italic;
  font-weight: 700;
}
.article__quote-mark {
  display: none;
}
.article__quote-mark--close .icon-comilla {
  transform: scale(-1);
}
.article__quote-author {
  float: left;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-style: normal;
  color: #767676;
}
.article__quote-actions {
  display: none;
}

@media only screen and (min-width: 768px) {
  .article__quote {
    margin: 30px auto 60px;
    padding: 0 60px;
  }
  .article__quote-text {
    font-size: 30px;
    margin-bottom: 23px;
  }
}
.article__embed,
.article_embed {
  margin: 34px auto;
}
.article__embed-caption,
.article_embed-caption {
  font-family: Roboto mono, monospace;
  color: #767676;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  padding: 8px 0 10px;
  text-align: right;
  font-size: 11px;
  line-height: 150%;
}
.article__embed iframe,
.article_embed iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  overflow: visible;
}

.instagram-media {
  margin: 0 auto !important;
}

@media only screen and (min-width: 768px) {
  .article__embed-caption,
  .article_embed-caption {
    padding: 7px 0 10px;
    font-size: 13px;
  }
}
.article__audio--embed {
  padding: 30px;
  background: none;
  border: 1px solid #e2e2e2;
}
.article__audio--embed .article__audio-content {
  display: flex;
  align-items: stretch;
  height: 100%;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 45px;
}
.article__audio--embed .article__audio-image {
  width: min(300px, 37%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__audio--embed .article__audio-controls {
  width: calc(100% - min(300px, 37%));
  padding-right: 30px;
  display: flex;
  flex: 1;
  padding-right: 20px;
}
.article__audio--embed .article__audio-timeline {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article__audio--embed .article__audio-duration {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 11px;
  color: #767676;
  font-family: "Roboto Mono", monospace;
}
.article__audio--embed .jp-button-text {
  display: none;
}
.article__audio--embed .jp-stop,
.article__audio--embed .jp-toggles,
.article__audio--embed .jp-volume-max {
  display: none;
}
.article__audio--embed .jp-play,
.article__audio--embed .jp-pause,
.article__audio--embed .jp-mute,
.article__audio--embed .jp-unmute {
  background: none;
  cursor: pointer;
}
.article__audio--embed .jp-pause.icon-pausa::before {
  content: "\e976";
  color: #fff;
  font-size: 35px;
}
.article__audio--embed .jp-play.icon-play::before {
  content: "\e977";
  color: #fff;
  font-size: 35px;
}
.article__audio--embed .jp-play.jp-play:hover,
.article__audio--embed .jp-pause.icon-pausa:hover {
  opacity: 0.8 !important;
}
.article__audio--embed .jp-mute.icon-un-mute::before {
  content: "\e978";
  font-size: 18px;
  color: #767676;
}
.article__audio--embed .jp-unmute.icon-mute::before {
  content: "\e979";
  font-size: 18px;
  color: #767676;
}
.article__audio--embed .jp-title {
  font-size: 14px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: var(--content-text-color);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.article__audio--embed .jp-progress {
  background-color: #fff;
  height: 6px;
  width: 100%;
}
.article__audio--embed .jp-seek-bar {
  background: rgba(51, 51, 51, 0.2);
  width: 0;
  height: 100%;
  cursor: pointer;
}
.article__audio--embed .jp-play-bar {
  background: var(--tag-bg);
  width: 0;
  height: 100%;
}
.article__audio--embed .jp-controls {
  position: absolute;
}
.article__audio--embed .jp-details {
  align-content: center;
}
.article__audio--embed .jp-volume-controls {
  display: none;
}

@media only screen and (min-width: 768px) {
  .article__audio--embed .article__audio-content {
    display: flex;
    align-items: stretch;
    height: 100%;
    padding-bottom: 0;
  }
  .article__audio--embed .article__audio-image {
    width: min(300px, 37%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article__audio--embed .article__audio-controls {
    width: calc(100% - min(300px, 37%));
    padding-right: 30px;
    display: flex;
    align-items: start;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
  }
  .article__audio--embed .article__audio-timeline {
    width: 100%;
    position: relative;
  }
  .article__audio--embed .article__audio-duration {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    color: #aaa;
    font-family: "Roboto Mono", monospace;
  }
  .article__audio--embed .jp-title {
    font-size: 20px;
    line-height: 135%;
  }
  .article__audio--embed .jp-details {
    padding-top: 18px;
  }
  .article__audio--embed .jp-seek-bar {
    background: var(--border-color);
    width: 0;
    height: 100%;
    cursor: pointer;
    position: relative;
  }
  .article__audio--embed .jp-play-bar {
    background: var(--tag-bg);
    width: 0;
    height: 100%;
    position: relative;
  }
  .article__audio--embed .jp-play-bar::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;
  }
  .article__audio--embed .jp-play-bar:active::after,
  .article__audio--embed .jp-play-bar:hover::after {
    opacity: 1;
  }
  .article__audio--embed .jp-volume-controls {
    display: flex;
    flex-direction: column-reverse;
    width: 30px;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    margin: 0 -3px 8px 27px;
  }
  .article__audio--embed .jp-pause.icon-pausa::before,
  .article__audio--embed .jp-play.icon-play::before {
    font-size: 60px;
  }
  .article__audio--embed .jp-unmute,
  .article__audio--embed .jp-mute {
    display: none;
  }
  .article__audio--embed .jp-volume-bar {
    display: none !important;
    width: 5px;
    height: calc(100% - 30px);
    background: #e2e2e2;
    position: relative;
    cursor: pointer;
    margin: 10px 0 30px;
  }
  .article__audio--embed .jp-volume-bar::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: calc(100% + 24px);
    border: 1px solid #e2e2e2;
    z-index: -1;
    background: #fff;
  }
  .article__audio--embed .jp-volume-bar::after {
    content: "";
    position: absolute;
    bottom: -23px;
    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;
  }
  .article__audio--embed .jp-volume-bar-value {
    width: 5px;
    position: absolute;
    bottom: 0;
    background: var(--tag-bg);
  }
  .article__audio--embed .jp-volume-bar-value::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid var(--tag-bg);
  }
  .article__audio--embed .jp-volume-controls:hover .jp-volume-bar {
    display: block !important;
  }
}
.jp-jplayer {
  width: 0;
  height: 0;
}

.jp-no-solution {
  display: none;
  padding: 5px;
  font-size: 0.8em;
  background-color: #cccccc;
  border: 2px solid #00A8E1;
  color: var(--content-text-color);
}

.article__document-link {
  font-weight: 400;
}
.article__document-download-icon {
  margin-right: 20px;
  font-size: 30px;
}
.article__document-content {
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article__document-description {
  font-family: Roboto mono, monospace;
  color: #767676;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
  text-align: right;
  font-size: 11px;
  line-height: 150%;
}
.article__document-size {
  font-weight: bold;
}
.article__document iframe {
  height: 80dvh;
  max-height: 90dvh;
}

@media only screen and (min-width: 768px) {
  .article__document {
    font-size: 13px;
  }
}
.article__related--embed {
  margin: 60px 0 30px;
}
.article__related .article {
  padding: 30px;
  flex-direction: row-reverse;
  display: flex;
  flex-wrap: wrap;
  align-self: auto;
  align-items: center;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.article__related .article header.article__header {
  width: calc(100% - min(300px, 34%));
}
.article__related .article figure.article__media {
  width: min(300px, 34%);
  height: auto;
}
.article__related .article__header {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.article__related .article__header .article__tag {
  display: none;
}
.article__related .article__header .article__date {
  display: none;
}
.article__related .article__header .article__title {
  font-size: 15px;
  margin-top: 0;
}

.article__related--embed:has(+ .article__related--embed) {
  margin-bottom: 0;
}

.article__related--embed + .article__related--embed {
  margin-top: 0;
  border-top: 0;
}

@media only screen and (min-width: 768px) {
  .article__related .article__header .article__title {
    font-size: 20px;
    padding-top: 9px;
    line-height: 135%;
  }
  .article__related .article__header .article__tag {
    display: flex;
    width: auto;
  }
  .article__related .article__header span.article__tag {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    background: none;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
  }
  .article__related .article__header span.article__tag::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 2px 10px;
    background: #e2e2e2;
    vertical-align: middle;
  }
  .article__related .article__header .article__date {
    white-space: nowrap;
    display: inline-flex;
    font-size: 13px;
    font-family: "Roboto Mono", monospace;
    line-height: 120%;
    text-transform: uppercase;
    color: #767676;
    position: static;
    top: unset;
    left: unset;
    margin: 0;
  }
}
.article__video iframe,
.embed-video iframe,
.nota-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.article__video .video-pie,
.embed-video .video-pie,
.nota-video .video-pie {
  font-family: Roboto mono, monospace;
  color: #767676;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  padding: 15px 0;
  text-align: right;
  font-size: 12px;
  line-height: 150%;
  font-weight: 300;
}

.article--full .article__tags-section {
  padding: 30px 0 15px;
}
.article--full .article__tags-title {
  font-size: 20px;
  color: var(--content-text-color);
  margin-bottom: 30px;
}
.article--full .article__tags {
  text-align: center;
}
.article--full .article__tag {
  display: inline-block;
  margin: 0 8px 15px;
  background: #ea0a1f;
  color: #fff;
  line-height: 150%;
  padding: 5px 15px;
  font-family: Roboto mono, monospace;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .article--full .article__tags {
    text-align: left;
  }
  .article--full .article__tag {
    margin: 0 15px 15px 0;
    font-size: 13px;
  }
}
.article__comments {
  padding: 40px 40px 0;
  border-top: 1px solid #e2e2e2;
}
.article__comments-title {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 37px;
}

.article__comment-form {
  display: flex;
  margin-bottom: 50px;
}
.article__comment-form-success {
  padding: 20px;
  margin-bottom: 30px;
  background: #f0f0f0;
  position: relative;
}
.article__comment-form-success-close {
  background: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}
.article__comment-form-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 16px;
}
.article__comment-form-content {
  width: 100%;
}
.article__comment-form-textarea {
  border: none;
  border-bottom: solid 1px #e2e2e2;
  padding: 0;
  min-height: 25px;
  padding-bottom: 2px;
  width: 100%;
  overflow-y: hidden;
}
.article__comment-form-textarea::-webkit-input-placeholder {
  font-size: 16px;
}
.article__comment-form-actions {
  margin-top: 7px;
  float: right;
}
.article__comment-form-button {
  font-size: 13px;
  padding: 9px 16px;
  border-radius: 18px;
  font-weight: 500;
  background: #ddd;
  color: #222;
  cursor: pointer;
  margin-left: 10px;
}
.article__comment-form-counter {
  margin-top: 17px;
  font-size: 14px;
}
.article__comment-form-counter-text {
  display: none;
}

.article__comment {
  margin-bottom: 20px;
}
.article__comment-header {
  display: flex;
}
.article__comment-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 16px;
}
.article__comment-author {
  margin: 3px 5px 0 0;
}
.article__comment-author-name {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.article__comment-date {
  font-size: 13px;
  margin-top: 5px;
}
.article__comment-body {
  margin: -15px 0 0 46px;
}
.article__comment-text {
  font-size: 15px;
  word-break: break-word;
  line-height: 1.5;
}
.article__comment-expand {
  background: none;
  font-size: 15px;
  font-weight: 600;
  color: #606060;
  cursor: pointer;
  margin-top: 4px;
}
.article__comment-footer {
  margin: 10px 0 0 46px;
  display: flex;
  align-items: center;
  position: relative;
}
.article__comment-votes {
  display: flex;
}
.article__comment-vote {
  background: none;
  color: #606060;
  margin-right: 5px;
  cursor: pointer;
  display: flex;
}
.article__comment-vote-icon {
  font-size: 16px;
  pointer-events: none;
}
.article__comment-vote--down .icon-like {
  transform: scale(-1);
}
.article__comment-vote[aria-pressed=true] .article__comment-vote-icon::before {
  font-weight: bold;
}
.article__comment-report {
  position: absolute;
  right: 0;
  background: none;
  cursor: pointer;
}
.article__comment-report-icon {
  font-size: 16px;
  pointer-events: none;
}
.article__comment-report-text {
  display: none;
}
.article__comment-reply-button {
  background: none;
  border-radius: 18px;
  padding: 0 12px;
  transition: all 0.3s;
  font-weight: 600;
  line-height: 32px;
  font-size: 13px;
  cursor: pointer;
}
.article__comment-reply-button:hover {
  background: #e5e5e5;
}
.article__comment-reply-icon {
  pointer-events: none;
}
.article__comment-reply-text {
  pointer-events: none;
}
.article__comment-button {
  background: #888;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
}

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

.article__comment-report-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__comment-report-content {
  background: #fff;
  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);
}
.article__comment-report-header {
  margin-bottom: 5px;
}
.article__comment-report-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
}
.article__comment-report-close {
  display: none;
}
.article__comment-report-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.article__comment-report-option {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.article__comment-report-label {
  margin-left: 15px;
  font-size: 15px;
  color: #111;
  cursor: pointer;
}
.article__comment-report-actions {
  display: flex;
  justify-content: end;
}
.article__comment-report-cancel {
  background: none;
  color: #111;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  line-height: 36px;
}
.article__comment-report-submit {
  background: none;
  color: #111;
  font-size: 16px;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 18px;
  color: #d4d4d4;
  cursor: not-allowed;
  pointer-events: none;
}
.article__comment-report-submit:hover {
  background: #def1ff;
}
.article__comment-report-form:has(.article__comment-report-radio:checked) .article__comment-report-submit {
  cursor: pointer;
  pointer-events: initial;
  color: #065fd4;
}

.article__comments-info {
  border-top: solid 1px #e2e2e2;
  padding: 20px 0;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .article__comments {
    padding: 40px 0 0 0;
  }
  .article__comment-form-avatar {
    width: 40px;
    height: 40px;
  }
  .article__comment-reply-form .article__comment-form-avatar {
    width: 30px;
    height: 30px;
  }
  .article__comment-avatar {
    width: 40px;
    height: 40px;
  }
  .article__comment-body {
    margin: -5px 0 0 56px;
  }
  .article__comment-footer {
    margin: 10px 0 0 56px;
  }
  .article__comment-replies-toggle {
    margin-left: 41px;
  }
  .article__comment-replies .article__comment {
    margin-left: 56px;
  }
  .article__comment-replies .article__comment-avatar {
    width: 30px;
    height: 30px;
  }
  .article__comment-replies .article__comment-body {
    margin: -15px 0 0 46px;
  }
}
/*
[id='main'] .banner-centrado {
    margin-bottom: 44px;
}

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

    .banner {
        padding: 15px;
    }

    [id='main'] .banner-centrado {
        margin-bottom: 65px;
    }

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

.con-borde {
  border: 1px solid #dcdfe3;
  padding: 30px 0;
}

.sin-margen {
  margin-top: -30px !important;
}

@media only screen and (min-width: 768px) {
  .con-margen.banner {
    margin-bottom: 60px;
  }
  .agrega-border-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdfe3;
  }
  .agrega-border-top {
    border-top: 1px solid #dcdfe3;
    padding-top: 30px;
  }
  .agrega-margin-bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .layout-tablet-range .cl-16,
  .layout-tablet-range .cl-8.notas-reproductor {
    grid-column: span 12;
  }
  .layout-tablet-range .bloque__4-notas-en-linea .cl-6 {
    grid-column: span 6;
  }
}/*# sourceMappingURL=grid.css.map */