@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-variation-settings: normal; }

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

/*tema-oscuro*/
.grid, .grid-1, [class*='grid-'] {
  width: 100%;
  max-width: var(--ancho-sitio);
  margin: 0 auto 72px;
  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: 36px;
  clear: none; }

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

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

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

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

.grid-9 {
  margin-bottom: 0; }

.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(24, 1fr);
    margin-bottom: 72px; } }
@media only screen and (max-width: 1280px) {
  .grid {
    max-width: 1220px;
    grid-row-gap: 24px;
    grid-column-gap: 24px; }

  .grid .col-16, .grid.col-16, .grid.cl-16 {
    grid-gap: 30px; }

  .grid .col-16, .grid.col-16 {
    grid-gap: 30px; } }
@media only screen and (max-width: 1023px) {
  .top-header-destacada .cl-4, .top-header-destacada .cl-20, .bloque-bottom .cl-7, .cl-17, .cl-16, .cl-24, .titulo-bloque, .cl-18, .bloque-espectaculo .banner, .con-sticky, .grid .titulo-bloquem, .cl-15, .grid .titulo-bloque, .banner.cl-8, .cl-21 {
    grid-column: span 12;
    width: 100%; }

  .cl-8, .grid.col-3 article, .cl-12 {
    grid-column: span 6; }

  .bloque-especial .grid .cl-8 {
    grid-column: span 4; }

  .otras-noticias .grid-16 {
    grid-template-columns: repeat(12, 1fr) !important;
    grid-column: span 12;
    width: 100%; }
    .otras-noticias .grid-16 .titulo-bloque, .otras-noticias .grid-16 article, .otras-noticias .grid-16 .cl-8.con-sticky, .otras-noticias .grid-16 .banner-620 {
      grid-column: span 12 !important; }

  .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-24 {
    grid-template-columns: repeat(12, 1fr);
    grid-column: span 12;
    grid-gap: 44px; }

  .grid.col-3 article {
    grid-column: span 12; }

  .destacada-3 .cl-1 article {
    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) {
  .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; }

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

  .destacada-3b .cl-6 {
    display: block; }

  .grid .titulo-bloque, .titulo-bloque {
    width: calc(100% - 40px);
    margin: 0 auto; }

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

  .top-header-destacada .cl-4, .top-header-destacada .cl-20, .bloque-bottom .cl-7, .cl-17, .cl-21, .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 .titulo-bloque, .titulo-bloque, .banner.cl-8, .con-sticky {
    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, [class*='grid-'],
  .destacada-7b .cl-18 + .cl-6, .otras-noticias .grid-16 {
    width: 100%;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 0;
    max-width: inherit;
    grid-column: span 1;
    grid-row-gap: 29px; }

  .cl-16 + .cl-8 {
    display: grid;
    grid-column: span 1;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    clear: both;
    margin-bottom: 0; }

  [class*='destacada-'] {
    grid-row-gap: 30px; }
    [class*='destacada-'] .grid-9 {
      grid-row-gap: 49px; }

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

.circle:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f30000;
  display: block;
  margin-right: 7px;
  animation: centro 2s ease-in-out;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.6);
    opacity: 0; } }
body {
  font-family: var(--general);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--color-news-text);
  overflow: initial;
  font-size: 16px;
  padding: 0;
  width: 100%;
  position: relative; }

* {
  box-sizing: border-box; }

.link-img picture {
  background: var(--bg-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: 3002; }

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

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

@media only screen and (max-width: 767px) {
  .overflow-hidden {
    overflow-y: initial;
    overflow-x: hidden; }
    .overflow-hidden body {
      border-right: none; } }
.bloque {
  width: 100%;
  max-width: var(--ancho-sitio);
  margin: 0 auto;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: column; }

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

.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: 19px;
  color: var(--color-ico-header); }

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

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

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

.bloque-1, .bloque-3 {
  margin-bottom: 36px; }

[id=lc-emoji-picker] {
  z-index: 10000 !important; }

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

@media only screen and (max-width: 1023px) {
  .icon-logo img {
    width: auto;
    height: 28px; } }
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    max-width: calc(100vw); }

  html {
    overflow-x: hidden; }

  .bloque-5 {
    margin-bottom: 0; } }
.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: 13px;
  font-family: var(--general);
  flex-direction: row-reverse;
  display: flex;
  align-items: center; }
  .cotizacion span b {
    font-weight: 400;
    letter-spacing: -0.01em; }
.cotizacion i {
  position: relative;
  top: auto;
  margin: 0 0 0 7px; }
.cotizacion i:before {
  font-size: 8px;
  line-height: 100%;
  color: var(--bg-etiquetas);
  font-weight: normal; }
.cotizacion i + span {
  padding-right: 0; }
.cotizacion .up .valor, .cotizacion .up .icon-estado:before {
  color: var(--color-news-text); }
.cotizacion .down .valor, .cotizacion .down .icon-estado:before {
  color: var(--color-news-text); }
.cotizacion .equal .valor, .cotizacion .equal .icon-estado:before {
  color: var(--color-news-text); }
.cotizacion .leiva {
  position: absolute;
  right: 28px;
  width: 77px;
  height: 20px;
  display: none; }

.cotizacion-top {
  background: var(--bg-banners);
  margin-bottom: 0 !important;
  z-index: 300;
  border-bottom: 1px solid var(--c-borde);
  padding: 11px;
  display: flex;
  align-items: center; }
  .cotizacion-top div.bloque {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    min-height: initial !important; }
  .cotizacion-top .pasador-cotizaciones {
    width: 100%;
    display: none;
    opacity: 0;
    transition: all 0.3s; }
  .cotizacion-top .cont-activo {
    display: flex;
    align-items: center;
    height: 30px;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: auto;
    justify-content: center; }
  .cotizacion-top .titulo-bloque {
    display: none; }
  .cotizacion-top .name {
    padding: 0; }
  .cotizacion-top .valor {
    font-weight: 700;
    padding: 0 20px 0 9px; }
    .cotizacion-top .valor .txt {
      letter-spacing: 0.016em; }
  .cotizacion-top .activo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .cotizacion-top .activo span {
    line-height: 100%; }
  .cotizacion-top .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(--bg-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: 1023px) {
  .cotizacion-top .cont-activo {
    justify-content: flex-start;
    overflow-x: scroll;
    scrollbar-width: none; }
  .cotizacion-top .leiva {
    display: none; } }
@media only screen and (max-width: 767px) {
  .cotizacion-top {
    display: none; }

  .cotizacion-top div.bloque .fecha {
    display: none !important; }

  .cotizacion-top div.bloque .pasador-cotizaciones {
    width: 100%; } }
.buttons {
  background: var(--bg-buttons);
  padding: 0 20px;
  line-height: 46px;
  display: flex;
  justify-content: center;
  font-family: var(--titulos);
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  border: none;
  color: var(--color-txt-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-txt-buttons); }

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

.buttons-line {
  background: var(--color-white);
  border: 1px solid var(--c-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-news-text); }

.buttons-white {
  background: var(--color-white);
  border: none;
  line-height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  color: var(--bg-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-news-text); }

.boton-pivot {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  height: 24px;
  width: 46px;
  border-radius: 18px;
  background: var(--bg-banners);
  border: 1px solid var(--c-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(--bg-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: #333333;
  font-weight: 400;
  text-transform: none; }
  .btn-volver .icon-left:before {
    font-size: 32px;
    position: relative;
    top: -1px;
    margin-right: 9px;
    color: var(--color-news-text); }

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

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

.etiquetas-interior + .btn-google-news {
  margin-top: 15px; }

@media only screen and (min-width: 1025px) {
  .buttons:hover, .leer-mas:hover {
    opacity: 0.8; }

  .buttons-lineal:hover {
    background: var(--bg-buttons);
    color: var(--color-txt-buttons); }

  .btn-google-news:hover {
    background: var(--bg-buttons); }
    .btn-google-news:hover .txt {
      color: var(--color-txt-buttons); } }
@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 19px;
    padding: 15px 20px; }

  .cont-etiquetas-google:after {
    bottom: -2px; }

  .etiquetas-interior + .btn-google-news {
    margin-top: 15px; }

  .cont-etiquetas-google + .cont-comentarios {
    margin-top: 71px; } }
h2, h3, h4, h5, h6, .titulo-principal, .titulo, .titulo-sub, .titulo-nota,
.title-notas, .titulo-bloque {
  font-family: var(--titulos);
  font-size: 22px;
  line-height: 1.3;
  word-break: break-word;
  clear: both;
  color: var(--color-news-text);
  font-weight: normal;
  letter-spacing: 0.0055em;
  -webkit-font-smoothing: antialiased; }

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

.text-capitalice .texto:not(.cont-abuse) p:first-of-type:first-letter {
  font-size: 58px;
  float: left;
  padding: 0 8px 0 0;
  line-height: 40px;
  display: block;
  margin-top: 13px;
  position: relative;
  font-family: var(--titulos); }

.nota-live.nota-destacada-2 .text-capitalice .texto.texto-live .time-line:not(.autor) p:first-of-type:first-letter {
  font-size: 22px;
  float: none;
  padding: 0;
  line-height: 1.4;
  display: inline-block;
  margin-top: initial;
  position: relative;
  font-family: var(--general); }
.nota-live.nota-destacada-2 .text-capitalice .texto.texto-live .time-line .autor p:first-of-type:first-letter {
  font-size: 11px;
  line-height: normal;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  float: initial;
  top: auto;
  letter-spacing: 0.1em; }

/*.text-capitalice .texto:not(.texto-live, .cont-abuse) p:first-of-type:first-letter { font-size:58px; float:left; padding:0 8px 0 0;line-height:40px; display:block; margin-top:13px;
  position:relative;  font-family: var(--titulos);}*/
/*Titulos*/
.titulo-principal {
  font-size: 35px; }

.titulo {
  font-size: 22px; }

.titulo-sub {
  font-size: 18px; }

.en-bandera .titulo-sub, .en-bandera-m .titulo-sub {
  font-size: 20px; }

.titulo-nota {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -0.032em;
  font-kerning: none; }

.titulo__bloque--listados {
  margin-top: 36px; }

.titulo-1 {
  font-size: 43px; }

.titulo-2 {
  font-size: 35px; }

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

.titulo-4 {
  font-size: 22px;
  line-height: 1.2; }

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

.titulo-6 {
  font-size: 18px;
  line-height: 1.4; }

.titulo-7 {
  font-size: 16px;
  line-height: 1.4; }

.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: 14px;
  letter-spacing: -0.0088em; }
.texto h1, .static-texto h1 {
  font-size: 28px; }
.texto h2, .static-texto h2 {
  font-size: 27px; }
.texto h3, .static-texto h3 {
  font-size: 34px; }
.texto h4, .static-texto h4 {
  font-size: 34px; }
.texto h5, .static-texto h5 {
  font-size: 34px; }
.texto h6, .static-texto h6 {
  font-size: 34px; }

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

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

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

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

.titulo-bloque {
  font-size: 34px;
  display: flex;
  padding: 27px 0 0;
  line-height: inherit;
  position: relative;
  letter-spacing: normal; }
  .titulo-bloque:before {
    content: '';
    width: 50px;
    height: 14px;
    background: var(--color-news-text);
    display: inline-flex;
    position: absolute;
    top: 0; }
  .titulo-bloque h2 {
    font-size: 34px;
    text-transform: none;
    position: relative;
    left: -2px;
    letter-spacing: -0.015em; }
  .titulo-bloque .txt {
    display: flex;
    align-items: center;
    position: relative;
    text-transform: none; }

[id=sidebar-right] .titulo-sub, .lo-mas-visto.titulo-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  font-family: var(--font-etiquetas); }

.inner-art header:before {
  content: 'Relacionada';
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  letter-spacing: -0.015em;
  font-family: var(--font-etiquetas);
  font-weight: 500;
  order: 1; }
.inner-art header .titulo-sub {
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-family: var(--font-etiquetas);
  font-weight: 400;
  text-decoration: underline;
  margin: 0;
  letter-spacing: -0.03em;
  text-decoration-thickness: 1px; }
.inner-art header .link-title:hover .titulo-sub {
  text-decoration: none; }

/*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-videos .titulo-bloque {
  display: flex;
  align-items: center;
  justify-content: start; }
  .bloque-videos .titulo-bloque:before {
    content: '';
    width: 100%;
    height: 4px;
    background: var(--bg-etiquetas);
    position: absolute;
    z-index: 299;
    max-width: var(--ancho-sitio); }
  .bloque-videos .titulo-bloque span {
    padding: 5px 12px 5px 0;
    background: #4d5154;
    position: relative;
    z-index: 300; }

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

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

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

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

.font-size-12 {
  font-size: 12px; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

.font-size-18 {
  font-size: 18px; }

.font-size-19 {
  font-size: 19px; }

.font-size-20 {
  font-size: 20px; }

.font-size-21 {
  font-size: 21px; }

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

.font-size-23 {
  font-size: 23px; }

.font-size-24 {
  font-size: 24px; }

.font-size-25 {
  font-size: 25px; }

.font-size-26 {
  font-size: 26px; }

.font-size-27 {
  font-size: 27px; }

.font-size-28 {
  font-size: 28px; }

.font-size-29 {
  font-size: 29px; }

.font-size-30 {
  font-size: 30px; }

.font-size-31 {
  font-size: 31px; }

.font-size-32 {
  font-size: 32px; }

.font-size-33 {
  font-size: 33px; }

.font-size-34 {
  font-size: 34px; }

.font-size-35 {
  font-size: 35px; }

.font-size-36 {
  font-size: 36px; }

.font-size-37 {
  font-size: 37px; }

.font-size-38 {
  font-size: 38px; }

.font-size-39 {
  font-size: 39px; }

.font-size-40 {
  font-size: 40px; }

.font-size-41 {
  font-size: 41px; }

.font-size-42 {
  font-size: 42px; }

.font-size-43 {
  font-size: 43px; }

.font-size-44 {
  font-size: 44px; }

.font-size-45 {
  font-size: 45px; }

.font-size-46 {
  font-size: 46px; }

.font-size-47 {
  font-size: 47px; }

.font-size-48 {
  font-size: 48px; }

.font-size-14, .font-size-16, .font-size-18 {
  line-height: 1.4; }

.font-size-14 {
  letter-spacing: -0.015em; }

.font-size-16 {
  letter-spacing: -0.015em; }

.font-size-18 {
  letter-spacing: -0.015em; }

.font-size-20 {
  line-height: 1.35;
  letter-spacing: -0.015em; }

.font-size-22 {
  line-height: 1.25;
  letter-spacing: -0.015em; }

.font-size-25 {
  line-height: 1.2;
  letter-spacing: -0.015em; }

.font-size-30 {
  line-height: 1.2;
  letter-spacing: -0.015em; }

.most-read .font-size-14 {
  letter-spacing: normal; }

@media only screen and (max-width: 1280px) {
  .titulo__bloque--listados {
    padding: 26px 20px 0; } }
@media only screen and (max-width: 1023px) {
  .bloque-haciendo-comunidad .titulo-bloque {
    margin-bottom: 34px; }

  .titulo, .titulo-sub, .en-bandera .titulo-sub, .en-bandera-m .titulo-sub {
    font-size: 20px;
    line-height: 1.3; }

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

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

  .bloque-galeria .titulo-principal {
    font-size: 22px;
    line-height: 1.25; } }
@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-7 {
    font-size: 22px;
    line-height: 1.25; }

  .titulo-principal {
    font-size: 22px;
    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.25; }

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

  .titulo-nota {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 8px; }

  .en-bandera-m h2, .en-bandera-m .titulo, .en-bandera .titulo, .en-bandera .titulo-sub, .en-bandera-m .titulo-sub {
    font-size: 20px;
    color: var(--color-news-text);
    line-height: 1.3;
    margin: 0; }

  .en-bandera--listado .titulo, .lo-mas-visto .titulo-sub {
    font-size: 20px;
    line-height: 1.3; }

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

  [class*="destacada-"] .cl-16 h2, .top-notas-destacada h2 {
    font-size: 22px;
    line-height: 1.25; }

  .inner-art .en-bandera__ancla-title h2 {
    font-size: 16px;
    line-height: 1.3; }

  .titulo-nota {
    font-size: 32px;
    line-height: 1.20;
    text-align: left;
    margin-bottom: 15px !important; }

  .titulo-bloque, .titulo-bloque h2 {
    font-size: 24px; }

  .inner-art header:before {
    display: none; }

  .inner-art article:before {
    content: "Relacionada";
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: -0.015em;
    font-family: var(--font-etiquetas);
    font-weight: 500;
    order: initial;
    margin-bottom: 21px; }

  .text-capitalice .texto:not(.texto-live, .cont-abuse) p:first-of-type:first-letter {
    font-size: 48px;
    float: left;
    padding: 0 8px 0 0;
    line-height: 38px;
    display: block;
    margin-top: 8px;
    position: relative;
    font-family: var(--titulos); } }
.article {
  position: relative; }
  .article__figure iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto; }
  .article__header {
    padding-top: 22px;
    display: block; }

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

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

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

/*listado en bandera (en-bandera)*/
.en-bandera {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  .en-bandera__header {
    width: 100%;
    padding: 0 0 0 24px; }
  .en-bandera__figure + .en-bandera__header {
    width: calc(100% - 180px);
    padding: 0 0 0 24px; }
  .en-bandera__figure {
    width: 180px;
    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;
  align-items: center;
  display: flex;
  top: 15px;
  right: 15px;
  z-index: 102;
  background: var(--color-black);
  width: 36px;
  height: 36px;
  border-radius: 50%; }

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

.icon-video:before {
  margin-left: 2px; }

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

/*
.giant-icon:before{font-size:122px}
.big-icon:before{font-size:84px}
.medium-icon:before{font-size:54px}
.normal-icon:before{font-size:42px}
.small-icon:before{font-size:36px}
*/
.link-img {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative; }

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

.en-bandera--listado {
  padding-bottom: 36px; }
  .en-bandera--listado.line-style-bottom:before {
    bottom: 0; }

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

.en-bandera__figure--listado + .en-bandera__header--listado {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column-reverse; }

.inner-art {
  align-items: start; }
  .inner-art .en-bandera {
    padding: 0; }
    .inner-art .en-bandera__figure {
      width: 165px; }
    .inner-art .en-bandera__header {
      width: calc(100% - 165px);
      display: flex;
      flex-direction: column-reverse;
      padding-right: 24px; }

.lo-mas-visto {
  padding: 0;
  margin-bottom: 69px;
  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; }

/*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(--c-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; }
  .img-circular figure {
    display: flex;
    justify-content: center; }
    .img-circular figure .link-img img, .img-circular figure .link-img picture {
      display: block;
      border-radius: 50%;
      overflow: hidden;
      width: var(--radio-img);
      height: var(--radio-img); }
    .img-circular figure a img {
      object-fit: cover; }
    .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 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 figure .link-img picture {
    width: 100px;
    height: 100px; }
  .img-circular.img-radio-150 figure .link-img picture {
    width: 150px;
    height: 150px; }
  .img-circular.img-radio-250 figure .link-img picture {
    width: 250px;
    height: 250px; }
  .img-circular.img-radio-var figure .link-img picture {
    width: var(--radio-img);
    height: var(--radio-img); }

.bg {
  padding: 30px; }

.bg-especial {
  background-color: var(--especial-bg, #f2f2f2); }
  .bg-especial .titulo-sub, .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-news-text); }

.bg-grey {
  background: var(--bg-banners); }

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

@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: 15px;
    left: auto;
    right: 15px; }

[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%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 29%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 29%, black 100%); }

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

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

.inverter {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  flex-direction: column-reverse; }
  .inverter figure {
    width: 100%; }
  .inverter header {
    padding: 0 0 15px;
    align-self: start; }

.en-bandera.inverter {
  flex-wrap: nowrap;
  flex-direction: row-reverse; }
  .en-bandera.inverter figure {
    width: 126px; }
  .en-bandera.inverter header {
    width: calc(100% - 126px);
    padding: 0 15px 0 0;
    align-self: center; }

.en-bandera-inverter {
  display: flex;
  flex-direction: row-reverse;
  height: auto !important;
  align-items: center; }
  .en-bandera-inverter__figure {
    width: 126px; }
  .en-bandera-inverter__figure + .en-bandera-inverter__header {
    width: calc(100% - 126px);
    padding: 0 20px 0 0; }
  .en-bandera-inverter__header {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column; }

/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  [class*='destacada-'] .en-bandera-inverter {
    flex-direction: column; }
    [class*='destacada-'] .en-bandera-inverter__figure {
      width: 100%; }
    [class*='destacada-'] .en-bandera-inverter__figure + .en-bandera-inverter__header {
      width: 100%;
      padding: 22px 0 0; }
    [class*='destacada-'] .en-bandera-inverter.line-style:before {
      display: none; }
    [class*='destacada-'] .en-bandera-inverter .font-size-18 {
      font-size: 20px;
      line-height: 1.35; }
  [class*='destacada-'] .grid-1 article:first-child {
    padding-bottom: 0;
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .en-bandera-inverter__header h2 {
    font-size: 18px; } }
/*anchos header(.hp-50, hp-60, hp-70, hp-80)*/
.hp-50 header {
  width: 50%; }

.hp-60 header {
  width: 60%; }

.hp-70 header {
  width: 70%; }

.hp-80 header {
  width: 80%; }

.hp-90 header {
  width: 90%; }

/*ubicacion header (h-top, h-bottom, h-left, h-right)**/
.h-top header {
  top: 10px;
  bottom: auto; }

.h-bottom header {
  bottom: 10px;
  top: auto; }

.h-left header {
  left: 10px;
  right: auto; }

.h-right header {
  right: 10px;
  left: auto;
  text-align: right; }

.h-middle {
  display: flex;
  align-items: center;
  width: 100%; }
  .h-middle figure {
    width: 100%; }
  .h-middle header {
    bottom: auto;
    top: auto; }
  .h-middle-right {
    display: flex;
    align-items: center;
    width: 100%; }
    .h-middle-right figure {
      width: 100%; }
    .h-middle-right header {
      bottom: auto;
      top: auto;
      left: auto;
      right: 0;
      text-align: right; }
  .h-middle-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .h-middle-center figure {
      width: 100%; }
    .h-middle-center header {
      bottom: auto;
      top: auto;
      left: auto;
      right: auto;
      text-align: center; }

.h-center {
  display: flex;
  justify-content: center;
  width: 100%; }
  .h-center figure {
    width: 100%; }
  .h-center header {
    left: auto;
    right: auto;
    text-align: center; }
  .h-center-top {
    display: flex;
    justify-content: center;
    width: 100%; }
    .h-center-top figure {
      width: 100%; }
    .h-center-top header {
      bottom: auto;
      top: 20px;
      left: auto;
      right: auto;
      text-align: center; }
  .h-center-bottom {
    display: flex;
    justify-content: center;
    width: 100%; }
    .h-center-bottom figure {
      width: 100%; }
    .h-center-bottom header {
      bottom: 0;
      top: auto;
      left: auto;
      right: auto;
      text-align: center; }
  .h-center-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .h-center-middle figure {
      width: 100%; }
    .h-center-middle header {
      bottom: auto;
      top: auto;
      left: auto;
      right: auto;
      text-align: center; }

.pleno {
  background: var(--color-white);
  align-self: normal; }

.pleno header {
  background: var(--color-white);
  padding: 15px 15px 20px;
  box-sizing: border-box;
  width: 100%; }

.pleno header h2, .pleno header h2 a {
  color: var(--color-texto-nota); }

/*header con fondo pleno con transparencia posicion absoluta arriba d ela foto (.header-on.pleno)*/
.header-on.pleno {
  background: none;
  align-self: auto; }

.header-on.pleno header {
  background: rgba(255, 255, 255, 0.82);
  width: calc(100% - 20px);
  padding: 12px;
  box-sizing: border-box;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 6px 0 6px 0;
  transition: all 0.3s; }

.desfasado header h2 {
  color: var(--color-texto-nota); }

.desfasado {
  overflow: visible;
  background: none; }

.desfasado .bajada {
  display: none; }

.desfasado h2 {
  margin-bottom: 0;
  color: var(--color-white); }

.desfasado header {
  width: calc(100% - 50px);
  margin-top: -50px;
  background: var(--color-white);
  left: 50px;
  position: relative;
  padding: 19px 20px 0; }

.desfasado figure .autor {
  bottom: 30px; }

.desfasado.con-sombra header {
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  max-height: 102px;
  margin-bottom: 20px;
  background: var(--color-white); }

.desfasado.con-sombra header h2 {
  color: var(--color-black); }

@media only screen and (max-width: 767px) {
  .desfasado header {
    width: calc(100% - 20px);
    left: 20px;
    margin-top: -21px; } }
/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .con-5-notas .en-bandera {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: start; }
    .con-5-notas .en-bandera__figure {
      width: 100%; }
    .con-5-notas .en-bandera__figure + .en-bandera__header {
      width: 100%;
      padding: 22px 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: calc(100% - 40%); }

  .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, .no-bandera-m__figure, .en-bandera figure, .en-bandera__figure {
    width: 100%; }
  .no-bandera-m figure + header, .no-bandera-m__figure + .no-bandera-m__header, .en-bandera figure + header, .en-bandera__figure + .no-bandera-m__header, .no-bandera-m__figure + .en-bandera__header, .en-bandera__figure + .en-bandera__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);
      padding: 0 0 0 20px; } }
.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(--parrafos);
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 100%;
  background: none; }

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

.advertencia a {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--parrafos);
  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-minimizar:before {
  content: "\e978"; }

.icon-fire:before {
  content: "\e976"; }

.icon-clock:before {
  content: "\e977"; }

.icon-bot:before, .icon-bot-2:before {
  content: "\e975"; }

.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: #ed1f24; }

.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-reducir: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-lupa:before {
  content: "\e916"; }

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

.time-line-indice .grid {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 12px;
  padding-bottom: 0;
  grid-row-gap: 0;
  margin-bottom: 36px; }

.time-line-indice .grid article {
  height: auto;
  position: relative;
  overflow: visible !important;
  align-self: flex-start !important;
  margin-bottom: 36px;
  padding-top: 10px; }
  .time-line-indice .grid article a {
    color: var(--color-white);
    font-size: 14px;
    line-height: 150%; }

.time-line-indice .grid article header {
  align-self: start;
  position: relative;
  padding: 0;
  text-align: left; }

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

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

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

.time-line-indice .grid article .fecha {
  font-size: 13px;
  margin-bottom: 5px; }

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

.time-line-indice.time-line-barra .grid {
  border-top: none;
  padding: 0 0 0 25px;
  border-left: 1px solid var(--c-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-indice.time-line-barra .titulo-bloque {
  margin-bottom: 20px;
  justify-content: start; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .time-line-indice .grid {
    border-top: none;
    padding: 0 0 0 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(100% - 15px);
    margin: 0 0 30px 15px;
    border-bottom: none; }

  .time-line-indice .titulo-bloque {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px; }

  .time-line-indice .grid article {
    margin-bottom: 24px;
    padding: 0; }

  .time-line-indice .grid article header {
    padding: 21px 0 0; }

  .time-line-indice .grid article header:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 300; }

  .time-line-indice .grid article:before {
    top: 0;
    left: -32px; }

  .time-line-indice .grid article:after {
    top: 3px;
    left: -29px; }

  .time-line-indice .grid article .fecha:before {
    width: 1px;
    height: 12%;
    top: 2px;
    left: -26px; } }
[class*='line-'], .line-all {
  position: relative;
  height: 100%; }
  [class*='line-']:before, .line-all:before {
    background: var(--c-borde);
    position: absolute; }
  [class*='line-']:after, .line-all:after {
    background: var(--c-borde);
    position: absolute; }

.line-left:before {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(var(--col-gap) / -2); }

.line-top:before {
  content: '';
  width: 100%;
  height: 1px;
  top: calc(var(--col-gap) / -2);
  left: 0; }

.line-bottom:after {
  content: '';
  width: 100%;
  height: 1px;
  bottom: calc(var(--col-gap) / -2);
  left: 0; }

.line-right:before {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: calc(var(--col-gap) / -2); }

.line-dotted-top:before, .line-dotted-bottom:before {
  background: none;
  border-top: 1px dotted var(--color-news-text); }

.line-dotted-left:before, .line-dotted-right:before {
  background: none;
  border-left: 1px dotted var(--color-news-text); }

.line-style:before {
  content: '';
  display: flex;
  width: 100%;
  height: 1px;
  background: var(--border-image);
  top: -36px; }

.line-style-bottom:before {
  content: '';
  display: flex;
  width: 100%;
  height: 1px;
  background: var(--border-image);
  bottom: 36px; }

@media only screen and (max-width: 767px) {
  .line-style, .line-style-bottom {
    height: auto; }

  .line-style:before {
    width: calc(100% - 40px);
    left: 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: 30px 20px;
  text-align: center;
  max-width: 360px; }
  .form-sending a, .form-error a, .form-success a {
    margin-top: 30px; }

.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-news-text);
  font-size: 13px;
  letter-spacing: -0.02rem; }

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

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

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(--c-borde);
  padding: 8px 0;
  color: #333333;
  font-size: 16px;
  width: 100%;
  background: var(--bg-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: 14px;
  text-align: left;
  padding: 8px 8px 0 0;
  color: #333333; }

[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(--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: .025em;
  position: relative;
  text-transform: uppercase; }
  .form__h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--c-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: #333333;
  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(--bg-etiquetas);
    font-weight: 600;
    margin-bottom: 0; }
.form__b--red {
  color: var(--bg-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: .015em;
  color: #333333;
  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(--c-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: #333333;
  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(--c-borde);
    position: absolute;
    right: 0;
    left: auto;
    top: auto;
    transform: translateX(0); }

.con-foco:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--bg-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;
  font-size: 14px;
  line-height: 1.3; }

.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-news-text);
    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(--c-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(--bg-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(--bg-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;
    font-size: 14px; }
  .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: 22px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.35;
    margin-right: 30px;
    padding: 20px;
    color: var(--color-grey);
    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: var(--color-grey);
      font-size: 16px; }
  .search-speak .icon-mic {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 50%;
    text-align: center; }
    .search-speak .icon-mic:before {
      font-size: 48px;
      line-height: 80px;
      z-index: 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: var(--color-grey); }
  .search-speak :-moz-placeholder {
    font-size: 24px;
    color: var(--color-grey); }
  .search-speak :-ms-input-placeholder {
    font-size: 24px;
    color: var(--color-grey); }
  .search-speak .lcep-trigger {
    display: none !important; }
  .search-speak .lcep-el-wrap {
    width: 100%; }

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

  .search-speak :-moz-placeholder {
    font-size: 20px;
    color: var(--color-grey); }

  .search-speak :-ms-input-placeholder {
    font-size: 20px;
    color: var(--color-grey); } }
.most-read {
  padding: 30px 0 0;
  position: relative;
  counter-reset: contar;
  /*&:before {content: "MÁS LEÍDAS";display: block;font-family: "VT323", serif;font-size: 12px;color: var(--color-news-text);	top: 10px; position: absolute;
	text-align: center;	width: 100%;letter-spacing: 0.02em;	z-index: 301;}*/ }
  .most-read .grid-1 {
    grid-row-gap: 44px; }
  .most-read article {
    width: 100%;
    max-width: 300px;
    padding: 0;
    margin: 0 auto; }
    .most-read article header:before {
      counter-increment: contar;
      content: counter(contar);
      position: absolute;
      font-size: 11px;
      color: #f30000;
      font-weight: 500;
      left: 0;
      bottom: auto;
      z-index: 300;
      transition: all 0.3s;
      font-family: var(--font-etiquetas);
      line-height: 1.7; }
  .most-read .article__header {
    padding: 0 0 0 30px; }
  .most-read .article:after {
    content: '';
    width: 100%;
    height: 1px;
    background: url("/images/fdo-puntos-horizontal.svg") repeat;
    position: absolute;
    bottom: -15px;
    left: 0; }
  .most-read .article:last-child:after {
    display: none; }
  .most-read .most-read-first {
    position: relative; }
    .most-read .most-read-first:after {
      content: '';
      width: 100%;
      height: 1px;
      background: url("/images/fdo-puntos-horizontal.svg") repeat;
      position: absolute;
      bottom: -22px;
      left: 0; }
    .most-read .most-read-first__figure {
      z-index: 301; }
    .most-read .most-read-first__header {
      padding: 22px 0 0 30px; }

.sidebar-right .most-read {
  padding-top: 0; }
  .sidebar-right .most-read .titulo-bloque {
    margin: 0 auto 22px;
    max-width: 300px;
    padding: 0; }
    .sidebar-right .most-read .titulo-bloque:before {
      display: none; }
    .sidebar-right .most-read .titulo-bloque .txt {
      font-size: 15px;
      text-transform: uppercase; }
  .sidebar-right .most-read .article:after {
    bottom: -22px; }

.most-read.te-puede-interesar {
  counter-reset: contar-2; }
  .most-read.te-puede-interesar article header:before {
    counter-increment: contar-2;
    content: counter(contar-2); }

.bloque-mas-popular {
  padding: 73px 0 69px;
  width: 100%;
  margin-bottom: 72px;
  position: relative; }
  .bloque-mas-popular:before {
    content: '';
    display: block;
    width: 100vw;
    max-width: 1640px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #020a0a;
    border-image-source: url(/images/fondo-linea-puntos.svg);
    border-image-slice: 1 1 1 1;
    border-image-repeat: repeat; }
  .bloque-mas-popular .titulo-bloque {
    margin-bottom: 37px; }
  .bloque-mas-popular .grid {
    margin: 0; }
  .bloque-mas-popular .most-read {
    grid-column: span 16;
    padding: 0; }
    .bloque-mas-popular .most-read .grid-1 {
      grid-template-columns: repeat(16, 1fr); }
    .bloque-mas-popular .most-read:after {
      display: none; }
    .bloque-mas-popular .most-read article {
      max-width: initial;
      margin-bottom: 21px;
      padding-bottom: 22px;
      border: none; }
      .bloque-mas-popular .most-read article:after {
        display: none; }
      .bloque-mas-popular .most-read article:before {
        top: -21px; }
    .bloque-mas-popular .most-read .article__header, .bloque-mas-popular .most-read .most-read-first__header {
      padding-left: 50px; }
    .bloque-mas-popular .most-read article header:before {
      font-size: 14px;
      left: 20px;
      line-height: normal; }
    .bloque-mas-popular .most-read .most-read-first {
      margin-bottom: 0;
      padding-bottom: 0; }
      .bloque-mas-popular .most-read .most-read-first:after {
        display: none; }
      .bloque-mas-popular .most-read .most-read-first header:before {
        left: 22px; }
    .bloque-mas-popular .most-read .cl-8 article:first-child:before {
      display: none; }
    .bloque-mas-popular .most-read .cl-8 article:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

.sidebar .most-read {
  padding: 0;
  margin-bottom: 72px; }
  .sidebar .most-read .grid-1 {
    grid-row-gap: 45px; }
  .sidebar .most-read article header:before {
    left: 0;
    font-size: 11px; }
  .sidebar .most-read .article__header {
    padding-left: 30px; }
  .sidebar .most-read .most-read-first__header {
    padding: 21px 0 0 30px; }
  .sidebar .most-read:after {
    display: none; }
  .sidebar .most-read .most-read-first:after, .sidebar .most-read .article:after {
    bottom: -23px; }

@media only screen and (max-width: 1640px) {
  .bloque-mas-popular:before {
    max-width: calc(100vw - 100px); } }
@media only screen and (max-width: 1380px) {
  .bloque-mas-popular {
    padding: 73px 30px 69px; }
    .bloque-mas-popular:before {
      max-width: calc(100% - 3px); } }
/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .bloque-mas-popular:before {
    height: calc(100% - 310px); }

  .bloque-mas-popular {
    padding-bottom: 0; }
    .bloque-mas-popular .banner.cl-8 {
      position: relative;
      padding-top: 20px;
      margin-top: 72px; }
      .bloque-mas-popular .banner.cl-8:after {
        content: "";
        width: 100vw;
        max-width: 1260px;
        background: var(--bg-banners);
        height: 145px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 299;
        display: flex; }

  [id=sidebar-right] .most-read {
    width: 100%; }
    [id=sidebar-right] .most-read .titulo-bloque {
      margin: 0 0 22px; }
    [id=sidebar-right] .most-read article:first-child {
      grid-row: span 4; } }
@media only screen and (max-width: 767px) {
  .bloque-mas-popular .most-read .most-read-first {
    margin-bottom: 12px; }

  [id=sidebar-right] .most-read {
    padding: 0 20px; }

  [id=sidebar-right] .most-read .titulo-bloque {
    margin: 0 0 22px; }

  .most-read article {
    text-align: left;
    max-width: none; }

  .most-read .font-size-14 {
    font-size: 14px; }

  .bloque-mas-popular {
    padding: 83px 20px 0;
    width: calc(100% - 40px);
    margin: 0 auto 36px; }
    .bloque-mas-popular:before {
      height: calc(100% - 419px); }
    .bloque-mas-popular .grid {
      grid-row-gap: 42px; }
    .bloque-mas-popular .titulo-bloque {
      width: 100%;
      margin-bottom: 38px; }
    .bloque-mas-popular .font-size-16 {
      font-size: 18px;
      line-height: 1.4; }
    .bloque-mas-popular .most-read article {
      width: calc(100% - 80px);
      left: -40px; }
      .bloque-mas-popular .most-read article:first-child header {
        padding-top: 18px; }
      .bloque-mas-popular .most-read article header:before {
        line-height: 1.7; }
    .bloque-mas-popular .most-read .cl-8 {
      margin-bottom: 82px; }
      .bloque-mas-popular .most-read .cl-8 article {
        padding-bottom: 21px;
        margin-bottom: 23px !important; }
        .bloque-mas-popular .most-read .cl-8 article:before {
          top: -22px;
          width: 100%;
          left: 0; }
        .bloque-mas-popular .most-read .cl-8 article:first-child header {
          padding-top: 0; }
        .bloque-mas-popular .most-read .cl-8 article:first-child:before {
          top: -22px;
          display: block; }
        .bloque-mas-popular .most-read .cl-8 article.nota-seccion-opinion {
          padding-bottom: 22px; }
        .bloque-mas-popular .most-read .cl-8 article:last-child {
          padding-bottom: 0;
          margin-bottom: 0 !important; }
    .bloque-mas-popular .most-read .cl-8:first-child {
      margin-bottom: 0; }
    .bloque-mas-popular .most-read .banner.cl-8 {
      margin: 0;
      width: 100vw;
      position: relative;
      left: -40px; }

  .te-puede-interesar {
    margin-top: 113px;
    position: relative;
    overflow: visible;
    margin-bottom: 0; }

  .te-puede-interesar .titulo-bloque {
    width: calc(100% - 40px);
    max-width: none !important; }

  .te-puede-interesar .titulo-bloque:after {
    content: "";
    width: 100%;
    height: 1px;
    background: url(/images/fdo-puntos-horizontal.svg) repeat;
    position: absolute;
    top: -72px;
    left: 0;
    display: block; } }
.banner-anuncios {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 72px;
  position: relative;
  grid-column: span 24;
  display: flex;
  justify-content: center;
  padding: 20px 0 0; }
  .banner-anuncios:after {
    content: "";
    width: 100vw;
    max-width: 1640px;
    background: var(--bg-banners);
    height: 145px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 299; }
  .banner-anuncios > div {
    width: 1100px;
    height: 250px;
    background: var(--color-white);
    display: flex;
    position: relative;
    z-index: 300;
    padding: 43px 50px 48px; }
  .banner-anuncios .cont {
    margin-top: 21px; }
  .banner-anuncios header {
    width: max-content;
    max-width: 155px;
    margin-right: 53px; }
  .banner-anuncios h2 {
    line-height: 1.12;
    font-family: var(--font-etiquetas);
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 4px; }
  .banner-anuncios span {
    font-family: var(--font-etiquetas);
    font-size: 22px;
    font-weight: 200;
    line-height: 1.3;
    text-align: right;
    display: inline-block;
    letter-spacing: -0.028em; }
  .banner-anuncios p {
    font-family: var(--font-etiquetas);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    padding-bottom: 23px;
    max-width: 745px;
    width: 100%;
    letter-spacing: -0.035em; }
  .banner-anuncios p:last-child {
    padding-bottom: 0;
    max-width: 685px; }
  .banner-anuncios .icon-bot {
    position: absolute;
    right: 55px;
    bottom: 45px; }
  .banner-anuncios .cont-anuncio {
    position: relative; }
    .banner-anuncios .cont-anuncio:before, .banner-anuncios .cont-anuncio:after {
      content: '';
      width: 125px;
      height: 125px;
      display: inline-flex;
      position: absolute; }
    .banner-anuncios .cont-anuncio:before {
      bottom: 0;
      left: 0;
      border-left: 1px solid var(--color-news-text);
      border-bottom: 1px solid var(--color-news-text); }
    .banner-anuncios .cont-anuncio:after {
      top: 0;
      right: 0;
      border-right: 1px solid var(--color-news-text);
      border-top: 1px solid var(--color-news-text); }
  .banner-anuncios .icon-bot {
    display: flex !important; }

@media only screen and (max-width: 1640px) {
  .banner-anuncios:after {
    max-width: calc(100vw - 100px); } }
@media only screen and (max-width: 1380px) {
  .banner-anuncios:after {
    max-width: 100%; } }
@media only screen and (max-width: 1080px) {
  .banner-anuncios > div {
    padding: 30px; }

  .banner-anuncios header {
    margin-right: 33px; }

  .banner-anuncios .icon-bot {
    right: 25px;
    bottom: 25px; }

  .banner-anuncios:after {
    max-width: 100vw; } }
/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .banner-anuncios > div {
    padding: 30px 20px; }
  .banner-anuncios .icon-bot {
    right: 0;
    bottom: -10px; } }
@media only screen and (max-width: 767px) {
  .banner-anuncios > div {
    width: calc(100% - 40px);
    padding: 35px; }
  .banner-anuncios header {
    margin-bottom: 20px; }
  .banner-anuncios .cont-anuncio {
    flex-direction: column;
    height: auto; }
  .banner-anuncios .icon-bot {
    right: 20px;
    bottom: 20px; }
  .banner-anuncios p {
    padding-right: 60px; } }
.bloque-temas {
  grid-row-gap: 0; }
  .bloque-temas .titulo-bloque {
    margin-bottom: 33px; }
  .bloque-temas .cl-12, .bloque-temas .cl-10 {
    margin-bottom: 0; }
  .bloque-temas .grid-24 {
    margin-top: 71px;
    height: auto;
    margin-bottom: 0; }
    .bloque-temas .grid-24 .cl-12 {
      height: 100%; }
  .bloque-temas .line-top:before {
    top: -37px; }

.con-4-notas .line-top:before {
  top: -37px; }
.con-4-notas .en-bandera {
  height: auto; }
.con-4-notas article:nth-child(2), .con-4-notas .cl-10 {
  margin-bottom: 0; }
.con-4-notas .cl-11 {
  margin-bottom: 0;
  grid-row-gap: 36px; }

.con-5-notas {
  margin-bottom: 72px; }

.con-5-notas-b .grid-1 {
  grid-row-gap: 49px; }
.con-5-notas-b .line-style:before {
  top: -23px; }
.con-5-notas-b .en-bandera-inverter__figure {
  width: 165px; }
.con-5-notas-b .en-bandera-inverter__figure + .en-bandera-inverter__header {
  width: calc(100% - 165px); }
.con-5-notas-b article:first-child .en-bandera-inverter__figure {
  width: 210px; }
.con-5-notas-b article:first-child .en-bandera-inverter__header {
  width: calc(100% - 210px); }

.bloque-mas-en .grid-15 {
  padding: 0 54px;
  margin-bottom: 0; }

.bloque-bottom {
  margin: 72px auto 144px !important; }
  .bloque-bottom .titulo-bloque {
    padding: 0;
    margin-bottom: 71px; }
    .bloque-bottom .titulo-bloque .txt {
      font-size: 15px;
      text-transform: uppercase; }
    .bloque-bottom .titulo-bloque:before {
      display: none; }
  .bloque-bottom .cl-7 {
    height: 100%;
    position: relative; }
    .bloque-bottom .cl-7:before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -24px;
      background: url(/images/fdo-puntos-vertical.svg) repeat; }
    .bloque-bottom .cl-7 .titulo-bloque {
      margin: 0 0 69px 42px; }
    .bloque-bottom .cl-7 .most-read {
      padding: 0; }
      .bloque-bottom .cl-7 .most-read .grid-1 {
        grid-row-gap: 44px; }
      .bloque-bottom .cl-7 .most-read article {
        margin-left: 42px; }
        .bloque-bottom .cl-7 .most-read article h2 {
          font-family: var(--general); }
        .bloque-bottom .cl-7 .most-read article header {
          padding-left: 30px; }
          .bloque-bottom .cl-7 .most-read article header:before {
            color: var(--color-news-text);
            left: 0; }
      .bloque-bottom .cl-7 .most-read:after {
        display: none; }
      .bloque-bottom .cl-7 .most-read .most-read-first:after, .bloque-bottom .cl-7 .most-read .article:after {
        bottom: -23px; }

.listado-especial .bloque-bottom, .listado .bloque-bottom {
  margin-top: 30px !important; }

.listado [id=page] {
  margin-bottom: 144px; }
.listado .grid-16 {
  margin-bottom: 0; }
.listado.popular .otras-noticias .grid-16, .listado.lo-ultimo .otras-noticias .grid-16, .listado.etiquetas .otras-noticias .grid-16 {
  padding-top: 72px; }
.listado.popular .otras-noticias .titulo-bloque, .listado.lo-ultimo .otras-noticias .titulo-bloque, .listado.etiquetas .otras-noticias .titulo-bloque {
  display: none; }

.listado.buscador [id=page] {
  margin-bottom: 144px; }
.listado.buscador .grid-16 {
  margin-bottom: 0; }
.listado.buscador .destacada-listado {
  margin-bottom: 72px; }
  .listado.buscador .destacada-listado .titulo-bloque {
    margin-bottom: 31px; }

.listado-especial [id=page] {
  padding-top: 33px; }
.listado-especial .destacada-listado {
  margin-bottom: 0; }
  .listado-especial .destacada-listado .titulo-bloque {
    margin-bottom: 31px; }
.listado-especial.opinion .otras-noticias .grid-16 {
  padding-top: 72px; }
.listado-especial.opinion .otras-noticias .titulo-bloque {
  display: none; }

@media only screen and (max-width: 1080px) {
  .bloque-mas-en .grid-15 {
    padding: 0 34px; }

  .bloque-bottom .cl-7 .titulo-bloque, .bloque-bottom .cl-7 .most-read article {
    margin-left: 0; } }
@media only screen and (max-width: 1024px) {
  .bloque-bottom .cl-7 .most-read article {
    margin-left: 0;
    padding-left: 42px; }

  .bloque-bottom .cl-7 .most-read article header:before {
    left: 42px; } }
/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .bloque-mas-en {
    margin-bottom: 32px; }

  .con-6-notas {
    grid-row-gap: 36px; }
    .con-6-notas .titulo-bloque {
      margin-bottom: 0; }
    .con-6-notas .grid-24 {
      margin-top: 36px; }
    .con-6-notas .grid-24 .cl-12 {
      grid-column: span 12; }

  .con-5-notas .titulo-bloque + article {
    grid-column: span 12;
    margin-bottom: 36px; }
  .con-5-notas .en-bandera__figure {
    width: 100%; }
  .con-5-notas .en-bandera__figure + .en-bandera__header {
    width: 100%;
    padding: 22px 0 0; }

  .con-4-notas .titulo-bloque + article {
    grid-column: span 12;
    margin-bottom: 36px; }

  .con-3-notas .titulo-bloque + article {
    grid-column: span 12;
    margin-bottom: 36px; }

  .post-interior .bloque-bottom .cl-7 .most-read article {
    max-width: none; } }
@media only screen and (max-width: 767px) {
  .bloque-temas .grid-24 .cl-12 {
    height: auto; }

  .bloque-bottom .titulo-bloque {
    margin-bottom: 36px; }

  .listado-especial [id=page] {
    padding-top: 0; }

  .bloque-mas-en .grid-15 {
    padding: 0; }

  .bloque-bottom .cl-7 .most-read article {
    margin: 0 0 0 20px;
    width: calc(100% - 40px);
    padding-left: 20px; }

  .bloque-bottom .cl-7 .most-read article header:before {
    left: 12px; }

  .bloque-bottom .cl-7 .titulo-bloque {
    margin: 0 0 36px 20px; }

  .bloque-temas {
    grid-row-gap: 29px; }
    .bloque-temas .grid-24 {
      margin-top: 36px; }
    .bloque-temas .titulo-bloque {
      margin-bottom: 0; }
    .bloque-temas .desfasado {
      margin-bottom: 36px; }
    .bloque-temas article:last-child {
      margin-bottom: 0; }

  .listado.popular .otras-noticias .grid-16, .listado.loultimo .otras-noticias .grid-16, .listado.etiquetas .otras-noticias .grid-16,
  .listado.lo-ultimo .otras-noticias .grid-16, .listado-especial.opinion .otras-noticias .grid-16 {
    padding-top: 36px; }

  .con-5-notas .grid-24, .con-6-notas .grid-24 {
    margin-top: 0; }
  .con-5-notas .line-style:before, .con-6-notas .line-style:before {
    display: none; } }
.footer {
  width: 100%;
  background: var(--bg-footer);
  position: relative;
  margin: 0 auto;
  padding: 40px 0 0; }
  .footer__cont-redes {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    padding-bottom: 55px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .footer__p {
    color: var(--txt-footer);
    max-width: 800px;
    margin: 0 auto 10px;
    font-family: var(--font-etiquetas);
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.035em; }
  .footer__p--last {
    margin-bottom: 0; }
  .footer__redes {
    margin-left: 20px;
    position: absolute;
    right: -7px;
    bottom: 19px; }
    .footer__redes [class*='icon-'] {
      display: flex;
      align-items: center;
      width: 24px;
      height: 24px; }
    .footer__redes [class*='icon-']:before {
      font-size: 25px;
      font-weight: normal;
      color: var(--color-ico-footer); }
    .footer__redes .icon-siglocero:before {
      font-size: 20px; }
    .footer__redes .icon-up {
      display: none; }
    .footer__redes .icon-compartir {
      display: none; }
    .footer__redes .icon-instagram:before {
      position: relative;
      top: 1px; }
    .footer__redes__sc {
      padding-left: 2px; }
  .footer .bloque-footer-redes {
    margin-bottom: 0;
    position: relative; }
  .footer__menu {
    border: none;
    padding: 0 0 54px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: max-content;
    position: relative;
    left: 40px; }
  .footer__nav:nth-child(1) {
    margin-right: 8px; }
  .footer__nav:nth-child(2) {
    margin-right: 44px; }
  .footer__nav:last-child {
    margin-right: 0; }
  .footer__title {
    color: var(--titulo-footer);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 14px; }
  .footer__ancla {
    padding: 0 0 17px 0;
    color: var(--txt-footer);
    font-size: 13px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.008em;
    width: max-content; }
  .footer .active .footer__ancla {
    font-weight: 500;
    opacity: 1;
    color: var(--color-white); }
  .footer__clousure-bloque {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    border-top: 1px solid #333;
    padding: 29px 0;
    margin: 0 auto; }
    .footer__clousure-bloque [class*='icon-'] {
      display: flex;
      align-items: center;
      width: 20px;
      height: 20px; }
    .footer__clousure-bloque [class*='icon-']:before {
      font-size: 20px;
      font-weight: normal;
      color: var(--color-ico-footer); }
    .footer__clousure-bloque .icon-g8:before {
      font-size: 23px; }
    .footer__clousure-bloque .go {
      margin: 0; }
  .footer__txt {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    color: var(--txt-footer);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%; }
  .footer__name {
    padding-bottom: 10px; }
  .footer__copy {
    padding-bottom: 19px; }
  .footer__desarrollado {
    display: flex;
    align-items: center;
    position: relative; }
    .footer__desarrollado a {
      font-size: 0;
      margin-left: 15px;
      display: flex;
      align-items: center;
      width: 20px;
      height: 20px;
      justify-content: center; }
  .footer .logo-dark {
    display: none; }
  .footer__icon-logo {
    width: 44px;
    height: 30px;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 36px; }
    .footer__icon-logo img {
      width: 44px;
      height: 30px; }
  .footer .redes-h-top a {
    margin: 0 7px; }
    .footer .redes-h-top a:before {
      font-size: 20px; }

@media only screen and (max-width: 1920px) {
  .footer {
    max-width: 100%; } }
@media only screen and (max-width: 1280px) {
  .footer .bloque-footer-redes, .footer__clousure {
    width: auto;
    margin: 0 20px; } }
@media only screen and (max-width: 1080px) {
  .footer {
    z-index: 1000; } }
@media only screen and (max-width: 1023px) {
  /*.footer{
    .banner-centrado {padding: 0;margin-bottom: 48px}
    &__cont-redes{position: static}
    &__menu{display: flex;position: relative;padding-bottom: 60px}
  }*/
  .footer__cont-redes {
    box-sizing: border-box;
    padding: 0 20px 55px; }
  .footer__redes {
    right: auto;
    left: 50%;
    margin: 0;
    transform: translateX(-50%); }
  .footer .redes-h-top a:last-child {
    margin: 0 7px; } }
@media only screen and (max-width: 767px) {
  .footer {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px 0;
    /* &__menu{padding: 38px 0 0;grid-row-gap: 23px;margin-bottom: 18px; flex-wrap: wrap}
     &__cont-redes{padding: 0;height: auto}
     &__icon-logo.icon-logo{justify-content: center; margin-top: 0; height: auto;
       img{}
     }
     &__redes{position: relative;bottom: auto;left: auto;padding: 0;width: 100%;margin: 30px auto 0}
     .redes-h-top{justify-content: center;padding: 0;margin: 0}
     &__ul{ text-align: center}
     &__li{display: inline-block; width: auto; margin: 0 10px 12px}
     &__title-menu{width: 100%;margin: 0 0 20px; padding: 0}
     &__title{ padding: 0}
     &__ancla{line-height: 120%; padding: 0}
     a[href*=clasificados]{padding-top: 0}
     &__clousere{padding: 0}
     &__clousure-bloque{padding: 25px 0 24px; justify-content: center; flex-wrap: wrap}
     &__desarrollado{ padding-top: 10px;
       a{ padding: 0 7px; margin: 0}
     }
     &__copy {width: 100%}
     &__anio{ text-align: center; line-height: 1.41; width: 100%}*/ }
    .footer__menu {
      display: grid;
      left: auto;
      grid-gap: 0; }
    .footer__ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-align: center;
      justify-content: center;
      margin-bottom: 36px; }
    .footer__title, .footer__li:first-child {
      width: 100%; }
    .footer__li {
      padding: 0; }
      .footer__li:last-child {
        padding-right: 0; }
    .footer .footer-secciones {
      display: none; }
    .footer .footer-institucionales {
      margin-bottom: 3px; }
    .footer .footer-legales {
      margin-bottom: 22px; }
    .footer__name {
      line-height: 1.5;
      padding: 0 20px 5px;
      text-align: center; }
    .footer .footer__p {
      margin-bottom: 20px; }
    .footer .footer__p--last {
      margin-bottom: 0; }
    .footer__redes {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      margin: 0; }
    .footer .footer__clousure {
      margin: 0; }
    .footer .footer__clousure-bloque {
      padding-top: 26px; }
    .footer .footer__cont-redes {
      padding: 0 0 45px; }
    .footer .li .footer__ancla:before {
      display: none; }
    .footer .footer__title {
      margin-bottom: 1px; }
    .footer .li:nth-child(3) .footer__ancla:before {
      content: "";
      width: 1px;
      height: 12px;
      background: var(--color-grey);
      margin: 0 8px 0 11px;
      display: inline-flex;
      position: relative;
      top: 2px; } }
[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 .titulo-sub, .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(--bg-buttons);
    color: var(--color-txt-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(--bg-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 57px;
  background: var(--bg-header);
  position: relative;
  border-bottom: 1px solid var(--c-borde);
  display: none; }
  .header-top__top {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    position: sticky;
    top: 0;
    background: var(--color-white);
    z-index: 3000;
    border-bottom: 1px solid var(--c-borde); }
    .header-top__top .bloque {
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      max-width: calc(100% - 40px);
      min-height: 40px; }
    .header-top__top .menu-search {
      display: flex;
      align-items: center; }
    .header-top__top .icon-logo {
      opacity: 1;
      transition: all 0.2s;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin: 0; }
      .header-top__top .icon-logo img {
        height: 30px; }
  .header-top__bloque-top {
    margin-bottom: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    background: var(--color-white);
    padding: 0 0 21px;
    display: none; }
  .header-top__icon-menu {
    cursor: pointer;
    display: flex;
    width: 20px;
    height: 10px;
    padding: 10px;
    box-sizing: content-box;
    padding-left: 0;
    top: -1px;
    position: relative; }
    .header-top__icon-menu .buttons-menu {
      cursor: pointer;
      position: absolute;
      background-color: var(--color-ico-header);
      height: 1px;
      width: 20px;
      transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s; }
      .header-top__icon-menu .buttons-menu:before, .header-top__icon-menu .buttons-menu:after {
        content: '';
        display: block;
        position: absolute;
        background-color: var(--color-ico-header);
        height: 1px;
        width: 20px; }
      .header-top__icon-menu .buttons-menu:before {
        top: 5px;
        transition: opacity .15s ease .18s, background-color 0s linear 0s; }
      .header-top__icon-menu .buttons-menu:after {
        top: 10px;
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s; }
    .header-top__icon-menu.active .buttons-menu {
      transform: translate3d(0, 5px, 0) rotate(135deg); }
      .header-top__icon-menu.active .buttons-menu:before {
        opacity: 0; }
      .header-top__icon-menu.active .buttons-menu:after {
        transform: translate3d(0, -10px, 0) rotate(-270deg); }
  .header-top__icon-lupa {
    margin-left: 10px; }
  .header-top__icon-logo {
    position: relative;
    margin: 0 auto;
    transition: all 0.3s;
    opacity: 1; }
    .header-top__icon-logo img {
      max-width: none;
      max-height: none;
      height: 50px; }
  .header-top__fecha {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    color: #333333;
    display: none; }
  .header-top__redes-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0; }

.listado-especial .header-top {
  margin-bottom: 0;
  display: flex; }

/*
.logeado {
  .header-top{
    &__top { padding: 20px 0 21px}
    }
}


.logeado.is-fixed {
  .header-top{
    &__top { padding: 25px 0}
  }
}
 */
.inicio .header-top, .listado-especial .header-top {
  margin-bottom: 0;
  display: flex; }
  .inicio .header-top__bloque-top, .listado-especial .header-top__bloque-top {
    display: flex; }
  .inicio .header-top__top, .listado-especial .header-top__top {
    border-bottom: transparent; }
    .inicio .header-top__top .icon-logo, .listado-especial .header-top__top .icon-logo {
      opacity: 0; }

.is-fixed .header-top__icon-logo {
  opacity: 0; }
.is-fixed .header-top__top {
  border-bottom: 1px solid var(--c-borde); }
  .is-fixed .header-top__top .icon-logo {
    opacity: 1;
    z-index: 301; }

/*
.overflow-hidden {
  .header-top { margin-bottom:57px;
    //&:after {content: "";height: 50px;width: 100%;display: block;background: var(--bg-menu)}
    //&__icon-lupa, &__icon-menu{display: none}
  }
  .inicio .header-top { margin-bottom: 0}
}

.is-fixed {
  .header-top {
    &:after {height: 54px;}
  }
}
*/
@media only screen and (max-width: 1280px) {
  .header-top {
    width: 100%;
    margin: 0 auto 36px;
    padding: 0;
    background: var(--bg-header); }
    .header-top__icon-lupa {
      left: 64px; } }
@media only screen and (max-width: 1023px) {
  .header-top {
    border: none;
    display: none !important; }
    .header-top__bloque-top {
      padding: 0;
      height: 0;
      min-height: 0; }
    .header-top__icon-menu {
      top: auto; }
    .header-top__top {
      padding: 0;
      border-bottom: 1px solid var(--c-borde); }
      .header-top__top .bloque {
        min-height: 60px; }
      .header-top__top .icon-logo {
        opacity: 1;
        display: flex; }
        .header-top__top .icon-logo img {
          height: 22px; }

  .inicio .header-top__top .icon-logo, .listado-especial .header-top__top .icon-logo {
    opacity: 1; }

  .inicio .header-top__top {
    border-bottom: 1px solid var(--c-borde); }

  .inicio .header-top__top .icon-logo {
    opacity: 1; }

  .logeado .header-top__top, .logeado.is-fixed .header-top__top, .inicio .header-top__top {
    padding: 0; }

  .overflow-hidden .header-top:after {
    display: none; } }
@media only screen and (max-width: 767px) {
  .inicio .header-top, .listado-especial .header-top {
    margin-bottom: 0;
    display: flex; }
    .inicio .header-top__bloque-top, .listado-especial .header-top__bloque-top {
      display: flex; }
    .inicio .header-top__top, .listado-especial .header-top__top {
      border-bottom: 1px solid var(--c-borde); }

  .overflow-hidden .header-top:after {
    display: none; }

  .overflow-hidden .header-top {
    margin-bottom: 0; }

  .header-top__top {
    transition: all 0.5s;
    top: 0;
    position: relative; }
  .header-top__redes-top, .header-top__icon-lupa {
    display: none; }

  .ocultar-vivo [id=page], .ocultar-vivo .inicio [id=page] {
    padding: 61px 0 0 !important; }
  .ocultar-vivo.listado-especial [id=page], .ocultar-vivo.nota-opinion [id=page] {
    padding-top: 0 !important; }
  .ocultar-vivo.listado-especial .destacada-listado, .ocultar-vivo.listado-especial .header-interior, .ocultar-vivo.nota-opinion .destacada-listado, .ocultar-vivo.nota-opinion .header-interior {
    padding-top: 61px; }
  .ocultar-vivo .header-top__top {
    position: fixed;
    animation: aparece-top 0.5s ease; }

  @keyframes aparece-top {
    0% {
      position: fixed;
      top: -70px;
      opacity: 0; }
    100% {
      top: 0;
      opacity: 1; } } }
.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: 13px;
    display: flex;
    font-family: var(--general);
    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-news-text); }
  .login__buttons {
    line-height: 40px;
    padding: 0;
    transition: all 0.3s;
    display: flex;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.025em;
    justify-content: center;
    width: 117px; }
  .login__buttons--sinfondo {
    color: var(--bg-buttons);
    background: transparent;
    width: 90px;
    margin-right: 1px; }
    .login__buttons--sinfondo:hover {
      text-decoration: underline; }
  .login__buttons--avatar {
    display: none; }

.logged-user .login__registro {
  display: none; }
.logged-user .login__datos-cuenta {
  display: flex; }
.logged-user .login__avatar {
  display: flex; }

.menu-desplegable .login {
  display: flex;
  margin-top: 15px;
  position: absolute;
  right: 22px;
  top: 5px;
  padding-left: 30px; }
  .menu-desplegable .login__buttons {
    background: none !important;
    color: var(--color-grey) !important;
    font-family: var(--general) !important;
    width: auto !important; }
    .menu-desplegable .login__buttons:hover {
      text-decoration: underline;
      opacity: 1; }
  .menu-desplegable .login__buttons--sinfondo {
    color: var(--color-grey);
    background: none; }
    .menu-desplegable .login__buttons--sinfondo:after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 9px;
      background: var(--color-grey);
      margin: 0 18px; }
  .menu-desplegable .login.logged-user .login__name {
    color: #fff;
    display: flex;
    margin-left: 10px; }
    .menu-desplegable .login.logged-user .login__name:before {
      content: 'Hola';
      display: inline-block;
      margin-right: 5px; }
  .menu-desplegable .login.logged-user .login__avatar {
    border: 1px solid var(--color-grey);
    display: none; }
  .menu-desplegable .login.logged-user {
    margin-top: 21px; }

.is-fixed .menu-desplegable .login__buttons {
  color: var(--color-grey);
  background: none; }

/*
.is-fixed, .open-search, .menu.open {
  .login {
    &__name{color: var(--color-news-text)}
    &__buttons { background: var(--bg-buttons); color: var(--color-txt-buttons)}
    &__buttons--sinfondo {color: var(--color-txt-buttons); background: transparent;}
  }
}

 */
.login__buttons {
  text-transform: none;
  padding: 14px 0 13px;
  margin-bottom: 0;
  line-height: 100%; }
.login__buttons--sinfondo {
  background: none;
  font-family: var(--general); }
.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(--bg-buttons);
    color: var(--color-txt-buttons); }
  .is-fixed .login__buttons--sinfondo {
    background: none;
    color: var(--color-news-text); }

  .menu.open .login__buttons {
    background: var(--bg-buttons);
    color: var(--color-txt-buttons); }
  .menu.open .login__buttons--sinfondo {
    background: none;
    color: var(--color-news-text); } }
@media only screen and (max-width: 1080px) {
  .logged-user {
    margin-right: 0; } }
@media only screen and (max-width: 1023px) {
  .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 {
    display: none; }
    .login.logged-user {
      display: flex; }
      .login.logged-user .login__name {
        display: none; }

  .login__avatar {
    width: 28px;
    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 {
  margin-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 0 0;
  position: relative; }
  .banner > :before {
    content: 'PUBLICIDAD';
    display: block;
    font-family: var(--font-etiquetas);
    font-size: 10px;
    color: #85858C;
    margin: -10px auto 0;
    font-weight: 400;
    text-align: center;
    width: auto;
    z-index: 301;
    position: absolute;
    bottom: -20px;
    right: 0;
    letter-spacing: 0.02em; }
  .banner:after {
    content: '';
    width: 100%;
    background: var(--bg-banners);
    height: 174px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 299; }

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

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

.banner-parrafo {
  display: none; }

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

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

.banner-centrado {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 72px;
  position: relative;
  grid-column: span 24;
  display: flex;
  justify-content: center;
  padding: 20px 0 0; }
  .banner-centrado:before {
    display: none; }
  .banner-centrado > div:before {
    content: "PUBLICIDAD";
    display: inline-flex;
    font-family: var(--font-etiquetas);
    font-size: 10px;
    color: #85858C;
    margin: 0;
    font-weight: 400;
    bottom: auto;
    text-align: right;
    width: max-content;
    z-index: 301;
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(11px);
    letter-spacing: 0.02em; }
  .banner-centrado:after {
    content: '';
    width: 100vw;
    max-width: 1260px;
    background: var(--bg-banners);
    height: 145px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 299; }

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

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

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

.banner-768 > div {
  width: 620px;
  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-620 {
  padding: 0 0 37px;
  height: auto;
  margin-bottom: 36px; }

.banner-620 > div {
  max-width: 620px;
  height: 250px;
  background: var(--bg-banners); }

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

.banner-tres .banner {
  grid-column: span 8;
  padding: 55px;
  margin-bottom: 0;
  background: var(--bg-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: 53px; }

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

.sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .sidebar .banner {
    max-width: 300px;
    margin-bottom: 92px;
    padding: 0; }
    .sidebar .banner:first-child {
      margin-top: 50px; }
    .sidebar .banner:last-child {
      margin-bottom: 0; }

.listado [id=sidebar-right] {
  align-items: center; }

.banner-hide {
  display: none; }

.banner a:hover {
  opacity: 1; }

@media only screen and (max-width: 1640px) {
  .banner:after {
    max-width: calc(100vw - 100px); } }
@media only screen and (max-width: 1380px) {
  .banner:after {
    max-width: 100%; } }
@media only screen and (max-width: 1080px) {
  .banner.banner-parrafo {
    width: auto;
    float: none; }

  .banner:after {
    max-width: 100vw; }
  .banner.cl-8:after, .banner.banner-derecha:after {
    display: none; }

  .banner-centrado > div:before {
    left: 50%;
    transform: translateY(0) translateX(-50%);
    top: calc(100% + 10px); } }
@media only screen and (min-width: 1080px) and (max-width: 1920px) and (orientation: portrait) {
  [id=sidebar-right] .banner {
    padding-top: 0; }
    [id=sidebar-right] .banner:after {
      display: none; }

  .banner-derecha {
    padding-top: 0; } }
/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .banner.banner-derecha {
    padding-top: 20px; }
    .banner.banner-derecha:after {
      display: flex; }

  .banner-620 {
    padding-top: 20px; }

  .con-sticky-1000 {
    margin-bottom: 36px; }

  .con-sticky-1000, .con-sticky-100vh {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important; } }
@media only screen and (min-width: 767px) {
  .banner {
    min-height: initial; }

  .banner-centrado {
    display: flex;
    min-height: 270px; }

  .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-centrado.top {
    min-height: 102px; }

  .banner-300x600 {
    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: 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.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 {
    margin-bottom: 48px; }
    .banner > div, .banner-centrado > div {
      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:after {
    max-width: 100%; } }
.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; }

.con-sticky-1000 {
  max-height: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 750px; }
  .con-sticky-1000 .sticky {
    top: 172px; }

.con-sticky-100vh {
  max-height: 50%;
  height: 50% !important;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }
  .con-sticky-100vh .banner {
    padding: 0;
    margin-bottom: 138px; }
    .con-sticky-100vh .banner:after {
      display: none; }

@media only screen and (max-width: 767px) {
  .banner, .banner-centrado {
    background: var(--bg-banners);
    width: 100%;
    padding: 64px 0; }
    .banner > div, .banner-centrado > div {
      max-width: 300px;
      position: relative; }
      .banner > div:before, .banner-centrado > div:before {
        top: calc(100% + 11px);
        right: 0;
        left: auto;
        transform: translateY(0);
        bottom: auto;
        margin: 0; }
    .banner:after, .banner-centrado:after {
      display: none; }

  .con-sticky-100vh .banner {
    padding: 64px 0; }

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

  .banner-centrado {
    grid-column: span 1; }

  .banner-centrado, .banner {
    margin: 0 auto 36px; }

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

  .banner-anuncios {
    padding: 20px 0 20px;
    background: var(--bg-banners);
    margin-bottom: 41px; }
    .banner-anuncios > div {
      padding: 44px 38px 93px; }
    .banner-anuncios:after {
      display: none; }
    .banner-anuncios header {
      margin-bottom: 0; }
    .banner-anuncios h2, .banner-anuncios span {
      text-align: left; }
    .banner-anuncios p {
      font-size: 14px;
      padding: 0 25px 25px 0;
      letter-spacing: -0.01em; }
    .banner-anuncios .icon-bot {
      bottom: 23px;
      right: 37px; }

  .con-sticky-1000, .con-sticky-100vh {
    min-height: auto;
    max-height: none; }

  [id=sidebar-right] .con-sticky-1000 .banner {
    margin-bottom: 72px; }

  .con-sticky-100vh .banner {
    margin-bottom: 0; } }
@media only screen and (max-width: 360px) {
  .banner > div, .banner-centrado > div {
    padding: 10px 0; } }
/* destacadas home */
[class*='destacada-'] {
  margin-top: 36px;
  margin-bottom: 65px;
  clear: both; }

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

body[class*='destacada-'] {
  margin: 0; }

.destacadas-bottom {
  margin-bottom: 36px; }

.destacada-3 .grid-1 {
  grid-row-gap: 0; }
  .destacada-3 .grid-1 article:first-child {
    margin-bottom: 34px;
    padding-bottom: 31px; }

.destacada-4 .grid-12 {
  margin-bottom: 0;
  grid-row-gap: 34px; }
.destacada-4 .line-style:before {
  top: -25px; }

.destacada-listado {
  margin-top: 72px;
  grid-row-gap: 0; }
  .destacada-listado .descripcion {
    font-family: var(--general-light);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.015em;
    padding-top: 12px; }
  .destacada-listado .titulo-bloque {
    margin-bottom: 33px;
    flex-direction: column;
    padding-top: 31px; }
  .destacada-listado .en-bandera-inverter__figure {
    width: 180px; }
  .destacada-listado .en-bandera-inverter__figure + .en-bandera-inverter__header {
    width: calc(100% - 180px); }
  .destacada-listado .grid-10 {
    grid-row-gap: 49px; }
  .destacada-listado .line-style:before {
    top: -25px; }
  .destacada-listado .line-style:first-child:before {
    display: none; }

.listado .destacada-listado, .listado-especial.opinion .destacada-listado {
  margin-bottom: 0; }
  .listado .destacada-listado .titulo-bloque, .listado-especial.opinion .destacada-listado .titulo-bloque {
    margin-bottom: 0; }

.listado-especial .destacada-listado {
  margin-bottom: 72px; }
  .listado-especial .destacada-listado .titulo-bloque {
    margin-bottom: 31px; }

.grid-9 article:after {
  content: '';
  width: 100%;
  height: 1px;
  background: url("/images/fdo-puntos-horizontal.svg");
  position: absolute;
  bottom: -24px;
  left: 0; }
.grid-9 article:last-child:after {
  display: none; }

@media only screen and (max-width: 1080px) {
  .listado .destacada-listado {
    padding: 0 20px; } }
/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  [class*='destacada-'] .grid-1 article:first-child {
    padding-bottom: 0;
    margin-bottom: 0; }

  .destacada-listado .titulo-bloque + article {
    margin-bottom: 36px; }
  .destacada-listado .grid-13, .destacada-listado .grid-10, .destacada-listado .cl-11 {
    grid-column: span 12;
    margin-bottom: 0; }
  .destacada-listado .en-bandera-inverter {
    flex-direction: row; }
    .destacada-listado .en-bandera-inverter__figure + .en-bandera-inverter__header {
      padding: 0 0 0 20px; }
  .destacada-listado .line-style {
    position: relative; }
    .destacada-listado .line-style:before {
      content: "";
      display: flex !important;
      width: 100%;
      height: 1px;
      background: var(--border-image);
      top: -24px;
      position: absolute; }
    .destacada-listado .line-style:first-child:before {
      display: none !important; } }
@media only screen and (max-width: 1023px) {
  .destacada-4 .cl-8 {
    grid-column: span 4; }

  .destacada-4 .cl-12, .destacada-4 .grid-12 {
    grid-column: span 12; } }
@media only screen and (max-width: 767px) {
  .listado .destacada-listado {
    padding: 0; }

  .destacada-4 .cl-12, .destacada-4 .grid-12 {
    grid-column: span 1; }

  .grid-9 .article:after {
    width: calc(100% - 40px);
    bottom: -24px;
    left: 20px; }
  .grid-9 .article:last-child:after {
    display: none; }

  .destacada-listado .descripcion {
    font-size: 18px;
    line-height: 1.4; }

  .destacada-7b .cl-18 + .cl-6, .destacada-3 .cl-16 {
    grid-column: span 1; }

  .listado .destacada-listado .titulo-bloque, .listado-especial.opinion .destacada-listado .titulo-bloque {
    margin-bottom: 29px; }

  [class*='destacada-'] {
    margin-bottom: 36px; }

  .cotizacion-top ~ [id=page] [id=main] [class*='destacada-'], .vivo-tendencias ~ [id=page] [id=main] [class*='destacada-'] {
    margin-top: 0; }

  .cotizacion-top ~ .destacada-listado, .vivo-tendencias ~ .destacada-listado {
    margin-top: 36px; }

  .destacada-listado {
    margin-top: 116px; }
    .destacada-listado .cl-12.desfasado {
      margin-bottom: 36px; }
    .destacada-listado .line-style:before {
      width: calc(100% - 40px);
      left: 20px;
      top: -35px; }

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

  .first-article {
    margin-bottom: 44px; }

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

  .listado-especial .destacada-listado {
    margin-bottom: 36px; }

  .destacada-listado .cl-13 {
    margin-bottom: 29px; }
  .destacada-listado .en-bandera-inverter__figure {
    width: 126px; }
  .destacada-listado .en-bandera-inverter__figure + .en-bandera-inverter__header {
    width: calc(100% - 126px); }

  .destacada-listado .grid-10 {
    grid-row-gap: 65px; }
    .destacada-listado .grid-10 .en-bandera-inverter:first-child {
      flex-direction: column; }
      .destacada-listado .grid-10 .en-bandera-inverter:first-child .font-size-18 {
        font-size: 22px;
        line-height: 1.25; }
      .destacada-listado .grid-10 .en-bandera-inverter:first-child .en-bandera-inverter__figure {
        width: 100%; }
      .destacada-listado .grid-10 .en-bandera-inverter:first-child .en-bandera-inverter__figure + .en-bandera-inverter__header {
        width: 100%;
        padding: 18px 0 0; } }
.icon-lupa {
  z-index: 300;
  cursor: pointer;
  text-align: center; }

.search {
  position: relative;
  margin: 28px auto; }
  .search .lcep-el-wrap {
    width: 100%; }
  .search:after {
    content: "Buscar";
    position: absolute;
    z-index: 3000;
    color: var(--color-news-text);
    top: 8px;
    left: 14px;
    font-size: 15px;
    pointer-events: none; }
  .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(--bg-buscador-header);
    padding: 6px 40px 6px 14px;
    position: relative;
    text-shadow: 0 0 0 var(--color-ico-header);
    -webkit-text-fill-color: transparent; }
  .search__icon-cerrar {
    display: flex;
    font-size: 0;
    position: absolute;
    right: 11px; }
    .search__icon-cerrar:before {
      font-size: 16px;
      content: "\e916";
      display: block; }
  .search__buttons {
    left: auto;
    right: 0;
    width: 50px;
    height: 30px; }

/*resultados del buscador interior listados*/
.resultados-buscador {
  padding-bottom: 36px; }

.form-result {
  background: none;
  padding: 10px 20px;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid var(--color-news-text); }
  .form-result__new-search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0; }
  .form-result__input {
    border: none;
    padding: 0 50px 0 0;
    font-size: 22px;
    color: var(--bg-etiquetas);
    font-family: var(--titulos);
    letter-spacing: -0.015em;
    width: 100%;
    line-height: 40px;
    background: none;
    margin-bottom: 0; }
  .form-result__icon-lupa {
    position: absolute;
    top: auto;
    right: 0;
    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(--bg-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; }

.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;
    top: auto; }
  .search__icon-mic {
    position: absolute;
    right: 4px;
    top: auto;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 0;
    cursor: pointer;
    margin-top: 1px; }
    .search__icon-mic:before {
      color: var(--color-ico-header);
      font-size: 20px; }
  .search:after {
    top: 13px; }

  .form-result {
    width: calc(100% - 40px) !important;
    margin: 0 auto !important; }
    .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 {
  width: 100%;
  z-index: 2999;
  transition: all 0.2s;
  background: var(--bg-menu);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /*
  &.open{background:var(--color-white); position: fixed;z-index: 300000;
    &:after{background: var(--bg-banners)}
  }
  */ }
  .menu__icon-menu {
    position: relative;
    margin: 0 13px 0 14px;
    z-index: 3000;
    display: none; }
    .menu__icon-menu:before {
      color: var(--color-ico-header);
      font-size: 33px; }
    .menu__icon-menu.active:before {
      content: "\e953"; }
  .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%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1px; }
  .menu__li {
    padding: 0 11px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    float: left; }
  .menu__ancla {
    color: var(--txt-menu);
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    display: flex;
    align-items: center;
    width: max-content; }
  .menu__li.active .menu__ancla {
    color: var(--color-menu-active-text); }

.accesos {
  display: flex;
  align-items: center;
  margin-left: 10px; }
  .accesos__ul {
    display: flex;
    align-items: center; }
  .accesos__li {
    padding: 0 10px;
    display: flex;
    align-items: center; }
  .accesos__ancla {
    font-size: 13px;
    letter-spacing: 0.025em; }
    .accesos__ancla:hover {
      text-decoration: underline; }

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

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

.is-fixed .menu {
  opacity: 0;
  z-index: 300;
  pointer-events: none; }

/*
@media only screen and (min-width: 1024px){
  .is-fixed{
    .menu{background:var(--color-white);
      &:after{background: #f7f7f7;}
      &__icon-logo{opacity: 1;width: 113px;overflow: visible;}
      &__icon-menu{display: flex}
      &__bloque-menu{height: 54px;}
      &__ul{display: none}
    }
  }
  .overflow-hidden {
    .menu__ul {display: none}
  }
}



.tema-oscuro {
  &.is-fixed {
    .menu { background: #000}
  }
  .menu { background: #000;
    &:after {
      background: var(--bg-banners);
    }
  }
}


.menu.open{
  .menu__bloque-menu{height: 54px}
  .menu__icon-menu{display: flex}
  .menu__icon-logo{ opacity: 1;overflow: visible}
}
*/
@media only screen and (max-width: 1023px) {
  .menu {
    position: fixed;
    top: 110px;
    height: 62px;
    padding: 0;
    background: var(--color-white);
    border-bottom: 4px solid #f7f7f7;
    display: none;
    margin: 0 0 20px;
    justify-content: flex-start; }
    .menu__nav {
      display: none; }
    .menu__icon-menu {
      display: flex;
      margin: 0 0 0 14px;
      transform: translateY(1px); }
    .menu__icon-logo {
      display: none;
      position: absolute;
      margin: 0;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      height: 28px;
      opacity: 1;
      overflow: initial; }
      .menu__icon-logo img {
        width: auto;
        height: 28px; }
      .menu__icon-logo--watch {
        display: none; } }
@media only screen and (max-width: 767px) {
  .menu {
    position: fixed;
    top: 70px;
    display: none; }
    .menu__icon-menu {
      transform: translateY(2px); }

  .accesos {
    display: none; } }
.menu-desplegable {
  background: var(--color-news-text);
  padding: 25px 30px;
  transition: all 0.2s;
  position: fixed;
  left: -430px;
  top: 0;
  height: 100vh;
  z-index: 300001;
  opacity: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 430px;
  margin: 0;
  width: 100%; }
  .menu-desplegable__scroll {
    width: 100%;
    height: calc(100vh - 250px);
    overflow-y: scroll;
    overflow-x: hidden; }
  .menu-desplegable__li {
    display: block;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #333; }
  .menu-desplegable__title-menu {
    display: none; }
  .menu-desplegable__ancla {
    color: var(--color-grey);
    font-size: 13px;
    font-family: var(--titulos);
    padding: 29px 19px;
    display: block;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase; }
    .menu-desplegable__ancla:hover {
      color: var(--color-white);
      opacity: 1; }
  .menu-desplegable .active .menu-desplegable__ancla {
    color: var(--color-white); }
  .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(--c-borde);
    transition: all 0.2s;
    background: var(--bg-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 {
    display: none; }
  .menu-desplegable__icon-menu {
    cursor: pointer;
    display: flex;
    width: 20px;
    height: 10px;
    padding: 10px;
    box-sizing: content-box;
    padding-left: 0;
    top: 24px;
    left: 30px;
    position: absolute; }
    .menu-desplegable__icon-menu .buttons-menu {
      cursor: pointer;
      position: absolute;
      background-color: var(--color-white);
      height: 1px;
      width: 20px;
      transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s; }
      .menu-desplegable__icon-menu .buttons-menu:before, .menu-desplegable__icon-menu .buttons-menu:after {
        content: '';
        display: block;
        position: absolute;
        background-color: var(--color-white);
        height: 1px;
        width: 20px; }
      .menu-desplegable__icon-menu .buttons-menu:before {
        top: 5px;
        transition: opacity .15s ease .18s, background-color 0s linear 0s; }
      .menu-desplegable__icon-menu .buttons-menu:after {
        top: 10px;
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s linear 0s; }
    .menu-desplegable__icon-menu.active .buttons-menu {
      transform: translate3d(0, 5px, 0) rotate(135deg); }
      .menu-desplegable__icon-menu.active .buttons-menu:before {
        opacity: 0; }
      .menu-desplegable__icon-menu.active .buttons-menu:after {
        transform: translate3d(0, -10px, 0) rotate(-270deg); }
  .menu-desplegable .search {
    margin: 53px auto 29px; }
    .menu-desplegable .search:after {
      top: 25px;
      left: 19px;
      font-size: 13px;
      font-family: var(--general); }
    .menu-desplegable .search__input {
      line-height: 50px;
      border-radius: 0;
      padding: 6px 40px 6px 19px; }
    .menu-desplegable .search__icon-cerrar {
      right: 19px; }
      .menu-desplegable .search__icon-cerrar:before {
        font-size: 20px; }
  .menu-desplegable .accesos {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 30px; }
    .menu-desplegable .accesos ul {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .menu-desplegable .accesos ul li {
        display: block;
        padding: 0 0 0 20px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%; }
        .menu-desplegable .accesos ul li .accesos__ancla {
          color: var(--color-grey);
          text-transform: uppercase;
          display: flex;
          align-items: center;
          justify-content: start;
          font-family: var(--titulos);
          transition: all 0.3s;
          padding: 29px 0; }
          .menu-desplegable .accesos ul li .accesos__ancla span:before {
            font-size: 14px;
            color: var(--color-grey);
            margin-right: 10px;
            transition: all 0.3s; }
          .menu-desplegable .accesos ul li .accesos__ancla .icon-clock:before {
            font-size: 12px; }
          .menu-desplegable .accesos ul li .accesos__ancla:hover {
            text-decoration: none;
            color: var(--color-white);
            opacity: 1; }
            .menu-desplegable .accesos ul li .accesos__ancla:hover span:before {
              color: var(--color-white); }
  .menu-desplegable .box-hermes {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    padding: 0 0 30px 0;
    background: var(--color-news-text); }
    .menu-desplegable .box-hermes .hermes {
      border: 1px solid #333;
      height: 80px;
      width: calc(100% - 20px);
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin: 0 auto 32px;
      cursor: pointer;
      transition: all 0.3s; }
      .menu-desplegable .box-hermes .hermes:hover {
        background: var(--color-white); }
        .menu-desplegable .box-hermes .hermes:hover h2, .menu-desplegable .box-hermes .hermes:hover .icon-bot:before {
          color: var(--colornews-text); }
    .menu-desplegable .box-hermes h2 {
      font-size: 13px;
      color: var(--color-grey);
      line-height: 1.2;
      position: relative;
      top: 2px; }
    .menu-desplegable .box-hermes .icon-bot {
      position: relative;
      bottom: auto;
      right: auto;
      margin-right: 17px;
      text-shadow: none; }
      .menu-desplegable .box-hermes .icon-bot:before {
        font-size: 46px;
        color: var(--color-grey); }
      .menu-desplegable .box-hermes .icon-bot:hover:before {
        color: var(--color-white); }
  .menu-desplegable .redes-h-top {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    height: auto;
    text-align: center;
    max-width: 100%;
    margin: auto;
    border-top: 1px solid #333;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .menu-desplegable .redes-h-top a {
      margin: 0 10px;
      transition: all 0.3s; }
      .menu-desplegable .redes-h-top a:last-child {
        margin: 0 10px; }
      .menu-desplegable .redes-h-top a:before {
        font-size: 20px;
        color: var(--color-grey); }
      .menu-desplegable .redes-h-top a:hover {
        opacity: 1; }
        .menu-desplegable .redes-h-top a:hover:before {
          color: var(--color-white); }

@media only screen and (max-height: 830px) {
  .menu-desplegable .box-hermes {
    left: auto;
    bottom: auto;
    width: 100%;
    position: relative; } }
@media only screen and (max-width: 767px) {
  .menu-desplegable {
    left: -100%;
    width: 100%;
    padding: 20px;
    max-width: none; }
    .menu-desplegable__select-temas {
      max-width: initial; }
    .menu-desplegable__scroll {
      height: calc(100vh - 310px);
      scroll-behavior: smooth; }
    .menu-desplegable__cont-theme {
      right: 14px; }
    .menu-desplegable.open {
      left: 0; }
    .menu-desplegable .search .icon-cerrar {
      right: 50px; } }
[id=page] {
  width: 100%;
  margin: 0 auto;
  padding-top: 31px;
  min-height: 300px; }

.inicio [id=page] {
  padding-top: 0; }

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

.buscador [id=page] {
  padding-top: 7px; }

.lo-ultimo [id=page], .popular [id=page] {
  margin-bottom: 144px; }

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

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

.inicio [id=main] {
  margin-bottom: 0;
  grid-column: span 24; }

.no-sidebars [id=main] {
  width: 100%;
  grid-column: span 24; }

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

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

.post-interior [id=sidebar-right] {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .post-interior [id=sidebar-right] .banner {
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 0; }
    .post-interior [id=sidebar-right] .banner:after {
      display: none; }
  .post-interior [id=sidebar-right] .banner:last-child {
    margin-bottom: 0; }

.listado [id=main], .listado-buscador [id=main] {
  grid-column: span 16; }
.listado [id=sidebar-right], .listado-buscador [id=sidebar-right] {
  grid-column: span 8; }

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

.listado-article {
  margin-bottom: 0; }

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

@media only screen and (max-width: 1180px) {
  [id=page] {
    padding: 36px 20px 0; } }
/*resolucion 1080*/
@media only screen and (min-width: 1200px) and (max-width: 1920px) and (orientation: portrait) {
  [id=page] {
    padding: 36px 20px 0; } }
/*menor a 1024*/
@media only screen and (max-width: 1080px) {
  .post-interior [id=main] {
    grid-column: span 16; }
  .post-interior [id=sidebar-right] {
    grid-column: span 8; } }
/*menor a 1024*/
@media only screen and (max-width: 1024px) {
  [id=page] {
    padding: 0 20px; }

  .listado [id=main], .post-interior [id=main] {
    grid-column: span 16; }
  .listado [id=sidebar-right], .post-interior [id=sidebar-right] {
    grid-column: span 8; } }
/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .listado [id=main], .post-interior [id=main], .listado [id=sidebar-right], .listado-buscador [id=sidebar-right] {
    grid-column: 12; }

  .lo-ultimo [id=page], .popular [id=page], .listado-especial [id=page] {
    padding-top: 30px;
    display: block; }

  .listado [id=main] {
    margin-bottom: 36px; }

  .post-interior [id=sidebar-right] {
    padding-top: 72px; }
    .post-interior [id=sidebar-right] .banner {
      align-items: center;
      justify-content: center;
      margin-bottom: 72px; } }
/*menor a 1024*/
@media only screen and (max-width: 1023px) {
  .no-sidebars [id=main] {
    grid-column: span 12; }

  [id=page] {
    padding: 102px 20px 0; }

  .inicio [id=page] {
    padding: 72px 20px 0; }

  .inicio .cotizacion-top ~ [id=page] {
    padding-top: 0; }

  .con-video.post-video [id=page] {
    padding: 202px 20px 0; }

  .post-video [id=page] {
    margin-bottom: 44px; }

  .post-interior [id=page] {
    display: block;
    margin-bottom: 44px; } }
/*menor a 1024*/
@media only screen and (max-width: 767px) {
  [id=page] {
    padding: 0; }

  .inicio [id=page] {
    padding: 72px 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; }

  .post-interior [id=sidebar-right] .banner {
    align-items: center;
    justify-content: center; }

  .post-interior [id=sidebar-right] {
    justify-content: center;
    align-items: center; }

  .interior-en-vivo [id=page], .interior-radio-en-vivo [id=page] {
    padding-top: 132px; }

  .post-estatico [id=main] {
    margin-bottom: 0; }

  .listado [id=sidebar-right], .listado-buscador [id=sidebar-right] {
    grid-column: span 1;
    grid-row-gap: 0; }

  .post-interior [id=sidebar-right] .banner {
    padding: 64px 0; } }
/*menor a 1024*/
.video-en-vivo {
  background: var(--color-news-text);
  margin-bottom: 0;
  position: sticky;
  width: 100%;
  left: auto;
  height: auto;
  min-height: 192px;
  z-index: 2999;
  top: 81px; }
  .video-en-vivo__bloque {
    padding: 24px 0;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    position: initial; }
  .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;
    position: relative; }
  .video-en-vivo__h3 {
    font-family: var(--titulos);
    color: var(--color-white);
    font-size: 22px;
    width: 100%;
    padding: 0;
    line-height: 1.25;
    letter-spacing: -0.015em; }
  .video-en-vivo__icon-cerrar {
    position: absolute;
    top: 13px;
    right: -1px;
    padding: 0;
    cursor: pointer; }
    .video-en-vivo__icon-cerrar:before {
      font-size: 12px;
      color: var(--color-white);
      font-weight: 400;
      opacity: 0.5; }
  .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; }

.ocultar-vivo .vivo-tendencias ~ .video-en-vivo {
  top: 81px; }

.vivo-tendencias ~ .video-en-vivo, .alertanotas .video-en-vivo, .alertanotas.ocultar-vivo .video-en-vivo {
  top: 141px; }

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

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

@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: 172px;
    z-index: 300; }

  .vivo-tendencias ~ .video-en-vivo, .alertanotas .video-en-vivo {
    top: auto;
    margin: 0; } }
@media only screen and (max-width: 767px) {
  .video-en-vivo {
    min-height: 300px;
    margin-bottom: 36px;
    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 {
      top: 20px;
      right: 20px; }

  .vivo-tendencias ~ .video-en-vivo, .alertanotas .video-en-vivo {
    margin-bottom: 36px; } }
.ultimo-momento {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f30000;
  transition: all 0.3s;
  margin: 0 auto;
  border: none;
  padding: 11px 10px;
  overflow: hidden;
  min-height: 62px;
  z-index: 3001;
  width: 100%; }
  .ultimo-momento .cont {
    text-align: left;
    width: 100%;
    max-width: var(--ancho-sitio);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: start; }
  .ultimo-momento h2 {
    font-family: var(--parrafos);
    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: -1px;
    display: flex;
    cursor: pointer;
    top: auto;
    z-index: 100; }
  .ultimo-momento .icon-cerrar:before {
    font-size: 12px;
    color: var(--color-white);
    opacity: 0.5;
    font-weight: normal; }
  .ultimo-momento .icon-cerrar:hover:before {
    opacity: 1; }
  .ultimo-momento span.ahora {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    display: block;
    margin-bottom: 8px; }
  .ultimo-momento a {
    color: var(--color-white);
    font-size: 14px;
    margin: 0;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.015em; }
    .ultimo-momento a b {
      font-family: var(--titulos); }
  .ultimo-momento .sldier-txt {
    width: 100%; }
  .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; }

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

.is-fixed .ultimo-momento {
  position: sticky;
  top: 81px; }

@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) {
  .con-video .ultimo-momento {
    margin-top: 0; } }
@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 {
    top: auto; }

  .ultimo-momento {
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 300;
    transition: none; }
    .ultimo-momento p {
      display: none; }
    .ultimo-momento span.ahora {
      margin-bottom: 12px; }

  .sldier-txt a:first-child, .sldier-txt.owl-carousel a {
    width: calc(100% - 20px); } }
.vivo-tendencias {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--c-borde);
  padding: 20px 0 20px;
  margin: 0 auto;
  position: sticky;
  top: 81px;
  background: var(--color-white);
  z-index: 3000; }
  .vivo-tendencias__ul {
    display: flex;
    align-items: center;
    margin: 0 8px 0 0; }
  .vivo-tendencias__ul:last-child {
    margin: 0; }
  .vivo-tendencias__li {
    padding: 5px 10px;
    display: flex;
    align-items: center; }
    .vivo-tendencias__li .txt {
      font-family: var(--font-etiquetas);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    .vivo-tendencias__li--live {
      display: flex;
      align-items: center; }
      .vivo-tendencias__li--live .txt {
        font-family: var(--font-etiquetas);
        font-size: 11px;
        color: #f30000;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
    .vivo-tendencias__li--tendencia {
      font-weight: 600; }
      .vivo-tendencias__li--tendencia img {
        width: 18px;
        margin-right: 5px; }
  .vivo-tendencias__ancla {
    font-family: var(--font-etiquetas);
    font-size: 11px;
    font-weight: 400;
    width: max-content;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .vivo-tendencias__ancla:hover {
      text-decoration: underline; }

.etiqueta-vivo {
  float: left;
  margin: 0 12px 0 0;
  font-size: 11px; }
  .etiqueta-vivo + .etiqueta {
    position: relative;
    margin: 0;
    display: none; }

header .etiqueta-vivo {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.1em; }
  header .etiqueta-vivo .circle {
    position: relative; }

@media only screen and (max-width: 1023px) {
  .vivo-tendencias {
    top: auto;
    z-index: 300;
    justify-content: normal;
    scrollbar-width: none;
    overflow: scroll; }

  .cotizacion-top ~ .vivo-tendencias {
    margin-top: 0; } }
@media only screen and (max-width: 767px) {
  .vivo-tendencias {
    justify-content: normal;
    scrollbar-width: none;
    overflow: scroll;
    display: none; }
    .vivo-tendencias__ul {
      white-space: nowrap; }
    .vivo-tendencias__li--live, .vivo-tendencias__li--tendencia {
      background: var(--color-white);
      position: sticky;
      left: 0;
      padding: 5px 8px; }
    .vivo-tendencias .vivo-tendencias__li--live:after, .vivo-tendencias .vivo-tendencias__li--tendencia:after {
      content: '';
      width: 20px;
      height: 100%;
      display: block;
      position: absolute;
      right: -10px;
      top: 0;
      background: white;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 58%); }

  header .etiqueta-vivo {
    padding-top: 0; }

  .nota-destacada-2 .vivo-tendencias__li--live, .nota-destacada-2 .vivo-tendencias__li--tendencia {
    background: #020a0a; } }
.nota-live .sidebar .banner:first-child {
  margin-top: 0; }
.nota-live .cont-etiquetas-google {
  display: none; }
.nota-live .cont-etiquetas-google + .cont-comentarios {
  margin-top: 0; }
.nota-live .logged-user .login__avatar {
  border: 2px solid rgba(255, 255, 255, 0.28); }
.nota-live [id=page] {
  padding-top: 0; }
.nota-live .header-top__top {
  background: var(--color-news-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.nota-live .header-top__icon-menu .buttons-menu {
  background: var(--color-news-text); }
.nota-live .header-interior {
  padding-top: 72px;
  margin-top: 0; }
  .nota-live .header-interior .grid {
    margin: 0 auto; }
  .nota-live .header-interior .cl-12:first-child {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .nota-live .header-interior .cl-18 {
    grid-column: 4 / 22;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .nota-live .header-interior .vivo-tendencias__li {
    padding: 0 0 10px; }
  .nota-live .header-interior .cont-foto {
    top: 312px;
    margin-top: -312px;
    margin-bottom: 0; }
.nota-live.con-imagen .header-interior {
  margin-bottom: 348px; }
.nota-live.con-pie .header-interior .cl-12:first-child {
  transform: translateY(-10px); }
.nota-live .cont-cuerpo .adv-left-sticky {
  display: none; }
.nota-live .cont-cuerpo .adv-left-sticky .herramientas .advthis:after {
  display: none; }
.nota-live .cont-cuerpo .herramientas {
  margin-top: 27px;
  align-items: center; }
  .nota-live .cont-cuerpo .herramientas .fecha-nota {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    width: max-content; }
  .nota-live .cont-cuerpo .herramientas .advthis .redes {
    width: auto;
    flex-direction: row; }
    .nota-live .cont-cuerpo .herramientas .advthis .redes a {
      margin: 0 16px 0 0; }
  .nota-live .cont-cuerpo .herramientas.con-autor .advthis .redes {
    width: auto;
    flex-direction: row; }
    .nota-live .cont-cuerpo .herramientas.con-autor .advthis .redes a {
      margin: 0 0 0 16px; }
  .nota-live .cont-cuerpo .herramientas .ir-comentar {
    width: auto;
    flex-direction: row; }
    .nota-live .cont-cuerpo .herramientas .ir-comentar:before {
      width: 1px;
      height: 20px;
      margin: 0 10px; }
.nota-live .cont-cuerpo .texto {
  order: 2;
  max-width: 666px;
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-direction: column; }
  .nota-live .cont-cuerpo .texto:before {
    display: none; }
  .nota-live .cont-cuerpo .texto .cont-texto {
    position: relative;
    order: 1;
    margin-bottom: 67px; }
    .nota-live .cont-cuerpo .texto .cont-texto:before {
      content: "";
      width: 1px;
      height: 100%;
      background: url(/images/fdo-puntos-vertical.svg) repeat;
      position: absolute;
      top: 0;
      left: -36px; }
    .nota-live .cont-cuerpo .texto .cont-texto .line-end {
      margin: 69px 0 0; }
  .nota-live .cont-cuerpo .texto .time-line {
    order: 2; }
  .nota-live .cont-cuerpo .texto .cont-comentarios {
    order: 3; }
  .nota-live .cont-cuerpo .texto .article__h2 {
    font-size: 34px;
    line-height: 1.21;
    margin-bottom: 0; }
  .nota-live .cont-cuerpo .texto .article__ancla-title + .bajada, .nota-live .cont-cuerpo .texto .article__h2 + .bajada {
    margin-top: 21px; }
  .nota-live .cont-cuerpo .texto .article__figure {
    margin-bottom: 36px; }
.nota-live .cont-cuerpo .time-line {
  order: 3; }
  .nota-live .cont-cuerpo .time-line .cont-etiqueta {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px; }
  .nota-live .cont-cuerpo .time-line .date {
    font-size: 13px;
    align-items: center; }
  .nota-live .cont-cuerpo .time-line .etiqueta {
    display: flex;
    flex-direction: row;
    width: auto;
    text-transform: none;
    align-items: center;
    padding: 0;
    margin: 0; }
    .nota-live .cont-cuerpo .time-line .etiqueta:before {
      content: '';
      width: 1px;
      height: 20px;
      background: var(--c-borde);
      margin: 0 8px;
      display: flex; }
  .nota-live .cont-cuerpo .time-line header .etiqueta {
    text-transform: none; }
  .nota-live .cont-cuerpo .time-line .article {
    padding-bottom: 72px;
    max-width: 666px;
    margin: 0 auto 72px; }
    .nota-live .cont-cuerpo .time-line .article:after {
      content: "";
      width: 100%;
      height: 1px;
      background: url(/images/fdo-puntos-horizontal.svg) repeat;
      position: absolute;
      bottom: 0;
      left: 0; }
    .nota-live .cont-cuerpo .time-line .article:before {
      content: "";
      width: 1px;
      height: calc(100% - 31px);
      background: url(/images/fdo-puntos-vertical.svg) repeat;
      position: absolute;
      top: 32px;
      left: -36px; }
    .nota-live .cont-cuerpo .time-line .article__header {
      display: flex;
      flex-direction: column;
      padding: 0; }
    .nota-live .cont-cuerpo .time-line .article__buttons {
      margin: 15px auto 5px;
      width: auto;
      display: inline-flex; }
    .nota-live .cont-cuerpo .time-line .article .ver-mas {
      font-family: var(--general);
      font-size: 22px;
      color: var(--color-news-text);
      line-height: 1.4;
      font-weight: 700;
      margin-top: 36px;
      width: max-content;
      cursor: pointer; }
      .nota-live .cont-cuerpo .time-line .article .ver-mas:hover {
        opacity: 1;
        text-decoration: underline;
        text-decoration-thickness: 1px; }
    .nota-live .cont-cuerpo .time-line .article .buttons-line {
      width: 100%;
      margin: 33px auto 0;
      line-height: 100%;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      font-size: 13px;
      text-transform: none;
      border-radius: 0;
      border: 1px solid var(--color-news-text);
      padding: 16px 0 15px;
      letter-spacing: 0.041em; }
      .nota-live .cont-cuerpo .time-line .article .buttons-line:hover {
        background: var(--bg-buttons);
        color: var(--color-txt-buttons); }
    .nota-live .cont-cuerpo .time-line .article .trunk-10 + .article__buttons.ver-mas {
      display: inline-flex; }
.nota-live .vivo-tendencias {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.nota-live .header-top__top, .nota-live .vivo-tendencias, .nota-live .header-interior {
  background: var(--color-news-text); }
.nota-live .login__buttons {
  color: var(--color-news-text); }
.nota-live .header-top__icon-menu .buttons-menu, .nota-live .header-top__icon-menu .buttons-menu:before, .nota-live .header-top__icon-menu .buttons-menu:after,
.nota-live .login__buttons {
  background: var(--color-white); }
.nota-live .login__buttons--sinfondo, .nota-live .vivo-tendencias__li--live, .nota-live .vivo-tendencias__ancla, .nota-live .vivo-tendencias__li .txt, .nota-live .icon-lupa:before, .nota-live .accesos__ancla,
.nota-live .header-interior .etiqueta, .nota-live .header-interior .home, .nota-live .titulo-nota, .nota-live .header-interior .bajada, .nota-live .login__name {
  color: var(--color-white); }
.nota-live .vivo-tendencias__li--tendencia img, .nota-live .header-top__top .icon-logo img {
  filter: contrast(0) brightness(100); }
.nota-live .header-interior .home:after {
  background: rgba(255, 255, 255, 0.3); }
.nota-live .login__buttons--sinfondo {
  background: none; }
.nota-live .vivo-tendencias__li--live .txt {
  color: #f30000; }
.nota-live .chat-bot {
  border: 1px solid rgba(255, 255, 255, 0.2); }
.nota-live.nota-destacada-2.con-imagen .header-interior, .nota-live.nota-opinion.con-imagen .header-interior {
  margin-bottom: 0 !important;
  padding-bottom: 72px; }
  .nota-live.nota-destacada-2.con-imagen .header-interior .titulo-nota, .nota-live.nota-destacada-2.con-imagen .header-interior .bajada, .nota-live.nota-opinion.con-imagen .header-interior .titulo-nota, .nota-live.nota-opinion.con-imagen .header-interior .bajada {
    margin-bottom: 15px; }
  .nota-live.nota-destacada-2.con-imagen .header-interior .vivo-tendencias__li, .nota-live.nota-opinion.con-imagen .header-interior .vivo-tendencias__li {
    padding: 0; }
  .nota-live.nota-destacada-2.con-imagen .header-interior .etiqueta:before, .nota-live.nota-opinion.con-imagen .header-interior .etiqueta:before {
    content: "";
    display: inline-flex;
    width: 1px;
    height: 9px;
    background: var(--color-grey);
    margin: 0 12px;
    transform: rotate(15deg);
    position: relative;
    top: 1px; }
  .nota-live.nota-destacada-2.con-imagen .header-interior .cont-foto, .nota-live.nota-opinion.con-imagen .header-interior .cont-foto {
    top: auto;
    margin-top: 0; }
  .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado, .nota-live.nota-opinion.con-imagen .header-interior .actualizado {
    display: flex;
    color: var(--color-white);
    font-family: var(--general);
    font-size: 11px;
    align-items: flex-end;
    margin-bottom: 20px; }
    .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado .txt, .nota-live.nota-opinion.con-imagen .header-interior .actualizado .txt {
      padding-right: 3px; }
    .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado .fecha-actualizacion, .nota-live.nota-opinion.con-imagen .header-interior .actualizado .fecha-actualizacion {
      margin-right: 5px; }
    .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado .autor-interior, .nota-live.nota-opinion.con-imagen .header-interior .actualizado .autor-interior {
      margin: 0;
      padding: 0; }
      .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado .autor-interior p, .nota-live.nota-opinion.con-imagen .header-interior .actualizado .autor-interior p {
        line-height: 100%; }
  .nota-live.nota-destacada-2.con-imagen .header-interior .advthis .redes a, .nota-live.nota-opinion.con-imagen .header-interior .advthis .redes a {
    margin: 0 10px 0 0; }
.nota-live.nota-destacada-2.con-imagen article .autor-interior p, .nota-live.nota-opinion.con-imagen article .autor-interior p {
  color: var(--color-news-text); }

.nota-opinion img, .opinion img, .nota-seccion-opinion img {
  filter: grayscale(1); }
.nota-opinion .banner img, .opinion .banner img, .nota-seccion-opinion .banner img {
  filter: grayscale(0); }

.nota-live .nota-foto figcaption {
  padding: 7px 0 0; }

.nota-live.nota-opinion .cont-cuerpo .herramientas {
  align-items: flex-start;
  margin: 0; }

.nota-live.nota-opinion .cont-cuerpo .herramientas .advthis .redes a {
  margin: 0; }

.nota-live.nota-opinion .cont-cuerpo .texto .cont-texto {
  order: initial; }

.nota-live.nota-opinion .cont-etiquetas-google {
  display: block;
  order: initial; }

.nota-live.nota-opinion .cont-etiquetas-google + .cont-comentarios {
  margin-top: 72px;
  order: initial; }

.nota-live.nota-opinion.con-imagen .header-interior .etiqueta:first-child:before,
.nota-live.nota-opinion .cont-cuerpo .texto .cont-texto:before {
  display: none; }

.nota-live.nota-opinion.con-imagen .header-interior .actualizado {
  align-items: self-start;
  flex-direction: column-reverse; }

.nota-live.nota-opinion .autor-interior p {
  font-size: 14px;
  margin-bottom: 10px; }

[id*='link-'] {
  padding: 0;
  margin: 0;
  border: 0;
  height: 0;
  position: relative;
  top: -100px; }

.fecha-article-live {
  position: absolute;
  top: 5px;
  left: -144px;
  width: 109px; }
  .fecha-article-live .circulo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 0;
    background: #fff; }
    .fecha-article-live .circulo:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--color-news-text);
      position: absolute; }
    .fecha-article-live .circulo:after {
      content: '';
      width: 9px;
      height: 9px;
      border-radius: 50%;
      border: 1px solid var(--color-news-text);
      position: absolute; }
  .fecha-article-live .hora {
    font-size: 20px;
    font-family: var(--titulos); }
    .fecha-article-live .hora span {
      font-size: 11px; }
  .fecha-article-live .fecha {
    font-family: var(--general);
    font-size: 11px; }

.time-line-indice {
  display: flex;
  margin: 20px auto;
  justify-content: start;
  align-items: flex-start;
  text-align: left; }
  .time-line-indice a {
    color: var(--color-white);
    margin-right: 10px;
    line-height: 120%;
    font-size: 14px; }

.ocultar-vivo .vivo-tendencias {
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none; }

@media only screen and (max-width: 1080px) {
  .nota-live .header-interior {
    margin-bottom: 300px; }
    .nota-live .header-interior .cl-18 {
      grid-column: 4 / 22; }
    .nota-live .header-interior .cont-foto {
      top: 264px;
      margin-top: -264px;
      margin-bottom: 0; } }
@media only screen and (max-width: 1024px) {
  .nota-live .cont-cuerpo .texto .article__h2 {
    font-size: 30px;
    line-height: 1.2; } }
@media only screen and (max-width: 1023px) {
  .nota-live .logged-user .login__avatar {
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 28px; }
  .nota-live .login__avatar--deslogeado {
    filter: contrast(0) brightness(10);
    border: none; }
  .nota-live .vivo-tendencias__li--live, .nota-live .vivo-tendencias__li--tendencia {
    background: var(--color-news-text); }
  .nota-live .login__buttons {
    background: none; }
  .nota-live .header-interior {
    margin-bottom: 143px; }
    .nota-live .header-interior .grid {
      margin: 0 auto;
      display: block; }
    .nota-live .header-interior .cl-18 {
      grid-column: span 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
      padding: 0 50px; }
    .nota-live .header-interior .vivo-tendencias__li {
      padding: 0 0 10px; }
    .nota-live .header-interior .cont-foto {
      top: 143px;
      margin-top: -143px;
      margin-bottom: 36px;
      width: 100%;
      left: auto; }
      .nota-live .header-interior .cont-foto figure {
        width: 100%;
        left: auto !important; }
  .nota-live .cont-cuerpo .texto {
    max-width: none; }

  .nota-live.nota-destacada-2.con-imagen .header-interior, .nota-live.nota-opinion.con-imagen .header-interior {
    padding-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .nota-live .header-interior .cl-18 {
    padding: 0; }
  .nota-live .cont-cuerpo .herramientas {
    width: 100%; }
  .nota-live .fecha-article-live {
    position: relative;
    left: auto;
    top: auto;
    width: max-content;
    margin-bottom: 15px; }
    .nota-live .fecha-article-live .circulo {
      right: auto;
      left: -20px;
      top: 12px; }
  .nota-live .cont-cuerpo .time-line .article:before {
    left: 0; }
  .nota-live .cont-cuerpo .time-line .article:before {
    height: calc(100% - 31px); }
  .nota-live .cont-cuerpo .time-line .article:after {
    width: calc(100% - 20px);
    left: 20px; }

  .nota-live .cont-cuerpo .texto .article__h2 {
    font-size: 22px;
    line-height: 1.25; }

  .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado, .nota-live.nota-opinion.con-imagen .header-interior .actualizado {
    flex-direction: column;
    align-items: start;
    justify-content: start; }
    .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado span, .nota-live.nota-opinion.con-imagen .header-interior .actualizado span {
      margin-bottom: 8px; }

  .nota-live.nota-destacada-2.con-imagen .header-interior .actualizado .autor-interior,
  .nota-live.nota-opinion.con-imagen .header-interior .actualizado .autor-interior {
    width: max-content; }

  .nota-live .header-interior .cl-12:first-child {
    margin-bottom: 36px; }

  .nota-live.nota-destacada-2.con-imagen .header-interior, .nota-live.nota-opinion.con-imagen .header-interior {
    padding-bottom: 20px;
    margin-bottom: 36px !important; }

  .nota-live.nota-opinion.con-imagen .header-interior .actualizado .autor-interior {
    width: auto; }
    .nota-live.nota-opinion.con-imagen .header-interior .actualizado .autor-interior p {
      line-height: 1.4; } }
@media only screen and (max-width: 359px) {
  .nota-live .fecha-article-live .circulo {
    left: -15px; } }
.admonitor_laterales {
  display: none !important; }

.chat-bot {
  display: none; }

.chat-bot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 500px;
  border-radius: 3px;
  z-index: 9990;
  transition: all 0.1s;
  padding: 0;
  background: #020a0a;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #333333; }
  .chat-bot .lcep-trigger {
    display: none !important; }
  .chat-bot header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .chat-bot header .cont {
      display: flex !important;
      align-items: center;
      pointer-events: none; }
    .chat-bot header .funciones-ventana {
      display: flex; }
      .chat-bot header .funciones-ventana span {
        margin-left: 10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        opacity: 0.5; }
        .chat-bot header .funciones-ventana span:before {
          color: var(--color-white);
          font-size: 14px; }
        .chat-bot header .funciones-ventana span:hover {
          opacity: 1; }
      .chat-bot header .funciones-ventana .icon-reducir {
        display: none; }
    .chat-bot header .icon-bot {
      position: relative;
      bottom: auto;
      right: auto;
      margin-right: 10px; }
    .chat-bot header .icon-bot:before, .chat-bot header .txt {
      color: var(--color-white);
      font-size: 20px; }
    .chat-bot header .icon-bot:before {
      font-size: 30px;
      position: relative;
      top: -2px; }
    .chat-bot header .txt {
      font-family: var(--font-etiquetas);
      text-transform: uppercase; }
  .chat-bot input[type="button"] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: #00A8E1;
    cursor: pointer; }
  .chat-bot input[type="button"]:hover {
    opacity: 0.8; }
  .chat-bot .lcep-el-wrap {
    width: calc(100% - 50px); }
    .chat-bot .lcep-el-wrap textarea {
      width: 100%; }
  .chat-bot .bot-alerta {
    background: var(--color-news-text);
    padding: 8px 12px;
    border-radius: 8px;
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 300;
    width: 100%; }
    .chat-bot .bot-alerta:after {
      content: "";
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 3px solid transparent;
      border-top: 10px solid var(--color-news-text);
      left: 27px;
      bottom: -10px; }
    .chat-bot .bot-alerta p {
      font-size: 13px;
      line-height: 1.4;
      color: var(--color-white); }
  .chat-bot .chat-cerrado {
    display: none; }
  .chat-bot .cerrar-chat {
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000; }
    .chat-bot .cerrar-chat .cont-cerrar {
      background: var(--color-white);
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .chat-bot .cerrar-chat .cont-cerrar h2 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px; }
      .chat-bot .cerrar-chat .cont-cerrar p {
        font-size: 12px;
        font-family: var(--font-etiquetas);
        line-height: 1.4;
        margin-bottom: 30px; }
      .chat-bot .cerrar-chat .cont-cerrar [class*='buttons-'] {
        font-size: 12px;
        line-height: 100%;
        padding: 0;
        font-family: var(--general);
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0.025em; }
      .chat-bot .cerrar-chat .cont-cerrar [class*='buttons-']:hover {
        text-decoration: underline; }
      .chat-bot .cerrar-chat .cont-cerrar .buttons-cerrar {
        margin-left: 20px; }
    .chat-bot .cerrar-chat .cont-buttons {
      display: flex; }
  .chat-bot.cerrar-bot .cerrar-chat {
    width: 100%;
    height: 100%; }
    .chat-bot.cerrar-bot .cerrar-chat .cont-cerrar {
      max-width: 265px; }
  .chat-bot .chat-cerrado {
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000; }
    .chat-bot .chat-cerrado .cont-cerrar {
      background: var(--color-white);
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .chat-bot .chat-cerrado .cont-cerrar h2 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px; }
      .chat-bot .chat-cerrado .cont-cerrar p {
        font-size: 12px;
        font-family: var(--font-etiquetas);
        line-height: 1.4;
        margin-bottom: 30px; }
      .chat-bot .chat-cerrado .cont-cerrar [class*='buttons-'] {
        font-size: 12px;
        line-height: 100%;
        padding: 0;
        font-family: var(--general);
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0.025em; }
      .chat-bot .chat-cerrado .cont-cerrar [class*='buttons-']:hover {
        text-decoration: underline; }
      .chat-bot .chat-cerrado .cont-cerrar .buttons-cerrar {
        margin-left: 20px; }
    .chat-bot .chat-cerrado .cont-buttons {
      display: flex; }
  .chat-bot.bot-cerrado .chat-cerrado {
    width: 100%;
    height: 100%; }
    .chat-bot.bot-cerrado .chat-cerrado .cont-cerrar {
      max-width: 265px; }
  .chat-bot.minimizado {
    height: 51px;
    width: 100%;
    max-width: 132px; }
    .chat-bot.minimizado .chat-msj, .chat-bot.minimizado .chat-bot-messages {
      display: none; }
    .chat-bot.minimizado header {
      padding: 10px;
      border: none; }
      .chat-bot.minimizado header .txt {
        font-size: 16px; }
    .chat-bot.minimizado .cont {
      cursor: pointer;
      pointer-events: auto; }
    .chat-bot.minimizado .funciones-ventana {
      display: none; }
    .chat-bot.minimizado .icon-bot {
      background: url("/images/bot-parpadea-blanco.gif") no-repeat;
      background-size: 100%;
      width: 30px;
      height: 30px;
      bottom: 2px; }
      .chat-bot.minimizado .icon-bot:before {
        display: none; }
    .chat-bot.minimizado .chat-cerrado {
      display: none; }
    .chat-bot.minimizado .bot-alerta:after {
      left: 10px; }
    .chat-bot.minimizado .bot-alerta p span {
      display: none; }
  .chat-bot.ampliado {
    max-width: 660px;
    max-height: calc(100% - 40px); }
    .chat-bot.ampliado .funciones-ventana .icon-reducir {
      display: flex; }
    .chat-bot.ampliado .funciones-ventana .icon-ampliar {
      display: none; }
    .chat-bot.ampliado .bot-alerta {
      bottom: 5px;
      right: calc(100% + 20px);
      width: max-content; }
      .chat-bot.ampliado .bot-alerta:after {
        bottom: auto;
        top: 5px;
        left: auto;
        right: -10px;
        transform: rotate(158deg); }
      .chat-bot.ampliado .bot-alerta p span {
        display: none; }

.con-notificacion .chat-bot.ampliado {
  max-height: calc(100% - 100px); }

.chat-bot-messages {
  overflow-y: scroll;
  scroll-behavior: smooth;
  display: block;
  height: calc(100% - 178px);
  padding: 20px;
  overflow-x: hidden;
  background: #222; }
  .chat-bot-messages::-webkit-scrollbar {
    width: 10px;
    background: rgba(255, 255, 255, 0.2); }
  .chat-bot-messages::-webkit-scrollbar-thumb {
    width: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    cursor: pointer; }
  .chat-bot-messages::-webkit-scrollbar-thumb:hover {
    opacity: 1; }

.chat-bot-messages p {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 150%;
  color: #f2f2f2; }

.chat-msj {
  padding: 20px;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.icon-send {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 50px;
  cursor: pointer; }
  .icon-send:before {
    font-size: 20px;
    color: var(--color-white); }

.chat-msj textarea {
  width: calc(100% - 50px);
  height: auto;
  border-radius: 3px;
  border: solid 1px #f0f0f0;
  padding: 10px;
  color: #414141;
  font-size: 14px;
  min-height: 50px;
  max-height: 120px; }

.chat-msj input {
  background: #111;
  color: #fff; }

.typing {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 10px; }

p .bot-thinking {
  color: #ffffff;
  font-weight: bold; }

.icon-bot {
  transition: all 0.5s;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-size: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .icon-bot:before {
    font-size: 60px;
    color: #020a0a; }

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

.tooltip-hermes {
  background: var(--color-news-text);
  padding: 0 12px;
  border-radius: 8px;
  position: fixed;
  bottom: 80px;
  right: 25px;
  display: flex;
  flex-direction: column;
  z-index: 300;
  opacity: 0;
  transition: all 0.3s;
  height: 0;
  overflow: hidden; }
  .tooltip-hermes h2 {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-white); }
    .tooltip-hermes h2 span {
      font-family: var(--font-etiquetas);
      text-transform: uppercase;
      font-size: 16px;
      margin-right: 3px; }
  .tooltip-hermes p {
    font-size: 12px;
    font-family: var(--font-etiquetas);
    line-height: 1.8;
    color: var(--color-white); }
  .tooltip-hermes:after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid var(--color-news-text);
    right: 40px;
    bottom: -10px; }
  .tooltip-hermes .icon-cerrar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-news-text);
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .tooltip-hermes .icon-cerrar:before {
      font-size: 8px;
      color: var(--color-white); }
    .tooltip-hermes .icon-cerrar:hover {
      opacity: 1; }

.bot-enviar img {
  width: 60px;
  height: 60px; }
.bot-enviar:before {
  position: relative;
  z-index: 300;
  width: 60px;
  height: 60px;
  background: url(/images/hermes-animado.svg) no-repeat;
  background-size: 100%;
  content: '';
  display: none; }

@media only screen and (min-width: 1025px) {
  .icon-bot.bot-enviar:hover + .tooltip-hermes {
    height: 60px;
    padding: 8px 12px;
    overflow: visible;
    opacity: 1; } }
.user-message, .bot-message {
  max-width: calc(100% - 40px);
  position: relative; }

.bot-message:first-child {
  max-width: 100%;
  margin-bottom: 36px; }

.bot-message {
  float: left;
  width: 100%; }
  .bot-message span {
    background: #313232;
    color: #e2e2e2;
    padding: 10px;
    position: relative;
    display: inline-flex;
    margin-top: 5px;
    flex-wrap: wrap;
    border-radius: 3px;
    font-size: 14px; }
    .bot-message span a {
      color: var(--color-white); }
  .bot-message:before {
    content: 'Hermes';
    display: flex;
    font-size: 13px;
    font-family: var(--font-etiquetas);
    color: var(--color-white);
    margin-bottom: 3px;
    padding-left: 26px;
    width: 100%;
    text-transform: uppercase; }
  .bot-message:after {
    content: '\e975';
    font-family: 'icomoon' !important;
    display: flex;
    font-size: 20px;
    color: var(--color-white);
    position: absolute;
    top: 8px;
    left: 9px; }

.user-message {
  float: right;
  width: 100%;
  text-align: right;
  background: none;
  margin-left: 40px;
  padding: 0 !important;
  margin-bottom: 20px !important; }
  .user-message span {
    background: #6a6a6a;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    max-width: inherit; }

.bot-thinking {
  font-size: 14px;
  display: inline-block;
  width: 96px;
  animation: 1s typing infinite ease;
  white-space: nowrap;
  background: none !important;
  color: #fff !important;
  padding: 0 !important;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 100%;
  margin-bottom: 5px; }

@keyframes typing {
  from {
    width: 0px; }
  to {
    width: 25px; } }
.button-activate-bot-human {
  position: absolute !important;
  top: 9px;
  left: 20px;
  width: 40px;
  height: 22px;
  border: solid 2px #666;
  background: #444;
  border-radius: 10px;
  display: block;
  cursor: pointer; }

.button-activate-bot-human span {
  width: 18px;
  height: 18px;
  background: #000000;
  border-radius: 10px;
  display: block;
  transition: all 0.3s; }

.button-activate-bot-human span.activado {
  background: #ffffff;
  transform: translateX(17px); }

.into-chat-bot .vivo-tendencias, .into-chat-bot .notificaciones, .into-chat-bot .icon-menu, .into-chat-bot .footer__cont-redes, .into-chat-bot .menu-footer, .into-chat-bot .bloque-footer-redes, .into-chat-bot .footer__name, .into-chat-bot .accesos, .into-chat-bot .icon-lupa, .into-chat-bot .cont-login {
  display: none !important; }
.into-chat-bot [id=page] {
  padding-top: 0;
  height: calc(100vh - 191px); }
  .into-chat-bot [id=page] + .icon-bot {
    display: none; }
.into-chat-bot [id=main] {
  margin: 72px auto; }
  .into-chat-bot [id=main] .chat-bot {
    display: block;
    position: relative;
    max-width: none;
    z-index: 1;
    bottom: auto;
    right: auto;
    max-height: none; }
  .into-chat-bot [id=main] .chat-msj {
    padding: 40px 20px 20px;
    width: 100%;
    max-width: none;
    position: relative; }
  .into-chat-bot [id=main] .chat-bot-messages {
    height: calc(100% - 200px);
    max-height: 350px;
    min-height: 300px; }
  .into-chat-bot [id=main] .user-message {
    text-align: left;
    margin: 0;
    float: left; }
  .into-chat-bot [id=main] .bot-message {
    float: right;
    text-align: right; }
  .into-chat-bot [id=main] .bot-message:before {
    justify-content: end;
    padding: 0 25px 0 0;
    width: auto; }
  .into-chat-bot [id=main] .bot-message:after {
    left: auto;
    right: 9px; }
.into-chat-bot .footer {
  padding-top: 0; }
.into-chat-bot .footer__clousure-bloque {
  border: none; }

@media only screen and (max-width: 1366px) {
  .into-chat-bot [id=main] {
    margin: 36px auto; }

  .into-chat-bot [id=main] .chat-bot-messages {
    max-height: 230px;
    min-height: auto; } }
@media only screen and (max-width: 1080px) {
  .into-chat-bot [id=page] {
    padding: 0 20px; } }
@media only screen and (max-width: 1024px) {
  .into-chat-bot [id=page] {
    padding-top: 0;
    height: calc(100vh - 168px); }
  .into-chat-bot [id=main] .chat-bot-messages {
    max-height: 300px; } }
@media only screen and (max-width: 1024px) {
  .chat-bot.ampliado .bot-alerta {
    right: auto;
    left: 50%;
    bottom: auto;
    top: 57px;
    background: #626262;
    transform: translateX(-50%); }
    .chat-bot.ampliado .bot-alerta:after {
      bottom: auto;
      top: -1px;
      left: -10px;
      right: auto;
      transform: rotate(39deg);
      border-top: 15px solid #626262;
      border-right: 13px solid transparent;
      border-left: 15px solid transparent; } }
@media only screen and (max-width: 767px) {
  .con-notificacion .chat-bot {
    bottom: 100px; }
    .con-notificacion .chat-bot.ampliado {
      max-height: calc(100% - 120px); }
  .con-notificacion .icon-bot {
    bottom: 95px; }
  .con-notificacion.opacity-footer .chat-bot {
    bottom: 20px; }
    .con-notificacion.opacity-footer .chat-bot.ampliado {
      max-height: calc(100% - 40px); }

  .chat-msj textarea {
    font-size: 16px; }

  .chat-bot {
    width: calc(100% - 40px);
    max-width: none; }
    .chat-bot header .funciones-ventana span {
      margin-left: 25px; }

  .into-chat-bot .chat-bot {
    width: 100%; }
  .into-chat-bot [id=main] .chat-bot-messages {
    height: calc(100vh - 460px);
    max-height: none; } }
@media only screen and (max-width: 355px) {
  [id=page] + .icon-bot {
    right: 15px;
    bottom: 15px; }

  .chat-bot {
    width: calc(100% - 30px);
    right: 15px;
    bottom: 15px; }
    .chat-bot.ampliado {
      max-height: calc(100% - 30px); } }
.notificaciones {
  display: none;
  transition: all 0.3s; }

/*comun con barra en el top
*/
.notificaciones.barra {
  padding: 0;
  background: var(--color-news-text);
  position: relative;
  width: 100%;
  z-index: 30000; }
  .notificaciones.barra .buttons {
    width: 93px;
    line-height: 32px;
    margin-left: 20px;
    font-family: var(--font-etiquetas);
    font-size: 11px;
    letter-spacing: 0.1em; }

.notificaciones.barra .bloque {
  width: var(--ancho-sitio);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  flex-direction: row; }

.notificaciones.barra .bloque p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-family: var(--titulos);
  color: var(--color-white);
  letter-spacing: -0.005em; }

.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: 14px;
  color: var(--color-white);
  opacity: 0.5; }

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

.nota-destacada-2 .notificaciones.barra, .post-interior.opinion .notificaciones.barra {
  background: var(--color-white);
  border: 1px solid var(--c-borde); }
  .nota-destacada-2 .notificaciones.barra .bloque p, .post-interior.opinion .notificaciones.barra .bloque p {
    color: var(--color-newx-text); }
  .nota-destacada-2 .notificaciones.barra .buttons, .post-interior.opinion .notificaciones.barra .buttons {
    background: var(--bg-buttons);
    color: var(--color-txt-buttons); }
  .nota-destacada-2 .notificaciones.barra span:before, .post-interior.opinion .notificaciones.barra span:before {
    color: var(--color-newx-text); }

/*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 .buttons-white {
    font-size: 14px; }
  .notificaciones.ventana 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: #333333;
  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(--parrafos); 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; }

  .notificaciones.barra {
    padding: 10px; }
    .notificaciones.barra .bloque {
      padding: 0;
      max-width: 600px;
      position: static; }
    .notificaciones.barra .icon-cerrar {
      right: 24px; } }
@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 {
    padding: 16px 20px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
    .notificaciones.barra .buttons {
      margin-left: 30px;
      max-width: 93px; }
    .notificaciones.barra .bloque {
      height: auto;
      justify-content: space-between; }
      .notificaciones.barra .bloque p {
        line-height: 1.4;
        letter-spacing: -0.015em;
        padding: 0;
        font-kerning: none;
        font-size: 13px;
        font-weight: normal;
        font-family: var(--titulos);
        max-width: 228px;
        margin-left: 35px; }
    .notificaciones.barra .icon-cerrar {
      top: 20px;
      right: auto;
      left: 20px; } }
.streaming-radio, .streaming-tv {
  background: var(--color-news-text);
  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-news-text) 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: black;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, black 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: black;
      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: black;
  background: radial-gradient(circle, #d5000040 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%, black 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-sitio);
  height: 100%;
  background: var(--color-news-text);
  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(--bg-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;
    position: absolute;
    bottom: 45px;
    left: 20px;
    z-index: 300; }
  .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;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 300;
    font-family: var(--general); }
  .encuesta__ver-mas {
    color: #aaaaaa;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: var(--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(--bg-buttons);
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0 10px;
    z-index: 300;
    color: var(--color-txt-buttons);
    height: 40px;
    font-weight: 700;
    justify-content: center;
    cursor: pointer; }
  .encuesta__txt {
    font-family: var(--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(--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(--bg-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 {
  margin-bottom: 0; }
  .ver-resultados .encuesta__item {
    background: none;
    pointer-events: none;
    border-left: 2px solid var(--bg-etiquetas) -hover; }
    .ver-resultados .encuesta__item:after {
      content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: calc(100% - 45px);
      background: var(--bg-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(--bg-buttons); }

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

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

a.resultados {
  padding: 8px 12px;
  color: var(--color-black);
  background: #333333;
  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: #4d5154; }
  .bloque-galeria:after {
    background: #FBD500; }
  .bloque-galeria .bloque {
    margin: 0 auto;
    position: relative; }
  .bloque-galeria .etiqueta, .bloque-galeria .volanta {
    color: var(--color-news-text);
    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; }
    .bloque-galeria .etiqueta:before, .bloque-galeria .volanta:before {
      display: none; }
  .bloque-galeria .titulo-bloque {
    color: var(--color-white);
    font-size: 26px;
    margin-bottom: 39px; }
    .bloque-galeria .titulo-bloque span {
      line-height: 100%;
      position: relative;
      z-index: 300;
      display: flex;
      align-items: center;
      background: var(--bg-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; }
  .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;
    width: 100%;
    padding: 30px; } }
@media only screen and (max-width: 1023px) {
  .bloque-galeria .bloque {
    height: auto; }
  .bloque-galeria .grid {
    grid-gap: 34px; }
  .bloque-galeria .banner {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 48px 0 0;
    padding: 0; }

  .article__figure--galeria {
    grid-column: span 7; }

  .article__header--galeria {
    margin-bottom: 0;
    order: 2;
    grid-column: span 5;
    width: auto; } }
@media only screen and (max-width: 767px) {
  .bloque-galeria {
    margin-bottom: 44px;
    height: auto; }
    .bloque-galeria .article__ancla-title {
      order: 2; }
    .bloque-galeria .etiqueta, .bloque-galeria .volanta {
      color: var(--color-news-text); }
    .bloque-galeria .volanta {
      order: 1; }
    .bloque-galeria .titulo-bloque {
      margin-bottom: 20px; }
    .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 {
    grid-column: span 1;
    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%, black 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%, black 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%, black 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; } }
/*****************************/
/*redes embebidas*/
.instagram-media, .twitter-tweet, blockquote.instagram-media, blockquote {
  margin: 33px 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 {
  padding: 0;
  margin: -2px auto 0;
  display: block; }
  .etiquetas-interior h2 {
    font-size: 13px;
    color: var(--color-news-text);
    margin-bottom: 31px;
    text-transform: uppercase; }
  .etiquetas-interior .etiquetas-nota {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .etiquetas-interior .etiquetas-nota .etiqueta {
      position: relative;
      top: auto;
      left: auto;
      float: left;
      margin: 0 10px 20px;
      overflow: visible;
      width: max-content;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .etiquetas-interior .etiquetas-nota .etiqueta:after {
        content: "";
        display: inline-flex;
        width: 1px;
        height: 9px;
        background: var(--color-news-text);
        margin: 0;
        transform: rotate(16deg);
        position: absolute;
        top: auto;
        left: -10px; }
      .etiquetas-interior .etiquetas-nota .etiqueta:hover {
        text-decoration: underline; }
      .etiquetas-interior .etiquetas-nota .etiqueta:first-child {
        margin-left: 0; }
    .etiquetas-interior .etiquetas-nota .etiqueta:first-child:after {
      display: none; }

.cont-etiquetas-google {
  padding-bottom: 52px;
  position: relative; }
  .cont-etiquetas-google:after {
    content: "";
    width: 100%;
    height: 1px;
    background: url(/images/fdo-puntos-horizontal.svg) repeat;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .cont-etiquetas-google + .cont-comentarios {
    margin-top: 72px; }

.embed {
  margin: 34px auto 29px;
  width: 100%;
  float: left; }

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

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: 666px;
  margin: 0 auto;
  overflow: visible;
  border: initial; }

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

.nota-relacionada {
  margin: 70px auto 67px; }

figcaption, .audio-pie, .video-pie, .iframe-pie {
  padding: 7px 0 0;
  display: flex;
  width: 100%; }

figcaption span, .video-pie span {
  color: var(--color-grey);
  font-family: var(--font-etiquetas);
  font-size: 11px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.035em; }

.foto-credit {
  margin-left: 5px; }

.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 black;
  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;
  max-width: 100%;
  height: auto;
  width: 100%; }

.embed .audios {
  width: 100%; }

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

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

.cita {
  clear: both;
  overflow: hidden;
  margin: 59px auto 63px;
  padding: 0; }
  .cita q {
    font-family: var(--general-light);
    font-size: 28px;
    color: var(--color-black);
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.012em;
    font-style: italic;
    text-decoration: underline;
    text-decoration-thickness: 1px; }
  .cita .redes-cita {
    display: none; }
  .cita .icon-comilla {
    line-height: 100%;
    display: none; }
  .cita .icon-comilla.cierra {
    transform: scale(-1);
    display: none; }
  .cita .autor-cita {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 500;
    padding-top: 4px;
    font-family: var(--font-etiquetas);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.02em; }
  .cita .redes-cita {
    float: right; }
    .cita .redes-cita span {
      font-size: 40px;
      cursor: pointer; }

.fuente {
  font-size: 13px;
  color: var(--color-news-text);
  text-transform: uppercase;
  font-family: var(--general);
  margin: 66px 0 0;
  display: block; }

.fuente b {
  text-transform: none;
  font-family: var(--titulos);
  letter-spacing: 0.02em;
  margin-right: 9px; }

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

.inner-doc {
  border-bottom: 1px solid var(--c-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(--general);
  color: var(--color-news-text); }

.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 #85858c;
  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(--bg-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; }
    .embed iframe {
      max-height: 554px; }

  .nota-foto figcaption, .cont-galeria figcaption {
    position: relative;
    bottom: auto;
    left: auto; }

  .nota-foto figcaption, .cont-galeria figcaption {
    width: 100%; }

  .nota-foto figcaption, .video-pie {
    padding: 7px 20px 0; }

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

  .etiquetas-interior h2 {
    margin-bottom: 27px; }
  .etiquetas-interior .etiquetas-nota .etiqueta {
    margin: 0 10px 20px; }
    .etiquetas-interior .etiquetas-nota .etiqueta:first-child {
      margin-left: 0; } }
/*.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(--c-borde);
    background: var(--c-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 {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 6px 0 6px 0;
    width: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: var(--general);
    font-weight: 500;
    color: var(--color-news-text);
    padding: 1px 8px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all; }
    .autor__txt .por {
      color: var(--bg-etiquetas); }
    .autor__txt .por ~ a, .autor__txt .por ~ span {
      color: var(--color-news-text);
      display: inline; }
    .autor__txt:before {
      content: '';
      width: 24px;
      height: 20px;
      background: url("/images/pico-autor.png");
      position: absolute;
      top: 25px;
      right: 0; }
  .autor ~ .avatar {
    margin-right: -5px; }
  .autor ~ .autor .txt, .autor .autor .txt a ~ a {
    display: none; }

.listado .autor, .listado-article .autor {
  position: relative;
  bottom: auto;
  right: auto;
  width: max-content; }
  .listado .autor p, .listado-article .autor p {
    font-family: var(--general);
    font-size: 14px; }

.autor-header .autor {
  display: none; }

.autor-header.nota-seccion-opinion .autor {
  display: flex;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  top: auto;
  margin-top: 7px; }
  .autor-header.nota-seccion-opinion .autor p {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    float: initial;
    top: auto;
    letter-spacing: 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.listado-autor .en-bandera .autor {
  display: flex; }
  .listado-autor .en-bandera .autor__img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }

.autor-interior {
  margin-bottom: 2px;
  padding: 0;
  position: relative;
  bottom: auto;
  right: auto;
  width: max-content;
  display: flex;
  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 h2 {
    margin-bottom: 5px; }
  .autor-interior__img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
  .autor-interior p span, .autor-interior p {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    float: initial;
    top: auto;
    letter-spacing: 0.1em; }
  .autor-interior__figure {
    width: 200px; }
  .autor-interior__header {
    width: calc(100% - 200px);
    padding-left: 36px; }

.top-columnista {
  margin-bottom: 44px;
  border-bottom: 1px solid var(--c-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; }

  .autor-interior p {
    line-height: 1.4; }
  .autor-interior__figure {
    width: 100%; }
    .autor-interior__figure img {
      width: 120px;
      height: 120px;
      border-radius: 50%; }
  .autor-interior__header {
    width: 100%;
    padding: 17px 0 0; } }
/* herramientas */
[id=aviso] {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background: var(--bg-etiquetas);
  color: var(--color-txt-etiquetas);
  border-radius: 5px;
  font-family: var(--genera); }

.herramientas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 19px 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 0 0 16px;
  cursor: pointer; }

.advthis .redes a:before, .advthis a span:before {
  color: var(--color-ico-footer);
  font-size: 20px; }

/*
.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(--c-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: 13px;
  margin: 0 0 0 10px;
  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-ico-header); }

@media only screen and (min-width: 768px) {
  .adv-left-sticky {
    position: relative; }
    .adv-left-sticky .herramientas {
      order: 1;
      width: 180px;
      height: 100%;
      margin: 0;
      justify-items: center;
      justify-content: end;
      float: left;
      padding: 0 36px 0 0;
      align-items: start;
      border: none; }
      .adv-left-sticky .herramientas .fecha-nota {
        display: none; }
      .adv-left-sticky .herramientas .ir-comentar:before {
        width: 20px;
        height: 1px;
        margin: 5px 0 22px 0; }
      .adv-left-sticky .herramientas .ir-comentar {
        order: 2;
        flex-direction: column;
        align-items: center;
        width: 50px;
        justify-content: center; }
      .adv-left-sticky .herramientas .advthis {
        width: auto;
        height: 238px;
        position: sticky;
        top: 102px;
        justify-content: flex-start;
        flex-direction: column;
        margin: 0 30px 0 0;
        padding: 0 0 0 12px; }
        .adv-left-sticky .herramientas .advthis:after {
          content: '';
          display: block;
          width: 1px;
          height: 238px;
          position: absolute;
          top: 0;
          right: -30px;
          background: url(/images/fdo-puntos-vertical.svg) repeat; }
        .adv-left-sticky .herramientas .advthis .redes {
          width: auto;
          flex-direction: row;
          margin: 0;
          align-items: start; }
          .adv-left-sticky .herramientas .advthis .redes a {
            margin: 0 0 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px; }
      .adv-left-sticky .herramientas .ir-comentar .com-total {
        margin: 5px 0 0; }
      .adv-left-sticky .herramientas .cont-autor-fecha {
        display: none; }
    .adv-left-sticky [id=sidebar-right] {
      height: 100%; }
      .adv-left-sticky [id=sidebar-right] .sticky-top {
        top: 80px; }
    .adv-left-sticky .interior-top-2 .herramientas {
      display: none; }
    .adv-left-sticky .herramientas.herramientas-sticky {
      display: flex; }

  .nota-opinion .cont-cuerpo .adv-left-sticky .herramientas .advthis:after {
    content: '';
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    background: url(/images/fdo-puntos-vertical.svg) repeat;
    transition: all 0.5s; }

  .nota-opinion .cont-cuerpo .adv-left-sticky.mostrar .herramientas .advthis:after {
    height: 238px; } }
.adv-left-sticky.autor-interior {
  padding: 0 70px 0 74px; }

@media only screen and (max-width: 1080px) {
  .adv-left-sticky.autor-interior {
    width: 100%; }

  .adv-left-sticky .herramientas {
    width: 160px; }
  .adv-left-sticky + .texto {
    width: calc(100% - 160px); } }
/*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) {
  .post-interior .adv-left-sticky {
    display: none; }

  .adv-left-sticky .herramientas {
    width: 160px; }
  .adv-left-sticky + .texto {
    width: 100%; }

  .herramientas {
    width: calc(100% - 40px); }

  .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(--titulos);
  color: var(--color-news-text);
  padding: 0;
  display: block;
  font-weight: 600; }

.embed .audio-desc span {
  font-family: var(--general);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-news-text);
  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: "";
  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(--bg-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(--bg-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(--bg-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(--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: .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: .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: #333333; }

.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: .8em;
  background-color: #85858c;
  border: 2px solid #00A8E1;
  color: var(--color-news-text);
  display: none; }

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

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

.audio-desc span {
  font-family: var(--parrafos);
  color: var(--color-news-text);
  padding: 0 10px 10px;
  display: block;
  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, .cont-abuse p:first-of-type:first-letter {
  float: left;
  line-height: 37px;
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -.03em; }

.text-capitalice .texto .cont-abuse p:first-of-type:first-letter {
  font-family: var(--general);
  line-height: 37px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -.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-news-text);
  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 .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-news-text);
  text-transform: none;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  font-family: var(--general);
  border: none;
  float: right;
  margin: 0;
  border-radius: 18px;
  letter-spacing: -.03em;
  font-weight: 500;
  transition: all .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(--bg-banners);
  padding: 20px;
  margin-bottom: 20px; }

.com-comentar {
  display: block; }

.com-content {
  margin-top: 49px; }

.mas-comentarios {
  display: none;
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 30px auto 40px; }

.comentarios, .respuesta {
  padding: 0;
  border-top: 1px solid var(--c-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(--c-borde);
    margin: 0 0 30px;
    font-family: var(--general); }
  .comentarios__buttons--respuesta.active .icon-down, .respuesta__buttons--respuesta.active .icon-down {
    transform: scaleY(-1);
    position: relative;
    top: -1px; }
  .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: 12px;
    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(--bg-banners);
    padding: 20px;
    margin-bottom: 30px;
    position: relative; }
  .comentarios__total, .respuesta__total {
    padding-right: 5px; }
  .comentarios__wrapper, .respuesta__wrapper {
    margin-bottom: 20px;
    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: 36px;
    height: 36px;
    margin-right: 20px;
    border-radius: 50%;
    float: left;
    background: #020a0a;
    margin-top: 2px;
    padding: 5px; }
    .comentarios__avatar--comentario, .respuesta__avatar--comentario {
      position: absolute;
      padding: 0; }
  .comentarios .login-con-user .comentarios__avatar, .respuesta .login-con-user .comentarios__avatar {
    padding: 0; }
  .comentarios__buttons--comentar, .comentarios__buttons-cancelar, .respuesta__buttons--comentar, .respuesta__buttons-cancelar {
    display: none; }
  .comentarios__buttons, .respuesta__buttons {
    background: var(--bg-banners);
    color: var(--color-news-text);
    text-transform: none;
    font-size: 13px;
    padding: 9px 16px 9px;
    font-family: var(--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-news-text);
      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: 22px;
    padding: 0 !important;
    border-bottom: 1px solid var(--c-borde);
    position: relative;
    display: block;
    overflow: hidden;
    resize: none;
    color: var(--color-news-text);
    font-size: 15px;
    font-family: var(--general);
    line-height: 150%; }
  .comentarios__contador, .respuesta__contador {
    display: none;
    font-family: var(--general);
    font-size: 0;
    color: var(--color-news-text);
    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 1px 57px;
    margin: 0;
    display: flex; }
  .comentarios__name, .respuesta__name {
    padding-right: 5px;
    font-family: var(--general);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-news-text);
    line-height: 100%;
    white-space: nowrap;
    margin: 0; }
  .comentarios__fecha, .respuesta__fecha {
    color: var(--color-news-text);
    font-size: 13px;
    font-family: var(--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(--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: 14px;
      font-family: var(--general);
      color: var(--color-news-text);
      font-weight: 500; }
  .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: 14px; }
    .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: 1px;
    font-style: normal;
    color: #606060;
    cursor: pointer;
    font-size: 11px; }
  .comentarios .comentarios__like--voto, .respuesta .comentarios__like--voto {
    padding: 0 2px 0 5px; }
  .comentarios__bottom, .respuesta__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: -5px;
    padding-top: 5px;
    margin-bottom: 7px; }
  .comentarios__total, .respuesta__total {
    line-height: 100%;
    display: flex;
    align-items: center;
    margin: 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-news-text); }
  .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-news-text);
      font-size: 16px; }
  .comentarios__buttons--responder, .respuesta__buttons--responder {
    margin-top: -2px;
    float: left;
    cursor: pointer;
    font-weight: 500;
    background: transparent;
    border-radius: 18px;
    line-height: 32px;
    padding: 0 12px;
    transition: all 0.3s;
    font-size: 13px;
    color: var(--color-news-text);
    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-grey);
    font-size: 13px; }
  .comentarios__textarea::-webkit-input-placeholder, .respuesta__textarea::-webkit-input-placeholder {
    color: var(--color-grey);
    font-size: 13px; }
  .comentarios__textarea:-ms-input-placeholder, .respuesta__textarea:-ms-input-placeholder {
    color: var(--color-grey);
    font-size: 13px; }

.comentarios {
  border: none;
  position: relative; }
  .comentarios h2.comentarios__h2 {
    display: block;
    clear: both;
    font-size: 13px;
    margin-bottom: 30px; }

.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(--bg-banners);
  color: var(--color-news-text);
  width: auto; }
.en-foco ~ .comentarios__buttons--comentar.active, .en-foco ~ .respuesta__buttons--comentar.active {
  background: var(--bg-buttons);
  color: var(--color-txt-buttons);
  pointer-events: auto; }
.en-foco .lcep-trigger {
  display: flex; }

/*menor a 768*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .comentarios__wrapper:last-child, .respuesta__wrapper:last-child {
    margin-bottom: 0; } }
@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 {
    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__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;
  padding: 0; }

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

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none;
  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; }

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

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

.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: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px; }

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

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

.splide__pagination__page:focus-visible {
  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; } }
@media screen and (-ms-high-contrast: none) {
  .is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; } }
.splide__toggle {
  cursor: pointer; }

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

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

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

.splide__track--nav .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: .5em;
  top: 0; }

.splide__list {
  transition: all 0.3s; }

[id=cotizacion] .splide__list {
  transition: none; }

[id=galeria-interior] .splide__list {
  padding-bottom: 1px;
  box-sizing: content-box; }

[id=galeria-interior] .splide__list figcaption {
  margin-bottom: 1px; }

.interior-top-1 {
  margin: 72px auto 0; }
  .interior-top-1 .cont-volanta {
    order: 1; }
  .interior-top-1 h1.titulo-nota {
    order: 2; }
  .interior-top-1 h2.bajada {
    order: 3;
    margin-bottom: 0; }
  .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; }

@media only screen and (max-width: 767px) {
  .interior-top-1 {
    margin-top: 36px; } }
.nota-destacada-2 [id=page], .nota-opinion [id=page] {
  padding-top: 72px; }
.nota-destacada-2 .logged-user .login__avatar, .nota-opinion .logged-user .login__avatar {
  border: 2px solid rgba(255, 255, 255, 0.28); }
.nota-destacada-2 .header-top__top, .nota-opinion .header-top__top {
  background: var(--color-news-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.nota-destacada-2 .header-top__icon-menu .buttons-menu, .nota-opinion .header-top__icon-menu .buttons-menu {
  background: var(--color-news-text); }
.nota-destacada-2 .header-interior, .nota-opinion .header-interior {
  padding-top: 72px;
  margin-top: 0; }
  .nota-destacada-2 .header-interior .etiqueta + .etiqueta:before, .nota-opinion .header-interior .etiqueta + .etiqueta:before {
    background: var(--color-grey); }
  .nota-destacada-2 .header-interior .grid, .nota-opinion .header-interior .grid {
    margin: 0 auto; }
  .nota-destacada-2 .header-interior .cl-18, .nota-opinion .header-interior .cl-18 {
    grid-column: 4 / 22;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .nota-destacada-2 .header-interior .vivo-tendencias__li, .nota-opinion .header-interior .vivo-tendencias__li {
    padding: 0 0 10px; }
  .nota-destacada-2 .header-interior .cont-foto, .nota-opinion .header-interior .cont-foto {
    top: 424px;
    margin-top: -424px;
    margin-bottom: 0; }
  .nota-destacada-2 .header-interior .top-header-destacada, .nota-opinion .header-interior .top-header-destacada {
    margin-bottom: 72px; }
    .nota-destacada-2 .header-interior .top-header-destacada .cl-4, .nota-opinion .header-interior .top-header-destacada .cl-4 {
      position: relative;
      height: 100%;
      padding-right: 36px; }
      .nota-destacada-2 .header-interior .top-header-destacada .cl-4 .autor-interior, .nota-opinion .header-interior .top-header-destacada .cl-4 .autor-interior {
        width: 100%; }
      .nota-destacada-2 .header-interior .top-header-destacada .cl-4 .autor-interior p, .nota-opinion .header-interior .top-header-destacada .cl-4 .autor-interior p {
        margin: -2px 0 7px;
        width: 100%;
        text-align: right; }
      .nota-destacada-2 .header-interior .top-header-destacada .cl-4 .fecha-nota, .nota-opinion .header-interior .top-header-destacada .cl-4 .fecha-nota {
        width: 100%;
        text-align: right; }
      .nota-destacada-2 .header-interior .top-header-destacada .cl-4 .advthis, .nota-opinion .header-interior .top-header-destacada .cl-4 .advthis {
        justify-content: end;
        padding-top: 18px; }
        .nota-destacada-2 .header-interior .top-header-destacada .cl-4 .advthis .redes a, .nota-opinion .header-interior .top-header-destacada .cl-4 .advthis .redes a {
          margin-left: 12px; }
      .nota-destacada-2 .header-interior .top-header-destacada .cl-4:after, .nota-opinion .header-interior .top-header-destacada .cl-4:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: url(/images/fdo-puntos-vertical.svg) repeat;
        opacity: 0.3; }
.nota-destacada-2.con-pie .header-interior .cont-foto, .nota-opinion.con-pie .header-interior .cont-foto {
  top: 445px;
  margin-top: -445px;
  margin-bottom: 0; }
.nota-destacada-2.con-imagen .header-interior, .nota-opinion.con-imagen .header-interior {
  margin-bottom: 424px; }
.nota-destacada-2.con-imagen.con-pie .header-interior, .nota-opinion.con-imagen.con-pie .header-interior {
  margin-bottom: 443px; }
.nota-destacada-2 .vivo-tendencias, .nota-opinion .vivo-tendencias {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.nota-destacada-2 .header-top__top, .nota-destacada-2 .vivo-tendencias, .nota-destacada-2 .header-interior, .nota-opinion .header-top__top, .nota-opinion .vivo-tendencias, .nota-opinion .header-interior {
  background: var(--color-news-text); }
.nota-destacada-2 .login__buttons, .nota-opinion .login__buttons {
  color: var(--color-news-text); }
.nota-destacada-2 .header-top__icon-menu .buttons-menu, .nota-destacada-2 .header-top__icon-menu .buttons-menu:before, .nota-destacada-2 .header-top__icon-menu .buttons-menu:after,
.nota-destacada-2 .login__buttons, .nota-opinion .header-top__icon-menu .buttons-menu, .nota-opinion .header-top__icon-menu .buttons-menu:before, .nota-opinion .header-top__icon-menu .buttons-menu:after,
.nota-opinion .login__buttons {
  background: var(--color-white); }
.nota-destacada-2 .login__buttons--sinfondo, .nota-destacada-2 .vivo-tendencias__li--live, .nota-destacada-2 .vivo-tendencias__ancla, .nota-destacada-2 .vivo-tendencias__li .txt, .nota-destacada-2 .icon-lupa:before, .nota-destacada-2 .accesos__ancla,
.nota-destacada-2 .header-interior .etiqueta, .nota-destacada-2 .header-interior .home, .nota-destacada-2 .titulo-nota, .nota-destacada-2 .header-interior .bajada, .nota-destacada-2 .login__name, .nota-destacada-2 .autor-interior p, .nota-destacada-2 .fecha-nota, .nota-opinion .login__buttons--sinfondo, .nota-opinion .vivo-tendencias__li--live, .nota-opinion .vivo-tendencias__ancla, .nota-opinion .vivo-tendencias__li .txt, .nota-opinion .icon-lupa:before, .nota-opinion .accesos__ancla,
.nota-opinion .header-interior .etiqueta, .nota-opinion .header-interior .home, .nota-opinion .titulo-nota, .nota-opinion .header-interior .bajada, .nota-opinion .login__name, .nota-opinion .autor-interior p, .nota-opinion .fecha-nota {
  color: var(--color-white); }
.nota-destacada-2 .vivo-tendencias__li--tendencia img, .nota-destacada-2 .header-top__top .icon-logo img, .nota-opinion .vivo-tendencias__li--tendencia img, .nota-opinion .header-top__top .icon-logo img {
  filter: contrast(0) brightness(100); }
.nota-destacada-2 .header-interior .home:after, .nota-opinion .header-interior .home:after {
  background: rgba(255, 255, 255, 0.3); }
.nota-destacada-2 .login__buttons--sinfondo, .nota-opinion .login__buttons--sinfondo {
  background: none; }
.nota-destacada-2 .vivo-tendencias__li--live .txt, .nota-opinion .vivo-tendencias__li--live .txt {
  color: #f30000; }
.nota-destacada-2 .chat-bot, .nota-opinion .chat-bot {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.nota-opinion .adv-left-sticky.mostrar {
  display: flex; }

.interior-top-2 {
  margin: 72px auto;
  display: flex;
  flex-direction: column; }
  .interior-top-2 .cont-volanta {
    order: 1; }
  .interior-top-2 h1.titulo-nota {
    order: 2; }
  .interior-top-2 h2.bajada {
    order: 3;
    margin-bottom: 0; }
  .interior-top-2 .herramientas {
    order: 5; }
  .interior-top-2 .cont-foto {
    margin: 0;
    order: 6; }

@media only screen and (max-width: 1080px) {
  .nota-destacada-2.con-imagen.con-pie .header-interior, .nota-opinion.con-imagen.con-pie .header-interior {
    margin-bottom: 343px; }

  .nota-destacada-2.con-pie .header-interior .cont-foto, .nota-opinion.con-pie .header-interior .cont-foto {
    top: 345px;
    margin-top: -345px; }

  .nota-destacada-2 .header-interior .top-header-destacada .cl-4 {
    grid-column: span 5; }

  .nota-destacada-2 .header-interior .top-header-destacada .cl-20 {
    grid-column: span 19;
    padding-left: 12px; } }
@media only screen and (max-width: 767px) {
  .nota-destacada-2.con-imagen .header-interior {
    padding-bottom: 20px; }
    .nota-destacada-2.con-imagen .header-interior .cont-foto .nota-foto, .nota-destacada-2.con-imagen .header-interior .cont-foto figure {
      left: -20px; }

  .nota-destacada-2.con-pie .header-interior .cont-foto, .nota-opinion.con-pie .header-interior .cont-foto {
    top: auto;
    margin-top: 0; }

  .nota-destacada-2 [id=page], .nota-opinion [id=page] {
    padding-top: 0; }

  .nota-destacada-2 .header-interior .top-header-destacada, .nota-opinion .header-interior .top-header-destacada {
    margin-bottom: 36px; }

  .nota-destacada-2 .header-interior .top-header-destacada .cl-4 .fecha-nota, .nota-opinion .header-interior .top-header-destacada .cl-4 .fecha-nota {
    justify-content: end; }

  .nota-destacada-2.con-imagen.con-pie .header-interior, .nota-opinion.con-imagen.con-pie .header-interior {
    margin-bottom: 36px; }

  .nota-destacada-2 .header-interior, .nota-opinion .header-interior {
    padding-top: 36px; }

  .opinion .nota-foto figcaption {
    padding: 7px 0 0; } }
.quienes-somos .texto {
  width: 100%;
  padding: 0; }
  .quienes-somos .texto img {
    width: 130px;
    float: left;
    padding: 0 25px 10px 0;
    aspect-ratio: auto;
    position: relative;
    top: 10px; }
  .quienes-somos .texto p {
    clear: none; }
.quienes-somos .post-interior .titulo-bloque {
  margin-bottom: 44px; }

@media only screen and (max-width: 767px) {
  .quienes-somos .post-interior .titulo-bloque {
    margin-bottom: 24px; } }
.otras-noticias .titulo-bloque {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 34px;
  grid-column: span 1;
  padding-top: 19px;
  margin-left: -59px; }
  .otras-noticias .titulo-bloque:before {
    display: none; }
.otras-noticias .line-style:before {
  top: 0; }
.otras-noticias .line-style-bottom:before {
  left: 0;
  bottom: -1px; }
.otras-noticias .grid-16 {
  padding: 0 59px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0; }
  .otras-noticias .grid-16 article {
    flex-direction: row-reverse;
    border: none;
    padding: 0 20px 36px;
    margin-bottom: 37px;
    grid-column: span 1;
    height: auto; }
    .otras-noticias .grid-16 article figure {
      width: 210px; }
    .otras-noticias .grid-16 article figure + header {
      width: calc(100% - 210px);
      padding: 0 20px 0 0;
      display: flex;
      flex-wrap: wrap; }
      .otras-noticias .grid-16 article figure + header .font-size-20 {
        width: 100%; }
    .otras-noticias .grid-16 article .fecha {
      color: #85858C;
      width: max-content;
      margin: 0;
      text-transform: uppercase;
      font-size: 11px;
      font-family: var(--font-etiquetas);
      letter-spacing: 0.052em; }
      .otras-noticias .grid-16 article .fecha:before {
        content: '';
        width: 1px;
        height: 8px;
        background: #85858C;
        margin: 0 4px 0 10px;
        display: inline-flex; }
    .otras-noticias .grid-16 article .etiqueta-vivo + .etiqueta, .otras-noticias .grid-16 article .etiqueta-vivo ~ .fecha {
      display: none; }
    .otras-noticias .grid-16 article .link-title {
      width: 100%; }
    .otras-noticias .grid-16 article:last-child {
      margin-bottom: 0; }
  .otras-noticias .grid-16 article:nth-child(2) {
    flex-direction: row; }
    .otras-noticias .grid-16 article:nth-child(2) figure {
      width: 264px; }
    .otras-noticias .grid-16 article:nth-child(2) figure + header {
      width: calc(100% - 264px);
      padding: 0 0 0 20px; }
    .otras-noticias .grid-16 article:nth-child(2) .font-size-20 {
      font-size: 22px;
      line-height: 1.25;
      letter-spacing: -0.015em; }
  .otras-noticias .grid-16 .banner-620 {
    grid-column: span 1; }

.buscador .ver-mas {
  width: calc(100% - 44px);
  margin: 36px auto 0; }

@media only screen and (max-width: 1080px) {
  .otras-noticias .titulo-bloque {
    margin-left: -20px; }
  .otras-noticias .grid-16 {
    padding: 0 20px; } }
@media only screen and (max-width: 767px) {
  .otras-noticias .line-style-bottom:before {
    display: none; }

  .otras-noticias .titulo-bloque {
    padding-top: 35px; }

  .otras-noticias {
    margin-bottom: 0; }
    .otras-noticias .titulo-bloque {
      margin-left: 0; }
    .otras-noticias .grid-16 {
      padding: 0;
      margin-bottom: 0; }
      .otras-noticias .grid-16 .titulo-bloque {
        margin-left: 20px; }
      .otras-noticias .grid-16 article {
        padding: 0;
        margin-bottom: 29px; }
        .otras-noticias .grid-16 article:last-child {
          margin-bottom: 6px; }
      .otras-noticias .grid-16 .nota-seccion-opinion {
        margin-bottom: 34px !important; }
      .otras-noticias .grid-16 article figure, .otras-noticias .grid-16 article:nth-child(2) figure {
        width: 100%; }
      .otras-noticias .grid-16 article figure + header, .otras-noticias .grid-16 article:nth-child(2) figure + header {
        width: 100%;
        padding: 19px 0 0; }
      .otras-noticias .grid-16 header .font-size-20 {
        font-size: 22px; }
    .otras-noticias .titulo-bloque {
      width: 100%;
      font-size: 18px; }
    .otras-noticias .listado article {
      padding: 0 0 30px; }
      .otras-noticias .listado article:last-child {
        margin-bottom: 6px; }
    .otras-noticias .con-sticky .banner {
      margin-bottom: 0; }

  .inicio .otras-noticias {
    margin-bottom: 144px; } }
.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(--bg-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: 14px;
      font-weight: 400;
      line-height: 1.4;
      color: var(--color-grey); }
      .split-screen .texto p b {
        clear: left;
        color: var(--color-black); }
  .split-screen [id=footer] {
    margin: 0;
    width: 44.8%;
    padding: 20px 44px 0;
    background: var(--color-white); }
  .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 {
    -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset; }
  .split-screen .footer {
    background: var(--color-white); }
    .split-screen .footer__clousure-bloque {
      border-top: 1px solid var(--c-borde); }
    .split-screen .footer__name, .split-screen .footer__copy, .split-screen .footer [class*=icon-]:before {
      color: var(--color-news-text); }

.post-estatico [id=page], .mi-perfil [id=page] {
  justify-content: start;
  align-items: start; }

.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(--c-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; } }
.last-page {
  display: none; }

@keyframes latido {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1.25); }
  40% {
    transform: scale(1.5); } }
.cont-cuerpo {
  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(--general);
  font-size: 22px;
  color: var(--color-news-text);
  line-height: 1.4;
  word-break: break-word; }

.texto {
  width: calc(100% - 216px);
  padding: 0;
  float: right;
  color: var(--color-black);
  order: 2;
  margin-top: -6px; }

.texto p, .texto p b {
  clear: left;
  color: var(--color-news-text);
  letter-spacing: -0.015em;
  font-kerning: none; }

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

.texto .line-end {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 141px 0 72px; }
  .texto .line-end:after {
    content: "";
    width: 100%;
    height: 1px;
    background: url(/images/fdo-puntos-horizontal.svg) repeat;
    position: absolute;
    bottom: 0;
    left: 0; }

.post-estatico .post-interior .titulo-bloque {
  margin-bottom: 37px;
  width: 100%; }

/**********************************/
.bloque .grid {
  margin-bottom: 0; }

.inner {
  clear: both;
  overflow: hidden; }

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

.bloque-4-notas {
  margin-bottom: 56px; }

.listado-especial .bloque-4 {
  margin-bottom: 0; }

.seccion {
  display: none;
  width: 100%;
  background: #333333;
  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.8867924528301887%); }

.bloque-con-banner .cl-16 + .cl-8 {
  width: 340px; }

.background {
  background: var(--bg-banners);
  padding: 44px 30px;
  margin-bottom: 57px;
  max-width: initial; }

.cont-foto {
  width: 100%;
  margin-bottom: 70px;
  position: relative; }

.nota-foto {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.nota-foto img {
  width: 100%;
  height: 100%; }

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

.bajada, .volanta {
  line-height: 1.4;
  color: var(--color-news-text);
  display: block;
  font-family: var(--general); }

.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(--c-borde);
  margin: 0 15px;
  display: inline-block; }

.cont-bajada .bajada {
  font-size: 20px; }

.fecha-nota {
  font-family: var(--general);
  font-weight: 400;
  font-size: 11px;
  color: var(--color-news-text);
  display: inline-block;
  text-transform: uppercase; }

.header-interior {
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column; }
  .header-interior .grid {
    grid-row-gap: 0;
    margin: 0 auto; }
  .header-interior .breadcrumb {
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
    margin-bottom: 0; }
  .header-interior .home {
    font-family: var(--font-etiquetas);
    font-size: 11px;
    color: var(--color-news-text);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 100%;
    font-weight: 500; }
  .header-interior .etiqueta {
    line-height: 100%;
    width: auto;
    font-size: 11px;
    color: var(--color-news-text);
    font-family: var(--font-etiquetas);
    text-transform: uppercase;
    margin: 0;
    overflow: visible; }
    .header-interior .etiqueta + .etiqueta:before {
      content: '';
      display: inline-flex;
      width: 1px;
      height: 9px;
      background: var(--color-news-text);
      margin: 0 4px 0 11px;
      transform: rotate(15deg);
      position: relative;
      top: 1px; }
  .header-interior .volanta {
    font-weight: 400;
    color: #85858c;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 13px; }
  .header-interior .bajada {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.012em;
    padding-right: 25px; }

.interior-en-vivo .header-interior, .interior-radio-en-vivo .header-interior {
  margin-bottom: 20px; }

.etiqueta {
  background: var(--bg-etiquetas);
  color: var(--color-white);
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 300;
  font-weight: 500;
  font-size: 11px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all; }

header .etiqueta {
  font-family: var(--font-etiquetas);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--color-news-text);
  position: relative;
  top: auto;
  left: auto;
  background: none;
  padding: 0;
  border-radius: 0;
  line-height: 100%;
  width: max-content;
  display: flex;
  max-width: 100%;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.en-bandera-m header .etiqueta {
  display: none; }

figure {
  position: relative; }

.icon-descargar:before {
  font-size: 40px;
  color: var(--bg-etiquetas); }

.etiqueta-especial {
  font-family: var(--titulos);
  font-size: 10px;
  font-weight: 700;
  color: var(--color-white);
  background: #f30000;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased; }

.etiqueta-especial-interior {
  font-family: var(--parrafos);
  font-size: 15px;
  font-weight: 600;
  color: #f30000; }

.interior-top-1 .etiqueta-especial-interior, .interior-top-2 .etiqueta-especial-interior {
  background: #f30000;
  color: var(--color-white);
  font-size: 10px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 0 10px;
  width: max-content;
  margin-bottom: 18px;
  border: none;
  display: inline-flex; }

.desfasado header .etiqueta-especial {
  position: absolute;
  top: -20px;
  left: 0; }

figure .etiqueta-especial {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 300;
  margin: 0; }

.fecha {
  display: block;
  color: var(--color-grey);
  z-index: 300;
  font-size: 11px;
  font-family: var(--general); }

[data-datetime-top] {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  display: none; }

/*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(--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(--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(--bg-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;
  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:last-child {
  margin-right: 0; }

.redes-h-top a:before {
  color: var(--color-ico-header);
  font-size: 16px;
  font-weight: normal; }

.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(--c-borde); }
.galeria-fotos .img-thumb .icon-mas:before {
  font-size: 50px;
  color: var(--bg-etiquetas); }
.galeria-fotos .cont-img {
  margin-bottom: 44px; }
  .galeria-fotos .cont-img:last-child {
    margin-bottom: 0; }

.barra-lateral > div:last-child {
  margin-bottom: 0; }

.sticky {
  position: sticky;
  top: 140px; }

.con-sticky {
  position: relative;
  height: 100%; }

.listado-especial .otras-noticias .cl-8, .buscador .otras-noticias .cl-8 {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%; }

.con-notificacion .banner-sticky-pie {
  top: 140px; }

.con-video .banner-sticky-pie {
  top: 140px; }

.listado-especial [id=page] {
  margin-bottom: 144px; }
.listado-especial .grid-16, .listado-especial .grid-16 article:last-child {
  margin-bottom: 0; }

.bloque-temas .ver-mas {
  position: absolute;
  right: 0;
  top: auto;
  background: var(--bg-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: #333333;
  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, .destacadas-listados {
  margin: 0 auto 55px; }

.cl-12.nota-section-deportes {
  margin-bottom: 2px; }

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

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

.cuerpo-destacado-5-notas .cl-12, .bloque-videos .cl-18 {
  grid-row: span 2; }

.bloque-videos.background {
  background: #4d5154;
  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(--bg-etiquetas);
  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(--c-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 27px; }

@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-left: 15px; } }
.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(--c-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; }

.listado:not(.listado-especial) .bloque-te-puede-interesar {
  margin-bottom: 13px; }

.sidebar .banner:last-child {
  margin-bottom: 0; }

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(--c-borde);
    padding-top: 15px; }
    .article-funebre__bajada p {
      font-size: 16px;
      line-height: 1.6;
      text-align: justify-all; }

.listado-article article header h2 {
  margin-bottom: 10px; }

/* 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(--bg-etiquetas); }

  .inner-art a:hover, .inner-art a:hover .icon-mas:before {
    color: var(--bg-etiquetas); }

  .inner-art a:hover h2 {
    color: var(--color-news-title); }

  figure a img {
    transition: all .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 .3s;
    opacity: 1; }

  .hover-zoom figure, .hover-rotar figure {
    overflow: hidden; }

  .hover-zoom figure a:hover img {
    transform: scale(1.2);
    transition: all .3s;
    opacity: 1; }

  .hover-rotar figure a:hover img {
    transform: rotate(-5deg) scale(1.3);
    transition: all .3s;
    opacity: 1; }

  .advthis .redes a:hover {
    opacity: 1; }
    .advthis .redes a:hover:before {
      color: var(--color-news-text); }

  .nota-destacada-2 .header-interior .advthis .redes a:hover, .opinion .header-interior .advthis .redes a:hover {
    opacity: 1; }
    .nota-destacada-2 .header-interior .advthis .redes a:hover:before, .opinion .header-interior .advthis .redes a:hover:before {
      color: var(--color-white); }

  .banner a:hover {
    opacity: 1; } }
/*menor a 1290px*/
@media only screen and (max-width: 1280px) {
  [id=nota-title] {
    font-size: 36px;
    line-height: 115%; }

  .header-interior {
    padding: 0 20px; } }
/*resolucion 1200*/
@media only screen and (min-width: 1080px) 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: calc(100% - 151px); } }
/*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; } }
/*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) {
  .con-sticky-1000, .con-sticky-100vh, .con-sticky {
    min-height: auto;
    max-height: none;
    height: auto; }

  body {
    overflow-x: hidden; }

  .buttons.ver-mas {
    margin: 31px 20px 6px;
    width: auto; }

  .background {
    padding: 20px 15px; }

  .bloque-videos .titulo-bloque {
    width: auto;
    margin: 0 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; }

  .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: 18px;
    line-height: 1.4;
    padding-right: 0; }

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

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

  .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: 6px; }

  .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) {
  .texto .line-end {
    margin: 140px 0 68px; }

  .listado [id=page] {
    margin-bottom: 144px; }

  .listado-article.grid {
    margin-bottom: 0; }

  p, .texto {
    font-size: 18px;
    line-height: 1.4; }

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

  .titulo-bloque {
    width: calc(100% - 40px);
    margin: 0 auto 37px;
    position: relative; }

  .lo-mas-visto__titulo-bloque {
    margin-bottom: 30px; }

  .section.cl-24 {
    margin-bottom: 30px; }

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

  .bloque-100 .grid, [id=header] .bloque {
    width: calc(100% - 20px); }

  .bloque-galeria {
    padding: 30px 0; }
    .bloque-galeria .grid {
      width: 100%; }

  [id=sidebar-right] {
    grid-column: span 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0; }

  [id=sidebar-right] .banner:last-child {
    margin-bottom: 0; }

  iframe[src*="facebook.com"] {
    width: 100%;
    max-width: calc(100vw - 20px); }

  .notas-5 [class*='cl-'] {
    margin-bottom: 0; }

  [class^="cl-"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }

  .nota-seccion-opinion {
    margin-bottom: 5px !important; }

  .search.open + .icon-compartir {
    opacity: 0; }

  .icon-logo:before {
    font-size: 24px; }

  .volanta {
    font-size: 20px;
    padding: 0 0 13px;
    display: flex;
    width: 100%;
    line-height: 1.3; }

  .interior-top-1 h2.bajada {
    margin-bottom: 16px; }

  .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 {
    max-width: inherit;
    right: auto; }

  .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: calc(100% - 38%);
    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; }

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

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

  .notas-pie .cl-4:nth-child(3) {
    display: block; }

  [id=sidebar-right] {
    text-align: center; }

  .form-block {
    width: 100%; }

  .bloque-videos.background .grid {
    width: 100%;
    grid-row-gap: 44px; }

  .bloque-espectaculo .titulo-bloque, .bloque-deportes .titulo-bloque {
    width: calc(100% - 40px); }

  .bloque-videos.background {
    padding: 37px 0 33px; }

  .bloque-espectaculo {
    margin-bottom: 44px; }

  .bloque-galeria .grid {
    grid-row-gap: 19px; }

  .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-deportes .cl-24.bloque-data-factory {
    left: auto; }

  .etiquetas-interior {
    border: none;
    padding: 0; }

  .post-interior .cont-cuerpo {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    justify-content: center; }

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

  .post-interior [id=main], .interior-radio-en-vivo [id=page], .interior-en-vivo [id=page] {
    margin-bottom: 36px; }

  .post-video .cont-cuerpo, .galeria-fotos .cont-cuerpo {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }

  .inicio .bloque-galeria, .inicio .background, .inicio .bloque-temas, .inicio .bloque-1, .inicio .bloque.bloque-4-notas {
    margin-bottom: 36px; }

  .inicio .con-6-notas {
    margin-bottom: 29px; }

  .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: 18px 20px 0; }

  .article__header {
    padding-top: 18px; }

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

  .en-bandera {
    width: calc(100% - 40px);
    padding: 0;
    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: 36px; }

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

  .cont-foto {
    margin-bottom: 36px; } }
/*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 {
    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; }

  .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 {
    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(--bg-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(--bg-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 .titulo-sub, .en-bandera-m .titulo-sub, .titulo, .titulo, .titulo-sub, .en-bandera .titulo-sub, .en-bandera-m .titulo-sub {
    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(--bg-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; } }
@media only screen and (max-width: 767px) {
  .notificaciones.barra {
    transition: all 0.3s; }

  article header .etiqueta, .bloque-100-m header .etiqueta {
    margin-bottom: 7px; } }

/*# sourceMappingURL=grid.css.map */
