body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {m
  font-family: Roboto, sans-serif !important;
}

#superlike_2020.active {
  overflow: hidden;
}

/*MENU RCN 2020*/

.nav-verticales {
    background-color: #0f022e;
    padding-top: 60px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #4a4a4a;
}

.mobile-nav {
  height: 100%;
  background-color: #1a1a1a;
  overflow: scroll;
}

.nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 20px;
  border-bottom: 0;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: #ccc;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #007bff !important;
  border-color: transparent !important;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0rem!important;
  border-top-right-radius: 0rem!important;
}

.tab-content>.active {
  display: block;
  background: #007bff;
  min-height: 165px;
}

.nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 20px;
  border-bottom: 0;
  border-right: 1px solid transparent;
  padding-right: 15px;
}

.menu-rcn-2020 {
  padding: 7px;
  background-color: #000000;
  border-bottom: 1px solid #fff;
}

.mobile-nav .bloque-menu-redes a {
  font-size: 2rem;
  margin: 10px;
}

.nav-verticales .title-page {
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #757575;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  height: 37px;
}

.nav-container p {
  padding: 0px;
  margin: 0px;
}

.nav-container .burger-menu .menu-icon-holder {
  width: 200px;
  height: 30px;
}

.nav-container .burger-menu .menu-icon-holder .menu-icon {
  width: 30px;
}

.nav-container .burger-menu .menu-icon-holder .menu-icon:before {
  content: "\2630";
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #ffffff !important;
}

.nav-container .burger-menu .menu-icon-holder .menu-icon.menu-icon-active:before {
  content: "\2715";
}

.nav-container .burger-menu .menu-section-holder {
  transition: all 0.2s;
  transform: scale(1, 0);
  transform-origin: top;
  visibility: hidden;
  position: absolute;
  width: 102%;
  padding: 0px 20px;
  background: #1a1a1a;
  margin-left: -16px;
  height: 100vh;
  left: 0;
}

.nav-container .burger-menu .menu-section-holder.active {
  visibility: visible;
  transform: scale(1, 1);
  z-index: 99;
  left: 0;
}

.nav-container .burger-menu .menu-section-holder .menu-section {
  flex-basis: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}

.nav-container .burger-menu .menu-section-holder .menu-section .menu-show-hide {
  display: flex;
  flex-direction: column;
}

.nav-container .burger-menu .menu-section-holder .menu-section .menu-title {
  color: #dc0228;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}

.nav-container .burger-menu .menu-section-holder .menu-section .menu-title .ion-chevron-down {
  display: none;
}

.nav-container .burger-menu .menu-section-holder .menu-section .menu-item {
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 750px) {
  .nav-container .burger-menu .menu-section-holder {
    display: block;
    max-width: 90%;
    padding: 0px;
  }
  .nav-container .burger-menu .menu-section-holder .menu-section {
    height: 30px;
    margin-bottom: 10px;
    text-align: left;
  }
  .nav-container .burger-menu .menu-section-holder .menu-section .menu-title {
    height: 30px;
    cursor: pointer;
    display: flex;
    margin-bottom: 3px;
    justify-content: space-between;
  }
  .nav-container .burger-menu .menu-section-holder .menu-section .menu-title .ion-chevron-down {
    display: inline-block;
  }
  .nav-container .burger-menu .menu-section-holder .menu-section .menu-show-hide {
    visibility: hidden;
    transform-origin: top;
  }
  .nav-container .burger-menu .menu-section-holder .menu-section.menu-active {
    height: 160px;
  }
  .nav-container .burger-menu .menu-section-holder .menu-section.menu-active .menu-show-hide {
    visibility: visible;
  }
  .nav-container .burger-menu .menu-section-holder .menu-section.menu-active .menu-show-hide .menu-item {
    padding-bottom: 4px;
  }
}

.nav-container .logo a {
  text-decoration: none;
  color: #dc0228;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.nav-container .logo a img {
  width: 150px;
  height: 19px;
}

.nav-container .search-bar {
  display: flex;
  width: 200px;
}

.nav-container .search-bar.active .search-open {
  visibility: hidden;
}

.nav-container .search-bar.active .search-input {
  transition: all 0.1s;
  visibility: visible;
}

.nav-container .search-bar.active .search-input .search-close,
.nav-container .search-bar.active .search-input .search-site {
  visibility: visible;
  cursor: pointer;
}

.nav-container .search-bar.active .search-input input {
  transition: all 0.1s;
  width: 290px;
  color: #000;
}

.nav-container .search-bar.active .search-input input::placeholder {
  color: #666;
  font-weight: 700;
  font-family: Lato;
  font-size: 16px;
}

.nav-container .search-bar.active .search-input input:focus {
  outline: 0;
}

.nav-container .search-bar .search-input {
  margin-top: -7px;
  transition: all 0.2s;
  position: absolute;
  visibility: hidden;
  right: 1.5%;
}

.nav-container .search-bar .search-input .search-close {
  visibility: hidden;
  position: relative;
  right: 25px;
}

.nav-container .search-bar .search-input .search-site {
  visibility: hidden;
  position: relative;
  right: 65px;
  color: #000;
  font-size: 18px;
}

.nav-container .search-bar .search-input input {
  transition: all 0.2s;
  height: 30px;
  width: 0px;
}

.nav-container .search-bar .page-links a {
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.search-open {
  color: #fff;
}

.nav-container .search-button {
  transform: translateY(4px);
  margin-left: 10px;
}

.nav-container .search-button .search-open {
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .nav-container .page-links a.page-links__link {
    display: none;
  }
  .nav-container .search-bar,
  .nav-container .menu-icon-holder {
    width: 70px !important;
  }
  .nav-container .search-bar.active .search-input {
    right: -3%;
  }
}

@media (max-width: 1000px) {
  .nav-container .search-bar.active .search-input input {
    width: 95vw;
    height: 40px;
    margin-top: -2px;
  }
}

@media (max-width: 500px) {
  .nav-container .logo a {
    font-size: 30px;
  }
  .nav-container .search-bar.active .search-input input {
    width: 90vw;
  }
}

#nav {
  width: 90%;
  margin: 0 auto;
}

ul#navbar {
  list-style-type: none;
}

ul#navbar li {
  display: block;
  width: 200px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar li a {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: right;
}

ul#navbar li a:hover {
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul {
  display: none;
}

ul#navbar>li.active>ul {
  position: absolute;
  left: 19.5%;
  top: 0;
  padding-left: 60px;
  display: block;
}

ul#navbar>li.active {
  border-right: 5px solid var(--azul-2022);
}

ul#navbar>li.active>ul>li {
  margin-left: -50px;
}

ul#navbar>li:nth-child(2):hover>ul {
  position: absolute;
  display: block;
  left: 19.5%;
  top: 0;
  padding-left: 60px;
}

ul#navbar>li:nth-child(2)>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li:nth-child(3):hover>ul {
  position: absolute;
  display: block;
  left: 19.5%;
  top: 0;
}

ul#navbar>li:nth-child(3):hover>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar li ul li a {
  font-size: 13px;
}

ul#navbar>li:nth-child(3):hover>ul>li>a:hover {
  padding-left: 45px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li:nth-child(4):hover>ul {
  position: absolute;
  display: block;
  left: 18.5%;
  top: 0;
}

ul#navbar>li:nth-child(4):hover>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li:nth-child(4):hover>ul>li>a:hover {
  padding-left: 45px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li:nth-child(5):hover>ul {
  position: absolute;
  display: block;
  left: 19.5%;
  top: 0;
}

ul#navbar>li:nth-child(5):hover>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li:nth-child(5):hover>ul>li>a {
  font-size: 13px;
}

ul#navbar>li:nth-child(5):hover>ul>li>a:hover {
  padding-left: 45px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul>li>ul {
  display: none;
}

ul#navbar>li>ul>li:first-child:hover>ul {
  position: absolute;
  display: block;
  left: 105%;
  top: 0px;
}

ul#navbar>li>ul>li:first-child>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul>li:first-child>ul>li>a {
  font-size: 13px;
}

ul#navbar>li>ul>li:nth-child(2):hover>ul {
  position: absolute;
  display: block;
  left: 105%;
  top: 0;
}

ul#navbar>li>ul>li:nth-child(2)>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul>li:nth-child(2)>ul>li>a {
  font-size: 13px;
}

ul#navbar>li>ul>li:nth-child(3):hover>ul {
  position: absolute;
  display: block;
  left: 182px;
  top: 0;
}

ul#navbar>li>ul>li:nth-child(3)>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul>li:nth-child(4):hover>ul {
  position: absolute;
  display: block;
  left: 182px;
  top: 0;
}

ul#navbar>li>ul>li:nth-child(4)>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li:nth-child(4):hover>ul>li>a {
  font-size: 13px;
}

ul#navbar>li>ul>li>ul>li>a:hover {
  padding-left: 50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul>li>ul>li:last-child:hover>a:hover {
  padding-left: 30px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul>li>ul>li>ul {
  display: none;
}

ul#navbar>li>ul>li>ul>li:last-child:hover>ul {
  background: red;
  position: absolute;
  display: block;
  left: 182px;
  top: 215px;
}

ul#navbar>li>ul>li>ul>li>ul>li {
  margin-left: -50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

ul#navbar>li>ul>li>ul>li:last-child:hover>ul>li>a:hover {
  padding-left: 50px;
  background: #1a1a1a;
  border-right: 2px solid var(--azul-2022);
}

.nav-wrap {
  width: 100%;
  padding: 20px 20px 20px 40px;
}

@media (min-width: 992px) {
  .nav-wrap {
    width: 50%;
  }
}

[hidden] {
  display: none;
  visibility: hidden;
}

.acnav {
  width: 100%;
}

.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.has-children>.acnav__label::before {
  content: "+";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 1em;
  transition: transform 0.3s;
  float: right;
}

.acnav__checkbox:checked+.acnav__label::before {
  transform: rotate(405deg);
}

.acnav__link,
.acnav__label {
  display: block;
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
  color: #fcfcfc;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
  font-weight: 700;
  padding: .5rem;
}

.acnav__link:focus,
.acnav__link:hover,
.acnav__label:focus,
.acnav__label:hover {
  color: var(--azul-2022);
}

.acnav__link--level2,
.acnav__label--level2 {
  font-weight: 200;
}

.acnav__link--level2:focus,
.acnav__link--level2:hover,
.acnav__label--level2:focus,
.acnav__label--level2:hover {
  background: #292929;
}

.acnav__link--level3,
.acnav__label--level3 {
  padding-left: 5em;
  background: #292929;
}

.acnav__link--level3:focus,
.acnav__link--level3:hover,
.acnav__label--level3:focus,
.acnav__label--level3:hover {
  background: #292929;
}

.acnav__link--level4,
.acnav__label--level4 {
  padding-left: 7em;
  background: #292929;
}

.acnav__link--level4:focus,
.acnav__link--level4:hover,
.acnav__label--level4:focus,
.acnav__label--level4:hover {
  background: #292929;
}

.acnav__list--level2,
.acnav__list--level3,
.acnav__list--level4 {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.acnav__list.acnav__list--level2 li:first-child {
  border-top: 1px solid var(--azul-2022);
}

.acnav__checkbox:checked~.acnav__list {
  max-height: 1000px;
  height: auto;
}

.envivo-menu {
  background-color: var(--azul-2022);
  padding: 5px !important;
  margin-right: 10px;
  border-radius: 6px;
  font-size: 11px !important;
}

.bloque-menu-redes {
  background-color: #1a1a1a;
  text-align: center;
  color: #fff;
  padding: 20px;
}

@media(min-width:1921px) {
  ul#navbar>li:nth-child(2)>ul>li>a {
    font-size: 1.7rem;
  }
  ul#navbar>li:nth-child(3):hover>ul {
    left: 20%;
  }
  ul#navbar>li:nth-child(4):hover>ul {
    left: 20%;
  }
  ul#navbar>li:nth-child(5):hover>ul {
    left: 20%;
  }
  ul#navbar>li.active>ul {
    left: 20%;
  }
  ul#navbar li {
    width: 340px;
  }
  ul#navbar li a {
    font-size: 2rem;
  }
  ul#navbar>li:nth-child(2):hover>ul {
    left: 20%;
  }
  ul#navbar>li:nth-child(4):hover>ul>li>a {
    font-size: 1.5rem;
  }
  ul#navbar>li>ul>li:first-child:hover>ul {
    left: 103%;
  }
  ul#navbar>li>ul>li:first-child>ul>li>a {
    font-size: 1.5rem;
  }
  ul#navbar>li:nth-child(3):hover>ul>li>a {
    font-size: 1.5rem;
  }
  ul#navbar>li>ul>li:nth-child(2):hover>ul {
    left: 103%;
  }
  ul#navbar>li>ul>li:nth-child(2)>ul>li>a {
    font-size: 1.5rem;
  }
}

@media(max-width:1440px) {
  ul#navbar>li:nth-child(2):hover>ul {
    left: 22.7%;
  }
  ul#navbar>li:nth-child(3):hover>ul {
    left: 22.7%;
  }
  ul#navbar>li:nth-child(5):hover>ul {
    left: 22.7%;
  }
  ul#navbar>li:nth-child(2)>ul>li>a {
    font-size: 1.2rem;
  }
  ul#navbar>li:nth-child(3)>ul>li>a {
    font-size: 1.2rem;
  }
  ul#navbar>li.active>ul {
    left: 22.7%;
  }
  ul#navbar>li:nth-child(4):hover>ul {
    left: 22.7%;
  }
}

@media(max-width:1366px) {
  ul#navbar>li:nth-child(2)>ul>li>a {
    font-size: 1rem;
  }
  ul#navbar>li:nth-child(3):hover>ul {
    left: 23.7%;
  }
  ul#navbar>li:nth-child(2):hover>ul {
    left: 23.7%;
  }
  ul#navbar>li:nth-child(4):hover>ul {
    left: 22.9%;
  }
  ul#navbar>li:nth-child(5):hover>ul {
    left: 23.7%;
  }
  ul#navbar>li.active>ul {
    left: 23.7%;
  }
}

@media(max-width:1280px) {
  ul#navbar>li:nth-child(3):hover>ul {
    left: 25.7%;
  }
  ul#navbar>li:nth-child(2):hover>ul {
    left: 25.7%;
  }
  ul#navbar>li:nth-child(4):hover>ul {
    left: 25.7%;
  }
  ul#navbar>li:nth-child(5):hover>ul {
    left: 25.7%;
  }
  ul#navbar>li.active>ul {
    left: 25.7%;
  }
}

@media(min-width:1025px) {
  ul#navbar>li>ul>li:first-child:hover>ul {
    left: 107%;
  }
  ul#navbar>li>ul>li:nth-child(2):hover>ul {
    left: 107%;
  }
  ul#navbar>li>ul>li:nth-child(4):hover>ul {
    left: 107%;
  }
  ul#navbar>li>ul>li:nth-child(3):hover>ul {
    left: 107%;
  }
  ul#navbar>li>ul>li:nth-child(5):hover>ul {
    left: 107%;
  }
}

@media(max-width:1024px) {
  ul#navbar li a {
    font-size: 1rem;
  }
  ul#navbar li ul li a {
    padding: 5px;
  }
  #nav {
    margin: initial;
  }
  ul#navbar li {
    width: 150px;
  }
  ul#navbar>li:nth-child(2):hover>ul {
    left: 19.7%;
  }
  ul#navbar>li:nth-child(3):hover>ul {
    left: 19.7%;
  }
  ul#navbar>li:nth-child(4):hover>ul {
    left: 19.7%;
  }
  ul#navbar>li:nth-child(5):hover>ul {
    left: 19.7%;
  }
  ul#navbar>li.active>ul {
    left: 19.7%;
  }
}

/* FIN MENU */

#externo-canal {
  background-color: rgba(0, 0, 0, 0.86);
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#menu-rcn {
  height: 47px;
  -webkit-transition: all 1s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#menu-rcn.is-hidden {
  margin-top: -47px;
}

#menu-rcn.is-visible {}

#menu-segundario.is-visible {
  background-color: black;
  padding-top: 13px;
  padding-bottom: 13px;
}

#menu-segundario.is-hidden {
  opacity: 0;
}

#menu-rcn.top {
  margin-top: 0;
}

#menu-segundario.top {
  opacity: 1;
}

.is-playing {
  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
}

.is-sticky {
  position: fixed !important;
  bottom: 4% !important;
  right: 2% !important;
  z-index: 39;
  left: initial !important;
}

.is-sticky.kWidgetIframeContainer iframe {
  height: 272px !important;
  width: 480px !important;
  -webkit-box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 1);
  float: right;
}

#ads-pushdown {
  text-align: center!important
}

.bloque-col-2.redes p {
  text-align: center !important;
}

#creative_138218352282_0 {
  text-align: center;
  display: block;
  margin: 0 auto
}

#creative_138225160213_0 {
  text-align: center;
  display: block;
  margin: 0 auto
}

.pauta-barra-compuesta {
  text-align: center;
  display: block;
  margin: 0 auto 60px;
  min-height: 280px;
}

#pauta_fijo_scroll.hidden {
  bottom: -500px;
  opacity: 0
}

.at-share-dock.atss {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.pauta-barra-compuesta iframe {
  text-align: center;
  display: block;
  margin: 0 auto
}

.embed-mediastream iframe {
  width: 100%!important;
  min-height: 300px
}

.despliegue-contenido-nota .bloque-nota-completa iframe {
  width: 100%;
  min-height: 300px
}

.bloque-nota-completa .kWidgetIframeContainer {
  width: 100% !important;
}

.bloque-nota-completa ul {
  display: block;
  margin-left: -10px;
}

.bloque-nota-completa ol {
  display: block;
  margin-left: 0;
  padding-left: 0;
}

.bloque-nota-completa ul li {
  display: block;
  position: relative;
  color: #000000;
}

.bloque-nota-completa ul li:not(:last-child) {
  margin-bottom: 16px;
}

.bloque-nota-completa ul li:before {
  content: "";
  position: absolute;
  top: 1.3em;
  left: -22px;
  margin-top: -.9em;
  background: #2f882f;
  background: -moz-linear-gradient(90deg, #2f882f 0, var(--azul-2022) 100%);
  background: -webkit-linear-gradient( 90deg, #2f882f 0, var(--azul-2022) 100%);
  background: linear-gradient( 90deg, #2f882f 0, var(--azul-2022) 100%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.bloque-nota-completa ol {
  line-height: 2;
}

.bloque-nota-completa ol li {
  list-style-type: none;
  counter-increment: item;
  color: #000000;
}

.oscuro .bloque-nota-completa ol li {
  color: #ffffff;
}

.bloque-nota-completa ol li:before {
  content: counter(item);
  margin-right: 5px;
  font-size: 80%;
  background-color: var(--azul-2022);
  color: #ffffff;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
}

.bloque-nota-completa blockquote {
  border: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 2.5em auto;
  max-width: 540px;
  padding: 0 2rem;
  position: relative;
  text-align: center;
}

.bloque-nota-completa blockquote::before {
  color: var(--azul-2022);
  content: '“';
  font-family: 'georgia';
  font-size: 3em;
  left: 30%;
  pointer-events: none;
  position: absolute;
  top: -.75em;
}

.bloque-nota-completa blockquote::after {
  bottom: -1.2em;
  color: var(--azul-2022);
  content: '”';
  font-family: 'georgia';
  font-size: 2em;
  pointer-events: none;
  position: absolute;
  right: 30%;
}

.bloque-nota-completa td,
th {
  border: 1px solid #999;
  padding: 0.5rem;
}

.bloque-nota-completa h2 {}

.ads-pushdown {
  display: flex;
  justify-content: center
}

.ads-pushdown iframe {
  text-align: center;
  display: block;
  margin: 0 auto
}

a {
  text-decoration: none;
  color: inherit
}

a:hover {
  text-decoration: none;
  color: inherit
}

:root {
  --azul-2022: var(--azul-2022)
}

.contenedor-header {
  position: fixed;
  width: 100%;
  z-index: 20;
  transition: top 0.2s ease-in-out;
  top: 0;
}

.contenedor-header.nav-up {
  position: fixed;
  width: 100%;
  top: -47px;
}

.contenedor-header.nav-up #menu-segundario {
  padding-top: 13px;
  padding-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.77);
}

.plantilla-basica .contenedor-header {
  position: relative;
  height: 108px;
}

.contenedor-header.nav-down {
  position: fixed;
  width: 100%;
  top: 0;
}

.contenedor-header.nav-down #externo-canal {
  background-color: rgba(0, 0, 0, 0.86);
}

.menu-general-canal {
  height: 47px
}

#menu-principal {
  padding-left: 10%;
  padding-right: 10%;
  display: block
}

#menu-segundario {
  padding-left: 10%;
  padding-right: 10%;
  display: flex
}

#menu-segundario.logo-titulo .logo-portal .linea {
  margin-left: 41px
}

.sidebar_portal {
  position: sticky;
  top: 10%
}

#menu-segundario.stick .logo-portal a h2 {
  font-size: 1.4rem
}

#menu-segundario.stick .linea {
  width: 50px
}

#flotante-menu {
  border-bottom: 1px solid rgba(152, 152, 152, .44)
}

.noticias .menu-general-canal {
  border-bottom: 1px solid rgba(152, 152, 152, .44)
}

.menu-general-canal .iten-header.logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 47px;
  background-color: var(--azul-2022);
  min-width: 50px;
  padding-left: 5px;
  padding-right: 5px
}

.menu-general-canal .iten-header.menu {
  display: inline-block;
  height: 47px
}

.menu-general-canal .iten-header.menu {
  display: none
}

.iten-header.logo a {
  height: 40px;
  display: block
}

#interna .menu-general-canal {
  background-color: #fff
}

#menu-toggle {
  display: none
}

label #menu-ico {
  cursor: pointer
}

#menu-toggle:checked+nav {
  left: 0;
  opacity: 1;
  top: 0;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  -webkit-transition-delay: all .25s;
  -moz-transition-delay: all .25s;
  -o-transition-delay: all .25s;
  transition-delay: all .25s;
  overflow: scroll;
  display: block;
  z-index: 5
}

.menu label {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 0!important;
  z-index: 9
}

#menu-ico:hover {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.bar {
  display: block;
  width: 30px;
  height: 4px;
  top: 23px;
  left: 20px;
  margin-bottom: 5px;
  background: #000;
  border-radius: 42em
}

.bar2 {
  top: 32px;
  width: 20px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.bar3 {
  top: 41px;
  margin-bottom: 0
}

#menu-principal nav {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  opacity: 0;
  top: 40px;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  -webkit-transition-delay: all .25s;
  -moz-transition-delay: all .25s;
  -o-transition-delay: all .25s;
  transition-delay: all .25s;
  display: none
}

.menu-general-canal #menu-principal nav ul {
  padding: 0 16px;
  margin: 0;
  width: 100%
}

.menu-general-canal #menu-principal nav li {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #2a2a2a
}

.contendor-menu {
  width: 80%;
  float: right;
  background: #1a1a1a;
  height: 100%
}

ul.canal-fijo {
  background-color: #1a1a1a
}

.canal-fijo .buscar-menu {
  margin-top: 30px
}

.menu-general-canal #menu-segundario nav li {
  list-style: none
}

.menu-general-canal #menu-segundario nav li.active {
  border-bottom: 2px solid var(--azul-2022)
}

.menu-general-canal nav a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.menu-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer
}

.menu-toggle .open .part-top {
  height: 2px;
  background: #fff;
  position: absolute;
  width: 80%;
  margin-top: 5px;
  margin-left: 10%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.menu-toggle .open .part-middle {
  height: 2px;
  background: #fff;
  position: absolute;
  width: 80%;
  margin-top: 13px;
  margin-left: 10%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.menu-toggle .open .part-bottom {
  height: 2px;
  background: #fff;
  margin-top: 21px;
  position: absolute;
  width: 80%;
  margin-top: 21px;
  margin-left: 10%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.menu-toggle .openmenu .part-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 14px;
  background: #000
}

.menu-toggle .openmenu .part-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 14px;
  background: #000
}

.menu-toggle .openmenu .part-middle {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #000
}

.openmenu {
  width: 30px;
  height: 30px;
  display: block;
  position: fixed
}

.float-right {
  display: inline-block;
  width: 39%;
  margin-top: 5px;
  text-align: right
}

.float-left {
  display: inline-block;
  width: 60%;
  position: relative
}

.gsc-search-button-v2 svg {
  fill: #fff!important
}

.menu-general-canal #menu-principal .list-inline {
  margin: 0;
  padding: 0
}

.menu-general-canal #menu-principal .list-inline li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer
}

.menu-general-canal .list-inline li#buscar-boton {
  margin-right: 0
}

.play1 svg {
  background-color: #fff;
  padding: 2px;
  border-radius: 100px;
  margin-bottom: 2px
}

.play1 svg path {
  fill: var(--azul-2022)
}

.float-right li a span {
  position: absolute;
  right: 6%;
  top: 16%
}

.float-right li a {
  text-decoration: none;
  color: #fff
}

.menu nav li.redes {
  width: 22.4%;
  display: inline-block;
  text-align: center!important;
  border-bottom: 0!important;
  margin-top: 2rem
}

.redes a i {
  color: #fff
}

.titulo-page {
  color: var(--azul-2022);
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: left
}

.gsc-results .gsc-imageResult,
.gsc-webResult.gsc-result {
  border-color: #fff!important;
  background-color: #fff!important;
  margin-bottom: 20px!important
}

.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  display: none!important
}

.gcsc-find-more-on-google {
  display: none!important
}

.gsc-webResult.gsc-result {
  padding: 20px;
  cursor: pointer;
  margin-top: 5px;
  transition: all .5s ease;
  border: 0;
  background-color: #fff;
  border-bottom: 1px solid #efefef
}

.gs-webResult div.gs-visibleUrl-long {
  font-size: 12px!important;
  padding-top: 1px!important;
  line-height: 1.43!important;
  color: #006621;
  font-style: normal;
  text-transform: initial!important
}

.gsc-orderby-container {
  display: none!important
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #000!important;
  background-color: #000!important;
  color: #fff!important;
  padding: 10px 13px!important;
  border-radius: 50px!important
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #000!important;
  background-color: #dbdbdb!important;
  color: #000!important;
  padding: 10px 13px!important;
  border-radius: 50px!important
}

.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  display: none!important
}

.gsc-control-cse {
  border-color: #ffffff00!important;
  background-color: #ffffff00!important;
  padding: 0
}

body.view-hidden {
  overflow: hidden
}

.view-hidden .nav-up {
  top: 0
}

.view-hidden .menu-general-canal {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff
}

header.principal .menu-general-canal {
  background-color: rgba(0, 0, 0, .4)
}

header.principal .menu-general-canal.stick {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .75);
  -moz-box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .75);
  box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .75)
}

header.principal .menu-general-canal .part-top {
  background: #fff
}

header.principal .menu-general-canal .part-middle {
  background: #fff
}

header.principal .menu-general-canal .part-bottom {
  background: #fff
}

header.principal .menu-general-canal.stick .part-top {
  background: #000
}

header.principal .menu-general-canal.stick .part-middle {
  background: #000
}

header.principal .menu-general-canal.stick .part-bottom {
  background: #000
}

header.principal .menu-general-canal path {
  fill: #fff
}

header.noticias .menu-general-canal .list-inline path {
  fill: #000
}

#zone-header-wrapper .menu-general-canal .list-inline path {
  fill: #000
}

#zone-header-wrapper .menu-general-canal #___gcse_1 tbody {
  border-top: 0
}

#zone-header-wrapper .menu-general-canal #___gcse_1 td {
  padding: 0
}

.header-senal-vivo .menu-general-canal .list-inline path {
  fill: #000
}

#zone-header-wrapper #___gcse_1 button {
  margin-top: 0
}

#interna .menu-general-canal path {
  fill: #000
}

#interna .menu-general-canal.stick path {
  fill: #000
}

header.principal .menu-general-canal .play1 svg {
  background-color: #fff
}

header.principal .menu-general-canal.stick .play1 svg {
  background-color: #fff
}

#section-header .menu-general-canal {
  border-bottom: 1px solid rgba(152, 152, 152, .44)
}

#menu-rcn nav .buscar-menu path {
  fill: #fff!important
}

#menu-rcn .iten-header.menu .list-inline .redes path {
  fill: #fff!important
}

#flotante-menu .menu-general-canal li.redes path {
  fill: #000
}

.principal #flotante-menu .menu-general-canal li.redes path {
  fill: #fff
}

.play1 path {
  fill: #444
}

.principal.canal #menu-rcn .menu-toggle .part-top {
  background: #000!important
}

.principal.canal #menu-rcn .menu-toggle .part-middle {
  background: #000!important
}

.principal.canal #menu-rcn .menu-toggle .part-bottom {
  background: #000!important
}

#section-header .menu-toggle .part-top {
  background: #fff
}

#section-header .menu-toggle .part-middle {
  background: #fff
}

#section-header .menu-toggle .part-bottom {
  background: #fff
}

#section-header .play1 {
  vertical-align: middle!important
}

.noticias .menu-toggle .part-top {
  background: #000
}

.noticias .menu-toggle .part-middle {
  background: #000
}

.noticias .menu-toggle .part-bottom {
  background: #000
}

.content .menu-general-canal {
  width: auto!important
}

.content .float-left {
  text-align: left
}

.content .menu-toggle .part-top {
  background: #000
}

.content .menu-toggle .part-middle {
  background: #000
}

.content .menu-toggle .part-bottom {
  background: #000
}

.content .menu-general-canal {
  border-bottom: 1px solid rgba(152, 152, 152, .44);
  margin-bottom: 5px
}

.view-hidden .content .menu-general-canal {
  position: relative!important
}

.envivo-1 {
  color: #fff;
  font-size: 12px!important;
  background-color: var(--azul-2022);
  animation: shadow-pulse 1s infinite;
  border-radius: 10px;
  height: 24px;
  width: 80px;
  position: relative;
  margin-right: 30px
}

.envivo-2 {
  color: #fff;
  font-size: 12px!important;
  border-radius: 10px;
  height: 24px;
  width: 80px;
  position: relative
}

.envivo-2 .play1 {
  right: 34%
}

.span-text {
  position: absolute;
  left: 9%;
  top: 16%
}

.slider-home {
  z-index: 1!important;
  margin-top: -40px!important
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
  }
  100% {
    box-shadow: 0 0 0 10px transparent
  }
}

@media(max-width:1024px) {
  .menu-general-canal .menu-des {
    display: none
  }
}

@media(max-width:1024px) {
  .menu-general-canal #menu-principal .list-inline li {
    margin-right: 50px;
    margin-top: 5px
  }
  .float-mobile-two {
    width: 64%;
    text-align: right;
    position: relative
  }
  .carousel-item {
    background-position: right!important
  }
  .menu-general-canal #menu-principal nav ul {
    float: right
  }
  .menu-general-canal nav li {
    padding-top: 15px;
    padding-bottom: 6px;
    display: block;
    float: left;
    width: 100%;
  }
}

@media(max-width:767px) {
  #menu-principal {
    padding-left: 0;
    padding-right: 0
  }
  .menu nav li.redes {
    width: 21.5%
  }
  .menu-general-canal {
    padding-left: 3%;
    padding-right: 3%
  }
}

@media(max-width:600px) {
  .home .header-superlike {
    padding-left: 0;
    padding-right: 0
  }
  .header-superlike .list-inline {
    text-align: left!important
  }
  .menu-general-canal {
    padding: 0
  }
  .menu nav li.redes {
    width: 20.5%
  }
  .float-right {
    display: inline-block;
    width: 85%;
    margin-top: 5px
  }
  .menu-general-canal .list-inline li {
    margin-left: 0
  }
  .redes {
    margin-left: 5px!important
  }
  .menu-general-canal #menu-principal nav ul {
    width: 100%;
    float: inherit;
  }
}

.menu-general-canal table {
  border: 0
}

#interna .apertura-interna {
  margin-top: -50px;
  width: 100%
}

#interna .video-apertura {
  margin-top: -50px;
  width: 100%
}

#interna header {
  position: relative!important
}

#interna #sub-menu .card {
  background-color: rgba(0, 0, 0, .3)!important;
  padding-left: 10%
}

#interna #sub-menu .dropdown-menu a {
  color: #000!important
}

#interna #sub-menu ul li a {
  color: #fff!important;
  font-size: 12px!important
}

#interna .show.top-yes {
  background-color: rgba(0, 0, 0, .75)!important
}

#interna .apertura-interna.internas {
  z-index: -1
}

.social-icons {
  display: none!important
}

.principal {
  z-index: 22!important
}

.descrpicion p iframe {
  display: block;
  margin: 0 auto;
  width: auto
}

.menu-des {
  display: inline-block;
  vertical-align: middle
}

.menu-des ul {
  padding: 0;
  margin: 0
}

.menu-des ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px
}

.menu-des ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
  font-family: Roboto, sans-serif!important
}

.menu-des li.active {
  border-bottom: 2px solid var(--azul-2022)
}

.principal #menu-rcn .menu-general-canal a {
  color: #fff
}

.header-senal-vivo .menu-general-canal .menu-des ul li a {
  color: #000
}

#flotante-menu .menu-general-canal .menu-des ul li a {
  color: #000
}

header.noticias .menu-general-canal .menu-des ul li a {
  color: #000
}

#header .menu-general-canal .menu-des ul li a {
  color: #000
}

#header .menu-general-canal .list-inline path {
  fill: #000
}

header.principal #flotante-menu .menu-general-canal .menu-des ul li a {
  color: #fff
}

.menu-tacho .menu-general-canal .menu-des ul li a {
  color: #000
}

.menu-tacho .menu-general-canal .list-inline path {
  fill: #000
}

#interna .menu-general-canal .menu-des li a {
  color: #000!important
}

.pauta_media {
  text-align: center;
  position: sticky;
  top: 10%
}

.cookies-hidden {
  z-index: 99999;
  background-color: #000;
  position: fixed;
  bottom: 0;
  padding: 30px;
  width: 30%;
  right: 0;
  display: none
}

.cookies {
  z-index: 99999;
  background-color: #ebebeb;
  position: fixed;
  bottom: 0;
  padding: 30px 11%;
  width: 100%;
  right: 0;
  display: block
}

#cookies p {
  color: #474747;
  text-align: center;
  font-size: .8rem;
  margin-bottom: 12px
}

#cookies p a {
  color: #000;
  font-size: .8rem;
  font-weight: 700
}

button#iagree {
  display: block;
  cursor: pointer;
  margin: 0 auto
}

button .iagree {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 10px;
  background-color: #000
}

.logo-mobile {
  width: 60px
}

.float-right.float-mobile-two .menu {
  position: absolute;
  right: 6px;
  top: 2px
}

ul#lo-mas-visto a {
  padding: 0!important;
  display: -webkit-box
}

.menu-noti-flotante {
  width: 100%
}

.owl-next span {
  background-color: transparent!important
}

.owl-prev span {
  background-color: transparent!important
}

#canalrcn {}

.contenedor-header.pd-activo #externo-canal {
  background-color: rgba(0, 0, 0, 1)
}

#menu-segundario {
  background-image: linear-gradient(0deg, transparent 0, rgba(6, 6, 7, 0.3) 110%);
  padding-top: 23px;
  padding-bottom: 23px;
  display: block;
  margin-bottom: 20px;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 2
}

.contenedor-header.votaciones #menu-segundario {
  background-image: linear-gradient(0deg, transparent 0, #1a1a1a 100%)
}

#menu-segundario.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #000;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .75);
  -moz-box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .75);
  box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .75)
}

.contenedor-header.pd-activo #menu-segundario.stick {
  background-color: rgba(0, 0, 0, .7)
}

.logo-portal {
  display: inline-block;
  vertical-align: middle
}

.logo-portal img {
  display: inline-block!important;
  margin-right: 5px;
  width: 30px;
}

.nav-verticales .logo-portal img {
  display: inline-block!important;
  margin-right: 5px;
  width: 40px;
}

.logo-portal a {
  text-decoration: none;
  color: #000
}

h2.titulo-portal-header-2 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    margin-left: 0.5rem;
    text-transform: uppercase;
    border-left: 4px solid var(--azul-2022);
    padding-left: 10px;
}

.dropdown-li a {
  display: block;
  position: relative
}

.titulo-dropdown i {
  position: absolute;
  right: 0;
  top: 5px;
  color: var(--azul-2022)
}

.nav-dropdown {
  width: 100%!important;
  padding: 0!important;
  margin-top: 10px!important;
  padding-bottom: 20px!important
}

.dropdown-li li {
  border-bottom: 1px solid #fff!important;
  background-color: #efeff1;
  margin: 0!important;
  padding-left: 25px
}

.menu-portal nav ul {
  margin: 0;
  padding: 0
}

.menu-portal nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 15px
}

.menu-portal {
  display: block;
  width: 100%
}

.list-portal {
  width: auto;
  vertical-align: super;
  display: inline-block
}

.menu-portal nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px
}

.dropbtn {
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  border: none;
  cursor: pointer
}

.dropbtn i {
  font-size: 13px;
  margin-left: 5px;
  color: var(--azul-2022)
}

.dropdown {
  position: static;
  display: inline-block
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  z-index: 1
}

.dropdown-content a {
  color: #333!important;
  padding: 12px 16px;
  text-decoration: none;
  display: block
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 22;
}

h2.titulo-portal-header {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  font-weight: 700;
  font-size: 1.5rem
}

.logo-des img {
  width: 50px
}

@media(max-width:1480px) {
  .list-portal nav {
    width: 100%;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-right
  }
  .list-portal {
    width: auto;
    vertical-align: super
  }
  .dp-activo .list-portal {
    width: 75%;
    vertical-align: super
  }
  .site-noticias .list-portal {
    width: 75%;
    vertical-align: super
  }
}

@media(max-width:1024px) {
  .cookies,
  .cookies-hidden {
    width: 50%
  }
  .logo-des {
    display: none!important
  }
  .menu-general-canal .iten-header.logo {
    width: 63px;
    vertical-align: top
  }
  .float-left {
    width: 34%
  }
  #menu-segundario {
    display: none
  }
  .menu-general-canal .list-inline .redes {
    display: none!important
  }
  #buscar-boton {
    display: none!important
  }
  #externo-canal {
    -webkit-box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .7);
    box-shadow: 0 5px 41px -8px rgba(0, 0, 0, .7)
  }
  h2.titulo-portal-header {
    color: #fff;
    display: none
  }
  .menu-toggle .open .part-top {
    background: #fff
  }
  .menu-toggle .open .part-middle {
    background: #fff
  }
  .menu-toggle .open .part-bottom {
    background: #fff
  }
  .logo-mobile img {
    width: 50px
  }
  .presentamos {
    overflow-x: scroll;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-right
  }
  .filtros {
    overflow-x: scroll;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-right
  }
}

@media(min-width:1025px) {
  .logo-mobile {
    display: none!important
  }
  .float-right.float-mobile-two .menu {
    display: none
  }
  .buscar-menu {
    display: none
  }
  .menu nav li.redes {
    display: none
  }
  .titulo-portal-header {
    display: none!important
  }
}

@media(max-width:770px) {
  .desktop,
  .playlist-mobile {
    display: none!important
  }
}

@media(min-width:769px) {
  .mobile,
  .playlist-desk {
    display: none!important
  }
}

@media(min-width:661px) {
  .mobile-pauta {
    display: none!important
  }
}

@media(max-width:660px) {
  .desktop-pauta {
    display: none!important
  }
  .float-mobile-two {
    width: 40%
  }
  .float-left {
    width: 60%
  }
}

@media (max-width:600px) {
  .cookies,
  .cookies-hidden {
    width: 100%
  }
  #interna #sub-menu .card {
    padding-left: 0
  }
  #interna #sub-menu ul li a {
    font-size: 16px!important
  }
  .redactado {
    font-size: 16px!important
  }
  h2.titulo-portal-header {
    margin-top: 11px;
    font-size: 1rem
  }
}

@media (max-width:320px) {
  .float-left {
    width: 60%
  }
  .float-mobile-two {
    width: 40%
  }
  #menu-principal {
    padding-left: 0;
    padding-right: 0
  }
}

.bloque-footer-1 {
  background-color: var(--azul-2022);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative
}

.bloque-footer-a {
  width: 49%;
  display: inline-block;
  vertical-align: middle
}

.bloque-footer-a.logo a svg {
  width: 80px
}

.bloque-footer-a ul {
  margin: 0;
  padding: 0;
  text-align: right
}

.bloque-footer-a ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin-left: 30px
}

.bloque-footer-a ul li a {
  color: #fff
}

.mostrar-fat-footer svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

.mostrar-fat-footer {
  border-radius: 100px;
  width: 30px;
  position: absolute;
  top: -10px;
  left: 50%;
  background-color: var(--azul-2022);
  text-align: center;
  height: 30px;
  cursor: pointer;
  display: none
}

.bloque-footer-2 {
  background-color: #eee;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative
}

.slide-footer {
  height: auto;
  display: none
}

.bloque-col-3 {
  max-width: 33%;
  position: relative;
  width: 100%;
  min-height: 1px;
  display: inline-block;
  vertical-align: top
}

.bloque-col-2 {
  max-width: 24%;
  position: relative;
  width: 100%;
  min-height: 1px;
  display: inline-block;
  vertical-align: top
}

.redes ul {
  margin: 0;
  padding: 0;
  text-align: left
}

.redes p {
  text-align: left
}

.redes ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin-right: 30px
}

.redes ul li a i {
  color: #000
}

.titulo-bloque-col-3 h3 {
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1.2rem
}

.bloque-nav nav ul {
  margin: 0;
  padding: 0
}

.bloque-nav nav ul li {
  list-style: none;
  position: relative
}

.bloque-nav nav {
  margin-top: 20px
}

.bloque-nav nav ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #6e6e6e
}

.logos-foo {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin-right: 20px
}

.titulo-bloque-col-3 h4 {
  color: #333;
  font-size: 9px
}

.titulo-bloque-col-3 h4 a {
  text-decoration: none;
  color: #333
}

@media(max-width:991px) {
  .bloque-col-3 {
    width: 32%
  }
  .bloque-col-2 {
    width: 32%
  }
}

@media(max-width:768px) {
  .bloque-col-3 {
    width: 100%;
    display: block;
    max-width: 100%
  }
  .bloque-col-2 {
    width: 100%;
    display: block;
    max-width: 100%
  }
  .bloque-footer-a ul li {
    margin-left: 10px
  }
  .bloque-footer-a ul li:first-child {
    display: block;
    margin-bottom: 10px
  }
  .titulo-bloque-col-3 h4 {
    text-align: center;
    margin: 0;
    padding: 0
  }
  .logos-foo a img {
    margin: 0 auto;
    display: block
  }
  .logos-foo a {
    display: block
  }
}

#carousel-thumb {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  border: 0
}

.carousel-thumbnails .carousel-indicators li {
  height: auto;
  width: 200px !important;
  border: none;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, .75);
  opacity: .8;
  margin-right: 40px;
  background-color: transparent;
  position: relative;
  -webkit-transition: 1s all ease-in-out .1s;
  -moz-transition: 1s all ease-in-out .1s;
  -ms-transition: 1s all ease-in-out .1s;
  -o-transition: 1s all ease-in-out .1s;
  transition: 1s all ease-in-out .1s
}

.carousel-thumbnails .carousel-indicators li img {
  position: absolute;
  bottom: 0;
}

.carousel-indicators .active {
  opacity: 1!important
}

.carousel-thumbnails .carousel-indicators li.active {
  border-bottom: 4px solid var(--azul-2022);
  width: 260px !important;
}

.carousel-item {
  height: 100vh;
  min-height: 350px
}

#bloque-apertura-home .carousel-control-next,
#bloque-apertura-home .carousel-control-prev {
  display: none!important
}

.bloque-sesion.programas-grid .carousel-indicators li {
  width: 20px !important;
  background-color: #fff;
  height: 3px;
  border: 0 !important;
}

.bloque-sesion.programas-grid .carousel-indicators li.active {
  height: 3px;
  background-color: var(--azul-2022);
  border: 0 !important;
}

.carousel-item h3 {
  font-size: 3rem;
  margin-bottom: 2rem
}

.carousel-item h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px
}

.carousel-item p {
  font-size: 1rem;
  color: #fff;
  display: none
}

#realities .carousel-item p {
  display: block;
}

.bloque-sesion.especiales {
  height: 75vh;
}

.bloque-sesion.especiales .carousel-item p {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}

.bloque-sesion.especiales .carousel-item p span {
  font-weight: 400;
  color: grey;
}

.bloque-sesion.especiales .carousel-item .centered a {
  display: block;
  /*   margin-top: 10px;
    
    border: 1px solid #fff;
    width: 101px;
    text-align: center;
    padding: 5px 10px;
  font-size: 14px; */
}

.bloque-sesion.especiales .carousel-item .centered a i {
  margin-right: 10px;
}

.carousel-inner .centered {
  width: 80%;
  text-align: left;
  z-index: 9;
  padding-right: 40%;
  -webkit-transform: translate(-48%, -80%);
  transform: translate(-48%, -80%)
}

.bloque-sesion.especiales .carousel-inner .centered {
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%)
}

.bloque-sesion.especiales .carousel-inner .centered {
  color: #eaeaea;
  font-weight: 300;
}

.bloque-sesion.especiales .centered a.btn-play {
  display: none;
}

.carousel-indicators {
  margin-right: 10%;
  margin-left: 10%
}

.carousel-item .linea {
  margin-bottom: 3rem
}

.especiales .carousel-item .linea {
  margin-bottom: 1rem
}

.carousel-item .btn-play {
  font-size: 1.5rem
}

.carousel-item img {
  height: 100vh;
  width: auto!important;
  transform: translate(-10%, 0)
}

.carousel-item video {
  height: 100vh;
  width: auto!important;
  transform: translate(-10%, 0)
}

#carousel-thumb .carousel-inner .carousel-item .centered {
  opacity: 0;
  -webkit-transition: 1s all ease-in-out .1s;
  -moz-transition: 1s all ease-in-out .1s;
  -ms-transition: 1s all ease-in-out .1s;
  -o-transition: 1s all ease-in-out .1s;
  transition: 1s all ease-in-out .1s
}

#carousel-thumb .carousel-inner .carousel-item.active .centered {
  opacity: 1;
  -webkit-transition: 1s all ease-in-out .1s;
  -moz-transition: 1s all ease-in-out .1s;
  -ms-transition: 1s all ease-in-out .1s;
  -o-transition: 1s all ease-in-out .1s;
  transition: 1s all ease-in-out .1s
}

#carousel-thumb .carousel-item a::after {
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 37%, rgba(0, 0, 0, 0) 51%);
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0
}

#carousel-thumb .carousel-item a::before {
  height: 100%;
  content: "";
  background-image: linear-gradient(90deg, #010100 30%, #00000047 50%, #ffffff00 100%);
  position: absolute;
  width: 100%;
  z-index: 2
}

#carousel-thumb .carousel-item .centered a::before {
  background-image: none;
  content: ""
}

#carousel-thumb .carousel-item .centered a::after {
  background-image: none;
  content: "";
  display: none;
}

.last-cap {
  background-color: #1a1a1a;
  padding-top: 50px;
  padding-bottom: 30px
}

#realities .last-cap {
  border-bottom: 1px solid #ccc;
}

.last-cap h2 {
  color: #fff
}

.last-cap h3 {
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: .3px
}

.last-cap .container {
  padding-bottom: 20px
}

.img-inner {
  width: 100%;
  max-height: 200px;
  overflow: hidden
}

.carousel-home-stage .item .img-inner video {
  width: 100%;
  height: auto;
  -webkit-transition: 1s all ease-in-out .1s;
  -moz-transition: 1s all ease-in-out .1s;
  -ms-transition: 1s all ease-in-out .1s;
  -o-transition: 1s all ease-in-out .1s;
  transition: 1s all ease-in-out .1s
}

.carousel-home-stage .item .img-inner img {
  -webkit-transition: 1s all ease-in-out .1s;
  -moz-transition: 1s all ease-in-out .1s;
  -ms-transition: 1s all ease-in-out .1s;
  -o-transition: 1s all ease-in-out .1s;
  transition: 1s all ease-in-out .1s
}

.carousel-home-stage .item:hover .img-inner img {
  transform: scale(1.5)
}

.carousel-home-stage .item:hover .img-inner video {
  transform: scale(1.2)
}

.carousel-home-stage .owl-next {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #1a1a1a 100%)!important
}

.carousel-home-stage .owl-prev {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #1a1a1a 0, rgba(0, 0, 0, 0) 100%)!important
}

.carousel-home-stage .owl-nav button span {
  font-size: 4rem;
  position: absolute;
  top: 17%
}

.owl-nav button span {
  color: #fff
}

.scroll-x {
  width: 100%;
  padding: 15px 0;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 15
}

.scroll-x .carousel-indicators {
  position: initial
}

.divider-home {
  height: 1px;
  background-color: #707070;
  width: 100%
}

.img-inner i {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 20px;
  z-index: 2;
}

section.pauta {
  background: #1a1a1a;
}

.bloque-promocion-canal {
  background-color: #101010;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative
}

.bloque-promocion-canal h2 {
  text-align: left;
  color: #fff
}

.bloque-promocion-canal .linea {
  display: block;
  margin-bottom: 30px
}

F .bloque-promocion-canal #slider-pomocion .owl-item.cloned.active {
  border: 5px solid #000;
  transform: translate(45%, 0)
}

.bloque-promocion-canal #slider-pomocion .owl-item.active.center {
  border: 5px solid #fff;
  transform: translate(0, 0)!important;
  z-index: 2
}

.bloque-promocion-canal #slider-pomocion .owl-item.active {
  border: 5px solid #000;
  transform: translate(-45%, 0)
}

#slider-pomocion_canal .item {
  opacity: .4;
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(.8)
}

#slider-pomocion_canal .item .inner {
  opacity: 0
}

#slider-pomocion_canal .active .item .inner {
  opacity: 1
}

#slider-pomocion_canal .active .item {
  opacity: 1;
  transform: scale(1)
}

#slider-pomocion_canal .owl-item.active {
  z-index: 2;
  position: relative
}

#slider-pomocion_canal .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1)
}

#slider-pomocion_canal .owl-item .inner {
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
  z-index: 2
}

#slider-pomocion_canal .owl-item .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%)
}

#slider-pomocion_canal .owl-item .inner h3 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase
}

#slider-pomocion_canal .owl-item .inner p {
  color: #fff
}

#slider-pomocion_canal .owl-item .inner .linea {
  margin: 0 auto;
  margin-bottom: 20px
}

#slider-pomocion_canal .owl-dots {
  text-align: center;
  margin-top: 20px;
  display: none
}

#slider-pomocion_canal .owl-dots .owl-dot {
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: .5;
  width: 12px;
  display: inline-block;
  border: 1px solid #fff
}

#slider-pomocion_canal .owl-dots .owl-dot.active {
  background-color: #1a1a1a;
  background: #fff
}

#slider-pomocion_canal .owl-nav .owl-next {
  position: absolute;
  top: 38%;
  right: -10%
}

#slider-pomocion_canal .owl-nav .owl-prev {
  position: absolute;
  top: 38%;
  left: -10%
}

#slider-pomocion_canal .owl-nav button span {
  font-size: 57px
}

@media(min-width:1921px) {
  #carousel-thumb .carousel-item a::after {
    height: 900px
  }
  .carousel-item {
    height: 90vh
  }
}

@media(min-width:1439px) {
  .carousel-item img {
    height: auto!important;
    width: 70%!important;
    float: right;
    transform: translate(0, 0)
  }
  .carousel-item video {
    height: auto!important;
    width: 70%!important;
    float: right;
    transform: translate(0, 0)
  }
}

@media(max-width:1440px) {
  .bloque-sesion.especiales .carousel-inner .centered {
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  #carousel-thumb .carousel-item a::after {
    height: 670px;
    left: 0;
  }
}

@media only screen and (max-width:1439px) and (min-width:1367) {
  .carousel-item img {
    transform: translate(21%, 0)
  }
}

@media(max-width:1366px) {
  .carousel-item img {
    transform: translate(20%, 0)
  }
  .carousel-item video {
    transform: translate(20%, 0)
  }
  .carousel-item h3 {
    font-size: 1.7rem
  }
}

@media(max-width:1280px) {
  .bloque-sesion.especiales .carousel-inner .centered {
    -webkit-transform: translate(-57%, -30%);
    transform: translate(-57%, -30%);
  }
}

@media(max-width:1024px) {
  .carousel-item img {
    transform: translate(0%, 0)
  }
  .carousel-item video {}
  .carousel-inner .centered {
    padding-right: 20%
  }
  #carousel-thumb .carousel-item a::before {}
}

@media(max-width:768px) {
  .carousel-item img {
    transform: translate(-30%, 0)
  }
  .carousel-item video {
    transform: translate(-24%, 0);
  }
  .carousel-home-stage .owl-prev {
    display: none
  }
  .carousel-home-stage .owl-next {
    display: none
  }
  .last-cap {
    padding-left: 15px;
    padding-right: 15px
  }
  .img-inner {
    max-height: 270px
  }
  .carousel-thumbnails .carousel-indicators li {
    width: 200px!important
  }
}

@media(max-width:600px) {
  .senal-canal-rcn .ultimos-capitulos .col-12.col-md-6 a {
    padding-right: 15px;
  }
  #slider-pomocion_canal .owl-nav .owl-next {
    right: 10%;
  }
  #slider-pomocion_canal .owl-nav .owl-prev {
    left: 10%;
  }
  .carousel-item .linea {
    margin-bottom: 1.5rem
  }
  #bloque-apertura-home {
    height: 90vh
  }
  #carousel-thumb .carousel-item a::after {
    height: 740px
  }
  #carousel-thumb::after {
    height: 230px
  }
  #slider-pomocion_canal .owl-dots {
    display: none
  }
  #slider-pomocion_canal .owl-nav .owl-prev {
    display: block
  }
  #slider-pomocion_canal .owl-nav .owl-next {
    display: block
  }
  .carousel-item img {
    transform: translate(-28%, 0);
    height: 60vh
  }
  .bloque-sesion.programas-grid .carousel-item img {
    transform: translate(-30%, 0%);
    height: 60vh;
  }
  .carousel-item video {
    height: 60vh
  }
  .carousel-inner .centered {
    padding-right: 0
  }
  .carousel-item h4 {
    font-size: 14px
  }
  .carousel-item .btn-play {
    font-size: 1.2rem
  }
  .carousel-thumbnails .carousel-indicators li {
    margin-right: 0
  }
  .carousel-item {
    height: 90vh
  }
  .carousel-thumbnails .carousel-indicators li.active {
    transform: scale(1.2);
    margin-right: 10px;
    margin-left: 10px
  }
  .carousel-inner .centered {
    -webkit-transform: inherit;
    transform: inherit;
    top: inherit;
    bottom: 20%;
    left: 23px
  }
  .scroll-x .carousel-indicators {
    margin-left: 6%;
  }
  .bloque-sesion.especiales .carousel-inner .centered {
    -webkit-transform: translate(-5%, 2%);
    transform: translate(-5%, 2%);
  }
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden
}

.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2
}

.slideshow .slider * {
  outline: 0
}

.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none
}

.slideshow .slider .item .text {
  display: none
}

.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block
}

.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto
}

.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center
}

.slideshow .slick-dots li button:before {
  content: '';
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  opacity: .6
}

.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1
}

.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none
}

.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: .8
}

@media (max-width:767px) {
  .slideshow-text {
    font-size: 40px
  }
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px
}

.the-most img {
  max-width: 100%
}

.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  top: 0
}

.fnc-slider *,
.fnc-slider :after,
.fnc-slider :before {
  box-sizing: border-box
}

.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: -webkit-transform 1s .6666666667s;
  transition: transform 1s .6666666667s;
  transition: transform 1s .6666666667s, -webkit-transform 1s .6666666667s
}

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fnc-slide.m--before-sliding {
  z-index: 2!important;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fnc-slide.m--active-slide {
  z-index: 1;
  transition: -webkit-transform 1s .6666666667s ease-in-out;
  transition: transform 1s .6666666667s ease-in-out;
  transition: transform 1s .6666666667s ease-in-out, -webkit-transform 1s .6666666667s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.demo-cont .fnc-slide__inner video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate(0, 0)
}

.demo-cont.home-verticales .fnc-slide__inner video {
  transform: translate(0, 20%)
}

.demo-cont.home-produccion .fnc-slide__inner video {
  transform: translate(0, 20%)
}

.m--blend-bg-active .fnc-slide__inner,
.m--global-blending-active .fnc-slide__inner {
  background-blend-mode: luminosity
}

.m--before-sliding .fnc-slide__inner {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.m--active-slide .fnc-slide__inner {
  transition: -webkit-transform 1s .6666666667s ease-in-out;
  transition: transform 1s .6666666667s ease-in-out;
  transition: transform 1s .6666666667s ease-in-out, -webkit-transform 1s .6666666667s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out
}

.m--before-sliding .fnc-slide__mask {
  -webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0
}

.m--active-slide .fnc-slide__mask {
  transition: opacity .35s 1.2222222222s, -webkit-transform .7s 1.2222222222s;
  transition: transform .7s 1.2222222222s, opacity .35s 1.2222222222s;
  transition: transform .7s 1.2222222222s, opacity .35s 1.2222222222s, -webkit-transform .7s 1.2222222222s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.m--previous-slide .fnc-slide__mask {
  transition: opacity .35s .6833333333s, -webkit-transform .7s .3333333333s;
  transition: transform .7s .3333333333s, opacity .35s .6833333333s;
  transition: transform .7s .3333333333s, opacity .35s .6833333333s, -webkit-transform .7s .3333333333s;
  -webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0
}

.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  -webkit-transform-origin: 50% 16.5vh;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out
}

.m--before-sliding .fnc-slide__mask-inner {
  -webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0)
}

.m--active-slide .fnc-slide__mask-inner {
  transition: -webkit-transform .7s 1.2222222222s;
  transition: transform .7s 1.2222222222s;
  transition: transform .7s 1.2222222222s, -webkit-transform .7s 1.2222222222s;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.m--previous-slide .fnc-slide__mask-inner {
  transition: -webkit-transform .7s .3333333333s;
  transition: transform .7s .3333333333s;
  transition: transform .7s .3333333333s, -webkit-transform .7s .3333333333s;
  -webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0)
}

.fixedAtTop {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px)
}

.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 10%;
  top: 58%
}

.fnc-slide__inner img {
  height: 120vh;
  width: auto!important
}

.fnc-slide__content a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  padding: 0
}

.c-home__item-video.c-fullscreen-video {
  width: 100%;
  height: auto
}

.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase
}

.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 2.5vw;
  color: #fff;
  width: 70%
}

h4 .fnc-slide__heading-line {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 20px
}

.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px
}

.m--before-sliding .fnc-slide__heading-line {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.m--active-slide .fnc-slide__heading-line {
  transition: -webkit-transform 1.5s 1s;
  transition: transform 1.5s 1s;
  transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.m--previous-slide .fnc-slide__heading-line {
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.fnc-slide__heading-line span {
  display: block
}

.m--before-sliding .fnc-slide__heading-line span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.m--active-slide .fnc-slide__heading-line span {
  transition: -webkit-transform 1.5s 1s;
  transition: transform 1.5s 1s;
  transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.m--previous-slide .fnc-slide__heading-line span {
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.fnc-slide__action-btn {
  position: relative;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  border: none;
  text-transform: uppercase;
  background: 0 0;
  cursor: pointer;
  outline: 0
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  left: 10%;
  bottom: 10%
}

.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.fnc-nav__bg.m--nav-bg-before {
  z-index: 2!important;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: -webkit-transform 1s .6666666667s;
  transition: transform 1s .6666666667s;
  transition: transform 1s .6666666667s, -webkit-transform 1s .6666666667s;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.fnc-nav__controls {
  font-size: 0
}

.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background: #ffffff00;
  border: none;
  outline: 0;
  cursor: pointer;
  transition: background-color .5s;
  margin: 5px
}

.fnc-nav__control.m--active-control {
  background: #ffffff00
}

button:focus {
  outline: 0
}

.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition-timing-function: linear!important
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.m--prev-control .fnc-nav__control-progress {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform .5s!important;
  transition: transform .5s!important;
  transition: transform .5s, -webkit-transform .5s!important
}

.m--reset-progress .fnc-nav__control-progress {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0s 0s!important;
  transition: transform 0s 0s!important;
  transition: transform 0s 0s, -webkit-transform 0s 0s!important
}

.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s!important;
  -webkit-transform: scaleX(0)!important;
  transform: scaleX(0)!important
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-color: #000
}

.demo-cont__credits *,
.demo-cont__credits :after,
.demo-cont__credits :before {
  box-sizing: border-box
}

.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer
}

.example-slider {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s
}

.credits-active .example-slider {
  -webkit-transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(.9);
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(.9)
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .1)
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf
}

.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color .3s
}

.colorful-switch:hover:before {
  background: #4c735f
}

.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer
}

.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(90deg, #14dcd6 0, #10e7bd 180px, #ef9c29 360px, #e76339 100%);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0)
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__dot {
  -webkit-transform: translate3d(-80.3571428571px, 0, 0);
  transform: translate3d(-80.3571428571px, 0, 0)
}

.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__on {
  -webkit-transform: translate3d(-80.3571428571px, 0, 0);
  transform: translate3d(-80.3571428571px, 0, 0)
}

.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: -webkit-transform .25s 0s cubic-bezier(.52, -.96, .51, 1.28);
  transition: transform .25s 0s cubic-bezier(.52, -.96, .51, 1.28);
  transition: transform .25s 0s cubic-bezier(.52, -.96, .51, 1.28), -webkit-transform .25s 0s cubic-bezier(.52, -.96, .51, 1.28);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(45deg) scale(0) translateZ(0);
  transform: rotate(45deg) scale(0) translateZ(0)
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__on__inner {
  transition: -webkit-transform .25s .25s cubic-bezier(.67, -.16, .47, 1.61);
  transition: transform .25s .25s cubic-bezier(.67, -.16, .47, 1.61);
  transition: transform .25s .25s cubic-bezier(.67, -.16, .47, 1.61), -webkit-transform .25s .25s cubic-bezier(.67, -.16, .47, 1.61);
  -webkit-transform: rotate(45deg) scale(1) translateZ(0);
  transform: rotate(45deg) scale(1) translateZ(0)
}

.colorful-switch__on__inner:after,
.colorful-switch__on__inner:before {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff
}

.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px
}

.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%
}

.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off {
  -webkit-transform: translate3d(-80.3571428571px, 0, 0);
  transform: translate3d(-80.3571428571px, 0, 0)
}

.colorful-switch__off:after,
.colorful-switch__off:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: -webkit-transform .25s .25s;
  transition: transform .25s .25s;
  transition: transform .25s .25s, -webkit-transform .25s .25s
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:after,
.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:before {
  transition-delay: 0s
}

.colorful-switch__off:before {
  -webkit-transform: rotate(45deg) scaleX(1) translateZ(0);
  transform: rotate(45deg) scaleX(1) translateZ(0)
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:before {
  -webkit-transform: rotate(45deg) scaleX(0) translateZ(0);
  transform: rotate(45deg) scaleX(0) translateZ(0)
}

.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(.67, -.16, .47, 1.61);
  -webkit-transform: rotate(-45deg) scaleX(1) translateZ(0);
  transform: rotate(-45deg) scaleX(1) translateZ(0)
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:after {
  transition-timing-function: ease;
  -webkit-transform: rotate(-45deg) scaleX(0) translateZ(0);
  transform: rotate(-45deg) scaleX(0) translateZ(0)
}

#button_top {
  background-color: var(--azul-2022);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  z-index: 100;
  cursor: pointer
}

#button_top.show {
  opacity: 1;
  visibility: visible;
  display: none;
}

#button_top::after {
  content: "↑";
  font-family: Roboto, sans-serif!important;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 50px;
  color: #fff;
  display: block;
  text-align: center
}

.demo-cont .gradiente {
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, transparent 50%, #000 100%);
  height: 100%;
  width: 101%;
  z-index: 1
}

.demo-cont.home-verticales .gradiente {
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, transparent -10%, #000 100%);
  height: 100%;
  width: 101%;
  z-index: 1
}

.demo-cont.home-produccion .gradiente {
  position: absolute;
  top: 0;
  background-image: none;
  background: rgba(26, 26, 26, .1);
  background: -moz-linear-gradient(top, rgba(26, 26, 26, .1) 0, rgba(26, 26, 26, .2) 54%, rgba(26, 26, 26, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(26, 26, 26, .1)), color-stop(54%, rgba(26, 26, 26, .2)), color-stop(100%, rgba(26, 26, 26, 1)));
  background: -webkit-linear-gradient(top, rgba(26, 26, 26, .1) 0, rgba(26, 26, 26, .2) 54%, rgba(26, 26, 26, 1) 100%);
  background: -o-linear-gradient(top, rgba(26, 26, 26, .1) 0, rgba(26, 26, 26, .2) 54%, rgba(26, 26, 26, 1) 100%);
  background: -ms-linear-gradient(top, rgba(26, 26, 26, .1) 0, rgba(26, 26, 26, .2) 54%, rgba(26, 26, 26, 1) 100%);
  background: linear-gradient(to bottom, rgba(26, 26, 26, .1) 0, rgba(26, 26, 26, .2) 54%, rgba(26, 26, 26, 1) 100%);
  height: 100%;
  width: 101%;
  z-index: 1
}

@media(max-width:768px) {
  .demo-cont .fnc-slide__content {
    top: initial!important;
    bottom: 20%;
    width: 90%;
    left: 6%
  }
  .demo-cont .fnc-nav {
    left: 5%;
    bottom: 10%
  }
  #menu-principal {
    padding-left: 5%;
    padding-right: 5%
  }
  .home-verticales .fnc-nav {
    bottom: 5%!important
  }
}

@media(max-width:350px) {
  #menu-principal {
    padding-left: 0;
    padding-right: 0
  }
}

.bloque-1,
.bloque-2,
.bloque-3,
.ultimos-capitulos {
  background-color: #fff;
  padding-top: 30px;
  position: relative;
  padding-bottom: 20px;
  z-index: 1
}

.bloque-2 .col-sm-12.col-md-4 iframe {
  display: block;
  margin: 0 auto
}

.bloque-3 .col-sm-12.col-md-4 iframe {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.ultimos-capitulos-produccion {
  padding-top: 30px;
  position: relative;
  padding-bottom: 20px;
  background-color: #1a1a1a
}

.bloque-carrusel {
  background-color: #fff
}

.nota {
  min-height: 440px;
  overflow: hidden
}

.nota.capitulo {
  min-height: auto
}

.nota video {
  width: 100%;
  cursor: pointer;
  height: 358px;
}

.contenedor-video {
  position: relative;
  overflow: hidden;
  height: 520px
}

.contenedor-video i {
  font-size: 2rem;
  position: absolute;
  top: 14px;
  z-index: 2;
  color: #fff;
  right: 14px
}

.nota.capitulo i {
  font-size: 2rem;
  position: absolute;
  top: 14px;
  z-index: 2;
  color: #fff;
  right: 14px
}

.ultimos-capitulos .contenedor-video img {
  z-index: 2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 100%;
  position: relative;
  width: auto!important
}

.contenedor-video video {
  width: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
  object-fit: cover
}

.nota-interes video {
  width: 100%;
  cursor: pointer;
  top: 0;
  z-index: 2
}

.nota-interes.nota-video {
  position: relative
}

.nota-hor:hover video {
  z-index: 3
}

.nota,
.nota-hor,
.nota-interes {
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  padding-bottom: 10px
}

.nota i,
.nota-hor i,
.nota-interes i {
  position: absolute;
  color: #fff;
  right: 7%;
  top: 2%;
  font-size: 1.5rem;
}

.nota-interes {
  background-color: #fff;
  min-height: 400px
}

.nota:hover {
  box-shadow: 0 25px 20px -7px rgba(0, 0, 0, .25)
}

.nota-hor:hover {
  box-shadow: 0 25px 20px -7px rgba(0, 0, 0, .25);
  padding-bottom: 10px
}

.nota p {
  font-size: 1rem;
  color: #000
}

.img-hor {
  position: relative;
  overflow: hidden;
  padding: 0
}

.nota-hor .img-hor img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.nota-hor:hover .img-hor img {
  transform: scale(1.1)
}

.img-hor video {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 100%;
  left: 0
}

.imagen-poster {
  overflow: hidden;
  position: relative;
  z-index: -1
}

.img-nota {
  position: relative;
  max-height: 420px;
  overflow: hidden
}

.img-nota img.poster {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.img-nota:hover img.poster {
  z-index: 0
}

.nota-video img {
  top: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.nota-video:hover img {
  z-index: 0
}

.img-nota i {
  position: absolute;
  right: 20px;
  z-index: 4;
  color: #fff;
  font-size: 2rem;
  top: 8px
}

.img-hor i {
  position: absolute;
  right: 20px;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  top: 8px
}

.icon-share li {
  cursor: pointer
}

.contenido-nota {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -20px;
  position: relative;
  padding: 10px;
  z-index: 3
}

.contenido-nota h3 {
  color: #000;
  font-size: 1.2rem
}

.tag-categoria {
  font-size: 10px;
  border-left: 3px solid var(--azul-2022);
  padding-left: 5px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase
}

.extra-nota {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 0 10px 10px 10px
}

.extra-nota .col-6 {
  padding: 0
}

.icon-share {
  text-align: right;
  display: none
}

.fecha {
  font-size: 10px;
  color: #6b6b6b
}

.pauta {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
  min-height: 250px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pauta .col-12.col-lg-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.contenido-patrocinado {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc
}

.contenido-patrocinado h6 {
  text-align: center;
  background-color: #00bfff;
  margin: 0;
  color: #fff;
  padding: 5px 0 5px 0
}

.contenedor-patrocinado {
  padding: 10px
}

.carousel-control-prev i {
  background-color: #000;
  color: #fff;
  padding: 10px
}

.carousel-control-next i {
  background-color: #000;
  color: #fff;
  padding: 10px
}

.contenido-patrocinado .carousel-control-prev {
  justify-content: start;
  align-items: end;
  top: 15%
}

.contenido-patrocinado .carousel-control-next {
  justify-content: flex-end;
  top: 15%;
  align-items: end
}

.bloque-1-a .nota .titulo-nota {
  font-size: 1.2rem
}

.bloque-1-a .nota p {
  font-size: 1rem;
  font-weight: 300
}

.te-interesa {
  background-color: #f3f3f3;
  padding-top: 30px;
  position: relative;
  padding-bottom: 40px;
  height: 630px;
}

.nota-interes .titulo-nota {
  font-size: 1.2rem
}

.nota-interes p {
  font-size: 1rem;
  margin-bottom: 0;
  max-height: 70px;
  overflow: hidden;
  font-weight: 300
}

.linea {
  background-color: var(--azul-2022);
  height: 2px;
  width: 100px;
  margin-bottom: 10px;
  margin-top: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display:none;
}

.te-interesa .title-section {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000
}

.te-interesa:hover .linea {
  width: 200px
}

.te-interesa .owl-nav button {
  position: absolute;
  top: 15%;
  background-color: #000!important;
  width: 30px!important;
  height: 40px
}

.te-interesa .owl-nav .owl-next {
  right: 0;
  color: #fff!important
}

.owl-interes .owl-nav {
  /*   display: block!important */
}

.owl-interes .owl-dots {
  /*   display: block!important */
}

.te-interesa .owl-nav .owl-prev {
  left: 0;
  color: #fff!important
}

.te-interesa .owl-dots {
  text-align: center
}

.te-interesa .owl-dots button {
  width: 10px;
  height: 10px;
  background-color: #525252;
  border-radius: 100px;
  border: 1px solid #707070;
  margin: 2px
}

.te-interesa .owl-dot.active {
  background-color: #818181
}

.contenido-hor .titulo-nota {
  font-size: 1.2rem;
  font-weight: 700
}

.contenido-hor p {
  font-size: 1rem
}

.contenido-hor .extra-nota {
  width: 100%
}

.lo-mas-visto .divider {
  height: 1px;
  background-color: #707070;
  width: 100%;
  margin: 7px 0 7px 0
}

.lo-mas-visto .numero {
  color: #707070;
  font-weight: 900;
  text-align: center;
  font-size: 2rem
}

.lo-mas-visto .linea {
  margin-bottom: 20px
}

.lo-mas-visto h5 {
  font-size: 1rem;
  color: #000;
  font-weight: 400
}

.lo-mas-visto .row {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.lo-mas-visto .row:hover {
  box-shadow: 0 25px 20px -7px rgba(0, 0, 0, .25)
}

.lo-mas-visto {
  position: sticky;
  top: 10%;
  padding-top: 30px;
  width: 80%;
  margin: 0 auto
}

.divider {
  height: 1px;
  background-color: #ccc;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px
}

.bloque-2.oscuro .divider {
  background-color: #2f2f2f
}

.bloque-2-a .nota-hor .img-hor video {
  position: relative
}

.bloque-3 .nota h3 {
  font-size: 1.2rem
}

.bloque-3 .nota p {
  font-size: 1rem
}

.bloque-3 .nota img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.bloque-3 .nota:hover img {
  transform: scale(1.1)
}

.bloque-3 .nota video {
  position: relative
}

/* .pauta-texto {
  position: sticky;
  top: 20%;
} */

.bloque-sub-principal {
  margin-top: -3rem
}

.bloque-sub-principal .img-nota {
  max-height: 580px;
  overflow: hidden
}

.despliegue-contenido-nota {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative
}

.despliegue-contenido-nota .bloque-nota-completa p {
  font-weight: 400;
  line-height: 26px
}

.bloque-nota-completa ul li {
  color: #000;
}

.oscuro .bloque-nota-completa ul li {
  color: #fff;
}

.nota-apertura {
  position: relative;
  height: 640px;
  overflow: hidden;
  background-color: #e8e8e8;
}

.nota-apertura .kWidgetIframeContainer {
  width: 100% !important;
  height: 640px !important;
}

.texto-nota {
  margin-top: 2rem;
}

.pie-foto {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
}

.pie-foto p {
  margin: auto;
  padding: 0;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

.bloque-desplieque-nota .nota-apertura video {
  width: 100%;
  display: block;
  margin: 0 auto;
  min-height: 650px
}

.bloque-desplieque-nota .nota-apertura img {
  width: 100%!important;
  display: block;
  margin: 0 auto;
}

.bloque-desplieque-nota .nota-apertura iframe {
  width: 100%;
  display: block;
  margin: 0 auto;
  min-height: 460px;
}

.produccion-despliegue {
  background-color: #161616;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.bloque-texto-nota h1 {
  font-size: 1.5rem;
  font-weight: 700
}

.oscuro h1,
.oscuro h2 {
  color: #fff !important;
}

.bloque-texto-nota h2 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px
}

.bloque-texto p {
  color: #fff;
}

.site-noticias .bloque-texto p {
  color: #000;
}

.fecha-nota {
  border-right: 2px solid #000;
  margin-right: 5px;
  padding-right: 5px
}


.oscuro .date span {
  color: #fff !important;
}

.bloque-nota-completa {
  margin-top: 20px
}

.bloque-nota-completa p a {
  font-weight: 500;
  color: var(--azul-2022) !important;
}

.bloque-nota-completa iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.bloque-nota-completa p iframe[scrolling="auto"] {
  height: 600px;
}

.instagramWrapper iframe {
  width: auto !important;
}

.bloque-nota-completa twitter-widget {
  display: block;
  margin: 0 auto
}

.bloque-nota-completa .youtubeWrapper iframe {
  min-height: 450px;
}

.bloque-nota-completa p img {
  display: block;
  margin: 0 auto 30px;
  box-shadow: 0 0 3px #ccc;
  width: auto;
}

.te-interesa-nota {
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 15px
}

.te-interesa-nota a h4 {
  display: inline
}

.te-interesa-nota a,
h4 {
  font-size: 1rem
}

.te-interesa-nota a h4 {
  color: #157ccb
}

.redes-flot {
  position: sticky;
  top: 20%
}

.shere-nota {
  padding: 0
}

.shere-nota li {
  list-style: none;
  text-align: center;
  margin-bottom: 20px
}

.shere-nota li i {
  font-size: 20px
}

.oscuro .shere-nota li i {
  color: #fff !important;
}

.pauta-barra-media {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 auto;
  min-height: 200px;
}

.pauta-barra-media iframe {
  width: 100%;
}

.dark .pauta-barra-media {
  background-color: #161616;
  padding-bottom: 40px;
  padding-top: 40px
}

.pauta-barra-media-oscura {
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #1a1a1a;
  padding: 10px 0
}

.bg-header {
  position: relative
}

.bg-header .page-titulo {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center
}

.bg-header .page-titulo h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.7rem
}

.bg-header .page-titulo h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.7rem
}

.bg-header .page-titulo h3 img {
  display: inline-block!important;
  margin-right: 5px;
  width: 30px
}

.bg-header-prod .page-titulo h3 img {
  display: inline-block!important;
  margin-right: 5px;
  width: 30px
}

.bg-header .page-titulo h5 {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize
}

.bg-header .page-titulo .linea {
  display: block;
  margin: 0 auto
}

.redes-share-mobile {
  display: none
}

.btn-play {
  color: #fff;
  margin-top: 20px
}

.btn-play:hover {
  color: #fff
}

.btn-play i {
  margin-right: 10px
}

.presentamos {
  display: block;
background: rgb(39, 39, 39);
    background: -moz-linear-gradient(90deg, rgba(16, 16, 16, 1) 47%, rgba(62, 62, 62, 1) 49%);
    background: -webkit-linear-gradient(90deg, rgba(16, 16, 16, 1) 47%, rgba(62, 62, 62, 1) 49%);
    background: linear-gradient(90deg, rgba(16, 16, 16, 1) 47%, rgb(12 4 32) 49%);
  position: relative;
  width: 100%
}

.presentamos .bloque-presentamos {
  width: 24.7%;
  display: inline-block;
  padding: 20px;
  height: 140px;
  vertical-align: top;
  position: relative
}

.gris-dark {
  background-color: #101010
}

.gris-ligth {
 background-color: #0c0322;
}

.bloque-presentamos h4,
.hora,
.titulo {
  color: #fff
}

.mas-programas {
  position: absolute;
  display: block;
  margin: 0 auto;
  color: #fff !important;
  padding: 5px 15px;
  font-weight: 500;
  top: 36%;
  background-color: var(--azul-2022);
  letter-spacing: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.mas-programas i {
  margin-right: 10px
}

.mas-programas:hover {
  background-color: var(--azul-2022);
  color: #fff;
}

.titulo-bloque-capitulos {
  position: relative;
  margin-bottom: 30px
}

.ultimos-capitulos-produccion .titulo-bloque-capitulos h3 {
  color: #fff;
  border-bottom: 3px solid var(--azul-2022);
  padding-bottom: 8px
}

.ultimos-capitulos .titulo-bloque-capitulos h3 {
  border-bottom: 3px solid var(--azul-2022);
  padding-bottom: 8px
}

.bloque-1.novedades .titulo-bloque-capitulos h3 {
  color: #fff;
  border-bottom: 3px solid var(--azul-2022);
  padding-bottom: 8px
}

.titulo-bloque-capitulos a {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--azul-2022);
  color: #fff;
  padding: 0 10px 0 27px;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%)
}

.ultimos-capitulos .titulo-bloque-capitulos a {
  display: none
}

.contenedor-video {
  position: relative
}

.contenedor-video:hover img {
  z-index: 0
}

.text-capitulo {
  position: absolute;
  bottom: 0;
  z-index: 3;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  width: 100%;
  padding: 10px 30px
}

.text-capitulo h3 {
  color: #fff;
  font-size: 18px
}

.text-capitulo p {
  color: #fff
}

.ultimos-capitulos .row {
  margin-bottom: 20px
}

.menu-user {
  width: 86%;
  margin: 0 auto
}

.menu-user ul {
  margin: 0;
  padding: 0;
  display: none
}

.menu-user ul li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #ababab
}

.menu-user ul li a i {
  margin-right: 10px
}

.menu-user ul li.active a i {
  color: var(--azul-2022)
}

.bloque-programas {
  background: #1a1a1a;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px
}

.portfolio ul {
  padding: 0;
  margin: 0
}

.portfolio ul li {
  list-style: none
}

.portfolio .project {
  margin-bottom: 20px;
  overflow: hidden
}

.filtros {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%
}

.filtros .nav-item {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 15px;
  padding-bottom: 4px;
  display: inline-block;
  cursor: pointer
}

.filtros .nav-item:hover {
  border-bottom: 1px solid var(--azul-2022)94
}

.filtros .nav-item.active {
  border-bottom: 2px solid var(--azul-2022)
}

.filtros nav {
  width: 780px
}

.project-image {
  position: relative
}

.project-image img {
  opacity: 1 -webkit-transition: all .75s;
  -o-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  position: relative;
  z-index: 2
}

.project-image img:hover {}

.project-image video {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover
}

.titulo-produccion h3 {
  font-size: 14px;
  color: #fff;
  margin-top: 7px
}

.nota.capitulo h3 {
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.2rem
}

.nota.capitulo {
  position: relative
}

.nota.capitulo img {
  position: relative;
  z-index: 5;
  background: #eee;
  background: linear-gradient( 110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  height: 358px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nota.capitulo:hover img {
  z-index: 1
}

.nota.capitulo .extra-nota {
  padding: 0;
  width: 100%;
  background-color: #1a1a1a;
  color: #fff
}

.nota.capitulo .extra-nota .fecha {
  color: #fff
}

.bloque-1.novedades .titulo-bloque-capitulos {
  color: #fff;
  margin-bottom: 30px
}

.bloque-1.novedades {
  background-color: #1a1a1a
}

.bloque-1.novedades .sidebar_portal .pauta {
  background-color: #1a1a1a
}

.sidebar_custom iframe {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-height: 520px
}

.home-personajes {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  height: 810px;
}

.bloque-1.novedades .contenido-nota {
  background-color: #1a1a1a
}

.bloque-1.novedades .extra-nota {
  background-color: #1a1a1a;
  color: #fff
}

.bloque-1.novedades .extra-nota .fecha {
  color: #fff
}

.bloque-1.novedades .tag-categoria {
  color: #fff
}

.bloque-1.novedades .contenido-nota h3 {
  color: #fff
}

.bloque-1.novedades .contenido-nota p {
  color: #ccc;
  font-weight: 300
}

.bloque-1.novedades .bloque-1-a .nota .titulo-nota {
  color: #fff
}

.personaje-img,
.foto-personaje {
  height: 660px;
  overflow: hidden;
  background: #eee;
  background: linear-gradient( 110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.personaje-img img {
  transition: all .5s ease-in-out
}

.personaje-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.nombre-personaje {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px
}

.nombre-actor {
  color: #ccc;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 300
}

.home-personajes .owl-personajes .owl-nav {
  display: block
}

.home-personajes .owl-personajes .owl-nav .owl-prev {
  position: absolute;
  top: 36%;
  color: #fff;
  background-color: #000;
  height: 30px;
  width: 30px
}

.home-personajes .owl-personajes .owl-nav .owl-next {
  position: absolute;
  top: 36%;
  color: #fff;
  right: 0;
  background-color: #000;
  height: 30px;
  width: 30px
}

.home-personajes .owl-personajes .owl-nav .owl-next span {
  font-size: 1.2rem
}

.home-personajes .owl-personajes .owl-nav .owl-prev span {
  font-size: 1.2rem
}

.home-personajes .title-section {
  color: #fff
}

.te-interesa.produccion-despliegue {
  background-color: #1a1a1a
}

.te-interesa.produccion-despliegue .nota-interes {
  background-color: #333
}

.te-interesa.produccion-despliegue .nota-interes .contenido-nota {
  background-color: #333
}

.te-interesa.produccion-despliegue .nota-interes .tag-categoria {
  color: #fff
}

.te-interesa.produccion-despliegue .nota-interes .contenido-nota p {
  color: #fff
}

.produccion-despliegue .shere-nota li i {
  color: #fff
}

.produccion-despliegue .bloque-texto-nota h1 {
  color: #fff
}

.produccion-despliegue .bloque-texto-nota h2 {
  color: #fff
}

.produccion-despliegue .bloque-texto-nota h3 {
  color: #fff
}

.produccion-despliegue .date span {
  color: #fff
}

.produccion-despliegue .date .fecha-nota {
  border-right: 2px solid #fff
}

.produccion-despliegue .bloque-nota-completa p {
  color: #ccc;
  font-weight: 300;
  line-height: 26px
}

.produccion-despliegue .bloque-nota-completa p iframe {
  width: auto;
  display: block;
  margin: 0 auto
}

.produccion-despliegue .bloque-nota-completa h3 {
  color: #fff
}

.produccion-despliegue .bloque-nota-completa ul li {
  color: #fff
}

.te-interesa.produccion-despliegue .title-section {
  color: #fff
}

.te-interesa.produccion-despliegue .nota-interes a h3 {
  color: #fff;
  font-size: 1rem;
  margin-top: 7px;
  font-weight: 400
}

.te-interesa.produccion-despliegue .extra-nota {
  background-color: #333;
  padding: 0;
  width: 85%
}

.te-interesa.produccion-despliegue .extra-nota .fecha {
  color: #fff
}

.te-interesa.produccion-despliegue .extra-nota .icon-share i {
  color: #fff
}

.foto-personaje img {
  width: 100%;
  display: block;
  margin: 0 auto
}

.bloque-personaje {
  position: relative;
  padding-bottom: 20px;
  margin-top: 0rem
}

.sumario-personate h3,
.sumario-personate h4 {
  color: #fff
}

.sumario-personate h1 {
  color: #fff;
  font-size: 1.7rem
}

.sumario-personate p {
  color: #fff;
  font-weight: 300;
  color: #ccc
}

.bloque-personaje .item {
  margin-bottom: 30px
}

.dark,
.oscuro {
  background-color: #161616
}

.bloque-sub-principal.oscuro {
  margin-top: -3rem
}

.bloque-sub-principal .contenido-nota p {
  text-align: center
}

.bloque-sub-principal .contenido-nota h3 {
  text-align: center
}

.bloque-sub-principal .extra-nota .fecha {
  text-align: center;
  display: block
}

.bloque-sub-principal .extra-nota .col-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.bloque-sub-principal .nota video {
  position: relative
}

.oscuro .contenido-nota {
  background-color: #161616
}

.oscuro .tag-categoria {
  color: #fff !important;
}

.oscuro h3 {
  color: #fff;
  font-weight: 600
}

.oscuro p {
  color: #ccc;
  font-weight: 300
}

.oscuro h4 {
  color: #fff;
}

.oscuro .extra-nota {
  background-color: #161616
}

.oscuro .fecha {
  color: #fff !important;
}

.oscuro .icon-share i {
  color: #fff !important;
}

.oscuro .lo-mas-visto h5 {
  color: #ccc !important;
  font-weight: 300
}

.modal-backdrop.show {
  opacity: .95;
  z-index: 5
}

.modal-search .modal-content {
  background-color: transparent;
  border: 1px solid #fff;
}

.bloque-promocion {
  background-color: #fff;
  position: relative;
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 50px;
  display: block
}

.featured__bg-pattern {
  background-color: rgba(24, 23, 22, .8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.shadow-effect {
  position: relative
}

#slider-pomocion .shadow-effect h3 {
  color: #fff;
  margin-top: 10px;
  bottom: 17%;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  transition: all .3s ease-in-out
}

#slider-pomocion .shadow-effect p {
  color: #fff;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
  transition: all .3s ease-in-out
}

#slider-pomocion .item {
  text-align: center;
  opacity: 1;
  -webkit-transform: scale3d(.7, .7, 1);
  transform: scale3d(.7, .7, 1);
  transition: all .3s ease-in-out
}

#slider-pomocion .owl-item.active .shadow-effect h3 {
  opacity: 0;
  transition: all .3s ease-in-out
}

#slider-pomocion .owl-item.active .shadow-effect p {
  opacity: 0;
  transition: all .3s ease-in-out
}

#slider-pomocion .owl-item.active.center .shadow-effect h3 {
  opacity: 1
}

#slider-pomocion .owl-item.active.center .shadow-effect p {
  opacity: 1
}

#slider-pomocion .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-item img::before {
  content: ""
}

#slider-pomocion .owl-nav {
  display: block!important
}

#slider-pomocion .owl-nav button {
  background-color: #000;
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px
}

#slider-pomocion .owl-nav button span {
  color: #fff;
  font-size: 18px;
  top: 4%
}

#slider-pomocion .owl-nav button.owl-next {
  right: 0
}

.ultimos-cap .titulo-bloque-capitulos {
  color: #fff
}

.ultimos-cap .titulo-bloque-capitulos h3 {
  color: #fff
}

.bloque-en-vivo {
  background-color: #f5f5f5;
  position: relative;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.bloque-en-vivo.oscuro{
  background-color: #161616;
}

.bloque-en-vivo .container-fluid {
  padding: 0
}

.bloque-en-vivo img {
  width: 100%;
  display: block;
  margin: 0 auto
}
.sondeo_votaciones .logo_sondeo{
  max-width: 150px;
  display: block;
  margin:0 auto;
  margin-bottom: 2rem;
}
.sondeo_votaciones h3{
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
}
.sondeo_votaciones h1{
  font-size: 1.5rem;
}
.sondeo_votaciones h2{
  font-size: 1.5rem;
}
.sondeo_votaciones p{
    font-size: .94rem;
    line-height: 1.3em;
    letter-spacing: 0.15px;
}

.bloque-programacion {
  background-color: #1a1a1a;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative
}

.bloque-hora p {
  color: #fff;
  text-align: center
}

.bloque-text .en_vivo {
  background-color: var(--azul-2022);
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 100px
}

.bloque-hora ul {
  margin: 0;
  padding: 0;
  text-align: center
}

.bloque-hora ul li {
  list-style: none;
  display: inline-block
}

.bloque-hora ul li i {
  color: #fff
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0!important;
  background: 0 0!important;
  color: #fff
}

.footer-feed {
  text-align: center
}

.footer-feed .gsc-search-box-tools .gsc-search-box .gsc-input {
  color: #000
}

.footer-feed .gsc-search-box-tools .gsc-search-box .gsc-input {
  color: #000
}

.gsc-input-box {
  background: 0 0!important;
  border: 0!important;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.gsib_a {
  padding: 10px;
  margin: 0
}

.gsc-search-button-v2,
.gsc-search-button-v2:focus,
.gsc-search-button-v2:hover {
  padding: 13px!important;
  border-color: transparent!important;
  background-color: transparent!important;
  background-image: none!important;
  filter: none!important
}

table.gsc-search-box {
  border: 2px solid #404040
}

.gsc-search-button.gsc-search-button-v2 svg path {
  fill: #404040
}

.gsc-adBlock {
  display: none!important
}

.bloque-formulario {
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
  background-color: #fff
}

.btn-rcn {
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: var(--azul-2022);
  color: #fff;
  border-radius: 0;
  padding: 7px 50px;
  font-weight: 100
}

.footer-feed a {
  color: #989898;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  border-right: 1px solid #ccc
}

.footer-feed a:last-child {
  border-right: 0
}

.home-verticales {
  height: 70vh
}

.demo-cont.home-produccion {
  height: 80vh
}

.home-verticales .fnc-slide__content {
  top: 50%
}

.home-verticales .fnc-nav {
  bottom: 10%
}

.demo-cont.home-produccion .fnc-slide__content {
  top: 60%
}

.demo-cont.home-produccion .fnc-nav__controls {
  display: none
}

.bloque-playlist {
  position: relative;
  background-color: #000;
  padding-bottom: 30px;
  padding-top: 30px
}

.bloque-playlist iframe {
  width: 100%!important
}

.bloque-playlist h3 {
  color: #fff
}

.bloque-ultimo-minuto {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 30px
}

.bloque-ultimo-minuto a {
  display: block;
  background-color: #000;
  width: 100%;
  color: #fff;
  padding: 10px 0 10px 0
}

.bloque-ultimo-minuto a span {
  background-color: red;
  color: #fff;
  padding: 11px 10px 12px 10px;
  margin-right: 20px
}

.bloque-ultimo-minuto a span i {
  margin-right: 5px
}

.nota-interes.nota-video video {
  position: relative;
  z-index: 1
}

.at-icon-wrapper {
  background-color: #fff!important
}

.at-icon-wrapper svg {
  fill: #000!important
}

.at-share-btn {
  cursor: pointer
}

.redes-flot .at-icon-wrapper {
  display: block!important;
  text-align: center;
  margin: 0 auto;
  float: initial!important
}

#at4-share {
  display: none
}

.redes-flot span.at-icon-wrapper {
  line-height: 36px!important;
  height: 36px!important;
  width: 36px!important
}

.redes-flot .at-icon-wrapper svg {
  height: 26px!important;
  width: 26px!important
}

.btn-mobile {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: var(--azul-2022);
  width: 150px;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  display: none
}

.produccion-despliegue .redes-flot .at-icon-wrapper {
  background-color: transparent!important
}

.produccion-despliegue .redes-flot .at-icon-wrapper svg {
  fill: #fff!important
}

.oscuro .texto-nota .redes-flot .at-icon-wrapper svg {
  fill: #fff!important
}

.texto-nota .redes-flot .at-icon-wrapper {
  background-color: transparent!important
}

.bloque-desplieque-personajes {
  display: inline-block;
  width: 49%;
  vertical-align: top
}

.bloque-desplieque-personajes img {
  display: block;
  margin: 0 auto
}

.produccion-despliegue-personajes .date {
  display: none
}

.produccion-despliegue-personajes .container {
  width: auto;
  max-width: inherit!important
}

.produccion-despliegue-personajes .col-sm-12.col-md-1 {
  display: none
}

.produccion-despliegue-personajes .col-sm-12.col-md-4 {
  display: none
}

.produccion-despliegue-personajes .bloque-texto-nota h1 {
  color: #fff
}

.produccion-despliegue-personajes .bloque-texto-nota h2 {
  color: #fff
}

.produccion-despliegue-personajes .bloque-nota-completa p {
  color: #fff
}

.bloque-nota-completa p img {
  width: 100%!important;
  height: auto!important
}

.bloque-nota-completa h3 img {
  width: 100%!important;
  height: auto!important
}

.produccion-despliegue-personajes {
  display: inline-block;
  width: 39%
}

.bg-header-prod {
  position: absolute;
  top: 9%;
  z-index: 5;
  width: 100%;
  text-align: center
}

.bg-header-prod .mobile.page-titulo {
  color: #fff
}

.bg-header-prod .linea {
  display: block;
  margin: 0 auto
}

.scrollNota .bloque-desplieque-nota {
  margin-top: 0
}

.content-img-nota {
  max-height: 600px;
  overflow: hidden
}

#wep-2019 object {
  width: 100%;
  height: 120vh
}

.nota .apertura-seccion {
  max-height: 540px;
  overflow: hidden
}

@keyframes fade-in-up {
  0% {
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.is-playing {
  animation: fade-in-up .25s ease forwards
}

.is-sticky {
  position: fixed!important;
  bottom: 4%!important;
  right: 2%!important;
  z-index: 39;
  left: initial!important;
  width: 30%
}

.bloque-en-vivo .kWidgetIframeContainer {
  /*   width: 100%!important; */
  margin: 0 auto;
  max-height: 450px;
  margin-bottom: 20px!important
}

.play-envivo.is-playing.is-sticky .kWidgetIframeContainer {
  width: 100%!important;
  max-height: 320px
}

.barra-resultados {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px
}

.barra-resultados #ads-patrocinio-resultados {
  text-align: center;
  background-color: #f2f2f2
}

.barra-resultados iframe {
  border: 0
}

.programacion-en-vivo h3 {
  font-size: 1rem;
  text-transform: uppercase
}

.ahora {
  background-color: rgba(39, 39, 39, 1);
  padding: 10px 15px;
  display: inline-block;
  width: 100%
}

p.produccion-nombre {
  color: #fff;
  margin: 0;
  padding: 0
}

p.produccion-hora {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right
}

.sigue {
  background-color: rgba(39, 39, 39, .5);
  padding: 10px 15px;
  opacity: .7;
  display: inline-block;
  width: 100%
}

.mas-tarde {
  background-color: rgba(39, 39, 39, 0);
  padding: 10px 15px;
  opacity: .5;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%
}

.boton-programacion {
  background-color: #000;
  padding: 10px 15px;
  margin-bottom: 30px
}

.boton-programacion a {
  position: relative;
  width: 200px;
  font-size: 14px;
  text-align: center
}

.contenedos-presentamos .ahora,
.mas-tarde,
.sigue {
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.contenedos-presentamos .ahora:hover,
.mas-tarde:hover,
.sigue:hover {
  opacity: 1;
  background-color: rgba(39, 39, 39, .8)
}

.pauta-barra-compuesta iframe {
  display: block;
  margin: 0 auto
}

.bg-header-prod.pd-activo {
  top: 30%;
  display: none
}

.contenedor-header.pd-activo #menu-segundario.stick {
  position: relative
}

.bloque-sub-principal iframe {
  width: 100%;
  height: 620px;
  margin-bottom: 30px
}

.bloque-error {
  height: 100vh;
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/404-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover
}

.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center
}

.centered h1 {
  font-size: 15rem;
  color: #fff
}

.centered h3 {
  color: #fff
}

.centered a {
  color: #fff !important;
  font-size: 1.2rem;
}

.centered a i {
  margin-right: .5rem;
}

.btn-google {
  color: #fff;
  background-color: #ea4335
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998
}

form p {
  text-align: center
}

form p a {
  color: #3bb23b
}

.bloque-apertura-verticales {
  background-color: #1a1a1a;
  position: relative;
  padding-bottom: 20px;
  z-index: 11;
}

.bloque-apertura-verticales .bloque-text {
  z-index: 2;
  position: absolute;
  background-color: #141414;
  width: 40%;
  padding: 50px 50px 50px 200px;
  height: 100%
}

.bloque-apertura-verticales .bloque-text h1 {
  font-size: 3rem;
  color: #fff
}

.bloque-apertura-verticales .bloque-media {
  position: absolute;
  width: 60%;
  right: 0;
  top: -15%;
  max-height: 640px;
  overflow: hidden
}

.bloque-apertura-verticales .bloque-media i {
  position: absolute;
  font-size: 2rem;
  right: 0;
  color: #fff;
  padding: 10px
}

.bloque-apertura-verticales .bloque-media video {
  width: 100%
}

.bloque-apertura-verticales .bloque-text .tag-categoria {
  color: #fff;
  border-left: 3px solid #1a1a1a;
  margin-top: 50px;
  font-size: 14px
}

.bloque-apertura-verticales .bloque-text a.btn-play {
  font-size: 19px
}

.bloque-notas-apertura {
  background-color: #141414;
  position: relative
}

.bloque-notas-apertura .nota-interes.nota-video {
  min-height: auto;
  background-color: #141414
}

.bloque-notas-apertura.grey_bg .nota-interes.nota-video {
  /*   background-color: #1a1a1a */
}

.bloque-notas-apertura .nota-interes.nota-video h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-top: 10px;
  font-weight: bold
}

.nota-interes.nota-video i {
  position: absolute;
  font-size: 1.5rem;
  right: 0;
  color: #fff;
  padding: 10px;
  z-index: 2
}

.site-noticias .nota-interes.nota-video i {
  font-size: 2.5rem;
  right: 14px;
  z-index: 2;
}

.bloque-notas-apertura .owl-nav button {
  position: absolute;
  top: 15%;
  background-color: #000!important;
  width: 30px!important;
  height: 40px
}

.bloque-notas-apertura .owl-nav .owl-next {
  right: 0;
  color: #fff!important
}

.bloque-notas-apertura .owl-nav .owl-prev {
  color: #fff!important
}

.img-desactivado {
  margin-bottom: 20px
}

.bloque-mulimedia video {
  width: 100%
}

.bloque-mulimedia img {
  width: 100%
}

.bloque-texto h1 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 30px
}

.bloque-mulimedia {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #eee;
  background: linear-gradient( 110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  height: 470px;
}

.col-sm-12.col-md-8 .nota img {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #eee;
  background: linear-gradient( 110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  height: 733px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.col-xs-12.col-sm-6 .nota img,
.col-sm-12.col-md-4 .nota img,
.nota-interes .img-nota {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #eee;
  background: linear-gradient( 110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  height: 358px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.img-hor {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 285px;
  background: #eee;
  background: linear-gradient( 110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.video-relacionados .img-nota {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 140px;
  background: #eee;
  background: linear-gradient( 110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.bloque-mulimedia i {
  position: absolute;
  font-size: 1.5rem;
  right: 0;
  color: #fff;
  padding: 10px;
  z-index: 2
}

.bloque-texto .btn-play {
  margin-top: 0;
  font-size: 1.5rem
}

.bloque-texto .tag-categoria {
  color: #fff;
  font-size: 14px;
  margin-top: 7px;
  width: 50%;
  display: inline-block;
  margin-bottom: 30px
}

.bloque-apertura-verticales .col-12.col-md-4.order-1.my-auto {
  z-index: 1;
}

.bloque-tag {
  margin-bottom: 20px
}

.bloque-tag span {
  border: 1px solid #989898;
  margin-right: 7px;
  padding: 5px 10px 5px 10px;
  border-radius: 100px;
  color: #989898;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: capitalize
}

.bloque-tag span:hover {
  background-color: #989898;
  color: #fff
}

.bloque-tag h4 {
  margin-bottom: 10px
}

.producciones .ultimos-cap .nota-interes.nota-video {
  min-height: auto !important;
  background-color: #1a1a1a;
}

.producciones .ultimos-cap .nota-interes.nota-video .extra-nota {
  background-color: #1a1a1a;
  padding: 0;
  margin: 0;
}

.producciones .divider {
  background-color: #707070;
  height: 1px;
}

.producciones .ultimos-cap button {
  display: none;
}

.producciones .ultimos-cap .titulo-bloque-capitulos a {
  background-color: transparent;
}

.last-cap .btn-ver-mas a {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  color: #fff;
  padding: 0 10px 0 27px;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

.last-cap .important a:hover {
  text-decoration: none;
}

.boton.form {
  margin-top: 20px;
  text-align: center;
}

.modal-body video {
  width: 100%;
}

#modal_video_home .modal-content {
  background-color: transparent;
}

#modal_video_home .modal-header {
  border: 0;
}

#modal_video_home .modal-header .close {
  opacity: 1;
}

#modal_video_home .modal-header span {
  opacity: 1;
  color: #fff;
}

.modal-backdrop.show {
  z-index: 21;
}

.item a {
  cursor: pointer;
}

#pauta_fixed_bottom {
  max-width: 100%;
  text-align: center;
  left: 0;
  z-index: 50;
  bottom: 0px;
  position: fixed;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)!important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#pauta_fixed_bottom iframe {
  margin: 2px;
}

#pauta_fixed_video_float {
  position: fixed;
  width: 30%;
  z-index: 20;
  overflow: hidden;
  height: 35%;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  -moz-animation: cssAnimation 0s ease-in 20s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 20s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 20s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 20s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#PRODUCCIONES_MENU_D_SLIDER_VIDOOMY,
#PRODUCCIONES_MENU_M_SLIDER_VIDOOMY {
  position: fixed;
  width: 30%;
  z-index: 99;
  overflow: hidden;
  height: 440px;
  right: 10px;
  bottom: 10px;
  opacity: 1;
}

.pauta_fixed_video_float .closet-ad {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  z-index: 25!important;
  right: 0;
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/error.png);
  background-size: 20px 20px;
  background-position: 5px center;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  top: -30px;
}

.pauta_fijo_scroll .closet-ad {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  z-index: 25!important;
  right: 0;
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/error.png);
  background-size: 20px 20px;
  background-position: 5px center;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

#pauta_fixed_bottom.nav-down {
  bottom: 0;
}

#pauta_fixed_bottom.nav-up {
  bottom: -3.5%;
}

.notas-videos-relacionados .video-relacionados video {
  width: 100%;
  height: auto;
}

.notas-videos-relacionados {
  /*   padding-top: 11rem; */
}

.notas-videos-relacionados .col-6 {
  padding: 0;
}

.notas-videos-relacionados .col-6 h3 {
  font-size: 16px;
  padding-left: 12px;
  text-align: left;
  font-weight: 500;
  margin-left: auto;
}

.paddin_0 {
  padding: 0;
}

.notas-videos-relacionados .pauta {
  margin-top: 1rem;
  text-align: left;
}

.bloque-desplieque-nota.articulo-video .nota-apertura iframe {
  min-height: 630px;
  width: 100%;
}

.bloque-desplieque-nota.articulo-video .col-md-12.col-lg-4.col-xl-3 {
  box-sizing: border-box;
  height: 750px;
}

.scrollNota .bloque-desplieque-nota.articulo-video {
  margin-top: 0rem;
}

.scrollNota .bloque-desplieque-nota.articulo-video .notas-videos-relacionados {
  padding-top: 0rem;
}

.video-relacionados {
  position: relative;
  margin-bottom: 10px;
}

.video-relacionados i {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 6px;
  color: #fff;
}

.pauta-bk-nativo {
  margin-top: -15rem;
  display: block;
  position: relative;
  z-index: 2;
}

.modal-body iframe {
  width: 100%;
}

.grey_bg {
  background-color: #141414;
}

.grey_bg_a {
  background-color: #2A2A2A;
}

.black_bg {
  background-color: #000000;
}

.notas-relacionadas-video a .row {
  margin-bottom: 0px;
}

.notas-relacionadas-video h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: -15px;
  text-align: left;
}

.notas-relacionadas-video .linea {
  margin-left: -15px;
}

.logo-aliados {
  background-color: #575757;
  position: relative;
  display: block;
}

.bloque-parallax-programas {
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 400px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}

.bloque-parallax-programas .centered h2 {
  font-size: 3.5rem;
}

.bloque-parallax-programas .centered button {
  background-color: var(--azul-2022);
  border: 0;
  width: 150px;
  border-radius: 0;
}

.bloque-image-uno {
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/parallax.png);
}

.title_section a h2{
  border-left: 4px solid var(--azul-2022);
}
.bloque-image-dos {
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/fondo-noticia.png);
}

.bloque-sesion {
  position: relative;
  height: 80vh;
}

.ultimos-capitulos-produccion.black_bg .row.extra-nota {
  background-color: #000000;
}

.btn-success {
  background-color: var(--azul-2022);
  border-color: #3bb33b;
  display: block;
  margin: 0 auto;
  width: 150px;
  border-radius: 0;
}

.bloque-sesion .tag-categoria {
  color: #fff;
  margin-bottom: 30px;
  border: 0;
  font-size: 13px;
}

.roba-pagina {
  margin-left: -15px;
  text-align: left;
  min-height: 300px;
}

.bloque-col-2.redes p {
  color: #000;
}

.bloque-aliados {
  background-color: #1a1a1a;
}

.bloque-aliados .last-cap {
  background-color: transparent;
  margin-top: -7rem;
}

.bloque-all-aliados {
  background-color: #2A2A2A;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bloque-all-aliados .col-6.col-md-3 {
  margin-bottom: 30px;
}

#rp1-compuesto-movil {
  text-align: center;
}

.bloque-desplieque-nota.articulo-video .col-md-12.col-lg-8.col-xl-9 {
  padding-right: 30px;
}

.bloque-promocion-canal.n-pro .item:after {
  display: none;
}

.kWidgetIframeContainer.is-playing.is-sticky iframe {
  min-height: 270px;
}

.site-noticias .bloque-apertura-verticales {
  background-color: transparent;
  margin-top: -1rem;
}

.site-noticias .bloque-texto h1 {
  color: #000;
  margin-bottom: 30px;
  font-size: 2.3rem;
}

.site-noticias .bloque-texto .tag-categoria {
  color: #000;
  margin-bottom: 20px;
}

.site-noticias .bloque-texto .btn-play {
  font-size: 1.2rem;
  color: black;
  padding: 0;
}

.site-noticias .bloque-apertura-verticales .col-12.col-md-4.order-1.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.site-noticias .bloque-notas-apertura {
  background-color: #ffffff;
}

.site-noticias .bloque-notas-apertura .nota-interes.nota-video {
  background-color: #ffffff;
  position: relative;
}

.site-noticias .bloque-notas-apertura .nota-interes.nota-video h3 {
  color: #000;
}

.contenedor-header.pd-activo {
  position: relative;
}

.contenedor-header.pd-activo #menu-rcn {
  margin-top: 0;
}

.contenedor-header.pd-activo #menu-segundario {
  opacity: 1 !important;
}

.contenedor-header.pd-activo #menu-segundario.is-hidden {
  background-color: #151515;
}

.center {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.site-noticias .col-8.col-sm-12.titulo-nota .fecha {
  display: none;
}

.te-interesa.verticales .nota-interes.nota-video .fecha {
  display: block;
}

.te-interesa.verticales .nota-interes {
  background-color: #f3f3f3;
  min-height: auto;
}

.youtube-wrapper iframe {
  min-height: 450px;
}

.bloque-nota-completa h2 {
  font-size: 1.3rem !important;
}

.bloque-nota-completa h3 {
  font-size: 1.2rem !important;
}

.banner-editorial {
  overflow: hidden;
}

.banner-editorial iframe {
  width: 100%;
  border: 0;
}

.banner-editorial iframe {
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 140px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 10px 20px 10px;
  overflow: hidden !important;
}

.banner-editorial iframe {
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/coronavirus_mundo.jpg);
}

.banner-editorial a:hover {
  text-decoration: none;
}

.formulario-google {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.la-encerrona {
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/bg-final-encerrona.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-la-encerrona {
  margin-top: 3rem;
}

.la-encerrona-text p {
  text-align: center;
  color: #fff;
}

.indicador-economico .titulo {
  text-align: left;
  font-weight: bold;
}

.indicador-economico a {
  display: block;
}

.indicador-economico a img {
  float: right;
  margin-bottom: 10px;
}

.indicador-value p span {
  color: #00b569;
  font-weight: 400;
  text-align: right;
  display: block;
}

.indicador-value.red p span {
  color: red;
}

.indicador-value.black p span {
  color: #000;
}

.indicador-name p {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.fondo-indicador p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: left;
}

.fondo-indicador .row {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
  background: #f6f6f6;
}

.indicador-economico h3 {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.mas-indicadires {
  display: block;
  text-align: center;
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
  margin: 10px;
}

#content_seccion #boton-ver-mas {
  background-color: #3bb33b !important;
  border-color: #3bb33b !important;
}

.banner-fifa-home,
.banner-fifa-deportes,
.banner-fifa-streaming iframe {
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/img_torneo-compressor.jpg);
  background-size: cover !important;
  background-attachment: fixed !important;
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  );
}

/* STYLE TABS DEPORTES */

#estadisticas_deportes {
  width: 100%;
}

#estadisticas_content .tab-content>.active {
  background: #ffffff;
}

#estadisticas_deportes li.nav-item {
  width: 24%;
  display: inline-block;
}

#estadisticas_deportes li.nav-item img {
  display: block;
  margin: 0 auto;
}

#estadisticas_deportes .nav-tabs .nav-link {
  border: 1px solid transparent;
}

#estadisticas_deportes .nav-link.active {
  border-color: #3bb33b #3bb33b #fff;
  background-color: gainsboro;
}

#estadisticas_deportes .nav-tabs {
  border-bottom: 2px solid #3bb33b;
}

#estadisticas_content {
  border: 1px solid #3bb33b;
  border-top: 0;
}

.content-estadisticas {
  padding: 15px;
}

.content-estadisticas iframe {
  border: 0;
}

.nav-pills li {
  width: 50%;
  text-align: center;
}

.nav-pills li a {
  background-color: #fff;
  color: #3bb33b;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #3bbb3b;
  margin: 10px;
}

.nav-pills li a.nav-link.active {
  background-color: #3bb33b;
  color: #fff;
}

.mobile#accordion .card {
  background-color: #eee;
  border: 0;
}

#accordion {
  margin-bottom: 20px;
}

.mobile#accordion .card .card-header h5 button {
  color: #000;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.mobile#accordion .card .card-header {
  background-color: #eee;
}

.mobile#accordion .card .card-header h5 button i {
  float: right;
}

.pauta_in_read {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.pauta_in_read div {
  text-align: center !important;
}

#ads-inread {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

#ads-inread div {
  text-align: center !important;
}

#ads-inread div {
  display: block;
  width: 100%;
}

.programacion-item.oculto {
  display: none;
  visibility: hidden;
}

#box-tendencias {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 0px 5%;
  z-index: 12;
  -webkit-transition: all 1s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#box-tendencias.oculto {
  bottom: -10%;
  opacity: 0;
}

#box-tendencias ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 1140px;
}

#box-tendencias p {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-weight: bold;
}

#box-tendencias ul li {
  display: inline-block;
  margin: 15px 30px;
}

#box-tendencias ul li a {
  font-size: 14px;
  font-weight: 300;
}

#box-tendencias .closet {
  display: inline-block;
  font-weight: bold;
  float: right;
  cursor: pointer;
  margin: 15px 30px;
}

#box-tendencias .keywords {
  vertical-align: middle;
  display: inline-block;
  overflow-x: scroll;
  width: 80%;
}

.banner-especial-home iframe {
  width: 100%;
  border: 0;
  height: 220px;
}

.banner-especial-home {
  height: auto;
  border: 0;
  background: #1a1a1a;
}

#SUPER_LIKE_INTERNAS_D_INREAD_TEADS {
  text-align: center !important;
}

#DEPORTES_RCN_INTERNAS_D_INREAD_TEADS {
  text-align: center !important;
}

.bloque-inversionista .accordion {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.bloque-inversionista .accordion .card-header {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bloque-inversionista .accordion .card {
  border-top: 0;
  border-bottom: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
}

.bloque-inversionista .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: initial;
  border-radius: initial;
  border-bottom: 1px solid #ccc;
}

.plantilla-basica #menu-segundario.logo-titulo .logo-portal .linea {
  margin-left: 0;
}

.bloque-inversionista .accordion .card h2 button {
  color: #3bb23b;
  font-size: 1.7rem;
  font-weight: bold;
}

.bloque-inversionista .accordion .card h2 button i {
  float: right;
}

.bloque-inversionista .accordion .card h2 button:hover {
  text-decoration: none;
}

.bloque-inversionista .accordion .card-body ul li {
  list-style: none;
  margin-bottom: 10px;
}

.bloque-inversionista .accordion .card-body ul li i {
  color: #3bb23b;
  margin-right: 10px;
}

.bloque-inversionista .accordion .card-body ul {
  margin: 0;
  padding: 0;
}

.bloque-autor {
  padding-top: 8rem;
}

.principios-editoriales i {
  color: #37B34A;
  margin-right: 15px !important;
}

.bloque-autor ul li {
  margin-right: 20px !important;
}

.oba h2 {
  margin-top: 2rem;
  text-align: center;
  color: #3bb23b;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.bloque-oba {
  margin-bottom: 3rem;
}

.bloque-oba .donwload {
  background-color: #efefef;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 10px;
}

.bloque-oba .donwload a i {
  margin-right: 10px;
  color: #3bb13b;
}

#barra-player {
  text-align: center;
}

.ad_video_float {
  position: fixed;
  width: 35%;
  z-index: 99;
  overflow: hidden;
  height: 40%;
  right: 6%;
  bottom: 10%;
  background-color: #dadada;
  padding: 10px;
}

.error500 img {
  transform: translate(0, 0);
  width: 100% !important;
  height: auto !important;
}

.error500 p {
  display: block;
}

.contenedor-error500 {
  position: relative;
}

.bloque-error-500 {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 9;
}

.error500 .carousel-control-next,
.error500 .carousel-control-prev {
  z-index: 10;
}

#play-envivo .cont-player-embed .player-embed div:first-child {
  position: initial !important;
  padding-bottom: initial !important;
  height: initial !important;
  overflow: initial !important;
}

#play-envivo .cont-player-embed .player-embed iframe {
  position: relative !important;
  width: 100% !important;
  min-height: 665px !important;
}

#skin-izq,
#skin-der {
  text-align: center;
}

.senal-canal-rcn #header-contenedor {
  position: relative;
}

#st-envivo .container .row {
  margin-top: -50px;
}

#todogamers .bloque-aperturas {
  background-image: url(https://html.canalrcn.com/CanalRCN/react/home-v2/img/todogamer/fondo-morado.png);
}

#todogamers .bloque-aperturas .title-section {
  color: #fff;
}

#todogamers .bloque-aperturas .title-note {
  color: #fff;
}

#todogamers .bloque-aperturas .extra-nota {
  background-color: transparent;
}

#todogamers .bloque-aperturas .fecha {
  color: #fff;
}

#todogamers .bloque-aperturas .tag-categoria {
  color: #fff;
}

#todogamers .bloque-aperturas .titulo-nota {
  color: #fff;
}

#todogamers .bloque-aperturas .contenido-nota {
  background-color: transparent;
}

#deportes .bloque-aperturas {
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/img/deportes/fondo-colombia-dos.jpg);
}

#deportes .bloque-aperturas .title-section {
  color: #fff;
}

#deportes .bloque-aperturas .title-note {
  color: #fff;
}

#deportes .bloque-aperturas .extra-nota {
  background-color: transparent;
}

#deportes .bloque-aperturas .fecha {
  color: #fff;
}

#deportes .bloque-aperturas .tag-categoria {
  color: #fff;
}

#deportes .bloque-aperturas .titulo-nota {
  color: #fff;
}

#deportes .bloque-aperturas .contenido-nota {
  background-color: transparent;
}

.bloque-google-news {
  position: relative;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  background-color: #f3f3f3;
  padding: 5px 21px;
}

.bloque-google-news::before {
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(https://html.canalrcn.com/CanalRCN/react/rediseno-nl/superlike-2020/img/Google_News_icon.png);
  position: absolute;
  left: -10%;
  background-size: cover;
  top: -12%;
}

#deportes .bloque-desplieque-nota.articulo-video,
#superlike_2020 .bloque-desplieque-nota.articulo-video,
#produccion .bloque-desplieque-nota.articulo-video {
  padding-top: 0;
}

#deportes .bloque-apertura-verticales {
  padding-top: 7rem;
}

#todogamers .bloque-apertura-verticales {
  padding-top: 9rem;
}

#deportes .bloque-notas-apertura {
  padding-top: 20px;
}

#todogamers .te-interesa.bloque-aperturas {
  padding-top: 8rem;
  margin-bottom: 0;
}

#deportes .te-interesa.bloque-aperturas {
  padding-top: 8rem;
  margin-bottom: 0;
}

#todogamers .bloque-apertura-verticales.seccion {
  padding-top: 10rem;
  margin-bottom: 0;
}

#produccion .bloque-apertura-verticales {
  padding-top: 0;
  margin-bottom: 0;
}

.bloque-apertura-verticales.home {
  padding-top: 0;
  margin-bottom: 0;
}

.bloque-apertura-verticales.home::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 0) 64%);
  background: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 0) 64%);
  background: linear-gradient( 90deg, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 0) 64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.senal-canal-rcn .bloque-en-vivo {
  padding-top: 8rem;
  padding-bottom: 30px;
  height: 830px;
  background-color: var(--verde-oscuro-2022);
}

.bloque-programacion.oscuro {
  padding-top: 8rem;
}

#deportes #main-content {
  padding-top: 8rem;
}

#todogamers #ads-scroller iframe {
  display: block;
  margin: 0 auto;
}

.presentamos .container {
  max-width: 100%;
  padding: 0;
}

.presentamos .bloque-presentamos.gris-dark {
  padding-left: 10%;
  margin-top: -20px;
  border-top: 4px solid var(--azul-2022);
}

.bloque-presentamos h4 {
  color: #fff;
  border-left: 4px solid var(--azul-2022);
    padding-left: 10px;
}

.presentamos .bloque-presentamos.gris-ligth {
  border-right: 1px solid #ffffff;
}

.presentamos .bloque-presentamos.gris-ligth:last-child {
  border-right: 0px solid #ffffff;
}

.pauta_fija {
  position: sticky;
  top: 10%;
}

.bloque-inversionista {
  padding-top: 8rem;
}

.bloque-desplieque-nota.articulo-video {
  padding-top: 0;
}

.galeria-conten {
  padding-top: 0rem;
  padding-bottom: 2rem;
}

.votacion-factor-x {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}

.votacion-factor-x h1 {
  color: #ffffff;
}

.votacion-factor-x iframe {
  width: 100%;
  border: 0;
  height: 450px;
}

.votacion-factor-x.video iframe {
  height: 950px;
}

.galeria-row-img {
  position: relative;
  width: 300px;
  height: 160px;
  background: #fff;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  margin-bottom: 30px;
  border: 1px solid #000;
  overflow: hidden;
}

.galeria-row-img:before,
.galeria-row-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #272727;
  transition: 0.5s;
  z-index: -1;
}

.galeria-row-img:hover {
  border: 1px solid #2f2f2f;
}

.galeria-row-img:hover:before {
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.galeria-row-img:hover:after {
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.titulo-galeria p {
  text-align: center;
  font-weight: 500;
}

.titulo-seccion {
  margin-bottom: 30px;
}

.galeria-row-img i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 2rem;
}

#custCarousel .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  display: inherit;
}

#custCarousel .carousel-indicators>li {
  width: 100px;
  height: auto;
  margin: 10px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75
}

#custCarousel .carousel-item img {
  width: 100% !important;
  height: auto;
  transform: translate(0, 0);
}

#custCarousel .carousel-inner {
  width: 80%;
}

.bg_img_envivo {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}

.senal-canal-rcn .ultimos-capitulos .col-12.col-md-6 a {
  display: flex;
  width: 100%;
}

.ultimos-capitulos .row .col-6 h3 {
  font-size: 1.4rem;
}

.ultimos-capitulos .row .col-6:last-child {
  padding-left: 0;
}

.te-interesa.produccion-despliegue.ultimos-cap:first-child {
  padding-top: 9rem;
}

.galeria-conten.galeria-interna .carousel-item {
  height: auto;
}

.galeria-conten .pauta_fija {
  position: relative;
  top: 0;
}

#iframe_sondeo {
  padding-top: 30px;
  height: 440px;
  background-color: #161616;
}

#sondeo-imagenes iframe {
  height: 700px;
  margin-bottom: 20px;
}

#sondeo-video iframe {
  height: 860px;
  margin-bottom: 20px;
}

.bloque-desplieque-nota.articulo-video h1 {
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  text-align: center;
}

.bloque-desplieque-nota .sl-categoria {
  text-align: center;
  color: #fff;
}

.nota-te-puede-interesar-video-819 {
  height: 520px;
}

article .pauta-barra-media:last-child {
  display: none;
}

article .bloque-desplieque-nota .pauta-barra-media {
  display: block;
}

.st-despliegue-nota h2 {
  font-weight: 300;
  font-size: 1.5rem;
}

.senal-canal-rcn #pauta-barra-compuesta {
  display: block;
}

.bloque-desplieque-nota h2 {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.ads-barracompuesta {
  text-align: center;
  background: #1a1a1a;
  max-width: 80%;
  margin: 0 auto;
  min-height: 200px;
}

#section-content .field-items .field-item a {
  display: block;
  text-align: center;
}

#section-content .field-items .field-item a img {
  max-width: 70%;
  margin-bottom: 1rem;
}

#section-content #zone-content-wrapper #breadcrumb {
  display: none !important;
}

#skip-link {
  display: none !important;
}

div#header-contenedor.pd-activo {
  position: initial !important;
}

.bloque-liena-etica h2 {
  text-align: center;
  color: #ffffff;
}

.bloque-liena-etica p {
  color: #ffffff;
}

.que-es {
  background-color: #24a7e2;
  padding: 10px;
  margin-bottom: 1rem;
}

.puntos-claves {
  background-color: #f90881;
  padding: 10px;
  margin-bottom: 1rem;
}

.puntos-claves,
.que-es {
  min-height: 450px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.svg-linea-eticia {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 300px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  background-color: #e6e6e6;
  padding: 1rem;
  border-radius: 10px;
}

.svg-linea-eticia .div1 {
  grid-area: 1 / 4 / 3 / 5;
}

.svg-linea-eticia .div2 {
  grid-area: 1 / 1 / 2 / 4;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  color: #3bb23b;
  font-weight: 100;
}

.svg-linea-eticia .div3 {
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #000000;
  margin-top: -13px;
}

.ads-rp1-simple {
  text-align: center;
}

#realities {
  background-color: #1a1a1a;
}

.bloque-oba p {
  width: 100%;
  margin-bottom: 1rem !important;
}

.bloque-oba ul {
  padding: inherit;
}

.bloque-oba ul li {
  font-size: 1rem;
}

.live.ult_capitulos {
  background-color: #ededed;
  margin-bottom: 2rem;
}

.live .title_section h1 {
  color: #000;
}

.live .card.box_nota_cap {
  background-color: #ffffff;
  border-radius: 10px !important;
  min-height: 220px;
}

.live .txt_nota_cap h3 {
  color: #000000;
  font-weight:600;
}
.txt_nota_superlike p {
    font-weight: 400;
}

.live .txt_nota_cap p {
  color: #000000;
}

.live .owl-nav button.owl-prev {
  position: absolute;
  font-size: 30px;
  top: 30px;
  left: -10px;
}

.live .owl-nav button.owl-next {
  position: absolute;
  font-size: 30px;
  top: 30px;
  right: -10px;
  color: #4b4b4b;
}

.live .owl-nav button span {
  color: #1c1c1c !important;
}

.img-superlike img {
  opacity: 1;
}

.senal_live {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}

.nativo_ad-derecha {
  grid-area: 1 / 1 / 2 / 2;
}

.embed_live {
  grid-area: 1 / 2 / 2 / 3;
}

.nativo_ad-izquierda {
  grid-area: 1 / 3 / 2 / 4;
}

.senal-canal-rcn .bloque-en-vivo {
  padding-left: 7px;
  padding-right: 7px;
}

.ad-nativo {
  max-width: 100%;
}

.ad-nativo a {
  display: block;
}

.ad-nativo a img {
  max-width: 100%;
  height: auto;
}

#container_votaciones .content{
  max-height: initial;
  background-color: initial;
  padding: 0;
}
p.nombre-participante{
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0.5rem;
}
.bloque-votaciones {
    border-radius: 6px;
}
#container_votaciones .cadidatos{
    width: 32%;
    margin: 4px;
}
#container_votaciones .col{
    display: flex;
    justify-content: center;
}
#container_votaciones .col .form-check-input{
    position:relative !important;
  margin-left:1rem;
}
#container_votaciones .cadidatos[data-id_opc="81"] {
    margin-left: 8rem;
}

@media (max-width: 1920px) {
  #play-envivo .cont-player-embed .player-embed iframe {
    min-height: 670px !important;
  }
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
    height: 770px;
  }
}

@media(max-width:1440px) {
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
    height: 600px;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    min-height: 500px !important;
    height: 500px !important;
  }
}

@media(max-width:1280px) {
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
    height: 540px;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    height: 443px !important;
    min-height: 230px !important;
  }
}

@media(max-width:1024px) {
  #container_votaciones .cadidatos {
    width: 31%;
}
  .senal-canal-rcn .bloque-en-vivo {
    height: 420px;
    padding-top: 1rem;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    height: 310px !important;
    min-height: 230px !important;
  }
}
@media(max-width:820px){
  #container_votaciones .cadidatos[data-id_opc="81"] {
    margin-left: 5rem;
  }
}

@media(max-width:768px) {
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    height: 224px !important;
    min-height: 230px !important;
  }
  .senal-canal-rcn .bloque-en-vivo {
    height: 340px;
  }
}

@media(max-width:767px) {
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
    height: auto;
  }
  .nativo_ad-derecha {
    display: none;
  }
  .nativo_ad-izquierda {
    display: none;
  }
  .senal_live {
    grid-template-columns: 0fr 3fr 0fr;
  }
  .ad-nativo {
    display: none;
  }
  #container_votaciones .cadidatos {
    width: 48%;
   
}
  #container_votaciones .cadidatos[data-id_opc="81"] {
    margin-left: 0;
}
}
.menu-portal {
    margin-top: 0!important;
}

.cadidatos[data-id_opc="68"] {
   width: 32% !important;
}
.cadidatos[data-id_opc="69"] {
   width: 32% !important;
}
.cadidatos[data-id_opc="70"] {
   width: 32% !important;
}
.cadidatos[data-id_opc="71"] {
   width: 32% !important;
    margin-left: 7rem;
}
.cadidatos[data-id_opc="72"] {
   width: 32% !important;
}

/* MediaQ */

@media(min-width:1999px) {
  .bloque-mulimedia {
    height: 700px;
  }
  .bloque-en-vivo .kWidgetIframeContainer {
    width: 100%!important;
  }
}

@media(min-width:1921px) {
  .img-hor {
    height: 375px;
  }
  .bg_img_envivo {
    height: 200px;
  }
  .ultimos-capitulos .row .col-6 h3 {
    font-size: 1.6rem;
  }
  .senal-canal-rcn .bloque-en-vivo {
    height: 830px;
  }
  .banner-especial-home iframe {
    min-height: 220px;
    margin-top: 30px;
  }
  .bloque-desplieque-nota.articulo-video .nota-apertura iframe {
    height: 400px;
  }
  .container {
    max-width: 2000px;
  }
}

@media only screen and (max-width:1920px) and (min-width:1500px) {
  .container {
    max-width: 80%
  }
  .bloque-desplieque-nota.articulo-video .nota-apertura iframe {
    height: 300px;
  }
}

@media(max-width:1920px) {
  .banner-especial-home iframe {
    height: 380px;
  }
  #PRODUCCIONES_MENU_D_SLIDER_VIDOOMY,
  #PRODUCCIONES_MENU_M_SLIDER_VIDOOMY {
    height: 330px;
  }
  .home-personajes {
    height: 634px;
  }
  .nota video {
    height: 228px;
  }
  .video-relacionados .img-nota {
    height: 107px;
  }
  .te-interesa {
    height: 584px;
  }
  .personaje-img,
  .foto-personaje {
    height: 480px;
  }
  .col-sm-12.col-md-8 .nota img {
    height: 559px;
  }
  .nota.capitulo img,
  .col-xs-12.col-sm-6 .nota img,
  .col-sm-12.col-md-4 .nota img,
  .nota-interes .img-nota {
    height: 271px;
  }
  .nota-apertura {
    height: 630px;
  }
  .nota-apertura#tipo-imagen {
    height: 550px;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    min-height: 667px !important;
  }
}

@media(max-width:1440px) {
  .bloque-apertura-home .carousel-item img {
    transform: translate(10%, 0);
  }
  .home-personajes {
    height: 500px;
  }
  .nota video {
    height: 196px;
  }
  .video-relacionados .img-nota {
    height: 80px;
  }
  .te-interesa {
    height: 558px;
  }
  .img-hor {
    height: 214px;
  }
  .personaje-img,
  .foto-personaje {
    height: 350px;
  }
  .col-sm-12.col-md-8 .nota img {
    height: 410px;
  }
  .nota.capitulo img,
  .col-xs-12.col-sm-6 .nota img,
  .col-sm-12.col-md-4 .nota img,
  .nota-interes .img-nota {
    height: 197px;
  }
  .nota-apertura#tipo-imagen {
    height: 450px;
  }
  .bloque-mulimedia {
    height: 410px;
  }
  .ultimos-capitulos .row .col-6 h3 {
    font-size: 1.1rem;
  }
  .galeria-row-img {
    width: 260px;
    height: 144px;
  }
  .banner-especial-home iframe {
    height: 300px;
    margin-top: 30px;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    min-height: 500px !important;
    height: 500px !important;
  }
  #pauta_fixed_video_float {
    height: 33%;
  }
  #PRODUCCIONES_MENU_D_SLIDER_VIDOOMY,
  #PRODUCCIONES_MENU_M_SLIDER_VIDOOMY {
    height: 250px;
  }
  .carousel-item h3 {
    font-size: 1.7rem;
  }
  .site-noticias .bloque-texto h1 {
    font-size: 2rem;
  }
  .site-noticias .bloque-apertura-verticales {
    margin-top: -2rem;
    padding-bottom: 40px;
  }
  .is-sticky.kWidgetIframeContainer iframe {
    height: 222px !important;
    min-height: 222px !important;
    width: 380px !important;
  }
  .nota-apertura .kWidgetIframeContainer {
    height: 400px !important;
  }
  .pauta-bk-nativo {
    margin-top: -9rem;
  }
  .bloque-desplieque-nota.articulo-video {}
  .bloque-desplieque-nota.articulo-video .nota-apertura iframe {
    min-height: 400px;
    height: 400px;
  }
  .notas-videos-relacionados .col-6 h3 {
    font-size: 13px;
    font-weight: 300;
  }
  .notas-videos-relacionados {
    /*   padding-top: 7rem; */
  }
  .pie-foto {
    /*     bottom: 26%; */
  }
  .bloque-en-vivo .kWidgetIframeContainer {
    width: 100%!important;
    margin: 0 auto;
    max-height: 410px
  }
  .contenedor-video {
    height: 370px
  }
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
    padding-bottom: 30px;
    height: 570px;
  }
  .nota-interes {
    min-height: 420px
  }
  .bloque-desplieque-nota {
    margin-top: 1rem;
    /*     max-height: 460px;
    overflow: hidden */
  }
  .nota-apertura {
    height: 400px;
  }
  .bloque-personaje {
    margin-top: 8rem
  }
  .bloque-sub-principal.oscuro {
    margin-top: -1rem
  }
  .content-img-nota {
    max-height: 500px
  }
  #wep-2019 object {
    height: 180vh
  }
  .bloque-sub-principal {
    margin-top: 0rem
  }
  .nota .apertura-seccion {
    max-height: 410px
  }
  .is-sticky {
    width: 30%
  }
  .play-envivo.is-playing.is-sticky .kWidgetIframeContainer {
    max-height: 250px
  }
  .contenedos-presentamos .ahora,
  .mas-tarde,
  .sigue {
    padding: 5px 5px
  }
}

@media(max-width:1366px) {
  .bloque-apertura-home .carousel-item img {
    transform: translate(20%, 0);
    height: 80vh;
  }
  .carousel-thumbnails .carousel-item {
    height: 80vh;
  }
  .senal-canal-rcn .bloque-en-vivo {
    height: 540px;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    min-height: 470px !important;
    height: 470px !important;
  }
  #st-envivo .col-12.my-auto {
    margin-top: initial !important;
    margin-bottom: initial !important;
  }
  .bloque-apertura-verticales {
    padding-top: 0;
    padding-bottom: 30px
  }
  .bloque-desplieque-nota .nota-apertura iframe {
    min-height: 400px !important;
  }
}

@media(max-width:1333px) {
  .bloque-footer-2 {
    padding-left: 5%!important;
    padding-right: 5%!important
  }
  .kWidgetIframeContainer.is-playing.is-sticky iframe {
    min-height: 210px !important;
  }
}

@media(max-width:1366px) {
  .menu-des ul li {
    margin-left: 4px;
    margin-right: 4px
  }
  #menu-principal {
    padding-left: 4%;
    padding-right: 5%
  }
  #menu-segundario {
    padding-left: 5%;
    padding-right: 5%
  }
}

@media(max-width:1280px) {
  .senal-canal-rcn .bloque-en-vivo {
    height: 510px;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    min-height: 445px !important;
    height: 445px !important;
  }
  #todogamers .bloque-apertura-verticales {
    padding-top: 9rem;
  }
  #box-tendencias ul {
    width: 870px;
  }
  .bloque-mulimedia {
    height: 330px;
  }
}

@media(max-width:1217px) {
  .galeria-row-img {
    width: 200px;
    height: 110px;
  }
  .bloque-desplieque-nota {
    margin-top: 0rem;
  }
  .menu-des ul li {
    margin-left: 10px;
    margin-right: 10px
  }
  .float-left {
    width: 65%;
  }
  .float-right {
    width: 35%
  }
  .logo-portal a h2 {
    font-size: 1.3rem
  }
  .programacion-en-vivo {
    overflow-x: scroll;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-right;
    margin-bottom: 30px
  }
  .boton-programacion,
  .contenedos-presentamos .ahora,
  .mas-tarde,
  .sigue {
    display: inline-block;
    width: 24%;
    cursor: pointer
  }
  .contenedos-presentamos .ahora .row .col-6 {
    max-width: 100%;
    flex: 0 0 100%
  }
  .contenedos-presentamos .sigue .row .col-6 {
    max-width: 100%;
    flex: 0 0 100%
  }
  .contenedos-presentamos .mas-tarde .row .col-6 {
    max-width: 100%;
    flex: 0 0 100%
  }
  p.produccion-hora {
    text-align: left
  }
  .programacion-en-vivo .contenedos-presentamos {
    width: 1024px
  }
}

@media(max-width:1024px) {
  .cadidatos[data-id_opc="68"] {
   width: 48%;
}
.cadidatos[data-id_opc="69"] {
   width: 48%;
}
.cadidatos[data-id_opc="70"] {
   width: 48%;
}
.cadidatos[data-id_opc="71"] {
   width: 48%;
   margin-left: 0rem;
}
.cadidatos[data-id_opc="72"] {
   width: 48%;
}
  .home-personajes {
    height: 450px;
  }
  .nota video {
    height: 163px;
  }
  .video-relacionados .img-nota {
    height: 90px;
  }
  .img-hor {
    height: 180px;
  }
  .personaje-img,
  .foto-personaje {
    height: 300px;
  }
  .col-sm-12.col-md-8 .nota img {
    height: 410px;
  }
  .nota.capitulo img,
  .col-xs-12.col-sm-6 .nota img,
  .col-sm-12.col-md-4 .nota img,
  .nota-interes .img-nota {
    height: 163px;
  }
  .nota-apertura {
    height: 400px;
  }
  .ultimos-capitulos .row .col-6 h3 {
    font-size: 1rem;
  }
  .titulo-portal-header-2 {
    font-size: 1rem;
  }
  .banner-especial-home iframe {
    height: 230px;
  }
  #st-envivo .col-12.my-auto.col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .presentamos .bloque-presentamos {
    width: 24.5%;
  }
  #pauta_fixed_video_float {
    height: 30%;
  }
  #PRODUCCIONES_MENU_D_SLIDER_VIDOOMY,
  #PRODUCCIONES_MENU_M_SLIDER_VIDOOMY {
    bottom: 10px;
    height: 180px;
  }
  #box-tendencias .keywords {
    width: 79%;
  }
  .banner-editorial {
    margin-top: 15px;
  }
  .bloque-mulimedia {
    height: auto;
  }
  .site-noticias .bloque-texto .tag-categoria {
    margin-bottom: 5px;
  }
  .site-noticias .bloque-texto p {
    font-size: 14px;
  }
  .site-noticias .bloque-texto h1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .nota-apertura .kWidgetIframeContainer {
    height: 400px !important;
  }
  .scroll-x {
    bottom: 0;
  }
  .pauta-bk-nativo {
    margin-top: -5rem;
  }
  .pie-foto {
    /*     bottom: 12%; */
  }
  .bloque-texto h1 {
    font-size: 2rem
  }
  .bloque-en-vivo .kWidgetIframeContainer {
    width: 100%!important;
    max-height: 460px
  }
  .contenedor-header {
    position: fixed
  }
  .contenedor-header.pd-activo {
    /*     position: initial */
  }
  .fnc-slide__content img {
    width: initial!important
  }
  .nota .titulo-nota {
    font-size: 1.2rem
  }
  .contenedos-presentamos {
    width: 1024px
  }
  .presentamos .container {
    max-width: initial;
    padding: initial;
    margin-top: initial;
  }
  .presentamos .bloque-presentamos.gris-dark {
    padding-left: 20px;
    margin-top: initial;
  }
  .nota p {
    font-size: .9rem
  }
  .tag-categoria {
    font-size: 10px
  }
  .bloque-1-a .nota .titulo-nota {
    font-size: 1.1rem
  }
  .bloque-1-a .nota p {
    font-size: .7rem
  }
  .contenedor-patrocinado h5 {
    font-size: 1rem
  }
  .contenedor-patrocinado p {
    font-size: .7rem
  }
  .lo-mas-visto h5 {
    font-size: 1rem
  }
  .fnc-slide__inner img {
    height: 100vh
  }
  #wep-2019 object {
    height: 153vh
  }
  .fnc-slide__inner video {
    transform: translate(26%, 0)
  }
  .nota .apertura-seccion {
    max-height: 380px;
    overflow: hidden
  }
  .play-envivo.is-playing.is-sticky .kWidgetIframeContainer {
    max-height: 294px
  }
}

@media(min-width:769px) {
  .pauta-en-vivo-mobile {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
  .title-page {
    display: none;
  }
}

@media(max-width:768px) {
  .st-despliegue-nota h2 {
    font-size: 1.2rem;
  }
  .home-personajes {
    height: 614px;
  }
  .nota video {
    height: 185px;
  }
  .nota-te-puede-interesar-video-819 {
    height: 630px;
  }
  .video-relacionados .img-nota {
    height: 163px;
  }
  .img-hor {
    height: 84px;
  }
  .personaje-img,
  .foto-personaje {
    height: 460px;
  }
  .col-sm-12.col-md-8 .nota img {
    height: 253px;
  }
  .nota.capitulo img,
  .col-xs-12.col-sm-6 .nota img,
  .col-sm-12.col-md-4 .nota img,
  .nota-interes .img-nota {
    height: 185px;
  }
  .bloque-mulimedia {
    height: 250px;
  }
  .nota-apertura#tipo-imagen {
    height: 390px;
  }
  .votacion-factor-x.video iframe {
    height: 1700px;
  }
  #sondeo-video iframe {
    height: 1400px;
  }
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
  }
  .senal-canal-rcn .bloque-en-vivo {
    height: 300px;
}
  #barra-player {
    text-align: center;
    padding: 5px;
    background-color: #ececec;
    /* margin-top: 6px; */
    min-height: 70px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #produccion #barra-player {
    background-color: #161616;
    ;
  }
  .nav-verticales .list-portal {
    display: none;
  }
  .nav-container .burger-menu .menu-section-holder {
    margin-top: 0 !important;
    background-color: transparent !important;
  }
  #nav {
    display: none;
  }
  .bg-header .mobile {
    display: block;
  }
  .bg-header img.mobile,
  .bg-header img.desktop {
    max-height: 320px;
    min-height: 150px;
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    height: 261px!important;
    min-height: 261px!important;
  }
  .presentamos .bloque-presentamos {
    width: 24.5%;
    padding: 20px;
  }
  .bloque-en-vivo.oscuro .col-12.col-md-2 {
    display: none;
  }
  .bloque-en-vivo.oscuro .col-12.col-md-3 {
    display: none;
  }
  .bloque-en-vivo.oscuro .col-12.col-md-8.my-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pauta-en-vivo-mobile {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #pauta_fixed_video_float {
    height: 28%;
  }
  #PRODUCCIONES_MENU_D_SLIDER_VIDOOMY,
  #PRODUCCIONES_MENU_M_SLIDER_VIDOOMY {
    height: 140px;
  }
  .banner-especial-home iframe {
    height: 180px;
  }
  #box-tendencias .keywords {
    width: 70%;
  }
  .banner-editorial iframe {
    height: 320px;
  }
  .site-noticias .bloque-apertura-verticales {
    margin-top: 0rem;
  }
  .bloque-desplieque-nota.articulo-video .col-md-12.col-lg-8.col-xl-9 {
    padding-right: 0;
  }
  .nota-apertura .kWidgetIframeContainer {
    width: 100% !important;
    height: 370px !important;
  }
  .bloque-parallax-programas .centered h2 {
    font-size: 2.5rem;
  }
  .notas-videos-relacionados {
    width: 80%;
    margin: 0 auto;
  }
  .pauta-bk-nativo {
    margin-top: -10rem;
  }
  .pie-foto {
    bottom: 0%;
  }
  .pie-foto p {
    font-size: 10px;
  }
  .bloque-apertura-verticales {
    margin-top: -120px
  }
  .bloque-texto h1 {
    font-size: 1.2rem
  }
  .bloque-texto .tag-categoria {
    font-size: 10px
  }
  .bloque-texto .btn-play {
    font-size: 11px
  }
  .bloque-desplieque-personajes {
    width: 100%
  }
  .produccion-despliegue-personajes {
    width: 100%
  }
  .bloque-desplieque-nota .nota-apertura video {
    min-height: 380px!important
  }
  .bloque-desplieque-nota {
    height: auto
  }
  #deportes .bloque-desplieque-nota.articulo-video,
  #todogamers .bloque-desplieque-nota.articulo-video,
  #superlike_2020 .bloque-desplieque-nota.articulo-video,
  #produccion .bloque-desplieque-nota.articulo-video {
    margin-top: 0;
    padding-top: 8.3rem;
  }
  .despliegue-contenido-nota .container .row .col-sm-12.col-md-1 {
    display: none
  }
  .nota p {
    display: none
  }
  .nota-interes p {
    display: none
  }
  .img-hor {
    max-width: 33%;
    flex: 33%;
  }
  .contenido-hor {
    max-width: 80%;
    flex: 80%;
    background-color: #fff;
    margin-top: -20px!important;
    position: relative;
    padding: 10px;
    margin: 0 auto;
    z-index: 22
  }
  .oscuro .contenido-hor {
    background-color: #161616
  }
  .contenido-hor p {
    display: none
  }
  .nota-interes {
    min-height: 420px
  }
  .lo-mas-visto h5 {
    font-size: 13px
  }
  .dropdown-li li {
    background-color: transparent
  }
  .bloque-desplieque-nota .nota-apertura iframe {
    min-height: auto !important
  }
  .nota {
    min-height: 310px
  }
  .bloque-en-vivo .kWidgetIframeContainer {
    height: 370px!important;
    width: 100%!important
  }
  .is-sticky {
    bottom: 4%!important;
    right: 5%!important;
    width: 51%
  }
  .play-envivo.is-playing.is-sticky .kWidgetIframeContainer {
    max-height: 221px
  }
}

@media(max-width:767px) {
  .bloque-apertura-verticales.home::after {
    display: none;
  }
  .senal-canal-rcn #pauta-barra-compuesta {
    display: block;
  }
  #todogamers #ads-scroller {
    padding-top: 9.5rem;
    margin-bottom: -8rem;
  }
  .bloque-desplieque-nota.articulo-video .col-md-12.col-lg-8.col-xl-9 {
    padding-right: 0px;
  }
  .roba-pagina {
    margin-left: 0px;
  }
  .notas-videos-relacionados .col-6 h3 {
    padding-right: 12px;
  }
  .notas-videos-relacionados {
    padding-top: 0;
  }
  .bloque-apertura-verticales .order-2 {
    order: 1
  }
  .bloque-apertura-verticales .order-1 {
    order: 2
  }
  .bloque-texto .btn-play {
    text-align: left;
    display: inline-block;
    width: 50%;
    padding: 0
  }
  .bloque-texto {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: -20px;
    background-color: #141414;
  }
  .site-noticias .bloque-texto {
    background-color: #fff;
  }
  .demo-cont .fnc-slide__inner video {
    transform: translate(30%, 0)
  }
  .demo-cont.home-verticales .fnc-slide__inner video {
    transform: translate(30%, 0)
  }
  .btn-mobile {
    display: block
  }
  .ultimos-capitulos .btn-mobile {
    display: none
  }
  .redes a i {
    color: #6e6e6e
  }
  .redes-flot {
    display: block
  }
  .at-resp-share-element.at-mobile .at-share-btn {
    display: inline-block !important;
  }
  .redes-share-mobile {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 6px -2px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 -2px 6px -2px rgba(0, 0, 0, .75);
    box-shadow: 0 -2px 6px -2px rgba(0, 0, 0, .75)
  }
  .texto-nota {
    margin-top: .7rem;
  }
  .shere-nota {
    margin: 0
  }
  .shere-nota li {
    display: inline-block;
    width: 30px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .shere-nota {
    padding: 0.625rem 0;
    border-top: 0.063rem solid rgba(100, 100, 100, .1);
    border-bottom: 0.063rem solid rgba(100, 100, 100, .1);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contenedor-video {
    margin-bottom: 30px;
    height: 280px
  }
  .ultimos-capitulos .contenedor-video img {
    height: 100%;
    width: auto!important
  }
  .bloque-col-2.redes ul li {
    margin-left: 12px
  }
  .text-capitulo h3 {
    color: #fff;
    font-size: 1rem
  }
  .text-capitulo {
    padding: 10px 13px
  }
  .bg-header-prod {
    display: block
  }
  .linea {
    width: 50px
  }
  #slider-pomocion .shadow-effect h3 {
    position: relative;
    margin-top: 20px
  }
  #slider-pomocion .shadow-effect p {
    position: relative
  }
  .bloque-promocion {
    padding-top: 71px;
    padding-bottom: 30px
  }
  .titulo-bloque-capitulos a {
    display: none
  }
}

@media(max-width:700px) {
  .bloque-apertura-home .carousel-item img {
    transform: translate(-25%, 0);
  }
  .pauta .robapagina-1,
  .pauta .robapagina-2,
  .pauta #rp1-compuesto,
  .pauta#ads-rp2-compuesto {
    height: 350px;
  }
  .notas-videos-relacionados.pauta-texto #rp1-compuesto {
    height: auto;
  }
  .pauta-barra-media {
    margin: 0 auto;
    padding: 0;
  }
  .notas-videos-relacionados.pauta_fija #rp1-compuesto {
    height: auto;
  }
  .bloque-desplieque-nota.articulo-video .col-md-12.col-lg-4.col-xl-3 {
    height: auto;
  }
  .bloque-desplieque-nota.articulo-video h1 {
    font-size: 1.8rem;
  }
  #custCarousel .carousel-inner {
    width: 90%;
  }
  .galeria-row-img {
    width: 300px;
    height: 150px;
  }
  #rp1-compuesto-movil {
    height: 340px;
  }
  .bloque-aperturas .title-section {
    font-size: 1.2rem;
  }
  .banner-especial-home iframe {
    height: 310px;
  }
  #box-tendencias ul {
    width: 700px;
  }
  .site-noticias .bloque-apertura-verticales {
    margin-top: -2rem;
  }
  .bg-header img {
    height: auto;
  }
  .bloque-desplieque-nota.articulo-video .col-md-12.col-lg-8.col-xl-9 {
    padding-right: 15px;
  }
  .bloque-aliados .last-cap {
    margin-top: -5rem;
  }
  .nota-apertura .kWidgetIframeContainer {
    width: 100% !important;
    height: 240px !important;
  }
  .nota-apertura .kWidgetIframeContainer.is-playing.is-sticky {
    width: 200px !important;
    height: 110px !important;
  }
  .bloque-sesion.especiales {
    position: relative;
    height: 88vh;
  }
}

@media(max-width:600px) {
  .notas-videos-relacionados.pauta_fija #rp1-compuesto {
    min-height: 10px;
  }
  #produccion .bloque-desplieque-nota.articulo-video {
    padding-top: 1rem;
  }
  .ads-robapagina-mobile {
    margin: 0 auto;
    min-height: 300px;
    margin-top: 1rem;
  }
  .ads-barracompuesta {
    max-width: 100%;
    margin: 0 auto;
    min-height: 300px;
    margin-bottom: 1rem;
  }
  .nota.capitulo {
    margin-bottom: 10px;
  }
  .bloque-sesion {
    height: 60vh;
  }
  .home-personajes {
    height: 464px;
  }
  .home-personajes .linea {
    display: none;
  }
  .bloque-sesion.especiales {
    position: relative;
    height: 88vh;
    padding-top: 0rem;
  }
  .nota video {
    height: 226px;
  }
  .nota-te-puede-interesar-video-819 {
    height: 430px;
  }
  .video-relacionados .img-nota {
    height: 90px;
  }
  .te-interesa {
    height: 480px;
  }
  .img-hor {
    height: 73px;
  }
  .personaje-img,
  .foto-personaje {
    height: 310px;
  }
  .nota.capitulo img,
  .col-xs-12.col-sm-6 .nota img,
  .col-sm-12.col-md-8 .nota img,
  .col-sm-12.col-md-4 .nota img,
  .nota-interes .img-nota {
    height: 194px;
  }
  .ads-rp2-compuesto {
    height: 330px;
  }
  .pauta-barra-media {
    height: 350px;
  }
  #rp1-compuesto-movil {
    height: 360px;
  }
  #sondeo-video iframe {
    height: 1420px;
  }
  .galeria-row-img {
    width: 180px;
    height: 100px;
    margin-bottom: 10px;
  }
  #realities .carousel-item p {
    display: none;
  }
  #realities .carousel-item h4 {
    display: none;
  }
  #realities .carousel-item h4 {
    display: none;
  }
  .galeria-conten.galeria-interna p {
    padding: 15px;
  }
  #custCarousel .carousel-inner {
    width: 100%;
  }
  #custCarousel .carousel-control-next-icon,
  #custCarousel .carousel-control-prev-icon {
    margin-top: -100px;
  }
  #realities .carousel-inner .centered {
    left: 4%;
    top: 46%;
  }
  #produccion article section.galeria-conten {
    padding-top: 0;
    padding-bottom: 0;
  }
  .galeria-conten.galeria-interna {
    padding-top: 9rem !important;
    padding-bottom: 2rem !important;
  }
  #realities #bloque-apertura-home {
    height: 80vh;
    padding-top: 4rem;
  }
  #realities .carousel-item img {
    transform: translate(-15%, 10%);
    height: 60vh;
  }
  .carousel-thumbnails .carousel-indicators li.active {
    border-bottom: 1px solid var(--azul-2022);
  }
  #realities .carousel-item .linea {
    display: none;
  }
  .senal-canal-rcn .bloque-en-vivo {
    padding-top: 1rem;
    height: auto;
    padding-bottom: 4px;
  }
  .senal-canal-rcn .nav-container .search-bar .page-links {
    visibility: hidden;
  }
  #deportes .bloque-apertura-verticales {
    padding-top: 5rem;
  }
  .bloque-google-news p {
    font-size: 13px;
  }
  .bloque-google-news::before {
    left: -20%;
    top: 15%;
  }
  .redes-flot {
    /*     position: relative; */
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    height: 200px !important;
    min-height: 200px !important;
  }
  #play-envivo {
    height: 200px;
  }
  .error500 img {
    transform: translate(0, 0);
    width: auto !important;
    height: 100% !important;
  }
  #pauta_fixed_video_float {
    width: 65%;
    height: 33%;
  }
  #PRODUCCIONES_MENU_D_SLIDER_VIDOOMY,
  #PRODUCCIONES_MENU_M_SLIDER_VIDOOMY {
    width: 55%;
    height: 190px;
  }
  .bloque-inversionista .accordion .card-header {
    padding: 0;
  }
  .banner-especial-home iframe {
    height: 300px;
    border: 0;
  }
  #carousel-thumb .carousel-item a::before {
    background: none;
  }
  .bloque-sesion.especiales .carousel-item p.resumen {
    display: none;
  }
  .bloque-sesion.especiales .centered h2 {
    font-size: 1.4rem;
  }
  #box-tendencias .closet {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    margin: 0;
    text-align: center;
    padding: 13px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }
  #box-tendencias ul li {
    margin: 15px 16px;
  }
  #box-tendencias .keywords {
    width: 60%;
  }
  .container.indicador-economico {
    border-top: 1px solid #000;
    padding-top: 20px;
  }
  .banner-editorial iframe {
    height: 160px;
  }
  .bloque-1,
  .bloque-2,
  .bloque-3,
  .ultimos-capitulos {
    padding-top: 10px;
  }
  .contenido-hor.my-auto .tag-categoria {
    display: none;
  }
  .bloque-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contenido-hor .titulo-nota {
    font-weight: 500;
    font-size: 1rem;
  }
  .nota-hor .extra-nota .col-6 {
    padding: 0;
    max-width: 100%;
    flex: 100%;
  }
  .lo-mas-visto h5 {
    font-size: 1rem;
    font-weight: bold;
  }
  .contenido-hor {
    max-width: 66%;
    flex: 66%;
    margin: 0;
    margin-top: 0 !important;
    padding-top: 0;
  }
  .divider {
    margin-bottom: 0px;
  }
  .nota,
  .nota-hor,
  .nota-interes {
    margin-bottom: 0;
  }
  .bloque-1,
  .bloque-2,
  .bloque-3,
  .ultimos-capitulos {
    padding-bottom: 0;
  }
  .site-noticias .nota-interes .titulo-nota {
    padding-left: 10px;
    font-size: 1rem;
  }
  .site-noticias .col-8.col-sm-12.titulo-nota .fecha {
    padding-left: 10px;
    display: block;
  }
  .col-8.col-sm-12.titulo-nota {
    padding-left: 0;
  }
  .site-noticias .nota-interes.nota-video i {
    display: none;
  }
  .multimedia {
    height: 100px;
    padding-right: 0;
    width: 100%;
    overflow: hidden;
  }
  .multimedia video {
    height: 100%;
    width: auto;
  }
  .bloque-nota-completa iframe {
    width: 100%;
  }
  .kWidgetIframeContainer.is-playing.is-sticky iframe {
    min-height: auto !important;
  }
  .is-playing {
    width: 100% !important;
    height: 240px !important;
  }
  #pauta_fixed_bottom.nav-up {
    bottom: -45px;
  }
  .notas-videos-relacionados .col-6 h3 {
    font-weight: 700;
  }
  .bloque-desplieque-nota.articulo-video p {
    margin-top: 20px;
    /*     word-break: break-all; */
  }
  .notas-videos-relacionados {
    width: 90%;
    padding-top: 20px;
  }
  .pauta-bk-nativo {
    margin-top: -2rem;
  }
  .producciones .ultimos-cap .titulo-bloque-capitulos a {
    display: block;
  }
  .bloque-notas-apertura .nota-interes.nota-video h3 {
    padding-left: 10px;
    margin-top: 0;
  }
  .lo-mas-visto {
    width: 100%;
  }
  .bloque-apertura-verticales {
    margin-top: 0;
  }
  .bloque-apertura-verticales .order-2 {
    margin-top: 20px;
    padding: 0;
  }
  .bloque-notas-apertura .nota-interes.nota-video {
    max-height: initial
  }
  .centered h1 {
    font-size: 9rem
  }
  .centered h3 {
    font-size: 1.5rem
  }
  .barra-resultados iframe {
    height: 130px
  }
  .barra-iframe {
    height: 130px
  }
  .bloque-en-vivo {
    margin-top: 0;
    padding-bottom: 0;
  }
  .senal-canal-rcn .nav-verticales .title-page {
    display: none;
  }
  .senal-canal-rcn .menu-portal {
    padding-bottom: 10px;
  }
  .titulo-bloque-capitulos {
    margin-bottom: 0;
  }
  .bg-header .page-titulo {
    top: 40%
  }
  .senal-canal-rcn .bg-header .page-titulo {
    top: 20%
  }
  .is-sticky {
    width: 50%
  }
  .programacion-en-vivo {
    margin-bottom: 0
  }
  .play-envivo.is-playing.is-sticky .kWidgetIframeContainer {
    max-height: 120px
  }
  .footer-feed {
    display: none
  }
  .fnc-slide__inner img {
    transform: translate(-30%, 0)
  }
  .bloque-1.novedades .titulo-bloque-capitulos {
    padding-left: 15px;
    padding-right: 15px
  }
  .bloque-ultimo-minuto a span {
    margin-right: 0;
    display: block;
    text-align: center
  }
  .bloque-ultimo-minuto a {
    padding: 0 0 10px 0;
    text-align: center
  }
  .fnc-slide__heading-line {
    width: 95%;
    font-size: 7vw
  }
  .nota-interes {
    max-height: 360px;
    margin-bottom: 0;
    min-height: 310px;
  }
  .bloque-desplieque-nota {
    height: auto!important;
    margin-top: 0rem!important
  }
  .nota-apertura#tipo-imagen {
    height: 180px;
  }
  .nota-apertura {
    height: 240px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .nota-apertura#tipo-video {
    height: 210px;
  }
  .bloque-desplieque-nota .nota-apertura iframe {
    min-height: 210px !important;
    height: 210px !important;
    width: 100%
  }
  .bloque-desplieque-nota .container {
    /*     padding: 0 */
  }
  .produccion-despliegue {
    padding-top: 40px
  }
  .bloque-desplieque-personajes img {
    width: 100%
  }
  .te-interesa .owl-dots {
    display: none!important
  }
  .menu-general-canal nav a {
    font-size: 15px
  }
  .owl-personajes .owl-nav {
    display: none!important
  }
  .nota,
  .nota-hor,
  .nota-interes {
    padding-bottom: 10px
  }
  #wep-2019 object {
    height: 203vh
  }
  .nota {
    min-height: auto
  }
  #slider-pomocion .owl-nav button {
    top: 30%
  }
  .nota h5.titulo-produccion {
    padding-left: 23px
  }
  .demo-cont.home-produccion .fnc-slide__inner video {
    transform: translate(30%, 0)
  }
  .demo-cont.home-produccion .fnc-slide__inner img {
    transform: translate(0, 0)
  }
  .bloque-en-vivo .kWidgetIframeContainer {
    height: 220px!important
  }
  .bloque-3 .col-sm-12.col-md-4 iframe {
    text-align: center;
    display: block;
    margin: 0 auto
  }
  .bloque-col-2.redes p:last-child {
    font-size: 13px!important
  }
  .titulo-bloque-col-3 h4 {
    font-size: 13px!important
  }
  .bloque-tag span {
    font-size: 14px
  }
  .fecha {
    font-size: 12px
  }
  .last-cap h2 {
    font-size: 1rem;
  }
  .last-cap .btn-ver-mas a {
    bottom: 14px;
  }
  .sondeo_votaciones h3{
  font-size: 1rem;
}
}

@media (max-width:425px) {
  .nota img {
    height: 202px;
  }
  .bloque-mulimedia {
    height: 210px;
  }
  .bloque-apertura-verticales.home {
    padding-top: 6rem;
  }
  .last-cap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner-especial-home {
    height: 170px;
  }
  .CANAL_RCN_HOME_M_BARRA_COMPUESTA {
    height: 320px;
    padding-top: 20px;
  }
  .nav-container .search-bar,
  .nav-container .menu-icon-holder {
    width: 62px !important;
  }
  .menu-general-canal nav a {
    margin-right: 0;
    float: left;
  }
  .nav-container .burger-menu .menu-icon-holder .menu-icon {
    padding-left: 7px;
  }
  .carousel-inner .centered {
    left: 18px;
  }
  .bloque-sesion.programas-grid .carousel-inner .centered {
    top: 40%;
  }
  .last-cap .col-12.btn-ver-mas {
    padding: 0;
  }
  #rp1-compuesto-movil {
    height: 330px;
  }
  #iframe_sondeo {
    height: 640px;
  }
  .nota-apertura {
    height: 210px;
  }
  .galeria-row-img {
    width: 130px;
    height: 130px;
  }
  .galeria-row-img i {
    font-size: 1rem;
  }
  .nav-container {
    padding: 0;
  }
  #pauta_fixed_video_float {
    height: 25%;
  }
  #PRODUCCIONES_MENU_D_SLIDER_VIDOOMY,
  #PRODUCCIONES_MENU_M_SLIDER_VIDOOMY {
    height: 140px;
  }
  .banner-especial-home iframe {
    height: 170px;
    margin-top: 0;
    padding: 10px 0;
  }
  .slide-apertura-programas {
    padding-top: 46px;
  }
  #box-tendencias .keywords {
    width: 50%;
  }
  .bloque-aliados .last-cap {
    margin-top: -3rem;
  }
  .menu-general-canal #menu-principal .list-inline li {
    margin-right: 30px;
    margin-top: 5px
  }
  .float-right {
    width: 65%
  }
  .float-left {
    width: 20%;
  }
  .menu-general-canal #menu-principal .list-inline li {
    margin-right: 25px
  }
  .bloque-desplieque-nota {
    height: auto!important;
    margin-top: 0!important
  }
  .bloque-desplieque-nota .container .row .col-12 {
    /*         padding: 0; */
  }
  .bg-header .page-titulo {
    top: 40%
  }
  #play-envivo .cont-player-embed .player-embed iframe {
    margin-bottom: 20px;
  }
  #st-envivo .col-12.my-auto {
    margin-top: 0px !important;
    height: 200px;
  }
  #wep-2019 object {
    height: 223vh
  }
  .bloque-sub-principal {
    margin-top: -1rem
  }
  .bloque-sub-principal.oscuro {
    margin-top: 0
  }
      #container_votaciones .cadidatos[data-id_opc="81"] {
    margin-left: 0;
  }
  #container_votaciones .cadidatos {
    width:45%;
}
}

@media(max-width:320px) {
  #container_votaciones .cadidatos {
    width: 46%;
}
  .home-personajes {
    height: 394px;
  }
  .nota video {
    height: 163px;
  }
  .nota-te-puede-interesar-video-819 {
    height: 370px;
  }
  .video-relacionados .img-nota {
    height: 81px;
  }
  .img-hor {
    height: 54px;
  }
  .personaje-img,
  .foto-personaje {
    height: 260px;
  }
  .nota.capitulo img,
  .col-xs-12.col-sm-6 .nota img,
  .col-sm-12.col-md-8 .nota img,
  .col-sm-12.col-md-4 .nota img {
    height: 163px;
  }
  .nota-interes .img-nota {
    height: 132px;
  }
  .bloque-mulimedia {
    height: 180px;
  }
  .nota-apertura {
    height: 180px;
  }
  .bloque-desplieque-nota.articulo-video h1 {
    font-size: 1.5rem;
  }
  .banner-especial-home {
    height: 130px;
  }
  .banner-especial-home iframe {
    height: 110px;
  }
}