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

blockquote,
q {
  quotes: "" "";
}

blockquote::before,
blockquote:after,
q::before,
q::after {
  content: "";
}

:focus {
  outline: 0;
}

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

input,
select,
textarea {
  font-family: var(--font-family-body);
  border: 1px solid #d4d4d4;
  padding: 8px 12px;
  color: #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;
}

cite {
  background: #FF0;
  color: #FFF;
  padding: 3px 5px;
}

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: 44px;
  grid-row-gap: 41px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  margin-bottom: 54px;
  max-width: 1200px;
  width: 100%;
}

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

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

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

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

@media only screen and (min-width: 768px) {
  .page-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-layout {
    padding-top: 57px;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content {
  min-height: 300px;
}

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

.img-print {
  display: none;
}

.split-screen {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
  justify-content: start;
  align-items: flex-end;
}
.split-screen ::-webkit-input-placeholder {
  color: transparent;
  font-size: 0;
}
.split-screen ::-webkit-input-placeholder {
  color: transparent;
  font-size: 0;
}
.split-screen :-ms-input-placeholder {
  color: transparent;
  font-size: 0;
}
.split-screen article {
  padding: 0;
}
.split-screen form {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  direction: initial;
}
.split-screen input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.split-screen [id=header] {
  width: 100%;
  padding: 10px 20px 5px;
  border-bottom: 4px solid #f7f7f7;
  margin: 0;
}
.split-screen [id=header] .bloque {
  padding: 0;
  justify-content: center;
  min-height: 58px;
}
.split-screen [id=header] .icon-logo {
  display: none;
}
.split-screen .main-content {
  height: auto;
  scrollbar-width: initial;
  padding-bottom: 0;
  margin: 0 auto;
  direction: initial;
}
.split-screen.top-fixed .page-layout {
  padding: 20px;
}
.split-screen .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;
}
.split-screen [id=clousure] .anio {
  line-height: 130%;
}
.split-screen .div-form {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  direction: initial;
}
.split-screen .form__icon-logo--watch {
  display: none;
}
.split-screen .footer {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  background: #fff;
}
.split-screen .footer__clousure {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.split-screen .footer__copy {
  width: 100%;
  align-items: center;
  display: flex;
}
.split-screen .footer__anio {
  text-align: center;
  width: 100%;
}
.split-screen .icon-logo {
  display: flex;
  justify-content: center;
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0);
  margin: 0 auto 33px;
}
.split-screen .texto {
  width: 100%;
  padding: 0 0 40px;
}
.split-screen .texto p {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #666;
}
.split-screen .texto p b {
  clear: left;
  color: #111;
}
.split-screen .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;
}
.split-screen .btn-volver [class*=icon-] {
  display: flex;
  width: 30px;
  height: 30px;
  position: relative;
}
.split-screen .btn-volver .icon-left::before {
  font-size: 32px;
  position: relative;
  top: -1px;
  margin-right: 9px;
  color: #111;
}
.split-screen 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;
}
.split-screen input.error,
.split-screen textarea.error,
.split-screen select.error {
  border-bottom: solid 1px #fc0000;
}
.split-screen input,
.split-screen textarea,
.split-screen select {
  border: none;
  border-bottom: 1px solid #666;
  padding: 8px 0;
  color: #666666;
  font-size: 16px;
  width: 100%;
  background: #fff;
}
.split-screen .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%;
}
.split-screen .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%;
}
.split-screen .buttons-line [class*=icon-] {
  display: flex;
  width: auto;
  height: auto;
  position: relative;
}
.split-screen .buttons-line .txt {
  padding-left: 12px;
  position: relative;
  top: 1px;
}
.split-screen .form__error-server {
  display: none;
}

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

.contacto .page-layout {
  align-items: center;
  justify-content: center;
}
.contacto .page-layout {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .split-screen {
    height: 100vh;
  }
  .split-screen [id=header] {
    padding: 0 44px;
    width: 44.8%;
    border: 0;
  }
  .split-screen [id=header] .bloque {
    padding-top: 45px;
    min-height: auto;
  }
  .split-screen .main-content {
    position: relative;
    height: 100%;
  }
  .split-screen .page-layout {
    height: calc(100vh - 132px);
    align-items: center;
    padding: 30px 44px 0;
    width: 44.8%;
  }
  .split-screen .fondo-login {
    width: 55.2%;
    background: var(--tag-bg);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .split-screen form,
  .split-screen .div-form {
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .split-screen .footer {
    width: 44.8%;
    padding: 20px 44px 0;
  }
  .split-screen .footer__clousure {
    padding: 0;
  }
  .split-screen .footer__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;
}

#cotizacion .splide__list {
  transition: none !important;
}

#galeria-interior .splide__list {
  padding-bottom: 1px;
  box-sizing: content-box;
}

#galeria-interior .splide__list figcaption {
  margin-bottom: 1px;
}

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

.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-1,
.titulo-2,
.titulo-3,
.titulo-4,
.titulo-5,
.titulo-6 {
  font-size: 22px;
}

.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-1 {
    font-size: 43px;
  }
  .titulo-2 {
    font-size: 35px;
  }
  .titulo-3 {
    font-size: 30px;
  }
  .titulo-4 {
    font-size: 22px;
  }
  .titulo-5 {
    font-size: 20px;
  }
  .titulo-6 {
    font-size: 18px;
  }
}
.titulo-bloque {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  line-height: inherit;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
  position: relative;
}
.titulo-bloque h2 {
  font-size: 23px;
}
.titulo-bloque .txt {
  display: flex;
  align-items: center;
}
.titulo-bloque span,
.titulo-bloque .txt {
  position: relative;
  text-transform: uppercase;
}

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

@media only screen and (min-width: 768px) {
  .titulo-bloque {
    width: 100%;
    margin-bottom: 30px;
  }
  .grid .titulo-bloque {
    grid-column: span 24;
  }
}
@media only screen and (min-width: 1280px) {
  .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);
}

[id=accesosrapidos] {
  display: none;
}

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

.banner-hide,
.banner-zocalo-cont {
  display: none;
}

.banner {
  align-items: center;
  background: var(--ads-bg);
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.banner > div {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  min-height: 50px;
}

.page-layout .banner {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner-centrado {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner-centrado > div {
  margin: 0 auto;
  position: relative;
  float: none;
  max-width: 970px;
  width: 100%;
  min-height: 50px;
}

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

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

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

.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;
  -webkit-backdrop-filter: blur(15px);
          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 .cont-banner-popup {
  position: relative;
}
.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;
}

.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-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;
  }
  .con-banner-zocalo .fixeado-right.video-en-vivo {
    bottom: 145px;
  }
}
ins.adsbygoogle.adsbygoogle-noablate {
  z-index: 2147483646 !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;
}

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

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

@media only screen and (min-width: 768px) {
  .page-layout .banner {
    width: 100%;
  }
  .banner-728x90 > div {
    width: 768px;
    height: 90px;
  }
  .banner-728x250 > div {
    width: 768px;
    height: 250px;
  }
  .banner-970x90 > div {
    width: 970px;
    height: 90px;
  }
  .banner-970x250 > div {
    width: 970px;
    height: 250px;
  }
}
[class^=icon-],
[class*=" icon-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-sending,
.form-error,
.form-success {
  display: none;
  padding: 30px 20px;
  text-align: center;
  max-width: 360px;
}
.form-sending a,
.form-error a,
.form-success a {
  margin-top: 30px;
}

.form__ancla {
  margin: 5px 0 30px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 120%;
  padding: 0;
  width: 100%;
  letter-spacing: 0.02em;
  display: block;
}
.form__ancla--center {
  text-align: center;
  margin-bottom: 0;
}
.form__ancla--red {
  color: var(--tag-bg);
  font-weight: 600;
  margin-bottom: 0;
}
.form__avatar {
  border-radius: 50%;
  margin-right: 9px;
  width: 40px;
}
.form__b--red {
  color: var(--tag-bg);
  font-weight: 600;
  margin-bottom: 0;
}
.form__block {
  width: 100%;
  margin: 0 auto 33px;
  position: relative;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__block--info {
  margin-bottom: 44px;
}
.form__block--columns {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form__block--terminos p {
  text-align: center;
  font-size: 13px;
}
.form__h2 {
  margin: 0 auto 57px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: var(--font-family-body);
}
.form__h3 {
  font-size: 15px;
  display: flex;
  margin: 0 auto 54px;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.025em;
  position: relative;
  text-transform: uppercase;
}
.form__h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--border-color);
  position: absolute;
  z-index: 200;
  top: 9px;
}
.form__h3--mtop {
  margin-top: 21px;
}
.form__h3 span {
  background: #fff;
  padding: 0 18px;
  position: relative;
  z-index: 201;
  width: auto;
  display: inline-block;
}
.form__name {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 57px;
  letter-spacing: 0.015em;
  color: #666;
  font-weight: 400;
}
.form__name b {
  padding-left: 5px;
  font-weight: 700;
}
.form__opciones {
  margin-bottom: 30px;
  position: relative;
  font-size: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.form__opciones:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--border-color);
  position: absolute;
  z-index: 200;
  top: 9px;
}
.form__opciones span {
  text-transform: none;
  font-weight: 400;
  background: #fff;
  padding: 0 18px;
  position: relative;
  z-index: 201;
  width: auto;
  display: inline-block;
}
.form__name p, .form__p--info {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
  line-height: 140%;
  font-weight: 400;
}
.form__name p a, .form__p--info a {
  color: #000;
}
.form abbr {
  display: none;
}
.form .info {
  border: none;
  padding-bottom: 30px;
}

.form-block.opciones-de-ingreso {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}
.form-block.opciones-de-ingreso::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  transform: translateX(0);
}
.form-block.opciones-de-ingreso p {
  position: relative;
  z-index: 300;
  background: var(--color-white);
  padding: 0 20px;
  display: inline-flex;
  top: -1px;
  margin: 0;
}
.form-block .msj-error {
  display: none;
}

.icon-show-password {
  position: absolute;
  top: auto;
  left: calc(100% + 4px);
  transform: translateX(-100%);
  cursor: pointer;
}
.icon-show-password::before {
  font-size: 22px;
}

::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: var(--content-text-color);
  font-size: 13px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 10000s ease-in-out 0s;
  transition: background-color 10000s ease-in-out 0s;
}

input:disabled:-webkit-autofill,
input:disabled:-webkit-autofill:hover,
input:disabled:-webkit-autofill:focus,
input:disabled:-webkit-autofill:active {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: text;
  color: white !important;
}

[class*=buttons].error {
  border-bottom: none;
}

[data-message-form],
.msj-error-server.form-block {
  width: 44.8%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 25px 0;
  max-width: 100%;
  z-index: 99999999;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

[data-message-form]:empty,
.msj-error-server:empty {
  display: none;
}

.message-error[data-message-form],
.msj-error-server {
  background: #FDF2F2;
  color: #d40000;
}

.message-success[data-message-form] {
  background: #E5F9ED;
  color: #00662C;
}

.msj-error-server.form-block {
  animation: 3.5s disapear;
  animation-fill-mode: forwards;
}

.con-foco::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--tag-bg);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.con-foco.en-foco label {
  top: -25px;
}
.con-foco.en-foco:after {
  width: 100%;
}
.con-foco.up-label label {
  top: -25px;
}

.olvide {
  margin-bottom: 16px;
}

.msj-error {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 12px;
  color: #666;
  border-radius: 5px;
}

.icon-error {
  font-size: 16px;
  color: var(--input-error);
  cursor: pointer;
  position: absolute;
  right: -4px;
  top: auto;
  display: none;
}

.formprofile .icon-error {
  top: calc(100% - 33px);
}

.icon-error:hover ~ .msj-error {
  display: block;
}

.error ~ .icon-error {
  display: block;
}

input[type=password] ~ .icon-error,
.icon-hide-password ~ .icon-error {
  right: 35px;
}

.simbolos label,
.simbolos.con-foco.up-label label,
.simbolos.con-foco label {
  margin-bottom: 30px;
  position: relative;
  top: auto;
  left: auto;
}
.simbolos::after,
.simbolos.con-foco.up-label::after,
.simbolos.con-foco::after {
  display: none;
}

.radio-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0 0 15px;
}
.radio-button input {
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.radio-button .txt {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 15px;
}
.radio-button .txt::after, .radio-button .txt::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  position: absolute;
}
.radio-button .txt::after {
  border: none;
  background: #065fd4;
  left: 2px;
  top: 1px;
  transform: scale(0);
  transition: all 0.3s;
  opacity: 0;
}
.radio-button .txt::before {
  border: 2px solid var(--content-text-color);
  left: 0;
  top: -1px;
}

input[type=radio]:checked + .txt::after {
  opacity: 1;
  transform: scale(0.6);
}
input[type=radio]:checked + .txt::before {
  border: 2px solid #065fd4;
}

.checkbox {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
  cursor: pointer;
  width: auto;
  display: inline-block;
}
.checkbox + span {
  padding: 0 0 0 27px;
}
.checkbox + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid var(--border-color);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 2px;
}
.checkbox ~ span::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: none;
  background: var(--tag-bg);
  display: inline-flex;
  position: absolute;
  left: 2px;
  top: 4px;
  transform: scale(0);
  transition: all 0.3s;
  opacity: 0;
}
.checkbox:checked + span::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: none;
  background: var(--tag-bg);
  display: inline-flex;
  position: absolute;
  left: 2px;
  top: 4px;
  transition: all 0.3s;
  opacity: 1;
  transform: scale(0.8);
}

.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;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

.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: var(--titulos);
  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;
}

.ultimo-momento {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--urgent-bg);
  margin: 0 auto;
  border: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 55px;
  height: auto;
  padding: 10px 15px 10px 20px;
  transition: none;
  top: 0;
}
.ultimo-momento .cont {
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.ultimo-momento h2 {
  font-family: var(--font-family-body);
  margin-bottom: 0;
  line-height: 100%;
  text-align: left;
  font-size: 14px;
  color: var(--urgent-text);
  padding: 13px 40px 9px;
}
.ultimo-momento h2 span {
  display: inline-block;
  margin-bottom: 0;
}
.ultimo-momento .icon-cerrar {
  position: absolute;
  right: 0;
  display: flex;
  cursor: pointer;
  top: auto;
}
.ultimo-momento .icon-cerrar::before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.ultimo-momento .icon-cerrar:hover::before {
  opacity: 0.5;
}
.ultimo-momento span.ahora {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.ultimo-momento .splide__slide {
  color: var(--urgent-text);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  width: calc(100% - 60px);
  line-height: 1.4;
}
.ultimo-momento .splide__track {
  overflow: initial;
}
.ultimo-momento .sldier-txt {
  width: calc(100% - 60px);
}
.ultimo-momento .sldier-txt .splide__slide {
  width: 0;
  overflow: hidden;
  display: block;
}
.ultimo-momento .sldier-txt .splide__slide:first-child, .ultimo-momento .sldier-txt.owl-carousel .splide__slide {
  width: 100%;
  height: auto;
}

.top-fixed .ultimo-momento {
  position: sticky;
  z-index: 3;
  top: 132px;
}

@media only screen and (min-width: 768px) {
  .top-fixed .ultimo-momento {
    top: 57px;
  }
}
[class=video-en-vivo] ~ .ultimo-momento {
  margin-top: 132px;
}

.alertanotas.con-video .page-layout {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  [class=video-en-vivo] ~ .ultimo-momento {
    margin-top: 0;
  }
}
@keyframes videoVivoCentro {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes videoVivoOnda {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.video-en-vivo.video-disable {
  visibility: hidden;
  position: absolute !important;
}

.video-en-vivo {
  background: #000;
  position: relative;
  min-height: 300px;
  z-index: 4;
}
.video-en-vivo__bloque {
  padding: 20px;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.video-en-vivo__video {
  transition: all 0.2s;
  display: flex;
  width: 100%;
  min-width: 332px;
}
.video-en-vivo__video iframe {
  width: 100%;
  height: 100%;
  min-width: inherit;
  aspect-ratio: 16/9;
}
.video-en-vivo__header {
  width: 100%;
}
.video-en-vivo__h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}
.video-en-vivo__icon-cerrar {
  position: absolute;
  top: 13px;
  right: 10px;
  cursor: pointer;
}
.video-en-vivo__icon-cerrar::before {
  font-size: 12px;
  color: #fff;
}
.video-en-vivo .ico-streaming {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  left: 0;
  top: 0;
}
.video-en-vivo .ico-streaming .ico-onda-1 {
  display: none;
}
.video-en-vivo .ico-streaming .ico-circulo,
.video-en-vivo .ico-streaming .ico-onda-2 {
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.video-en-vivo .ico-streaming .ico-circulo {
  width: 7px;
  height: 7px;
  animation-name: videoVivoCentro;
  animation-duration: 2s;
}
.video-en-vivo .ico-streaming .ico-onda-2 {
  width: 19px;
  height: 13px;
  animation-duration: 1s;
  animation-name: videoVivoOnda;
  animation-delay: 1s;
}
.video-en-vivo .buttons-vivo {
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 9px 9px 8px 8px;
  background: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  width: -moz-max-content;
  width: max-content;
}
.video-en-vivo .buttons-vivo .txt {
  color: #fff;
  font-family: var(--font-family-body);
  font-size: 15px;
  padding: 0 0 0 7px;
  text-transform: uppercase;
}
.video-en-vivo__controls {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.video-en-vivo__audio, .video-en-vivo__pausa, .video-en-vivo__play, .video-en-vivo__controls,
.video-en-vivo .etiqueta {
  display: none;
}

@media only screen and (min-width: 768px) {
  .video-en-vivo {
    top: 0;
    min-height: 192px;
  }
  .video-en-vivo__bloque {
    flex-direction: row;
  }
  .video-en-vivo__video {
    width: 256px;
  }
  .video-en-vivo__header {
    width: calc(100% - 256px);
    padding-left: 24px;
  }
}
.top-fixed .video-en-vivo {
  top: 132px;
}

@media only screen and (min-width: 768px) {
  .top-fixed .video-en-vivo {
    top: 0;
  }
}
.top-fixed .video-en-vivo {
  position: sticky;
  top: 132px;
}

@media only screen and (min-width: 768px) {
  .top-fixed .video-en-vivo {
    top: 57px;
  }
}
.fixeado-right.video-en-vivo,
.fixeado-left.video-en-vivo {
  position: fixed;
  bottom: 10px;
  max-width: 360px;
  top: auto;
}
.fixeado-right.video-en-vivo .video-en-vivo__bloque,
.fixeado-left.video-en-vivo .video-en-vivo__bloque {
  flex-direction: column-reverse;
}
.fixeado-right.video-en-vivo .video-en-vivo__header,
.fixeado-left.video-en-vivo .video-en-vivo__header {
  width: 100%;
  padding: 0;
}
.fixeado-right.video-en-vivo .video-en-vivo__video,
.fixeado-left.video-en-vivo .video-en-vivo__video {
  min-width: 60px;
  width: 100%;
  max-width: 180px;
}

@media only screen and (min-width: 768px) {
  .fixeado-right.video-en-vivo {
    right: 10px;
  }
  .fixeado-left.video-en-vivo {
    left: 10px;
  }
  .fixeado-right.video-en-vivo,
  .fixeado-left.video-en-vivo {
    max-width: 370px;
  }
  .fixeado-right.video-en-vivo .video-en-vivo__video,
  .fixeado-left.video-en-vivo .video-en-vivo__video {
    max-width: 330px;
  }
}
.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: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  font-family: var(--font-family-body);
  font-size: 18px;
  line-height: 40px;
  margin: 20px;
  cursor: pointer;
}
.leer-mas:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .leer-mas {
    margin: 20px 0;
  }
}
.buscador .titulo-bloque {
  flex-direction: column;
  border: none;
  margin-bottom: 35px;
}
.buscador .titulo-bloque .txt {
  margin-bottom: 15px;
}
.buscador .titulo-bloque .descripcion {
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
}

.form-result {
  padding: 0;
  width: calc(100% - 40px);
  margin: 0 auto 44px;
}
.form-result__new-search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.form-result__input {
  padding: 0 60px 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tag-bg);
  width: 100%;
  line-height: 60px;
  background: none;
  margin-bottom: 0;
  border: 1px solid var(--border-color);
}
.form-result__icon-lupa {
  position: absolute;
  top: auto;
  right: 10px;
  z-index: 290;
  background: none;
}
.form-result__icon-lupa::before {
  font-size: 30px;
}
.form-result__buttons-hidde {
  background: none;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  z-index: 300;
  line-height: 45px;
  top: auto;
  left: auto;
  right: 0;
  width: 45px;
  height: 45px;
}
.form-result__buttons-hidde:hover + .form-result__icon-lupa {
  opacity: 0.5;
}
.form-result__datos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-result__parrafo {
  font-size: 16px;
  font-weight: 400;
}
.form-result__ordenar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form-result__span {
  margin-right: 5px;
}
.form-result__m--red {
  color: var(--tag-bg);
}
.form-result__ancla {
  display: flex;
  align-items: center;
  line-height: 100%;
}
.form-result__ancla::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: var(--color-black);
  margin: 0 5px;
  position: relative;
  top: auto;
}
.form-result__ancla:last-child::after {
  display: none;
}
.form-result .sin-resultados-box {
  padding: 30px 0 0;
  line-height: 140%;
  margin: 30px 0 0;
  border-top: 1px solid #d4d4d4;
}

@media only screen and (min-width: 768px) {
  .form-result {
    width: 100%;
  }
}
[id=aviso] {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  padding: 15px;
  background: var(--tag-bg);
  color: var(--tag-text);
  border-radius: 5px;
  font-family: var(--font-family-body);
}

.herramientas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding: 24px 0;
  flex-direction: column;
}
.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 8px;
  cursor: pointer;
}
.advthis [class^=icon-]::before,
.advthis [class*=" icon-"]::before {
  color: var(--header-icon-color);
  font-size: 24px;
}
.advthis .comments-link {
  position: relative;
  display: flex;
  align-items: center;
}
.advthis .comments-link::before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: var(--header-icon-color);
  margin: 0 16px 0 10px;
}
.advthis .comments-link .com-total {
  color: #666;
  font-size: 14px;
  margin: -2px 0 0 5px;
  line-height: 100%;
}
.advthis .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: 0) {
  .adv-left-sticky .herramientas {
    width: 50px;
    margin: 0;
    justify-items: center;
    height: auto;
    float: left;
    order: 2;
    padding: 0;
    align-items: start;
    border: none;
  }
  .adv-left-sticky .herramientas .fecha-nota {
    display: none;
  }
  .adv-left-sticky .herramientas .advthis {
    width: 50px;
    position: sticky;
    top: 92px;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 6px 0 0 12px;
  }
  .adv-left-sticky .herramientas .advthis .redes {
    width: 50px;
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  .adv-left-sticky .herramientas .advthis .redes a {
    margin: 0 0 20px;
  }
  .adv-left-sticky .herramientas .comments-link {
    order: 2;
    flex-direction: column;
    align-items: center;
    width: 50px;
    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% - 50px);
  }
  .adv-left-sticky .cont-cuerpo {
    flex-direction: row-reverse;
  }
}
.breadcrumb {
  width: 100%;
  margin-bottom: -41px;
  padding: 0 20px;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb__item--prefix {
  display: none;
}
.breadcrumb__link {
  color: #333;
  text-decoration: none;
  padding: 5px;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb__current {
  color: #333;
  font-weight: 600;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0;
    grid-column: span 24;
  }
  .breadcrumb__item--prefix {
    display: inline-flex;
    font-weight: 600;
    color: #666;
  }
}
.latest-news {
  width: 100%;
}
/*
@media only screen and (min-width:screen-size('tablet')) { 

    .latest-news {

        &--home {
            grid-column: span config('layout','cols');

            // Elementos <articles> evita el cl-8
            article {
                width:100%;
                grid-column: span 8;
            }

        }

    }

}


// Ajuste para cuando esta en un sidebar, asumimos que este bloque solo aparece en sidebar-right
@if config('pages') {

    $pages-width: config('pages');

    @each $scren-name, $screen-pages in $pages-width {

        @media only screen and (min-width:screen-size($scren-name)) {

            .latest-news {

                &--sidebar { 
                    grid-column: span map.get($screen-pages,'right');

                    .grid {
                        grid-template-columns: repeat(map.get($screen-pages,'right'), 1fr);
                    }

                }
            }

        }

    }

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

@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 {
  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;
  }
}
.article {
  padding: 0 20px;
}
.article__figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.article__header {
  padding-top: 19px;
}

@media only screen and (min-width: 768px) {
  .article {
    padding: 0;
  }
}
.link-img {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.link-img picture {
  width: 100%;
}

.article__blur {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

figure:has(.article__blur) img {
  filter: blur(6px) brightness(0.35);
  transition: inherit;
}

/*

.cont-blur {
    display:none; // Se agrega para que se oculte cuando permitis ver la imagen.
}

figure.blur { 
    overflow: hidden; transition: all 0.3s;

    img {
        -webkit-filter: blur(6px); 
        filter: blur(6px) brightness(0.35); 
        transition: inherit;
    }

    .cont-blur {
        position: absolute;
        z-index: zindex('nota-base-image-blur');
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    // Oculto todos los ítems accesorios
    .advthis-article,
    .article__badge,
    .article__tag,
    .autor,
    [class*='icon-'] {
        display:none;
    }



    .advertencia {

        a {
            font-size: 13px; 
            font-weight: 500; 
            color: get-color('image-sensible-text'); 
            font-family: var(--font-family-body);
            border-radius: 3px; 
            border: 1px solid get-color('image-sensible-text-border');
            padding: 9px 15px 7px; 
            display: inline-block; 
            cursor: pointer;

            &:hover { 
                background: get-color('image-sensible-text-hover-background'); 
                color: get-color('image-sensible-text-hover');
            }
        }

        b { cursor:pointer; }

        h2 { 
            font-size: 13px;
            font-weight: 500; 
            color: get-color('image-sensible-text'); 
            font-family:var(--font-family-body); 
            text-transform: uppercase; 
            margin-bottom: 15px; 
            line-height: 100%; 
            background: none;
        }

        p { 
            font-size: 13px; 
            font-weight: 500; 
            color: get-color('image-sensible-text'); 
            font-family: var(--font-family-body); 
            margin-bottom: 10px; 
            line-height: 120%;
        }
    }

    .icon-ojo { 
        display: block; 
        margin-bottom: 0;

        &::before {
            display:block;
            font-size: 60px; 
            color: get-color('image-sensible-icon')
        }
    }

}


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

// Uso en listados de notas (con clase ".listado" es el body)
.listado figure.blur .advertencia p { display: none; }

*/
@media only screen and (min-width: 768px) {
  [class*=line-] {
    position: relative;
    height: 100%;
  }
  [class*=line-]::before {
    background: var(--border-color);
    position: absolute;
  }
  [class*=line-]::after {
    background: var(--border-color);
    position: absolute;
  }
  .line-left::before,
  .line-right::before {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
  }
  .line-left::before {
    left: -22px;
  }
  .line-right::before {
    right: -22px;
  }
  .line-top::after,
  .line-bottom::after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
  }
  .line-top::after {
    top: -20.5px;
  }
  .line-bottom::after {
    bottom: -20.5px;
  }
  .line-all article[class*=cl-] {
    position: relative;
    height: 100%;
  }
  .line-all article[class*=cl-]::after {
    background: var(--border-color);
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -20.5px;
  }
  .line-all article[class*=cl-]::before {
    background: var(--border-color);
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -22px;
  }
}
/*
// 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: 700;
  font-size: 12px;
  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: 0 15px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
figure .article__tag--top {
  top: 10px;
  bottom: auto;
}
figure .article__tag--bottom {
  bottom: 10px;
  top: auto;
}
figure .article__tag--left {
  left: 10px;
  right: auto;
}
figure .article__tag--right {
  right: 10px;
  left: auto;
}

header .article__tag {
  background: none;
  color: var(--tag-bg);
  padding: 0;
  line-height: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.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__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: 1.21;
  word-break: break-word;
  clear: both;
  width: 100%;
}

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

/*
.autor {

    &__img {
    width:20px;
    border-radius: 50%;
    background:#f0f0f0;

    }

    &__avatar {
        float: left;
        margin-right: -5px;
    }


    &__avatares {
        float: left;
    }
}
*/
.autor {
  display: flex;
  flex-direction: row;
}
.autor__avatares {
  display: flex;
  align-items: center;
}
.autor__avatar + .autor__avatar {
  margin-left: -5px;
}
.autor__img {
  border: 1px solid #ccc;
  background: #eee;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
.autor__txt {
  font-size: 14px;
  font-family: var(--font-family-body);
  color: var(--content-text-color);
  line-height: 30px;
  margin-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.autor__txt .por {
  color: var(--tag-bg);
}
.autor__txt .por ~ a,
.autor__txt .por ~ span {
  color: var(--content-text-color);
  display: inline;
}

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

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

figure .etiqueta-especial ~ .autor {
  margin-bottom: 20px;
}

.en-bandera {
  width: calc(100% - 40px);
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px var(--border-color);
  padding: 38px 0;
  row-gap: 38px;
}
.en-bandera__fecha {
  margin: 8px 0 0;
}
.en-bandera__figure {
  width: 159px;
  height: auto;
  align-self: normal;
}
.en-bandera__figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.en-bandera__header {
  width: calc(100% - 159px);
  padding: 0 0 0 22px;
}
.en-bandera .bajada {
  width: calc(100% - 159px);
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .en-bandera {
    width: 100%;
  }
  .en-bandera-d {
    clear: both;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px var(--border-color);
    padding: 38px 0;
    row-gap: 38px;
  }
  .en-bandera-d__fecha {
    margin: 8px 0 0;
  }
  .en-bandera-d__figure {
    width: 159px;
    height: auto;
    align-self: normal;
  }
  .en-bandera-d__figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .en-bandera-d__header {
    width: calc(100% - 159px);
    padding: 0 0 0 22px;
  }
  .en-bandera-d .bajada {
    width: calc(100% - 159px);
    padding: 0;
  }
}
.inverter {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
}
.inverter figure {
  order: 2;
}
.inverter header {
  order: 1;
  padding: 0 0 15px;
  align-self: flex-start;
}

.en-bandera.inverter {
  flex-wrap: nowrap;
}
.en-bandera.inverter figure + header {
  padding: 0 15px 0 0;
}

.pleno {
  align-self: normal;
}
.pleno header {
  background: #e5e5e5;
  box-sizing: border-box;
}
.pleno header h2,
.pleno header h2 a {
  color: #333;
}

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

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 {
  bottom: 25px;
}

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

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

[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: 1280px) {
  .trunk-1-desktop {
    -webkit-line-clamp: 1;
  }
  .trunk-2-desktop {
    -webkit-line-clamp: 2;
  }
  .trunk-3-desktop {
    -webkit-line-clamp: 3;
  }
  .trunk-4-desktop {
    -webkit-line-clamp: 4;
  }
  .trunk-5-desktop {
    -webkit-line-clamp: 5;
  }
  .trunk-6-desktop {
    -webkit-line-clamp: 6;
  }
  .trunk-7-desktop {
    -webkit-line-clamp: 7;
  }
  .trunk-8-desktop {
    -webkit-line-clamp: 8;
  }
  .trunk-9-desktop {
    -webkit-line-clamp: 9;
  }
}
@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: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-hidden {
    overflow: hidden;
    scrollbar-gutter: stable;
  }
  .overflow-hidden body::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
  }
}
.header-top {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
.header-top__bloque-top {
  margin-bottom: 0;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 14px 0 0;
  min-height: 80px;
  width: 100%;
  margin: 0 auto;
}
.header-top__icon-lupa {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
.header-top__icon-menu {
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  margin-left: 20px;
}
.header-top__icon-menu::before {
  color: var(--header-icon-color);
}

.header-top {
  /*
  &__icon-logo {
      img {
          height: 28px;
      }
  }
  */
}
.header-top__bloque-top {
  height: 62px;
  border-bottom: solid 4px #f7f7f7;
}
.header-top__icon-lupa {
  left: -100px;
}
.header-top__icon-lupa::before {
  font-size: 24px;
}
.header-top__icon-menu {
  margin-left: 14px;
}
.header-top__icon-menu::before {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .header-top {
    /*&__fecha {
        bottom: 35px;

        &.show {
            display: flex; // Solo se muestra en PC
        }
    }*/
    /*&__icon-logo {
        top: 35px;

        img {
            max-width: 340px;
            height: auto;
        }
    }
        */
  }
  .header-top__bloque-top {
    min-height: 135px;
    padding: 30px 20px;
    border-bottom: none;
  }
  .header-top__icon-lupa {
    display: flex;
  }
  .header-top__icon-menu {
    margin: 0 0 1px -6px;
  }
  .header-top .banner-centrado {
    min-height: 120px;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .header-top__bloque-top {
    padding: 0;
  }
}
.top-fixed .header-top {
  position: fixed;
  z-index: 6;
}
.top-fixed .page-layout {
  padding-top: 162px;
}

@media only screen and (min-width: 768px) {
  .top-fixed .header-top {
    position: initial;
  }
  .top-fixed .header-top .banner-centrado {
    position: sticky;
    top: 0;
    z-index: 4;
  }
  .top-fixed .page-layout {
    padding-top: 57px;
  }
}
.menu {
  display: none;
}

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

@media only screen and (min-width: 768px) {
  .top-fixed.is-fixed .menu,
  .open-search .menu {
    position: sticky;
    top: 0;
    background: var(--header-bg);
    border-bottom: solid 4px #f7f7f7;
    z-index: 6;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  }
  .top-fixed.is-fixed .menu__bloque-menu,
  .open-search .menu__bloque-menu {
    height: 54px;
  }
  .top-fixed.is-fixed .menu__icon-menu,
  .open-search .menu__icon-menu {
    display: flex;
    margin: 0 20px 0 23px;
    cursor: pointer;
  }
  .top-fixed.is-fixed .menu__icon-menu::before,
  .open-search .menu__icon-menu::before {
    font-size: 20px;
  }
  .top-fixed.is-fixed .menu .menu__list,
  .open-search .menu .menu__list {
    display: none;
  }
  .menu.open {
    position: fixed;
  }
}
.menu-desplegable {
  background: var(--dropdown-bg);
  transition: all 0.2s;
  position: fixed;
  z-index: 6;
  left: -100%;
  top: 131px;
  padding: 20px;
  height: calc(100vh - 57px);
  width: 100%;
}
.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 {
  color: var(--dropdown-text);
  padding: 8px 14px 7px;
  display: block;
}
.menu-desplegable__list {
  padding-top: 23px;
  border-top: solid 1px #ccc;
}
.menu-desplegable__item {
  display: block;
  margin-bottom: 13px;
}
.menu-desplegable__item.active {
  border-left: solid 2px var(--border-color);
}
.menu-desplegable__title-menu {
  display: none;
}
.active .menu-desplegable__link {
  color: var(--dropdown-active-text);
  background: #f5f5f5;
}
.menu-desplegable.open {
  left: 0;
}
.menu-desplegable .icon-menu {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-desplegable {
    top: 57px;
    padding: 25px 40px;
    max-width: 360px;
  }
}
.menu-desplegable .search {
  margin-bottom: 30px;
  position: relative;
}
.menu-desplegable .search__buttons {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  right: 40px;
  width: 50px;
  height: 30px;
}
.menu-desplegable .search__form-block {
  display: flex;
  align-items: center;
}
.menu-desplegable .search__icon-cerrar {
  right: 50px;
  position: absolute;
  transform: scaleX(1) rotate(-15deg);
}
.menu-desplegable .search__icon-cerrar::before {
  font-size: 22px;
  content: "\e916";
  display: block;
  color: var(--nav-search-icon);
}
.menu-desplegable .search__icon-mic {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 0;
  cursor: pointer;
  right: 4px;
  width: 30px;
  height: 40px;
}
.menu-desplegable .search__icon-mic::before {
  font-size: 22px;
}
.menu-desplegable .search__input {
  position: relative;
  width: 100%;
  text-shadow: 0 0 0 #666;
  -webkit-text-fill-color: transparent;
}
.menu-desplegable .search__input--menu-desplegable {
  background: var(--dropdown-search-bg);
  border: 1px solid var(--dropdown-search-border);
  border-radius: 4px;
  padding: 10px 85px 11px 14px;
}
.menu-desplegable .search__label {
  display: none;
}
.menu-desplegable .search .lcep-el-wrap {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .menu-desplegable .search__icon-mic {
    display: none;
  }
  .menu-desplegable .search__icon-cerrar {
    right: 15px;
  }
  .menu-desplegable .search__input--menu-desplegable {
    padding: 6px 40px 6px 14px;
  }
}
.datetime-widget {
  margin: 0;
  color: #666;
  display: none;
}
@media only screen and (min-width: 768px) {
  .datetime-widget {
    bottom: 35px;
  }
  .datetime-widget.loaded {
    display: flex;
  }
}
.header-top__logo {
  position: relative;
  left: auto;
  transform: none;
  margin-right: auto;
}
.header-top__logo-img {
  max-height: initial;
  width: auto;
  height: 28px;
}

@media only screen and (min-width: 768px) {
  .header-top__logo-img {
    max-width: 340px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .menu .header-top__logo {
    display: none;
  }
  .top-fixed.is-fixed .menu .header-top__logo,
  .open-search .menu .header-top__logo {
    position: relative;
    left: auto;
    transform: translateX(0);
    display: flex;
    top: 0;
  }
  .top-fixed.is-fixed .menu .header-top__logo-img,
  .open-search .menu .header-top__logo-img {
    width: auto;
    height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .menu__nav {
    width: calc(100% - 265px);
  }
  .menu .login {
    display: flex;
  }
  .menu .login__buttons {
    display: flex;
    font-size: 15px;
    line-height: 30px;
    width: 123px;
    text-transform: none;
    background: var(--btn-primary-text);
    color: var(--btn-primary-bg);
  }
  .menu .login__buttons--avatar {
    display: none;
  }
  .menu .login__buttons--sinfondo {
    width: 118px;
    font-weight: 400;
    padding: 0;
    background: none;
    color: var(--btn-primary-text);
  }
  .menu .login__datos-cuenta {
    display: none;
  }
  .menu .login__registro {
    display: none;
  }
  .menu .login__registro.visible {
    display: flex;
  }
  .menu .logged-user .login__avatar {
    width: 30px;
    display: flex;
    border-radius: 50%;
    margin-right: 6px;
  }
  .menu .logged-user .login__datos-cuenta {
    display: flex;
    margin-right: 18px;
  }
  .menu .logged-user .login__name {
    color: #fff;
    margin-left: 1px;
    font-size: 15px;
  }
  .menu .logged-user .login__name-usuario {
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
  }
  .menu .logged-user .login__registro {
    display: none;
  }
  .is-fixed .menu .logged-user .login__name {
    color: #111;
  }
}
.tema-oscuro .login__avatar--deslogeado {
  filter: contrast(0.5) brightness(1.7);
}
.tema-oscuro .menu {
  background: #000;
}

.footer {
  clear: both;
  background: var(--footer-bg);
}
.footer__main {
  padding: 38px 0 0;
  grid-row-gap: 23px;
  margin-bottom: 18px;
}
.footer__brand {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.footer__redes {
  position: relative;
  margin: 30px auto 0;
}
.footer__redes .icon-compartir {
  display: none;
}
.footer__redes .redes-h-top {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.footer__redes .redes-h-top a {
  font-size: 0;
  margin: 0 5px;
}
.footer__redes .redes-h-top a::before {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .footer__main {
    padding: 0 20px;
    margin-bottom: 36px;
  }
  .footer__redes {
    position: absolute;
    bottom: 20px;
    left: -5px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__main {
    padding: 20px 0 0 0;
  }
}
.footer-menu {
  text-align: center;
}

.footer-menu__item {
  display: inline-block;
  width: auto;
  margin: 0 10px 12px;
}

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

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

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

.footer__partner-link {
  margin-left: 15px;
}
.footer__partner-label {
  display: none;
}
.footer__partner-logo::before {
  font-size: 24px;
  color: #fff;
}

.footer__copyright {
  display: flex;
  font-size: 13px;
  line-height: 30px;
}

.footer__closure {
  padding: 0 20px;
  background: var(--closure-bg);
}
.footer__closure-container {
  display: flex;
  padding: 25px 0 24px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .footer__closure-container {
    padding: 8px 0 6px;
    justify-content: space-between;
    flex-direction: row;
  }
}
.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;
  }
}
.header-interior {
  padding: 0 20px;
  margin-bottom: -41px;
}
.header-interior .etiqueta {
  font-size: 16px;
  margin-bottom: 10px;
}
.header-interior .volanta {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
.header-interior h1 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.header-interior .bajada {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .header-interior {
    padding: 0;
  }
  .header-interior .etiqueta {
    position: relative;
    width: auto;
    float: left;
  }
  .header-interior .volanta {
    display: inline-block;
    width: auto;
    font-size: 18px;
    line-height: 18px;
    margin-top: -5px;
  }
  .header-interior .volanta::before {
    content: "";
    width: 1px;
    height: 13px;
    background: var(--border-color);
    margin: 0 15px;
    display: inline-block;
  }
  .header-interior h1 {
    font-size: 43px;
  }
}
.cont-cuerpo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cont-cuerpo .texto {
  padding: 0 20px 70px;
}
.cont-cuerpo .texto p {
  font-size: 20px;
  line-height: 1.6;
  word-break: break-word;
  font-weight: 300;
  clear: left;
  color: var(--content-text-color);
}
.cont-cuerpo .texto p a {
  text-decoration: underline;
  -webkit-hyphens: auto;
          hyphens: auto;
}

@media only screen and (min-width: 768px) {
  .cont-cuerpo .texto p {
    font-size: 23px;
    line-height: 1.7;
  }
}
.cont-foto {
  width: 100vw;
  margin-bottom: 30px;
  position: relative;
}

.nota-foto {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.nota-foto img {
  width: 100%;
  height: 100%;
}
.nota-foto figcaption {
  padding: 18px 20px;
  border-bottom: 1px solid var(--border-color);
  text-align: right;
  width: 100%;
}
.nota-foto figcaption span {
  display: block;
  color: var(--content-text-color);
  font-family: var(--font-family-body);
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .nota-foto figcaption {
    padding: 18px 0;
    display: block;
    width: 100%;
  }
}
.nota-foto .cont-blur {
  display: block;
}
.nota-foto .advertencia {
  display: none;
}

.nota-foto.blur .cont-blur {
  position: relative;
}
.nota-foto.blur .cont-blur::before {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  content: "";
}
.nota-foto.blur .cont-blur img {
  filter: blur(10px);
}
.nota-foto.blur .advertencia {
  display: flex;
  position: absolute;
  z-index: 3;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.etiquetas-interior {
  margin: 0 20px;
}
.etiquetas-interior h2 {
  font-size: 21px;
  color: var(--content-text-color);
  margin-bottom: 30px;
}
.etiquetas-interior .etiquetas-nota {
  display: block;
  text-align: center;
}
.etiquetas-interior .etiquetas-nota .etiqueta {
  display: inline-block;
  margin: 0 8px 15px;
}

@media only screen and (min-width: 768px) {
  .etiquetas-interior {
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
  }
  .etiquetas-interior .etiquetas-nota {
    text-align: left;
  }
  .etiquetas-interior .etiquetas-nota .etiqueta {
    margin: 0 16px 15px 0;
  }
}
.com-text {
  padding: 0;
  min-height: 10px;
}

.bloque-comentario textarea {
  display: block;
  overflow: hidden;
  resize: none;
}

.com-replys {
  display: none;
}
.com-replys.visible {
  display: inline-flex;
}

[data-bt-more-replys] {
  display: none;
}
[data-bt-more-replys].active.visible {
  display: inline-flex;
}

.com-reply-content-response.visible .wrapper {
  display: none;
}
.com-reply-content-response.visible .wrapper.coment-visible {
  display: block;
}

div.com-text {
  max-height: 96px;
  overflow: hidden;
}

[data-comment-text] {
  height: 100%;
}

.bloque-comentario {
  margin: 0 20px;
}
.bloque-comentario h2 {
  font-size: 21px;
  color: var(--content-text-color);
  margin-bottom: 30px;
}

.comentarios__success,
.respuesta__success {
  display: none;
  background: #ddd;
  padding: 20px;
  margin-bottom: 30px;
}
.comentarios__avatar,
.respuesta__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 16px;
}
.comentarios__cont-comentar,
.respuesta__cont-comentar {
  width: calc(100% - 46px);
  overflow: hidden;
}
.comentarios__comentar,
.respuesta__comentar {
  clear: both;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.comentarios__comentar::after,
.respuesta__comentar::after {
  content: "";
  height: 2px;
  width: 0;
  background: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: block;
}
.comentarios__comentar.en-textarea::after,
.respuesta__comentar.en-textarea::after {
  width: 100%;
}
.comentarios__textarea,
.respuesta__textarea {
  width: 100%;
  display: block;
  overflow: hidden;
  resize: none;
  position: relative;
  box-sizing: content-box;
  height: 25px;
  min-height: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-color: var(--border-color);
  color: var(--content-text-color);
  font-family: var(--font-family-body);
  font-size: 15px;
  line-height: 150%;
}
.comentarios__buttons,
.respuesta__buttons {
  display: none;
  background: #ddd;
  color: #111;
  font-family: var(--font-family-body);
  width: auto;
  text-transform: none;
  font-size: 13px;
  padding: 9px 16px 9px;
  border: none;
  float: right;
  margin: 0;
  cursor: pointer;
  border-radius: 18px;
  font-weight: 500;
  transition: all 0.2s;
  margin-left: 8px;
}
.comentarios__buttons--ver-mas,
.respuesta__buttons--ver-mas {
  display: none;
  cursor: pointer;
  font-size: 0;
  margin-bottom: 0;
  padding-top: 2px;
}
.comentarios__buttons--ver-mas::before,
.respuesta__buttons--ver-mas::before {
  content: "Mostrar más";
  font-size: 15px;
  font-family: var(--font-family-body);
  color: #606060;
  font-weight: 600;
}
.comentarios__contador,
.respuesta__contador {
  display: none;
}
.comentarios__contador-nros,
.respuesta__contador-nros {
  font-size: 14px;
  font-weight: 400;
}
.comentarios__contador-txt,
.respuesta__contador-txt {
  display: none;
}
.comentarios .lcep-trigger,
.respuesta .lcep-trigger {
  display: none;
}
.comentarios .en-foco .lcep-trigger,
.respuesta .en-foco .lcep-trigger {
  display: flex;
  width: 24px !important;
  height: 24px !important;
  top: auto !important;
  right: auto !important;
  bottom: -39px;
  left: 0;
}
.en-foco ~ .comentarios__buttons,
.en-foco ~ .respuesta__buttons {
  display: flex;
}
.en-foco ~ .comentarios__buttons.active,
.en-foco ~ .respuesta__buttons.active {
  background: #999;
  color: #111;
}
.en-foco ~ .comentarios__contador,
.en-foco ~ .respuesta__contador {
  display: inline-block;
  font-family: var(--font-family-body);
  color: var(--content-text-color);
  margin: 9px 0 0 32px;
}
.comentarios .info,
.respuesta .info {
  display: none;
  padding: 15px 0 30px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.3;
  color: #aaa;
}
.comentarios__wrapper,
.respuesta__wrapper {
  margin-bottom: 20px;
  width: 100%;
}
.comentarios__main,
.respuesta__main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comentarios__user-data,
.respuesta__user-data {
  padding-top: 8px;
  display: flex;
}
.comentarios__name,
.respuesta__name {
  padding-right: 5px;
  font-family: var(--font-family-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--content-text-color);
  line-height: 1;
  white-space: nowrap;
}
.comentarios__fecha,
.respuesta__fecha {
  font-family: var(--font-family-body);
  font-size: 13px;
  line-height: 1;
  color: var(--content-text-color);
}
.comentarios__comentario,
.respuesta__comentario {
  padding-left: 46px;
  position: relative;
  width: 100%;
}
.comentarios__bottom,
.respuesta__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 5px;
  margin-bottom: 7px;
}
.comentarios__total,
.respuesta__total {
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  margin: 0;
  padding-right: 5px;
}
.comentarios__like, .comentarios__dont-like,
.respuesta__like,
.respuesta__dont-like {
  display: flex;
  align-items: center;
  font-style: normal;
  color: #606060;
  cursor: pointer;
}
.comentarios__like,
.respuesta__like {
  padding-right: 1px;
  flex-direction: row-reverse;
}
.comentarios__dont-like .icon-like,
.respuesta__dont-like .icon-like {
  transform: scale(-1);
  display: inline-block;
  position: relative;
  top: -2px;
}
.comentarios .icon-bandera,
.respuesta .icon-bandera {
  cursor: pointer;
}
.comentarios .icon-bandera::before,
.comentarios .icon-like::before,
.respuesta .icon-bandera::before,
.respuesta .icon-like::before {
  font-size: 16px;
  color: var(--content-text-color);
}
.comentarios__denunciar,
.respuesta__denunciar {
  position: absolute;
  display: flex;
  font-size: 0;
  right: 0;
  width: 24px;
  height: 24px;
  align-items: center;
}
.comentarios__buttons--responder,
.respuesta__buttons--responder {
  margin-top: -2px;
  float: left;
  cursor: pointer;
  font-weight: 600;
  background: transparent;
  border-radius: 18px;
  line-height: 32px;
  padding: 0 12px;
  transition: all 0.3s;
  font-size: 13px;
  color: var(--content-text-color);
  display: flex;
}
.comentarios__buttons--responder:hover,
.respuesta__buttons--responder:hover {
  background: rgba(0, 0, 0, 0.1019607843);
}

.text-expanded .comentarios__buttons--ver-mas::before,
.text-expanded .respuesta__buttons--ver-mas::before {
  content: "Mostrar menos";
}

.respuesta__buttons--respuesta {
  float: left;
  background: transparent;
}

.respuesta__responder {
  padding-left: 46px;
}

.respuesta__avatar--comentar {
  width: 24px;
  height: 24px;
}

.respuestas {
  display: none;
}

.respuestas.visible {
  display: block;
  padding-left: 35px;
  padding-top: 14px;
}

.respuestas .comentarios__main {
  padding-top: 10px;
}

.respuesta__responder {
  display: none;
}

.com-reply-content {
  padding-left: 0;
}

.form-comentar {
  display: flex;
}

.com-comentar {
  display: block;
  margin-bottom: 49px;
}

.com-content {
  display: none;
}

.mas-comentarios {
  display: none;
  margin: 30px auto 40px;
}

.txt-abuse {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.txt-abuse.active {
  display: flex;
}

.txt-abuse.active::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 3;
}

.cont-abuse {
  padding: 20px;
  max-width: calc(100% - 20px);
  background: #fff;
  width: 100%;
  height: auto;
  max-width: 450px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.cont-abuse p {
  float: left;
  line-height: 37px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
}

.items-denucnia {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.items-denucnia .item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0 0 15px;
}

.items-denucnia input {
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  line-height: 1.8;
  cursor: pointer;
}

.items-denucnia .txt {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 15px;
}

.items-denucnia .txt:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--content-text-color);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 2px;
}

.items-denucnia .txt:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #065fd4;
  display: inline-flex;
  position: absolute;
  left: 2px;
  top: 4px;
  transform: scale(0);
  transition: all 0.3s;
  opacity: 0;
}

input[type=radio]:checked + .txt:after {
  opacity: 1;
  transform: scale(0.6);
}

.txt-abuse .cont-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.txt-abuse .buttons {
  background: none;
  color: var(--content-text-color);
  text-transform: none;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  font-family: var(--font-family-body);
  border: none;
  float: right;
  margin: 0;
  border-radius: 18px;
  font-weight: 500;
  transition: all 0.2s;
  width: auto;
  line-height: 36px;
}

.abuse-si:hover {
  background: #def1ff;
}
.abuse-si.active {
  pointer-events: auto;
  color: #065fd4;
}

.respuesta__buttons--respuesta {
  font-family: var(--font-family-body);
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  transition: all 0.2s;
  color: #065fd4;
  padding: 4px 15px 4px 10px;
  font-size: 16px;
  margin-left: 36px;
  line-height: 1.8;
  border-radius: 18px;
}
.respuesta__buttons--respuesta:hover {
  background: #def1ff;
}
.respuesta__buttons--respuesta.active .icon-down {
  transform: scaleY(-1);
}

.respuestas .user-avatar {
  width: 24px;
  height: 24px;
}

.respuestas .comentarios__user-data {
  padding-top: 4px;
}

.comentarios .icon-down::before {
  font-size: 13px;
  padding-right: 5px;
}

.comentarios .reply-total {
  padding-right: 5px;
}

.com-replys.visible {
  display: inline-flex;
}

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

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

@media only screen and (min-width: 768px) {
  .bloque-comentarios {
    padding-top: 35px;
    border-top: 1px solid var(--border-color);
  }
  .comentarios__avatar,
  .respuesta__avatar {
    width: 40px;
    height: 40px;
  }
  .comentarios__cont-comentar,
  .respuesta__cont-comentar {
    width: calc(100% - 56px);
  }
  .comentarios__comentario,
  .respuesta__comentario {
    padding-left: 55px;
    margin-top: -13px;
  }
  .respuestas.visible {
    padding-left: 46px;
  }
  .respuesta__avatar--comentar {
    width: 24px;
    height: 24px;
  }
  .respuesta__responder {
    padding-left: 46px;
  }
  .com-reply-content-response .respuesta__responder {
    padding-left: 0;
  }
}
.embed {
  margin: 34px auto;
  width: 100%;
  /*float: left;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column
  */
}
.embed .inner-doc {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 20px;
  text-align: center;
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.embed .inner-doc a {
  font-weight: 400;
}
.embed .icon-descargar {
  margin-right: 20px;
}
.embed .icon-descargar::before {
  font-size: 40px;
  color: #666;
}
.embed.nota-relacionada {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.embed.nota-relacionada article {
  border: 0;
}
.embed.nota-relacionada .en-bandera__figure {
  width: 135px;
}
.embed.nota-relacionada .en-bandera__header {
  width: calc(100% - 135px);
  padding-left: 22px;
}
.embed.nota-relacionada h2 {
  font-size: 16px;
  list-style: 1.3;
}
.embed iframe {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.embed + .embed {
  margin-top: 0;
}
.embed figcaption,
.embed .video-pie {
  padding: 10px;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  line-height: 1.5;
}
.embed .video iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}

.nota-relacionada + .nota-relacionada {
  border-top: 0;
}
.nota-relacionada + .nota-relacionada article {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .embed.nota-relacionada .en-bandera__figure {
    width: 240px;
  }
  .embed.nota-relacionada .en-bandera__header {
    width: calc(100% - 240px);
    padding-left: 38px;
  }
  .embed.nota-relacionada h2 {
    font-size: 20px;
  }
  .embed figcaption,
  .embed .video-pie {
    padding: 18px 0;
    font-size: 16px;
  }
}
/*
.embed { margin:44px auto;}
.embed + .embed { margin-top: 0}

.embed { }
.embed 
*/
.cont-cuerpo .autor {
  border-bottom: solid 1px #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cont-cuerpo .autor__name {
  font-size: 18px;
  margin-left: 10px;
}

cite {
  background: #ddd;
  color: #111;
  margin: 30px auto;
  display: block;
  padding: 10px 20px;
}

.cita {
  clear: both;
  overflow: hidden;
  margin: 34px auto;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  padding: 20px;
}
.cita q {
  color: #111;
  font-family: var(--font-family-body);
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  font-weight: 300;
}
.cita .redes-cita {
  display: none;
}
.cita .icon-comilla {
  display: inline-flex;
  line-height: 100%;
}
.cita .icon-comilla.cierra {
  transform: scale(-1);
}
.cita .autor-cita {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 300;
  font-size: 16px;
  padding-top: 12px;
}
.cita .autor-cita b {
  font-weight: 400;
}
.cita .redes-cita {
  float: right;
}
.cita .redes-cita span {
  font-size: 40px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .cita {
    padding: 20px 40px;
    margin: 44px auto;
  }
  .cita q {
    font-size: 27px;
    line-height: 1.74;
  }
  .cita .autor-cita {
    font-size: 16px;
  }
}
.audios {
  border-radius: 5px;
  padding: 10px;
  background: #f5f5f5;
  border: solid 1px #f0f0f0;
}

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

.jp-title {
  display: none;
}

.jp-audio {
  width: 100%;
  box-sizing: border-box;
}
.jp-audio .img-audio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  position: relative;
}
.jp-audio .img-audio figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  overflow: hidden;
}
.jp-audio .img-audio figure ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}
.jp-audio .img-audio figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 120px;
}
.jp-audio .img-audio .controls {
  position: absolute;
}
.jp-audio .audio-desc {
  position: absolute;
  width: calc(100% - 140px);
  left: 140px;
  height: 80px;
}
.jp-audio .audio-desc span {
  font-family: var(--font-family-body);
  font-size: 16px;
  font-weight: 700;
  color: var(--content-text-color);
  line-height: 1.2;
}

.jp-interface {
  position: relative;
  width: 100%;
}

.jp-controls {
  width: 100%;
  display: flex;
  list-style-type: none;
  overflow: hidden;
}
.jp-controls a {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.jp-controls a::before {
  color: #666;
  font-weight: normal;
  font-family: "icomoon";
  line-height: 100%;
  position: relative;
  font-size: 30px;
}
.jp-controls a:hover {
  opacity: 0.5;
}
.jp-controls .control-volumen {
  display: none;
}
.jp-controls .jp-pause {
  display: none;
}
.jp-controls .jp-pause::before {
  content: "\e951";
  font-size: 40px;
  height: 50px;
}
.jp-controls .jp-play::before {
  content: "\e952";
  font-size: 60px;
  height: 50px;
}
.jp-controls .jp-volume-max {
  display: none;
}
.jp-controls .jp-mute {
  margin-bottom: 18px;
}
.jp-controls .jp-mute::before {
  content: "\e937";
  font-size: 30px;
}
.jp-controls .jp-unmute {
  margin-bottom: 18px;
}
.jp-controls .jp-unmute::before {
  content: "\e939";
  font-size: 30px;
}
.jp-controls .jp-stop::before {
  content: "\e950";
  font-size: 80px;
}
.jp-progress {
  background-color: #fff;
  bottom: 20px;
  height: 6px;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 0px);
}

.jp-seek-bar {
  background: rgba(51, 51, 51, 0.2);
  width: 0;
  height: 100%;
  cursor: pointer;
}

.jp-play-bar {
  background: var(--tag-bg);
  width: 0;
  height: 100%;
}

.jp-time-holder {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 0px);
}
.jp-time-holder > div {
  font-family: var(--font-family-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #111;
}

.jp-volume-bar {
  overflow: hidden;
  width: calc(100% - 40px);
  height: 6px;
  cursor: pointer;
  float: left;
  margin: 0 0 30px 5px;
  background: rgba(51, 51, 51, 0.1);
}
.jp-volume-bar-value {
  background: var(--tag-bg);
  width: 0;
  height: 6px;
}

@media only screen and (min-width: 768px) {
  .jp-audio .img-audio {
    width: 176px;
    height: 117px;
  }
  .jp-audio .img-audio figure {
    height: 117px;
  }
  .jp-audio .img-audio figure img {
    width: 176px;
  }
  .jp-audio .audio-desc {
    width: calc(100% - 196px);
    left: 196px;
    height: 117px;
  }
}
@media only screen and (min-width: 1024px) {
  .jp-audio .audio-desc span {
    font-size: 20px;
  }
  .jp-controls .control-volumen {
    height: 117px;
    width: 190px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
  }
  .jp-progress {
    bottom: 30px;
    width: calc(100% - 190px);
  }
  .jp-time-holder {
    bottom: 5px;
    width: calc(100% - 190px);
  }
}
@media only screen and (min-width: 768px) {
  .listado-article .en-bandera:first-child,
  .listado-article .en-bandera-d:first-child {
    padding-top: 0;
  }
}
.listado-article .banner {
  margin: 38px auto 0;
}

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

/*

*/
.encuesta {
  display: flex;
  flex-direction: column;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 auto 60px;
  background: var(--content-text-color);
  padding: 30px;
}
.encuesta img {
  width: 100%;
}
.encuesta__auspiciante {
  width: auto;
  height: 24px;
  position: absolute;
  margin: 0 auto;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.encuesta__cant-votos:empty {
  display: none;
}
.encuesta__consigna {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  text-decoration: none;
}
.encuesta__cont-votos {
  transition: all 0.5s;
  opacity: 1;
  position: relative;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #aaa;
}
.encuesta__error {
  font-size: 14px;
  font-weight: 600;
  color: #aaa;
  position: absolute;
  bottom: 45px;
  left: 20px;
}
.encuesta__error:empty {
  display: none;
}
.encuesta__finaliza {
  transition: all 0.5s;
  opacity: 1;
  color: #aaa;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: var(--font-family-body);
}
.encuesta__header {
  margin-bottom: 38px;
}
.encuesta__icon-logo::before {
  font-size: 30px;
  color: var(--tag-bg);
}
.encuesta__item {
  align-items: center;
  background: var(--btn-primary-bg);
  clear: both;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.encuesta__items-votar {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.encuesta__titulo {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 7px 0 16px;
}
.encuesta__txt {
  font-family: var(--font-family-body);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
  width: calc(100% - 20px);
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.encuesta__ver-mas {
  color: #aaa;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: var(--font-family-body);
}
.encuesta .cont-items-resultados {
  display: none;
}
.encuesta .error {
  display: none;
  padding: 10px;
  text-align: center;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.encuesta .icon-compartir {
  position: absolute;
  bottom: 10px;
  right: 15px;
  margin: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.encuesta .icon-compartir::before {
  color: #fff;
  font-size: 26px;
}
.encuesta .icon-logo {
  margin-left: -20px;
}
.encuesta a {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.encuesta .txt {
  margin-bottom: 20px;
}

.ver-resultados .resultados {
  display: none;
}
.ver-resultados .encuesta__borde {
  display: block;
  background: var(--tag-bg);
  height: 100%;
  width: 0;
  opacity: 0.4;
  transition: all 1s;
  transition-delay: 2s;
}
.ver-resultados .encuesta__cant {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  width: 45px;
  text-align: center;
  font-family: var(--font-family-body);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.ver-resultados .encuesta__cont-borde {
  display: block;
  width: calc(100% - 45px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.ver-resultados .encuesta__item {
  background: none;
  pointer-events: none;
  border-left: 2px solid #999;
}
.ver-resultados .encuesta__item:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 45px);
  background: #999;
  display: block;
}
.ver-resultados .encuesta__txt {
  left: 10px;
  text-align: left;
  width: calc(100% - 65px);
}

.item-ganador .encuesta__borde {
  background: rgb(from var(--tag-bg) r g b/0.5);
}

.active .encuesta__borde {
  background: rgb(from var(--tag-bg) r g b/0.4);
}

a.resultados {
  padding: 8px 12px;
  color: #aaa;
  background: #eee;
  display: inline-block;
  cursor: pointer;
}
a.resultados:hover {
  background: #999;
}

/* 
.icon-estado {
	display: none
} 
*/
@keyframes marquesina {
  0% {
    transform: translateX(0);
  }
  96% {
    transform: translateX(-100%);
  }
  97% {
    display: none;
    transform: translateX(0);
  }
  100% {
    display: flex;
  }
}
.cotizacion .bloque {
  overflow-x: hidden;
  white-space: nowrap;
}
.cotizacion .titulo-bloque {
  font-size: 22px;
}
.cotizacion .activo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0;
  height: 30px;
}
.cotizacion span {
  line-height: 30px;
  color: #000;
  font-size: 14px;
  font-family: var(--font-family-body);
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.cotizacion span b {
  padding-left: 2px;
  font-weight: 400;
}
.cotizacion i {
  position: relative;
  top: auto;
  margin: 0 13px 0 5px;
}
.cotizacion i::before {
  font-size: 8px;
  line-height: 100%;
  color: #666;
  font-weight: normal;
}
.cotizacion i + span {
  padding-right: 0;
}
.cotizacion .up .valor,
.cotizacion .up .icon-estado::before,
.cotizacion .down .valor,
.cotizacion .down .icon-estado:before,
.cotizacion .equal .valor,
.cotizacion .equal .icon-estado:before {
  color: #111;
}

.cotizacion-top {
  background: #f5f5f5;
  margin-bottom: 0;
  z-index: 300;
  border-top: #111;
  border-bottom: #111;
  padding: 5px;
  background: #fff;
}
.cotizacion-top .bloque {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: initial;
  margin-bottom: 0;
}
.cotizacion-top .bloque .pasador-cotizaciones {
  width: 100%;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.cotizacion-top .bloque .cont-activo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cotizacion-top .bloque .cont-activo > div {
  display: flex;
}
.cotizacion-top .bloque .titulo-bloque {
  display: none;
}
.cotizacion-top .bloque .valor {
  font-weight: 700;
}
.cotizacion-top .bloque .activo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cotizacion-top .bloque .activo:nth-child(2) .icon-estado::before {
  content: "\e955";
}
.cotizacion-top .bloque .activo:nth-child(3) .icon-estado::before {
  content: "\e90d";
}
.cotizacion-top .bloque .activo span {
  line-height: 100%;
}
.cotizacion-top .bloque .activo i + span {
  margin-right: 0;
}

.marquesina .cont-activo {
  display: flex;
  animation: 20s marquesina infinite linear;
  width: 100%;
}

.con-variacion .icon-estado {
  display: flex;
}

.cotizacion-barra {
  width: 100%;
  max-width: 450px;
  left: auto;
  float: initial;
}
.cotizacion-barra .bloque {
  height: auto;
  max-width: initial;
}
.cotizacion-barra .titulo-bloque {
  display: flex;
}
.cotizacion-barra .activo {
  justify-content: space-between;
  height: 40px;
}
.cotizacion-barra .activo:nth-child(2n+1) {
  background: #f0f0f0;
}
.cotizacion-barra .valor .txt {
  min-width: 120px;
  justify-content: end;
}

.con-estado .icon-estado {
  display: inline-block;
}

/*
@media only screen and (max-width:1280px) {
	.cotizacion-top.bloque-100 {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (max-width:767px) {
	.cotizacion-top div.bloque .fecha {
		display: none;
	}

	.cotizacion-top div.bloque .pasador-cotizaciones {
		width: 100%
	}
}
*/
.mockup {
  background: var(--header-bg);
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mockup [id=header],
.mockup [id=footer],
.mockup .banner,
.mockup .menu {
  display: none;
}
.mockup .page-layout,
.mockup .main-content {
  margin: 0 auto;
  padding: 0;
}
.mockup .center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.mockup .center .icon-logo {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: auto;
  padding: 0;
}
.mockup .center .icon-logo img {
  width: 100%;
  height: auto;
}

/*
[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;
}/*# sourceMappingURL=grid.css.map */