@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

:focus {
  outline: 0;
}

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

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

input, select, textarea {
  font-family: var(--font-general);
  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;
}

[id=accesosrapidos], .banner-intersitial-cont, .banner-zocalo-cont, .admonitor_laterales {
  display: none;
}

hr, .ahem {
  display: none;
}

[id=main] hr {
  display: block;
}

[id=footer] {
  clear: both;
}

body {
  /*
  --grid-site: 24;
  --col-gap: $espaciado-col;
  --col-row: $espaciado-row;
   */
  /*ancho de sitio y espaciados entre columnas y filas*/
  --ancho-site: 1168px;
  --grid-site: 24;
  --col-gap: 44px;
  --row-gap: 41px;
}

/*tema-oscuro*/
.grid, .grid-1 {
  width: 100%;
  max-width: var(--ancho-site);
  margin: 0 auto 54px;
  display: grid;
  grid-gap: var(--col-gap);
  grid-row-gap: var(--row-gap);
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: min-content;
  clear: both;
  align-items: self-start;
}

.grid-1 {
  grid-row-gap: 41px;
  margin-bottom: 0;
}

.grid .col-16, .grid.col-16, .grid.cl-16 {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-auto-rows: min-content;
  grid-column: span 16;
  grid-row: initial;
  grid-gap: var(--col-gap);
  grid-row-gap: 38px;
  clear: none;
}

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

.cl-12.grid {
  grid-template-columns: repeat(12, 1fr);
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

[class*=grid-] {
  display: grid;
  grid-column-gap: var(--col-gap);
  grid-row-gap: var(--row-gap);
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
  grid-column: span 1;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column: span 2;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-column: span 3;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-column: span 4;
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  grid-column: span 5;
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
  grid-column: span 6;
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
  grid-column: span 7;
}

.grid-8 {
  grid-template-columns: repeat(8, 1fr);
  grid-column: span 8;
}

.grid-9 {
  grid-template-columns: repeat(9, 1fr);
  grid-column: span 9;
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr);
  grid-column: span 10;
}

.grid-11 {
  grid-template-columns: repeat(11, 1fr);
  grid-column: span 11;
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
  grid-column: span 12;
}

.grid-13 {
  grid-template-columns: repeat(13, 1fr);
  grid-column: span 13;
}

.grid-14 {
  grid-template-columns: repeat(14, 1fr);
  grid-column: span 14;
}

.grid-15 {
  grid-template-columns: repeat(15, 1fr);
  grid-column: span 15;
}

.grid-16 {
  grid-template-columns: repeat(16, 1fr);
  grid-column: span 16;
}

.grid-17 {
  grid-template-columns: repeat(17, 1fr);
  grid-column: span 17;
}

.grid-18 {
  grid-template-columns: repeat(18, 1fr);
  grid-column: span 18;
}

.grid-19 {
  grid-template-columns: repeat(19, 1fr);
  grid-column: span 19;
}

.grid-20 {
  grid-template-columns: repeat(20, 1fr);
  grid-column: span 20;
}

.grid-21 {
  grid-template-columns: repeat(21, 1fr);
  grid-column: span 21;
}

.grid-22 {
  grid-template-columns: repeat(22, 1fr);
  grid-column: span 22;
}

.grid-23 {
  grid-template-columns: repeat(23, 1fr);
  grid-column: span 23;
}

.grid-24 {
  grid-template-columns: repeat(24, 1fr);
  grid-column: span 24;
}

.cl-1 {
  grid-column: span 1;
}

.cl-2 {
  grid-column: span 2;
}

.cl-3 {
  grid-column: span 3;
}

.cl-4 {
  grid-column: span 4;
}

.cl-5 {
  grid-column: span 5;
}

.cl-6 {
  grid-column: span 6;
}

.cl-7 {
  grid-column: span 7;
}

.cl-8 {
  grid-column: span 8;
}

.cl-9 {
  grid-column: span 9;
}

.cl-10 {
  grid-column: span 10;
}

.cl-11 {
  grid-column: span 11;
}

.cl-12 {
  grid-column: span 12;
}

.cl-13 {
  grid-column: span 13;
}

.cl-14 {
  grid-column: span 14;
}

.cl-15 {
  grid-column: span 15;
}

.cl-16 {
  grid-column: span 16;
}

.cl-17 {
  grid-column: span 17;
}

.cl-18 {
  grid-column: span 18;
}

.cl-19 {
  grid-column: span 19;
}

.cl-20 {
  grid-column: span 20;
}

.cl-21 {
  grid-column: span 21;
}

.cl-22 {
  grid-column: span 22;
}

.cl-23 {
  grid-column: span 23;
}

.cl-24 {
  grid-column: span 24;
}

.bloque-1 .grid-16 {
  margin-bottom: 0;
}

.grid .titulo-bloque {
  grid-column: span 24;
}

.en-bandera--listado {
  grid-column: span 16;
}

.grid > .grid, .banner-5-notas .grid {
  margin-bottom: 0;
}

.dos-filas {
  grid-row: span 2;
}

@media only screen and (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(var(--grid-site), 1fr);
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 1152px) {
  .grid .col-16, .grid.col-16, .grid.cl-16 {
    grid-gap: 30px;
  }
  .grid {
    width: 100%;
    grid-column-gap: 34px;
  }
  .grid .col-16, .grid.col-16 {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .cl-24 {
    grid-column: span 12;
  }
  .grid .titulo-bloque {
    grid-column: span 12;
  }
  .cl-16, .cl-24, .titulo-bloque, .cl-18, .bloque-espectaculo .banner, .con-sticky {
    grid-column: span 12;
    width: 100%;
  }
  .cl-8, .grid.col-3 article {
    grid-column: span 6;
  }
  .bloque-especial .grid .cl-8 {
    grid-column: span 4;
  }
  .grid, .grid .col-16, .inicio [id=main], .no-sidebars [id=main], .grid.cl-16, .destacada-3b:not(.destacada-7b) .cl-6, .destacada-7b .cl-18 + .cl-6 {
    grid-template-columns: repeat(12, 1fr);
    grid-column: span 12;
    grid-gap: 44px;
  }
  .grid.col-3 article {
    grid-column: span 12;
  }
  .destacada-3 .cl-16 {
    grid-column: span 12;
  }
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: span 12;
    grid-gap: 30px;
  }
  .grid-1 article {
    grid-column: span 6;
  }
  .destacada-3b .cl-6 {
    display: grid;
  }
  .destacada-3b .cl-6 .cl-24 {
    grid-column: span 6;
    margin-bottom: 0;
  }
  .bloque-100 {
    width: 100%;
    left: auto;
  }
  .bloque-campoenaccion .cl-8 {
    grid-column: span 4;
  }
  .bloque-cocina-once .cl-8, .bloque-impulso-empresarial .cl-8 {
    grid-column: span 6;
  }
  .bloque-cocina-once .banner.cl-8, .bloque-impulso-empresarial .banner.cl-8 {
    grid-column: span 12;
  }
  .con-sticky {
    grid-column: span 12;
  }
  .con-sticky .banner, .con-sticky + .banner-centrado {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cl-1 {
    grid-column: span 1;
  }
  .cl-2 {
    grid-column: span 1;
  }
  .cl-3 {
    grid-column: span 1;
  }
  .cl-4 {
    grid-column: span 1;
  }
  .cl-5 {
    grid-column: span 1;
  }
  .cl-6 {
    grid-column: span 1;
  }
  .cl-7 {
    grid-column: span 1;
  }
  .cl-8 {
    grid-column: span 1;
  }
  .cl-9 {
    grid-column: span 1;
  }
  .cl-10 {
    grid-column: span 1;
  }
  .cl-11 {
    grid-column: span 1;
  }
  .cl-12 {
    grid-column: span 1;
  }
  .cl-13 {
    grid-column: span 1;
  }
  .cl-14 {
    grid-column: span 1;
  }
  .cl-15 {
    grid-column: span 1;
  }
  .cl-16 {
    grid-column: span 1;
  }
  .cl-17 {
    grid-column: span 1;
  }
  .cl-18 {
    grid-column: span 1;
  }
  .cl-19 {
    grid-column: span 1;
  }
  .cl-20 {
    grid-column: span 1;
  }
  .cl-21 {
    grid-column: span 1;
  }
  .cl-22 {
    grid-column: span 1;
  }
  .cl-23 {
    grid-column: span 1;
  }
  .cl-24 {
    grid-column: span 1;
  }
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-6 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-7 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-8 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-9 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-10 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-11 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-12 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-13 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-14 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-15 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-16 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-17 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-18 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-19 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-20 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-21 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-22 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-23 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid-24 {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  .grid .titulo-bloque {
    grid-column: span 1;
  }
  .destacada-3b .cl-6 {
    display: block;
  }
  .grid-1 {
    left: auto;
    position: relative;
  }
  .dest-sin-foto .grid-1 {
    left: auto;
  }
  .con-sticky .banner, .con-sticky + .banner-centrado {
    margin-bottom: 44px;
  }
  .post-interior .cl-16 + .cl-8 {
    display: block;
    grid-column: span 1;
  }
  .cl-6, .cl-8, .cl-9, .cl-12, .cl-15, .col-16 .cl-8, .bloque-4-notas-banner .cl-10:first-child, .cl-24, .cl-18, .cl-16, .bloque-cocina-once .banner.cl-8, .bloque-cocina-once .cl-8,
  .bloque-impulso-empresarial .cl-8, .bloque-campoenaccion .cl-8, .bloque-impulso-empresarial .banner.cl-8 {
    grid-column: span 1;
  }
  .grid, .grid .col-16, .cl-16 + .cl-8, .grid .col-16 + .cl-8, .grid.col-16, .grid.cl-16, .cl-12.grid, .bloque-deportes.grid,
  .grid, .grid .col-16, .inicio [id=main], .no-sidebars [id=main], .grid.cl-16, .destacada-3b:not(.destacada-7b) .cl-6,
  .destacada-7b .cl-18 + .cl-6 {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    max-width: inherit;
    grid-column: span 1;
    grid-row-gap: 44px;
  }
  .cl-16 + .cl-8 {
    display: grid;
    grid-column: span 1;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    clear: both;
    margin-bottom: 0;
  }
  .destacada-5 .cl-12.grid {
    margin-bottom: 0;
  }
  .bloque-especial .grid .cl-8 {
    grid-column: span 1;
  }
  .grid.col-2 article, .grid.col-3 article, .grid.col-4 article {
    grid-column: span 1;
  }
  .grid.cuerpo-noticias div.sidebar-left, .grid .titulo-bloque {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-column: span 1;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

body {
  font-family: var(--font-general);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--color-text-notas);
  overflow: initial;
  font-size: 16px;
  padding: 0;
  width: 100%;
  position: relative;
}

* {
  box-sizing: border-box;
}

.link-img picture {
  background: var(--color-fondo-banners);
}

.ocultar-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
}

.ocultar-scroll::-webkit-scrollbar {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden body {
  border-right: 17px solid #f2f2f2;
}
.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: 3001;
}

@-moz-document url-prefix() {
  .overflow-hidden body {
    border: none;
  }
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.bloque {
  width: 100%;
  max-width: var(--ancho-site);
  margin: 0 auto 57px;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: column;
}

.bloque-100 {
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  margin: 0 auto 57px;
  position: relative;
}

.bloque-4-notas, .bloque-mascoteros {
  grid-row-gap: 0;
}

.bloque-patrocinado .grid {
  margin-bottom: 30px;
}

.icon-logo {
  width: auto;
  height: auto;
  font-size: 0;
  position: absolute;
  display: flex;
}

.icon-logo:before {
  content: "";
  font-size: 0;
}

.logo-dark {
  display: none;
}

.icon-lupa:before {
  content: "\e916";
  font-size: 24px;
  color: var(--color-icon-header);
}

.icon-dark:before {
  font-size: 34px;
  display: block;
  transition: all 0.5s;
  margin-left: 5px;
  color: var(--color-borde);
}

.icon-light:before {
  content: "\e962";
  font-size: 34px;
  color: var(--color-icon-header);
}

.header-top__icon-logo--watch, .footer .icon-up {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .icon-logo img {
    width: auto;
    height: 28px;
  }
  .bloque-mascoteros .grid {
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }
  html {
    overflow-x: hidden;
  }
}
.icon-estado {
  display: none;
}

.cotizacion div.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: var(--color-black);
  font-size: 14px;
  font-family: var(--font-general);
  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: var(--color-fondo-etiquetas);
  font-weight: normal;
}
.cotizacion i + span {
  padding-right: 0;
}
.cotizacion .up .valor, .cotizacion .up .icon-estado:before {
  color: var(--color-text-notas);
}
.cotizacion .down .valor, .cotizacion .down .icon-estado:before {
  color: var(--color-text-notas);
}
.cotizacion .equal .valor, .cotizacion .equal .icon-estado:before {
  color: var(--color-text-notas);
}

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

.cont-activo > div {
  display: flex;
}

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

@keyframes marquesina {
  0% {
    transform: translateX(0);
  }
  96% {
    transform: translateX(-100%);
  }
  97% {
    display: none;
    transform: translateX(0);
  }
  100% {
    display: flex;
  }
}
.con-variacion .icon-estado {
  display: flex;
}

.cotizacion-top, .cotizacion-top .bloque {
  margin-bottom: 0;
}

.cotizacion-barra {
  width: 100% !important;
  max-width: 450px !important;
  left: auto !important;
  float: initial !important;
}
.cotizacion-barra div.bloque {
  height: auto !important;
  max-width: initial !important;
}
.cotizacion-barra .titulo-bloque {
  display: flex;
}
.cotizacion-barra .activo {
  justify-content: space-between;
  height: 40px;
}
.cotizacion-barra .activo:nth-child(2n+1) {
  background: var(--color-fondo-banners);
}
.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 !important;
  }
  .cotizacion-top div.bloque .pasador-cotizaciones {
    width: 100%;
  }
}
.buttons {
  background: var(--color-fondo-buttons);
  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: var(--color-text-buttons);
  width: 100%;
}
.buttons .txt {
  position: relative;
  top: 1px;
}
.buttons [class*=icon-] {
  display: flex;
  width: 30px;
  height: 30px;
  position: relative;
}
.buttons [class*=icon-]:before {
  font-size: 28px;
  color: var(--color-text-buttons);
}

.buttons.buttons-auto {
  max-width: 340px;
  margin: 0 auto 30px;
}

.buttons-30 {
  line-height: 30px;
}

.buttons-line {
  background: var(--color-white);
  border: 1px solid var(--color-borde);
  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%;
}
.buttons-line .txt {
  padding-left: 12px;
  position: relative;
  top: 1px;
}
.buttons-line [class*=icon-] {
  display: flex;
  width: auto;
  height: auto;
  position: relative;
}
.buttons-line [class*=icon-]:before {
  font-size: 20px;
  color: var(--color-text-notas);
}

.buttons-white {
  background: var(--color-white);
  border: none;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  color: var(--color-fondo-buttons);
  font-weight: 600;
  text-transform: uppercase;
}
.buttons-white .txt {
  position: relative;
  top: 1px;
}
.buttons-white [class*=icon-] {
  display: flex;
  width: 30px;
  height: 30px;
  position: relative;
}
.buttons-white [class*=icon-]:before {
  font-size: 28px;
  color: var(--color-text-notas);
}

.boton-pivot {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  height: 24px;
  width: 46px;
  border-radius: 18px;
  background: var(--color-fondo-banners);
  border: 1px solid var(--color-borde);
  padding: 0;
  cursor: auto;
  margin: 0 20px;
}
.boton-pivot span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #d5d5d5;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.boton-pivot.activado span {
  left: calc(100% - 19px);
  background: var(--color-fondo-etiquetas);
}

.button-on-of {
  justify-content: space-between;
  margin-bottom: 0;
}

.buttons-hidde {
  background: none;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

p.buttons.buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
p.buttons.buttons .txt {
  width: auto;
}

.btn-volver {
  position: absolute;
  left: -10px;
  padding: 0;
  cursor: pointer;
  color: #666666;
  font-weight: 400;
  text-transform: none;
}
.btn-volver .icon-left:before {
  font-size: 32px;
  position: relative;
  top: -1px;
  margin-right: 9px;
  color: var(--color-text-notas);
}

.mas-comentarios .buttons {
  margin-bottom: 0;
  display: inline-flex;
}

.btn-google-news {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  padding: 4px 20px;
  border: 1px solid var(--color-borde);
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 20px auto;
  width: 100%;
  justify-content: center;
  transition: all 0.3s;
}
.btn-google-news .txt {
  font-family: var(--font-general);
  font-size: 17px;
  color: var(--color-text-notas);
  line-height: 150%;
  font-weight: 300;
}
.btn-google-news img {
  width: 40px;
  margin-left: 10px;
}

@media only screen and (min-width: 1025px) {
  .buttons:hover, .leer-mas:hover {
    opacity: 0.8;
  }
  .buttons-lineal:hover {
    background: var(--color-fondo-buttons);
    color: var(--color-text-buttons);
  }
  .btn-google-news:hover {
    background: var(--color-fondo-banners);
  }
}
@media only screen and (max-width: 767px) {
  .btn-volver {
    padding: 0;
    left: -5px;
    margin: 0;
  }
  .btn-volver .icon-left:before {
    position: relative;
    top: -1px;
    margin-right: 5px;
  }
  .btn-google-news {
    margin: 20px auto 0;
    padding: 15px 20px;
  }
}
.form-sending, .form-error, .form-success, .form-block.error .msj-error, .form-block .msj-error {
  display: none;
}

.form-sending, .form-error, .form-success {
  padding: 0 20px;
  text-align: center;
  max-width: 360px;
}
.form-sending a, .form-error a, .form-success a {
  margin-top: 30px;
}
.form-sending p, .form-error p, .form-success p {
  line-height: 120%;
}

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

.form .info {
  border: none;
  padding-bottom: 30px;
}

.form abbr {
  display: none;
}

::-webkit-input-placeholder {
  color: var(--color-text-notas);
  font-size: 13px;
  letter-spacing: -0.02rem;
}

::-webkit-input-placeholder {
  color: var(--color-text-notas);
  font-size: 13px;
  letter-spacing: -0.02rem;
}

:-ms-input-placeholder {
  color: var(--color-text-notas);
  font-size: 13px;
  letter-spacing: -0.02rem;
}

input:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset;
}

/*
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px transparent inset;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  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: text;
  color: white !important;
}*/
input, textarea, select {
  border: none;
  border-bottom: 1px solid var(--color-borde);
  padding: 8px 0;
  color: #666666;
  font-size: 16px;
  width: 100%;
  background: var(--color-fondo-input);
  letter-spacing: -0.02rem;
}
input.error, textarea.error, select.error {
  border-bottom: solid 1px var(--color-error);
}

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

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

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

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

.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-general);
}
.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(--color-borde);
  position: absolute;
  z-index: 200;
  top: 9px;
}
.form__h3 span {
  background: var(--color-white);
  padding: 0 18px;
  position: relative;
  z-index: 201;
  width: auto;
  display: inline-block;
}
.form__h3--mtop {
  margin-top: 21px;
}
.form__block {
  width: 100%;
  margin: 0 auto 33px;
  position: relative;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__ancla {
  margin: 5px 0 30px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  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(--color-fondo-etiquetas);
  font-weight: 600;
  margin-bottom: 0;
}
.form__b--red {
  color: var(--color-fondo-etiquetas);
  font-weight: 600;
  margin-bottom: 0;
}
.form__avatar {
  border-radius: 50%;
  margin-right: 9px;
  width: 40px;
}
.form__name {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 57px;
  letter-spacing: 0.015em;
  color: #666666;
  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(--color-borde);
  position: absolute;
  z-index: 200;
  top: 9px;
}
.form__opciones span {
  text-transform: none;
  font-weight: 400;
  background: var(--color-white);
  padding: 0 18px;
  position: relative;
  z-index: 201;
  width: auto;
  display: inline-block;
}
.form__block--info {
  margin-bottom: 44px;
}
.form__p--info, .form__name p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
  line-height: 140%;
  font-weight: 400;
}
.form__p--info a, .form__name p a {
  color: var(--color-black);
}
.form__block--terminos p {
  text-align: center;
  font-size: 13px;
}
.form__block--columns {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
}

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

.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 p {
  position: relative;
  z-index: 300;
  background: var(--color-white);
  padding: 0 20px;
  display: inline-flex;
  top: -1px;
  margin: 0;
}
.form-block.opciones-de-ingreso::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-borde);
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  transform: translateX(0);
}

.con-foco:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color-fondo-etiquetas);
  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(--color-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:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--color-text-notas);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: -1px;
}
.radio-button .txt:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #065fd4;
  display: inline-flex;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: scale(0);
  transition: all 0.3s;
  opacity: 0;
}

input[type=radio]:checked + .txt:before {
  border: 2px solid #065fd4;
}

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

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

.normas-privacidad {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
  margin-bottom: 15px;
}
.normas-privacidad a {
  text-decoration: underline;
}
.normas-privacidad .icon-error {
  top: -28px;
}
.normas-privacidad .txt {
  line-height: 140%;
  color: #666666;
  display: block;
}
.normas-privacidad .msj-error {
  right: 27px;
}

@media only screen and (max-width: 1080px) {
  [data-message-form], .msj-error-server, [data-message-form], .msj-error-server.form-block {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  input, textarea, select {
    font-size: 16px;
  }
}
/*buscador por voz*/
.search-speak {
  width: 90%;
  height: 90%;
  position: fixed;
  top: 5%;
  left: 5%;
  background: #fff;
  z-index: 300005;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
}
.search-speak.open {
  display: flex;
}
.search-speak > div {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: center;
}
.search-speak textarea {
  width: 60%;
  font-size: 24px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  line-height: 100%;
  margin-right: 30px;
  padding: 20px;
  color: #999;
  border-radius: 0;
  min-height: auto;
}
.search-speak .icon-cerrar {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scaleX(1) rotate(0deg);
}
.search-speak .icon-cerrar:before {
  content: "\e953";
  color: #999;
  font-size: 14px;
}
.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: 30px;
  line-height: 80px;
  z-index: 4;
  position: relative;
}
.search-speak .icon-mic:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #e2e2e2;
  border-radius: 50%;
  animation: 1s mic infinite;
  position: absolute;
  z-index: 3;
  top: 0;
}
.search-speak ::-webkit-input-placeholder {
  font-size: 24px;
  color: #999;
}
.search-speak :-moz-placeholder {
  font-size: 24px;
  color: #999;
}
.search-speak :-ms-input-placeholder {
  font-size: 24px;
  color: #999;
}
.search-speak .lcep-trigger {
  display: none !important;
}

.tema-oscuro .search-speak {
  background: #191919;
  border-color: rgba(255, 255, 255, 0.3);
}
.tema-oscuro .search-speak textarea {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tema-oscuro .search-speak .icon-mic {
  background: #444;
}
.tema-oscuro .search-speak .icon-mic:after {
  background: #444;
}

@keyframes mic {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.25);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.5);
  }
  80% {
    opacity: 0;
  }
}
@media only screen and (min-width: 767px) {
  .search-speak, .icon-mic {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-speak {
    width: 90%;
  }
  .search-speak > div {
    flex-wrap: wrap;
    width: 90%;
  }
  .search-speak textarea {
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 0;
    min-height: auto;
  }
  .search-speak ::-webkit-input-placeholder {
    font-size: 20px;
    color: #999;
  }
  .search-speak :-moz-placeholder {
    font-size: 20px;
    color: #999;
  }
  .search-speak :-ms-input-placeholder {
    font-size: 20px;
    color: #999;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-titulos);
  font-weight: 700;
  line-height: 1.21;
  word-break: break-word;
  clear: both;
  color: var(--color-text-titulos);
}

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

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

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

.terminos-y-condiciones .texto, .normas-de-participacion .texto, .politica-de-privacidad .texto {
  text-align: justify;
}
.terminos-y-condiciones .texto h6, .normas-de-participacion .texto h6, .politica-de-privacidad .texto h6 {
  font-size: 15px;
}

.article__h2--dest-1 {
  font-size: 45px;
}

.article__h2--dest-2 {
  font-size: 35px;
}

.article__h2--dest-3 {
  font-size: 40px;
  line-height: 120%;
}

.article__h2--dest-3b {
  font-size: 44px;
  line-height: 120%;
}

.article__h2--dest-4 {
  margin-bottom: 0;
}

.article__h2--dest-4b {
  color: var(--color-fondo-etiquetas);
}

.article__h2--font-30 {
  font-size: 30px;
  line-height: 120%;
}

.titulo-bloque {
  font-size: 23px;
  display: flex;
  border-bottom: 1px solid var(--color-borde);
  max-width: var(--ancho-site);
  width: 100%;
  padding-bottom: 15px;
  line-height: inherit;
}
.titulo-bloque h2 {
  font-size: 23px;
}

.grid .titulo-bloque {
  margin: 0 auto 30px;
}

.post-listado .grid .titulo-bloque {
  margin: 0 auto;
}

.galeria-h .titulo-bloque {
  margin-bottom: 39px;
}

.grid .bloque-ultimas-noticias .titulo-bloque, .grid .destacadas-bottom .titulo-bloque {
  margin-bottom: 44px;
}

.post-video .titulo-nota {
  margin: 0;
}

.post-listado .top-mascoteros .titulo-bloque {
  margin: 0 auto 44px;
}

h2[id=title-interiores] {
  font-family: var(--font-titulos);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--color-text-titulos);
  line-height: 100%;
  display: inline-block;
}

.titulo-bloque .txt {
  display: flex;
  align-items: center;
}

.titulo-bloque span, .titulo-bloque .txt {
  position: relative;
  text-transform: uppercase;
}

[id=sidebar-right] .sub-titulo, .lo-mas-visto.sub-titulo {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.inner-art .titulo-bloque {
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-borde);
}

.inner-art header .sub-titulo {
  text-align: left;
  line-height: 1.2;
  font-size: 21px;
}

/*Primer plano*/
.bloque-galeria .titulo-principal {
  font-size: 26px;
  line-height: 110%;
  color: var(--color-white);
}

.galeria-h .titulo-bloque span {
  position: relative;
  z-index: 300;
}

/* Bloque videos*/
.bloque-videos .titulo-bloque, .bloque-galeria .titulo-bloque, .bloque-campoenaccion .titulo-bloque, .bloque-campoenaccion .titulo-bloque h2 {
  color: var(--color-white);
  font-size: 26px;
}

.bloque-videos .titulo-bloque span, .bloque-galeria .titulo-bloque span, .bloque-campoenaccion .titulo-bloque span {
  line-height: 100%;
  padding-left: 23px;
}

.bloque-campoenaccion .titulo-bloque h2 {
  font-size: 23px;
}

.bloque-videos header h2, .bloque-galeria header h2 {
  color: var(--color-white);
}

.bloque-especial.bg-fdo article h2, .bloque-especial.bg-fdo .titulo-bloque, .bloque-especial.bg-fdo a.titulo-bloque h2 {
  color: var(--color-text-especial);
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.bloque-especial.bg-fdo .titulo-bloque {
  font-size: 26px;
}
.bloque-especial.bg-fdo .titulo-bloque span:after {
  display: none;
}
.bloque-especial.bg-fdo a.titulo-bloque h2 {
  font-size: 26px;
}

/*estilos titulos bloques*/
.linea-bottom .titulo-bloque {
  border-bottom: 1px solid var(--color-borde);
}

.titulo-background .titulo-bloque {
  background: var(--color-fondo-etiquetas);
  color: var(--color-text-etiquetas);
  padding: 0;
}
.titulo-background .titulo-bloque .txt {
  padding: 10px 15px 7px;
  color: var(--color-text-etiquetas);
}
.titulo-background .titulo-bloque [class*=icon-]:before {
  color: var(--color-text-etiquetas);
}
.titulo-background .ver-mas {
  background: var(--color-text-etiquetas);
  color: var(--color-fondo-etiquetas) !important;
  padding: 0 5px 0 15px;
  right: 10px;
}
.titulo-background .ver-mas [class*=icon-]:before {
  color: var(--color-fondo-etiquetas);
}
.titulo-background .ver-mas:hover {
  background: var(--color-text-etiquetas);
  color: var(--color-fondo-etiquetas) !important;
}

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

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

.font-size-12 {
  font-size: 12px;
  line-height: 1.3;
}

.font-size-13 {
  font-size: 13px;
  line-height: 1.3;
}

.font-size-14 {
  font-size: 14px;
  line-height: 1.3;
}

.font-size-15 {
  font-size: 15px;
  line-height: 1.3;
}

.font-size-16 {
  font-size: 16px;
  line-height: 1.3;
}

.font-size-17 {
  font-size: 17px;
  line-height: 1.3;
}

.font-size-18 {
  font-size: 18px;
  line-height: 1.3;
}

.font-size-19 {
  font-size: 19px;
  line-height: 1.3;
}

.font-size-20 {
  font-size: 20px;
  line-height: 1.3;
}

.font-size-21 {
  font-size: 21px;
  line-height: 1.3;
}

.font-size-22 {
  font-size: 22px;
  line-height: 1.3;
}

.font-size-23 {
  font-size: 23px;
  line-height: 1.3;
}

.font-size-24 {
  font-size: 24px;
  line-height: 1.3;
}

.font-size-25 {
  font-size: 25px;
  line-height: 1.3;
}

.font-size-26 {
  font-size: 26px;
  line-height: 1.3;
}

.font-size-27 {
  font-size: 27px;
  line-height: 1.2;
}

.font-size-28 {
  font-size: 28px;
  line-height: 1.2;
}

.font-size-29 {
  font-size: 29px;
  line-height: 1.2;
}

.font-size-30 {
  font-size: 30px;
  line-height: 1.2;
}

.font-size-31 {
  font-size: 31px;
  line-height: 1.2;
}

.font-size-32 {
  font-size: 32px;
  line-height: 1.2;
}

.font-size-33 {
  font-size: 33px;
  line-height: 1.1;
}

.font-size-34 {
  font-size: 34px;
  line-height: 1.1;
}

.font-size-35 {
  font-size: 35px;
  line-height: 1.1;
}

.font-size-36 {
  font-size: 36px;
  line-height: 1.1;
}

.font-size-37 {
  font-size: 37px;
  line-height: 1.1;
}

.font-size-38 {
  font-size: 38px;
  line-height: 1.1;
}

.font-size-39 {
  font-size: 39px;
  line-height: 1.1;
}

.font-size-40 {
  font-size: 40px;
  line-height: 1.1;
}

.font-size-41 {
  font-size: 41px;
  line-height: 1.1;
}

.font-size-42 {
  font-size: 42px;
  line-height: 1.1;
}

.font-size-43 {
  font-size: 43px;
  line-height: 1.1;
}

.font-size-44 {
  font-size: 44px;
  line-height: 1.1;
}

.font-size-45 {
  font-size: 45px;
  line-height: 1.1;
}

.font-size-46 {
  font-size: 46px;
  line-height: 1.1;
}

.font-size-47 {
  font-size: 47px;
  line-height: 1.1;
}

.font-size-48 {
  font-size: 48px;
  line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
  .bloque-haciendo-comunidad .titulo-bloque {
    margin-bottom: 34px;
  }
  .titulo, .sub-titulo, .en-bandera .sub-titulo, .en-bandera-m .sub-titulo {
    font-size: 22px;
    line-height: 1.21;
  }
  .bloque-humor .cl-12 header h2, .titulo-principal {
    font-size: 30px;
    line-height: 1.17;
  }
  .titulo__bloque--listados {
    margin-bottom: 36px;
  }
  [class*=destacada-] .titulo-nota, .article__h2--dest-1, .article__h2--dest-2, .article__h2--dest-3, .article__h2--dest-3b, .article__h2--dest-4, .article__h2--dest-4b {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.17;
  }
  [class*=destacada-] .cl-4 h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .galeria-h .titulo-bloque {
    margin-bottom: 20px;
  }
  .bloque-galeria .titulo-principal {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .font-size-12 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-13 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-14 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-15 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-16 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-17 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-18 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-19 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-20 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-21 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-22 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-23 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-24 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-25 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-26 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-27 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-28 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-29 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-30 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-31 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-32 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-33 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-34 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-35 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-36 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-37 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-38 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-39 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-40 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-41 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-42 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-43 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-44 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-45 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-46 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-47 {
    font-size: 22px;
    line-height: 1.25;
  }
  .font-size-48 {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-1 {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-2 {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-3 {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-4 {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-5 {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-6 {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-principal {
    font-size: 22px;
    line-height: 1.25;
  }
  .titulo-1 {
    font-size: 28px;
    line-height: 1.25;
  }
  .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 {
    font-size: 22px;
    line-height: 1.21;
  }
  .titulo-bloque {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
  }
  .titulo {
    font-size: 22px;
    line-height: 1.21;
  }
  .titulo-nota {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .en-bandera-m h2, .en-bandera h2, .en-bandera-m .titulo, .en-bandera .titulo, .en-bandera .sub-titulo, .en-bandera-m .sub-titulo {
    font-size: 22px;
    color: var(--color-text-notas);
    line-height: 1.21;
    margin: 0;
  }
  .en-bandera--listado .titulo, .lo-mas-visto .sub-titulo {
    font-size: 22px;
    line-height: 1.21;
  }
  .listado-autor .titulo {
    font-size: 22px;
    line-height: 1.21;
  }
  [class*=destacada-] .cl-16 h2, .top-notas-destacada h2 {
    font-size: 22px;
    line-height: 1.21;
  }
  .inner-art .en-bandera__ancla-title h2 {
    font-size: 16px;
    line-height: 1.3;
  }
  .titulo-bloques {
    font-size: 30px;
  }
}
.article__figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.article__header {
  padding-top: 19px;
  display: block;
}

.first__header {
  padding-top: 20px;
  display: block;
}

.first__figure iframe {
  aspect-ratio: 16/9;
  height: auto;
}

.nota-sin-foto .article__header {
  padding-top: 0;
  display: block;
}

/*listado en bandera (en-bandera)*/
.en-bandera {
  clear: both;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.en-bandera__header {
  width: calc(100% - 159px);
  padding: 0 0 0 22px;
}
.en-bandera__figure {
  width: 159px;
  height: auto;
  align-self: normal;
}
.en-bandera__figure img {
  height: 100%;
  object-fit: cover;
}

.en-bandera__fecha {
  margin: 8px 0 0;
}

.en-bandera .bajada {
  width: calc(100% - 159px);
  padding: 0 0 0 22px;
}

.icon-video, .icon-audio, .icon-galeria {
  position: absolute;
  justify-content: center;
  display: flex;
  bottom: 10px;
  left: 10px;
  z-index: 102;
}

.icon-video:before, .icon-audio:before, .icon-galeria:before {
  color: var(--color-white);
  font-size: 34px;
}

.normal-icon:before {
  font-size: 34px;
}

article .icon-galeria {
  display: none;
}

.bloque-galeria .icon-galeria {
  display: flex;
}

.giant-icon:before {
  font-size: 70px;
}

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

.medium-icon:before {
  font-size: 50px;
}

.normal-icon:before {
  font-size: 40px;
}

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

.link-img {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

.en-bandera--listado {
  border-bottom: 1px solid var(--color-borde);
  padding-bottom: 38px;
  flex-direction: row-reverse;
}
.en-bandera--listado:first-child {
  flex-direction: row;
}
.en-bandera--listado:first-child .en-bandera__figure--listado {
  width: 300px;
}
.en-bandera--listado:first-child .en-bandera__header--listado {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: initial;
  padding: 0 0 0 22px;
  flex-wrap: wrap;
}

.en-bandera__figure--listado {
  width: 210px;
}

.en-bandera__header--listado {
  width: calc(100% - 210px);
  display: flex;
  flex-direction: column-reverse;
  padding: 0 22px 0 0;
}

.inner-art .en-bandera {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-borde);
  border-top: 1px solid var(--color-borde);
}
.inner-art .en-bandera__figure {
  width: 240px;
}
.inner-art .en-bandera__header {
  width: calc(100% - 240px);
  display: flex;
  flex-direction: column-reverse;
}
.inner-art .en-bandera .titulo-5 {
  font-size: 20px;
}

.lo-mas-visto {
  padding: 0;
  margin-bottom: 44px;
  margin-top: -1px;
}
.lo-mas-visto__titulo-bloque {
  font-size: 21px;
  margin-bottom: 24px;
  padding-bottom: 17px;
}
.lo-mas-visto__titulo-bloque .txt {
  text-transform: none;
}
.lo-mas-visto__titulo-bloque .txt:after {
  display: none;
}
.lo-mas-visto__titulo-bloque .txt span {
  text-transform: capitalize;
  padding-left: 5px;
}
.lo-mas-visto__titulo-bloque .txt span:after {
  display: none;
}
.lo-mas-visto .en-bandera {
  margin-bottom: 24px;
}
.lo-mas-visto .en-bandera__figure {
  width: 132px;
}
.lo-mas-visto .en-bandera__header {
  width: calc(100% - 132px);
  padding: 0 0 0 24px;
  text-align: left;
}
.lo-mas-visto .en-bandera:last-child {
  margin-bottom: 0;
}
.lo-mas-visto .en-bandera:hover img {
  opacity: 0.7;
}
.lo-mas-visto .icon-video, .lo-mas-visto .icon-audio, .lo-mas-visto .icon-galeria {
  display: none;
}

/*etiqueta y header-on pleno y resaltado absoluto (etiqueta:e-top, e-bottom, e-left, e-right, header-on.pleno, o resaltado:h-top, h-bottom, h-left, h-right)**/
.e-top .etiqueta {
  top: 10px;
  bottom: auto;
}

.e-bottom .etiqueta {
  bottom: 10px;
  top: auto;
}

.e-left .etiqueta {
  left: 10px;
  right: auto;
}

.e-right .etiqueta {
  right: 10px;
  left: auto;
}

.e-top header .etiqueta {
  top: auto;
}

.e-bottom header .etiqueta {
  bottom: auto;
}

.e-right header .etiqueta {
  right: auto;
}

.e-left header .etiqueta {
  left: auto;
}

/*etiqueta 100% absoluta top o bottom*/
.e-100-abs.e-top .etiqueta {
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
}

.e-100-abs.e-bottom .etiqueta {
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}

/*etiqueta 100% relativa top o bottom*/
.e-100-re.e-top .etiqueta {
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  position: relative;
  display: block;
}

.e-100-re.e-bottom .etiqueta {
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  position: relative;
  display: block;
  order: 2;
}

.e-100-re.e-bottom figure picture {
  order: 1;
}

.e-100-re.e-bottom figure {
  display: flex;
  flex-wrap: wrap;
}

/*estilo terjetas con lineas*/
.cards {
  border: 1px solid var(--color-borde);
  background: var(--color-white);
  align-self: normal;
  height: 100%;
}

.cards header {
  padding: 15px;
}

.cards figure {
  padding: 15px 15px 0;
}

/*estilo terjetas con sombra*/
.cards.sombra {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  border-bottom: none;
}

.cards.sombra figure::after {
  display: none;
}

.cards .etiqueta {
  top: 25px;
  left: 25px;
}

.cards.e-top .etiqueta {
  top: 25px;
  bottom: auto;
}

.cards.e-left .etiqueta {
  left: 25px;
  right: auto;
}

.cards.e-right .etiqueta {
  right: 25px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .cards {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.img-circular {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: start;
}
.img-circular figure {
  display: flex;
  justify-content: center;
  padding: 0;
}
.img-circular figure a img {
  object-fit: cover;
  height: 100%;
}
.img-circular figure a.etiqueta, .img-circular figure .autor a, .img-circular figure .blur a {
  width: auto;
  height: auto;
}
.img-circular figure a.etiqueta {
  left: auto;
  right: auto;
  top: -10px;
}
.img-circular .article__img, .img-circular .link-img picture {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: var(--radio-img);
  height: var(--radio-img);
  border: 5px solid var(--color-white);
}
.img-circular header {
  width: 100%;
}
.img-circular .autor {
  left: auto;
  right: auto;
  bottom: -10px;
  justify-content: center;
  text-align: center;
}
.img-circular .autor .avatares {
  left: 50%;
  transform: translateX(-50%);
}
.img-circular.cards {
  padding: 20px;
}
.img-circular.img-radio-100 .article__img {
  width: 100px;
  height: 100px;
}
.img-circular.img-radio-150 .article__img {
  width: 150px;
  height: 150px;
}
.img-circular.img-radio-250 .article__img {
  width: 250px;
  height: 250px;
}
.img-circular.img-radio-var .article__img {
  width: var(--radio-img);
  height: var(--radio-img);
}

.bg {
  padding: 30px;
}

.bg-especial {
  background-color: var(--especial-bg, #f2f2f2);
}
.bg-especial .sub-titulo, .bg-especial .titulo-bloque {
  color: var(--especial-color-text);
}

.bg-black {
  background: var(--color-black);
}
.bg-black * {
  color: var(--color-white);
}

.bg-white {
  background: var(--color-white);
}
.bg-white * {
  color: var(--color-text-notas);
}

.bg-buttons {
  background: var(--color-fondo-buttons);
}
.bg-buttons * {
  color: var(--color-text-buttons);
}

.bg-grey {
  background: var(--color-fondo-banners);
  border: 1px solid #d4d4d4;
}

.bg-black-trans {
  background: rgba(0, 0, 0, 0.8);
}
.bg-black-trans * {
  color: var(--color-white);
}

.bg-white-trans {
  background: rgba(255, 255, 255, 0.8);
}
.bg-white-trans * {
  color: var(--color-text-notas);
}

@media only screen and (max-width: 1280px) {
  .background {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .background {
    padding: 20px 10px;
  }
}
.hover-bajada header {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s;
  opacity: 1;
}

.hover-bajada .bajada {
  position: absolute;
  bottom: -100%;
  left: 10px;
  width: calc(100% - 20px);
  height: auto;
  padding: 20px;
  color: var(--color-white);
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 300;
  font-size: 16px;
  line-height: 1.4;
}

.hover-bajada:hover header, .hover-bajada:hover .icon-video, .hover-bajada:hover .icon-galeria, .hover-bajada:hover .icon-audio {
  opacity: 0;
}
.hover-bajada:hover .bajada {
  bottom: 0;
}

.hover-bajada h2, .hover-bajada .fecha {
  transition: all 0.5s;
  opacity: 1;
}

.header-on {
  position: relative;
  overflow: hidden;
}
.header-on header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 10px;
  z-index: 300;
}
.header-on h2, .header-on h2 a {
  color: var(--color-white);
  line-height: 1.1;
  margin: 0;
}
.header-on .fecha {
  background: rgba(255, 255, 255, 0.8);
  width: auto;
  display: inline-block;
  padding: 5px 12px;
  color: var(--color-black);
  border-radius: 3px 0 3px 0;
}
.header-on .icon-video, .header-on .icon-audio, .header-on .icon-galeria {
  bottom: auto;
  top: 10px;
  left: auto;
  right: 10px;
}

[class*=sombra-] figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.sombra-bottom figure::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 29%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 29%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 29%, rgb(0, 0, 0) 100%);
}

.sombra-top figure::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}

.sombra-radial figure::after {
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.inverter {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
}

.en-bandera.inverter {
  flex-wrap: nowrap;
}

.inverter figure {
  order: 2;
  width: 100%;
}

.inverter header {
  order: 1;
  padding: 0 0 15px;
  align-self: flex-start;
}

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

@media only screen and (max-width: 1023px) {
  .listado-article .en-bandera__figure {
    width: 40%;
    height: auto;
    align-self: start;
  }
  .listado-article .en-bandera__header {
    width: 60%;
  }
  .lo-mas-visto__titulo-bloque {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .listado-article .en-bandera__figure {
    width: 100%;
    height: auto;
    align-self: start;
  }
  .listado-article .en-bandera__header {
    width: 100%;
    padding: 19px 0 0;
  }
  .no-bandera-m figure {
    width: 100%;
  }
  .no-bandera-m header {
    width: 100%;
    padding: 19px 0 0;
  }
  .inner-art .en-bandera {
    padding: 24px 0;
    width: 100%;
  }
  .inner-art .en-bandera__figure {
    width: 132px;
  }
  .inner-art .en-bandera__header {
    width: calc(100% - 132px);
  }
  .giant-icon:before, .big-icon:before {
    font-size: 40px;
  }
  .normal-icon:before, .medium-icon:before {
    font-size: 40px;
  }
  .small-icon:before, .en-bandera .normal-icon:before {
    font-size: 40px;
  }
  .no-bandera-m .normal-icon:before, .no-bandera-m .small-icon:before {
    font-size: 40px;
  }
}
.cont-blur {
  position: absolute;
  z-index: 300;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.post-interior .cont-foto .cont-blur {
  pointer-events: auto;
}

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

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

figure .cont-blur .advertencia b {
  cursor: pointer;
}

figure.blur .cont-etiqueta-autor, figure.blur [class*=icon-] {
  display: none;
}

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

figure.blur .icon-ojo:before {
  display: block;
  font-size: 60px;
  color: var(--color-white);
}

.header-on figure.blur + header, figure.blur .etiqueta {
  display: none;
}

.advertencia h2 {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--font-general);
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 100%;
  background: none;
}

.advertencia p {
  font-size: 13px;
  font-weight: 500;
  color: #aaaaaa;
  font-family: var(--font-general);
  margin-bottom: 10px;
  line-height: 120%;
}

.advertencia a {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--font-general);
  border-radius: 3px;
  border: 1px solid var(--color-white);
  padding: 9px 15px 7px;
  display: inline-block;
  cursor: pointer;
}

.advertencia a:hover {
  background: var(--color-white);
  color: var(--color-black);
}

.cont-cuerpo .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: "";
  display: none;
}

.cont-cuerpo .blur .cont-blur:before {
  display: flex;
}

.cont-cuerpo figure.blur img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.cont-cuerpo .cont-blur {
  display: flex;
  opacity: 1;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.cont-cuerpo .blur .cont-blur {
  display: flex;
  opacity: 1;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.cont-cuerpo .advertencia {
  position: absolute;
  z-index: 300000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.cont-cuerpo .blur .advertencia {
  display: flex;
}

.ultimas-noticias .advertencia p {
  display: none;
}

.en-bandera figure.blur .icon-ojo {
  margin-bottom: 0;
}
.en-bandera figure.blur .icon-ojo:before {
  font-size: 40px;
}
.en-bandera .advertencia h2 {
  margin-bottom: 10px;
}
.en-bandera .advertencia p {
  display: none;
}

[class^=icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
}

[class^=icon-]:before, [class*=" icon-"]:before, [class^=ico-]:before, [class*=" ico-"]:before, .inicio .menu:after,
[class^=mfp-]:before, [class*=mfp-]:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-calendar:before {
  content: "\e923";
  font-size: 50px;
}

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

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

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

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

.icon-youtube:before {
  content: "\e911";
  font-size: 40px;
  color: rgb(237, 31, 36);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.time-line .grid {
  border-top: 1px solid var(--color-borde);
  padding-top: 12px;
  border-bottom: 1px solid var(--color-borde);
  padding-bottom: 0;
  grid-row-gap: 0;
}

.time-line .grid article {
  height: 100%;
  position: relative;
  overflow: visible !important;
  align-self: flex-start !important;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.time-line .grid article header {
  align-self: start;
  position: relative;
}

.time-line .grid article header:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-borde);
  position: absolute;
  left: 0;
  top: -13px;
  z-index: 300;
}

.time-line .grid article figure {
  align-self: flex-end;
  height: auto;
}

.time-line .grid article:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid var(--color-fondo-etiquetas);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -19px;
  background: var(--color-white);
  z-index: 301;
}

.time-line .grid article:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-fondo-etiquetas);
  position: absolute;
  left: 3px;
  top: -16px;
  z-index: 301;
}

.time-line .grid article .fecha:before {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background: var(--color-fondo-etiquetas);
  position: absolute;
  left: 0;
  top: -13px;
  z-index: 300;
}

.time-line.time-line-barra {
  width: 100%;
  max-width: 410px;
  margin-bottom: 44px;
}

.time-line.time-line-barra .grid {
  border-top: none;
  padding: 0 0 0 25px;
  border-left: 1px solid var(--color-borde);
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: none;
  margin-bottom: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
  max-width: inherit;
  grid-column: span 1;
  grid-row-gap: 0;
}

.time-line.time-line-barra .titulo-bloque {
  margin-bottom: 20px;
  justify-content: start;
}

.time-line.time-line-barra .grid article {
  padding-top: 12px;
}

.time-line.time-line-barra .grid article figure {
  align-self: start;
  height: 100%;
}

.time-line.time-line-barra .grid article:before {
  top: -5px;
  left: -32px;
}

.time-line.time-line-barra .grid article:after {
  top: -2px;
  left: -29px;
}

.time-line.time-line-barra .grid article .fecha:before {
  width: 1px;
  height: 38%;
  top: -5px;
  left: -26px;
}

/*time-line en-bandera*/
.time-line .grid article.en-bandera {
  height: 100%;
  align-self: initial !important;
  padding: 15px 0;
}

.time-line .grid article.en-bandera figure {
  align-self: initial;
  height: auto;
}

.time-line .grid article.en-bandera figure a, .time-line .grid article.en-bandera figure picture {
  display: block;
  height: auto;
}

.time-line .grid article.en-bandera figure img {
  object-fit: cover;
  aspect-ratio: 3/3;
}

.time-line .grid article.en-bandera .sub-titulo {
  font-size: 16px;
}

.time-line .grid article.en-bandera .fecha:before, .time-line .grid article.en-bandera header:before {
  display: none;
}

.time-line.time-line-barra .grid article.en-bandera {
  border-top: 1px solid var(--color-borde);
  margin: 0;
}

.time-line.txt-right .grid {
  padding: 0 25px 0 0;
  border-left: none;
  border-right: 1px solid var(--color-borde);
}

.time-line.txt-right .grid article header {
  text-align: right;
}

.time-line.txt-right .grid article:before {
  right: -32px;
  left: auto;
}

.time-line.txt-right .grid article:after {
  right: -29px;
  left: auto;
}

.time-line.txt-right .grid article .fecha:before {
  width: 1px;
  height: 12%;
  right: -26px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .time-line .grid {
    border-top: none;
    padding: 0 0 0 25px;
    border-left: 1px solid var(--color-borde);
    width: calc(100% - 15px);
    margin: 0 0 30px 15px;
    border-bottom: none;
  }
  .time-line .titulo-bloque {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
  }
  .time-line .grid article:before {
    top: 0;
    left: -32px;
  }
  .time-line .grid article:after {
    top: 3px;
    left: -29px;
  }
  .time-line .grid article .fecha:before {
    width: 1px;
    height: 12%;
    top: 2px;
    left: -26px;
  }
}
.footer {
  width: 100%;
  background: var(--color-fondo-footer);
  position: relative;
}
.footer__cont-redes {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.footer__redes {
  position: absolute;
  bottom: 0;
  left: -5px;
}
.footer__menu {
  border: none;
  padding: 42px 0 40px;
  margin-bottom: 36px;
}
.footer__title {
  color: var(--color-titulo-footer);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 8px;
}
.footer__ancla {
  padding: 0 0 11px 0;
  color: var(--color-text-footer);
  font-size: 14px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.008em;
}
.footer .active .footer__ancla {
  font-weight: 500;
  opacity: 1;
  color: var(--color-white);
}
.footer__copy {
  display: flex;
  align-items: center;
  color: var(--color-text-clousure);
}
.footer__anio {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  letter-spacing: -0.003em;
  color: var(--color-text-clousure);
}
.footer__desarrollado {
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
  color: var(--color-text-clousure);
}
.footer__desarrollado a {
  font-size: 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.footer [class*=icon-] {
  display: flex;
  align-items: center;
}
.footer [class*=icon-]:before {
  font-size: 24px;
  font-weight: normal;
  color: var(--color-icon-footer);
}
.footer .icon-siglocero:before {
  font-size: 20px;
}
.footer .icon-up {
  display: none;
}
.footer .icon-compartir {
  display: none;
}
.footer .icon-instagram:before {
  position: relative;
  top: 1px;
}
.footer__sc {
  padding-left: 2px;
}
.footer .logo-dark {
  display: none;
}
.footer__icon-logo {
  width: auto;
  height: auto;
  position: relative;
  left: auto;
  transform: translateX(0);
  justify-content: flex-start;
  margin-top: 2px;
}
.footer__icon-logo img {
  width: auto;
  height: 70px;
}
.footer .redes-h-top a {
  margin: 0 10px;
}
.footer .redes-h-top a:before {
  font-size: 24px;
}
.footer__clousure {
  background: var(--color-fondo-clousure);
}
.footer__clousure-bloque {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0 6px;
  margin: 0 auto;
}
.footer__clousure [class*=icon-]:before {
  color: var(--color-icon-clousure);
}

@media only screen and (max-width: 1280px) {
  .footer {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .banner-centrado {
    padding: 0;
    margin-bottom: 48px;
  }
  .footer__cont-redes {
    position: static;
  }
  .footer__menu {
    display: flex;
    position: relative;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__menu {
    padding: 38px 0 0;
    grid-row-gap: 23px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .footer__cont-redes {
    padding: 0;
    height: auto;
  }
  .footer__icon-logo.icon-logo {
    justify-content: center;
    margin-top: 0;
    height: auto;
  }
  .footer__redes {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    margin: 30px auto 0;
  }
  .footer .redes-h-top {
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .footer__ul {
    text-align: center;
  }
  .footer__li {
    display: inline-block;
    width: auto;
    margin: 0 10px 12px;
  }
  .footer__title-menu {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .footer__title {
    padding: 0;
  }
  .footer__ancla {
    line-height: 120%;
    padding: 0;
  }
  .footer a[href*=clasificados] {
    padding-top: 0;
  }
  .footer__clousere {
    padding: 0;
  }
  .footer__clousure-bloque {
    padding: 25px 0 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__desarrollado {
    padding-top: 10px;
  }
  .footer__desarrollado a {
    padding: 0 7px;
    margin: 0;
  }
  .footer__copy {
    width: 100%;
  }
  .footer__anio {
    text-align: center;
    line-height: 1.41;
    width: 100%;
  }
}
[id=footer] .icon-logo.logo-dark {
  display: none;
}

.tema-oscuro .lcep-trigger svg {
  fill: #666 !important;
}
.tema-oscuro .auspiciado .txt, .tema-oscuro .auspiciado .logo-auspiciante {
  background: #222;
}
.tema-oscuro .auspiciado img {
  filter: brightness(1.3);
}
.tema-oscuro .notificaciones {
  background: #2B2E31;
}
.tema-oscuro .notificaciones p {
  color: #aaa;
}
.tema-oscuro .notificaciones .buttons-white {
  background: #444;
  color: #fff;
}
.tema-oscuro .notificaciones.ventana {
  background: #2B2E31;
}
.tema-oscuro .menu__li.active {
  background: #444;
}
.tema-oscuro [id=footer], .tema-oscuro textarea.com-text {
  background: none;
}
.tema-oscuro .encuesta, .tema-oscuro .bloque-galeria:after, .tema-oscuro .bloque-campoenaccion:after {
  background: #191919;
}
.tema-oscuro .banners > div {
  opacity: 0.9;
}
.tema-oscuro .titulo-bloque {
  color: var(--color-white);
}
.tema-oscuro .cards .sub-titulo, .tema-oscuro figure .autor .por ~ a, .tema-oscuro figure .autor .por ~ span {
  color: var(--color-black);
}
.tema-oscuro .bloque-galeria .titulo-bloque span:after {
  background: #FBD500;
}
.tema-oscuro .galeria-h .titulo-principal, .tema-oscuro .galeria-h .etiqueta {
  color: #e2e2e2;
}
.tema-oscuro .galeria-h:after {
  opacity: 0.9;
}
.tema-oscuro .bloque-campoenaccion .titulo-bloque span:after {
  background: #217721;
}
.tema-oscuro .icon-light:before {
  color: #444444;
}
.tema-oscuro .icon-dark:before {
  color: #777777;
}
.tema-oscuro .form-comentar .user-avatar {
  border: none;
}
.tema-oscuro .txt-abuse .cont-abuse {
  background: #222;
}
.tema-oscuro .txt-abuse:after {
  background: rgba(0, 0, 0, 0.7);
}

.tema-oscuro.post-estatico, .tema-oscuro.panel-usuarios {
  background: #ffffff;
}
.tema-oscuro.post-estatico [id=header], .tema-oscuro.post-estatico [id=footer], .tema-oscuro.post-estatico [id=clousure], .tema-oscuro.post-estatico .buttons-line, .tema-oscuro.panel-usuarios [id=header], .tema-oscuro.panel-usuarios [id=footer], .tema-oscuro.panel-usuarios [id=clousure], .tema-oscuro.panel-usuarios .buttons-line {
  background: #ffffff;
}
.tema-oscuro.post-estatico .section, .tema-oscuro.post-estatico .titulo-bloque, .tema-oscuro.panel-usuarios .section, .tema-oscuro.panel-usuarios .titulo-bloque {
  color: #2b2c31;
  border-bottom: 1px solid #d4d4d4;
}
.tema-oscuro.post-estatico label, .tema-oscuro.panel-usuarios label {
  color: #2b2c31;
}
.tema-oscuro.post-estatico input, .tema-oscuro.panel-usuarios input {
  color: #2b2c31;
  border-bottom: 1px solid #d4d4d4;
  background: #ffffff;
}
.tema-oscuro.post-estatico .buttons, .tema-oscuro.panel-usuarios .buttons {
  background: var(--color-fondo-buttons);
  color: var(--color-text-buttons);
  border: none;
}
.tema-oscuro.post-estatico .copy a, .tema-oscuro.post-estatico .copy span, .tema-oscuro.post-estatico .desarrollado span:before, .tema-oscuro.panel-usuarios .copy a, .tema-oscuro.panel-usuarios .copy span, .tema-oscuro.panel-usuarios .desarrollado span:before {
  color: #2b2c31;
}

@media only screen and (max-width: 1023px) {
  .tema-oscuro .menu {
    background: #151515;
    border-bottom: 4px solid #444444;
  }
}
.mockup {
  background: var(--color-fondo-header);
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mockup [id=header], .mockup [id=footer], .mockup .banner, .mockup .menu {
  display: none !important;
}
.mockup [id=page], .mockup [id=main] {
  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;
}

@media only screen and (max-width: 767px) {
  .mockup .center .icon-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .mockup .center .icon-logo img {
    width: 100%;
    height: auto;
  }
}
.header-top {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: var(--color-fondo-header);
}
.header-top__bloque-top {
  min-height: 135px;
  margin-bottom: 0;
  justify-content: space-between;
  flex-direction: initial;
  align-items: center;
}
.header-top__icon-menu {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -6px;
  transition: all 0.3s;
}
.header-top__icon-menu:before {
  color: var(--color-icon-header);
  font-size: 20px;
}
.header-top__icon-lupa {
  position: absolute;
  left: 54px;
  margin-top: 3px;
}
.header-top__icon-logo {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.header-top__icon-logo img {
  max-width: 340px;
  max-height: initial;
  height: 100%;
}
.header-top__fecha {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  color: #666666;
  display: none;
}
.header-top__redes-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}

.overflow-hidden .header-top {
  margin-bottom: 57px;
}
.overflow-hidden .header-top:after {
  content: "";
  height: 70px;
  width: 100%;
  display: block;
  background: var(--color-fondo-menu);
}
.overflow-hidden .header-top__icon-lupa, .overflow-hidden .header-top__icon-menu {
  display: none;
}
.overflow-hidden .inicio .header-top {
  margin-bottom: 0;
}

.is-fixed .header-top:after {
  height: 70px;
}

@media only screen and (max-width: 1280px) {
  .header-top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: var(--color-fondo-header);
  }
  .header-top__bloque-top {
    padding: 30px 20px;
  }
  .header-top__icon-lupa {
    left: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-top__bloque-top {
    padding: 0;
    height: 0;
    min-height: 0;
  }
  .header-top__icon-logo {
    display: none;
  }
  .header-top__redes-top {
    position: fixed;
    top: 115px;
    right: 15px;
    z-index: 300002;
  }
  .overflow-hidden .header-top:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .overflow-hidden .header-top:after {
    display: none;
  }
  .overflow-hidden .header-top {
    margin-bottom: 0;
  }
  .header-top__redes-top {
    display: none;
  }
}
.login {
  display: flex;
}
.login__registro {
  margin-right: -1px;
  display: none;
}
.login__registro.visible {
  display: flex;
}
.login__name-usuario {
  color: var(--color-white);
  line-height: 30px;
  padding: 0;
  background: none;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: end;
  width: auto;
  cursor: pointer;
}
.login__avatar {
  width: 30px;
  display: none;
  border-radius: 50%;
  margin-right: 6px;
}
.login__name {
  margin-left: 5px;
  color: var(--color-white);
}
.login__datos-cuenta, .login__buttons--avatar {
  display: none;
}
.login__buttons {
  line-height: 30px;
  padding: 0;
  transition: all 0.3s;
  display: flex;
  border-radius: 5px;
  font-size: 15px;
  justify-content: center;
  background: var(--color-text-buttons);
  color: var(--color-fondo-buttons);
  width: 121px;
  font-weight: 700;
  margin-right: -2px;
}
.login__buttons--sinfondo {
  color: var(--color-text-buttons);
  background: transparent;
  width: 123px;
  font-weight: 400;
}
.login__buttons--avatar {
  display: none;
}

.logged-user .login__registro {
  display: none;
}
.logged-user .login__datos-cuenta {
  display: flex;
  margin-right: 21px;
}
.logged-user .login__avatar {
  display: flex;
}

.is-fixed .login__name, .open-search .login__name, .menu.open .login__name {
  color: var(--color-text-notas);
}
.is-fixed .login__buttons, .open-search .login__buttons, .menu.open .login__buttons {
  background: var(--color-fondo-buttons);
  color: var(--color-text-buttons);
}
.is-fixed .login__buttons--sinfondo, .open-search .login__buttons--sinfondo, .menu.open .login__buttons--sinfondo {
  color: var(--color-text-buttons);
  background: transparent;
}

.login__buttons {
  width: 123px;
  text-transform: none;
  padding: 0;
  margin-bottom: 0;
}
.login__buttons--sinfondo {
  background: none;
  font-weight: 400;
}
.login__buttons--avatar {
  width: auto;
  background: none;
  pointer-events: auto;
  display: none;
}
.login__avatar--deslogeado {
  margin: 0;
  background: none;
  border-radius: 50%;
  padding: 4px;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1024px) {
  .is-fixed .login__buttons {
    background: var(--color-fondo-buttons);
    color: var(--color-text-buttons);
  }
  .is-fixed .login__buttons--sinfondo {
    background: none;
    color: var(--color-fondo-buttons);
  }
  .menu.open .login__buttons {
    background: var(--color-fondo-buttons);
    color: var(--color-text-buttons);
  }
  .menu.open .login__buttons--sinfondo {
    background: none;
    color: var(--color-fondo-buttons);
  }
}
@media only screen and (max-width: 1080px) {
  .logged-user {
    margin-right: 0;
  }
  .logged-user .login__datos-cuenta {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .login {
    margin-left: 10px;
    position: absolute;
    top: auto;
    right: 15px;
  }
  .login__buttons {
    display: none;
  }
  .login__buttons--avatar {
    display: flex;
    align-self: center;
    justify-content: center;
    width: auto;
    pointer-events: auto;
    background: none;
  }
  .login__name {
    display: none;
  }
  .login__avatar--deslogeado {
    display: flex;
    margin: 0;
    background: none;
    border-radius: 50%;
    padding: 4px;
    width: 30px;
    height: 30px;
  }
  .logged-user .login__datos-cuenta {
    margin-right: 0;
  }
  .logged-user .login__avata {
    margin: 0;
  }
  .is-fixed .login__buttons--avatar, .open-search .login__buttons--avatar, .menu.open .login__buttons--avatar {
    background: none;
  }
  .tema-oscuro .login__avatar--deslogeado {
    filter: contrast(0.5) brightness(1.7);
  }
}
@media only screen and (max-width: 767px) {
  .login__avatar {
    width: 26px;
    margin: 0;
  }
}
/* banners */
ins.adsbygoogle.adsbygoogle-noablate {
  z-index: 2147483646 !important;
}

.fixeado-right.video-en-vivo {
  z-index: 2147483647 !important;
}

.banner-hide, .banner-auspicios-hide {
  display: none;
}

.banner {
  clear: both;
  margin-bottom: 44px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--color-fondo-banners);
  padding: 30px;
}

.banner.cl-8 {
  margin-bottom: 5px;
}

.banner > div {
  clear: both;
  width: 300px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

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

.banner-parrafo > div {
  width: auto;
  height: auto;
  min-height: initial;
}

.banner-centrado {
  width: var(--ancho-site);
  max-width: var(--ancho-site);
  margin: 0 auto 57px;
  position: relative;
  clear: both;
  overflow: hidden;
  float: none;
  grid-column: span var(--grid-site);
  display: flex;
  justify-content: center;
  padding: 44px 0;
}

.banner-centrado > div {
  max-width: 970px;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  position: relative;
  background: var(--color-fondo-banner);
  float: none;
  min-height: 250px;
}

.banner-centrado.top {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  z-index: 2999;
  max-width: none;
  position: sticky;
  top: 0;
}

.banner-centrado.top > div {
  height: 90px;
  min-height: 90px;
}

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

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

.banner-600-300 {
  min-height: 660px;
  display: flex;
}

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

.banner-tres {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.banner-tres .banner {
  grid-column: span 8;
  padding: 55px;
  margin-bottom: 0;
  background: var(--color-fondo-banners);
}

.banner-tres .banner:last-child {
  margin-right: 0;
}

.banner-tres .banner > div {
  width: 300px;
  height: 250px;
  text-align: center;
}

.banner > div, .banner-tres .banner > div {
  display: flex;
  justify-content: center;
}

.listado-article.grid .banner-768 {
  grid-column: span 16;
  margin-bottom: 0;
}

.listado-columnistas.grid .banner-768 {
  grid-column: span 12;
}

.bloque-bottom .banner, .destacada-listado + .banner-centrado {
  margin-bottom: 17px;
}

.bloque-bottom .sticky {
  margin-bottom: 0;
}

@media only screen and (max-width: 1080px) {
  .banner.banner-parrafo {
    width: auto;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    display: flex;
    min-height: 310px;
  }
  .banner-centrado {
    display: flex;
    min-height: 338px;
  }
  .banner-centrado.top {
    min-height: 120px;
  }
  .banner-600-300 {
    min-height: 660px;
    display: flex;
  }
}
.banner-parrafo {
  margin: 0 auto;
  min-height: initial;
  background: none;
  padding: 0;
}
.banner-parrafo [data-ad-status=unfilled] {
  display: none !important;
}
.banner-parrafo [data-ad-status=filled] {
  display: flex !important;
  margin: 30px auto;
}

@media only screen and (max-width: 1280px) {
  .banner-centrado {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .banner, .banner-centrado {
    min-height: 262px;
  }
  .banner-centrado.top {
    min-height: 102px;
  }
  .banner-300x600 {
    display: flex;
    min-height: 612px;
  }
  .banner-centrado, .banner-centrado.top, .banner, .banner-tres .banner {
    padding: 6px;
  }
  .banner-parrafo {
    margin: 0 auto;
    min-height: initial;
    background: none;
    padding: 0;
  }
  .banner-parrafo [data-ad-status=unfilled] {
    display: none !important;
  }
  .banner-parrafo [data-ad-status=filled] {
    display: flex !important;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-centrado.top > div {
    height: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-centrado {
    grid-column: span 1;
  }
  .banner-centrado.top, .banner-centrado.top.banner-hide {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 3001;
  }
  .banner, .banner-centrado, .banner-centrado.top, .banner-300x600 {
    min-height: initial;
  }
  .banner.cl-8 {
    margin-bottom: 4px;
    display: flex;
  }
  .bloque-6 + .banner-centrado, .bloque-deportes + .banner-centrado, .bloque-impulso-empresarial + .banner-centrado {
    margin-bottom: 44px;
  }
  .texto .banner-parrafo > div img {
    margin: 0;
    float: left;
    width: 100%;
  }
  .banner-parrafo {
    margin: 0 auto;
    min-height: initial;
    background: none;
    padding: 0;
  }
  .banner-parrafo [data-ad-status=unfilled] {
    display: none !important;
  }
  .banner-parrafo [data-ad-status=filled] {
    display: flex !important;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 1023px) {
  .banner > div, .banner-centrado > div, .banner-600 > div, .banner-768 > div {
    height: auto;
    min-height: 250px;
  }
  .banner-centrado.top {
    padding: 0;
  }
  .banner-centrado.top > div {
    width: 728px;
    height: 90px;
    padding: 10px 0;
    min-height: 90px;
  }
  .banner-600-300 {
    min-height: initial;
  }
  .bloque-bottom .banner {
    margin-bottom: 48px;
  }
  .bloque-espectaculo .banner {
    width: 100%;
  }
  .banner-centrado {
    grid-column: span 12;
  }
  .banner, .banner-centrado {
    padding: 0;
    margin-bottom: 48px;
  }
  .banner > div, .banner-centrado > div {
    padding: 20px 0;
    box-sizing: content-box;
  }
  .banner-parrafo > div {
    background: none;
    padding: 0;
    min-height: initial;
  }
  .banner-tres .banner, [id=sidebar-right] .banner {
    margin-bottom: 0;
  }
  .banner-tres .banner {
    grid-column: span 4;
    padding: 20px 0;
  }
  .banner-centrado > div {
    max-width: initial;
  }
}
.banner-parrafo {
  margin: 0 auto;
  min-height: initial;
  background: none;
  padding: 0;
}
.banner-parrafo > div {
  min-height: initial;
}
.banner-parrafo [data-ad-status=unfilled] {
  display: none !important;
}
.banner-parrafo [data-ad-status=filled] {
  display: flex !important;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  .banner-centrado {
    grid-column: span 1;
  }
  .banner-centrado, .banner {
    height: auto;
    width: calc(100% - 40px);
    margin: 0 auto 44px;
  }
  .banner-centrado.top {
    width: 100%;
  }
  .banner-centrado.top > div {
    width: 320px;
    height: 50px;
    min-height: 50px;
    padding: 10px 0;
  }
  .bloque-espectaculo .banner {
    width: calc(100% - 40px);
  }
  .listado-columnistas.grid .banner-768 {
    grid-column: span 1;
  }
  .destacada-listado + .banner-centrado {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 360px) {
  .banner > div, .banner-centrado > div {
    padding: 10px 0;
  }
}
/* destacadas home */
[class*=destacada-] {
  margin-top: 57px;
  clear: both;
}

[class*=destacada-].dest-sin-foto {
  margin-top: 45px;
}

[class*=destacada-] .en-bandera {
  height: 100%;
  align-items: center;
}

.destacada-listado {
  margin-top: 0;
}
.destacada-listado .grid {
  grid-row-gap: 31px;
}

@media only screen and (max-width: 1023px) {
  [class*=destacada-] {
    margin-top: 44px;
    grid-row-gap: 34px;
    margin-bottom: 34px;
  }
  .destacada-4 .cl-8 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 767px) {
  .destacada-7b .cl-18 + .cl-6, .destacada-3 .cl-16 {
    grid-column: span 1;
  }
  [class*=destacada-] {
    margin-top: 0;
    grid-row-gap: 44px;
    margin-bottom: 44px;
  }
  [class*=destacada-] [class*=resaltado] {
    height: 350px;
  }
  [class*=destacada-] [class*=resaltado] figure, [class*=destacada-] [class*=resaltado] .link-img, [class*=destacada-] [class*=resaltado] picture, [class*=destacada-] [class*=resaltado] img {
    height: 350px;
  }
  [class*=destacada-] [class*=resaltado] img {
    object-fit: cover;
  }
  [class*=destacada-].dest-sin-foto {
    margin-top: 30px;
  }
  .first-article {
    margin-bottom: 44px;
  }
  [class*=destacada-] {
    overflow: visible;
  }
  .destacada-3 .cl-8 {
    padding-bottom: 20px;
  }
  .destacada-3.destacada-7 .cl-8 {
    padding-bottom: 0;
  }
  .destacada-3 .cl-8:last-child {
    padding-bottom: 0;
  }
  .destacada-3 .en-bandera-m:last-child {
    margin-bottom: 20px;
  }
  .destacada-listado {
    margin-bottom: 0;
  }
}
.icon-lupa {
  z-index: 300;
  cursor: pointer;
  text-align: center;
  transform: scaleX(1) rotate(-15deg);
}

.search {
  position: relative;
  margin-bottom: 30px;
}
.search .lcep-el-wrap {
  width: 100%;
}
.search:after {
  content: "Buscar";
  position: absolute;
  z-index: 3000;
  color: var(--color-text-buscador);
  top: 8px;
  left: 14px;
  font-size: 15px;
  pointer-events: none;
}
.search::after--menu-desplegable:after {
  color: var(--color-text-buscador--menu-desplegable);
}
.search.en-foco:after, .search.con-texto:after {
  display: none;
}
.search__label {
  display: none;
}
.search__form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.search__form-block {
  max-width: initial;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.search__input {
  border: none;
  border-radius: 4px;
  background: var(--color-fondo-buscador);
  padding: 6px 40px 6px 14px;
  position: relative;
  text-shadow: 0 0 0 #666666;
  -webkit-text-fill-color: transparent;
}
.search__input--menu-desplegable {
  background: var(--color-fondo-buscador-menu-desplegable);
}
.search__icon-cerrar {
  display: flex;
  font-size: 0;
  position: absolute;
  right: 15px;
  transform: scaleX(1) rotate(-15deg);
  top: auto;
}
.search__icon-cerrar:before {
  font-size: 22px;
  content: "\e916";
  display: block;
  color: var(--color-icon-buscador);
}
.search__icon-cerrar--menu-desplegable:before {
  color: var(--color-icon-buscador-menu-desplegable);
}
.search__buttons {
  left: auto;
  right: 0;
  width: 50px;
  height: 30px;
}
/*resultados del buscador interior listados*/
.resultados-buscador {
  border-bottom: 1px solid var(--color-borde);
  margin-bottom: 44px;
}

.form-result {
  padding: 0;
  margin-bottom: 44px;
  width: 100%;
}
.form-result__new-search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.form-result__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 60px 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-fondo-etiquetas);
  width: 100%;
  line-height: 60px;
  background: none;
  margin-bottom: 0;
  border: 1px solid var(--color-borde);
}
.form-result__icon-lupa {
  position: absolute;
  top: auto;
  right: 15px;
  z-index: 290;
  background: none;
}
.form-result__buttons-hidde {
  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(--color-fondo-etiquetas);
}
.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;
}

.header-top-listado {
  grid-column: span 24;
}
.header-top-listado .titulo-bloque {
  flex-direction: column;
  border: none;
}
.header-top-listado .titulo-bloque .txt {
  margin-bottom: 15px;
}
.header-top-listado .titulo-bloque .descripcion {
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
}

.tema-oscuro .search__input {
  text-shadow: 0 0 0 #b3b3b3;
}

@media only screen and (max-width: 767px) {
  .search__input {
    padding: 10px 85px 11px 14px;
  }
  .search__icon-cerrar {
    right: 50px;
    top: auto;
  }
  .search__buttons {
    right: 40px;
  }
  .search__icon-mic {
    position: absolute;
    right: 2px;
    top: auto;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 0;
    cursor: pointer;
  }
  .search__icon-mic:before {
    color: var(--color-icon-header);
    font-size: 22px;
  }
  .search:after {
    top: 13px;
  }
  .form-result__new-search {
    margin-bottom: 15px;
  }
  .form-result__datos {
    flex-direction: column;
  }
  .form-result__parrafo {
    margin-bottom: 10px;
  }
  .form-result__ordenar {
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
  .form-result__span {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .form-result__ancla {
    width: max-content;
  }
  .resultados-buscador {
    width: calc(100% - 40px);
    margin: 0 auto 44px;
  }
}
.menu {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2999;
  transition: all 0.3s;
  background: var(--color-fondo-menu);
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 auto 57px;
}
.menu:after {
  content: "";
  width: 100%;
  height: 4px;
  background: none;
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 300;
}
.menu__icon-menu {
  position: relative;
  margin: 0 20px 0 23px;
  z-index: 3000;
  display: none;
}
.menu__icon-menu:before {
  color: var(--color-icon-header);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}
.menu__icon-menu.active:before {
  content: "\e953";
  font-size: 15px;
}
.menu__icon-logo {
  height: 26px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  left: auto;
  transform: translateX(0);
  margin: 0;
  top: auto;
}
.menu__icon-logo img {
  width: auto;
  height: 26px;
}
.menu__icon-logo--watch {
  display: none;
}
.menu__bloque-menu {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__li {
  padding: 0 15px 0 15px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  float: left;
}
.menu__ancla {
  color: var(--color-text-menu);
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  display: flex;
  align-items: center;
  width: max-content;
}
.menu__li.active {
  background: var(--color-fondo-item-menu-active);
  position: relative;
}
.menu__li.active .menu__ancla {
  font-weight: 700;
  color: var(--color-text-menu-active);
}
.menu.open {
  background: var(--color-white);
  position: fixed;
  z-index: 300000;
}
.menu.open:after {
  background: var(--color-fondo-banners);
}
.menu__fecha.show {
  display: none;
  font-size: 13px;
  position: absolute;
  left: 63px;
  transform: translateX(0);
  bottom: 12px;
}

.bloque-menu .btn-vivo {
  display: none;
}

.inicio .menu {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .is-fixed .menu {
    background: var(--color-white);
  }
  .is-fixed .menu:after {
    background: #f7f7f7;
  }
  .is-fixed .menu__icon-logo {
    opacity: 1;
    width: 113px;
    overflow: visible;
    bottom: 10px;
  }
  .is-fixed .menu__icon-menu {
    display: flex;
  }
  .is-fixed .menu__bloque-menu {
    height: 70px;
  }
  .is-fixed .menu__ul {
    display: none;
  }
  .is-fixed .menu__fecha.show {
    display: flex;
  }
  .overflow-hidden .menu__ul {
    display: none;
  }
}
.tema-oscuro.is-fixed .menu {
  background: #000;
}
.tema-oscuro .menu {
  background: #000;
}
.tema-oscuro .menu:after {
  background: var(--color-fondo-banners);
}

.menu.open .menu__bloque-menu {
  height: 70px;
}
.menu.open .menu__icon-menu {
  display: flex;
}
.menu.open .menu__icon-logo {
  opacity: 1;
  overflow: visible;
}

@media only screen and (max-width: 1200px) {
  .menu__nav {
    height: 50px;
    overflow: hidden;
    width: calc(100% - 242px);
  }
}
@media only screen and (max-width: 1023px) {
  .menu {
    position: fixed;
    top: 110px;
    height: 70px;
    padding: 0;
    background: var(--color-white);
    border-bottom: 4px solid #f7f7f7;
    margin: 0 0 20px;
    justify-content: flex-start;
  }
  .menu:after {
    bottom: -4px;
  }
  .menu__nav {
    display: none;
  }
  .menu__icon-menu {
    display: flex;
    margin: 0 0 0 14px;
    transform: translateY(1px);
  }
  .menu__icon-logo {
    display: block;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 28px;
    opacity: 1;
    overflow: initial;
    bottom: 25px;
  }
  .menu__icon-logo img {
    width: auto;
    height: 28px;
  }
  .menu__icon-logo--watch {
    display: none;
  }
  .menu .menu__fecha.show {
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    position: fixed;
    top: 70px;
  }
  .menu__icon-menu {
    transform: translateY(2px);
  }
}
.menu-desplegable {
  background: var(--color-fondo-menu-desplegable);
  padding: 25px 40px;
  transition: all 0.2s;
  position: fixed;
  left: -360px;
  top: 70px;
  height: calc(100vh - 57px);
  z-index: 300001;
  opacity: 1;
  max-width: 360px;
  margin: 0;
  width: 100%;
}
.menu-desplegable__scroll {
  width: 100%;
  height: calc(100vh - 250px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.menu-desplegable__ul {
  padding-top: 23px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-desplegable__li {
  display: block;
  padding: 0;
  margin-bottom: 13px;
}
.menu-desplegable__li.active {
  border-left: solid 2px var(--color-borde);
}
.menu-desplegable__title-menu {
  display: none;
}
.menu-desplegable__ancla {
  color: var(--color-text-menu-desplegable);
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-general);
  padding: 8px 14px 7px;
  display: block;
  position: relative;
}
.menu-desplegable .active .menu-desplegable__ancla {
  color: var(--color-text-menu-desplegable-active);
  background: var(--color-fondo-menu-desplegable-active);
}
.menu-desplegable__select-temas {
  padding: 0 35px 0 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  height: 67px;
  left: -100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid var(--color-borde);
  transition: all 0.2s;
  background: var(--color-fondo-banners);
  z-index: 300002;
}
.menu-desplegable__cont-theme {
  display: flex;
  align-items: center;
  position: absolute;
  right: 35px;
}
.menu-desplegable__vivo {
  left: 22px;
  margin-top: 3px;
  right: auto;
}
.menu-desplegable.open {
  left: 0;
}
.menu-desplegable.open .select-temas {
  left: 0;
}
.menu-desplegable .icon-logo, .menu-desplegable .icon-menu {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .menu-desplegable {
    top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-desplegable {
    max-width: initial;
    left: -100%;
    top: 139px;
    padding: 20px;
    height: calc(100vh - 132px);
  }
  .menu-desplegable__select-temas {
    max-width: initial;
  }
  .menu-desplegable__scroll {
    height: calc(100vh - 340px);
  }
  .menu-desplegable__cont-theme {
    right: 14px;
  }
  .menu-desplegable.open {
    left: 0;
  }
}
[id=page] {
  width: 100%;
  max-width: var(--ancho-site);
  margin: 0 auto;
}

.post-interior [id=page], .galeria-fotos [id=page] {
  grid-row-gap: 0;
}

/*diagramacion de colunmas(sidebars main)*/
[id=main] {
  margin-bottom: 57px;
}

.post-interior [id=main] {
  margin-bottom: 24px;
}

.inicio [id=main] {
  margin-bottom: 0;
  grid-column: span var(--grid-site);
}

.no-sidebars [id=main] {
  width: 100%;
  grid-column: span var(--grid-site);
}

.sidebar-right [id=main] {
  min-height: 300px;
}

.sidebar-left [id=main] {
  min-height: 300px;
}

.two-sidebars [id=main] {
  min-height: 300px;
  position: relative;
  left: 25.5%;
}

.listado-especial [id=main], .interior-en-vivo [id=main], .interior-radio-en-vivo [id=main] {
  margin-bottom: 13px;
}

[id=sidebar-right] {
  padding-bottom: 0;
  height: 100%;
}

.post-interior [id=sidebar-right] {
  padding-bottom: 34px;
}

[id=sidebar-left] {
  padding-bottom: 30px;
}

.two-sidebars [id=sidebar-right], .two-sidebars [id=sidebar-left] {
  overflow: hidden;
}

.two-sidebars [id=sidebar-left] {
  position: relative;
  left: -49%;
}

.no-sidebars [id=sidebar-right], .no-sidebars [id=sidebar-left], .sidebar-left [id=sidebar-right], .sidebar-right [id=sidebar-left] {
  display: none;
}

.listado:not(.listado-especial) [id=main] {
  margin-bottom: 10px;
}

.post-video.no-sidebars [id=main] {
  margin: 0;
}

@media only screen and (max-width: 1180px) {
  [id=page] {
    padding: 0 20px;
  }
}
/*resolucion 1080*/
@media only screen and (min-width: 1200px) and (max-width: 1920px) and (orientation: portrait) {
  [id=page] {
    padding: 0 20px;
  }
}
/*menor a 1024*/
@media only screen and (max-width: 1024px) {
  [id=page] {
    padding: 0 20px;
  }
}
/*menor a 1024*/
@media only screen and (max-width: 1023px) {
  .no-sidebars [id=main] {
    grid-column: span 12;
  }
  [id=page] {
    padding: 202px 20px 0;
  }
  .inicio [id=page] {
    padding: 172px 20px 0;
  }
  .con-video:not(.post-interior, .listado) [id=page], .alertanotas [id=page] {
    padding-top: 0;
  }
  .con-video.post-video [id=page] {
    padding: 202px 20px 0;
  }
  .post-video [id=page] {
    margin-bottom: 44px;
  }
  .listado:not(.listado-especial) [id=page], .post-interior [id=page] {
    display: block;
    margin-bottom: 44px;
  }
}
/*menor a 1024*/
@media only screen and (max-width: 767px) {
  [id=page] {
    padding: 182px 0 0;
  }
  .inicio [id=page] {
    padding: 132px 0 0;
  }
  .con-video:not(.post-interior, .listado) [id=page], .alertanotas [id=page] {
    padding-top: 0;
  }
  .con-video.post-video [id=page] {
    padding: 152px 0 0;
  }
  .interior-en-vivo [id=page], .interior-radio-en-vivo [id=page] {
    padding-top: 132px;
  }
  .post-interior [id=page], .post-interior .bloque-bottom, .interior-en-vivo [id=page], .interior-en-vivo .bloque-bottom, .interior-radio-en-vivo [id=page], .interior-radio-en-vivo .bloque-bottom, .listado-buscador [id=page], .listado-buscador .bloque-bottom, .listado [id=page], .listado .bloque-bottom, .lsitado-especial [id=page], .lsitado-especial .bloque-bottom {
    display: block;
  }
  .post-estatico [id=main] {
    margin-bottom: 0;
  }
}
/*menor a 1024*/
.video-en-vivo {
  background: var(--color-black);
  margin-bottom: 0;
  position: sticky;
  width: 100%;
  left: auto;
  height: auto;
  min-height: 192px;
  z-index: 2999;
  top: 70px;
}
.video-en-vivo__bloque {
  padding: 24px 0;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
}
.video-en-vivo__video {
  width: 256px;
  transition: all 0.2s;
  display: flex;
}
.video-en-vivo__video iframe {
  width: 100%;
  height: 100%;
  min-width: inherit;
  aspect-ratio: 16/9;
}
.video-en-vivo__header {
  width: calc(100% - 256px);
  padding-left: 24px;
}
.video-en-vivo__h3 {
  font-family: var(--font-titulos);
  color: var(--color-white);
  font-size: 22px;
  margin-bottom: 20px;
  width: 100%;
  padding: 5px 0 0;
  letter-spacing: 0.006em;
}
.video-en-vivo__icon-cerrar {
  position: absolute;
  top: 13px;
  right: -9px;
  padding: 0;
  cursor: pointer;
}
.video-en-vivo__icon-cerrar:before {
  font-size: 12px;
  color: var(--color-white);
  font-weight: 400;
}
.video-en-vivo__controls {
  display: flex;
  justify-content: start;
  align-items: center;
  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;
}
.video-en-vivo__audio, .video-en-vivo__pausa, .video-en-vivo__play {
  position: relative;
  font-size: 0;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
.video-en-vivo__audio:before, .video-en-vivo__pausa:before, .video-en-vivo__play:before {
  font-size: 24px;
  color: var(--color-white);
}

.video-disable {
  height: 0;
  min-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  display: none;
}

.buttons-vivo {
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 9px 9px 8px 8px;
  margin-right: 0;
  background: var(--color-fondo-etiquetas);
  border-radius: 3px;
  margin-bottom: 15px;
  width: max-content;
}
.buttons-vivo .txt {
  color: var(--color-white);
  font-family: var(--font-general);
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 7px;
  text-transform: uppercase;
}

.ico-streaming {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  left: 0;
  top: 0;
}
.ico-streaming img {
  position: absolute;
}
.ico-streaming .ico-circulo {
  width: 7px;
  height: 7px;
}
.ico-streaming .ico-onda-1 {
  width: 13px;
  height: 9px;
  display: none;
}
.ico-streaming .ico-onda-2 {
  width: 19px;
  height: 13px;
}

.pulso {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pulso:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border: 2px solid #d50000;
  border-radius: 50%;
  animation: pulse-shadow 2s ease-in-out;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: -1s;
}

.ico-circulo, .btn-vivo span:before {
  animation: centro 2s ease-in-out;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.btn-vivo span:before {
  animation-duration: 2s;
}

.ico-onda-1 {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-name: onda;
  animation-iteration-count: infinite;
}

.ico-onda-2 {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-name: onda2;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

@keyframes centro {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes onda {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes onda2 {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-shadow {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  50% {
    transform: scale(0.8) translateX(0px);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}
.vivo-rep {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.vivo-rep iframe {
  width: 100%;
  height: 100%;
}

.tema-oscuro .video-en-vivo {
  background: #000;
}

/*colocando video vivo version fixeado left */
.fixeado-left.video-en-vivo {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  left: 2%;
  background: var(--color-fondo-etiquetas);
  z-index: 1310;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

/*fixeado-right*/
.fixeado-right.video-en-vivo {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  right: 2%;
  background: var(--color-fondo-etiquetas);
  z-index: 1310;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

/*toda las clases*/
.fixeado-right .vivo-content, .fixeado-left .vivo-content {
  width: 100%;
  padding: 12px 10px 10px;
}

.fixeado-right .vivo-rep, .fixeado-left .vivo-rep {
  width: 100%;
}

.fixeado-right .vivo-title, .fixeado-left .vivo-title {
  width: 100%;
  padding-left: 0px;
}

.fixeado-right .vivo-title h3, .fixeado-left .vivo-title h3 {
  font-size: 22px;
  width: 285px;
}

.fixeado-right.fb-video, .fb-video > span {
  width: 80% !important;
}

.fixeado-right #yt-vivo, .fixeado-left #yt-vivo {
  width: 208px !important;
  height: 117px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 0.3s ease-in-out;
}

.fixeado-right .vivo-title span:before, .fixeado-left .vivo-title span:before {
  font-size: 24px;
  color: #d5d5d5;
  font-weight: 400;
  position: relative;
  top: -40px;
  right: -18px;
  border-radius: 50%;
  background-color: black;
  transition: all 0.3s;
}

.fixeado-right .vivo-title span:hover, .vivo-title span:hover span:before {
  color: #fff;
}

.fixeado-right .vivo-title .vivo, .fixeado-left .vivo-title .vivo {
  margin-left: 10px;
  background: black;
}

.fixeado-right .vivo-content .icon-cerrar, .fixeado-left .vivo-title .icon- cerrar {
  position: absolute;
  top: 15px;
  right: 13px;
}

/*.fixeado-right .vivo-content .icon-cerrar:before { color:#fff;}*/
.fixeado-right .vivo-title .cerrar, .fixeado-left .vivo-title .cerrar {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 50%;
}

.fixeado-right .celda, .fixeado-left .celda {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.fixeado-right .volumen, .fixeado-left .volumen {
  display: none;
}

.fixeado-right .ampliar, .fixeado-left .ampliar {
  display: none;
}

.fixeado-right.video-en-vivo:hover .icon-cerrar:before, .fixeado-left.video-en-vivo:hover .icon-cerrar:before {
  display: block;
  top: -10px;
}

@media only screen and (max-width: 1180px) {
  .video-en-vivo {
    width: 100%;
    max-width: 100%;
  }
  .video-en-vivo__bloque {
    max-width: 100%;
    padding: 20px;
  }
  .video-en-vivo__icon-cerrar {
    right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .video-en-vivo {
    position: relative;
    top: auto;
    margin-top: 180px;
    z-index: 300;
  }
}
@media only screen and (max-width: 767px) {
  .video-en-vivo {
    min-height: 300px;
    margin: 140px 0 0;
    z-index: 300;
  }
  .video-en-vivo__bloque {
    flex-direction: column-reverse;
  }
  .video-en-vivo__video {
    width: 100%;
    margin: auto;
  }
  .video-en-vivo__header {
    width: 100%;
    padding-left: 0;
    margin: auto;
  }
  .video-en-vivo__icon-cerrar {
    right: 10px;
  }
  .alertanotas .video-en-vivo {
    margin-bottom: 44px;
  }
  .fixeado-right .vivo-content, .fixeado-left .vivo-content { /*width: auto;*/
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  .fixeado-right.video-en-vivo, .fixeado-left.video-en-vivo {
    right: 0;
    min-height: 240px;
    width: 100%;
    left: 0;
  }
  .fixeado-right.video-en-vivo, .fixeado-left.video-en-vivo {
    justify-content: center;
    overflow: initial;
  }
  .fixeado-right .vivo-title, .fixeado-left .vivo-title {
    padding: 0px 0 0 0;
    width: 100%;
  }
  .fixeado-right .vivo-title h3, .fixeado-left .vivo-title h3 {
    width: 90%; /*padding: 20px 0 0*/
  }
  .fixeado-right .vivo-title span:before, .fixeado-left .vivo-title span:before {
    top: -25px;
  }
}
.ultimo-momento {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-error);
  top: 69px;
  margin: 0 auto;
  border: none;
  padding: 15px 10px;
  overflow: hidden;
  min-height: 55px;
  position: sticky;
  z-index: 2999;
  width: 100%;
}
.ultimo-momento .cont {
  text-align: left;
  width: 100%;
  max-width: var(--ancho-site);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.ultimo-momento h2 {
  font-family: var(--font-general);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  padding: 13px 40px 9px;
  margin-bottom: 0;
  line-height: 100%;
  text-align: left;
}
.ultimo-momento h2 span {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.ultimo-momento .icon-cerrar {
  position: absolute;
  right: -2px;
  display: flex;
  cursor: pointer;
  top: auto;
  z-index: 100;
}
.ultimo-momento .icon-cerrar:before {
  font-size: 12px;
  color: var(--color-white);
  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: var(--color-white);
  display: block;
  margin-bottom: 8px;
}
.ultimo-momento a {
  color: var(--color-white);
  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 a {
  width: 0;
  overflow: hidden;
  display: block;
}
.ultimo-momento .sldier-txt a:first-child, .ultimo-momento .sldier-txt.owl-carousel a {
  width: 100%;
  height: auto;
}

.con-video .ultimo-momento {
  top: 259px;
}

.video-disable ~ .ultimo-momento {
  top: 69px;
}

@media only screen and (max-width: 1280px) {
  .ultimo-momento {
    width: 100%;
  }
}
@media only screen and (max-width: 1180px) {
  .ultimo-momento {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .ultimo-momento {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .ultimo-momento {
    margin-top: 180px;
  }
  .con-video .ultimo-momento {
    margin-top: 0;
  }
  .ultimo-momento a {
    font-size: 22px;
    line-height: 1.21;
  }
}
@media only screen and (max-width: 1023px) {
  .is-fixed .ultimo-momento, .ultimo-momento {
    top: auto;
    position: relative;
    z-index: 300;
  }
  .is-fixed.con-video .ultimo-momento, .con-video .ultimo-momento {
    top: auto;
    position: relative;
    z-index: 300;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con-video .video-disable ~ .ultimo-momento, .video-disable ~ .ultimo-momento {
    top: auto;
  }
  .ultimo-momento {
    margin: 132px auto 0;
    height: auto;
    position: relative;
    z-index: 300;
    transition: none;
  }
  .ultimo-momento .icon-cerrar {
    top: 2px;
  }
  .ultimo-momento p {
    display: none;
  }
  .ultimo-momento span.ahora {
    margin-bottom: 12px;
  }
  .ultimo-momento a {
    line-height: 1.21;
    font-size: 22px;
    font-weight: 700;
  }
}
.bloque-sorteo {
  background: var(--color-bg-especial);
  padding: 30px 0;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.bloque-sorteo__bloque {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.bloque-sorteo__article {
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0;
  justify-items: flex-end;
  flex-direction: row;
}
.bloque-sorteo__header {
  padding: 0 50px;
  max-width: 55%;
}
.bloque-sorteo__header .bloque-sorteo__h2 {
  margin-bottom: 20px;
}
.bloque-sorteo__figure {
  max-width: 45%;
  height: auto;
}
.bloque-sorteo__h2, .bloque-sorteo__p, .bloque-sorteo__span {
  color: var(--color-text-especial);
}
.bloque-sorteo__p {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 25px;
}
.bloque-sorteo__span {
  font-size: 16px;
  color: var(--color-light-grey);
  margin-bottom: 25px;
}
.bloque-sorteo.bg-fdo {
  background: var(--img-fdo-especial) no-repeat;
  background-size: cover;
}

.dos-sorteos .bloque-sorteo__bloque {
  grid-column-gap: var(--col-gap);
  max-width: 800px;
}
.dos-sorteos .bloque-sorteo__article {
  max-width: initial;
  width: auto;
  height: 100%;
  flex-direction: column-reverse;
  align-self: start;
}
.dos-sorteos .bloque-sorteo__figure {
  max-width: none;
}
.dos-sorteos .bloque-sorteo__header {
  max-width: none;
  padding: 30px 0 0;
  height: 100%;
  align-items: end;
}

.tres-sorteos .bloque-sorteo__bloque {
  grid-column-gap: var(--col-gap);
}
.tres-sorteos .bloque-sorteo__article {
  max-width: initial;
  width: auto;
  height: 100%;
  flex-direction: column-reverse;
  align-self: start;
}
.tres-sorteos .bloque-sorteo__figure {
  max-width: none;
}
.tres-sorteos .bloque-sorteo__header {
  max-width: none;
  padding: 30px 0 0;
  height: 100%;
  align-items: end;
}

@media only screen and (max-width: 1080px) {
  .bloque-sorteo__bloque {
    padding: 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .bloque-sorteo__bloque, .bloque-sorteo__article {
    flex-direction: column-reverse;
  }
  .bloque-sorteo__header {
    padding: 37px 20px 0;
    max-width: 100%;
  }
  .bloque-sorteo__figure {
    max-width: 100%;
    height: auto;
  }
  .tres-sorteos .bloque-sorteo__header {
    padding: 37px 20px 0;
  }
  .tres-sorteos .bloque-sorteo__bloque {
    grid-row-gap: 37px;
  }
}
.bloque-videos.background {
  background: var(--color-dark-grey);
  padding: 37px 30px 54px;
}

.bloque-videos.background .grid {
  margin: 0 auto;
  grid-row-gap: 38px;
  position: relative;
}

.bloque-videos .cl-18 {
  grid-row-start: span 3;
}

.bloque-videos figure {
  position: relative;
}

.bloque-videos a.link-img img {
  aspect-ratio: 16/9;
}

.bloque-videos a.link-img img {
  object-fit: initial;
}

.bloque-videos .titulo-bloque, .bloque-galeria .titulo-bloque {
  padding: 0;
  border: none;
  text-transform: uppercase;
  z-index: 3;
}

.bloque-videos .titulo-bloque span:after, .bloque-galeria .titulo-bloque span:after {
  width: 4px;
  height: 59px;
  background: var(--color-dark-grey);
  bottom: 4px;
  top: auto;
}

.bloque-galeria .titulo-bloque span:after {
  background: var(--color-white);
}

.bloque-videos .titulo-bloque {
  display: flex;
  align-items: center;
  justify-content: start;
}
.bloque-videos .titulo-bloque:before {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--color-fondo-etiquetas);
  position: absolute;
  z-index: 299;
  max-width: var(--ancho-site);
}
.bloque-videos .titulo-bloque span {
  padding: 5px 12px 5px 0;
  background: var(--color-dark-grey);
  position: relative;
  z-index: 300;
}

.bloque-mascoteros .titulo-bloque {
  justify-content: center;
}
.bloque-mascoteros .publicar-mascota {
  margin-top: 30px;
  padding: 0 20px;
}
.bloque-mascoteros .publicar-mascota .buttons-white {
  padding: 0 0 0 20px;
}

.filtro-mascota {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 30px !important;
}
.filtro-mascota .buttons {
  width: auto;
  margin: 0 10px;
}
.filtro-mascota .buttons.active {
  background: #cd7703;
}

.buttons-whatsapp {
  background: #25d366;
  text-decoration: none;
  margin: 30px 0;
}

.buttons-publicar {
  background: var(--color-fondo-footer);
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .filtro-mascota .buttons {
    width: auto;
    margin: 0 10px 10px;
    min-width: 133px;
  }
  .bloque-mascoteros .publicar-mascota .buttons-white {
    padding: 10px 0 0 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .mascoteros .listado-article article {
    margin: 0 20px;
    width: auto;
  }
}
.notificaciones {
  display: none;
  transition: all 0.3s;
}

/*comun con barra en el top
*/
.notificaciones.barra {
  padding: 0;
  background: #ecbd0b;
  position: relative;
  width: 100%;
  z-index: 3000;
}

.notificaciones.barra .bloque {
  width: var(--ancho-site);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
}

.notificaciones.barra .bloque p {
  padding: 9px 30px 7px 35px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: var(--font-general);
  color: var(--color-black);
}

.notificaciones.barra .bloque p b {
  cursor: pointer;
}

.notificaciones.barra .icon-cerrar {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.notificaciones.barra .icon-campana {
  position: absolute;
  left: 0;
}

.notificaciones.barra span:before {
  font-size: 30px;
  color: var(--color-black);
}

.icon-cerrar:hover, .notificaciones p b:hover {
  opacity: 0.65;
}

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

/*con ventana*/
.icon-campana.disable {
  display: none;
}

.notificaciones.ventana {
  min-width: 430px;
  width: 430px;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 20px 10px 20px 20px;
  position: fixed;
  top: 10px;
  left: 10px;
  box-shadow: 3px 3px 6px rgba(17, 17, 17, 0.25);
  background: var(--color-white);
  z-index: 3000;
  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 .cont-btn .buttons-white {
  font-size: 14px;
}
.notificaciones.ventana .cont-btn span {
  width: auto;
}

.overflow-hidden .notificaciones.ventana {
  z-index: 3000;
}

.notificaciones.ventana img, .notificaciones.ventana .icon-logo {
  width: 78px;
  height: auto;
  margin-right: 20px;
  position: relative;
}

.notificaciones.ventana p {
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  font-weight: 400;
  position: relative;
  top: 1px;
}

.notificaciones.ventana .buttons {
  margin: 0 10px;
}

/*
.icon-campana.fixed { width:50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: $c-error;
  position: fixed; bottom: 20px; left: 20px; transition: all 0.4s; cursor: pointer; z-index: 3001}
.icon-campana.fixed:before { font-size: 30px; color: $c-white;content: "\e91d";}
.icon-campana.fixed:hover { background: #880D21}
.icon-campana.fixed { opacity: 1; display: none; transition: all 0.3s; }
.con-notificacion .icon-campana.fixed { opacity: 0; display: block}

.tooltip { background: $c-site; color: $c-white; font-weight: 500; font-size: 14px; font-family: var(--font-general); padding: 9px 20px 7px; white-space: nowrap;
  position: fixed; left: 90px; display: block;  width: 0; opacity: 0; transition: all 0.3s; bottom: 30px; z-index: 3001 }
.tooltip:before {content: ''; display: block; position: absolute; top: 50%; left: -15px; transform: translateY(-50%); width: 0; height: 0;
  border-right: 18px solid #21549F;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 1px;}

.icon-campana.fixed.tool + .tooltip {width: 195px; opacity: 1;}*/
.ocultar-notificacion .notificaciones {
  top: -250px;
}

@media only screen and (max-width: 1280px) {
  .notificaciones.barra .bloque {
    width: 100%;
  }
  .notificaciones.barra .icon-cerrar {
    right: 10px;
  }
  .notificaciones.barra .icon-campana {
    left: 7px;
    top: 4px;
  }
  .notificaciones.barra .bloque {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1023px) {
  .notificaciones.ventana {
    z-index: 3002;
  }
}
@media only screen and (max-width: 767px) {
  .notificaciones.ventana {
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    top: auto;
    box-shadow: 1px -4px 6px rgba(17, 17, 17, 0.25);
    min-width: auto;
  }
  .notificaciones.ventana .buttons {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .notificaciones.barra .icon-cerrar {
    top: 4px;
    right: 5px;
  }
}
.streaming-radio, .streaming-tv {
  background: var(--color-text-notas);
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  margin: 0 auto 57px;
  padding: 60px 54px;
  overflow: hidden;
  position: relative;
}
.streaming-radio .bloque, .streaming-tv .bloque {
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 0;
  justify-items: flex-end;
  flex-direction: row;
}
.streaming-radio:before, .streaming-tv:before {
  content: "";
  width: 110%;
  height: 300%;
  position: absolute;
  top: -35%;
  left: 55%;
  background: var(--color-text-notas) url("/images/logo-fondo-radio.svg");
  background-size: 150px;
  transform: rotate(-12deg) translateY(-50%) translateX(-50%);
  filter: brightness(0.09);
}
.streaming-radio:after, .streaming-tv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}
.streaming-radio__header, .streaming-tv__header {
  flex-direction: column;
  min-height: 270px;
  position: relative;
  z-index: 300;
  width: calc(100% - 480px);
  padding: 0 20px;
}
.streaming-radio__logo, .streaming-tv__logo {
  width: auto;
  height: 60px;
  margin-bottom: 24px;
  fill: #ffffff;
}
.streaming-radio__titulo-principal, .streaming-tv__titulo-principal {
  margin-bottom: 5px;
}
.streaming-radio__titulo-principal, .streaming-radio--conductor, .streaming-radio__horario, .streaming-tv__titulo-principal, .streaming-tv--conductor, .streaming-tv__horario {
  color: var(--color-white);
}
.streaming-radio__vivo, .streaming-tv__vivo {
  margin: 15px 0 0;
}
.streaming-radio__video, .streaming-tv__video {
  position: relative;
  z-index: 300;
  width: 480px;
  height: 270px;
}
.streaming-radio__iframe, .streaming-tv__iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 110;
  object-fit: cover;
  background: #000;
}
.streaming-radio__ancla, .streaming-tv__ancla {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
}
.streaming-radio__ancla:after, .streaming-tv__ancla:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 301;
}
.streaming-radio__ancla.radio-active:after, .streaming-tv__ancla.radio-active:after {
  display: none;
}
.streaming-radio__ancla:hover, .streaming-tv__ancla:hover {
  opacity: 1;
}
.streaming-radio__ancla .icon-youtube, .streaming-tv__ancla .icon-youtube {
  position: absolute;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.streaming-radio__ancla .icon-youtube:before, .streaming-tv__ancla .icon-youtube:before {
  font-size: 100px;
  position: relative;
  z-index: 301;
  color: #f00;
}
.streaming-radio__ancla .icon-youtube:after, .streaming-tv__ancla .icon-youtube:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
}

.streaming-tv__logo {
  margin-bottom: 8px;
}
.streaming-tv__titulo-principal {
  margin-bottom: 6px;
}
.streaming-tv__vivo {
  margin: 16px 0 0;
}
.streaming-tv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(213, 0, 0, 0.2509803922) 50%, #480707 100%);
}

@media only screen and (max-width: 1024px) {
  .streaming-radio__titulo-principal, .streaming-tv__titulo-principal {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .streaming-radio, .streaming-tv {
    padding: 30px 20px 20px;
    margin-bottom: 44px;
  }
  .streaming-radio .bloque, .streaming-tv .bloque {
    flex-direction: column;
    grid-row-gap: 34px;
  }
  .streaming-radio:after, .streaming-tv:after {
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
  }
  .streaming-radio:before, .streaming-tv:before {
    width: 150%;
    background-size: 23.5%;
    filter: brightness(0.08);
  }
  .streaming-radio__header, .streaming-radio__video, .streaming-tv__header, .streaming-tv__video {
    width: 100%;
    height: auto;
    max-width: 480px;
  }
  .streaming-radio__logo, .streaming-tv__logo {
    width: 130px;
  }
  .streaming-radio__horario, .streaming-tv__horario {
    font-size: 16px;
  }
  .streaming-radio__header, .streaming-tv__header {
    justify-content: end;
    padding: 0;
    min-height: initial;
  }
  .streaming-radio__logo, .streaming-tv__logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .streaming-radio__vivo, .streaming-tv__vivo {
    position: absolute;
    right: 0;
    top: 0;
    margin: 12px 0 0;
  }
  .streaming-radio__titulo-principal, .streaming-tv__titulo-principal {
    padding-top: 75px;
    text-align: center;
    font-size: 22px;
  }
  .streaming-tv__logo {
    width: auto;
    display: none;
  }
  .streaming-tv__vivo {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 16px;
    order: 1;
  }
  .streaming-tv__titulo-principal {
    padding: 0;
    order: 2;
  }
  .streaming-tv__horario {
    order: 3;
  }
}
.encuesta {
  display: flex;
  flex-direction: column;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 auto 60px;
  width: 100%;
  max-width: var(--ancho-site);
  height: 100%;
  background: var(--color-text-notas);
  padding: 33px 30px 40px;
}
.encuesta img {
  width: 100%;
}
.encuesta__auspiciante {
  width: auto;
  height: 24px;
  position: absolute;
  z-index: 300;
  margin: 0 auto;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.encuesta__header {
  margin-bottom: 38px;
}
.encuesta__icon-logo:before {
  font-size: 30px;
  color: var(--color-fondo-etiquetas);
}
.encuesta__titulo {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  clear: both;
  position: relative;
  z-index: 300;
  padding: 7px 0 16px;
}
.encuesta__consigna {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
  z-index: 300;
  margin: 0 auto;
  max-width: 408px;
  line-height: 120%;
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 0.001em;
}
.encuesta__error {
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
  width: 100%;
  text-align: center;
  z-index: 300;
}
.encuesta__cont-votos:empty {
  display: none;
}
.encuesta__cont-votos {
  position: relative;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
}
.encuesta__finaliza {
  color: #aaaaaa;
  width: 100%;
  padding: 10px 0;
  z-index: 300;
  font-family: var(--font-general);
  text-align: center;
}
.encuesta__ver-mas {
  color: #aaaaaa;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: var(--font-general);
}
.encuesta__error:empty, .encuesta__cant-votos:empty {
  display: none;
}
.encuesta__items-votar {
  max-width: 408px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.encuesta__item {
  position: relative;
  clear: both;
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--color-fondo-buttons);
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0 10px;
  z-index: 300;
  color: var(--color-text-buttons);
  height: 40px;
  font-weight: 700;
  justify-content: center;
  cursor: pointer;
}
.encuesta__txt {
  font-family: var(--font-general);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-white);
  display: block;
  padding: 0;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
  max-width: 90%;
  box-sizing: border-box;
  z-index: 300;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-overflow: ellipsis;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
}
.encuesta__cant {
  font-family: var(--font-general);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  display: none;
}
.encuesta__cont-borde {
  display: none;
  width: calc(100% - 45px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 299;
  background: rgba(255, 255, 255, 0.3);
}
.encuesta__borde {
  display: none;
  background: var(--color-fondo-etiquetas);
  height: 100%;
  width: 0;
  opacity: 0.4;
  transition: all 1s;
  transition-delay: 2s;
}

.encuesta .cont-items-resultados {
  display: none;
}

.encuesta .error {
  display: none;
  padding: 10px;
  text-align: center;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.ver-resultados .encuesta__item {
  background: none;
  pointer-events: none;
  border-left: 2px solid var(--color-fondo-etiquetas) -hover;
}
.ver-resultados .encuesta__item:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 45px);
  background: var(--color-fondo-buttons);
  display: block;
}
.ver-resultados .encuesta__cant {
  display: block;
  color: var(--color-white);
  position: absolute;
  top: auto;
  right: 0;
  z-index: 300;
  width: 42px;
  text-align: center;
}
.ver-resultados .encuesta__cont-borde, .ver-resultados .encuesta__borde {
  display: block;
}
.ver-resultados .encuesta__txt {
  left: 10px;
  transform: translateX(0);
  width: calc(100% - 65px);
  text-align: left;
}
.ver-resultados .encuesta__borde {
  background: var(--color-fondo-buttons);
}

.active .encuesta__borde {
  background: var(--color-fondo-etiquetas);
  opacity: 0.75;
}

.ver-resultados .resultados {
  display: none;
}

a.resultados {
  padding: 8px 12px;
  color: var(--color-black);
  background: #666666;
  display: inline-block;
  cursor: pointer;
}

a.resultados:hover {
  background: #999;
}

@media only screen and (min-width: 1025px) {
  .items-votar__item:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 1024px) {
  .titulo-bloque-esp {
    margin-bottom: 0;
  }
  .encuesta .icon-compartir {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .encuesta {
    max-width: initial;
    grid-column: span 12;
  }
}
@media only screen and (max-width: 767px) {
  .encuesta.encuesta {
    padding: 33px 30px 40px;
    width: auto;
    left: auto;
    margin: 0 20px 44px;
  }
  .encuesta__titulo {
    text-align: center;
  }
  .encuesta__cant-votos, .encuesta__finaliza {
    transition: all 0.5s;
    opacity: 1;
  }
  .encuesta .icon-compartir {
    position: absolute;
    bottom: 10px;
    right: 15px;
    margin: 0;
    z-index: 30000;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .encuesta .icon-compartir:before {
    color: var(--color-white);
    font-size: 26px;
  }
  .encuesta .icon-logo {
    margin-left: -20px;
  }
  .encuesta a, .items-votar {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .encuesta .txt {
    margin-bottom: 20px;
  }
  .encuesta {
    max-width: initial;
    grid-column: span 1;
  }
}
.bloque-galeria {
  padding: 37px 0;
  background: var(--color-dark-grey);
}
.bloque-galeria .grid {
  margin-bottom: 0;
  position: relative;
  grid-row-gap: 0;
}
.bloque-galeria:after {
  background: #FBD500;
}
.bloque-galeria .bloque {
  margin: 0 auto;
  position: relative;
}
.bloque-galeria .etiqueta, .bloque-galeria .volanta {
  color: var(--color-fondo-banners);
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 8px;
  background: none;
  padding: 0;
  width: 100%;
  border-radius: 0;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
  order: 1;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bloque-galeria .etiqueta:before, .bloque-galeria .volanta:before {
  display: none;
}
.bloque-galeria .titulo-bloque {
  color: var(--color-white);
  font-size: 26px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  text-transform: uppercase;
  z-index: 3;
}
.bloque-galeria .titulo-bloque span {
  line-height: 100%;
  position: relative;
  z-index: 300;
  display: flex;
  align-items: center;
  background: var(--color-fondo-etiquetas);
  padding: 5px 12px;
}
.bloque-galeria .titulo-bloque span img {
  width: 30px;
  margin-left: 12px;
}
.bloque-galeria .titulo-bloque span:after {
  background: var(--color-white);
}
.bloque-galeria .banner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 30px;
  width: auto;
  height: auto;
  background: #414446;
}
.bloque-galeria .article {
  padding: 0;
}
.bloque-galeria .article__ancla-title {
  order: 2;
}

.article__header--galeria .etiqueta:empty {
  display: none;
}

.article__figure--galeria {
  grid-column: span 16;
  z-index: 300;
}

.article__header--galeria {
  width: 360px;
  position: relative;
  z-index: 300;
  grid-column: span 8;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.article__header--galeria h2 {
  order: 2;
}

@media only screen and (max-width: 1280px) {
  .bloque-galeria {
    margin: 0 auto 30px;
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .bloque-galeria .banner {
    padding: 10px;
    right: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .bloque-galeria .bloque {
    height: auto;
  }
  .bloque-galeria .grid {
    grid-gap: 34px;
    width: 100%;
    display: block;
  }
  .bloque-galeria .banner {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    padding: 0;
    grid-column: span 12;
    width: 100%;
  }
  .article__figure--galeria {
    grid-column: span 7;
  }
  .article__header--galeria {
    margin-bottom: 0;
    order: 2;
    width: auto;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .bloque-galeria {
    margin-bottom: 44px;
    height: auto;
    padding: 30px 0;
  }
  .bloque-galeria .article__ancla-title {
    order: 2;
  }
  .bloque-galeria .etiqueta, .bloque-galeria .volanta {
    color: var(--color-text-notas);
  }
  .bloque-galeria .volanta {
    order: 1;
  }
  .bloque-galeria .titulo-bloque {
    margin-bottom: 20px;
    width: max-content;
  }
  .bloque-galeria:after {
    height: 250px;
  }
  .bloque-galeria .bloque {
    height: auto;
    margin: 0;
  }
  .bloque-galeria .banner {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 48px auto 0;
    padding: 0;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.2);
  }
  .bloque-galeria .banner > div {
    background: none;
  }
  .article__header--galeria {
    display: block;
    width: 100%;
    margin-right: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
    order: 2;
  }
  .article__header--galeria h2 {
    order: 2;
    padding: 0 0;
  }
  .article__figure--galeria {
    order: 2;
    grid-column: span 1;
  }
}
.bloque-especial {
  background: none;
}
.bloque-especial .grid {
  position: relative;
  z-index: 300;
  margin-bottom: 0;
}
.bloque-especial .logo-especial, .bloque-especial.sombra-radial:before {
  display: none;
}
.bloque-especial header {
  display: flex;
  align-items: center;
}
.bloque-especial header .titulo-bloque {
  width: 100%;
}
.bloque-especial header .titulo-bloque span {
  display: inline-block;
  width: auto;
}
.bloque-especial .link-img picture {
  background: none;
}
.bloque-especial .dos-col {
  grid-row: span 2;
}

.bloque-especial.bg-fdo {
  background-image: var(--img-fdo-especial);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-especial);
  background-size: auto 100%;
  padding: 44px 30px;
  /*&.textura-dots:after{
    content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; transition: all 0.3s; opacity: 1;
    background-image: radial-gradient(rgba(0,0,0,0.5) 5%, transparent), radial-gradient(rgba(0,0,0, 0.5) 5%, transparent);
    background-size: 6px 6px;
    background-position: 0 0,3px 3px;}*/
}
.bloque-especial.bg-fdo .logo-especial {
  display: block;
  width: auto;
  height: auto;
  max-height: 60px;
  margin-right: 26px;
}
.bloque-especial.bg-fdo.sombra-radial:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--especial-bg);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 10%, rgb(0, 0, 0) 50%);
}

@media only screen and (max-width: 1180px) {
  .bloque-especial.bg-fdo.sombra-radial:before {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 35%, rgb(0, 0, 0) 90%);
  }
  .bloque-especial.bg-fdo {
    background-position-x: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .bloque-especial {
    margin-bottom: 0;
    width: 100%;
    left: auto;
  }
  .bloque-especial .grid {
    margin-bottom: 44px;
  }
  .bloque-especial header {
    margin-bottom: 0;
    position: relative;
  }
  .bloque-especial article header {
    top: auto;
  }
  .bloque-especial.bg-fdo header {
    top: 16px;
  }
  .bloque-especial.bg-fdo article header {
    top: auto;
  }
  .bloque-especial.bg-fdo {
    margin-bottom: 44px;
    padding: 30px 20px;
    background: var(--img-fdo-especial);
    width: 100vw;
    left: calc((100% - 100vw) / 2);
  }
  .bloque-especial.bg-fdo .grid {
    margin-bottom: 0;
  }
  .bloque-especial.bg-fdo.sombra-radial:before {
    display: none;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 90%);
  }
  .bloque-especial.bg-fdo .logo-especial {
    margin-right: 0;
  }
  .bloque-especial.bg-fdo .titulo-bloque {
    justify-content: center;
  }
  .bloque-especial .grid {
    width: 100%;
    grid-row-gap: 44px;
  }
  .bloque-especial header {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .bloque-especial header img {
    margin: 0 0 20px;
  }
  .bloque-especial header a {
    margin: 0;
  }
}
/*****************************/
.fecha-nota {
  font-family: var(--font-general);
  font-weight: 300;
  font-size: 15px;
  color: var(--color-black);
  display: inline-block;
  text-transform: lowercase;
  font-kerning: normal;
}

.etiquetas-nota {
  clear: both;
  overflow: hidden;
  margin: 50px 0;
  display: block;
}

.etiquetas-nota .etiqueta {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin: 0 10px 20px;
  font-size: 16px;
}

.etiquetas-nota .etiqueta:first-child {
  margin-left: 0;
}

/*redes embebidas*/
.instagram-media, .twitter-tweet, blockquote.instagram-media, blockquote {
  margin: 44px auto !important;
  min-width: initial;
  display: block;
  max-width: 620px;
}

iframe.twitter-tweet, .instagram-media iframe, blockquote.instagram-media iframe {
  width: 620px;
}

.twitter-tweet {
  max-width: 550px;
}

.instagram-media:last-child {
  margin: 50px auto;
}

html[dir=ltr] .outerCenter, html[dir=ltr] .innerCenter {
  right: 0;
}

.etiquetas-interior {
  border-top: 1px solid var(--color-borde);
  padding: 39px 0 0;
}
.etiquetas-interior h2 {
  font-size: 21px;
  color: var(--color-text-notas);
  margin-bottom: 38px;
}
.etiquetas-interior .etiquetas-nota {
  margin: 0;
}
.etiquetas-interior .etiquetas-nota .etiqueta {
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  background: var(--color-fondo-etiquetas);
  font-size: 14px;
}

.header-interior .bajada {
  margin-bottom: 0;
}

.interior-top-1 h2.bajada {
  margin-bottom: 31px;
}
.interior-top-1 .fecha-nota {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
}
.interior-top-1 .herramientas {
  order: 5;
}
.interior-top-1 .cont-foto {
  margin: 15px 0 0;
  order: 6;
}

.interior-top-2 {
  margin-bottom: 44px;
  display: flex;
}
.interior-top-2 h2.bajada {
  margin-bottom: 31px;
}
.interior-top-2 .herramientas {
  order: 5;
}
.interior-top-2 .cont-foto {
  order: 6;
}

.embed {
  margin: 44px auto;
  width: 100%;
}

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

.post-doc {
  width: 66%;
}
.post-doc iframe {
  height: 580px;
}

figure.embed, .embed-video {
  width: 100%;
  float: none;
}

.embed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.embed iframe {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  overflow: visible;
  border: initial;
}

iframe[src*=facebook] {
  border-bottom: 1px solid #dddfe2 !important;
}

figcaption, .audio-pie, .video-pie {
  padding: 18px 0;
  display: block;
  border-bottom: 1px solid var(--color-borde);
  width: 100%;
  text-align: right;
}

figcaption span, .video-pie span {
  color: var(--color-black);
  font-family: var(--font-general);
  font-size: 16px;
  line-height: 150%;
  display: block;
  font-weight: 300;
  font-kerning: none;
}

.foto-credit {
  display: block;
}

.cont-galeria figcaption {
  position: relative;
}

.cont-galeria figcaption .contador {
  color: #aaaaaa;
}

.galeria-fotos .contador {
  font-size: 14px;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-weight: 500;
}
.galeria-fotos figcaption + .contador {
  bottom: 70px;
}

.embed.embed-video {
  max-width: initial;
}

.video {
  position: relative;
  width: 100%;
  display: flex;
}

.video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: none;
  height: auto;
}

.embed .audios {
  width: 100%;
}

.nota-relacionada + .nota-relacionada {
  margin-top: -45px;
}

.embed figcaption, .video-pie {
  border-bottom: 1px solid var(--color-borde);
  font-weight: normal;
  font-size: 14px;
}

cite {
  background: var(--color-fondo-banners);
  color: var(--color-text-notas);
  margin: 30px auto;
  display: block;
  padding: 10px 20px;
}

.cita {
  clear: both;
  overflow: hidden;
  margin: 44px auto;
  border-top: solid 1px var(--color-borde);
  border-bottom: solid 1px var(--color-borde);
  padding: 20px 40px;
}
.cita q {
  font-family: var(--font-general);
  font-size: 27px;
  color: var(--color-black);
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
  font-kerning: none;
}
.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: 20px;
  padding-top: 12px;
}
.cita .autor-cita b {
  font-weight: 400;
}
.cita .redes-cita {
  float: right;
}
.cita .redes-cita span {
  font-size: 40px;
  cursor: pointer;
}

.fuente {
  font-size: 12px;
  font-style: italic;
  font-family: var(--font-general);
  color: #666666;
  font-weight: 600;
  margin: 30px 0;
  display: block;
}

.fuente b {
  font-weight: 400;
  text-transform: uppercase;
}

.post-video .embed.embed-video {
  margin: 0;
}

.inner-doc {
  border-bottom: 1px solid var(--color-borde);
  padding: 0 0 20px;
  text-align: center;
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-doc .icon-descargar, .inner-doc a, .docs .icon-descargar, .docs a {
  display: flex;
  vertical-align: middle;
}

.inner-doc a, .docs a, .inner-doc a span {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-general);
  color: var(--color-text-notas);
}

.inner-doc .icon-descargar {
  width: 50px;
}

.inner-doc a {
  line-clamp: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.inner-doc a span {
  font-weight: 400;
  padding-left: 5px;
}

.inner-art {
  padding: 0;
  clear: both;
  overflow: hidden;
}

.inner-art .etiqueta {
  padding: 0;
  line-height: 100%;
  display: block;
  width: 100%;
}

.inner-art .icon-mas, .inner-art .txt {
  float: left;
}

.inner-art .txt {
  width: calc(100% - 55px);
}

.relacionadas-adjuntas {
  border: none;
  padding: 0;
  margin: 50px 0;
}

.relacionadas-adjuntas li {
  border-top: 1px solid #cccccc;
  padding: 25px 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.relacionadas-adjuntas h2 {
  padding-left: 0;
}

.post-video .interior-top-1 h2.bajada {
  margin: 0;
}
.post-video .cont-cuerpo {
  padding-bottom: 0;
}
.post-video .cont-foto {
  margin-bottom: 10px;
}

.comentarios-youtube {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.comentarios-youtube:before, .comentarios-youtube:after {
  content: "";
  width: 1px;
  height: calc(100% - 4px);
  background: #E5E5E5;
  position: absolute;
  top: 0;
}

.comentarios-youtube:before {
  left: 0;
}

.comentarios-youtube:after {
  right: 0;
}

.fb-likebox {
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
  background: var(--color-fondo-banners);
  width: 100%;
  display: flex;
  justify-content: center;
}

.fb-page, .fb-page span, .fb-page span iframe {
  width: 100%;
}

/*menor a 768*/
@media only screen and (max-width: 767px) {
  .embed {
    margin: 34px auto;
  }
  .video-pie, figure.embed figcaption {
    padding: 10px;
  }
  .post-doc {
    width: 100%;
  }
  .post-doc iframe {
    height: 485px;
  }
  figcaption span, .video-pie span {
    font-size: 16px;
  }
  .nota-foto figcaption, .cont-galeria figcaption {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .nota-foto figcaption, .cont-galeria figcaption {
    width: 100%;
  }
  .nota-foto figcaption {
    padding: 18px 20px;
  }
  .interior-en-vivo .header-interior, .interior-radio-en-vivo .header-interior {
    display: none;
  }
  .interior-en-vivo .comentarios-youtube, .interior-radio-en-vivo .comentarios-youtube {
    width: calc(100% - 40px);
  }
}
/*.autor { display: flex; position: absolute; bottom: 0; width: 100%; justify-content: center;
  &__name, &__link--name { font-size: 14px}
}

.listado-autor{
  .article, .en-bandera {
    &__figure { border: $borde}
  }
}*/
.autor {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  flex-direction: column;
}
.autor__avatares {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 5px;
}
.autor__avatar {
  position: relative;
  margin-right: 5px;
}
.autor__img {
  border: 2px solid var(--color-borde);
  background: var(--color-borde);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 300;
  position: relative;
}
.autor__link--img {
  opacity: 1;
  transform: scale(1.3);
  z-index: 301;
}
.autor__txt {
  width: auto;
  max-width: 100%;
  font-size: 14px;
  font-family: var(--font-general);
  font-weight: 500;
  color: var(--color-text-notas);
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.autor ~ .avatar {
  margin-right: -5px;
}
.autor ~ .autor .txt, .autor .autor .txt a ~ a {
  display: none;
}

header .autor {
  display: none;
  bottom: calc(100% + 10px);
  right: 0;
}

.listado-autor .en-bandera header {
  flex-direction: initial;
  flex-wrap: wrap;
}
.listado-autor .en-bandera__h2 {
  padding: 5px 0;
}
.listado-autor .en-bandera .autor {
  display: flex;
  position: relative;
  width: auto;
}
.listado-autor .en-bandera .autor__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.listado-autor .en-bandera__fecha {
  margin: 0;
}
.listado-autor .en-bandera__fecha:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #85858C;
  margin: 0 4px 0 10px;
  display: inline-flex;
}

.autor-interior {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-borde);
  border-top: 1px solid var(--color-borde);
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.autor-interior__name {
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  float: initial;
  top: auto;
}
.autor-interior__avatar {
  float: left;
  width: auto;
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  margin-right: 20px;
}
.autor-interior__avatar ~ .autor-interior__avatar {
  margin-left: -8px;
}
.autor-interior .autor__avatar img {
  position: relative;
  bottom: auto;
  right: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.autor-interior p span, .autor-interior p {
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 0;
  padding: 0 0 0 8px;
  font-weight: 400;
  display: flex;
  top: auto;
  width: calc(100% - 55px);
}

.text-capitalice .autor p:first-letter {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 5px;
  font-weight: 400;
  float: initial;
  top: auto;
}

.top-columnista {
  margin-bottom: 44px;
  border-bottom: 1px solid var(--color-borde);
  padding-bottom: 44px;
}
.top-columnista__avatar {
  width: 200px;
  height: auto;
}
.top-columnista__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.top-columnista__header {
  width: calc(100% - 200px);
  padding-left: 30px;
}

.article-columnista {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.article-columnista__figure {
  margin-bottom: 12px;
}
.article-columnista__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.listado-autores .avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

/*
.autor-header {
  .autor { display:none}
  .cont-autor { position:relative}
  header {
    .autor { display:flex; position:relative; bottom:auto; right:auto; width:100%; margin-bottom:8px; align-items: center;
      justify-content:flex-start; border-bottom:1px solid $c-black-trans20; flex-direction: row;
      .txt { float:left; padding:0; background:none; height: 20px}
      ~ .autor { position:relative;}
      .avatares { right:auto; left:-5px; bottom:calc(100% - 4px); justify-content: start}
      .avatar { position:relative; bottom:auto; right:auto}
      &:not(:first-of-type) .avatar {position:relative; bottom:auto; right:auto; top:auto;}
      .txt:before { display:none}
      .avatar .txt { order:2}
      .avatar img {}
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .top-columnista {
    justify-content: center;
    align-items: center;
  }
  .top-columnista__header {
    width: 100%;
    padding: 19px 0 0;
  }
  .top-columnista__header h2 {
    text-align: center;
  }
  .top-columnista__header .advthis {
    justify-content: center;
  }
}
/* herramientas */
[id=aviso] {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background: var(--color-fondo-etiquetas);
  color: var(--color-text-etiquetas);
  border-radius: 5px;
  font-family: var(--genera);
}

.herramientas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-borde);
  padding: 24px 0;
}

.herramientas a:last-child:after {
  display: none;
}

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

.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 .redes a:before, .advthis a span:before {
  color: var(--color-icon-header);
  font-size: 24px;
}

.columnista .advthis {
  margin-top: 12px;
}
.columnista .advthis .redes a {
  margin: 0 12px 0 0;
}

/*
.advthis .redes a.icon-facebook:before { font-size: 31px}
.advthis .redes a.icon-telegram:before { font-size: 35px}
.advthis .redes a.icon-twitter:before { font-size: 38px}
.advthis .redes a.icon-copy-doc:before { font-size: 33px}
.advthis .redes a.icon-comentar:before { font-size: 33px}
*/
.adv-center .advthis {
  justify-content: end;
}

.ir-comentar {
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
}

.ir-comentar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ir-comentar:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: var(--color-borde);
  margin: 0 16px 0 10px;
}

.ir-comentar .txt {
  float: left;
  line-height: 30px;
}

.icon-comentar, .com-total {
  float: left;
}

.ir-comentar .com-total {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  margin: -2px 0 0 5px;
  line-height: 100%;
}

.com-total:empty {
  display: none;
}

/*redes top */
.redes-top {
  height: 50px;
}

.icon-compartir, .redes-top .icon-compartir {
  display: none;
  z-index: 3001;
  transition: all 0.3s;
  opacity: 1;
  cursor: pointer;
  margin-left: 10px;
}

.icon-compartir:before {
  font-size: 30px;
  color: var(--color-icon-header);
}

@media only screen and (min-width: 1081px) {
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas {
    width: 50px;
    margin: 0;
    justify-items: center;
    height: auto;
    float: left;
    order: 2;
    padding: 0;
    align-items: start;
    border: none;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas .fecha-nota {
    display: none;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas .ir-comentar:before {
    width: 20px;
    height: 1px;
    margin: 5px 0 15px 0;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas .ir-comentar {
    order: 2;
    flex-direction: column;
    align-items: center;
    width: 50px;
    justify-content: center;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas .ir-comentar .com-total {
    margin: 5px 0 0;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas .advthis {
    width: 50px;
    position: sticky;
    top: 92px;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 6px 0 0 12px;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas .advthis .redes {
    width: 50px;
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas .advthis .redes a {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .cont-cuerpo {
    flex-direction: row-reverse;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .cont-foto {
    margin-top: 74px;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) [id=sidebar-right] {
    height: 100%;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) [id=sidebar-right] .sticky-top {
    top: 80px;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .interior-top-2 .herramientas {
    display: none;
  }
  .adv-left-sticky:not(.galeria-de-fotos, .galeria-fotos, .post-video) .herramientas.herramientas-sticky {
    display: flex;
  }
}
.adv-left-sticky.autor-interior {
  padding: 0 70px 0 74px;
}

@media only screen and (max-width: 1080px) {
  .adv-left-sticky.autor-interior, .autor-interior {
    width: 100%;
  }
}
/*resolucion 1200*/
@media only screen and (min-width: 1200px) and (max-width: 1920px) and (orientation: portrait) {
  .adv-left-sticky .herramientas {
    width: 30px;
  }
  .adv-left-sticky .herramientas .advthis, .adv-left-sticky .herramientas .ir-comentar, .adv-left-sticky .herramientas .redes {
    width: 30px;
  }
  .adv-left-sticky .herramientas .advthis {
    padding: 6px 0 0;
  }
  .adv-left-sticky .texto {
    width: calc(100% - 30px);
    padding: 0 4px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .herramientas.herramientas-sticky {
    display: none;
  }
  .adv-left-sticky .herramientas {
    width: 100%;
  }
  .adv-left-sticky .herramientas.herramientas-sticky {
    display: none;
  }
  .adv-left-sticky .herramientas .advthis {
    position: relative;
    top: auto;
  }
  .adv-left-sticky .texto {
    width: 100%;
    padding: 0 20px;
  }
  .advthis .redes a.icon-imp {
    display: none;
  }
  .advthis .redes .icon-whatsapp, .advthis .redes .icon-messenger, .advthis .redes .icon-telegram {
    display: inline-block;
  }
}
/*************/
[id=audios] h4, .audios h4 {
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 20px;
  display: inline-block;
  color: var(--color-black);
}

.audios .sep {
  position: relative;
  top: 0;
  padding: 0;
  font-size: 13px;
  width: auto;
  height: auto;
  background: none;
  float: none;
  line-height: 100%;
  margin: 0;
}

.nota-audio {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.audio-desc {
  position: absolute;
  width: calc(100% - 176px);
  left: 176px;
  top: 0;
  padding: 0 0 15px 20px;
  height: 117px;
  border-bottom: none;
}

.audio-desc {
  font-family: var(--font-titulos);
  color: var(--color-text-notas);
  padding: 0;
  display: block;
  font-weight: 600;
}

.embed .audio-desc span {
  font-family: var(--font-general);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-notas);
  line-height: 120%;
  padding: 0 0 0 20px;
  font-style: normal;
  left: 0;
  bottom: auto;
}

.img-audio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 117px;
  position: relative;
}

.img-audio .controls {
  position: absolute;
}

.img-audio figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 117px;
  overflow: hidden;
}

.img-audio figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}

.img-audio figure img {
  object-fit: cover;
  height: 100%;
  width: 176px;
}

.jp-audio, .jp-audio-stream, .jp-video {
  font-size: 1.25em;
  line-height: 1.6;
  color: var(--color-black);
  padding: 0;
}

.jp-audio {
  width: 100%;
  box-sizing: border-box;
}

.jp-audio-stream {
  width: 182px;
}

.jp-video-270p {
  width: 480px;
}

.jp-video-360p {
  width: 640px;
}

.jp-video-full {
  width: 480px;
  height: 270px;
  position: static;
}

.jp-video-full div div {
  z-index: 1000;
}

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
}

.jp-video-full .jp-gui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.jp-video-full .jp-interface {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.jp-video .jp-interface {
  border-top: 1px dotted #00A8E1;
}

.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
}

.jp-controls {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  width: 142px;
  padding: 20px 20px 0 20px;
}

.jp-controls a {
  text-decoration: none;
}

.jp-controls a:before {
  line-height: 100%;
}

.jp-audio .jp-controls {
  width: 100%;
  padding: 0;
  display: flex;
}

/*.jp-video .jp-type-single .jp-controls {width:78px;margin-left:200px}
.jp-video .jp-type-playlist .jp-controls {width:134px;margin-left:172px}
.jp-video .jp-controls, .jp-interface .jp-controls .controls {display:inline;float:left}*/
.jp-controls .control-volumen {
  height: 120px;
  width: 193px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}

.jp-controls a {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.jp-controls a:before {
  color: rgba(255, 255, 255, 0.5);
}

.jp-controls a:hover {
  opacity: 0.5;
}

[class*=jp-]:before {
  font-weight: normal;
  font-family: "icomoon" !important;
}

.jp-stop:before {
  content: "\e950";
  font-size: 80px;
  line-height: 100%;
  position: relative;
}

.jp-stop:hover:before, .jp-pause:hover:before, .jp-play:hover:before, .jp-volume-max:hover:before, .jp-mute:hover:before, .jp-unmute:hover:before {
  color: var(--color-black);
}

.jp-stop:hover:before {
  position: relative;
}

.jp-controls .jp-pause:before {
  content: "\e951";
  font-size: 60px;
  line-height: 100%;
  position: relative;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}

.jp-controls .jp-play:before {
  content: "\e952";
  font-size: 60px;
  line-height: 100%;
  height: 50px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}

.jp-controls .jp-volume-max:before {
  content: "\e937";
  font-size: 40px;
  color: #999;
  display: none;
}

.jp-controls .jp-mute:before {
  content: "\e937";
  font-size: 30px;
  color: #999;
}

.jp-controls .jp-unmute:before {
  content: "\e939";
  font-size: 30px;
  color: #999;
}

.jp-controls .jp-play:hover:before, .jp-controls .jp-pause:hover:before {
  color: var(--color-white);
  opacity: 1;
}

a.jp-pause {
  display: none;
}

.jp-progress {
  overflow: hidden;
  background-color: var(--color-white);
}

.jp-type-single .jp-progress {
  width: calc(100% - 220px);
  margin: 0;
  position: absolute;
  height: 6px;
  overflow: hidden;
  bottom: 30px;
  left: 20px;
}

.jp-type-playlist .jp-progress {
  left: 166px;
  width: 130px;
}

.jp-video .jp-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

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

.jp-play-bar {
  background: var(--color-fondo-etiquetas);
  width: 0;
  height: 100%;
}

.jp-type-single a.jp-mute, .jp-audio .jp-type-single a.jp-unmute {
  margin-left: 0;
  float: left;
  margin-right: 5px;
  margin-bottom: 20px;
}

.jp-audio a.jp-volume-max, .jp-audio-stream a.jp-volume-max {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 16px;
}

.jp-video a.jp-mute, .jp-video a.jp-unmute {
  left: 50px;
}

.jp-video a.jp-volume-max {
  left: 134px;
}

a.jp-unmute {
  display: none;
}

.jp-volume-bar {
  overflow: hidden;
  background: var(--color-fondo-etiquetas);
  width: calc(100% - 100px);
  height: 6px;
  cursor: pointer;
}

.jp-audio .jp-volume-bar {
  float: left;
  margin: 0 5px 34px 0;
  background: rgba(51, 51, 51, 0.1);
}

.mudo {
  margin-top: 0;
}

.jp-volume-bar-value {
  background: var(--color-fondo-etiquetas);
  width: 0;
  height: 6px;
}

.jp-time-holder {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.jp-type-single .jp-time-holder {
  left: 20px;
  width: calc(100% - 220px);
  bottom: 5px;
}

.jp-type-single .jp-time-holder > div {
  font-family: var(--font-general);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #aaaaaa;
}

.jp-type-playlist .jp-time-holder {
  left: 166px;
  width: auto;
}

.jp-current-time, .jp-duration {
  width: auto;
  font-size: 0.64em;
}

.jp-current-time {
  display: inline-block;
}

.jp-duration {
  display: inline-block;
  text-align: right;
}

.jp-video .jp-current-time {
  margin-left: 20px;
}

.jp-video .jp-duration {
  margin-right: 20px;
}

.jp-title {
  font-weight: bold;
  text-align: center;
  display: none;
}

.jp-title, .jp-playlist {
  width: 100%;
  background-color: #aaaaaa;
  border-top: 1px dotted #00A8E1;
}

.jp-type-single .jp-title, .jp-type-playlist .jp-title, .jp-type-single .jp-playlist {
  border-top: none;
}

.jp-title ul, .jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: 0.72em;
}

.jp-title li {
  padding: 5px 0;
  font-weight: bold;
}

/*
.jp-playlist li {padding:5px 0 4px 20px;@include border($border-b)}
.jp-playlist li div {display:inline}
.jp-type-playlist .jp-playlist li:last-child {padding:5px 0 5px 20px;border-bottom:none}
.jp-type-playlist .jp-playlist li.jp-playlist-current {list-style-type:square;list-style-position:inside;padding-left:7px}
.jp-type-playlist .jp-playlist a {color:$c-gris-o;text-decoration:none}
.jp-type-playlist .jp-playlist a:hover {color:#00A8E1 }
.jp-type-playlist .jp-playlist a.jp-playlist-current {color:#00A8E1 }

.jp-type-playlist .jp-playlist a.jp-playlist-item-remove {float:right;display:inline;text-align:right;margin-right:10px;font-weight:bold;color:#aaaaaa}
.jp-type-playlist .jp-playlist a.jp-playlist-item-remove:hover {color:#00A8E1 }
.jp-type-playlist .jp-playlist span.jp-free-media {float:right;display:inline;text-align:right;margin-right:10px}
.jp-type-playlist .jp-playlist span.jp-free-media a {color:#aaaaaa}
.jp-type-playlist .jp-playlist span.jp-free-media a:hover {color:#00A8E1 }
span.jp-artist {font-size:.8em;color:#aaaaaa}*/
.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}

.jp-video-full .jp-video-play {
  height: 100%;
}

a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  text-indent: -9999px;
}

.jp-jplayer audio, .jp-jplayer {
  width: 0;
  height: 0;
}

.jp-jplayer {
  background-color: #666666;
}

.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.jp-audio .jp-type-single .jp-toggles {
  display: none;
}

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}

.jp-video .jp-toggles {
  margin-top: 10px;
  width: 100px;
}

.jp-toggles .toggles {
  display: block;
  float: right;
}

.jp-toggles .toggles a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
}

a.jp-full-screen {
  margin-left: 20px;
}

a.jp-restore-screen {
  margin-left: 20px;
}

a.jp-shuffle {
  margin-left: 5px;
}

a.jp-shuffle-off {
  margin-left: 5px;
}

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

.jp-no-solution a {
  color: #666666;
}

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

.audio-desc span {
  font-family: var(--font-general);
  color: var(--color-text-notas);
  padding: 0 10px 10px;
  font-weight: 500;
}

/********/
@media only screen and (max-width: 1024px) {
  .jp-interface .jp-controls .control-volumen {
    display: none;
  }
  .audio-desc {
    width: calc(100% - 180px);
    border-radius: 0 10px 10px 0;
    border-right: none;
  }
  .jp-audio .jp-type-single .jp-time-holder {
    width: calc(100% - 20px);
    right: 18px;
  }
  .jp-audio .jp-type-single .jp-progress {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1023px) {
  .jp-interface .jp-controls .control-volumen {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .controls .mudo, .controls .maximo, .controls .vol {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .audios {
    border-radius: 5px;
  }
  .img-audio {
    width: 120px;
    height: 80px;
  }
  .img-audio figure {
    width: 120px;
    height: 80px;
  }
  .img-audio figure img {
    width: 120px;
  }
  .audio-desc {
    padding: 0 0 0 15px;
    line-height: 120%;
    width: calc(100% - 120px);
    height: auto;
    left: auto;
    border-radius: 0;
    position: relative;
  }
  .embed .audio-desc span {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    padding: 0;
  }
  .jp-audio .jp-type-single .jp-progress {
    width: 100%;
    bottom: auto;
    left: 0;
    position: relative;
  }
  .jp-audio .jp-type-single .jp-time-holder {
    right: auto;
    left: 0;
    bottom: auto;
    line-height: 100%;
    width: 100%;
    position: relative;
    float: right;
    padding-top: 8px;
  }
}
.reply-form, .com-reply-bloque, .form-comentar, .bloque-comentario h4, .txt-abuse, .com-reply-content, .com-disable, .com-content {
  display: none;
}

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

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

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

.cont-abuse {
  background: var(--color-white);
  width: 100%;
  height: auto;
  max-width: 450px;
  z-index: 300001;
  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: 0 0 5px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.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;
  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(--color-text-notas);
  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;
}

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

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

.txt-abuse .abuse-si {
  pointer-events: none;
  color: #d4d4d4;
}

.txt-abuse .buttons:last-child {
  margin-left: 8px;
}

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

.abuse-si:hover {
  background: #def1ff;
}

.form-com-success, .reply-form-success {
  display: none;
  clear: both;
  overflow: hidden;
  background: var(--color-fondo-banners);
  padding: 20px;
  margin-bottom: 20px;
}

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

.mas-comentarios {
  display: none;
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 30px auto 40px;
}

.comentarios, .respuesta {
  padding: 41px 0 0;
  border-top: 1px solid var(--color-borde);
  font-size: 14px;
  line-height: 180%;
}
.comentarios .info, .respuesta .info {
  display: none;
  font-size: 14px;
  color: #aaa;
  line-height: 130%;
  padding: 15px 0 30px;
  border-bottom: 1px solid var(--color-borde);
  margin: 0 0 30px;
  font-family: var(--font-general);
}
.comentarios__buttons--respuesta.active .icon-down, .respuesta__buttons--respuesta.active .icon-down {
  transform: scaleY(-1);
}
.comentarios__buttons--mas-respuestas.active .icon-down, .respuesta__buttons--mas-respuestas.active .icon-down {
  transform: scaleY(1);
}
.comentarios .icon-down:before, .respuesta .icon-down:before {
  font-size: 13px;
  padding-right: 5px;
}
.comentarios .reply-total, .respuesta .reply-total {
  padding-right: 5px;
}
.comentarios__contador-txt, .respuesta__contador-txt {
  display: none;
}
.comentarios__form, .comentarios .form-comentar, .respuesta__form, .respuesta .form-comentar {
  display: none;
}
.comentarios__form.visible, .comentarios .form-comentar.visible, .respuesta__form.visible, .respuesta .form-comentar.visible {
  display: flex;
  align-items: start;
}
.comentarios__success, .respuesta__success {
  display: none;
  clear: both;
  overflow: hidden;
  background: var(--color-fondo-banners);
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.comentarios__h2, .respuesta__h2 {
  display: block;
  clear: both;
  font-family: var(--font-general);
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 37px;
}
.comentarios__total, .respuesta__total {
  padding-right: 5px;
}
.comentarios__wrapper, .respuesta__wrapper {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comentarios__main, .respuesta__main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comentarios__cont-comentar, .respuesta__cont-comentar {
  width: calc(100% - 40px);
  overflow: hidden;
}
.comentarios__cont-comentar--respuesta, .respuesta__cont-comentar--respuesta {
  width: calc(100% - 40px);
}
.comentarios__avatar, .respuesta__avatar {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  float: left;
}
.comentarios__avatar--comentario, .respuesta__avatar--comentario {
  position: absolute;
}
.comentarios__buttons--comentar, .comentarios__buttons-cancelar, .respuesta__buttons--comentar, .respuesta__buttons-cancelar {
  display: none;
}
.comentarios__buttons, .respuesta__buttons {
  background: var(--color-fondo-banners);
  color: var(--color-text-notas);
  text-transform: none;
  font-size: 13px;
  padding: 9px 16px 9px;
  font-family: var(--font-general);
  border: none;
  float: right;
  margin: 0;
  cursor: pointer;
  border-radius: 18px;
  display: none;
  letter-spacing: 0.025em;
  font-weight: 500;
  transition: all 0.2s;
}
.comentarios__buttons--cancelar, .respuesta__buttons--cancelar {
  margin-right: 8px;
  pointer-events: auto;
  background: none;
}
.comentarios__comentar, .respuesta__comentar {
  clear: both;
  margin: -2px 0 9px;
  position: relative;
  display: flex;
  width: 100%;
}
.comentarios__comentar:after, .respuesta__comentar:after {
  content: "";
  height: 2px;
  width: 0;
  background: var(--color-text-notas);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: block;
}
.comentarios .en-textarea:after, .respuesta .en-textarea:after {
  width: 100%;
}
.comentarios__textarea, .respuesta__textarea {
  width: 100%;
  box-sizing: content-box;
  height: 25px;
  padding: 0 0 2px !important;
  border-bottom: 1px solid var(--color-borde);
  position: relative;
  display: block;
  overflow: hidden;
  resize: none;
  color: var(--color-text-notas);
  font-size: 15px;
  font-family: var(--font-general);
  line-height: 150%;
}
.comentarios__contador, .respuesta__contador {
  display: none;
  font-family: var(--font-general);
  font-size: 0;
  color: var(--color-text-notas);
  font-weight: 400;
  float: left;
  margin: 6px 0 0 32px;
}
.comentarios .lcep-el-wrap, .respuesta .lcep-el-wrap {
  width: 100%;
}
.comentarios .lcep-trigger, .respuesta .lcep-trigger {
  display: none;
  top: auto !important;
  bottom: -39px;
  right: auto !important;
  left: 0;
  width: 24px !important;
  height: 24px !important;
}
.comentarios__contador-nros, .respuesta__contador-nros {
  font-size: 14px;
}
.comentarios__user-data, .respuesta__user-data {
  padding: 3px 0 0 57px;
  margin: 0;
  display: flex;
}
.comentarios__name, .respuesta__name {
  padding-right: 5px;
  font-family: var(--font-general);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text-notas);
  line-height: 100%;
  white-space: nowrap;
  margin: 0;
}
.comentarios__fecha, .respuesta__fecha {
  color: var(--color-text-notas);
  font-size: 13px;
  font-family: var(--font-general);
  line-height: 100%;
  margin-top: 2px;
}
.comentarios__comentario, .respuesta__comentario {
  width: 100%;
  padding: 0 0 0 56px;
  position: relative;
  margin: 0;
}
.comentarios__com-text, .respuesta__com-text {
  height: auto;
  min-height: inherit;
  word-break: break-word;
  color: var(--color-dark-grey);
  font-size: 15px;
  font-family: var(--font-general);
  max-height: 96px;
  line-height: 150%;
  box-sizing: content-box;
}
.comentarios__com-text.long-text, .respuesta__com-text.long-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.comentarios__comment-text b, .respuesta__comment-text b {
  font-weight: normal;
  color: #065fd4;
}
.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-general);
  color: #606060;
  font-weight: 600;
}
.comentarios .text-expanded .comentarios__buttons--ver-mas:before, .comentarios .text-expanded .respuesta__buttons--ver-mas:before, .respuesta .text-expanded .comentarios__buttons--ver-mas:before, .respuesta .text-expanded .respuesta__buttons--ver-mas:before {
  content: "Mostrar menos";
}
.comentarios__com-text.long-text + .comentarios__buttons--ver-mas, .comentarios__com-text.long-text + .respuesta__buttons--ver-mas, .respuesta__com-text.long-text + .comentarios__buttons--ver-mas, .respuesta__com-text.long-text + .respuesta__buttons--ver-mas {
  display: flex;
}
.comentarios__responder, .respuesta__responder {
  padding-left: 50px;
  width: 100%;
}
.comentarios__buttons--respuesta, .comentarios__buttons--mas-respuestas, .respuesta__buttons--respuesta, .respuesta__buttons--mas-respuestas {
  display: none;
  cursor: pointer;
  align-items: center;
  width: auto;
  transition: all 0.2s;
  background: transparent;
  position: relative;
  margin: 0 0 0 40px;
  color: #065fd4;
  border-radius: 18px;
  padding: 4px 15px 4px 10px;
  font-size: 16px;
}
.comentarios__buttons--respuesta:hover, .comentarios__buttons--mas-respuestas:hover, .respuesta__buttons--respuesta:hover, .respuesta__buttons--mas-respuestas:hover {
  background: #def1ff;
}
.comentarios__buttons--respuesta .visible, .comentarios__buttons--mas-respuestas .visible, .respuesta__buttons--respuesta .visible, .respuesta__buttons--mas-respuestas .visible {
  display: inline-flex;
}
.comentarios [class*=com-vote-], .respuesta [class*=com-vote-] {
  display: flex;
  align-items: center;
  padding-right: 4px;
  font-style: normal;
  color: #606060;
  cursor: pointer;
}
.comentarios__bottom, .respuesta__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 5px;
  margin-bottom: 7px;
}
.comentarios__total, .respuesta__total {
  line-height: 100%;
  display: flex;
  align-items: center;
  margin: 2px 0 0;
}
.comentarios__like, .respuesta__like {
  display: flex;
  align-items: center;
  padding-right: 1px;
  font-style: normal;
  color: #606060;
  cursor: pointer;
  flex-direction: row-reverse;
}
.comentarios .icon-like:before, .respuesta .icon-like:before {
  font-size: 16px;
  color: var(--color-text-notas);
}
.comentarios .icon-like.active:before, .respuesta .icon-like.active:before {
  content: "\e96b";
}
.comentarios__dont-like .icon-like, .respuesta__dont-like .icon-like {
  transform: scale(-1);
  display: inline-block;
  position: relative;
  top: -2px;
}
.comentarios__dont-like .icon-like.active:before, .respuesta__dont-like .icon-like.active:before {
  content: "\e96b";
}
.comentarios__voto:empty, .respuesta__voto:empty {
  display: none;
}
.comentarios__denunciar, .respuesta__denunciar {
  font-size: 0;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.comentarios .icon-bandera, .respuesta .icon-bandera {
  cursor: pointer;
  position: relative;
  line-height: 100%;
}
.comentarios .icon-bandera:before, .respuesta .icon-bandera:before {
  color: var(--color-text-notas);
  font-size: 16px;
}
.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(--color-text-notas);
  display: flex;
}
.comentarios__buttons--responder:hover, .respuesta__buttons--responder:hover {
  background: rgba(0, 0, 0, 0.1);
}
.comentarios__textarea::-webkit-input-placeholder, .respuesta__textarea::-webkit-input-placeholder {
  color: var(--color-text-notas);
  font-size: 14px;
}
.comentarios__textarea::-webkit-input-placeholder, .respuesta__textarea::-webkit-input-placeholder {
  color: var(--color-text-notas);
  font-size: 14px;
}
.comentarios__textarea:-ms-input-placeholder, .respuesta__textarea:-ms-input-placeholder {
  color: var(--color-text-notas);
  font-size: 14px;
}

.text-expanded .long-text, .text-expanded .respuesta__com-text.long-text {
  display: block;
  max-height: none;
}

.respuestas {
  display: none;
  padding-left: 50px;
  margin-top: 5px;
  width: 100%;
}
.respuestas.visible {
  display: block;
}
.respuestas .user-avatar {
  width: 24px;
  height: 24px;
}
.respuestas .comentarios__user-data, .respuestas .respuesta__user-data {
  padding-left: 40px;
}
.respuestas .comentarios__comentario, .respuestas .respuesta__comentario {
  padding-left: 41px;
}
.respuestas .respuesta__responder {
  padding-left: 35px;
}

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

.en-foco ~ .comentarios__contador, .en-foco ~ .respuesta__contador {
  display: inline-block;
}
.en-foco ~ .comentarios__buttons--comentar, .en-foco ~ .comentarios__buttons-cancelar, .en-foco ~ .respuesta__buttons--comentar, .en-foco ~ .respuesta__buttons-cancelar {
  display: flex;
}
.en-foco ~ .comentarios__buttons, .en-foco ~ .respuesta__buttons {
  display: flex;
  pointer-events: auto;
  background: var(--color-fondo-banners);
  color: var(--color-text-notas);
  width: auto;
}
.en-foco ~ .comentarios__buttons--comentar.active, .en-foco ~ .respuesta__buttons--comentar.active {
  background: var(--color-fondo-buttons);
  color: var(--color-text-buttons);
  pointer-events: auto;
}
.en-foco .lcep-trigger {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .comentarios__textarea, .respuesta__textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cont-abuse {
    padding: 20px;
    max-width: calc(100% - 20px);
  }
  .comentarios {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .comentarios__avatar, .respuesta__avatar {
    width: 30px;
    height: 30px;
  }
  .comentarios__cont-comentar, .respuesta__cont-comentar {
    width: calc(100% - 43px);
  }
  .comentarios__user-data, .respuesta__user-data {
    padding-left: 43px;
  }
  .comentarios__comentario, .respuesta__comentario {
    padding-left: 45px;
  }
  .comentarios__buttons--respuesta, .respuesta__buttons--respuesta {
    margin-left: 32px;
  }
  .comentarios__responder, .respuesta__responder {
    padding-left: 35px;
  }
  .respuesta__avatar--comentar {
    width: 24px;
    height: 24px;
  }
  .respuestas {
    padding-left: 35px;
  }
  .respuestas .comentarios__responder, .respuestas .respuesta__responder {
    padding-left: 0;
  }
}
@media only screen and (max-width: 380px) {
  .respuestas .comentarios__user-data, .respuestas .respuesta__user-data, .respuestas .comentarios__comentario, .respuestas .respuesta__comentario {
    padding-left: 35px;
  }
  .comentarios__contador, .respuesta__contador {
    margin: 6px 0 0 30px;
  }
  .comentarios__responder, .respuesta__responder {
    padding-left: 35px;
  }
  .comentarios__avatar, .respuesta__avatar {
    margin-right: 10px;
  }
  .respuestas .respuesta__responder {
    padding-left: 0;
  }
  .respuesta__avatar {
    margin-right: 10px;
  }
  .respuesta__buttons {
    font-size: 12px;
  }
  .respuesta__cont-comentar {
    width: calc(100% - 34px);
  }
}
@media only screen and (max-width: 345px) {
  .respuestas .comentarios__user-data, .respuestas .respuesta__user-data, .respuestas .comentarios__comentario, .respuestas .respuesta__comentario {
    padding-left: 35px;
  }
  .comentarios__contador, .respuesta__contador {
    margin: 6px 0 0 30px;
  }
  .comentarios__responder, .respuesta__responder {
    padding-left: 0;
  }
  .comentarios__avatar, .respuesta__avatar {
    margin-right: 10px;
  }
  .respuestas {
    padding-left: 0;
  }
  .respuestas .respuesta__responder {
    padding-left: 0;
  }
  .respuesta__avatar {
    margin-right: 10px;
  }
  .respuesta__buttons {
    font-size: 12px;
  }
  .respuesta__cont-comentar {
    width: calc(100% - 34px);
  }
}
.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: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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.ultimo-momento.is-initialized, .splide.is-rendered.ultimo-momento {
  padding: 15px 10px;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  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;
  -ms-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 {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  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(--color-fondo-buttons);
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
}

/* paginador */
.main-paginador {
  text-align: center;
  font-size: 14px;
  clear: both;
  border-top: 1px solid var(--color-borde);
  padding: 30px 0;
  margin: 20px 0;
}

.main-paginador a {
  font-family: var(--font-general);
  display: inline-block;
  font-size: 12px;
  color: var(--color-text-notas);
  padding: 7px 10px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 5px;
  border-radius: 3px;
}

.main-paginador a:hover {
  background: var(--color-fondo-buttons);
  color: var(--color-text-buttons);
}

.main-paginador .number {
  background: none;
  color: var(--color-text-notas);
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

.main-paginador .number.active {
  color: var(--color-white);
  background: var(--color-fondo-buttons);
}

.main-paginador .number:hover {
  background: var(--color-fondo-buttons);
  color: var(--color-text-buttons);
  opacity: 0.75;
}

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

.main-paginador [class*=icon-] {
  position: relative;
  margin: 0 5px;
}

.main-paginador .icon-prev:before {
  content: "\e90c";
  right: 5px;
}

.main-paginador .icon-next:before {
  content: "\e90b";
  left: 5px;
}

.a-anterior a, .a-siguiente a {
  background: var(--color-fondo-buttons);
  color: var(--color-text-buttons);
}

.a-anterior a:hover, .a-siguiente a:hover {
  background: var(--color-fondo-buttons);
  opacity: 0.75;
}

/*
.leer-mas { line-height: 40px;display: block; text-align: center; color: var(--color-text-buttons); font-family: var(--font-general);
  font-size: 18px; margin-bottom: 40px; cursor: pointer; background: var(--color-fondo-buttons)}
.leer-mas:hover { color: $c-white}
*/
@media only screen and (min-width: 1025px) {
  .main-paginador a:hover .icon-prev:before, .main-paginador a:hover .icon-next:before {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 767px) {
  .main-paginador .number.active, .main-paginador .number.active + .number, .main-paginador .number.active + .number + .number, .number:nth-last-child(2) {
    display: inline-block;
  }
  .main-paginador .number.active + .number + .number {
    margin-right: 30px;
  }
  .main-paginador .number.active + .number + .number:after {
    content: "...";
    display: inline-block;
    font-family: var(--font-general);
    color: var(--color-fondo-etiquetas);
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    left: 65px;
  }
  .a-anterior a, .a-siguiente a {
    font-size: 0;
    line-height: 30px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .main-paginador .icon-next:before, .main-paginador .icon-prev:before {
    font-size: 20px;
  }
  .main-paginador .number {
    display: none;
    padding: 0 10px;
    line-height: 30px;
    width: 30px;
  }
  .main-paginador .number.active, .main-paginador .number.active + .number {
    display: inline-block;
  }
  .main-paginador .number.active + .number {
    width: auto;
    padding-left: 10px;
  }
  .main-paginador .number.active + .number + .number:after {
    left: 55px;
  }
  .main-paginador [class*=icon-] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
.split-screen {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  justify-content: start;
  align-items: flex-end;
}
.split-screen .fondo-login {
  width: 55.2%;
  background: var(--color-fondo-etiquetas);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.split-screen [id=header] {
  margin: 0;
  padding: 0 44px;
  width: 44.8%;
}
.split-screen [id=header] .bloque {
  padding-top: 45px;
  justify-content: center;
}
.split-screen [id=header] .icon-logo {
  display: none;
}
.split-screen .icon-logo {
  display: flex;
  justify-content: center;
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0);
  margin: 0 auto 33px;
}
.split-screen .form__icon-logo--watch {
  display: none;
}
.split-screen [id=page] {
  width: 44.8%;
  height: calc(100vh - 132px);
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  padding: 30px 44px 0;
  margin: 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.split-screen [id=main] {
  height: auto;
  scrollbar-width: initial;
  padding-bottom: 0;
  margin: 0 auto;
  direction: initial;
}
.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: var(--color-black);
}
.split-screen .footer {
  margin: 0;
  width: 44.8%;
  padding: 20px 44px 0;
  background: var(--color-white);
}
.split-screen .footer__clousure {
  background: var(--color-white);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.split-screen .div-form, .split-screen form {
  width: 360px;
  padding: 0;
  margin: 0 auto;
  direction: initial;
}
.split-screen [id=clousure] .anio {
  line-height: 130%;
}
.split-screen article {
  padding: 0;
}
.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 input:-webkit-autofill, .split-screen select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset;
}
.split-screen .nota-foto {
  margin-bottom: 20px;
}
.split-screen .footer__clousure [class*=icon-]:before {
  color: var(--color-text-notas);
}

.post-estatico [id=page], .mi-perfil [id=page], .sorteo [id=page] {
  justify-content: start;
  align-items: start;
}

.sorteo .div-form {
  max-width: initial;
  width: 100%;
}
.sorteo .icon-logo, .sorteo .nota-foto {
  max-width: 340px;
}
.sorteo .nota-foto {
  margin: 0 auto 25px;
}
.sorteo .form__h2 {
  text-align: center;
  margin: 0 auto 37px;
  max-width: 340px;
}
.sorteo .form__h3 {
  margin-bottom: 0;
  max-width: 80%;
}
.sorteo iframe {
  margin-bottom: 0;
  width: calc(100% + 20px);
  height: 100%;
}
.sorteo .scroll {
  width: 100%;
  height: 70vh;
  max-width: 80%;
  overflow: auto;
  scrollbar-width: none;
  overflow-x: hidden;
  border: 1px solid #cfcfcf;
  margin: 0 auto 57px;
}
.sorteo p {
  font-size: 15px;
  color: #666;
  margin: 0 auto 10px;
  line-height: 140%;
  font-weight: 400;
  max-width: 340px;
  text-align: center;
}

.contacto [id=page] {
  align-items: center;
  justify-content: center;
}

@keyframes disapear {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1366px) {
  .split-screen [id=page] {
    align-items: start;
  }
}
@media only screen and (max-width: 1024px) {
  .split-screen [id=page] {
    padding: 20px;
  }
  .split-screen [id=header] {
    padding: 10px 20px 5px;
  }
  .split-screen [id=header] .bloque {
    padding: 0;
  }
  .split-screen [id=header] .icon-logo {
    display: none;
  }
  .split-screen [id=footer] {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .split-screen .fondo-login {
    display: none;
  }
  .split-screen [id=page] {
    width: 100%;
    padding: 20px;
  }
  .split-screen [id=header] {
    width: 100%;
    padding: 10px 20px 5px;
    border-bottom: 4px solid #f7f7f7;
  }
  .split-screen [id=header] .bloque {
    padding: 0;
    margin: 0;
    min-height: 58px;
  }
  .split-screen [id=header] .icon-logo {
    display: none;
  }
  .split-screen [id=footer] {
    width: 100%;
    padding: 0 20px;
  }
  .split-screen [id=clousure] {
    border-top: 1px solid var(--color-borde);
  }
  .split-screen [id=clousure] .bloque {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .split-screen {
    height: auto;
  }
  .split-screen [id=page] {
    align-items: start;
    height: auto;
    min-height: calc(100vh - 173px);
  }
  .split-screen .div-form, .split-screen form {
    width: 100%;
  }
  .contacto [id=main] {
    padding-bottom: 50px;
  }
  .sorteo iframe {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
  .sorteo .scroll {
    height: 70vh;
    overflow: auto;
    scrollbar-width: thin;
    overflow-x: hidden;
    border: 1px solid #cfcfcf;
    margin-bottom: 57px;
    max-width: none;
  }
}
.last-page {
  display: none;
}

@keyframes latido {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.25);
  }
  40% {
    transform: scale(1.5);
  }
}
.cont-cuerpo {
  padding-bottom: 92px;
  display: flex;
  flex-wrap: wrap;
}

.post-interior .cont-cuerpo {
  justify-content: flex-end;
}

h3 a {
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
  line-height: 125%;
}

p, .texto {
  font-family: var(--font-general);
  font-size: 23px;
  color: var(--color-text-notas);
  line-height: 1.74;
  word-break: break-word;
  font-weight: 300;
  font-kerning: none;
}

.texto {
  width: calc(100% - 50px);
  padding: 0 70px 0 24px;
  float: right;
  color: var(--color-black);
}

.texto p, .texto p b {
  clear: left;
  color: var(--color-text-notas);
}

.texto a {
  overflow-wrap: break-word;
}

p:empty {
  margin: 0;
  padding: 0;
  border: 0;
  width: 0;
  height: 0;
}

.texto p a, .static-texto p a {
  text-decoration: underline;
}

.texto ol, .texto ul, .static-texto ol, .static-texto ul {
  padding-left: 25px;
  margin: 30px auto;
}

.texto ul li, .static-texto ul li {
  list-style: circle;
}

.post-estatico .post-interior .titulo-bloque {
  margin-bottom: 37px;
  width: 100%;
}

/**********************************/
.bloque .grid {
  margin-bottom: 0;
}

.inner {
  clear: both;
  overflow: hidden;
}

.bloque-4-notas {
  margin-bottom: 54px;
}

.post-listado .bloque-4-notas.bloque-4 {
  margin-bottom: 0;
}

.seccion {
  display: none;
  width: 100%;
  background: #666666;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-bottom: 50px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.flex-center {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.flex-middle {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.bloque-con-banner .cl-16 {
  width: calc(100% - 340px - 1.8867924528%);
}

.bloque-con-banner .cl-16 + .cl-8 {
  width: 340px;
}

.background {
  background: var(--color-fondo-banners);
  padding: 44px 30px;
  margin-bottom: 57px;
  max-width: initial;
}
.cont-foto {
  width: 100%;
  margin-bottom: 33px;
  position: relative;
}

.nota-foto {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.nota-foto img {
  width: 100%;
  height: 100%;
}

.humor .nota-foto img {
  aspect-ratio: auto;
  object-fit: contain;
}

.cont-foto.bloque-100, .cont-foto.bloque-100 .nota-foto {
  width: 100vw;
}

/*alinecion de texto*/
.txt-center {
  text-align: center;
  justify-content: center;
}

.txt-right {
  text-align: right;
  justify-content: flex-end;
}

.big-img {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  text-align: center;
  z-index: 300;
}

.big-img .icon-extender {
  line-height: 40px;
}

.big-img .icon-extender:before {
  font-size: 30px;
  color: var(--color-white);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.65);
}

.left {
  float: left;
}

.right {
  float: right;
}

/**********************************/
figure .etiqueta {
  display: initial;
}

.header-interior {
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.header-interior .titulo-1 {
  margin-bottom: 20px;
}

.bajada, .volanta {
  font-size: 18px;
  line-height: 1.7;
  color: #666666;
  display: block;
}

.volanta {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  line-height: 20px;
  font-kerning: none;
}

.volanta:before {
  content: "";
  width: 1px;
  height: 13px;
  background: var(--color-borde);
  margin: 0 15px;
  display: inline-block;
}

.cont-bajada .bajada {
  font-size: 20px;
}

.header-interior .bajada, .header-interior .bajada p {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.7;
  font-kerning: none;
}

.interior-en-vivo .header-interior, .interior-radio-en-vivo .header-interior {
  margin-bottom: 20px;
}

.cont-volanta {
  width: 100%;
}

.etiqueta {
  background: var(--color-fondo-etiquetas);
  color: var(--color-white);
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 300;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

header .etiqueta {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 0;
  background: none;
  padding: 0;
  width: auto;
  border-radius: 0;
  color: var(--color-fondo-etiquetas);
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
}

.en-bandera-m header .etiqueta {
  display: none;
}

figure {
  position: relative;
}

.icon-descargar:before {
  font-size: 40px;
  color: var(--color-fondo-etiquetas);
}

.header-interior .etiqueta {
  line-height: 100%;
  width: auto;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-fondo-etiquetas);
  float: left;
  font-weight: 600;
  margin-bottom: 10px;
}

.etiqueta-especial {
  font-family: var(--titulos);
  font-size: 10px;
  font-weight: 700;
  color: var(--color-white);
  background: #F30000;
  padding: 0 10px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}

.etiqueta-especial-interior {
  margin-bottom: 5px;
  display: inline-flex;
}

.article__figure .etiqueta-especial {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 300;
}

.fecha {
  display: block;
  color: #666;
  z-index: 300;
}

[data-datetime-top] {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  display: none;
}

.show {
  display: flex;
}

/*ocultar en escritorio*/
.img-print {
  display: none;
}

[id=sidebar-right] .etiqueta, .lo-mas-visto .etiqueta {
  font-size: 12px;
  display: block;
}

.fotos.no-sidebars .nota-foto {
  margin-bottom: 40px;
}

.msj-error h2 {
  font-family: var(--font-general);
  line-height: 120%;
  color: var(--color-black);
  font-size: 46px;
  margin: 0 0 30px;
  letter-spacing: -3px;
  clear: both;
}

.msj-error a {
  font-family: var(--font-general);
  font-size: 15px;
  color: #fa0000;
  text-decoration: underline;
}

.nota-title {
  font-size: 28px;
  text-transform: none;
  margin-bottom: 15px;
}

/*encabezado*/
.bloque-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 15px 0;
  min-height: 80px;
}

.big-logo .icon-logo img {
  max-height: 70px;
  max-width: 420px;
}

.icon-logo-menu {
  width: 0;
  height: auto;
  top: auto;
  left: auto;
  transition: all 0.3s;
  opacity: 0;
  z-index: 3000;
}

.icon-logo-menu img {
  height: 30px;
  width: auto;
}

[id=header].desplegable-escritorio {
  border-bottom: 5px solid var(--color-fondo-etiquetas);
  position: relative;
  clear: left;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.search.open + .icon-compartir, .search.open ~ .redes-h-top {
  opacity: 0;
}

.redes-h-top {
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3000;
}

.redes-h-top a {
  font-size: 0;
  float: left;
  margin-right: 5px;
}

.redes-h-top a:before {
  color: var(--color-icon-header);
  font-size: 32px;
  font-weight: 100;
  line-height: 26px;
}

.redes-h-top .sep {
  width: 1px;
  height: 17px;
  background: var(--color-white);
  opacity: 0.5;
  float: left;
  margin: 10px 7px 0;
}

.galeria-fotos .cont-foto, .galeria-fotos [id=main] {
  margin-bottom: 0;
}
.galeria-fotos .texto {
  width: 100%;
  padding: 0;
}
.galeria-fotos .cont-thumb {
  justify-content: start;
  margin-bottom: 15px;
}
.galeria-fotos .img-thumb {
  width: calc((100% - 30px) / 5);
  margin: 6px 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeria-fotos .img-thumb:last-child {
  border: 1px solid var(--color-borde);
}
.galeria-fotos .img-thumb .icon-mas:before {
  font-size: 50px;
  color: var(--color-fondo-etiquetas);
}
.galeria-fotos .cont-img {
  margin-bottom: 44px;
}
.galeria-fotos .cont-img:last-child {
  margin-bottom: 0;
}

.inverter {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
}

.en-bandera.inverter {
  flex-wrap: nowrap;
}

.inverter figure {
  order: 2;
  width: 100%;
}

.inverter header {
  order: 1;
  padding: 0 0 15px;
  align-self: flex-start;
}

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

.barra-lateral > div:last-child {
  margin-bottom: 0;
}

.sticky {
  position: sticky;
  top: 80px;
}

.con-sticky {
  position: relative;
  height: 100%;
}

.bloque-temas .ver-mas {
  position: absolute;
  right: 0;
  top: auto;
  background: var(--color-fondo-buttons);
  color: var(--color-white);
  padding: 0 20px;
  line-height: 36px;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.bloque-temas .ver-mas .icon-mas {
  padding-left: 10px;
}

.bloque-temas .ver-mas .icon-mas:before {
  font-size: 20px;
}

.bloque-temas .ver-mas:hover {
  background: #666666;
  color: var(--color-white);
}

.bloque-bottom .bloque-ultimas-noticias {
  margin-bottom: 13px;
}
.bloque-bottom .destacadas-bottom [class*=destacada-] {
  margin: 0;
  grid-column: span 24;
}

.destacadas-bottom [class*=destacada-] {
  margin: 0;
  grid-column: span 24;
}

/* deportes */
.bloque-deportes {
  margin: 0 0 55px;
}

.cl-12.nota-section-deportes {
  margin-bottom: 2px;
}

/*haciendo comunidad*/
.bloque-haciendo-comunidad .titulo-bloque {
  margin-bottom: 44px;
}

.bloque-haciendo-comunidad .titulo-bloque span:after {
  background: #3392ED;
}

.sin-encuesta .titulo-bloque {
  margin-bottom: 0;
}

/*espectaculo*/
.bloque-espectaculo .titulo-bloque span:after {
  bottom: -16px;
}

[class*=trunk-] {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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;
}

.cuerpo-destacado-5-notas .cl-12, .bloque-videos .cl-18 {
  grid-row: span 2;
}

.bloque-videos.background {
  padding: 37px 30px 54px;
}

.bloque-videos.background .grid {
  margin: 0 auto;
  grid-row-gap: 38px;
  position: relative;
}

.bloque-videos .cl-18 {
  grid-row-start: span 3;
}

.bloque-videos figure {
  position: relative;
}

.bloque-videos a.link-img img {
  aspect-ratio: 16/9;
}

.bloque-videos a.link-img img {
  object-fit: initial;
}

.bloque-videos .titulo-bloque {
  padding: 0;
  border: none;
  text-transform: uppercase;
  z-index: 3;
}

.bloque-videos .titulo-bloque span:after, .bloque-galeria .titulo-bloque span:after {
  width: 4px;
  height: 59px;
  background: var(--color-dark-grey);
  bottom: 4px;
  top: auto;
}

.bloque-galeria .titulo-bloque span:after {
  background: var(--color-white);
}

.bloque-espectaculo .titulo-bloque span:after {
  background: var(--espectaculos);
}

.auspiciado {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top: 3px;
}
.auspiciado:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--color-borde);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
}
.auspiciado .txt {
  font-family: var(--titulo);
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding: 0 19px 0 15px;
  background: #ffffff;
  position: relative;
  z-index: 301;
  letter-spacing: 0.005em;
}
.auspiciado .logo-auspiciante {
  width: 138px;
  height: 35px;
  background: #ffffff;
  position: relative;
  z-index: 301;
}
.auspiciado .logo-auspiciante:hover {
  opacity: 1;
}

.auspiciado {
  display: flex;
  position: relative;
  top: auto;
  margin: 1px 0 0;
}

@media only screen and (max-width: 767px) {
  .auspiciado {
    margin-bottom: 6px;
  }
  .auspiciado .txt {
    display: none;
  }
  .auspiciado:after {
    transform: none;
    top: auto;
    -webkit-font-smoothing: none;
  }
  .auspiciado .logo-auspiciante {
    box-sizing: content-box;
    padding: 0 20px 0 10px;
  }
}
.bloque-4-notas-banner .grid {
  padding: 0;
  margin: 0;
  border: none;
  grid-row-gap: 0;
}

.bloque-4-notas-banner .cl-10 article:first-child, .bloque-4-notas-banner .cl-6 article:first-child {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--color-borde);
}

.bloque-4-notas-banner .cl-10:first-child {
  grid-row-start: span 3;
  margin-bottom: 41px;
}

.bloque-4-notas-banner .cl-10:first-child header {
  padding-top: 16px;
}

.bloque-4-notas-banner .cl-6:nth-child(2) {
  grid-row-start: 1;
  grid-column-start: 11;
  grid-column-end: 17;
  margin-bottom: 41px;
}

.bloque-4-notas-banner .cl-10.en-bandera {
  grid-row-start: 4;
  margin-bottom: 0;
}

.bloque-4-notas-banner .cl-6:nth-child(4) {
  grid-row-start: span 4;
  justify-self: start;
  grid-column-start: 11;
  grid-column-end: 17;
}

.bloque-deportes .en-bandera {
  margin-bottom: 0;
}

.listado:not(.listado-especial) .bloque-te-puede-interesar {
  margin-bottom: 13px;
}

.sidebar .banner:last-child {
  margin-bottom: 10px;
}

article video, [class*=nota-section-] figure iframe {
  aspect-ratio: 3/2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blur video {
  filter: blur(7px);
}

.listado-funebres .banner-centrado {
  margin-bottom: 0;
}

.article-funebre {
  height: 100%;
  text-align: center;
}
.article-funebre__fecha {
  margin-bottom: 5px;
}
.article-funebre__bajada {
  border-top: 1px solid var(--color-borde);
  padding-top: 15px;
}
.article-funebre__bajada p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify-all;
}

/* hovers */
@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .icon-logo:hover {
    opacity: 1;
  }
  header a.etiqueta:hover {
    opacity: 0.8;
    background: none;
  }
  .inner-doc a:hover, .docs a:hover {
    color: var(--color-fondo-etiquetas);
  }
  .inner-art a:hover, .inner-art a:hover .icon-mas:before {
    color: var(--color-fondo-etiquetas);
  }
  .inner-art a:hover h2 {
    color: var(--color-text-titulos);
  }
  figure a img {
    transition: all 0.3s;
  }
  h1 a img:hover, figure a:hover, h1 a:hover img, h1 a:hover, .inverter.hover-bajada:hover h2, .pleno .bajada:hover {
    opacity: 1;
  }
  .icon-logo-menu:hover {
    opacity: 0;
  }
  .hover-brillo figure a:hover img {
    filter: brightness(1.3);
    transition: all 0.3s;
    opacity: 1;
  }
  .hover-zoom figure, .hover-rotar figure {
    overflow: hidden;
  }
  .hover-zoom figure a:hover img {
    transform: scale(1.2);
    transition: all 0.3s;
    opacity: 1;
  }
  .hover-rotar figure a:hover img {
    transform: rotate(-5deg) scale(1.3);
    transition: all 0.3s;
    opacity: 1;
  }
}
/*menor a 1290px*/
@media only screen and (max-width: 1280px) {
  [id=nota-title] {
    font-size: 36px;
    line-height: 115%;
  }
}
/*resolucion 1200*/
@media only screen and (min-width: 1200px) and (max-width: 1920px) and (orientation: portrait) {
  [id=header] .bloque-top {
    padding: 30px 15px;
  }
}
/*menor a 1024*/
@media only screen and (max-width: 1024px) {
  .texto {
    width: 100%;
    padding: 0;
  }
}
/*menor a 1024*/
@media only screen and (max-width: 1023px) {
  [id=sidebar-right] .banner, [id=sidebar-right] .banner:last-child, .listado:not(.listado-especial) [id=main] {
    margin-bottom: 44px;
  }
  .bloque-humor .cl-12 {
    grid-column: span 6;
    grid-row: span 2;
    grid-row-start: 1;
  }
  .bloque-humor .cl-6 {
    grid-column: span 4;
  }
  .bloque-humor .cl-12 + .cl-6 {
    grid-column: span 6;
  }
  .article__header--humor {
    padding: 29px 21px 170px;
  }
  .article__figure--humor {
    width: calc(100% - 42px);
    left: 21px;
  }
}
/*iPads (landscape-horizontal)*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .overflow-hidden body {
    border-right: none;
  }
}
/*menor a 1024*/
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .buttons.ver-mas {
    margin: 0 20px 44px;
    width: auto;
  }
  .background {
    padding: 20px 15px;
  }
  .bloque-videos .titulo-bloque {
    width: auto;
    margin: 0 20px 20px;
  }
  .listado-article .en-bandera__header {
    display: flex;
    flex-direction: column;
    padding: 19px 0 0;
  }
  .listado-article .en-bandera__header .fecha {
    order: 2;
  }
  .listado-autor .en-bandera__header {
    padding: 19px 0 0;
  }
  .bloque-4-notas-banner .cl-10:first-child, .bloque-4-notas-banner .cl-6:nth-child(2),
  .bloque-4-notas-banner .cl-10.en-bandera, .bloque-4-notas-banner .cl-6:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: initial;
    grid-row-end: inherit;
    grid-row: initial;
    grid-column: span 1;
  }
  .bloque-humor .cl-12 {
    grid-column: span 1;
    grid-row: span 1;
    grid-row-start: auto;
  }
  .bloque-humor .cl-6 {
    grid-column: span 1;
  }
  .bloque-humor .cl-12 + .cl-6 {
    grid-column: span 1;
  }
  .txt-center {
    text-align: left;
  }
  .interior-radio-en-vivo .txt-center, .interior-en-vivo .txt-center {
    text-align: center;
  }
  .texto h5, .texto h2, .texto h3, .texto h4, .static-texto h5 {
    font-size: 22px;
    letter-spacing: -0.01em;
  }
  .header-interior .bajada, .header-interior .bajada p {
    font-size: 20px;
    line-height: 1.6;
  }
  .fecha-nota {
    font-size: 15px;
  }
  .cont-cuerpo {
    margin-bottom: 0;
  }
  .interior-top-2 .cont-foto {
    margin-bottom: 33px;
  }
  .texto {
    width: 100%;
  }
  .instagram-media, .twitter-tweet, blockquote.instagram-media, blockquote {
    max-width: calc(100vw - 20px);
  }
  .overflow-hidden body {
    border-right: none;
  }
  .overflow-hidden body:before {
    display: none;
  }
  .cont-principal {
    width: 100%;
  }
  [id=sidebar-right] {
    grid-column: span 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .seccion {
    display: block;
    margin-bottom: 20px;
  }
  .top-notas-destacada.grid {
    margin-bottom: 44px;
  }
  .cont-bajada .bajada {
    font-size: 16px;
  }
  .redes-h-top {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 100%;
    justify-content: space-between;
    opacity: 1;
    padding-top: 20px;
  }
  .ocultar-m {
    display: none;
  }
  .cl-8.ocultar {
    display: none;
  }
  .cl-16.bloque-100, .sidebar-right [id=main], .sidebar-left [id=main], .two-sidebars [id=main], [id=sidebar-right], [id=sidebar-left],
  .listado [id=main] {
    grid-column: span 1;
  }
  .listado-especial [id=main] {
    grid-column: span 1;
    margin-bottom: 48px;
  }
  .form-block label {
    width: auto;
  }
  .icon-logo-menu, .icon-logo-menu:hover {
    opacity: 1;
    top: auto;
    left: 50px;
    transform: translateX(0);
    width: auto;
    position: absolute;
  }
}
/*menor a 768*/
/*menor a 768*/
@media only screen and (max-width: 767px) {
  .bloque-mascoteros article {
    margin: 0 20px;
    width: auto;
  }
  .listado-article.grid {
    margin-bottom: 0;
  }
  p, .texto {
    font-size: 20px;
    line-height: 1.6;
  }
  .com-deshabilitados {
    margin-bottom: 34px;
  }
  .nota-relacionada + .nota-relacionada {
    margin-top: -35px;
  }
  .instagram-media, .twitter-tweet, blockquote.instagram-media, blockquote {
    max-width: calc(100vw - 40px);
    margin: 34px auto;
  }
  .bloque-bottom [class*=destacada-] {
    grid-column: span 1;
  }
  .volanta:before {
    display: none;
  }
  .texto {
    padding: 0 20px;
  }
  .bloque-deportes.grid {
    margin-bottom: 44px;
  }
  .lo-mas-visto__titulo-bloque {
    margin-bottom: 30px;
  }
  .section.cl-24 {
    margin-bottom: 30px;
  }
  .cl-24.titulo-bloque.section {
    margin: 0 20px;
    width: auto;
  }
  .video iframe {
    max-width: initial;
  }
  .no-sidebars [id=main] {
    width: 100%;
    left: auto;
  }
  .listado [id=main] {
    display: flex;
    flex-direction: column;
  }
  .interior-en-vivo.no-sidebars [id=main], .interior-radio-en-vivo.no-sidebars [id=main] {
    width: 100vw;
    margin-bottom: 44px;
    left: -20px;
    position: relative;
  }
  .overflow-hidden .header-top:after {
    display: none;
  }
  .instagram-media, .twitter-tweet {
    width: 100%;
  }
  iframe.twitter-tweet {
    width: 100%;
  }
  .instagram-media:last-child {
    margin: 50px auto;
  }
  .bloque-4-notas-banner .cl-10:first-child, .bloque-4-notas-banner .cl-6:nth-child(2), .bloque-4-notas-banner .cl-10.en-bandera {
    margin-bottom: 44px;
  }
  .bloque-bottom {
    width: 100%;
  }
  .bloque-bottom .bloque-ultimas-noticias {
    grid-column: 1;
    margin-bottom: 44px;
  }
  .listado-especial .bloque-bottom .bloque-ultimas-noticias, .listado-especial .destacadas-bottom {
    margin-bottom: 44px;
  }
  .top-1 + .menu .redes-h-top {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    opacity: 1;
    right: auto;
    margin: 20px auto 0;
  }
  .top-1 + .menu .redes-h-top a:before {
    color: var(--color-white);
  }
  figure + header {
    padding-top: 17px;
  }
  .bloque-temas .ver-mas {
    font-size: 0;
    padding: 0 12px;
  }
  .bloque-temas .ver-mas .icon-mas {
    padding-left: 0;
  }
  .bloque-temas .ver-mas .icon-mas:before {
    font-size: 20px;
  }
  .fecha-nota {
    margin-bottom: 10px;
  }
  .icon-logo-menu img {
    height: 24px;
  }
  .listado-article .bajada {
    width: calc(100vw - 40px);
    left: calc(-64% - 10px);
    position: relative;
  }
  .listado-article .bajada {
    display: none;
  }
  .en-bandera-m .advertencia p, .en-bandera-m .advertencia a, .en-bandera .advertencia p, .en-bandera .advertencia a, .listado-article .en-bandera-m .etiqueta {
    display: none;
  }
  .en-bandera-m .advertencia h2, .en-bandera .advertencia h2 {
    font-size: 14px;
    color: var(--color-white);
  }
  .header-interior .avatar img {
    width: 272px;
    height: 272px;
    border-radius: 50%;
  }
  .bloque-100 .grid, [id=header] .bloque {
    width: calc(100% - 20px);
  }
  [id=sidebar-right] {
    grid-column: span 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
  [id=sidebar-right] .banner:last-child {
    margin-bottom: 48px;
  }
  iframe[src*="facebook.com"] {
    width: 100%;
    max-width: calc(100vw - 20px);
  }
  .notas-5 [class*=cl-] {
    margin-bottom: 0;
  }
  .bloque-haciendo-comunidad {
    margin-bottom: 48px;
  }
  [class^=cl-] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .search.open + .icon-compartir {
    opacity: 0;
  }
  .icon-logo:before {
    font-size: 24px;
  }
  .header-interior .etiqueta {
    font-size: 16px;
    border: none;
    padding: 0;
    margin: 3px 0 16px;
  }
  .volanta {
    font-size: 20px;
    padding: 0 0 13px;
    display: flex;
    width: 100%;
    line-height: 1.3;
  }
  .interior-top-1 h2.bajada {
    margin-bottom: 20px;
  }
  .header-interior .fecha-nota {
    display: flex;
    clear: left;
    padding: 0 0 7px;
  }
  .en-bandera-m figure .etiqueta, .en-bandera figure .etiqueta {
    display: none;
  }
  .en-bandera-m header .etiqueta, .en-bandera header .etiqueta, .en-bandera-m:first-child figure .etiqueta, .en-bandera:first-child figure .etiqueta {
    display: inline-block;
    font-size: 14px;
    max-width: inherit;
    right: auto;
    width: 100%;
  }
  .en-bandera-m:first-child figure .etiqueta, .en-bandera:first-child figure .etiqueta {
    width: auto;
    max-width: calc(100% - 20px);
  }
  .top-notas-destacada .titulo-nota {
    margin-bottom: 0;
  }
  header .fecha {
    font-size: 14px;
  }
  [id=header] .fecha {
    background: #fff;
    width: 80%;
    text-align: center;
    bottom: -10px;
  }
  .en-bandera-m, .cl-8.en-bandera-m {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .en-bandera-m figure {
    width: 38%;
    float: left;
  }
  .en-bandera-m header {
    width: 62%;
    padding: 0 0 0 10px;
  }
  .en-bandera-m .bajada {
    display: none;
  }
  .cuerpo-noticias .en-bandera-m:first-child figure, .cuerpo-noticias .en-bandera-m:first-child header, .top-notas-destacada .en-bandera figure, .top-notas-destacada .en-bandera header {
    width: 100%;
  }
  .cuerpo-noticias .en-bandera-m:first-child header, .top-notas-destacada .en-bandera header {
    padding: 15px 0 0 0;
  }
  .cuerpo-noticias .en-bandera-m:first-child h2 {
    font-size: 22px;
    line-height: 130%;
  }
  .en-bandera-m:first-child .advertencia p, .en-bandera-m:first-child .advertencia a {
    display: block;
  }
  .inner {
    overflow: visible;
  }
  .herramientas {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    flex-direction: column;
    padding: 12px 0;
    align-items: center;
  }
  .inner-art {
    margin: 0 auto;
  }
  .inner-art h2 {
    padding-left: 0;
  }
  .cita {
    margin: 34px auto;
    padding: 20px;
  }
  .cita q {
    font-size: 20px;
    line-height: 1.6;
  }
  .cita .autor-cita {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
  }
  .cita h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .top-notas-destacada .en-bandera figure, .top-notas-destacada .en-bandera figure + header, .top-notas-destacada .en-bandera figure + header + .bajada {
    width: 100%;
    margin-right: 0;
  }
  .header-interior {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .header-interior .titulo-1 {
    margin-bottom: 15px;
  }
  .en-bandera [class*=cl-] {
    padding-bottom: 20px;
  }
  .cont-foto {
    width: 100vw;
  }
  .cont-foto .nota-foto, .cont-foto figure {
    width: 100vw;
  }
  .cont-foto .cont-galeria .nota-foto, .cont-foto .cont-galeria figure {
    width: 100vw;
    left: auto;
  }
  .post-video.no-sidebars [id=main] {
    margin: 0;
  }
  .post-video .bloque-bottom {
    display: block;
  }
  .post-video .bloque-bottom .banner {
    margin-bottom: 44px;
  }
  .post-video .cont-cuerpo {
    padding-bottom: 0;
  }
  .post-video .cont-foto {
    width: 100vw;
    margin-bottom: 10px;
  }
  .post-video .cont-galeria .nota-foto, .post-video .cont-galeria figure {
    width: 100vw;
  }
  .post-video .nota-video {
    width: 100vw;
  }
  .cont-bajada {
    padding: 0;
    margin-bottom: 20px;
    background: none;
  }
  .etiquetas-nota .etiqueta, .etiquetas-nota .etiqueta:first-child {
    float: none;
    display: inline-block;
    padding: 0 10px 0;
    margin: 0 8px 15px;
  }
  .etiquetas-nota .etiqueta:first-child {
    margin-left: 0;
  }
  .etiquetas-nota .etiqueta:last-child {
    margin-right: 0;
  }
  .notas-pie .cl-4:nth-child(3) {
    display: block;
  }
  [id=sidebar-right] {
    text-align: center;
  }
  .form-block {
    width: 100%;
  }
  article figure + header .etiqueta {
    margin-top: 2px;
  }
  .bloque-videos.background .grid {
    width: 100%;
    grid-row-gap: 44px;
  }
  .bloque-espectaculo .titulo-bloque, .bloque-deportes .titulo-bloque, .bloque-haciendo-comunidad .titulo-bloque {
    width: calc(100% - 40px);
  }
  .bloque-videos.background {
    padding: 37px 0 33px;
  }
  .bloque-espectaculo {
    margin-bottom: 44px;
  }
  .en-bandera-m.inverter {
    flex-wrap: nowrap;
  }
  .bloque-100-m ~ .grid.cl-12, .bloque-videos .bloque-100-m ~ article,
  .bloque-deportes .bloque-100-m ~ .cl-24 {
    position: relative;
  }
  .cl-12.nota-section-deportes {
    margin-bottom: 0;
  }
  article {
    padding: 0 20px;
  }
  .bloque-100-m {
    width: 100vw;
    position: relative;
    padding: 0;
  }
  .bloque-videos .bloque-100-m {
    left: -10px;
    position: relative;
  }
  .bloque.encuesta {
    width: calc(100% - 40px);
    left: auto;
    position: relative;
  }
  .bloque-deportes .cl-24.bloque-data-factory {
    left: auto;
  }
  .etiquetas-interior {
    margin-top: 44px;
    padding: 39px 20px 0;
  }
  .cont-cuerpo {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .post-interior [id=sidebar-right] {
    padding-bottom: 0;
  }
  .post-interior [id=main], [id=sidebar-right] .banner:last-child, .interior-radio-en-vivo [id=page], .interior-en-vivo [id=page] {
    margin-bottom: 44px;
  }
  .post-video .cont-cuerpo, .galeria-fotos .cont-cuerpo {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .inicio .background, .inicio .bloque-temas, .inicio .bloque-1, .inicio .bloque.bloque-4-notas {
    margin-bottom: 44px;
  }
  .destacadas-bottom .bloque-100-m {
    width: 100%;
    left: auto;
  }
  .destacadas-bottom .bloque-100-m ~ [class*=cl-] {
    width: 100%;
    left: auto;
  }
  .bloque-videos .bloque-100-m ~ article {
    left: 10px;
    position: relative;
  }
  .bloque-100-m header, .bloque-4-notas-banner .cl-10:first-child header {
    padding: 17px 20px 0;
  }
  .bloque-humor .cl-12 header {
    padding: 30px 20px 170px;
  }
  .en-bandera {
    width: calc(100% - 40px);
    padding: 0 0 44px;
    margin: 0 auto;
  }
  .lo-mas-visto .en-bandera {
    padding: 0;
  }
  .lo-mas-visto .en-bandera__h2 {
    font-size: 18px;
  }
  .listado .listado-article .en-bandera {
    padding-bottom: 44px;
  }
  .listado .bloque-bottom .bloque-ultimas-noticias {
    margin-bottom: 44px;
  }
  .listado:not(.listado-especial) [id=main] {
    margin-bottom: 0;
  }
  .listado-especial .bloque-1, .listado-especial .bloque.bloque-4-notas, .listado-especial .bloque-2 + .banner-centrado, .listado-especial .bloque-3 {
    margin-bottom: 0;
  }
  [id=page] + .banner-centrado {
    width: calc(100% - 40px);
  }
  .bloque-deportes .en-bandera {
    padding-bottom: 0;
  }
  .listado-funebres .article-funebre {
    grid-column: span 1;
    width: calc(100% - 30px);
    margin: auto;
  }
  .listado-funebres .article-funebre__h2 {
    text-align: center;
  }
  .listado-funebres .article-funebre__bajada {
    display: flex;
    width: 100%;
    left: auto;
  }
  .funebres .titulo__bloque--listados {
    margin-bottom: 37px;
  }
}
/*menor a 355*/
@media only screen and (max-width: 355px) {
  article, .header-interior, .texto {
    padding: 0 15px;
  }
  .bloque-100-m header, .bloque-4-notas-banner .cl-10:first-child header {
    padding: 17px 15px 0;
  }
  .titulo-bloque, .en-bandera, .comentarios {
    width: calc(100% - 30px);
  }
  .cl-24.titulo-bloque.section {
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
  .bloque-100-m ~ .grid.cl-12, .bloque-videos .bloque-100-m ~ article,
  .cl-12.nota-section-deportes {
    margin-bottom: 0;
  }
  .bloque-100-m {
    width: 100vw;
    position: relative;
  }
  .bloque-videos .bloque-100-m {
    left: -10px;
    position: relative;
  }
  .bloque-humor .cl-12 ~ .cl-6, .bloque.encuesta {
    width: calc(100% - 30px);
    left: auto;
    position: relative;
  }
  .destacadas-bottom .bloque-100-m ~ [class*=cl-] {
    width: 100%;
    left: auto;
  }
  .encuesta.encuesta {
    padding: 33px 30px 100px;
    width: calc(100% - 30px);
  }
  .bloque-espectaculo .titulo-bloque, .bloque-deportes .titulo-bloque, .bloque-haciendo-comunidad .titulo-bloque {
    width: calc(100% - 30px);
  }
  .bloque-especial .grid {
    width: 100%;
  }
  .bloque-espectaculo .banner {
    width: calc(100% - 30px);
  }
  .cont-foto .cont-galeria .nota-foto, .cont-foto .cont-galeria figure {
    width: 100vw;
  }
}
@media (max-device-width: 360px) and (max-device-height: 360px) {
  body, html {
    overflow-x: hidden;
  }
  article, .header-interior, .texto {
    padding: 0 30px;
  }
  .titulo-bloque, .en-bandera {
    width: calc(100% - 60px);
  }
  .menu:after {
    display: none;
  }
  .interior-top-1 h2.bajada {
    font-size: 32px;
    line-height: 1.4;
  }
  .header-interior .etiqueta {
    font-size: 22px;
  }
  .interior-top-1 h1.titulo-nota {
    font-size: 36px;
  }
  .texto, .texto p {
    font-size: 32px;
    line-height: 1.4;
  }
  .header-top {
    display: none;
  }
  .menu {
    top: auto;
    position: relative;
    margin: 0;
    height: 100px;
  }
  .menu__icon-logo {
    display: none;
    height: auto;
  }
  .menu__icon-logo img {
    height: 80px;
  }
  .menu__icon-logo--watch {
    display: flex;
  }
  .bloque-galeria, .bloque-videos.background {
    padding: 30px 0;
  }
  .login, .comentarios {
    display: none;
  }
  .menu__icon-menu {
    margin: 18px 0 0 80px;
  }
  .icon-menu:before {
    font-size: 50px;
  }
  .menu:after {
    display: none;
  }
  .menu__icon-menu {
    position: fixed;
    top: 46%;
    left: auto;
    transform: translateX(-50%) rotate(90deg);
    margin: 0;
    background: var(--color-fondo-etiquetas);
    display: flex;
    align-items: center;
    justify-content: center;
    right: -29px;
    padding: 0;
  }
  .menu__icon-menu:before {
    font-size: 60px;
    color: var(--color-white);
    content: "...";
    padding: 0;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    position: relative;
    top: -22px;
    width: 65px;
  }
  .inicio .menu {
    top: auto;
    position: relative;
    height: 100vh;
    background: var(--color-fondo-etiquetas);
    border-bottom: none;
  }
  .inicio .menu:after {
    content: "\e955";
    font-size: 70px;
    color: var(--color-white);
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
    display: flex;
    font-family: icomoon;
    width: 70px;
    height: 50px;
    right: auto;
    margin: 0;
    padding: 0;
  }
  .inicio .menu__icon-logo {
    height: auto;
    display: none;
  }
  .inicio .menu__icon-logo img {
    width: auto;
    height: 200px;
  }
  .inicio .menu__icon-logo--watch {
    display: flex;
  }
  .inicio .menu__icon-menu {
    margin: 0 0 0 30px;
  }
  .inicio .menu__icon-menu:before {
    font-size: 60px;
    color: var(--color-white);
  }
  .menu-desplegable {
    top: 0;
    height: 100vh;
    width: 80vw;
  }
  .menu-desplegable__vivo, .banner-centrado.top, .header-top__bloque-top {
    display: none;
  }
  .search {
    margin-bottom: 20px;
  }
  .login {
    right: 80px;
  }
  .login__avatar--deslogeado {
    width: 50px;
    height: 50px;
  }
  .inicio .login__avatar--deslogeado {
    width: 60px;
    height: 60px;
    filter: invert(1);
  }
  .inicio .login {
    right: 30px;
  }
  [id=page] {
    padding: 30px 0;
  }
  .inicio [id=page] {
    padding: 0;
    display: block;
  }
  .con-video.post-video [id=page] {
    padding: 30px 0;
  }
  .menu-desplegable__ul {
    padding-top: 13px;
  }
  .menu-desplegable__li {
    margin-bottom: 6px;
  }
  .menu-desplegable__scroll {
    height: calc(100vh - 35px);
    padding: 50px 0;
  }
  .menu-desplegable__ancla {
    font-size: 24px;
  }
  .bloque-menu .btn-vivo {
    right: 30px;
  }
  .menu-desplegable__cont-theme {
    right: auto;
  }
  .menu-desplegable__select-temas {
    justify-content: center;
    align-items: center;
  }
  .menu.open {
    background: black;
  }
  .menu.open .login {
    display: none;
  }
  .menu.open .menu__icon-menu {
    position: fixed;
    right: 10px;
    margin: 0;
    top: 50%;
    background: none;
    left: auto;
    transform: translateY(-50%);
  }
  .menu.open .menu__icon-menu:before {
    color: var(--color-white);
    content: "\e953";
    height: auto;
    top: auto;
  }
  .menu.open:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: black;
    top: 0;
    z-index: 3000;
  }
  .menu-desplegable.open .search {
    display: none;
  }
  .titulo-bloque {
    font-size: 30px;
  }
  .cl-16 h2, [class*=destacada-] .titulo-nota, .titulo-principal, .en-bandera-m h2, .en-bandera h2, .en-bandera-m .titulo,
  .en-bandera .titulo, .en-bandera .sub-titulo, .en-bandera-m .sub-titulo, .titulo, .titulo, .sub-titulo, .en-bandera .sub-titulo, .en-bandera-m .sub-titulo {
    font-size: 34px;
  }
  .btn-volver {
    left: 50%;
    transform: translateX(-50%);
  }
  .split-screen [id=footer], .footer__nav, .advthis {
    display: none;
  }
  .split-screen [id=page] {
    overflow: visible;
  }
  .lo-mas-visto .en-bandera__figure, .lo-mas-visto .en-bandera__header {
    width: 100%;
  }
  .lo-mas-visto .en-bandera__header {
    padding: 19px 0 0;
  }
  .footer {
    z-index: 300;
  }
  .footer [class*=icon-]:before {
    font-size: 40px;
  }
  .footer__anio {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .icon-facebook:before {
    font-size: 42px;
  }
  .footer .icon-twitter:before {
    font-size: 50px;
  }
  .footer .icon-instagram:before {
    font-size: 52px;
  }
  .footer .icon-youtube2:before {
    font-size: 38px;
  }
  .footer .icon-up {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-fondo-etiquetas);
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100px 100px 0 0;
  }
  .footer .icon-up:before {
    color: var(--color-white);
    font-size: 60px;
  }
}

/*# sourceMappingURL=grid.css.map */
