.M24 {
  margin-top: 40px;
  padding-inline: 30px; }
  @media screen and (max-width: 990px) {
    .M24 {
      padding-inline: 24px; } }
  .M24 .videos-destacados-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    align-items: start; }
    @media screen and (max-width: 990px) {
      .M24 .videos-destacados-container {
        grid-template-columns: 1fr; } }
    .M24 .videos-destacados-container .video-item {
      display: none;
      position: relative; }
      .M24 .videos-destacados-container .video-item iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 12px; }
      .M24 .videos-destacados-container .video-item .video-iframe-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 12px;
        background: #000; }
      .M24 .videos-destacados-container .video-item .video-preview-overlay {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer; }
        .M24 .videos-destacados-container .video-item .video-preview-overlay img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .M24 .videos-destacados-container .video-item .video-preview-overlay .play-video-overlay {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: rgba(0, 0, 0, 0.6);
          border: none;
          border-radius: 50%;
          width: 80px;
          height: 80px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: all 0.3s ease; }
          .M24 .videos-destacados-container .video-item .video-preview-overlay .play-video-overlay svg {
            width: 40px;
            height: 40px;
            fill: white; }
          .M24 .videos-destacados-container .video-item .video-preview-overlay .play-video-overlay:hover {
            background: rgba(0, 164, 67, 0.9);
            transform: translate(-50%, -50%) scale(1.1); }
      .M24 .videos-destacados-container .video-item .video-text {
        display: flex;
        padding: 16px;
        flex-direction: column;
        gap: 8px;
        border-radius: 12px;
        background: #DCEBE1;
        margin-top: 16px; }
        .M24 .videos-destacados-container .video-item .video-text .video-title {
          color: #00402A;
          font-family: IberPangea;
          font-size: 32px;
          font-weight: 500;
          line-height: 120%; }
          @media screen and (max-width: 990px) {
            .M24 .videos-destacados-container .video-item .video-text .video-title {
              font-size: 21px; } }
        .M24 .videos-destacados-container .video-item .video-text .video-description {
          color: #615D5A;
          font-family: IberPangea;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%; }
          @media screen and (max-width: 990px) {
            .M24 .videos-destacados-container .video-item .video-text .video-description {
              font-size: 14px; } }
          .M24 .videos-destacados-container .video-item .video-text .video-description span {
            font-weight: 400; }
      .M24 .videos-destacados-container .video-item.active {
        display: block; }
    .M24 .videos-destacados-container .thumbnails {
      border-radius: 12px;
      border: 1px solid #DCEBE1;
      padding: 16px; }
      .M24 .videos-destacados-container .thumbnails .thumbnails-inner {
        padding-right: 32px;
        overflow: auto; }
        @media screen and (max-width: 990px) {
          .M24 .videos-destacados-container .thumbnails .thumbnails-inner {
            max-height: 560px;
            padding-right: 16px; } }
        .M24 .videos-destacados-container .thumbnails .thumbnails-inner::-webkit-scrollbar {
          width: 7px; }
        .M24 .videos-destacados-container .thumbnails .thumbnails-inner::-webkit-scrollbar-thumb {
          background: #00A443;
          border-radius: 99px; }
        .M24 .videos-destacados-container .thumbnails .thumbnails-inner::-webkit-scrollbar-track {
          background: rgba(47, 104, 82, 0.4);
          border-left: 2px solid transparent;
          border-right: 2px solid transparent;
          background-clip: padding-box; }
      .M24 .videos-destacados-container .thumbnails .current-video-indicator .title, .M24 .videos-destacados-container .thumbnails .current-video-indicator .title > * {
        color: #002015;
        font-family: IberPangea;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%; }
      .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video {
        display: flex;
        align-items: center;
        border-radius: 8px;
        background: var(--Forest-10, #DCEBE1);
        gap: 16px;
        margin: 16px 0; }
        .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .thumbnail-container {
          position: relative;
          border-radius: 8px;
          overflow: hidden;
          min-width: 98px;
          max-width: 98px;
          height: auto;
          aspect-ratio: 1 / 1; }
          @media screen and (max-width: 990px) {
            .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .thumbnail-container {
              aspect-ratio: unset;
              height: 80px; } }
          .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .thumbnail-container svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2; }
          .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .thumbnail-container::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1; }
          .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .thumbnail-container.no-thumbnail {
            background-color: #007F33; }
          .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .thumbnail-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            object-position: center; }
        .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .video-title {
          color: #003020;
          font-family: IberPangea;
          font-size: 14px;
          font-weight: 500;
          line-height: 120%;
          text-align: left;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          line-clamp: 3;
          -webkit-box-orient: vertical;
          padding-right: 16px; }
        .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .video-description {
          color: #615D5A;
          font-family: IberPangea;
          font-size: 12px;
          font-weight: 400;
          line-height: 100%; }
          .M24 .videos-destacados-container .thumbnails .current-video-indicator .current-video .video-description span {
            font-weight: 400; }
      .M24 .videos-destacados-container .thumbnails .next-videos-container .title, .M24 .videos-destacados-container .thumbnails .next-videos-container .title > * {
        color: #002015;
        font-family: IberPangea;
        font-size: 14px;
        font-weight: 300;
        line-height: 100%; }
      .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video {
        display: flex;
        align-items: center;
        border-radius: 8px;
        background: transparent;
        gap: 16px;
        margin: 16px 0;
        padding: 0;
        width: 100%;
        border: 0; }
        .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video .thumbnail-container {
          position: relative;
          border-radius: 8px;
          overflow: hidden;
          min-width: 185px;
          max-width: 185px;
          height: auto;
          aspect-ratio: 185 / 90; }
          .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video .thumbnail-container.no-thumbnail {
            background-color: #007F33; }
          @media screen and (max-width: 990px) {
            .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video .thumbnail-container {
              aspect-ratio: unset;
              min-width: 150px;
              max-width: 150px;
              height: 80px; } }
          .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video .thumbnail-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            object-position: center;
            transition: .3s all ease-in-out; }
        .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video .video-title {
          color: #003020;
          font-family: IberPangea;
          font-size: 14px;
          font-weight: 500;
          line-height: 120%;
          text-align: left;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          line-clamp: 3;
          -webkit-box-orient: vertical;
          padding-right: 16px; }
        .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video:focus-visible {
          outline: 2px solid #007F33;
          outline-offset: 2px; }
        .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video .video-description {
          color: #615D5A;
          font-family: IberPangea;
          font-size: 12px;
          font-weight: 400;
          line-height: 100%;
          text-align: left; }
          .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video .video-description span {
            font-weight: 400; }
        .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video:hover .thumbnail-container img {
          transform: scale(1.05); }
        .M24 .videos-destacados-container .thumbnails .next-videos-container .next-video:hover .video-title {
          text-decoration: underline; }
