:root{
  --header-h:75px;
  --menu-w:80vw;
  --menu-max:420px;
  --overlay-bg:rgba(0,0,0,.55);
  --pill-border:#d1d5db;
  --font:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial;
  --menu-header-h:56px;
  --submenu-offset: calc(var(--menu-header-h) * 2);
  --noroeste: #044f43;
  --guaira: #021535;
  --ntv: #f40009;
  --noroeste-link: #67ab54;
  --guaira-link: #ff4d00;
  --ntv-link: #cc0000;
  --clr-breaking-news: #FF0000;
  --clr-ntv: #F40009;
  --clr-ntv-bg: #cc0000;
  --clr-breaking: #FF0000;
  --clr-white: #FFF;
  --clr-black: #000;
  --clr-grey-1: #FAFAFA;
  --clr-grey-2: #F8F8F8;
  --clr-grey-3: #E6E6E6;
  --clr-grey-4: #8C8C8C;
  --clr-grey-5: #464646;
  --clr-grey-5: #282828;
  --clr-grey-6: #0C0C0C;
  --clr-entertainment: #A020F0;
  --clr-tech: #c127bf;
  --clr-sports: #4DD21D;
  --clr-politics: #C00;
  --clr-elections: #C00;
  --clr-economy: #FFB800;
  --clr-health: #16C5D0;
  --clr-style: #FF007A;
  --clr-police: #E31E33;
  --clr-justice: #d6ac27;
  --clr-education: #1c375b;
  --clr-nature: #D2E459;
  --clr-tourism: #006f5a;
  --clr-podcasts: #1DB954;
  --clr-weather: #31255a;
  --clr-general: #FF5C00;
  --clr-jn-brand-1: #006f5a;
  --clr-jn-brand-2: #87c770;
  --clr-jn-brand-3: #9eb3be;
  --noroeste: #044f43;
  --guaira: #021535;
  --ntv: #f40009;
  --noroeste-link: #67ab54;
  --guaira-link: #ff4d00;
  --ntv-link: #cc0000;
  --sub-dom: #9aa3b2;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --menu-w-mobile: 85vw;
  --menu-w-desktop: 320px;
}

#web-device {
  display: flex;
}

#mobile-device {
  display: none;
}

.editorial_home {
  border-left: 7px solid var(--clr-jn-brand-3);
}

.editorial_news {
  border-left: 7px solid var(--clr-breaking);
}

.editorial_agriculture {
  border-left: 7px solid var(--clr-nature);
}

.editorial_economy {
  border-left: 7px solid var(--clr-economy);
}

.editorial_education {
  border-left: 7px solid var(--clr-education);
}

.editorial_sports {
  border-left: 7px solid var(--clr-sports);
}

.editorial_justice {
  border-left: 7px solid var(--clr-justice);
}

.editorial_politics {
  border-left: 7px solid var(--clr-politics);
}

.editorial_police {
  border-left: 7px solid var(--clr-police);
}

.editorial_health {
  border-left: 7px solid var(--clr-health);
}

.editorial_tourism {
  border-left: 7px solid var(--clr-tourism);
}

.editorial_ntv {
  border-left: 7px solid var(--ntv);
}

.editorial_radio {
  border-left: 7px solid var(--clr-grey-6);
}

.editorial_podcasts {
  border-left: 7px solid var(--clr-podcasts);
}

.editorial_entretenimento {
  border-left: 7px solid var(--clr-entertainment);
}

.editorial_medias {
  border-left: 7px solid var(--clr-tech);
}

.editorial_weather {
  border-left: 7px solid var(--clr-weather);
}

.editorial_info {
  border-left: 7px solid var(--clr-jn-brand-3);
}

.editorial_geral {
  border-left: 7px solid var(--clr-general);
}

.editorial_breaking {
  border-left: 7px solid var(--clr-breaking-news);
}

.label_guaira {
  border-left: 7px solid var(--guaira);
}

.label_noroeste {
  border-left: 7px solid var(--noroeste);
}

.site-header{
  position:fixed;top:0;left:0;right:0;
  height:var(--header-h);
  background:#fff;
  border-bottom: 1px solid #d1d5db;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 12px 28px 0 rgba(0, 0, 0, 0.19);
  z-index:12000;
  font-family:var(--font);
}

.header-inner{
  max-width:1380px;
  margin:0 auto;
  height:100%;
  display:flex;
  align-items:center;
  padding:0 30px 0 6px;
}

.header-left{display:flex;align-items:center;gap:8px}

.jn__brand{
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  transform: none;
  margin-left: 3px;
}

.jn__brand img{
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noroeste {
  color: var(--noroeste);
}

.guaira {
  color: var(--guaira);
}

.ntv{
  color: var(--ntv);
}

.noroeste:hover {
  color: var(--noroeste-link);
}

.guaira:hover  {
  color: var(--guaira-link);
}

.ntv:hover {
  color: var(--ntv-link);
}

.header-right{
  margin-left:auto;
  display:flex;
  align-items:center;
}

.desktop-nav{display:flex;gap:75px; padding-right: 85px;}
.desktop-nav a{
  text-decoration:none;
  font-weight:700;
  font-size:1.3rem;
}
@media(max-width:768px){.desktop-nav{display:none}}

.m-menu__checkbox{display:none}
.m-menu__toggle{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:700;
}

.m-menu__overlay{
  position:fixed;inset:0;
  background:var(--overlay-bg);
  opacity:0;display:none;
  transition:.25s;
  z-index:12010;
}

.m-menu{
  position:fixed;
  top:0;
  left:0;
  width:var(--menu-w);
  max-width:var(--menu-max);
  height:calc(100dvh - var(--header-h));
  background:#fff;
  transform:translateX(-110%);
  transition:.32s ease;
  z-index:12012;
  overflow-y:auto;
  box-shadow:2px 0 14px rgba(0,0,0,.1);
}

#menu:checked ~ .m-menu__overlay{display:block;opacity:1}
#menu:checked ~ .m-menu{transform:translateX(0)}

.m-menu__header{
  height:56px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:0 12px;
  border-bottom:1px solid #eee;
  font-weight:700;
}

.m-menu ul{list-style:none}
.m-menu li{border-bottom:1px solid #f1f1f1}
.m-menu a{
  display:block;
  padding:16px 12px;
  text-decoration:none;
  color:#111;
  font-size:1.05rem;
}
.m-menu a:hover{background:#000;color:#fff}

.search{
  position: relative;
  display:flex;
  align-items:center;
  gap:0;
  border:1px solid var(--pill-border);
  border-radius:999px;
  padding: 0;
}

.search__input{
  width:0;opacity:0;
  border:0;background:none;outline:none;
  transition:.18s;
  padding:6px;
}
.search--open .search__input{
  width:250px;
  opacity:1;
  padding:6px 8px;
}

.search-overlay{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.65);
  z-index:13000;
  display:none;
  transition: all .3s;
}
.search-overlay.active{display:block}

.search-overlay .bar{
  height:var(--header-h);
  display:flex;
  align-items:center;
  padding:0 16px;
  border-bottom:1px solid #e6e6e6;
  background:#fff;
}
.search-overlay input{
  flex:1;
  font-size:18px;
  border:0;outline:none;
}
.search-overlay button{
  background:none;border:0;
  font-size:22px;
  cursor:pointer;
}

#searchBtn{
  width:29px;
  height:29px;
  min-width:29px;
  min-height:29px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:6px;
  background:none;
  border:0;
  appearance:none;
  cursor:pointer;
}

#searchBtn i{
  font-size:21px;
  color:#111;
  transform: translateX(-0.5px);
}

html.menu-open,
html.menu-open body{
  overflow: hidden !important;
  height: 100%;
}
.m-menu{
  height: calc(100dvh - var(--header-h));
  max-height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.m-menu ul{
  padding-bottom: 30px;
}
.m-menu label{
  touch-action: auto;
}
.m-menu__header{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.m-menu__header{
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
}
.m-menu .m-menu{
  height: 100%;
  overflow: hidden;
}
.m-menu ul{
  padding-top: 8px;
}

.m-menu .m-menu{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  z-index: 5;
}
.m-menu__toggle.back{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
}

.m-menu__toggle.back i{
  font-size:18px;
}

.m-menu > .m-menu__header{
  top: 0;
}

.m-menu .m-menu .m-menu__header{
  top: var(--menu-header-h);
}
.m-menu .m-menu .m-menu__header{
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.m-menu .m-menu{
  padding-top: 0;
  box-sizing: border-box;
}
.m-menu .m-menu > .m-menu__header{
  position: absolute;
  top: var(--menu-header-h);
  left: 0;
  right: 0;
}

.m-menu input.m-menu__checkbox:checked ~ ul{
  overflow: hidden;
}
.m-menu__header{
  touch-action: pan-y;
}
.m-menu a{
  touch-action: pan-y;
}

.m-menu{
  overflow-y: auto;
}

.m-menu input.m-menu__checkbox:checked ~ ul{
  overflow: hidden;
}

.m-menu input.m-menu__checkbox:checked ~ .m-menu{
  overflow-y: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"] {
  -webkit-appearance: none;
}
.search-overlay .bar button{
  background:none;
  border:0;
  padding:0;
  margin-left:12px;
  cursor:pointer;
}

.search-overlay .bar i{
  font-size:18px;
  color:#111;
}

.search-overlay input{
  background: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #111;
}

.search-overlay input::placeholder{
  color:#6b7280;
  opacity:1;
}

@media (max-width:768px){

  .search-overlay input{
  min-width: 0;
}
.search-overlay input{
  height: 100%;
  line-height: normal;
}
.header-left{
  margin-left:-4px;
}
}
@media (max-width:768px){
  .header-right{
    gap:0;
  }
  .header-inner{
    padding:0 16px 0 10px;
  }
}
.search{
  min-width:29px;
  height:33px;
  align-items:center;
}
.m-menu__header{
  justify-content:flex-start;
  padding-left:8px;
}
.m-menu__header > .m-menu__toggle,
.m-menu__header > .m-menu__toggle.back{
  align-self: center;
}
.m-menu__toggle{
  justify-content:flex-start;
  padding-left:6px;
}
.m-menu__toggle.back{
  justify-content:flex-start;
  padding-left:6px;
}
.m-menu__toggle{
  width:50px;
  cursor: pointer;
}
.m-menu > .m-menu__header{
  justify-content: flex-start !important;
  align-items: center;
}

.m-menu label.a-label__chevron{
  display:block;
  padding:16px 12px;
  font-size:1.05rem;
  font-weight:700;
  color:#111;
  cursor:pointer;
}
.m-menu a,
.m-menu label.a-label__chevron{
  font-weight:700;
}
.m-menu a:hover{background:#000;color:#fff}
.m-menu label.a-label__chevron:hover{
  background:#000;
  color:#fff;
}

.m-menu label.a-label__chevron{
  position: relative;
  padding-right: 34px;
}

/* Chevron icon */
.m-menu label.a-label__chevron::after{
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  opacity: .75;
}
.m-menu a,
.m-menu label.a-label__chevron{
  transition: background-color .18s ease, color .18s ease;
}
.m-menu a,
.m-menu label.a-label__chevron{
  padding:12px 12px;
  font-size:1rem;
  line-height:1.2;
}

html.menu-open,
body.menu-open{
  overflow-x: hidden;
}

.m-menu,
.m-menu *{
  max-width: 100vw;
}
.m-menu{
  overflow-x: hidden;
}
@media (hover:hover){
  .m-menu a:hover,
  .m-menu label.a-label__chevron:hover{
    background:#000;
    color:#fff;
  }
}

.m-menu a,
.m-menu label.a-label__chevron{
  display:flex;
  align-items:center;
  width:100%;
  padding:12px 12px;
  padding-left:12px;
  font-size:1rem;
  line-height:1.5;
  font-weight:700;
  cursor:pointer;
  transition:
    background-color .18s ease,
    color .18s ease,
    padding-left .18s ease;
}

.m-menu label.a-label__chevron{
  position:relative;
  padding-right:34px;
}

.m-menu label.a-label__chevron::after{
  content:"\f054";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  font-size:13px;
  opacity:.75;
}

@media (hover:hover){
  .m-menu a:hover,
  .m-menu label.a-label__chevron:hover{
    padding-left:18px;
    background:#000;
    color:#fff;
  }
}

.m-menu li{
  position:relative;
}

.m-menu{
  width: var(--menu-w-desktop);
  max-width: 100%;
}

#menu:checked ~ .m-menu { transform: translateX(0); }

.m-menu li > input[type="checkbox"]:checked + .m-menu {
  transform: translateX(0);
  pointer-events: auto;
}

.m-menu li > .m-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform .32s ease;
  z-index: 5;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.m-menu li > input[type="checkbox"]:checked + .m-menu {
  transform: translateX(-100%);
  pointer-events: auto;
}

.m-menu li > .m-menu .m-menu__header {
  position: sticky;
  background: #fff;
  z-index: 10;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}

.m-menu li > input[type="checkbox"]:checked ~ ul {
  overflow: hidden;
}

.m-menu li > .m-menu {
  position: fixed;
  left: 0;
  width: var(--menu-w);
  max-width: var(--menu-max);
  height: calc(100dvh - var(--header-h));
  background: #fff;
  z-index: 12015;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  overflow-y: auto;
}

.m-menu li > input[type="checkbox"]:checked + .m-menu {
  transform: translateX(0);
}
.m-menu li > .m-menu .m-menu__header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}

.m-menu li > .m-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--menu-w);
  max-width: var(--menu-max);
  height: 100vh;
  background: #fff;
  z-index: 12015;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.m-menu li > input[type="checkbox"]:checked + .m-menu {
  transform: translateX(0);
}

.m-menu li > .m-menu .m-menu__header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.m-menu__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 56px;
  padding-left: 8px;
  padding-right: 12px;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.m-menu__toggle,
.m-menu__toggle.back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0 6px;
}

@media (max-width:768px) {
  .m-menu__toggle {
    font-size: 32px;
    width: 50px;
    height: 50px;
  }
}
