body {
  background-color: #f1f3f2;
  font-family: Raleway, sans-serif;
}

div#banner {
  margin: 0 auto!important;
  text-align: center;
  background: #fff;
  padding: 5px 0;
  max-width: 920px;
  border: 1px solid #dadcdb;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
.inlineBlock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  position: relative; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -ms-flex-flow: row wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  flex-wrap: wrap;
}
.inlineBlock.nowrap {
  flex-wrap: nowrap!important;
}
.inlineBlock.no-full > * {
  flex: 0 1 auto;
}
.inlineBlock > * {
  flex: 1 1 auto;
/*  float:left;
  position: relative;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;*/
}

    iframe { border:0; }

  .redfamily {
    color: red; 
  }
  .search-box,.close-icon,.search-wrapper {
    position: relative;
    padding: 10px;
  }
  .search-wrapper {
    width: 100%;
    -webkit-transform: skew(25deg);
    margin: auto;
  }
  .search-box {
      width: 87%;
      border: 1px solid #ccc;
      outline: 0;
      border-radius: 16px;
      font-family: Raleway;
      font-size: 18px;
  }
  .search-box:focus {
    box-shadow: 0 0 15px 5px #b0e0ee;
    border: 2px solid #bebede;
  }
  .close-icon {
    border:1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
  }
  .close-icon:after {
    content: "X";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #404042;
    z-index:1;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-family: Raleway;
    font-weight: normal;
    font-size: 14px;
    box-shadow: 0 0 2px #404042;
    cursor: pointer;
  }
    ._contenido img{
      width: 100%;
    }

    #categoria_lista img {
      width: 100%;
    }


  .alternativas{
    color: #ffc525;
    font-family: Raleway;
    text-shadow: 2px 2px #0f2355;

  }

  .background-encuesta {
    background: #fff;
    height: 28em;
  }

  .background-encuesta h1{
    font-size: 14px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    
    display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;

    display: -o-box;
    -o-line-clamp: 5;
    -o-box-orient: vertical;

  }

  .background-encuesta p{
    color: #3a3a3a;
    position: initial;
    font-size: 12px;
    font-family: Raleway;
    /* padding-bottom: 50px; */
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;

    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
  }

  .poly-encuesta-desk {
      border-top: 40px solid #ffc525;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 12px;
      margin: 10px 5px;
      position: absolute;
  }

  .fondo-h3-encuesta-desk {
      border-top: 40px solid #ffc525;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 12em;
      margin: 10px 24px;
      position: absolute;
  } 

  .font-encuesta-h3-desk {
      position: absolute;
      padding: 6px 20px;
      font-size: 20px;
      margin: 12px;
      color: #001c3e;
      font-family: Raleway;
      font-weight: 600;
    }

  .fondo-line-encuesta-desk {
      border-bottom: 2px solid #ffc525;
      /* border-left: 53px solid transparent; */
      height: 0;
      padding-bottom: 7px;
      padding-top: 40px;
      margin: 0px 30px;

  }


  .background-programa-portada-noticia{
    height: 70px;
    background: #f32434;
    position: relative;
  }

  .Encuesta_Portada_fuente_24{

      color:  #ffcd00;
      text-align: center;
      font-family: Raleway;
      margin-top: -20px;
      font-weight: 700;
  }


  .background-programa-portada-noticia h1 {
      font-size: 16px;
      font-weight: 500;
      font-family: Raleway;
      text-align: left;
      padding-bottom: 0px;
      padding-top: 10px;
      margin-bottom: 5px;
      margin-top: 0px;
      color: #fff3f1;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }

  .background-programa-portada-noticia img{

        width: 100%;
        height: 250px;
  }

  .portada_bloque_programas_listado li div a{

    color: rgb(91, 91, 93);
  }


  .poly-si-desk {
    border-top: 40px solid #ffc525;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 10px 30px;
    position: absolute;
  }

  .fondo-h3-si-desk {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 40px;
    width: 12em;
    background: #ffc525;
    z-index: 10000;
    color: #fff;
    margin: 10px 46px;
    position: absolute;
     box-shadow: 5px 5px 5px #0e2254;

  } 

  .fondo-h3-si-desk-en-vivo {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 40px;
    width: 12em;
    background: #ffc525;
    z-index: 10000;
    color: #fff;
    margin: 10px -280px;
    position: absolute;
     box-shadow: 5px 5px 5px #0e2254;

  } 


  .font-si-h3-desk {
    position: absolute;
    padding: 6px 46px;
    font-size: 24px;
    margin: 12px;
    color: #001c3e;
    font-family: Raleway;
    font-weight: 600;
    z-index: 1000;
  }

  .poly-no-desk {
    border-top: 40px solid #00cdde;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 60px 30px;
    position: absolute;
  }

  .fondo-h3-no-desk {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 40px;
    background: #00cdde;
    z-index: 10000;
    color: #fff;
    width: 12em;
    z-index: 10000;
    margin:  60px 46px;
    position: absolute;
     box-shadow: 5px 5px 5px #0e2254;

  } 

  .fondo-h3-no-desk-en-vivo {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 40px;
    background: #00cdde;
    z-index: 10000;
    color: #fff;
    width: 12em;
    z-index: 10000;
    margin:  60px -280px;
    position: absolute;
     box-shadow: 5px 5px 5px #0e2254;

  } 

  .font-no-h3-desk {
    position: absolute;
    padding: 6px 150px;
    font-size: 24px;
    margin: 12px;
    color: #fff;
    font-family: Raleway;
    font-weight: 600;
  }

  article a:hover{      
    text-decoration: none;
    -webkit-filter: brightness(1) contrast(1.1) grayscale(0.7) invert(0.1) saturate(1.1);
    -moz-appearance: brightness(1) contrast(1.1) grayscale(0.7) invert(0.1) saturate(1.1);
    -o-transform: brightness(1) contrast(1.1) grayscale(0.7) invert(0.1) saturate(1.1);
    /* -webkit-filter: opacity(70%); /* Safari */
    /*filter: opacity(70%);*/
    }

      .carousel-cap p{
      color: #e5e5e7;
      margin-top: -25px;
      font-size: 24px;
      font-family: Raleway;
      font-weight: 400;
    }


  .poly-deportes-desk-categoria {
       border-top: 50px solid #01b44e;
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 16px;
      margin: 0px 9px;
      position: absolute;
    }

  .fondo-h3-deportes-desk-categoria {
      border-top: 50px solid #01b44e;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 12em;
      margin: 0px 34px;
      position: absolute;

  }

  .font-deportes-h3-desk-categoria {
      position: absolute;
      padding: 0px 35px;
      font-size: 24px;
      margin: 10px;
      color: #fff;
      font-family: Raleway;
      text-transform: uppercase;
  }

  .separador-deportes-categoria {
      margin-top: 48px;
      margin-left: 5em;
      margin-bottom: 10px;
      border: 0;
      border-top: 2px solid #01b44e;
      width: 63em;
  }


  .separador-entretenimiento-categoria {
    margin-top: 48px;
    margin-left: 5em;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #54337a;
    width: 63em;
  }

  .poly-entretenimiento-desk-categoria {
     border-top: 50px solid #54337a;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 16px;
    margin: 0px 9px;
    position: absolute;
  }

  .fondo-h3-entretenimiento-desk-categoria {
    border-top: 50px solid #54337a;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 21em;
    margin: 0px 34px;
    position: absolute;
  } 


  .font-entretenimiento-h3-desk-categoria {
    position: absolute;
    padding: 0px 49px;
    font-size: 24px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
  }


  .separador-categoria-categoria {
    margin-top: 48px;
    margin-bottom: 10px;
    border: 0;
    margin-left: 87px;
    width: 61.5em;
    border-top: 2px solid #ff2851;

  }


  .poly-categoria-desk-categoria {
     border-top: 50px solid #ff2851;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 16px;
    margin: 0px 9px;
    position: absolute;

  }

  .fondo-h3-categoria-desk-categoria {
    border-top: 50px solid #ff2851;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12em;
    margin: 0px 34px;
    position: absolute;
  } 

  .font-categoria-h3-desk-categoria {
     position: absolute;
    padding: 5px 40px;
    font-size: 28px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
  }

  .poly-programacion-desk-programacion {
     border-top: 50px solid #bf291b;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 16px;
    margin: 0px 9px;
    position: absolute;

  }

  .fondo-h3-programacion-desk-programacion {
    border-top: 50px solid #bf291b;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 18em;
    margin: 0px 34px;
    position: absolute;
  } 

  .font-programacion-h3-desk-programacion {
     position: absolute;
    padding: 5px 40px;
    font-size: 28px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
  }

  .separador-programacion-programacion {
    margin-top: 48px;
    margin-bottom: 45px;
    border: 0;
    margin-left: 87px;
    width: 61.5em;
    border-top: 2px solid #bf291b;

  }




/* Large Devices, Wide Screens */
@media only screen and (min-width : 1201px) {
    .background-categorias {
          background: #fff;
          height: 28em;
    }

  .nav-header ul li a {
      margin: 2px 0px;
      color: #443f39;
      font-family: Raleway;
      font-weight: 300;
      font-size: 26px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #383d43;
      padding: 0 20px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }


  .nav-header-sec ul li a {
      margin: 6px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 18px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec li {
    height: 30px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 8px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }


  .col-centered{
      
      float: none;
      margin: 0 auto;
  }

  .nav-header ul { 
    margin:0; padding:0;
    color:#000; /* Base text color for the menu */
    padding: 20px 0px;
  }

  .nav-header-sec ul { 
    margin:0; padding:0;
    color:#000; /* Base text color for the menu */
    padding: 30px 100px;
  }

  .poly-destacados-desk {
    border-top: 40px solid #00a682;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 12px;
      margin: 0px 0px;
      position: absolute;
  }

  .fondo-h3-destacados-desk {
      border-top: 40px solid #00a682;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
    height: 0;
      width: 55%;
      margin: 0px 18px;
      position: absolute;
  } 

  .font-destacados-h3-desk {
font-weight: 700;
      position: absolute;
      padding: 0px 15px;
      font-size: 24px;
      margin: 7px;
      color: #fff;
      font-family: Raleway;
      text-transform: uppercase;
  }


  .nav-header-sec a {
      margin: 2px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 200;
      font-size: 24px;    
      -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nubetags{
        height: 380px;
  }

  .Polygon_header_4 {
    position: absolute;
    border-bottom: 115px solid #fccb02;
    border-left: 55px solid transparent;
    height: 0;
    width: 4%;
    margin: 0px 96%;
    z-index: 104;
  }

  .background-categoria-noticia-principal{
    background: #fff;
      padding-top: 1px;
      padding-bottom: 0px;
      height: 115px;
      position: inherit;
      margin-top: -30px;
  } 

  .background-categoria-noticia-principal h2{
      font-size: 26px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0px;
      margin: 1rem;
  }

  .background-categoria-noticia-principal h1{

    font-size: 24px;
    padding-top: 0px;
    font-family: Raleway;
    font-weight: 600;
    margin-top: 0px;
    /* margin: -5px; */
    color: #3d3d3d;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }



  .background-categoria-noticia-principal h4{

      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 14px;
      font-weight: 300;

  }


  .background-categoria-noticia-secundaria{

    background: #fff;
      padding-top: 1px;
      padding-bottom: 0px;
      height: 115px;
      position: inherit;
      margin-top: -30px;
  }


  .portada_bloque_programas_listado li{

      font-family: Raleway;
      font-weight: 600;
      padding: 0px;
      font-size: 21px;
      color: #5b5b5d;
        background-color: #fff;    
        clip-path: polygon(6% 11%, 100% 11%, 97% 100%, 3% 100%);
  }

  ._titular_default a{

    color:#fffaf4;
    font-size: 16px;
      font-family: Raleway;

  }


  .background-categorias h1{

    font-size: 28px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    
    /*display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;*/

    display: -o-box;
    -o-line-clamp: 5;
    -o-box-orient: vertical;


  }

  .background-categorias h2{

      font-size: 28px;
      color: #ff2851;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .background-categorias h3{

    font-size: 13px;
    color: #646567;
    /*padding: 5px 20px;
    font-family: Raleway;*/
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
  }



  .background-categorias p {
    
    color: #3a3a3a;
    position: initial;
    font-size: 18px;
    font-family: Raleway;
    /* padding-bottom: 50px; */
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    /*display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    */
    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;

  }



  .background-categoria-noticia{
      padding-top: 1px;
      padding-bottom: 0px;
      height: 115px;
      position: inherit;
      margin-top: -30px;
  } 


  .background-categoria-noticia h2 {
      
      font-family: Raleway;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0px;
      margin: 5px;
  }

  .background-categoria-noticia h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #434345;
    overflow: hidden;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
  }

  .background-categoria-noticia p {
    color: #686868;
    font-size: 12px;
    font-family: Raleway;
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
    display: -moz-box;
    max-height: 90px;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    display: -o-box;
    max-height: 90px;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-top: 5px; /*10*/
    -webkit-box-orient: vertical;
  }

  .background-categoria-noticia h4 {
      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 10px;
      font-weight: 300;
  }

   .background-categoria-noticia-secundaria h1{

    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    
    /*display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    */
    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
    }

    .background-categoria-noticia-secundaria h4{
        text-align: center;
        font-family: Raleway;
        color: #797979;
    padding-bottom: 6px;
    padding-top: 2px;
        font-size: 12px;
    }

      .background-categoria-noticia-secundaria h2{
            
      
        font-family: Raleway;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0px;
        margin: 5px;

    }




  .poly-whatsapp-desk {
      border-top: 40px solid #45a040;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 12px;
      margin: 10px 5px;
      position: absolute;
  }

  .fondo-h3-whatsapp-desk {
      border-top: 40px solid #45a040;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 9em;
      margin: 10px 24px;
      position: absolute;
  } 

  .font-whatsapp-h3-desk {
      position: absolute;
      padding: 6px 20px;
      font-size: 20px;
      margin: 12px;
      color: #fff;
      font-family: Raleway;
      text-transform: uppercase;
      font-weight: 500;
    }

  .fondo-line-whatsapp-desk {
      border-bottom: 2px solid #45a040;
      /* border-left: 53px solid transparent; */
      height: 0;
      width: 100%;
      padding-bottom: 7px;
      padding-top: 40px;
      margin: 0px 30px;

  }

  .poly-destacados-desk {
    border-top: 40px solid #00a682;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 12px;
      margin: 0px 0px;
      position: absolute;
  }

  .fondo-h3-destacados-desk {
      border-top: 40px solid #00a682;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
    height: 0;
      width: 55%;
      margin: 0px 18px;
      position: absolute;
  } 

  .font-destacados-h3-desk {
font-weight: 700;
      position: absolute;
      padding: 0px 15px;
      font-size: 18px;
      margin: 10px;
      color: #fff;
      font-family: Raleway;
      text-transform: uppercase;
  }


  .poly-deportes-desk {
      border-top: 40px solid #01b44e;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 14px;
      margin: 0px 20px;
      position: absolute;
  }

  .fondo-h3-deportes-desk {
      border-top: 40px solid #01b44e;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      height: 0;
      width: 10em;
      margin: 0px 40px;
      position: absolute;
  }

  .font-deportes-h3-desk {
      position: absolute;
      padding: 0px 35px;
      font-size: 24px;
      margin: 10px;
      color: #fff;
      font-family: Raleway;
      text-transform: uppercase;
  }

  .separador-deportes {
      margin-top: 39px;
      margin-bottom: 10px;
      border: 0;
      border-top: 1px solid #01b44e;
      margin-left: 40px;
      margin-right: 40px;
  }




  .portada_bloque_programas ul li {
      padding-left: 10px;
      padding-right: 15px;
      padding-top: 10px;
  }

  .portada_bloque_programas_listado li:hover, .portada_bloque_programas_listado li._current {
      /*padding-left: 10px;
      padding-right: 5px;
      padding-top: 10px;
      */background: #f32434;
      color: #fff;

  }
      
  .social-icons-desk-footer li a i {
      border-style: solid;
      border-width: 2px 2px 2px 2px;
      padding: 6px 9px;

  }

  .footer-social-icons {
      margin-top: 20px;
  }


  .header-social-icons {
     margin-top: -50px;
  }

  .associatedMedia{

      padding-top: 60px;

  }


    .background-categoria-noticia-principal p {
        color: #686868;
        font-size: 14px;
        font-family: Raleway;
        text-align: left;
        font-weight: 300;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;

        display: -moz-box;
        -moz-line-clamp: 5;
        -moz-box-orient: vertical;

        display: -o-box;
        -o-line-clamp: 5;
        -o-box-orient: vertical;
    }


    .categoria-noticia-secundaria img{
        min-height: 119px;
        max-height: 219px;
    }

    .categoria-noticia-secundaria-portada img{

        height: 119px;
    }

.nav-footer {
        margin: 2em;
    }

    .nav-footer ul { 
      margin:0; padding:0;
      color:#000; /* Base text color for the menu */
      padding: 20px 0px;
    }


    .nav-footer li:last-child {
        border-right: none;
    }

    .nav-footer li a {
        text-decoration: none;
        transition: all 0.5s ease;
        display: inline-block;
    }


  .nav-footer ul li a {
      margin: 2px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 26px;    
      -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-footer li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 20px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }


.nav-footer ul { 
  margin:0; padding:0;
  color:#000; /* Base text color for the menu */
  padding: 20px 0px;
}

  .nav-header-sec ul li a {
      margin: 6px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 24px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 8px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }



}





@media only screen and (max-width : 1200px) {
      .background-categorias {
          background: #fff;
          height: 23.4em;
      }

 


.portada_bloque_programas ul li {
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 10px;
}

  .background-categorias h1{

    font-size: 24px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

        display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;

        display: -o-box;
    -o-line-clamp: 5;
    -o-box-orient: vertical;

  }

  .background-categorias h2{

      font-size: 18px;
      color: #ff2851;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .background-categorias h3{

    font-size: 13px;
    color: #646567;
    padding: 5px 20px;
    font-family: Raleway;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
  }



  .background-categorias p {
    
    color: #3a3a3a;
    position: initial;
    font-size: 16px;
    font-family: Raleway;
    padding-bottom: 50px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-header-sec ul li a {
      margin: 8px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 16px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec li {
      height: 30px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 10px;
      display: inline;
      -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }




 .background-categoria-noticia-secundaria h1{

   font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;

    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
  }


  .background-categoria-noticia-secundaria h4{

      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 12px;
  }

    .background-categoria-noticia-secundaria h2{
          
    
      font-family: Raleway;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0px;
      margin: 5px;

  }


.poly-whatsapp-desk {
    border-top: 40px solid #45a040;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 10px 5px;
    position: absolute;
}

.fondo-h3-whatsapp-desk {
    border-top: 40px solid #45a040;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 9em;
    margin: 10px 24px;
    position: absolute;
} 

.font-whatsapp-h3-desk {
    position: absolute;
    /* padding: 4px 15px; */
    font-size: 20px;
    margin: 15px;
    font-weight: 500;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
  }

.fondo-line-whatsapp-desk {
    border-bottom: 2px solid #45a040;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 40px;
    margin: 0px 30px;

}
.footer-social-icons {
    margin-top: 20px;
}

 .header-social-icons {
     margin-top: 90px;
  }

.associatedMedia{

    padding-top: 60px;

}



.poly-deportes-desk {
    border-top: 40px solid #01b44e;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 14px;
    margin: 0px 20px;
    position: absolute;
}

.fondo-h3-deportes-desk {
    border-top: 40px solid #01b44e;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 10em;
    margin: 0px 40px;
    position: absolute;
}

.font-deportes-h3-desk {
    position: absolute;
    padding: 0px 35px;
    font-size: 24px;
    margin: 10px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}

.separador-deportes {
    margin-top: 39px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #01b44e;
    margin-left: 40px;
    margin-right: 40px;

  }

.background-categoria-noticia-principal p {
    color: #686868;
    font-size: 14px;
    font-family: Raleway;
    text-align: left;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.background-categoria-noticia{
    padding-top: 1px;
    padding-bottom: 0px;
    height: 115px;
    position: inherit;
    margin-top: -30px;
} 


.background-categoria-noticia h2 {
    
    font-family: Raleway;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 5px;
}

.background-categoria-noticia h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-top: 10px;
    -webkit-box-orient: vertical;
}

.background-categoria-noticia p {
    color: #686868;
    font-size: 12px;
    font-family: Raleway;
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    margin-top: 10px;
    -webkit-box-orient: vertical;
}


.background-categoria-noticia h4 {
    text-align: center;
    font-family: Raleway;
    color: #797979;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 10px;
    font-weight: 300;
}



      .categoria-noticia-secundaria img{
          min-height: 185px;
      }


.nav-footer {
        margin: 2em;
    }

    .nav-footer ul { 
      margin:0; padding:0;
      color:#000; /* Base text color for the menu */
      padding: 20px 0px;
    }


    .nav-footer li:last-child {
        border-right: none;
    }

    .nav-footer li a {
        text-decoration: none;
        transition: all 0.5s ease;
        display: inline-block;
    }


  .nav-footer ul li a {
      margin: 2px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 26px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-footer li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 20px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }


  .nav-footer ul { 
    margin:0; padding:0;
    color:#000; /* Base text color for the menu */
    padding: 20px 0px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
      .background-categorias {
          background: #fff;
          height: 17.4em;
      }

  .background-categorias h1{

      font-size: 18px;
    font-weight: 600;
      font-family: Raleway;
      text-align: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 0px;   
      color: #434345;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;

            display: -moz-box;
      -moz-line-clamp: 5;
      -moz-box-orient: vertical;

      display: -o-box;
      -o-line-clamp: 5;
      -o-box-orient: vertical;


  }

  .background-categorias h2{

      font-size: 16px;
      color: #ff2851;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .background-categorias h3{

    font-size: 12px;
    color: #646567;
    padding: 0px 20px;
    font-family: Raleway;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
  }



  .background-categorias p {
    
    color: #3a3a3a;
    position: initial;
    font-size: 12px;
    font-family: Raleway;
    padding-bottom: 50px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }



 .background-categoria-noticia-secundaria h1{

   font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

          display: -moz-box;
      -moz-line-clamp: 4;
      -moz-box-orient: vertical;

            display: -o-box;
      -o-line-clamp: 4;
      -o-box-orient: vertical;
  }




  .background-categoria-noticia-secundaria h4{

      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 12px;
  }

    .background-categoria-noticia-secundaria h2{
          
    
      font-family: Raleway;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0px;
      margin: 5px;

  }


.poly-whatsapp-desk {
  border-top: 40px solid #45a040;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 10px 0px;
    position: absolute;
}

.fondo-h3-whatsapp-desk {
    border-top: 40px solid #45a040;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 9em;
    margin: 10px 18px;
    position: absolute;
} 

.font-whatsapp-h3-desk {
    position: absolute;
    padding: 6px 15px;
    font-size: 18px;
    margin: 15px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;}

.fondo-line-whatsapp-desk {
    border-bottom: 2px solid #45a040;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 40px;
    margin: 0px 30px;

}.social-icons-desk-footer li a i {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 6px 9px;
 
}

.footer-social-icons {
    margin-top: 0px;
}
 


.associatedMedia{

    padding-top: 0px;

}

.background-categoria-noticia-principal p {
    color: #686868;
    font-size: 14px;
    font-family: Raleway;
    text-align: left;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

        display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;

        display: -o-box;
    -o-line-clamp: 5;
    -o-box-orient: vertical;

}

.background-categoria-noticia{
    padding-top: 1px;
    padding-bottom: 0px;
    height: 115px;
    position: inherit;
    margin-top: -30px;
} 


.background-categoria-noticia h2 {
    
    font-family: Raleway;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 5px;
}

.background-categoria-noticia h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-top: 10px;
    -webkit-box-orient: vertical;
}

.background-categoria-noticia p {
    color: #686868;
    font-size: 12px;
    font-family: Raleway;
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    overflow: hidden;
    display: -moz-box;
    -moz-line-clamp: 5;
    margin-top: 10px;
    -moz-box-orient: vertical;
}


.background-categoria-noticia h4 {
    text-align: center;
    font-family: Raleway;
    color: #797979;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 10px;
    font-weight: 300;
}


      .categoria-noticia-secundaria img{
          min-height: 212px;
      }


.nav-footer {
        margin: 2em;
    }

    .nav-footer ul { 
      margin:0; padding:0;
      color:#000; /* Base text color for the menu */
      padding: 20px 0px;
    }


    .nav-footer li:last-child {
        border-right: none;
    }

    .nav-footer li a {
        text-decoration: none;
        transition: all 0.5s ease;
        display: inline-block;
    }


  .nav-footer ul li a {
      margin: 2px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 26px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-footer li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 20px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-footer ul { 
    margin:0; padding:0;
    color:#000; /* Base text color for the menu */
    padding: 20px 0px;
  }
}

/* Small Devices, Tablets */
@media (min-width: 768px) {
  article.a320 img {
    height:200px;
  }
}

@media (min-width: 992px) {
  article.a320 img {
    height:180px;
  }
}

@media only screen and (max-width : 768px) {
      .background-categorias {
          background: #fff;
          height: 24.3em;
      }

        .nav-header-sec ul li a {
      margin: 2px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 12px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 10px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }


  .background-categorias h1{

      font-size: 28px;
    font-weight: 600;
      font-family: Raleway;
      text-align: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 0px;
      padding-top: 20px;    
      color: #434345;    
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
          display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;
        display: -o-box;
    -o-line-clamp: 5;
    -o-box-orient: vertical;

  }

  .background-categorias h2{

      font-size: 28px;
      color: #ff2851;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .background-categorias h3{

    font-size: 13px;
    color: #646567;
    padding: 5px 20px;
    font-family: Raleway;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
  }



  .background-categorias p {
    
    color: #3a3a3a;
    position: initial;
    font-size: 20px;
    font-family: Raleway;
    padding-bottom: 50px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }



 .background-categoria-noticia-secundaria h1{

   font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

        display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;

    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;

  }



  .background-categoria-noticia-secundaria h4{

      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 12px;
  }

    .background-categoria-noticia-secundaria h2{
          
    
      font-family: Raleway;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0px;
      margin: 5px;

  }


.poly-whatsapp-desk {
  border-top: 40px solid #45a040;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 10px 0px;
    position: absolute;
}

.fondo-h3-whatsapp-desk {
    border-top: 40px solid #45a040;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 9em;
    margin: 10px 18px;
    position: absolute;
} 

.font-whatsapp-h3-desk {
    position: absolute;
    padding: 6px 15px;
    font-size: 18px;
    margin: 15px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;}

.fondo-line-whatsapp-desk {
    border-bottom: 2px solid #45a040;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 40px;
    margin: 0px 30px;

}

.social-icons-desk-footer li a i {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 6px 9px;
    margin-top: 0px;
}

.footer-social-icons {
    margin-top: 0px;
}

.associatedMedia{

    padding-top: 0px;

}

.background-categoria-noticia-principal p {
    color: #686868;
    font-size: 14px;
    font-family: Raleway;
    text-align: left;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

        display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;

        display: -o-box;
    -o-line-clamp: 5;
    -o-box-orient: vertical;
}

.background-categoria-noticia{
    padding-top: 1px;
    padding-bottom: 0px;
    height: 115px;
    position: inherit;
    margin-top: -30px;
} 


.background-categoria-noticia h2 {
    
    font-family: Raleway;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 5px;
}

.background-categoria-noticia h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    color: #434345;
    overflow: hidden;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
}

.background-categoria-noticia p {
    color: #686868;
    font-size: 12px;
    font-family: Raleway;
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    margin-top: 10px;
    
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;

    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
}


.background-categoria-noticia h4 {
    text-align: center;
    font-family: Raleway;
    color: #797979;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 10px;
    font-weight: 300;
}



.nav-footer {
        margin: 2em;
    }

    .nav-footer ul { 
      margin:0; padding:0;
      color:#000; /* Base text color for the menu */
      padding: 20px 0px;
    }


    .nav-footer li:last-child {
        border-right: none;
    }

    .nav-footer li a {
        text-decoration: none;
        transition: all 0.5s ease;
        display: inline-block;
    }


  .nav-footer ul li a {
      margin: 2px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 26px;    
      -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-footer li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 20px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }


.nav-footer ul { 
  margin:0; padding:0;
  color:#000; /* Base text color for the menu */
  padding: 20px 0px;
}


@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
body{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    color: #fff;
    font-weight: 200;
    margin: 0;
    padding: 10px 0;
    font-family: Raleway;
}
body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}


/*.mobile{
    max-width: 1200px;
    
    height: 500px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.mobile .header{
    background-color: #01ccdb;
    color: #fff;
    padding: 30px;
}
*/

.nav>li>a:focus, .nav>li>a:hover{

}


    .carousel-cap h3{
    margin-top: -120px;
    }
    .carousel .item{
    height: 70px; /* Prevent carousel from being distorted if for some reason image doesn't load */
    }
    .carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
    }

    .carousel-cap{
    position: initial;
    text-align: center;
    }

    .carousel-cap h3{
    color: #deb916;
    font-size: 14px;
    font-family: Raleway;
    font-weight: 500;
    margin-top: 60px;
    }

    .carousel-cap p{
    color: #e5e5e7;
    margin-top: -20px;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 300;
    }
    
    ul {
     margin:0; padding:0;
     color:#000; /* Base text color for the menu */
     padding: 50px;
    }


.line{
    width: 40px;
    height: 6px;
    margin: 10px 20px;
    background-color: #fff;
}

.menu-toggle:hover{
    cursor: pointer;
}

.mobile-nav ul{
    padding: 0;
    margin: 0;
    list-style-type: none;

}

.logo-header{
    height: 60px;
    margin: 0px 130px;
    -webkit-transform: skew(-26deg);
       -moz-transform: skew(-26deg);
         -o-transform: skew(-26deg);
    /*background: #01ccdb;*/
    z-index: 100;

}

.logo-header-img{
    position: fixed;
    padding: 0;
    margin: 5px 45%;
    z-index: 104;
    width: 45px;
}

.logo-footer-img{
    z-index: 100;
    height: 80px;
    padding-left: 42%;
    padding-right: 42%;
}

/*.mobile-four{
    background: #1d1c29;
    background: -webkit-linear-gradient(#1d1c29, #2f254b); 
    background: -o-linear-gradient(#1d1c29, #2f254b); 
    background: -moz-linear-gradient(#1d1c29, #2f254b); 
    background: linear-gradient(#1d1c29, #2f254b);
}*/

.banner-ptv{
    padding-top: 20px;
    padding-bottom: 40px;   
}

.banner-programas{
    /*position: relative;*/
    padding-bottom: 40px;
    /*background: black;*/
}


.ahora-programa{
    position: fixed;
    color: #fff;
    width: 69%;
    border-top: 40px solid #404042;
    border-right: 20px solid transparent;
    height: 0;
    z-index: 100;
}

.tv-envivo{
    width: 35%;
    position: fixed;
    color: #fff;
    margin: 0px 65%;
    border-bottom: 40px solid #ff2851;
    border-bottom-width: 40px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 40, 81);
    border-left: 20px solid transparent;
    z-index: 100;
}

.tv-envivo a{

  color: #fff;
}

.menu-side-button{
    position: fixed;
    border-top: 60px solid #fdc901;
    border-right: 28px solid transparent;
    height: 0;
    width: 20%;
    z-index: 100;
}


.menu-side{
    position: fixed;    
    border-top: 60px solid #01ccdb;
    border-right: 0px solid transparent;
    height: 0;
    width: 100%;
    z-index: 102;
    display: none;
}

.menu-side-header{
    position: fixed;
    border-top: 60px solid #01ccdb;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    height: 0;
    width: 65%;
    padding: 0px;
    margin: 0px 17.5%;
    z-index: 99;
}
.menu-side-search{
    position: fixed;
    border-bottom: 60px solid #404042;
    border-left: 29px solid transparent;
    height: 0;
    width: 20%;
    margin: 0px 80%;
    z-index: 100;
}
.center {
    position: absolute;
    margin-top: 10px;
    top: 50%;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 0;
   
}

.icon-search {
    padding: 15px 0px;
    margin: 0px 10%;
    width: 30px;
}


.icon-menu-side {
    position: fixed;
    padding: 0;
    margin: 15px 5px;
    z-index: 100;
    width: 30px;
}

.font-Portada-Noticia {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #3e3e3e;

}

.font-titular-Noticia-secundaria {
    font-family: Raleway;
    font-size: 60px;    
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    color: #3e3e3e;

}

.font-categoria-Portada {
    font-family: Raleway;
    font-weight: 500;
    color: #fe1c47;
    text-align: justify;
    text-justify: inter-word;
    text-transform: uppercase 
}

.font-resumen-Secundaria{
    color: #757575;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 15px;

}

#wrapper{
  background: #f1f3f2;
}

.font-tiempo-Portada {
    font-family: Raleway;
    font-weight: 400;
    color: #7d7d7d;
    float: right;
    padding: 10px;
}

.portada-ptv{
    background: #fff;
}

.contenedor-notas-secundarias{
    background: #f1f3f2;    
}

.contenedor-notas-categorias{
    background: #f1f3f2;
    padding: 0 10px;
    position: absolute;
}

.fondo-h3-tambien-interes{
    border-top: 40px solid #00ccda;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 225px;
    margin: 0px 30px;
    position: absolute;

}
 
.fondo-line-tambien-interes{
    border-bottom: 2px solid #00ccda;
    height: 0;
    width: 90%;
    padding-bottom: 25px;
    padding-top: 0px;
    margin: 32px 32px;
}
 
.fondo-h3-whatsapp{
    border-top: 40px solid #0ab253;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 140px;
    margin: 0px 30px;
    position: absolute;
}
 
.fondo-line-whatsapp{
    border-bottom: 1px solid #0ab253;
    height: 0;
    width: 90%;
    margin-right: 0px;
    padding-bottom: 28px;
    padding-top: 10px;}

.fondo-h3-Programas{
    border-top: 35px solid #523078;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: auto;
    margin: 0px 25px;
    position: absolute;
}

.fondo-line-Programas{
    border-bottom: 2px solid #523078;
    height: 0;
    width: 86%;
    padding-top: 12px;
}

.line-categoria{
    border-bottom: 3px solid #ff2851;
    height: 0;
    width: 30%;
    margin-top: 0px;

}

.line-programas{
    border-bottom: 2px solid #ff2851;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 50%;
    margin: 2px 25px;

}

.line-secundaria{
    border-bottom: 5px solid #ff2851;
    height: 0;
    width: 20%;
    margin: 5px 40%;
}

.line-separadora-secundaria{
    border-bottom: 2px solid #c1c1c1;
    width: 90%;
}


.line-separadora{
    border-bottom: 2px solid #3e3e3e;
    height: 0;
    width: 100%;
    margin-top: 480px;
    position: absolute;
}



.line-separadora-one{
    border-bottom: 2px solid #3e3e3e;
    height: 0;
    margin: 240px 0px;
    width: 100%;
    position: absolute;
}

.background-fondo-secundarias{
    background: #fff;
}

.Categoria-notas{
    background: #fff;
    margin: 30px;
}

.fondo-menu-header{
    position: fixed;
    border-top: 100px solid #fff;
    /* border-left: 53px solid transparent; */

    height: 0;
    width: 100%;

    z-index: 99;
}

.background-categoria{
    background: #fff;
}

.font-categoria-notas{
    text-align: center;
    color: #ff2851;
}

.font-h1-categoria-notas{
    font-family: Raleway;
    color: #3b3b3b;
    text-align: left;
    padding-top: 40px;
    position: absolute;
    font-weight: 600;
}

.font-titular_movil-Noticia-secundaria{
    font-family: Raleway;
    color: #3b3b3b;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
}

.font-tambien-interes-h3 {
    position: absolute;
    padding: 0px 24px;
    font-size: 16px;
    margin: 11px;
    color: #fff;
    font-family: Raleway;
}

.font-whatsapp-h3 {
    position: absolute;
    padding: 0px 30px;
    font-size: 24px;
    margin: 10px;
    color: #fff;
    font-family: Raleway;
}

.tiempo-nota-categoria{
    color: #acacae;
    font-size: 9px;
    font-weight: 300;
    margin-top: -15px;
}

.font-categoria-secundaria{
    font-family: Raleway;
    font-weight: bold;
    color: #fe1c47;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}

.tiempo-nota-secundaria{
    color: #acacae;
    font-size: 16px;
}

.font-programas-h3{
    position: relative;
    padding: 0px 10px;
    margin-top: -25px;
    -webkit-transform: skew(15deg);
    color: #fff;
    text-transform: uppercase;
}

.background-texto-notas{
    background: #fff;
    height: 127px;
}

.background-footer-logo{

    position: relative;
    height: 90px;
    padding-right: 15px;
    padding-left: 15px;"
}

footer{
    background: #01ccdb;
}

.background-footer-categoria{

    background: #404042;position: relative;
    min-height: 300px;
    padding-right: 15px;
    padding-left: 15px;

}

.line-footer{

    border-bottom: 5px solid #cfcfd1;
    margin: 160px 45px;
    margin-bottom: 0px;
    position: initial;
    /*position: absolute;*/
}

.font-categoria-footer{

    position: relative;
    font-size: 50px;
    color: #fcfcfe;
    font-weight: 100;

}

.ray-separator-Categoria{
    border-top: 40px solid #d0d0d2;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 3px;
    margin: 0px 5px;
    position: initial;
}

hr {
  border:none;
    width: 90%;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;

  margin: -50px auto 10px; 
}

#search {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
#search.toggled-search {
    /*padding-left: 220px;*/
}
 
 #sidebar-search {
    z-index: 1000;
    /*left: 220px;*/
    width: 0;
    height: 10px;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f1f3f2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
#sidebar-search::-webkit-scrollbar {
  display: none;
}

.menu{
    position: fixed;
    background: #f1f3f2;
    width: 100%;
    height: 180px;
    z-index: 10000;
    padding: 0px 1000px;
    display: none;
}


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    /*padding-left: 220px;*/
}

#sidebar-wrapper {
    z-index: 1000;
    /*left: 220px;*/
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f1f3f2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 100%;
    margin: 60px 0px;
    padding-bottom: 140px;
}

#page-content-wrapper {
    /*width: 100%;
    padding-top: 70px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
position: relative;
    top: 0;
    width: 80%;
    padding: 0;
    margin: 10px 30px;

}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-family: Raleway;    
    padding-right: 90px;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    /*background-color: #1c1c1c;*/
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #f62a45;    
    clip-path: polygon(2% 15%, 38% 15%, 35% 60%, 0% 60%);
}

.sidebar-nav li:first-child a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path: polygon(2% 15%, 38% 15%, 35% 60%, 0% 60%);
}

.sidebar-nav li:nth-child(2) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path: polygon(2% 15%, 46% 15%, 43% 80%, 0% 80%);
}
.sidebar-nav li:nth-child(3) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path: polygon(2% 15%, 52% 15%, 50% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(4) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path: polygon(2% 15%, 90% 15%, 87% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(5) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 78% 15%, 76% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(6) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 78% 15%, 76% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(7) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 62% 15%, 60% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(8) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 47% 15%, 43% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(9) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 89% 15%, 87% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(10) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 46% 15%, 44% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(11) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 64% 15%, 61% 80%, 0% 80%);
}

.sidebar-nav li:nth-child(12) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 34% 15%, 32% 80%, 0% 80%);
} 

.sidebar-nav li:nth-child(13) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 34% 15%, 32% 80%, 0% 80%);
} 

.sidebar-nav li:nth-child(14) a:hover {
    color: #fff;
    background-color: #f62a45;    
    clip-path:  polygon(2% 15%, 34% 15%, 32% 80%, 0% 80%);
} 


.list-inline li:first-child a{
    margin-left: 40px;  
}

.list-inline li:nth-child(4) a{
    margin-left: 10px;  
}

.list-inline li:nth-child(6) a{
    margin-left: 60px;  
}



.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #40403D;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: inherit;

}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    /*height: 65px;*/
    font-size: 60px;
    line-height: 80px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: absolute;
  
  /*z-index: 999;
  display: block;
*/  
  margin-left: 0px;
  /*background: transparent;*/
    width: 0px;
  height: 0px;
  /*border: none;
    width: 32px;
  height: 32px;
  top: 20px;  */
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
  /*z-index: 1000;  */
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;

}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
    margin: 0px 75%;
    position: fixed; 
    z-index: 20000;
    width: 30px;

}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: 0px;
    margin-left: 90%;
  top: 80px;
  z-index: 1200;

}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;

}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.overlay-search {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(150, 150, 150, 0.8);
    z-index: 1;
}


.categoria-font-menu{
    font-size: 60px;
    font-family: Raleway;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #fff;
}
p > a:hover{
    color: #d9d9d9;
    text-decoration:  underline;
}

ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-left: 10px;
}
.social-icon {
    color: #fff;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    padding: 5px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
    font-size: larger;
    color: #d4d4d4;
}

.social-icon a:focus, a:hover{
  color: #fff;  
}


.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;
}
.fa-facebook:hover {
    background-color: #3d5b99;
    color: #fff;
}

.fa-facebook before:hover {
    color: #3d5b99;
}

 .fa-facebook  li a:hover .icon {
  color: #ae0000;
}

.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;
}


.fa-twitter:hover {
    background-color: #55acef;
    color: #fff;
}

.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;
}
.fa-rss:hover {
    background-color: #eb8231;
    color: #fff;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;
}
.fa-youtube:hover {
    background-color: #e64a41;
    color: #fff;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;
}
.fa-instagram:hover {
    background-color: #673ab7;
    color: #fff;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;
}
.fa-google-plus:hover {
    background-color: #e25714;
    color: #fff;
}

.fa-whatsapp{
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;}

.fa-whatsapp:hover{
    background-color: #25cc09;
    color: #fff;
}

#wrap {
    padding: 10px;
    min-height: -webkit-calc(100% - 100px);     /* Chrome */
    min-height: -moz-calc(100% - 100px);     /* Firefox */
    min-height: calc(100% - 100px);     /* native */
}
.footer {
    position: relative;
    clear:both;
}
.texto-noticia {

  font-size: 18px;
  font-family: Raleway;
  font-weight: 400;
  background: #f1f3f2;
  text-align: justify!important;
  color: #636363;
  padding: 0px 20px

}

.texto-noticia a{

  color: #636363;
  text-decoration: underline #636363;
}

.texto-noticia a:hover{

  color: #000;
  text-decoration: underline #000;
}

footer p{
    margin: 5px 0px 10px 0px;
    color: #fff;
    font-size: 12px;
    font-family: Raleway;
    font-weight: 300;  
    text-align: center;
}



ul li { 
 list-style:none;
}

ul li:last-child:after { content:""; /* No separator for the last item in the list */ }

 
.strong-temas-relacionados{
    font-size: 18px;
    color: #49494b;
    font-weight: 500;
    padding: 30px;
}
 
.strong-temas-relacionados a{
 
  color: #49494b;
 
}
 
.list-origen a{
  color: #666666;
  font-weight: 500;
  font-size: 18px;
}

.texto-noticia p{
    padding: 5px;
}
 
.list-origen p{
    color: #666674;
    font-weight: 200;
    font-size: 14px;
}
 
.form-search input{
    height: 140px;
    font-size: 40px;
    font-family: Raleway;
    font-weight: 400;
    background: #404042;
    color: #ececec;
}
 
.form-search button{
    height: 140px;
    font-size: 40px;
    font-family: raleway;
    font-weight: 400;
    background: #404042;
    color: #ececec;
}
 
.form-search button:hover{
    height: 140px;
    font-size: 40px;
    font-family: raleway;
    font-weight: 400;
    background: #404042;
    color: #01ccdb;
}
 
 ul li a {
     color:#fafafc; /* Text colors for the links */
     font-family: Raleway;
     font-weight: 200;
 font-size: 20px;
}

.bs-example{
  margin: 0px;
}
 
.glyphicon-chevron-left:before{
      color: #deb916;
      font-size: 20px;
}
 
.glyphicon-chevron-right:before{
      color: #deb916;
      font-size: 20px;
}
 
 .poly-Programas{
    border-top: 35px solid #523078;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 15px;
    margin: 0px 5px;
    position: absolute;
}
 
 .poly-whatsapp{
    border-top: 40px solid #0ab253;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 20px;
    margin: 0px 5px;
    position: absolute;
}
 
.carousel-control{
    font-size: 50px;
}

.font-fuente-multimedia{
    text-align: center;
    font-family: raleway;
    font-size: 30px;
    font-weight: 500;
}

article h1,h2,h3{

  color: #3b3b3b;
  font-family: Raleway;
  font-weight: 600;
}


 
.jMultimedia{  
  padding-top: 110px;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
}

.categoria_fondo {
    background: url(/imagenes/categoria_fondo.jpg);
    padding-top: 115px;
    padding-bottom: 90px;

}

.categoria_header_barra {
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    color: #ffffff!important;
    font-family: Raleway;
    font-weight: 400;    
    position: fixed;
    width: 100%;
    z-index: 98;

}

.poly-tambien-interes{
    border-top: 40px solid #00ccda;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 20px;
    margin: 0px 5px;
    position: absolute;
}

.poly-Entretenimiento{
    border-top: 70px solid #09b54b;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 30px;
    margin: 0px 5px;
    position: absolute;
}
.fondo-h3-Entretenimiento{
    border-top: 70px solid #09b54b;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 320px;
    margin: 0px 50px;
    position: absolute;
}
.fondo-line-Entretenimiento{
    border-bottom: 5px solid #09b54b;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 90%;
    margin: 85px 60px;
}

.poly-Politica{
    border-top: 70px solid #f62b57;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 30px;
    margin: 0px 5px;
    position: absolute;
}
.fondo-h3-Politica{
    border-top: 70px solid #f62b57;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 190px;
    margin: 0px 50px;
    position: absolute;
}
.fondo-line-Politica{
    border-bottom: 5px solid #f62b57;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 90%;
    margin: 85px 60px;
    padding:  32px

}




}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

        .background-categorias {
            background: #fff;
            height: 17.3em;
        }

  .background-categorias h1{

      font-size: 28px;
    font-weight: 600;
      font-family: Raleway;
      text-align: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 0px;
      padding-top: 50px;    
      color: #434345;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;

      display: -moz-box;
      -moz-line-clamp: 5;
      -moz-box-orient: vertical;

      display: -o-box;
      -o-line-clamp: 5;
      -o-box-orient: vertical;

  }

  .background-categorias h2{

      font-size: 28px;
      color: #ff2851;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .background-categorias h3{

    font-size: 13px;
    color: #646567;
    padding: 5px 20px;
    font-family: Raleway;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
  }



  .background-categorias p {
    
    color: #3a3a3a;
    position: initial;
    font-size: 20px;
    font-family: Raleway;
    padding-bottom: 50px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }



 .background-categoria-noticia-secundaria h1{

   font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

        display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;

        display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;


  }



  .background-categoria-noticia-secundaria h4{

      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 12px;
  }

    .background-categoria-noticia-secundaria h2{
          
    
      font-family: Raleway;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0px;
      margin: 5px;

  }
.footer-social-icons {
    margin-top: 0px;
}


.associatedMedia{

    padding-top: 0px;

}

.background-categoria-noticia{
    padding-top: 1px;
    padding-bottom: 0px;
    height: 115px;
    position: inherit;
    margin-top: -30px;
} 


.background-categoria-noticia h2 {
    
    font-family: Raleway;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 5px;
}

.background-categoria-noticia h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-top: 10px;
    -webkit-box-orient: vertical;

        display: -moz-box;
    -moz-line-clamp: 4;
    margin-top: 10px;
    -moz-box-orient: vertical;

        display: -o-box;
    -o-line-clamp: 4;
    margin-top: 10px;
    -o-box-orient: vertical;
}


.background-categoria-noticia p {
    color: #686868;
    font-size: 12px;
    font-family: Raleway;
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    margin-top: 10px;
    -webkit-box-orient: vertical;
}

.background-categoria-noticia h4 {
    text-align: center;
    font-family: Raleway;
    color: #797979;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 10px;
    font-weight: 300;
}

 
}


 .container-fluid{
      background: #f1f3f2;
    }

    #wrapper{
      background: #f1f3f2;
    }

    h1, h2, h3, h4, h5, h6{
      color: #fff;
      font-weight: 200;
      margin: 0;
      /*padding: 10px 0;*/
    }

    .logo-header{
      height: 120px;
      margin: 0px 130px;
      -webkit-transform: skew(-26deg);
         -moz-transform: skew(-26deg);
           -o-transform: skew(-26deg);
      /*background: #01ccdb;*/
      z-index: 100;

    }
    .Polygon_header_1{
        position: absolute;
        border-top: 115px solid #01ccdb;
        border-right: 55px solid transparent;
        height: 0;
        width: 10px;
        z-index: 99;      
    }

    .Polygon_header_2{
        position: absolute;
        border-top: 115px solid #01ccdb;
        border-left: 0px solid transparent;
        -webkit-transform: skew(-26deg);
        -moz-transform: skew(-26deg);
        -o-transform: skew(-26deg);
        height: 0;
        width: 17.3%;
        margin: 0px 2%;
        z-index: 99;
    }

    .Polygon_header_3{
      position: absolute;
      border-top: 115px solid #fccb02;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-26deg);
      -moz-transform: skew(-26deg);
      -o-transform: skew(-26deg);
      height: 0;
      width: 80%;
      margin: 0px 20%;
      z-index: 101;
    }

    .Polygon_center_3{
      position: absolute;
      border-top: 67px solid #404042;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-26deg);
      -moz-transform: skew(-26deg);
      -o-transform: skew(-26deg);
      height: 0;
      width: 60%;
      margin: 10px 30%;
      z-index: 101;

    }

    .Polygon_header_4{
        position: absolute;
        border-bottom: 115px solid #fccb02;
        border-left: 55px solid transparent;
        height: 0;
        width: 4%;
        margin: 0px 96%;
        z-index: 104;
    }

    .fondo-menu-header-desk {
        position: absolute;
        border-top: 196px solid #ffffff;  
        /* border-left: 53px solid transparent; */
        height: 0;
        width: 100%;
        z-index: 99;
    }


    .fondo-menu-footer-desk {
        position: absolute;
        border-top: 245px solid #ffffff;  
        /* border-left: 53px solid transparent; */
        height: 0;
        width: 100%;
        z-index: 99;
    }


    .logo_header_desk_img{
        position: absolute;
        height: 98px;
        margin: 5px 7%;
        z-index: 104;   
    }

    .carousel-cap-header h3 {
        color: #deb916;
        font-size: 24px;
        font-family: Raleway;
        font-weight: 600;
        margin-top: 10px;
    }

    .carousel-cap-header p {
        color: #e5e5e7;
        margin-top: -30px;
        font-size: 30px;
        font-family: Raleway;
        font-weight: 400;
    }

    .ahora-programa-header {
        position: absolute;
        color: #fff;
        width: 30%;
        border-top: 65px solid #404042;
        border-right: 36px solid transparent;
        height: 0;
        z-index: 106;
        margin: 10px 0px;
    }

    .carousel{
      margin-top: -100px;
      }
      .carousel .item{
      height: 70px; /* Prevent carousel from being distorted if for some reason image doesn't load */
      }
      .carousel .item img{
      margin: 0 auto; /* Align slide image horizontally center */
      }

      .carousel-cap{
      position: initial;
      text-align: center;
      }

      .carousel-cap h3{
      color: #ffc200;
      font-size: 20px;
      font-family: Raleway;
      font-weight: 600;
      margin-top: 15px;
      }

      .carousel-cap p{
      color: #e5e5e7;
      margin-top: -25px;
      font-size: 18px;
      font-family: Raleway;
      font-weight: 400;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
}


    .tv-envivo-header {
    width: 10%;
    position: absolute;
    color: #fff;
    margin: 0px 90%;
    border-bottom: 65px solid #ff2851;
    border-left: 30px solid transparent;
    z-index: 10002;
    padding-top: 11px;
    }
.glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 40px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}




    .nav-header-sec {
        margin: -6em;
    }

    .nav-header-sec ul { 
      margin:0; padding:0;
      color:#000; /* Base text color for the menu */
      padding: 30px 100px;
    }


    .nav-header-sec li:last-child {
        border-right: none;
    }

    .nav-header-sec li a {
        text-decoration: none;
        color: #383d43;
        font-size: 20px;
        text-transform: uppercase;
        transition: all 0.5s ease;
        display: inline-block;
    }

      

    .center-header {
        position: absolute;
        top: 50%;
        font-size: 34px;
        width: 100%;
        text-align: center;
        padding: 0;
        font-family: Raleway;
        color: #fff;
    }

    .header-center-categoria{    
      position: absolute;
        border-top: 65px solid #404042;
        /* border-left: 53px solid transparent; */
        -webkit-transform: skew(-26deg);
        -moz-transform: skew(-26deg);
        -o-transform: skew(-26deg);
        height: 0;
        width: 60%;
        margin: 11px 30%;
        z-index: 101;
    }

    .header {
        width: 77%;
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 115px;
        border: none;
        background-color: rgb(252, 203, 2);

    }

    /* Demo stuff */


    ul li { float:left; list-style:none; /* Makes the list items go horizontally in lieu of default vertical display */ }
    /*ul li:after {
     content:"/"; /* Or go Facebook style and use "·" (the interpunct character) for separators */
     /*color:#fafafc; /* You may want to make the separators a bit more subtle than the base text color */
     /* font-family: Raleway;
     font-weight: 200;
     font-size: 50px;
    }*/
    ul li:last-child:after { content:""; /* No separator for the last item in the list */ }

 

    .nav-header {
        margin: 2em;
    }

    .nav-header ul { 
      margin:0; padding:0;
      color:#000; /* Base text color for the menu */
      padding: 20px 0px;
    }


    .nav-header li:last-child {
        border-right: none;
    }

    .nav-header li a {
        text-decoration: none;
        color: #383d43;
        font-size: 20px;
        text-transform: uppercase;
        transition: all 0.5s ease;
        display: inline-block;
    }






    .container {
        width: 100%;
        max-width: 70em;
        padding: 2em;
        margin: 0 auto;
    }






@media only screen and (max-width: 2700px) {

}


@media only screen and (max-width: 1800px) {

  .nav-header ul li a {
      margin: 2px 0px;
      color: #443f39;
      font-family: Raleway;
      font-weight: 300;
      font-size: 24px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header li {
      height: 36px;
      margin-right: 0px;
      border-right: 1px solid #383d43;
      padding: 0px 15px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
}
    .carousel-cap h3{
    color: #ffc200;
      font-size: 18px;
      font-family: Raleway;
      font-weight: 600;
      margin-top: 15px;

  }





  ._descripcion{
        font-size: 14px;
      line-height: 24px;
      color: #6f6f6f;
      text-align: justify;
      margin-top: 0px;
      font-family: Raleway;
      font-weight: 500;
      background: #f7fdfc;
      text-indent: 0px;
      padding: 0.5em;
      border-left: 6px solid #8d8d8d;
      background-color: #f9f9f9;  }



  .center-header {
      position: absolute;
      top: 50%;
      font-size: 30px;
      width: 100%;
      text-align: center;
      padding: 0;
      font-family: Raleway;
      color: #fff;
  }

.poly-destacados-desk {
  border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 0px;
    position: absolute;
}

.fondo-h3-destacados-desk {
    border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
  height: 0;
    width: 55%;
    margin: 0px 18px;
    position: absolute;
} 

.font-destacados-h3-desk {
    position: absolute;
    padding: 0px 15px;
    font-size: 24px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}


.nav-header ul { 
  margin:0; padding:0;
  color:#000; /* Base text color for the menu */
  padding: 20px 0px;
}


  .nav-header-sec ul li a {
      margin: 6px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 24px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 8px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nubetags{
        height: 350px;
  }




.background-categoria-noticia-secundaria{

  background: #fff;
    padding-top: 1px;
    padding-bottom: 0px;
    height: 115px;
    position: inherit;
    margin-top: -30px;
}


  .portada_bloque_programas_listado li{

      font-family: Raleway;
      font-weight: 600;
      padding: 0px;
      font-size: 18px;
      color: #5b5b5d;
        background-color: #fff;    
        clip-path: polygon(6% 11%, 100% 11%, 97% 100%, 3% 100%);
  }

  ._titular_default a{

    color:#fffaf4;
    font-size: 14px;
      font-family: Raleway;

  }

}

@media only screen and (max-width: 1600px) {

  .nav-header ul li a {
      margin: 2px 0px;
      color: #443f39;
      font-family: Raleway;
      font-weight: 300;
      font-size: 24px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header li {
      height: 36px;
      margin-right: 0px;
      border-right: 1px solid #383d43;
      padding: 0px 10px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
}
    .carousel-cap h3{
    color: #ffc200;
      font-size: 18px;
      font-family: Raleway;
      font-weight: 600;
      margin-top: 15px;

  }

  .nav-header-sec ul li a {
      margin: 6px 0px;
      color: #fff!important;
      font-family: Raleway;
      font-weight: 300;
      font-size: 16px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 8px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }




  .center-header {
      position: absolute;
      top: 50%;
      font-size: 28px;
      width: 100%;
      text-align: center;
      padding: 0;
      font-family: Raleway;
      color: #fff;
  }

.poly-destacados-desk {
  border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 0px;
    position: absolute;
}

.fondo-h3-destacados-desk {
    border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
  height: 0;
    width: 55%;
    margin: 0px 18px;
    position: absolute;
} 

.font-destacados-h3-desk {
    position: absolute;
    padding: 0px 15px;
    font-size: 22px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}


.nav-header ul { 
  margin:0; padding:0;
  color:#000; /* Base text color for the menu */
  padding: 20px 0px;
}



   

  .nubetags{
        height: 320px;
  }




.background-categoria-noticia-secundaria{

  background: #fff;
    padding-top: 1px;
    padding-bottom: 0px;
    height: 115px;
    position: inherit;
    margin-top: -30px;
}



.portada_bloque_programas_listado li{

    font-family: Raleway;
    font-weight: 600;
    padding: 0px;
    font-size: 16px;
    color: #5b5b5d;
      background-color: #fff;    
      clip-path: polygon(6% 11%, 100% 11%, 97% 100%, 3% 100%);
}

  ._titular_default a{

    color:#fffaf4;
    font-size: 12px;
      font-family: Raleway;

  }

}


@media only screen and (max-width: 1400px) {

  .nav-header ul li a {
      margin: 2px 0px;
      color: #443f39;
      font-family: Raleway;
      font-weight: 400;
      font-size: 18px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header li {
      height: 30px;
      margin-right: 0px;
      border-right: 1px solid #383d43;
      padding: 0 12px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec{
      font-size: 18px;
      font-family: Raleway;
      font-weight: 400;
  }

  .logo_header_desk_img {
      position: absolute;
      height: 83px;
      margin: 12px 8%;
      z-index: 104;
  }
    .carousel-cap h3{
    color: #ffc200;
      font-size: 16px;
      font-family: Raleway;
      font-weight: 400;
      margin-top: 15px;
  }


    .nav-header ul { 
      margin:0; padding:0;
      color:#000; /* Base text color for the menu */
      padding: 20px 0px;
    }

  .center-header {
      position: absolute;
      top: 50%;
      font-size: 20px;
      width: 100%;
      text-align: center;
      padding: 0;
      font-family: Raleway;
      color: #fff;
  }




    .nav-header-sec a {
        margin: 2px 0px;
        color: #fff;
        font-family: Raleway;
        font-weight: 200;
        font-size: 21px;    
        -webkit-transform: skew(13deg);
        -moz-transform: skew(13deg);
        -o-transform: skew(13deg);
    }
    .nav-header-sec ul {
        margin: 0;
        padding: 0;
        color: #000;
        padding: 60px 110px;
    }
    .nubetags {
        height: 360px;
        margin-bottom: 20px;
    }



.background-categoria-noticia-secundaria{

  background: #fff;
    padding-top: 1px;
    padding-bottom: 0px;
    height: 115px;
    position: inherit;
    margin-top: -30px;
}






._titular_default a{

  color:#fffaf4;
  font-size: 12px;
    font-family: Raleway;

}

}

  @media only screen and (max-width: 1200px) {

      .center-header {
        position: absolute;
        top: 50%;
        font-size: 24px;
        width: 100%;
        text-align: center;
        padding: 0;
        font-family: Raleway;
        color: #fff;
    } 

  .nav-header-sec ul li a {
      margin: 6px 0px;
      color: #fff;
      font-family: Raleway;
      font-weight: 300;
      font-size: 14px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header-sec li {
    height: 40px;
      margin-right: 0px;
      border-right: 1px solid #fff;
      padding: 0 8px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }



    .nav-header ul li a {
    margin: 4px 0px;
    color: #443f39;
    font-family: Raleway;
    font-weight: 300;
    font-size: 16px;
    -webkit-transform: skew(13deg);
    -moz-transform: skew(13deg);
    -o-transform: skew(13deg);
}

.nav-header li {
    height: 30px;
    margin-right: 0px;
    border-right: 1px solid #383d43;
    padding: 0 9px;
    display: inline;
    -webkit-transform: skew(13deg);
    -moz-transform: skew(13deg);
    -o-transform: skew(13deg);
}

.poly-destacados-desk {
  border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 0px;
    position: absolute;
}

.fondo-h3-destacados-desk {
    border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
  height: 0;
    width: 55%;
    margin: 0px 18px;
    position: absolute;
} 

.font-destacados-h3-desk {
    position: absolute;
    padding: 0px 15px;
    font-size: 12px;
    margin: 15px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}


.nubetags {
    height: 410px;
    margin-bottom: 20px;
}


.font-whatsapp-h3-desk {
    position: absolute;
    padding: 4px 10px;
    font-size: 16px;
    margin: 15px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}


.background-categoria-noticia-principal h2 {
    font-family: Raleway;
    font-size: 18px;
    text-align: center; 
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    margin: 0;
}

.background-categoria-noticia-principal h1 {
    font-size: 24px;
    padding-top: 0px;
    font-family: Raleway;
    font-weight: 600;
    margin-top: 0px;
    /* margin: -5px; */
    color: #3d3d3d;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.background-categoria-noticia-principal p {
    color: #686868;
    font-size: 14px;
    font-family: Raleway;
    text-align: left;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.background-categoria-noticia-principal h4 {
    text-align: center;
    font-family: Raleway;
    color: #797979;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 12px;
    font-weight: 300;
}



    .background-categorias h3 {
  font-size: 14px;
    color: #646567;
    /*padding: 5px 20px;
    font-family: Raleway;*/
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    }


  .line-categoria-noticia-principal {
      /* border-bottom: 1px solid #707271; */
      /* height: 0; */
      width: 90%;
      margin: 2px 0px;
      /* padding: 32px; */
      /* padding-bottom: 10px; */
      padding-top: 5px;
      border-top: 1px solid #707271;
  }

}


@media only screen and (max-width: 1000px) {

  .nav-header ul li a {
      margin: 2px 0px;
      color: #443f39;
      font-family: Raleway;
      font-weight: 300;
      font-size: 13px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header li {
    height: 20px;
      margin-right: 2px;
      border-right: 1px solid #383d43;
      padding: 0 4px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header ul {
      margin: 0;
      color: #000;
      padding: 20px 0px;
  }

  .logo_header_desk_img {
      position: absolute;
      height: 83px;
      margin: 12px 5%;
      z-index: 104;
  }

    .carousel-cap h3{
    color: #ffc200;
      font-size: 14px;
      font-family: Raleway;
      font-weight: 600;
      margin-top: 15px;
  }



  .center-header {
      position: absolute;
      top: 50%;
      font-size: 16px;
      width: 100%;
      text-align: center;
      padding: 0;
      font-family: Raleway;
      color: #fff;
  }




  .nav-header-sec ul {
    margin: 0;
    padding: 0;
    color: #000;
    padding: 60px 100px;
  }



    .nav-header-sec a {
        margin: 2px 0px;
        color: #fff;
        font-family: Raleway;
        font-weight: 200;
        font-size: 13px;
        -webkit-transform: skew(13deg);
        -moz-transform: skew(13deg);
        -o-transform: skew(13deg);
    }

    .Polygon_header_1 {
        position: absolute;
        border-top: 100px solid #01ccdb;
        border-right: 50px solid transparent;
        height: 0;
        width: 10px;
        z-index: 99;
    }
    .Polygon_header_2 {
        position: absolute;
        border-top: 100px solid #01ccdb;
        /* border-left: 53px solid transparent; */
        -webkit-transform: skew(-26deg);
        -moz-transform: skew(-26deg);
        -o-transform: skew(-26deg);
        height: 0;
        width: 16%;
        margin: 0px 3.2%;
        z-index: 99;
    }

    .header {
      width: 75%;
      position: absolute;
      z-index: 1000;
      top: 0;
      left: 0;
      height: 100px;
      border: none;
      background-color: rgb(252, 203, 2);
    }

    .Polygon_header_4 {
      position: absolute;
      border-bottom: 100px solid #fccb02;
      border-left: 55px solid transparent;
      height: 0;
      width: 6%;
      margin: 0px 94%;
      z-index: 104;
    }

    .ahora-programa-header {
      position: absolute;
      color: #fff;
      width: 30%;
      border-top: 65px solid #404042;
      border-right: 36px solid transparent;
      height: 0;
      z-index: 100;
      margin: -10px 0px;
  }

    .header-center-categoria {
      position: absolute;
      border-top: 65px solid #404042;
      /* border-left: 53px solid transparent; */
      -webkit-transform: skew(-26deg);
      -moz-transform: skew(-26deg);
      -o-transform: skew(-26deg);
      height: 0;
      width: 60%;
      margin: -10px 30%;
      z-index: 101;
  }

  .ahora-programa-header {
    position: absolute;
    color: #fff;
    width: 30%;
    border-top: 65px solid #404042;
    border-right: 36px solid transparent;
    height: 0;
    z-index: 100;
    margin: -10px 0px;
}

  .tv-envivo-header {
      width: 10%;
      position: absolute;
      color: #fff;
      margin: -10px 90%;
      border-bottom: 67px solid #ff2851;
      border-left: 30px solid transparent;
      z-index: 100;
      padding-top: 0px;
  }

.poly-destacados-desk {
  border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 0px;
    position: absolute;
}

.fondo-h3-destacados-desk {
    border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
  height: 0;
    width: 55%;
    margin: 0px 18px;
    position: absolute;
} 

.font-destacados-h3-desk {
    position: absolute;
    padding: 0px 15px;
    font-size: 24px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}


}

@media only screen and (max-width: 800px) {

  .nav-header ul li a {
      margin: 2px 0px;
      color: #443f39;
      font-family: Raleway;
      font-weight: 300;
      font-size: 14px;    -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header li {
    height: 20px;
      margin-right: 0px;
      border-right: 1px solid #383d43;
      padding: 0 10px;
      display: inline;
          -webkit-transform: skew(13deg);
      -moz-transform: skew(13deg);
      -o-transform: skew(13deg);
  }

  .nav-header ul {
      margin: 0;
      padding: 0;
      color: #000;
      padding: 4px;
  }

  .logo_header_desk_img{
      position: absolute;
      height: 79px;
      margin: 17px 2%;
      z-index: 104;   
  }

    .carousel-cap h3{
    color: #ffc200;
      font-size: 12px;
      font-family: Raleway;
      font-weight: 600;
      margin-top: 15px;
  }



  .center-header {
      position: absolute;
      top: 50%;
      font-size: 14px;
      width: 100%;
      text-align: center;
      padding: 0;
      font-family: Raleway;
      color: #fff;
  }



.poly-destacados-desk {
  border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 0px;
    position: absolute;
}

.fondo-h3-destacados-desk {
    border-top: 40px solid #00a682;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
  height: 0;
    width: 55%;
    margin: 0px 18px;
    position: absolute;
} 

.font-destacados-h3-desk {
    position: absolute;
    padding: 0px 15px;
    font-size: 24px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}


}

  h1 {
      font-size: 2em;
      color: #fff;
      text-align: center;
      font-family: Raleway; 

  }


  p {
      font-size: 1em;
      color: #fff;
      /*margin: 2em 0;*/
  }


/*  .nav-header li a:hover {

      color: #fff;
      background-color: #f62a45;    
      clip-path: polygon(1% 6%, 99% 13%, 106% 84%, 0% 86%);

  }
*/

    .nav-header .selection a:hover{
        color: #fff;
    }

    .nav-header-sec .selection a:hover{
        color: #553f39;
    }

  .nav-header .selection:nth-child(1):hover,.nav-footer .selection:nth-child(1):hover{
      background-color: #f62a45;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }


  .nav-header .selection:nth-child(2):hover,.nav-footer .selection:nth-child(2):hover{
      font-weight: 600;
      background-color: #f62a45;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }

  .nav-header .selection:nth-child(3):hover,.nav-footer .selection:nth-child(3):hover{
      background-color: #01b44e;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }

  .nav-header .selection:nth-child(4):hover,.nav-footer .selection:nth-child(4):hover{
      background-color: #54337a;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }


  .nav-header .selection:nth-child(5):hover,.nav-footer .selection:nth-child(5):hover{
      background-color: #f62a45;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }

  .nav-header .selection:nth-child(6):hover,.nav-footer .selection:nth-child(6):hover{
      background-color: #f62a45;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }

  .nav-footer .selection:nth-child(7):hover,.nav-footer .selection:nth-child(7):hover{
      background-color: #6f6ee8;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }


  .nav-header-sec .selection:nth-child(1):hover{
      background-color: #fccb02;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }


  .nav-header-sec .selection:nth-child(2):hover{
      font-weight: 600;
      background-color: #fccb02;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }

  .nav-header-sec .selection:nth-child(3):hover{
      background-color: #fccb02;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }

  .nav-header-sec .selection:nth-child(4):hover{
      background-color: #fccb02;   
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }


  .nav-header-sec .selection:nth-child(5):hover{
      background-color: #fccb02;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }

  .nav-header-sec .selection:nth-child(6):hover{
      background-color: #fccb02;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }
  
  .nav-header-sec .selection:nth-child(7):hover{
      background-color: #fccb02;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }
  
  .nav-header-sec .selection:nth-child(8):hover{
      background-color: #fccb02;    
      clip-path: polygon(2% 2%, 100% 2%, 100% 100%, 2% 100%);
  }  

  .background-noticia-portada-2 {
      background: #fff;
      padding-top: 1rem;
      padding-bottom: 0px;
  }

  .background-noticia-portada-2 h2{
    padding-top: 1px;
      color: #f04332;
      font-family: Raleway;
      font-size: 28px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
    padding: 0px;
  }

  .background-noticia-portada-2 h1{
    font-size: 28px;
    font-weight: 600;
    font-family: Raleway;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    /*padding-bottom: 0px;*/
    /* padding-top: 50px; */
    color: #434345;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }


  .background-noticia-portada-2 hr{
      margin-bottom: 0px;
      border: 0;
      width: 25%;
      padding: 0px;
      border-top: 2px solid #f04332;  
  }

  .background-noticia-portada-2 h4{

      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
  }


  .h1-column-right{

    text-align: left;     
      font-size: 20px;
      padding-top: 0px;
      font-family: Raleway;
      font-weight: 600;
      padding-left: 10px;
      padding-right: 10px;
          color: #434345;



  }

  .background-categorias-right{

    padding-bottom: 20px;

  }

  .background-noticia-right {
      background: #fff;
      padding-top: 1px;
      margin-top: -15px;
      padding-bottom: 0px;
  }

  .background-noticia-right h2{
          

      font-family: Raleway;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0px;
      margin: 10px;
  }

  .background-noticia-right h1{

    font-size: 16px;
    padding-top: 0px;
    font-family: Raleway;
    font-weight: 600;
    margin-top: 0px;
    /* margin: 10px; */
    color: #434345;
    padding-left: 10px;
    text-align: left;
    padding-right: 10px;
  }


  .background-noticia-right h4{

      text-align: center;
      font-family: Raleway;
      color: #797979;
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 12px;
  }







  .line-categoria-principal-portada {
    /* border-bottom: 1px solid #707271; */
    /* height: 0; */
    width: 90%;
    /* padding: 32px; */
    /* padding-bottom: 70px; */
    /* padding-top: 10px; */
    /* margin-left: 5px; */
    /* padding-left: 57px; */ 
    border-top: 1px solid;

  } 

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

@media (min-width: 2600px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
  .container:after {
    content: "";
    clear: both;
    width: 100%;
  }

  .col4 {
    width: 300px;
    float: left;
    margin: 0 10px;
  }

  .image {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 2599px) {
  .container {
    width: 96%;
    /*margin: 0 2%;*/
  }

  .col4 {
    clear: both;
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
  }
  .col4:after {
    content: "";
    clear: both;
    width: 100%;
  }

  .image {
    float: left;
    width: 40%;
  }

  .copy {
    float: right;
    width: 56%;
  }
}
@media (max-width: 599px) {
  .container {
    width: 96%;
    margin: 0 2%;
  }

  .col4 {
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
  }

  .image, .copy {
    text-align: center;
  }
}




.fondo-line-destacados-desk {
    border-bottom: 2px solid #00a682;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 100%;
    padding-bottom: 18px;
    padding-top: 20px;
    margin: 0px 15px;
}

.nubetags{

   padding: 5px 0px;

}

.poly-programas-desk{
  border-top: 30px solid #fecc00;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 14px 5px;
    position: absolute;
}





/*.portada_bloque_programas_listado li div:hover{

      background-color: #f62a45;      
      clip-path: polygon(6% 11%, 100% 11%, 97% 100%, 3% 100%);
      color: #fff;
    font-family: Raleway;
    font-weight: 600;
    padding: 0px;
    font-size: 21px;

}*/



.link-3 a:before {
  content: '';
  border-bottom: solid 1px white;
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
}

.link-3 a:hover:before {
  -webkit-transform: scaleY(4);
     -moz-transform: scaleY(4);
      -ms-transform: scaleY(4);
       -o-transform: scaleY(4);
          transform: scaleY(4);
}

.link-3 a:before {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}



.parallelogramRight {
    width: 140px; 
    height: 70px; 
    background: #103252;
    margin: 0 auto;
    transform: skew(-25deg); 
    -o-transform: skew(-25deg); 
    -moz-transform: skew(-25deg); 
    -webkit-transform: skew(-25deg);
}



._titular_default{
  
  background: #f32434;
    text-align: center;
    padding-bottom: 20px;
    font-family: Raleway;
    font-size: 14px;
    padding-top: 12px;
    min-height: 90px;
    max-height: 90px;
    padding-left: 5px;
    padding-right: 5px;
}



._titular_default a:hover{

  color:#fffaf4;
  
}


  .line-categoria-noticia-principal{
      
    /* border-bottom: 1px solid #707271; */
    /* height: 0; */
    width: 90%;
    margin: 5px 10px;
    /* padding: 32px; */
    /* padding-bottom: 10px; */
    padding-top: 5px;
    border-top: 1px solid #707271;

  }


  .line-categoria-noticia{
    width: 90%;
    border-top: 1px solid #707271;
  }

  .categoria-noticia-secundaria{
    padding: 5px;
  }





  .separador-categoria {
    margin-top: 39px;
    margin-bottom: 10px;
    border: 0;
    margin-left: 40px;
    margin-right: 40px; 
    border-top: 1px solid #ff2851;

  }


  .poly-categoria-desk {
    border-top: 40px solid #ff2851;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 16px;
    margin: 0px 23px;
    position: absolute;
  }

  .fondo-h3-categoria-desk {
    border-top: 40px solid #ff2851;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 10em;
    margin: 0px 45px;
    position: absolute;
  } 

  .font-categoria-h3-desk {
    position: absolute;
    padding: 0px 50px;
    font-size: 24px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
  }

  .fondo-line-categoria-desk {
      border-bottom: 2px solid #00a682;
      /* border-left: 53px solid transparent; */
      height: 0;
      width: 100%;
      padding-bottom: 18px;
      padding-top: 20px;
      margin: 0px 15px;
  }




  .separador-entretenimiento {
    margin-top: 39px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #54337a;
    margin-left: 40px;
    margin-right: 40px;
  }

  .poly-entretenimiento-desk {
    border-top: 40px solid #54337a;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 22px;
    position: absolute;
  }

  .fondo-h3-entretenimiento-desk {
    border-top: 40px solid #54337a;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 18em;
    margin: 0px 40px;
    position: absolute;
  } 

  .font-entretenimiento-h3-desk {
    position: absolute;
    padding: 0px 49px;
    font-size: 24px;
    margin: 7px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
  }

  .fondo-line-entretenimiento-desk {
      border-bottom: 2px solid #54337a;
      /* border-left: 53px solid transparent; */
      height: 0;
      width: 100%;
      padding-bottom: 18px;
      padding-top: 20px;
      margin: 0px 15px;
  }



.bs-example{
  margin: 20px;
}
 
.glyphicon-chevron-left:before{
      color: #deb916;
      font-size: 36px;
}


.glyphicon-chevron-left:before{
      color: #deb916;
      font-size: 36px;
}
 
.glyphicon-chevron-right:before{
      color: #deb916;
      font-size: 36px;
}
 
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    
}


  .social-icons-desk{
    margin-left: -60px;
  }

  .social-icons-desk a {
      color: #fff;
      text-decoration: none;
      font-size: -webkit-large;
      color: #d4d4d4;
  }

  .social-icons-desk li a i{

      border-style: solid;
      border-width: 2px 2px 2px 2px;
      padding: 2px 5px;
  }

  .social-icons li a i{

    font-size: xx-large;
  
  }

  .contenedor_noticia h1{

    color: #404042;
    font-family: Raleway;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    text-align: left;

  }

  .contenedor_noticia h3{

    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    color: #525050;
    padding-bottom: 0px;

  } 

  .Programa-Categoria-noticia ul li a{

    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    color: #525050;
  }

  .text-justify p{

    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    color: #070707;

  }

  .temas-relacionados span,span a{
      font-family: Raleway;
      font-size: 18px;
      color: #3a3a3a;
      font-weight: 600;
          text-decoration: underline;
  }


.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 1200px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
    padding: 10px;

}
.social-icons a {
    color: #fff;
    text-decoration: none;
        font-size: -webkit-xxx-large;
            color: #d4d4d4;
}

.social-icon a:focus, a:hover{
  color: #fff;  
}



.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-facebook:hover {
    background-color: #3d5b99;
    color: #fff;
}

.fa-facebook before:hover {
    color: #3d5b99;
}

 .fa-facebook  li a:hover .icon {
  color: #ae0000;
}

.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}


.fa-twitter:hover {
    background-color: #55acef;
    color: #fff;
}

.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-rss:hover {
    background-color: #eb8231;
    color: #fff;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-youtube:hover {
    background-color: #e64a41;
    color: #fff;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-instagram:hover {
    background-color: #673ab7;
    color: #fff;
}
.fa-google {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-google:hover {
    background-color: #e25714;
    color: #fff;
}

.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-google-plus:hover {
    background-color: #e25714;
    color: #fff;
}

.fa-whatsapp{
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}

.fa-whatsapp:hover{
    background-color: #25cc09;
    color: #fff;
}


.media-element-contenedor iframe{
    width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: 720px;
}

.media-element-contenedor .etiqueta {

    font-size: 24px;
    font-family: Raleway;
    font-weight: 500;
    color: #000;
    border-radius: 0 0 0 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    cursor: pointer;
    background: rgb(254, 254, 254);
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 47px;
}

.text-justify p a{
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    color: #070707;
    border-bottom: 3px solid #070707;
}
.background-whatsapp-noticia-principal h2 {
    color: #f04332;
    font-family: Raleway;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 5px;
}

.background-whatsapp-noticia-principal h4 {
    text-align: center;
    font-family: Raleway;
    color: #797979;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 10px;
    font-weight: 300;
}

.background-whatsapp-noticia-principal h1 {
    font-size: 12px;
    padding-top: 0px;
    font-family: Raleway;
    font-weight: 600;
    color: #3d3d3d;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.background-whatsapp-noticia-principal p {
    color: #686868;
    font-size: 12px;
    font-family: Raleway;
    text-align: center;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

  .background-whatsapp-noticia-principal hr{
      border: 0;
      width: 20%;
      padding: 0px;
      border-top: 2px solid #f04332;
  }

.fondo-h3-mas-categoria-desk {
    border-top: 40px solid #632e8a;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 40%;
    margin: 0px 18px;
    position: absolute;
}

.poly-mas-categoria-desk {
    border-top: 40px solid #632e8a;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 0px;
    position: absolute;
}

.fondo-line-mas-categoria-desk {
    border-bottom: 2px solid #632e8a;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 100%;
    padding-bottom: 18px;
    padding-top: 20px;
    margin: 0px 15px;
}

.fondo-h3-tambien-interes{
    border-top: 40px solid #00ccda;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 290px;
    margin: 0px 35px;
    position: absolute;
}
 
.fondo-line-tambien-interes{
    border-bottom: 2px solid #00ccda;
    /* border-left: 53px solid transparent; */
    height: 0;
    width: 100%;
    padding-bottom: 38px;
    padding-top: 0px;
    margin: 40px 30px;
}
 
.tambien-interes h3{
    position: absolute;
    padding: 0px 35px;
    font-size: 20px;
    margin: 10px;
    color: #fff;
    font-family: Raleway;
    font-weight: 500;
}

.poly-tambien-interes{
    border-top: 40px solid #00ccda;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 20px;
    margin: 0px 5px;
    position: absolute;
}


.elemento-multimedia {
    display: block;
    margin: 30px 0;
    position: relative;
    background: #f9f9f9;
    padding: 5px;
}



    .Polygon_footer_1{
    position: absolute;
    border-top: 160px solid #01ccdb;
    border-right: 80px solid transparent;
    height: 0;
    width: 19%;
    z-index: 99;
}

    
    .Polygon_footer_2{
    position: absolute;
    border-top: 160px solid #01ccdb;
    border-left: 0px solid transparent;
    -webkit-transform: skew(-27deg);
    -moz-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    height: 0;
    width: 73%;
    margin: 0px 18%;
    z-index: 99;

    }

    .Polygon_footer_3{
        position: absolute;
      border-bottom: 160px solid #01ccdb;
      border-left: 80px solid transparent;
      height: 0;
      width: 10%;
      z-index: 99;
      margin-left: 90%;

    }
    .Polygon_footer_4{
    position: absolute;
    border-top: 70px solid #404042;
    border-right: 31px solid transparent;
    /* height: 0; */
    width: 81%;
    /* padding: 19px; */
    z-index: 99;
    padding: 9px 0px;
    margin-top: 140px;
    margin-top: 175px;
    }


  .Polygon_footer_5{
position: absolute;
    border-bottom: 70px solid #404042;
    border-left: 30px solid transparent;
    height: 0;
    width: 20%;
    z-index: 99;
    margin-left: 80%;
    margin-top: 175px;  
}

.logo_header_footer_img {
    height: 110px;
    margin: -140px 40%;
    z-index: 104;
    display: block;
}


  .social-icons-desk-footer a {
      color: #fff;
      text-decoration: none;
      font-size: -webkit-large;
      color: #d4d4d4;
  }

   .card {
      background: #fff;
      display: inline-block;
      border: 1px solid #ddd;
    }

    .image {
      float: left;
      background: #000;
      width: 25%;
      height: 150px
    }

    .content {
      float: left;
      height: 140px;
      width: 73%;
      overflow: hidden;
      padding: 5px;
    }

    .content h4 {
      margin: 5px 0;
    }



  .bg-rojo {
    border-top: 40px solid #ff2851;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 15%;
    margin: 0px 17px;
    position: absolute;
  } 


  .bg-morado{
    border-top: 40px solid #523078;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 21%;
    margin: 0px 17px;
    position: absolute;

  }

  .bg-azulejo{
    border-top: 40px solid #ff2851;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 15%;
    margin: 0px 17px;
    position: absolute;

  }

  .fondo-otros-Categoria{
    border-top: 40px solid #01ccdb;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 20em;
    margin: 0px 17px;
    position: absolute;

  }

  .poly-otros-categoria-desk {
    border-top: 40px solid #01ccdb;
    /* border-left: 53px solid transparent; */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    height: 0;
    width: 12px;
    margin: 0px 0px;
    position: absolute;
}

  .separador-otros-categoria {
    margin-top: 39px;
      margin-bottom: 10px;
      border: 0;
      width: 65%;
      border-top: 1px solid #01ccdb;
  }


  figcaption{
    font-size: 14px;
    line-height: 24px;
    color: #6f6f6f;
    text-align: justify;
    margin-top: 0px;
    font-family: Raleway;
    font-weight: 500;
    background: #f7fdfc;
    text-indent: 0px;
    padding: 0.5em;
    margin-bottom: 20px;
        border-left: 6px solid #454545;
    background-color: white;
  }

  figcaption p{

    color: #9c9c9c;

  }

.elemento-multimedia > ._descripcion {
    font-size: 14px;
    line-height: 24px;
    color: #6f6f6f;
    text-align: justify;
    margin-top: 0px;
    font-family: Raleway;
    font-weight: 500;
    background: #f7fdfc;
    text-indent: 0px;
    padding: 0.5em;
    margin-bottom: 20px;
    border-left: 6px solid #454545;
    background-color: white;
}

  ._play{
      left: 50%;
    width: 100px;
    margin-left: -50px;
    /* top: 11%; */
    margin-top: 160px;
    position: absolute;
  }

  .carousel-control.right{

      right: 10px;
      left: auto;

  }
  
  #banner a img:last-child{
    display:none
  }
  
  #banner:hover a img:first-child{
    display:none
  }
  
  #banner:hover a img:last-child{
    display:inline-block
  }


  .fuente_deportes{
    color: #00B34E;
  }

  .fuente_locales{
    color:#ff2828;
  }

  .fuente_entre{
    color: #553177;

  }

  .sub_deportes{
      border: 0;
      width: 27%;
      padding: 0px;
      border-top: 1px solid #00B34E;
      margin: 5px auto;
  }

  .sub_locales{
      border: 0;
      width: 27%;
      padding: 0px;
    border-top: 1px solid #ff2828;
      margin: 5px auto;
  }

  .sub_entre{
      border: 0;
      width: 27%;
      padding: 0px;
    border-top: 1px solid #553177;
      margin: 5px auto;
  }

  .sub_deportes_2{
      border: 0;
      width: 20%;
      padding: 0px;
      border-top: 2px solid #00B34E;
      margin: 5px auto;
  }

  .sub_locales_2{
      border: 0;
      width: 20%;
      padding: 0px;
      border-top: 2px solid #ff2828;
      margin: 5px auto;
  }

  .sub_entre_2{
      border: 0;
      width: 20%;
      padding: 0px;
      border-top: 2px solid #553177;
      margin: 5px auto;
  }

  .fuente_otros{
    color: #01ccdb;
  }

  .sub_otros{
      border: 0;
      width: 27%;
      padding: 0px;
    border-top: 1px solid #01ccdb;
      margin: 5px auto;
  }

  .sub_otros_2{
      border: 0;
      width: 20%;
      padding: 0px;
      border-top: 2px solid #01ccdb;
      margin: 5px auto;
  }

  .fuente_locales{
    color: #e4462d;
  }

  .sub_locales{
      border: 0;
      width: 27%;
      padding: 0px;
    border-top: 1px solid #e4462d;
      margin: 5px auto;
  }

  .sub_locales_2{
      border: 0;
      width: 20%;
      padding: 0px;
      border-top: 2px solid #e4462d;
      margin: 5px auto;

  }

  .fuente_nacionales{
    color: #1e2c8d;
  }

  .sub_nacionales{
      border: 0;
      width: 27%;
      padding: 0px;
    border-top: 1px solid #1e2c8d;
      margin: 5px auto;
  }

  .sub_nacionalesnacionales_2{
      border: 0;
      width: 20%;
      padding: 0px;
      border-top: 2px solid #1e2c8d;
      margin: 5px auto;
  }

  .programas_link_fondo{

    padding-left: 10px;
    padding-right: 5px;
    padding-top: 10px;
    background: #f32434;
    color: #fff;
  }



.container .social-icons li {
    vertical-align: top;
    display: inline;
    height: 70px;
    padding: 5px;

}
.container  .social-icons a {
    color: #fff;
    text-decoration: none;
    color: #d4d4d4;
}



.container .social-icon .fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #fff;
}

.container .social-icon .fa-facebook {
    background-color: #3d5b99;
    color: #fff;
    /*padding: 8px;*/
}


.container .social-icon .fa-twitter {
    background-color: #55acef;
    color: #fff;
    /*padding: 8px;*/
}

.container .social-icons li a i{
  font-size: large;
}


.background-categoria-noticia-secundaria .social-icon .fa-facebook {
    background-color: #3d5b99;
    color: #fff;
    padding: 5px;
}

.background-categoria-noticia-secundaria .social-icon .fa-twitter {
    background-color: #55acef;
    color: #fff;
    padding: 5px;
}


.background-noticia-right .social-icon .fa-facebook {
    background-color: #3d5b99;
    color: #fff;
    padding: 5px;
}

.background-noticia-right .social-icon .fa-twitter {
    background-color: #55acef;
    color: #fff;
    padding: 5px;
}

.background-categoria-noticia-secundaria  .social-icons li{
  vertical-align: top;
    display: inline;
    height: 60px;
    padding: 1px;
}

.background-categoria-noticia-secundaria .social-icons li a i{
    font-size: small;
}


.categoria-noticia-secundaria .social-icon .fa-facebook {
    background-color: #3d5b99;
    color: #fff;
    padding: 5px;
}

.categoria-noticia-secundaria .social-icon .fa-twitter {
    background-color: #55acef;
    color: #fff;
    padding: 5px;
}

.categoria-noticia-secundaria .social-icons li{
    vertical-align: top;
    display: inline;
    height: 60px;
    padding: 1px;
}





.categoria-noticia-secundaria  .social-icons li a i{
    font-size: small;
}



.background-noticia-right .social-icons li{
  vertical-align: top;
    display: inline;
    height: 60px;
    padding: 1px;
}

.background-noticia-right .social-icons li a i{
    font-size: small;
}



.portada_bloque_programas_listado > li > div {
  cursor: -webkit-grab;
}

article.portada a {
    color: black !important;
  -webkit-filter: initial;
  -moz-appearance: initial;
  -o-transform: initial;
  filter: initial;
}
