/* Fonts */
/* Colors */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Libre Franklin', Arial, sans-serif;
  background-color: #15131A;
}

html {
  scroll-behavior: smooth;
}

input, button, fieldset {
  font-family: 'Libre Franklin', Arial,sans-serif;
  background: none;
  border: 0;
  outline: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.has-mobile-gutter {
  padding: 0 20px;
}

.priority {
  z-index: 2;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

picture {
  display: block;
  position: relative;
  z-index: 2;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

span {
  font-size: 30px;
  margin-left: 12px;
  margin-bottom: 6px;
}

.hamburguesa span {
  margin: initial;
}

.cover-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.hide {
  display: none !important;
}

@-webkit-keyframes heartbeat_scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes heartbeat_scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06);
}

.header-contenido {
  max-width: 1350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.header-logo {
  background-color: #FF2961;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo svg{
  width: auto;
}

.header-envivo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-envivo:hover {
  text-decoration: underline;
  color: white;
}

.header-envivo-logo {
  margin-right: 10px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #FFCD21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: heartbeat_scale 1.7s infinite;
  animation: heartbeat_scale 1.7s infinite;
}

.header-envivo-texto {
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
}

.header-redes {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 32px;
}

.header-redes-logo {
  margin-right: 20px;
}

.hamburguesa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 20px;
}

.hamburguesa-span {
  width: 24px;
  height: 4px;
  background-color: #fff;
}

.header-sticky .header-logo {
  margin-right: 0px;
}

.header-sticky .header-redes-logo {
  margin: 0 10px;
}

.header-sticky {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-sticky .header-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}

.header-sticky.change {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.page-home .header-redes {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .page-home .header-redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-nota .header-redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    height: 90px;
    padding: 0 30px;
    position: fixed;
  }
  .header-contenido {
    height: 90px;
    padding: 0 30px;
  }
  .header-redes {
    right: 123px;
    margin-right: 70px;
  }
  .header-logo {
    width: 90px;
    height: 90px;
    margin-right: 94px;
  }
  .header-logo svg {
    width: 60px;
    height: 60px;
  }
  .header-envivo-texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
  }
  .header-envivo-logo {
    width: 26px;
    height: 26px;
  }
}

.menu.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.menu {
  width: 100%;
  background-color: #322B57;
  padding: 80px 20px;
  position: fixed;
  z-index: 10;
  top: 0;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  height: 100vh;
  max-width: 360px;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
}

.menu::-webkit-scrollbar {
  display: none;
}

.menu-wrapper-texto {
  margin-bottom: 40px;
}

.menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.menu-opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin: 0;
}

.menu-opciones-primera-opcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-opciones-primera-opcion-svg {
  margin-right: 10px;
}

.menu-opciones-texto {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

.menu-opciones-texto:hover {
  color: #FFE55D;
}

.menu-tyc {
  margin-bottom: 50px;
}

.menu-info {
  margin-bottom: 50px;
}

.menu-info-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-info-titulo p {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 10px;
}

.menu .footer-canales {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
  margin-bottom: 70px;
}

.menu .menu-info {
  padding-bottom: 40px;
}

.wrapper-buscador {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.buscador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FF908F;
  width: 300px;
  height: 44px;
  -webkit-box-shadow: 2px 2px 2px #FF2961;
          box-shadow: 2px 2px 2px #FF2961;
  background-color: #403770;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 50px;
}

.buscador-buscar {
  color: white;
}

.buscador-buscar::-webkit-input-placeholder {
  color: white;
  background-color: #403770;
}

.buscador-buscar:-ms-input-placeholder {
  color: white;
  background-color: #403770;
}

.buscador-buscar::-ms-input-placeholder {
  color: white;
  background-color: #403770;
}

.buscador-buscar::placeholder {
  color: white;
  background-color: #403770;
}

.noticia-multimedia {
  position: relative;
  max-width: 460px;
  margin: 0 auto 36px;
}

.noticia-multimedia::before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF2961;
  z-index: -1;
}

.noticia-multimedia-wrapper-img {
  position: relative;
}

.noticia-multimedia-play {
  position: absolute;
  top: 10px;
  left: 10px;
}

.noticia-multimedia-img {
  margin-bottom: 10px;
}

.noticia-multimedia-cartel-tendencia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.noticia-multimedia-cartel-tendencia p {
  background-color: #83FAC1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 30px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.noticia-multimedia-noticia {
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.noticia-multimedia:hover .noticia-multimedia-noticia {
  color: #FFE55D;
}

.noticia-multimedia-autoria {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

.noticia-multimedia .noticia-multimedia-entry-data {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .noticia-multimedia {
    width: calc(50% - 20px);
    margin: 0 0 36px 0;
  }
  .noticia-multimedia::before {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .noticia-multimedia-noticia {
    font-size: 24px;
    font-weight: bold;
    color: white;
  }
}

.noticia-multimedia2 {
  position: relative;
  background-color: #403770;
  margin: 0 auto 32px;
  max-width: 320px;
  border-bottom-right-radius: 10px;
}

.noticia-multimedia2-play {
  position: absolute;
  top: 10px;
  left: 10px;
}

.noticia-multimedia2-img {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.noticia-multimedia2-cartel-tendencia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 20px;
}

.noticia-multimedia2-cartel-tendencia p {
  background-color: #83FAC1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 30px;
}

.noticia-multimedia2-noticia {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  padding: 0 20px;
}

.noticia-multimedia2:hover .noticia-multimedia2-noticia {
  color: #FFE55D;
}

.noticia-multimedia2-autoria {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
}

.podcast-wrapper .noticia-multimedia2 {
  max-width: 280px;
  height: 100%;
}

.swiper-container .noticia-multimedia2 {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .section4-left-middle .noticia-multimedia2:nth-child(2) {
    margin: 0 30px;
  }
  .noticia-multimedia2 {
    max-width: 300px;
    margin: 0;
  }
}

.noticia-multimedia3 {
  position: relative;
  background-color: #2B2B2D;
  max-width: 280px;
  margin: 0 auto;
  border-bottom-right-radius: 10px;
}

.noticia-multimedia3-play {
  position: absolute;
  top: 10px;
  left: 10px;
}

.noticia-multimedia3-img {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.noticia-multimedia3-cartel-tendencia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 20px;
}

.noticia-multimedia3-cartel-tendencia p {
  background-color: #F81616;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 30px;
}

.noticia-multimedia3-noticia {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  padding: 0 20px;
}

.noticia-multimedia3:hover .noticia-multimedia3-noticia {
  color: #FFE55D;
}

.noticia-multimedia3-autoria {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 1024px) {
  .noticia-multimedia3 {
    max-width: 300px;
  }
}

.videos-podcast-subrayado, .ultimas-noticias-subrayado {
  width: 75px;
  height: 6px;
  border-radius: 30px;
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
  margin-bottom: 20px;
  margin-top: -15px;
  margin-left: 20px;
}

.page-home .ultimas-noticias-subrayado {
  position: absolute;
  left: 0;
  top: 40px;
}

.page-programas .ultimas-noticias-subrayado {
  position: absolute;
  left: 0;
  top: 40px;
}

.page-ficha .ultimas-noticias-subrayado {
  position: absolute;
  left: 0;
  top: 40px;
}

.titulo-podcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.titulo-podcast-izq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.titulo-podcast-izq p:nth-child(2) {
  margin: 0 10px;
  color: #786EA9;
}

.titulo-podcast p:first-child {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.titulo-podcast p:nth-child(3) {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.podcast {
  background-color: #322B57;
  margin-bottom: 32px;
  max-width: 1350px;
  margin: 0 auto;
}

.podcast-wrapper {
  background-color: #322B57;
  padding: 35px 0;
}

.noticia-podcast-play {
  position: absolute;
  top: 10px;
  left: 10px;
}

.podcast-ver-todos-desk {
  width: 170px;
  height: 37px;
  border-radius: 30px;
  border: 1px solid #FF908F;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 10px;
  text-decoration: none;
}

.podcast-ver-todos-desk:hover {
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
}

.podcast-ver-todos-mobile {
  width: 170px;
  height: 37px;
  border-radius: 30px;
  border: 1px solid #FF908F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 32px auto 12px;
  text-decoration: none;
  display: flex;
}

.podcast-ver-todos-mobile:hover {
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
}

.titulo-ultimas-noticias {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0;
}

.titulo-ultimas-noticias-izq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.titulo-ultimas-noticias-izq p:nth-child(2) {
  color: #49464F;
  margin: 0 10px;
}

.titulo-ultimas-noticias p:first-child {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.titulo-ultimas-noticias p:nth-child(3) {
  color: #FFE55D;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.ultimas-noticias {
  background-color: #15131A;
  margin-bottom: 32px;
  max-width: 1350px;
  margin: 0 auto 32px;
  padding: 35px 0;
}

.ultimas-noticias-ver-todos-desk {
  width: 170px;
  height: 37px;
  border-radius: 30px;
  border: 1px solid #FF908F;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 10px;
  text-decoration: none;
}

.ultimas-noticias-ver-todos-desk:hover {
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
}

.ultimas-noticias-ver-todos-mobile {
  width: 170px;
  height: 37px;
  border-radius: 30px;
  border: 1px solid #FF908F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 32px auto 0;
  text-decoration: none;
  display: flex;
}

.ultimas-noticias-ver-todos-mobile:hover {
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
}

@media only screen and (min-width: 1024px) {
  .page-home .ultimas-noticias-subrayado {
    position: absolute;
    left: 0;
    top: 65px;
  }
  .page-programas .ultimas-noticias-subrayado {
    position: absolute;
    left: 0;
    top: 65px;
  }
  .page-ficha .ultimas-noticias-subrayado {
    position: absolute;
    left: 0;
    top: 65px;
  }
  .videos-podcast-subrayado, .ultimas-noticias-subrayado {
    margin-top: -30px;
    width: 100px;
    margin-left: 30px;
  }
  .titulo-podcast {
    padding: 0 30px;
  }
  .titulo-podcast p:first-child {
    font-size: 28px;
  }
  .titulo-podcast p:nth-child(2) {
    font-size: 28px;
  }
  .titulo-podcast p:nth-child(3) {
    font-size: 28px;
  }
  .podcast-ver-todos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .podcast-ver-todos-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .podcast-ver-todos-mobile {
    display: none;
    margin: 0 auto 10px;
  }
  .titulo-ultimas-noticias {
    padding: 0 30px 0;
  }
  .titulo-ultimas-noticias p:first-child {
    font-size: 28px;
  }
  .titulo-ultimas-noticias p:nth-child(2) {
    font-size: 28px;
  }
  .titulo-ultimas-noticias p:nth-child(3) {
    font-size: 28px;
  }
  .ultimas-noticias-ver-todos-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ultimas-noticias-ver-todos-mobile {
    display: none;
  }
}

.ultimas-noticias-subrayado {
  width: 75px;
  height: 6px;
  border-radius: 30px;
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
  margin-bottom: 20px;
  position: absolute;
  bottom: -30px;
  left: 20px;
}

.ultimas-noticias {
  background-color: #15131A;
  margin-bottom: 32px;
  max-width: 1350px;
  margin: 0 auto 32px;
  padding: 35px 0;
}

.ultimas-noticias-ver-todos-desk {
  width: 170px;
  height: 37px;
  border-radius: 30px;
  border: 1px solid #FF908F;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 10px;
  text-decoration: none;
}

.ultimas-noticias-ver-todos-desk:hover {
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
}

.ultimas-noticias-ver-todos-mobile {
  width: 170px;
  height: 37px;
  border-radius: 30px;
  border: 1px solid #FF908F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 32px auto 0;
  text-decoration: none;
  display: flex;
}

.ultimas-noticias-ver-todos-mobile:hover {
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
}

.titulo-ultimas-noticias {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0;
}

.titulo-ultimas-noticias-izq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.titulo-ultimas-noticias-izq p:nth-child(2) {
  color: #49464F;
  margin: 0 10px;
}

.titulo-ultimas-noticias p:first-child {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.titulo-ultimas-noticias p:nth-child(3) {
  color: #FFE55D;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.noticia-multimedia3 {
  position: relative;
  background-color: #2B2B2D;
  max-width: 280px;
  margin: 0 auto;
  border-bottom-right-radius: 10px;
}

.noticia-multimedia3-play {
  position: absolute;
  top: 10px;
  left: 10px;
}

.noticia-multimedia3-img {
  margin-bottom: 10px;
  width: 100%;
}

.noticia-multimedia3-cartel-tendencia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 20px;
}

.noticia-multimedia3-cartel-tendencia p {
  background-color: #F81616;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 30px;
}

.noticia-multimedia3-noticia {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  padding: 0 20px;
}

.noticia-multimedia3:hover .noticia-multimedia3-noticia {
  color: #FFE55D;
}

.noticia-multimedia3-autoria {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 1024px) {
  .titulo-ultimas-noticias {
    padding: 0 30px 0;
    margin-bottom: 20px;
  }
  .titulo-ultimas-noticias p:first-child {
    font-size: 28px;
  }
  .titulo-ultimas-noticias p:nth-child(2) {
    font-size: 28px;
  }
  .titulo-ultimas-noticias p:nth-child(3) {
    font-size: 28px;
  }
  .ultimas-noticias-subrayado {
    width: 100px;
    height: 6px;
    border-radius: 30px;
    background: #ff2961;
    background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
    background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
    margin-bottom: 20px;
    position: absolute;
    bottom: -15px;
    left: 30px;
  }
  .ultimas-noticias-ver-todos-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ultimas-noticias-ver-todos-mobile {
    display: none;
  }
  .noticia-multimedia3 {
    max-width: 300px;
  }
}

.ultimas-noticias .swiper-slide {
  height: auto;
  background-color: #2b2b2d;
  border-bottom-right-radius: 10px;
}

.podcast .swiper-slide {
  height: auto;
  border-bottom-right-radius: 10px;
}

.flecha {
  width: 75px;
  height: 75px;
  margin-bottom: 13px;
}

.swiper-slide.last-slide {
  height: auto;
  background: none !important;
}

.swiper-slide.last-slide a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide.last-slide a span {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
}

.swiper-slide.last-slide a:hover #Ellipse_390 {
  fill: #FF908F;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  top: 35%;
  right: 8px;
  margin: 0;
}

.swiper-button-next:hover {
  background: #FF908F;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 36%;
  left: 8px;
  margin: 0;
}

.swiper-button-prev:hover {
  background: #FF908F;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .ultimas-noticias .swiper-slide {
    height: auto;
    background-color: #2b2b2d;
    border-bottom-right-radius: 10px;
  }
  .podcast .swiper-slide {
    height: auto;
    background-color: #403770;
    border-bottom-right-radius: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 50%;
  }
  .swiper-wrapper {
    padding: 0 15px;
  }
}

.titulo-programas {
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}

.titulo-programas-acento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.titulo-programas-acento p {
  font-size: 12px;
  color: #9A9A9A;
  font-weight: 400;
  margin-right: 5px;
}

.titulo-programas-acento p:first-child:hover {
  color: #FF908F;
}

.titulo-programas-acento p:nth-child(3) {
  font-weight: 600;
}

.titulo-programas-subrayado {
  width: 75px;
  height: 6px;
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
  border-radius: 30px;
  margin-top: 6px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.programas-titulo h1 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.un-programa {
  background-color: #403770;
  padding: 30px 20px 30px 0;
  margin: 0 20px 36px 10px;
  border-top-right-radius: 14px;
}

.un-programa-contenido {
  margin: 0 auto;
  width: 100%;
  max-width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.un-programa-contenido-izq {
  background-color: rgba(88, 81, 125, 0.9);
  margin-left: -10px;
  margin-right: 21px;
  border-bottom-right-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.un-programa-contenido-izq-img {
  position: relative;
  border-bottom-right-radius: 10px;
}

.un-programa-contenido-izq-img img {
  width: 140px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 10px;
}

.un-programa-contenido-izq-img-degrade {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), to(#FF2961));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, #FF2961 100%);
  bottom: 0;
  z-index: 2;
  width: 140px;
  height: 160px;
  left: 0;
  border-bottom-right-radius: 10px;
}

.un-programa-contenido-der-titulo {
  font-size: 20px;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}

.un-programa-contenido-der-redactor {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #83FAC1;
  margin-bottom: 21px;
}

.un-programa-contenido-der-info {
  display: none;
}

.un-programa-contenido-der-ver-mas {
  width: 140px;
  height: 36px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #FF908F;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}

.un-programa-contenido-der-ver-mas:hover {
  background: #ff2961;
  background: -webkit-gradient(linear, left top, right top, from(#ff2961), to(#ffe55d));
  background: linear-gradient(to right, #ff2961 0%, #ffe55d 100%);
}

.alterado {
  background-color: #3F3B56;
}

.only-desk {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .titulo-programas-subrayado {
    width: 100px;
  }
  .header-redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper-un-programa {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .only-desk {
    display: block;
  }
  .titulo-programas {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .titulo-programas-acento {
    width: 14px;
    white-space: nowrap;
  }
  .titulo-programas-acento p {
    font-size: 14px;
  }
  .titulo-programas-titulo {
    font-size: 28px;
  }
  .titulo-programas-titulo-subrayado {
    width: 100px;
    left: 0;
    bottom: -30px;
  }
  .programas-titulo h1 {
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .un-programa {
    margin: 36px auto;
  }
  .un-programa-contenido {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
  }
  .un-programa-contenido-izq {
    border-bottom-right-radius: 10px;
    width: 200px;
    margin-right: 40px;
  }
  .un-programa-contenido-izq-img img {
    width: auto;
    height: 230px;
  }
  .un-programa-contenido-izq-img-degrade {
    width: 200px;
    height: 230px;
  }
  .un-programa-contenido-der-titulo {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .un-programa-contenido-der-redactor {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .un-programa-contenido-der-info {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .un-programa-contenido-der-ver-mas {
    width: 110px;
    height: 37px;
  }
}

.none {
  display: none !important;
}

.banner1 {
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper-banner2 {
  width: 300px;
  margin: 0  auto 36px;
}

.banner2 {
  width: 300px;
}

.banner3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.banner4 {
  width: 300px;
  margin: 0 auto 36px;
}

.banner5 {
  width: 300px;
  margin: 0 auto 32px;
}

.banner6 {
  width: 300px;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner7 {
  width: 300px;
  margin: 0 auto 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper-banner8 {
  padding: 0 20px;
}

.banner8 {
  width: 100%;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner9 {
  margin: 0 auto 32px;
}

.banner10 {
  margin: 22px auto;
}

.banner11 {
  margin: 0 auto 32px;
}

.wrapper-banner12 {
  padding: 0 20px;
}

.banner12 {
  width: 100%;
  margin: 0 auto 32px;
  height: 50px;
  background-color: #393740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
}

.banner13 {
  width: 300px;
  margin: 0 auto 32px;
  height: 250px;
  background-color: #393740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner14 {
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-sticky {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-sticky .banner-sticky-script > div:not([data-google-query-id]) + .banner-sticky-btn {
  display: none;
}

.banner-sticky-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  padding-left: 4px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
}

.banner-sticky-btn span {
  width: 70%;
  height: 2px;
  display: block;
  border-radius: 33px;
  display: block;
  position: absolute;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
  left: -8px;
}

.banner-sticky-btn span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.banner-sticky-script {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .banner1 {
    margin: 0 auto 32px;
    width: 970px;
  }
  .wrapper-banner2 {
    padding: 0;
  }
  .banner3 {
    width: 970px;
    margin: 0 auto 60px;
  }
  .banner4 {
    margin: 0 auto 32px;
  }
  .banner6 {
    width: 970px;
    margin: 0px auto 60px;
  }
  .banner7 {
    width: 970px;
    margin: 0px auto 60px;
  }
  .banner8 {
    width: 970px;
    margin: 60px auto;
  }
  .banner10 {
    margin: 0 auto 32px;
  }
  .banner12 {
    display: none;
  }
  .banner13 {
    display: none;
  }
  .banner14 {
    margin: 80px auto;
  }
}

.nota-redes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}

.nota-redes-compartir {
  color: #968FBD;
  font-size: 16px;
  margin-right: 10px;
}

.nota-redes-red {
  margin: 0 10px;
  background-color: #403770;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nota-redes-red:hover {
  background-color: #FF908F;
}

.page-programacion .nota-redes {
  padding: 0;
}

.page-ficha .nota-redes {
  margin: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1024px) {
  .nota-redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.decoracion1 {
  width: 477px;
  height: 487px;
  background: #948ca9;
  background: -webkit-gradient(linear, left top, right top, from(#948ca9), to(#FA518A));
  background: linear-gradient(to right, #948ca9 0%, #FA518A 100%);
  position: absolute;
  top: -396px;
  left: 14px;
  border-radius: 50%;
  z-index: -1;
}

.decoracion2 {
  width: 43px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 63px;
  right: 20px;
  z-index: -1;
}

.decoracion2-fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.decoracion2-circulo {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF908F;
}

.decoracion5 {
  position: absolute;
  left: 0px;
  opacity: 80%;
  z-index: -1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 30px;
}

.decoracion6 {
  position: absolute;
  top: 300px;
  right: 0px;
  opacity: 80%;
  z-index: -1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.decoracion7-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 111px;
  overflow: hidden;
}

.decoracion7 {
  position: absolute;
  top: -389px;
  right: -175px;
  opacity: 60%;
  z-index: -2;
  border-radius: 50%;
  width: 477px;
  height: 477px;
  background: #403770;
  background: -webkit-gradient(linear, left top, right top, from(#7A326B), color-stop(50%, #FA2A62));
  background: linear-gradient(to right, #7A326B 0%, #FA2A62 50%);
}

@media only screen and (min-width: 1024px) {
  .decoracion2 {
    width: 95px;
    height: 84px;
    top: 140px;
    z-index: -1;
  }
  .decoracion2-circulo {
    width: 13px;
    height: 13px;
  }
  .decoracion5 {
    top: -125px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .decoracion6 {
    top: 80px;
    right: 300px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .decoracion7-container {
    height: 195px;
  }
  .decoracion7 {
    position: absolute;
    top: -865px;
    right: -324px;
    opacity: 60%;
    z-index: -2;
    border-radius: 50%;
    width: 1060px;
    height: 1060px;
  }
}

.footer {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding-top: 0;
  position: relative;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-top-primerbloque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-logo {
  display: block;
  width: 48px;
  height: 48px;
}

.footer-logo-wrp {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}

.footer-info-text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 5px 0;
  color: white;
}

.footer-info-text a {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 5px 0;
  color: white;
}

.footer-info-text2 {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase;
}

.footer-info-text3 {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.footer-info-text3:hover {
  color: #FFE55D;
}

.footer-info-text4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
}

.footer-info-text4:hover {
  color: #FFE55D;
}

.footer-info-text5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: white;
}

.footer-info-text5 a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: white;
}

.footer-info-text6 {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

.footer-canales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer-canales-top {
  width: 220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 25px;
}

.footer-canales-bot {
  width: 220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer-redes {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.footer-redes-redes {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px auto 40px;
}

.footer-tyc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 20px 30px;
  background: #5f5a76;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#5f5a76), to(#322b57));
  background: linear-gradient(to right, #5f5a76 0%, #322b57 100%);
}

.footer-copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-copyright p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-copyright-img {
  height: 32px;
  max-width: 250px;
  margin-bottom: 40px;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-logos-frontaly {
  margin-right: 20px;
}

.footer-canales .footer-info-text3:hover {
  color: white;
}

@media only screen and (min-width: 1024px) {
  .footer {
    padding-top: 10px;
  }
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 30px;
  }
  .footer-top {
    padding: 20px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-top-primerbloque {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-info {
    margin: 0;
    padding-left: 20px;
  }
  .footer-info-text {
    text-align: left;
  }
  .footer-redes {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-canales {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer-canales-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-copyright {
    height: 70px;
  }
  .footer-copyright-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-copyright p {
    margin: 0;
  }
  .footer-copyright img {
    margin: 0;
  }
}

.wrapper {
  margin-top: 75px;
}

/*  Inicio Desk */
@media only screen and (min-width: 1024px) {
  .page-programas .podcast-wrapper {
    margin: 36px 0 80px;
  }
  .page-programas .ultimas-noticias {
    margin-top: 80px;
  }
  .wrapper {
    margin-top: 130px;
  }
}
/*# sourceMappingURL=programas.css.map */