   /* @font-face {
      font-family: "SourceHanSerifCN-Regular-1";
      src: url('/ln2021/fonts/SourceHanSerifCN-Regular-1.woff') format('woff'),
         url('/ln2021/fonts/SourceHanSerifCN-Regular-1.woff2') format('woff2'),
         url('/ln2021/fonts/SourceHanSerifCN-Regular-1.eot'),
         url('/ln2021/fonts/SourceHanSerifCN-Regular-1.eot?#iefix') format('embedded-opentype'),
         url('/ln2021/fonts/SourceHanSerifCN-Regular-1.otf') format('truetype');

      font-weight: normal;
      font-style: normal;
      font-display: swap;
   }*/
   .CNRegular {
      /* font-family: "SourceHanSerifCN-Regular-1"; */
      font-family: source-han-serif-cn-subset, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: black;
   }

   /* @font-face {
      font-family: "SourceHanSerifCN-Bold-2";
      src: url('/ln2021/fonts/SourceHanSerifCN-Bold-2.woff') format('woff'),
         url('/ln2021/fonts/SourceHanSerifCN-Bold-2.woff2') format('woff2'),
         url('/ln2021/fonts/SourceHanSerifCN-Bold-2.eot'),
         url('/ln2021/fonts/SourceHanSerifCN-Bold-2.eot?#iefix') format('embedded-opentype'),
         url('/ln2021/fonts/SourceHanSerifCN-Bold-2.otf') format('truetype');

      font-weight: normal;
      font-style: normal;
      font-display: swap;
   } */

   .CNBold {
      font-family: "SourceHanSerifCN-Bold-2";
      font-family: source-han-serif-cn-subset, sans-serif;
      font-weight: 700;
      font-style: normal;

      color: black;
   }


   /* @font-face {
      font-family: "SourceHanSerifCN-ExtraLight-3";
      src: url('/ln2021/fonts/SourceHanSerifCN-ExtraLight-3.woff') format('woff'),
         url('/ln2021/fonts/SourceHanSerifCN-ExtraLight-3.woff2') format('woff2'),
         url('/ln2021/fonts/SourceHanSerifCN-ExtraLight-3.eot'),
         url('/ln2021/fonts/SourceHanSerifCN-ExtraLight-3.eot?#iefix') format('embedded-opentype'),
         url('/ln2021/fonts/SourceHanSerifCN-ExtraLight-3.otf') format('truetype');

      font-weight: normal;
      font-style: normal;
      font-display: swap;
   } */

   .CNExtraLight {
      /* font-family: "SourceHanSerifCN-ExtraLight-3"; */
      font-family: source-han-serif-cn-subset, sans-serif;
      font-weight: 200;
      font-style: normal;
      color: black;
   }


   body {
      background: #000 !important;
      color: #fff !important;
      /* font-family: "SourceHanSerifCN-Regular-1" !important; */
      font-family: source-han-serif-cn-subset, sans-serif!important;
      font-weight: 400;

   }

   h1 {
      color: #e9c96c !important;
      padding: 40px 0 0px 0;
      font-size: 3rem !important;
   }

   h1,
   h2 {
      /* font-family: "SourceHanSerifCN-Bold-2" !important; */
      font-family: source-han-serif-cn-subset, sans-serif!important;
      font-weight: 700;
   }


   h3,
   a {
      /* font-family: "SourceHanSerifCN-Regular-1" !important; */
      font-family: source-han-serif-cn-subset, sans-serif!important;
      font-weight: 400;

   }

   /* Additionnal styles */
   .video-slider {
      width: 100%;
      height: 42em;
      background: #000000;
      position: relative;
      overflow: hidden;
   }

   h2 {
      font-size: 2.65rem !important;
      ;
   }

   h3 {
      font-size: 1.45rem !important;
      ;
   }

   h4 {
      font-size: 1.3rem !important;
      ;
   }

   .slide {
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 100%;
      text-align: center;
      overflow: hidden;
   }

   .slide:first-child {
      left: 0;
   }

   .overlay-content {
      background: rgba(0, 0, 0, .2);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
   }

   .play-button {
      position: absolute;
      top: 48%;
      left: 48%;
      width: 7em;
      height: 7em;
      margin-top: -2.5em;
      margin-left: -2em;
      background: transparent;
      border-radius: 4em;
      cursor: pointer;
      border: aliceblue 3px solid;
   }

   .play-button:after {
      content: "\25b6";
      font-size: 3em;
      line-height: 2em;
   }

   video {
      max-height: 100%;
      max-width: 100%;
      width: 100%;
      height: inherit;
   }

   .slide-arrow {
      position: absolute;
      top: 0;
      left: 0;
      height: 45%;
      width: 15%;
      cursor: pointer;
      opacity: .9;
   }

   .slide-arrow:hover {
      opacity: 1;
   }

   .slide-arrow:after {
      content: "\003c";
      text-align: center;
      display: block;
      height: 10%;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 3em;
   }

   .slide-arrow.right:after {
      content: "\003e";
   }

   .slide-arrow.right {
      left: auto;
      right: 0;
   }

   /* EOS */
   .left,
   .right {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
   }

   .left {
      left: 15px;
      transform: rotate(180deg);
      top: 50%;
      margin-top: -24px;
   }

   .right {
      right: 15px !important;
   }

   .left,
   .right {
      height: 49px !important;
      width: 27px !important;
      background: url(/ln2021/flecha-derecha-slider.png) !important;
   }

   a.btnLeerMasAmarillo {


      border: 2px solid #fff;
      color: #e9c96c;
      background-color: #000;
   }

   .col-sm-10 {

      margin: 0 auto;

   }

   .top1 {
      padding: 0 !important;
   }

   .slick-list {
      height: 325px;
   }

   @media (max-width: 1199px) {
      .video-slider {
         height: 33.7em;
      }

      .tithome {
         max-width: 315px !important;
      }

      .top1 {
         padding-top: 0px !important;
      }

      h4 {
         font-size: 1.2rem;
      }

      .olivastit {
         max-width: 69px;
      }

      .hidemb {
         display: none;
      }

      .titolivas {
         font-size: 58px !important;
      }

      .slick-list {
         height: 260px;
      }

      .topslider2 {
         padding-top: 170px !important;
      }
   }

   @media (max-width: 992px) {
      .video-slider {
         height: 25.3em;
      }

      .tithome {
         max-width: 215px !important;
      }

      .top1 {
         padding-top: 87px !important
      }

      .col-sm-10 {
         /*padding-right: 0px;
        padding-left: 0px;*/
      }

      h4 {
         font-size: 1rem;
      }

      .olivastit {
         max-width: 69px;
      }

      .titolivas {
         font-size: 39px !important;
      }

      .hidemb {
         display: none;
      }

      .slick-list {
         height: 200px;
      }

   }

   @media (max-width: 767px) {
      .video-slider {
         height: 19em;
      }

      h3 {
         font-size: 1rem !important;
         ;
      }

      .play-button {
         z-index: 20;
         left: 51%;
         width: 3em;
         height: 3em;

      }

      .play-button::after {

         font-size: 1.3em !important;
         ;

      }

      h4 {
         font-size: 0.75rem !important;
         ;
      }

      .topslider2 {
         padding-top: 270px !important;
      }

      .slick-list {
         height: 150px !important;
         ;
      }

      a.btnLeerMas {
         width: 190px;
      }

   }

   @media (max-width: 576px) {
      .video-slider {
         height: 13em;
      }

      h2 {
         font-size: 1.8rem !important;
         ;
      }

      .col-sm-10int {
         padding-right: 15px;
         padding-left: 15px;
      }

      .video-slider-down {
         height: 13em;
      }

      h3 {
         font-size: .8rem !important;
         ;
      }

      .titolivas {
         font-size: 34px !important;
      }

      .txth2imgvid {
         font-size: 45px !important;
      }

      .barracorta {
         padding: 2px 0 !important;
         width: 84% !important;
      }
   }

   @media (max-width: 321px) {
      .top1 {
         padding-top: 144px !important
      }

      h4 {
         font-size: 0.65rem !important;
         ;
      }

      .altotxt320 {
         padding: 10px 0 !important;
      }

      .titolivas {
         font-size: 27px !important;
      }

      .topslider2 {
         padding-top: 250px !important;
      }

      .txth2imgvid {
         font-size: 60px !important;
      }

      h2 {
         font-size: 1.7rem !important;
         ;
      }
   }
   #slide-1,
   #slide-2,
   #slide-3,
   #slide-4,
   #slide-5,
   #slide-6,
   #slide-7,
   #slide-8,
   #slide-9,
   #slide-10,
   #slide-11,
   #slide-12,
   #slide-13,
   #slide-14,
   #slide-15,
   #slide-16,
   #slide-17,
   #slide-18,
   #slide-19,
   #slide-20,
   #slide-21,
   #slide-22,
   #slide-23,
   #slide-24,
   #slide-25 {
      display: none !important;
   }
   /* CSS */
   .button-58 {
      align-items: center;
      background-color: #e5c459;
      border-color: #e5c459;
      box-sizing: border-box;
      color: #fff;
      cursor: pointer;
      display: inline-flex;
      fill: #000;
      /* font-family: 'SourceHanSerifCN-Bold-2'; */
      font-size: 16px;
      /* font-weight: 600; */
      font-family: source-han-serif-cn-subset, sans-serif!important;
      font-weight: 700;

      height: 48px;
      justify-content: center;
      letter-spacing: -.8px;
      line-height: 24px;
      min-width: 140px;
      outline: 0;
      padding: 0 17px;
      text-align: center;
      text-decoration: none;
      transition: all .3s;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
   }

   .button-58:focus {
      color: #171e29;
   }

   .button-58:hover {
      background-color: #e5c459;
      border-color: #e5c459;
      fill: #06f;
      text-decoration: none;
   }

   .button-58:active {
      background-color: #3385ff;
      border-color: #3385ff;
      fill: #06f;
   }

   @media (min-width: 768px) {
      .button-58 {
         min-width: 170px;
      }
   }
   .title {
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 10px
   }

   .content {
      position: relative;
      width: 100%;
      max-width: 400px;
      margin: auto;
      overflow: hidden
   }

   .content .content-overlay {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      height: 99%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s
   }

   .content:hover .content-overlay {
      opacity: 1
   }

   .content-image {
      width: 100%
   }

   img {
      /*box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px*/
   }

   .content-details {
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s
   }

   .content:hover .content-details {
      top: 50%;
      left: 50%;
      opacity: 1
   }

   .content-details h3 {
      color: #fff;
      font-weight: 500;

      margin-bottom: 0.5em;
      text-transform: uppercase
   }

   .content-details p {
      color: #fff;
      font-size: 0.8em
   }

   .fadeIn-bottom {
      top: 80%
   }

   .col-sm-2i {

      width: 17%;
      max-width: 16.6%;
      flex: 0 0 17%;
   }
   /* Additionnal styles */
   .video-slider-down {
      width: 100%;
      height: 42em;
      background: #000000;
      position: relative;
      overflow: hidden;
   }

   .slide-down {
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 100%;
      text-align: center;
      overflow: hidden;
   }

   .slide-down:first-child {
      left: 0;
   }

   .overlay-content-down {
      background: rgba(0, 0, 0, .2);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
   }

   .play-button-down {
      position: absolute;
      top: 48%;
      left: 48%;
      width: 7em;
      height: 7em;
      margin-top: -2.5em;
      margin-left: -2em;
      background: transparent;
      border-radius: 4em;
      cursor: pointer;
      border: aliceblue 3px solid;
   }

   .play-button-down:after {
      content: "\25b6";
      font-size: 3em;
      line-height: 2em;
   }

   video {
      max-height: 100%;
      max-width: 100%;
      width: 100%;
      height: inherit;
   }

   .slide-arrow-down {
      position: absolute;
      top: 0;
      left: 0;
      height: 45%;
      width: 15%;
      cursor: pointer;
      opacity: .9;
   }

   .slide-arrow-down:hover {
      opacity: 1;
   }

   .slide-arrow-down:after {
      content: "\003c";
      text-align: center;
      display: block;
      height: 10%;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 3em;
   }

   .slide-arrow-down.right-down:after {
      content: "\003e";
   }

   .slide-arrow-down.right-down {
      left: auto;
      right: 0;
   }

   /* EOS */
   .left-down,
   .right-down {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
   }

   .left-down {
      left: 15px;
      transform: rotate(180deg);
      top: 50%;
      margin-top: -24px;
   }

   .right-down {
      right: 15px !important;
   }

   .left-down,
   .right-down {
      height: 49px !important;
      width: 27px !important;
      background: url(/ln2021/flecha-derecha-slider.png) !important;
   }


   @media (max-width: 1199px) {
      .video-slider-down {
         height: 33.7em;
      }

   }

   @media (max-width: 992px) {
      .video-slider-down {
         height: 25.3em;
      }


   }

   @media (max-width: 767px) {
      .video-slider-down {
         height: 19em;
      }

      .play-button-down {
         z-index: 20;
         left: 51%;
         width: 3em;
         height: 3em;

      }

      .play-button-down::after {

         font-size: 1.3em;

      }

   }

   @media (max-width: 576px) {

      .video-slider-down {
         height: 13em;
      }
   }
   .container-actualidad {
      margin-bottom: 10px;
   }

   .addtoany_content {
      display: none;
   }
