.latest-news-aside{width:100%}.latest-news-aside__card{padding:18px;border:1px solid hsla(0,0%,100%,.05);border-radius:22px;background:#00090d;box-shadow:0 18px 34px rgba(0,0,0,.24),inset 0 1px 0 hsla(0,0%,100%,.02)}.latest-news-aside__title{margin:0 0 18px;color:var(--primary-site)!important;font-size:14px;font-weight:600!important;line-height:1.2}.latest-news-aside__loading{margin:0;color:hsla(0,0%,100%,.72);font-size:14px}.latest-news-aside__list{display:flex;flex-direction:column}.latest-news-aside__item{padding:18px 0}.latest-news-aside__item+.latest-news-aside__item{border-top:1px solid hsla(0,0%,100%,.06)}.latest-news-aside__link{display:block;color:inherit;text-decoration:none}.latest-news-aside__item-title{margin:0;color:#fff;font-size:15px;font-weight:700;line-height:1.35;transition:color .22s ease,opacity .22s ease}@media (hover:hover) and (pointer:fine){.latest-news-aside__item:focus-within .latest-news-aside__item-title,.latest-news-aside__item:hover .latest-news-aside__item-title{color:var(--primary-site)!important}}@media (max-width:767px){.latest-news-aside__card{padding:16px;border-radius:18px}.latest-news-aside__title{margin-bottom:14px;font-size:13px}.latest-news-aside__item{padding:16px 0}.latest-news-aside__item-title{font-size:14px;line-height:1.35}}.section-programacao .latest-news-aside{padding-right:16px;padding-left:16px;border-right:1px solid hsla(0,0%,100%,.08);border-left:1px solid hsla(0,0%,100%,.08)}.latest-news-aside__item--loading,.latest-news-aside__list--loading{pointer-events:none}.latest-news-aside__link--loading{cursor:default}.latest-news-aside__loadingTitle{width:100%;height:14px;border-radius:999px;margin-bottom:10px;background:hsla(0,0%,100%,.08)}.latest-news-aside__loadingTitle--short{width:72%;margin-bottom:0}.shimmer:after{animation:latestNewsAsideShimmer 1.4s infinite}@keyframes latestNewsAsideShimmer{to{transform:translateX(100%)}}.latest-view{position:relative;z-index:1;padding-top:12px;padding-bottom:56px;background:#0d181c}.latest-view__bottom,.latest-view__top{width:100%;max-width:var(--content-center);padding-right:16px;padding-left:16px;margin:0 auto}.latest-view__top{display:grid;align-items:flex-start;gap:24px;grid-template-columns:minmax(0,1fr) 410px}.latest-view__bottom-aside,.latest-view__bottom-main,.latest-view__main{min-width:0}.latest-view__main{padding:30px;border:1px solid var(--secondary-site);border-radius:35px;background:#00090d!important}.latest-view__header{padding-bottom:20px;border-bottom:1px solid hsla(0,0%,91.4%,.08);margin-bottom:20px}.latest-view__title{margin:0;color:#fff;font-size:2rem;font-weight:700;line-height:1.05}.latest-view__empty,.latest-view__loading{margin:0;color:hsla(0,0%,100%,.72);font-size:.95rem}.latest-view__grid{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}.latest-view__card{display:flex;min-width:0;flex-direction:column}.latest-view__card-imageLink{display:block;text-decoration:none}.latest-view__card-media{overflow:hidden;border-radius:18px;aspect-ratio:1;background:hsla(0,0%,100%,.06)}.latest-view__card-image,.latest-view__card-imagePlaceholder{display:block;width:100%;height:100%}.latest-view__card-image{-o-object-fit:cover;object-fit:cover;transition:transform .42s ease,filter .32s ease}.latest-view__card-imagePlaceholder{background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.04)),#132126}.latest-view__card-body{padding-top:12px}.latest-view__card-program{display:inline-block;margin-bottom:6px;color:var(--primary-site);font-size:.75rem;font-weight:600;line-height:1.2;text-decoration:none;text-transform:uppercase}.latest-view__card-program:focus-visible,.latest-view__card-program:hover{color:#ff8e67}.latest-view__card-titleLink{text-decoration:none}.latest-view__card-title{margin:0;color:#fff;font-size:.98rem;font-weight:700;line-height:1.45}.latest-view__card-meta{display:flex;flex-wrap:wrap;align-items:center;margin-top:10px;color:hsla(0,0%,100%,.54);font-size:.73rem;font-weight:600;gap:8px}.latest-view__card-date{color:hsla(0,0%,100%,.48)}.latest-view__card-separator{color:hsla(0,0%,100%,.26)}.latest-view__card-action{display:flex;align-items:center}.latest-view__card-readMore{color:#ff8e67;font-weight:600;text-decoration:none}.latest-view__card-readMore:focus-visible,.latest-view__card-readMore:hover{text-decoration:underline}.latest-view__more{display:flex;justify-content:center;margin-top:16px;margin-bottom:30px}.latest-view__moreButton{min-width:180px;padding:12px 22px;border:0;border-radius:999px;background:linear-gradient(180deg,#ff9b73,#f27e55);box-shadow:0 14px 30px rgba(242,126,85,.22);color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.latest-view__moreButton:focus-visible:not(:disabled),.latest-view__moreButton:hover:not(:disabled){box-shadow:0 18px 34px rgba(242,126,85,.28);transform:translateY(-1px)}.latest-view__moreButton:disabled{cursor:default;opacity:.7}.latest-view__sidebar{position:sticky;top:80px;display:flex;width:100%;min-width:0;max-width:410px;flex-direction:column}.latest-view__sidebar-block{min-width:0}.latest-view__bottom{display:grid;align-items:start;padding-top:24px;border-top:8px solid var(--primary-site);margin-top:42px;gap:24px;grid-template-columns:minmax(0,1fr) 320px}@media (max-width:1199px){.latest-view__bottom,.latest-view__top{gap:20px;grid-template-columns:minmax(0,1fr) 290px}.latest-view__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991px){.latest-view{padding-bottom:40px}.latest-view__bottom,.latest-view__top{grid-template-columns:1fr}.latest-view__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.latest-view .latest-view{padding-top:8px}.latest-view .latest-view__bottom,.latest-view .latest-view__top{padding-right:12px;padding-left:12px;gap:18px}.latest-view .latest-view__main{padding:0;border-radius:24px}.latest-view .latest-view__header{padding:16px 16px 8px;border:none;margin-bottom:0}.latest-view .latest-view__grid{display:flex;flex-direction:column;padding:6px 14px 14px;gap:0}.latest-view .latest-view__card{display:grid;align-items:center;padding:8px;border:1px solid hsla(0,0%,100%,.07);border-radius:16px;margin-top:10px;background:linear-gradient(180deg,hsla(0,0%,100%,.025),hsla(0,0%,100%,.012)),rgba(8,16,22,.92);box-shadow:0 8px 16px rgba(0,0,0,.16),inset 0 1px 0 hsla(0,0%,100%,.03);gap:12px;grid-template-columns:78px minmax(0,1fr)}.latest-view .latest-view__card-media{width:78px;height:78px;border-radius:12px;aspect-ratio:1}.latest-view .latest-view__card-body{min-width:0;padding-top:0}.latest-view .latest-view__card-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;font-size:14px;-webkit-line-clamp:2;line-height:1.25}.latest-view .latest-view__card-program{margin-bottom:4px;font-size:10px;letter-spacing:.06em}.latest-view .latest-view__card-meta{margin-top:6px;font-size:11px;gap:6px}.latest-view .latest-view__sidebar{position:static;max-width:none}.latest-view .latest-view__bottom{padding-top:0;border-top:1px solid hsla(0,0%,100%,.06);margin-top:0;margin-bottom:24px}}@media (max-width:560px){.latest-view__grid{grid-template-columns:1fr}}@media (hover:hover) and (pointer:fine){.latest-view__card{position:relative;padding:10px;border:1px solid transparent;border-radius:22px;transition:transform .68s ease,opacity .68s ease,filter .68s ease,border-color .68s ease,background .68s ease,box-shadow .68s ease}.latest-view__grid:hover .latest-view__card{filter:brightness(.82) saturate(.85);opacity:.85;transform:scale(.985)}.latest-view__grid:hover .latest-view__card:focus-within,.latest-view__grid:hover .latest-view__card:hover{z-index:2;border-color:hsla(0,0%,100%,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.014)),hsla(0,0%,100%,.012);box-shadow:0 22px 42px rgba(0,0,0,.34),0 0 28px rgba(255,122,48,.12);filter:brightness(1) saturate(1);opacity:1;transform:translateY(-8px) scale(1.015)}.latest-view__card:focus-within .latest-view__card-image,.latest-view__card:hover .latest-view__card-image{filter:saturate(1.05) brightness(1.03);transform:scale(1.045)}.latest-view__card:focus-within .latest-view__card-program,.latest-view__card:hover .latest-view__card-program{color:#ff9a73}.latest-view__card:focus-within .latest-view__card-readMore,.latest-view__card:hover .latest-view__card-readMore{color:#ff9a73}}.mecSearchPage__metaLine{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px;gap:8px}.mecSearchPage__program{display:inline-flex;max-width:100%;align-items:center;color:#d8ff3f;font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.mecSearchPage__program:before{width:7px;height:7px;border-radius:999px;margin-right:8px;background:currentColor;box-shadow:0 0 18px rgba(216,255,63,.5);content:""}.mecSearchPage__date{color:hsla(0,0%,100%,.52);font-size:13px}.mecSearchPage__date:before{margin-right:8px;color:hsla(0,0%,100%,.32);content:"•"}.mecSearchPage__thumbFallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:18px;background:radial-gradient(circle at 28% 18%,rgba(216,255,63,.38),transparent 30%),radial-gradient(circle at 78% 12%,rgba(255,138,82,.42),transparent 34%),linear-gradient(135deg,#142b31,#091417 58%,#020608)}.mecSearchPage__thumbFallback span{display:inline-flex;width:82px;height:82px;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.16);border-radius:26px;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.08);box-shadow:0 18px 34px rgba(0,0,0,.28);color:#fff;font-size:30px;font-weight:850;letter-spacing:-.04em}.latest-view__card--loading,.latest-view__grid--loading{pointer-events:none}.latest-view__loadingAction,.latest-view__loadingImage,.latest-view__loadingMeta,.latest-view__loadingProgram,.latest-view__loadingTitle{background:hsla(0,0%,100%,.08)}.latest-view__loadingImage{width:100%;border-radius:20px;aspect-ratio:1}.latest-view__loadingProgram{width:140px;height:12px;border-radius:999px;margin-bottom:14px}.latest-view__loadingTitle{width:92%;height:32px;border-radius:14px;margin-bottom:18px}.latest-view__loadingMeta{width:120px;height:12px;border-radius:999px}.latest-view__loadingAction{width:110px;height:32px;border-radius:999px}.shimmer{position:relative;overflow:hidden}.shimmer:after{position:absolute;animation:latestViewShimmer 1.4s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.12),transparent);content:"";inset:0;transform:translateX(-100%)}@keyframes latestViewShimmer{to{transform:translateX(100%)}}.latest-view__card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.latest-view__card--playing{border-color:rgba(255,122,48,.7);background:rgba(255,122,48,.055);box-shadow:0 0 0 1px rgba(255,122,48,.28),0 18px 54px rgba(255,122,48,.13)}.latest-view__card-media{position:relative}.latest-view__nowPlaying{position:absolute;z-index:3;top:12px;left:12px;display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;padding:6px 10px;border:1px solid rgba(255,122,48,.52);border-radius:999px;backdrop-filter:blur(10px);background:rgba(5,16,13,.76);box-shadow:0 10px 28px rgba(0,0,0,.28);color:#fff;font-size:.68rem;font-weight:850;gap:7px;letter-spacing:.06em;text-transform:uppercase}.latest-view__equalizer{display:inline-flex;height:10px;align-items:flex-end;gap:2px}.latest-view__equalizer i{display:block;width:2px;border-radius:999px;animation:latestViewEqualizer .75s ease-in-out infinite;background:#ff7a30}.latest-view__equalizer i:first-child{height:5px}.latest-view__equalizer i:nth-child(2){height:10px;animation-delay:.12s}.latest-view__equalizer i:nth-child(3){height:7px;animation-delay:.24s}@media (max-width:767px){.latest-view__nowPlaying{top:8px;left:8px;padding:7px;border-radius:999px;font-size:0;gap:0}.latest-view__nowPlaying>span:not(.latest-view__equalizer){display:none}.latest-view__equalizer{height:14px}.latest-view__equalizer i{width:3px}}@keyframes latestViewEqualizer{0%,to{opacity:.65;transform:scaleY(.58)}50%{opacity:1;transform:scaleY(1)}}