/*! Source: /themes/portal-n24-deploy/assets/css/base.css */
/* Configurações Gerais */

/* Importação das fontes Jakarta */
@font-face {
  font-family: "Jakarta-ExtraBold";
  src: url('../fonts/jakarta/PlusJakartaSans-ExtraBold.ttf') format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Bold";
  src: url('../fonts/jakarta/PlusJakartaSans-Bold.ttf') format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-SemiBold";
  src: url('../fonts/jakarta/PlusJakartaSans-SemiBold.ttf') format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Medium";
  src: url('../fonts/jakarta/PlusJakartaSans-Medium.ttf') format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Light";
  src: url('../fonts/jakarta/PlusJakartaSans-Light.ttf') format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Regular";
  src: url('../fonts/jakarta/PlusJakartaSans-Regular.ttf') format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Light";
  src: url('../fonts/opensans/OpenSans-Light.ttf') format("truetype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url('../fonts/opensans/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Medium";
  src: url('../fonts/opensans/OpenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url('../fonts/opensans/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url('../fonts/opensans/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-display: swap;
}

#dark-theme {
  background-color: #111111;
}

body {
  background-color: #fcfcfc;
  overflow-x: hidden;
  font-family: "Jakarta-Regular";
  -ms-overflow-style: none;
  color: #000;
}
*::selection {
  background: #232323;
  color: #fff;
}
*::-webkit-scrollbar {
  display: none;
}
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  outline: 0px;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: 0.4s;
  scroll-behavior: smooth;
}
ul {
  list-style: none;
}
b {
  font-weight: bold !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.lozad {
  margin-top: 12px;
}

h3 > span {
  font-size: 28px;
}

@media (max-width: 768px) {
  h3 > span {
    font-size: 22px;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.ob-fadeScale {
  opacity: 0;
  transform: scale(0.8);
  animation: fadeScale 0.5s ease-in 1 forwards;
}

@keyframes fadeScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-out {
  opacity: 1;
  animation: fadeOut 0.5s ease-in 1 forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

/* ESTILO PADRÃO PARA PÁGINA + RESPONSIVIDADE */
.n24-page {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  margin-top: 24px;
}

/* Define quantidades de linha para o grid não vazar */
.limiteLinhas {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mw-shadow1 {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.mw-shadow2 {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.mw-shadow3 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mw-shadow4 {
  -webkit-box-shadow: 0px 0px 7px 6px rgb(137 137 137 / 4%);
  box-shadow: 0px 0px 7px 6px rgb(137 137 137 / 20%);
}

.mw-shadow5 {
  -webkit-box-shadow: 0px 0px 7px 6px rgb(137 137 137 / 4%);
  box-shadow: 0px 0px 6px 2px rgb(137 137 137 / 14%);
}

.mw-shadow6 {
  -webkit-box-shadow: inset -3px -50px 11px -2px rgb(0 0 0 / 39%);
  box-shadow: inset -3px -384px 1px -2px rgb(0 0 0 / 39%);
}

.mw-shadow7 {
  -webkit-box-shadow: inset -1px -12px 29px 20px rgb(0 0 0 / 70%);
  box-shadow: inset -1px -12px 29px 20px rgb(0 0 0 / 70%);
}

/* Cores Principais */
:root {
  --verdePadrao: #00861f;
  --verdeEscuro: #26603c;
  --verdeClaro: #20c634;
  --roxoPadrao: #812ccb;
  --cinzaPadrao: #909090;
  --cinzaClaro: #efefef;
  --azulPadrao: #1462a3;
  --cinzaEscuro: #4e4e4e;
  --douradoPadrao: #b79116;
  --douradoEscuro: #937100;
  --vinho: #67161e;
  --pretoPadrao: #1c1c1d;
  --branco: #fcfcfc;
  --vermelhoPadrao: #d5150b;
  --laranjaEscuro: #ba5c0f;
}

/*! Source: /themes/portal-n24-deploy/assets/css/grid.css */
.n24-main {
  margin: 27px auto 40px auto;
  padding: 0 20px;
}

.n24-main-category {
  margin: 24px auto 30px auto;
  padding: 0 20px;
}

.mw-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(78px, auto);
  gap: 24px;
  margin: 27px auto;
  max-width: 1200px;
}

.n24h-aside-elements {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: span 4;
}

.mw-area:empty {
  display: none !important;
}

@media (max-width: 768px) {
  .n24-main {
    margin: 50px auto 40px auto;
  }
  .n24h-aside-elements {
    grid-column: span 12;
    grid-row: auto;
  }
}

.mw-area:empty {
  display: none !important;
}
/*! Source: /themes/portal-n24-deploy/assets/css/components/topResponsivo.css */
/* Top versão desktop  */
.n24-header {
  width: 100%;
  max-width: 1490px;
  margin: auto;
  font-family: "Jakarta-Regular";
}

.n24-header > .header-first-line {
  display: flex;
  justify-content: space-between;
  margin: 9px auto;
  max-width: 1240px;
  padding: 0 20px;
  font-size: 14px;
  color: #1c1c1c;
}

#dark-theme .n24-header > .header-first-line {
  color: #ffffff;
}

.n24-header > .header-first-line > .date-degree-container > div {
  display: flex;
  gap: 50px;
}

.n24-header > .header-first-line > .cambio-container {
  display: flex;
  gap: 32px;
}

.n24-header > .header-first-line > .cambio-container > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.n24-header > .header-line {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
  border: 1px solid #f3f3f3;
}

#dark-theme .n24-header > .header-line {
  border: 1px solid #130a24;
}

.n24-header > .header-second-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 32px 20px 0 20px;
}

.n24-header .dark-logo {
  width: 224px;
  display: none;
}

.n24-header .light-logo {
  width: 224px;
  display: block;
}

#dark-theme .n24-header .dark-logo {
  width: 224px;
  display: block;
}

#dark-theme .n24-header .light-logo {
  width: 224px;
  display: none;
}

.menu-mobile {
  display: none;
}

.menu-mobile-especial {
  display: none;
}

/* Buscar  */
.n24-header > .header-second-line > .n24h-search-desktop {
  position: relative;
  width: 88px;
  height: 21px;
}

.n24-header > .header-second-line > .n24h-search-desktop img {
  position: absolute;
  top: -2px;
}

.n24-header > .header-second-line > .n24h-search-desktop input {
  position: absolute;
  width: 200px;
  border: none;
  height: 21px;
  padding-left: 34px;
  background-color: transparent;
}

#dark-theme .n24-header > .header-second-line > .n24h-search-desktop input {
  color: #ffffff;
}

.n24-header > .header-second-line > .n24h-search-desktop input::placeholder {
  font-size: 16px;
  font-family: "Jakarta-Bold";
  font-weight: 700;
}

.n24-header > .header-second-line > .n24h-search-mobile {
  display: none;
}

.n24-header > .header-second-line > .n24h-search-mobile-especial {
  display: none;
}

/* Buscar mobile  */
.header-second-line .input-mobile {
  position: absolute;
  top: 50%;
  right: 50px;
  height: 30px;
  width: 80%;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #00000048;
  background-color: #ffffff;
  padding: 5px 10px;
  z-index: 998;
}

/* redes sociais  */
.n24-header > .header-second-line > .social-networking-container {
  display: flex;
  gap: 12px;
}

.n24-header > .header-second-line > .social-networking-container > a {
  cursor: pointer;
}

/* .breadcrumb  */
.n24-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.n24-breadcrumb > nav {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.n24-breadcrumb > nav > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
}

.n24-breadcrumb > nav > a > img {
  width: 24px;
  height: auto;
}

#dark-theme .n24-breadcrumb > nav > a {
  color: #ffffff;
}

/* Menu  */
.n24-menuAside.active {
  animation: showMenu 0.2s ease-in 1 forwards;
}
.n24-menuAside.active > aside {
  animation: showMenuAside 0.2s ease-in 1 forwards;
}
@keyframes showMenu {
  to {
    visibility: visible;
    opacity: 1;
  }
}
.n24-menuAside {
  top: 0;
  min-height: 100vh;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: fixed;
  z-index: 3000;
}

.n24-menuAside > aside {
  height: 100vh;
  visibility: hidden;
  transform: translateX(-100vw);
  padding: 20px;
  width: 100%;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: #e0172f 0% 0% no-repeat padding-box;
  position: relative;
  top: 0;
  color: white;
  z-index: 999;
}
@keyframes showMenuAside {
  to {
    visibility: visible;
    transform: translateX(0);
  }
}

.n24-menuAside header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-menu {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  background: #b60e22 0% 0% no-repeat padding-box;
  border-radius: 4px;
  width: 100%;
  padding: 11px 12px;
}
.form-menu input {
  width: 100%;
  height: 18px;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  font-family: "Jakarta-Bold";
  font-size: 14px;
}
.form-menu input::placeholder {
  color: #ffffff;
  font-weight: bold;
  font-family: "Jakarta-Bold";
  font-size: 14px;
}
.menu-line {
  border: 1px solid #b60e22;
  margin: 31px 0;
}
.nav-menu > .nav-menu-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nav-menu .menu-title {
  font-family: "Jakarta-Bold";
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  text-transform: capitalize;
}

.nav-menu .editorias {
  margin: 5px 0 2px 0;
}

.nav-menu ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Começa com 1 coluna */
  column-gap: 49px;
  row-gap: 0;
  list-style: none;
  padding: 0;
  height: fit-content;
}

/* Aplica duas colunas se houver mais de 5 elementos */
.nav-menu ul:has(li:nth-child(9)) {
  grid-template-columns: repeat(2, 1fr);
}

.nav-menu .submenu-title {
  display: flex;
  gap: 12px;
  justify-content: start;
  font-family: "Jakarta-Regular";
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.nav-menu .submenu-title img {
  width: 34px;
  height: 34px;
}

.nav-menu a {
  color: #ffffff;
  font-size: 16px;
}

/* top versão mobile  */
@media (max-width: 768px) {
  .n24-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding-bottom: 10px;
    z-index: 999;
  }

  #dark-theme .n24-header {
    background-color: #111111;
  }

  .n24-header > .header-first-line {
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    margin: 12px 8px;
    font-size: 12px;
  }

  .n24-header > .header-first-line > .date-degree-container > div {
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .n24-header > .header-first-line > .cambio-container {
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .n24-header > .header-line {
    margin: 0 20px;
    border: 1px solid #f3f3f3;
  }

  .n24-header > .header-second-line {
    padding: 14px 20px 0 20px;
  }

  /* breadcrumb  */
  .n24-breadcrumb {
    justify-content: start;
    padding-top: 130px;
  }

  .n24-breadcrumb > nav {
    gap: 10px;
    margin: 26px 0 0 20px;
  }

  .n24-breadcrumb > nav > a {
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .n24-breadcrumb > nav > a > img {
    width: 18.86px;
    height: auto;
  }

  /* menu mobile  */
  .menu-mobile {
    display: block;
  }

  /* Buscar  */
  .n24-header > .header-second-line > .n24h-search-desktop {
    display: none;
  }

  .n24-header > .header-second-line > .n24h-search-mobile {
    display: block;
  }

  /* redes sociais  */
  .n24-header > .header-second-line > .social-networking-container {
    display: none;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/splide.min.css */
.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:0;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover{opacity:.9}.splide__arrow:focus{outline:0}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:0}.splide__progress__bar{background:#ccc;height:3px}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:0}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination,.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/*! Source: /themes/portal-n24-deploy/assets/css/components/footerResponsivo.css */
.n24h-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 38px 145px 40px 145px;
  margin: auto;
}

.n24h-footer > .header-footer {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  gap: 50px;
  margin-bottom: 50px;
}

.n24h-footer > .header-footer > a {
  cursor: pointer;
}

.n24h-footer > .header-footer > .nav-footer {
  display: flex;
  gap: 24px;
}

.n24h-footer > .header-footer > .nav-footer > .nav-footer-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.n24h-footer > .header-footer > .nav-footer .menu-title {
  font-family: "Jakarta-Bold";
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  text-transform: capitalize;
}

.n24h-footer > .header-footer > .nav-footer ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Começa com 1 coluna */
  column-gap: 49px;
  row-gap: 0;
  list-style: none;
  padding: 0;
  height: fit-content;
}

/* Aplica duas colunas se houver mais de 5 elementos */
.n24h-footer > .header-footer > .nav-footer ul:has(li:nth-child(9)) {
  grid-template-columns: repeat(2, 1fr);
}

.n24h-footer > .header-footer > .nav-footer .submenu-title {
  font-family: "Jakarta-Regular";
  opacity: 0.7;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.n24h-footer > .header-footer > .nav-footer a {
  color: #ffffff;
}

.n24h-rights {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: "Jakarta-Regular";
  width: 100%;
  max-width: 1200px;
}

.n24h-rights small {
  font-size: 18px;
  line-height: 23px;
  opacity: 0.7;
}

.n24h-rights span {
  font-size: 12px;
  line-height: 23px;
  opacity: 0.7;
  width: fit-content;
  white-space: nowrap;
}

.n24h-sources-container {
  display: flex;
  gap: 20px;
}

.n24h-sources-container > .n24h-source {
  display: flex;
  gap: 10px;
}

/* versão tablet  */
@media (max-width: 1024px) {
  .n24h-footer {
    padding: 38px 80px 40px 80px;
  }
  .n24h-footer > .header-footer > a > img {
    width: 200px;
  }
}

/* versão mobile  */
@media (max-width: 768px) {
  .n24h-footer {
    padding: 26px 20px 24px 20px;
    height: 100%;
    width: 100%;
  }

  .n24h-footer > .header-footer {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .n24h-footer > .header-footer > .nav-footer {
    min-width: none;
    flex-wrap: wrap;
  }

  .n24h-footer > .header-footer img {
    width: 208px;
  }

  .n24h-footer > .header-footer > .nav-footer > .nav-footer-item {
    gap: 17px;
  }

  .n24h-footer > .header-footer > .nav-footer .menu-title {
    font-size: 24px;
  }

  .n24h-footer > .header-footer > .nav-footer .submenu-title {
    font-size: 16px;
  }

  .n24h-rights {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap: 40px;
  }

  .n24h-rights small {
    font-size: 12px;
    line-height: 20px;
  }

  .n24h-rights span {
    font-size: 12px;
    line-height: 15px;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/components/navResponsivo.css */
.n24h-home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: scroll;
}

.n24h-home-nav::-webkit-scrollbar {
  display: none;
}

.n24h-home-nav > ul {
  margin-top: 22px;
  max-width: 1200px;
  display: flex;
  gap: 28px;
}

.n24h-home-nav > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.n24h-home-nav > ul > li > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  width: 76px;
  height: 76px;
}

.n24h-home-nav > ul > li > a > span {
  color: #1c1c1c;
  font-family: "Jakarta-Bold";
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.12px;
}

#dark-theme .n24h-home-nav > ul > li > a > span {
  color: #ffffff;
}

@media (max-width: 768px) {
  .n24h-home-nav {
    justify-content: start;
    padding: 0 20px;
  }

  .n24h-home-nav > ul > li > a > div {
    width: 62px;
    height: 62px;
  }

  .n24h-home-nav > ul > li > a > div > img {
    height: 25px;
    width: auto;
  }

  .n24h-home-nav > ul {
    margin-top: 16px;
  }

  .n24h-home-nav > ul > li {
    gap: 12px;
  }

  .n24h-home-nav > ul > li > a {
    gap: 6px;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/mancheteSeca.css */
.n24-mancheteSeca {
    grid-column: span 9;
    grid-row: span 2;
}

.n24-mancheteSeca > a {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.n24-mancheteSeca > a > span {
    font-family: 'Jakarta-Bold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #1C1C1C;
    text-transform: uppercase;
    padding: 0 7px;
    width: fit-content;
    border-left: 4px solid #E51D35;
}

#dark-theme .n24-mancheteSeca > a > span {
    color: #FFFFFF;
}

.n24-mancheteSeca:hover > a > span {
    color: #FFFFFF;
    background-color: #E51D35;
    transition: ease 0.5s;
}

/* .n24-mancheteSeca > a > span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 18px;
    background-color: #E51D35;
} */

.n24-mancheteSeca > a > h2 {
    font-family: 'Jakarta-Bold', sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #1C1C1C;
}

#dark-theme .n24-mancheteSeca > a > h2 {
    color: #FFFFFF;
}

.n24-mancheteSeca:hover > a > h2 {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .n24-mancheteSeca {
        grid-column: span 12;
        grid-row: span 1;
    }

    .n24-mancheteSeca > a > h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/chamadaMenor.css */
.n24-chamadaMenor {
  grid-column: span 3;
  grid-row: span 1;
}

.n24-chamadaMenor > a {
  display: flex;
  gap: 13px;
}

.n24-chamadaMenor > a > picture > img {
  width: 95px;
  height: 95px;
  border-radius: 6px;
  object-fit: cover;
}

.n24-chamadaMenor > a > h2 {
  position: relative;
  font-family: "Jakarta-Bold";
  font-size: 18px;
  line-height: 24px;
  padding-left: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limita para no máximo 3 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden; /* Esconde o texto extra */
  text-overflow: ellipsis; /* Adiciona "..." ao final */
}

#dark-theme .n24-chamadaMenor > a > h2 {
  color: #ffffff;
}

.n24-chamadaMenor > a > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 18px;
  background-color: #e51d35;
}

@media (max-width: 768px) {
  .n24-chamadaMenor {
    grid-column: span 12;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/mancheteDestaque.css */
.n24-mancheteDestaque {
    grid-column: span 9;
    grid-row: span 7;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-img {
    width: 100%;
    height: 100%;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #1C1C1C00 0%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-img img {
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.n24-mancheteDestaque:hover > a > .n24-mancheteDestaque-img img {
    transform: scale(1.05);
}

.n24-mancheteDestaque > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.reactions-container {
    position: relative;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1D1C1D80 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5px 10px;
    box-sizing: border-box;
    width: fit-content;
    height: 28px;
    border-radius: 23px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.reactions-container button {
    position: relative;
    width: 18px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 18px;
    height: auto;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.image-container img.hidden {
    opacity: 0;
    pointer-events: none;
}

.counter-happy, .counter-angry, .counter-like {
    font-family: 'Jakarta-Regular';
    color: #fff;
    font-size: 12px;
    display: none;      
}

.counter-happy.active, .counter-angry.active, .counter-like.active {
    display: block;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 32px 34px 32px;
    z-index: 3;
    width: 100%;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content >.n24-mancheteDestaque-text > p {
    position: relative;
    font-family: 'Jakarta-Bold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 7px;
    z-index: 2;
    width: fit-content;
}

.n24-mancheteDestaque:hover > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > p {
    background-color: #E51D35;
    transition: ease 0.5s;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 18px;
    background-color: #E51D35;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 685px;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles h2 {
    font-family: 'Jakarta-Bold', sans-serif;
    font-size: 40px;
    line-height: 48px;
}

.n24-mancheteDestaque:hover > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles h2 {
    text-decoration: underline;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles h3 {
    font-family: "Jakarta-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-width: 515px;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .mancheteDestaque-arrow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #E51D35;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n24-mancheteDestaque:hover > a > .n24-mancheteDestaque-content > .mancheteDestaque-arrow {
    background-color: #E51D35;
}

.n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .mancheteDestaque-arrow img {
    width: 25px;
    height: 18px;
}

@media (max-width: 768px) {
    .n24-mancheteDestaque {
        grid-column: span 12;
        grid-row: auto;
        height: 481px;
    }

    .n24-mancheteDestaque:hover > a > .n24-mancheteDestaque-img img {
        transform: none;
    }

    .n24-mancheteDestaque > a > .mancheteDestaque-icons {
        left: 10px;
    }

    .n24-mancheteDestaque > a > .n24-mancheteDestaque-content {
        flex-direction: column;
        padding: 0 10px 15px 11px;
    }

    .n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .n24-mancheteDestaque:hover > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > p {
        background-color: transparent;
        transition: none;
    }

    .n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles {
        gap: 6px;
        width: 100%;
        max-width: none;
    }

    .n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .n24-mancheteDestaque:hover > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles h2 {
        text-decoration: none;
    }

    .n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .n24-mancheteDestaque-text > .n24-mancheteDestaque-titles h3 {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        max-width: none;
    }

    .n24-mancheteDestaque > a > .n24-mancheteDestaque-content > .mancheteDestaque-arrow {
        display: none;
    }
}
 
/*! Source: /themes/portal-n24-deploy/assets/css/widgets/mancheteDestaqueHorizontal.css */
.n24-mancheteDestaqueHorizontal {
  grid-column: span 12;
  grid-row: span 5;
}
.mancheteDestaqueSlide {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.mancheteDestaqueSlide > a > .mancheteDestaqueSlide-img {
  width: 100%;
  height: 100%;
}

.mancheteDestaqueSlide > a > .mancheteDestaqueSlide-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1c1c1c00 0%, #1c1c1c 100%) 0%
    0% no-repeat padding-box;
  z-index: 2;
}

.mancheteDestaqueSlide > a > .mancheteDestaqueSlide-img img {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mancheteDestaqueSlide > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mancheteDestaqueSlide > a > .mancheteDestaqueSlide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 32px 34px 32px;
  z-index: 3;
  width: 100%;
}

.mancheteDestaqueSlide
  > a
  > .mancheteDestaqueSlide-content
  > .mancheteDestaqueSlide-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mancheteDestaqueSlide
  > a
  > .mancheteDestaqueSlide-content
  > .mancheteDestaqueSlide-text
  > p {
  position: relative;
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 3px 9px;
  z-index: 2;
  width: fit-content;
  background-color: #e51d35;
}

.mancheteDestaqueSlide
  > a
  > .mancheteDestaqueSlide-content
  > .mancheteDestaqueSlide-text
  > .mancheteDestaqueSlide-titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1026px;
}

.mancheteDestaqueSlide
  > a
  > .mancheteDestaqueSlide-content
  > .mancheteDestaqueSlide-text
  > .mancheteDestaqueSlide-titles
  h2 {
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.mancheteDestaqueSlide
  > a
  > .mancheteDestaqueSlide-content
  > .mancheteDestaqueSlide-text
  > .mancheteDestaqueSlide-titles
  h3 {
  font-family: "Jakarta-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 1026px;
  opacity: 0.8;
}

.mancheteDestaqueSlide
  > a
  > .mancheteDestaqueSlide-content
  > .mancheteDestaqueHorizontal-arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #e51d35;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mancheteDestaqueSlide
  > a
  > .mancheteDestaqueSlide-content
  > .mancheteDestaqueHorizontal-arrow
  img {
  width: 25px;
  height: 18px;
}

/* arrows  */
.n24-mancheteDestaqueHorizontal .splide__arrows {
  position: absolute;
  top: 42px;
  right: 32px;
  width: 94px;
}

.n24-mancheteDestaqueHorizontal .splide__arrow {
  opacity: 1 !important;
  background-color: transparent !important;
}

.n24-mancheteDestaqueHorizontal .splide__arrow svg {
  width: 32px !important;
  height: 32px !important;
  fill: #fff !important;
}

.n24-mancheteDestaqueHorizontal .splide__arrow--prev {
  left: 0 !important;
}

.n24-mancheteDestaqueHorizontal .splide__arrow--next {
  right: 0 !important;
}

@media (max-width: 768px) {
  .n24-mancheteDestaqueHorizontal {
    grid-column: span 12;
    grid-row: auto;
  }
  .mancheteDestaqueSlide {
    width: 100%;
    height: 423px;
  }

  .mancheteDestaqueSlide > a > .mancheteDestaqueSlide-img {
    width: 100%;
    height: 228px;
    border-radius: 6px;
  }

  .mancheteDestaqueSlide > a > .mancheteDestaqueSlide-img::before {
    height: 228px;
  }

  .mancheteDestaqueSlide > a > .mancheteDestaqueSlide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 30px 0 30px;
    height: 186px;
  }

  .mancheteDestaqueSlide
    > a
    > .mancheteDestaqueSlide-content
    > .mancheteDestaqueSlide-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .mancheteDestaqueSlide
    > a
    > .mancheteDestaqueSlide-content
    > .mancheteDestaqueSlide-text
    > p {
    background-color: #e51d35;
    text-align: center;
    margin: auto;
  }

  .mancheteDestaqueSlide
    > a
    > .mancheteDestaqueSlide-content
    > .mancheteDestaqueSlide-text
    > .mancheteDestaqueSlide-titles {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .mancheteDestaqueSlide
    > a
    > .mancheteDestaqueSlide-content
    > .mancheteDestaqueSlide-text
    > .mancheteDestaqueSlide-titles
    h2 {
    font-size: 24px;
    line-height: 30px;
    color: #1c1c1c;
    text-align: center;
  }

  .mancheteDestaqueSlide
    > a
    > .mancheteDestaqueSlide-content
    > .mancheteDestaqueSlide-text
    > .mancheteDestaqueSlide-titles
    h3 {
    display: none;
  }

  .mancheteDestaqueSlide
    > a
    > .mancheteDestaqueSlide-content
    > .mancheteDestaqueHorizontal-arrow {
    display: none;
  }

  /* arrows  */
  .n24-mancheteDestaqueHorizontal .splide__arrows {
    position: absolute;
    top: 328px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
  }

  .n24-mancheteDestaqueHorizontal .splide__arrow svg {
    width: 32px !important;
    height: 32px !important;
    fill: #e51d35 !important;
  }

  .n24-mancheteDestaqueHorizontal .splide__arrow--prev {
    left: -10px !important;
  }

  .n24-mancheteDestaqueHorizontal .splide__arrow--next {
    right: -10px !important;
  }

  /* emojis  */
  .emojis-container {
    display: none;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/chamadaReelsTopo.css */
.n24-chamadaReelsTopo {
  position: relative;
  grid-column: span 3;
  grid-row: span 6;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.n24-chamadaReelsTopo > .background-reelsTopo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 6px;
}

.n24-chamadaReelsTopo > iframe {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 262px;
  height: 465.8px;
  object-fit: cover;
  z-index: 1;
  border-radius: 6px;
}

.n24-chamadaReelsTopo > header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 100%;
  color: #ffffff;
  max-height: 90px;
  overflow: hidden;
  z-index: 1;
}

.n24-chamadaReelsTopo > header > span {
  font-family: "Jakarta-Regular";
  font-size: 14px;
}

.n24-chamadaReelsTopo > header > h2 {
  font-family: "Jakarta-Regular";
  font-weight: normal;
  font-size: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n24-chamadaReelsTopo > header > h3 {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
  text-transform: capitalize;
  font-weight: normal;
}
.n24-chamadaReelsTopo > header > h3 > strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  .n24-chamadaReelsTopo {
    grid-column: span 12;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/widgetHoroscopo.css */
.n24-widgetHoroscopo {
    grid-column: span 3;
    grid-row: span 4;
    background: #FDFDFD 0% 0% no-repeat padding-box;
    color: #1C1C1C;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 16px 20px 20px 20px;
    display: flex;
    gap: 22px;
    flex-direction: column;
}

#dark-theme .n24-widgetHoroscopo {
    background-color: #111111;
    color: #FFFFFF;
    border: 1px solid #FFFFFF33;
}

.n24-widgetHoroscopo > header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: auto;
    max-width: 242px;
}

#dark-theme .n24-widgetHoroscopo > header {
   color: #FFFFFF !important;
}

.n24-widgetHoroscopo > header > h2 {
  font-family: "Jakarta-Bold";
  font-size: 28px;
  line-height: 35px;
}

.n24-widgetHoroscopo > header > span {
  font-family: "Jakarta-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.n24-widgetHoroscopo > .n24-signos {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    grid-auto-rows: auto;
    place-self: center;
    row-gap: 20px;
    column-gap: 6px;
    justify-content: center;
    width: 100%;
}

.n24-widgetHoroscopo > .n24-signos > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.n24-widgetHoroscopo > .n24-signos > a > p {
    font-family: "Jakarta-Regular";
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.17px;
}

#dark-theme .n24-widgetHoroscopo > .n24-signos > a > p {
    color: #FFFFFF;
}

.n24-widgetHoroscopo > div {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 242px;
    margin: auto;
}

.icon-horoscopo-dark, .logo-personare-dark {
    display: none;
}

#dark-theme .icon-horoscopo-dark, #dark-theme .logo-personare-dark {
    display: block;
}

#dark-theme .icon-horoscopo-light, #dark-theme .logo-personare-light {
    display: none;
}

@media (max-width: 768px){
    .n24-widgetHoroscopo {
        grid-column: span 12;
    }

    .n24-widgetHoroscopo > header {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin: auto;
        width: 280px;
    }

    .n24-widgetHoroscopo > .n24-signos {
        row-gap: 20px;
        column-gap: 12px;
    }

    .n24-widgetHoroscopo > div {
        width: 280px;
    }
}
/*! Source: /themes/portal-n24-deploy/assets/css/widgets/chamadaBox.css */
.n24-chamadaBox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 282px;
  border-radius: 6px;
  grid-column: span 3;
  grid-row: span 3;
  overflow: hidden;
}

.n24-chamadaBox > a {
  height: 100%;
  position: relative;
  display: block;
  color: #FFFFFF;
}

.n24-chamadaBox > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, #1C1C1C00 0%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
}

.n24-chamadaBox > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.n24-chamadaBox:hover > a > picture > img {
  scale: 1.05;
}

.n24-chamadaBox > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.n24-chamadaBox .n24-chamada-item-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 18px;
  bottom: 0;
  z-index: 1;
  gap: 18px;
}
.n24-chamadaBox .n24-chamada-item-info > span {
    position: relative;
    font-family: 'Jakarta-Bold', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 1px 7px 2px 7px;
    z-index: 2;
    width: fit-content;
}

.n24-chamadaBox:hover .n24-chamada-item-info > span {
    background-color: #E51D35;
    transition: ease 0.5s;
}

.n24-chamadaBox .n24-chamada-item-info > span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 18px;
    background-color: #E51D35;
}

.n24-chamadaBox .n24-chamada-item-info > h2 {
  font-family: "Jakarta-Bold";
  font-size: 18px;
  line-height: 24px;
}

.n24-chamadaBox:hover .n24-chamada-item-info > h2 {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .n24-chamadaBox {
    height: 226px;
    grid-column: span 12;
    grid-row: auto;
  }

  .n24-chamadaBox .n24-chamada-item-info {
    padding: 16px;
    gap: 11px;
  }

  .n24-chamadaBox .n24-chamada-item-info > h2 {
    line-height: 22px;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/webStories.css */
.n24-webStories {
  grid-column: span 12;
  grid-row: span 6;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: scroll;
}

.n24-webStories::-webkit-scrollbar {
  display: none;
}

.n24-webStories-header {
  display: flex;
  justify-content: space-between;
  height: 115px;
}

.n24-webStories-header > div {
  border-left: 4px solid #e51d35;
  padding-left: 16px;
}

.n24-webStories-header > div > h2 {
  font-family: "Jakarta-Bold";
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 54px;
  color: #1c1c1c;
}

#dark-theme .n24-webStories-header > div > h2 {
  color: #ffffff;
}

.n24-webStories-header > nav > ul {
  display: flex;
  gap: 30px;
}

.story-space-top {
  margin-top: 32px;
}

.n24-webStories-header > nav > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.n24-webStories-header > nav > ul > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.n24-webStories-header > nav > ul > li:hover > a {
  background-color: #e51d35;
  transition: ease 0.5s;
}

.n24-webStories-header > nav > ul > li > a > .webStories-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
}

.n24-webStories-header > nav > ul > li > a > .webStories-circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}

.n24-webStories-header > nav > ul > li:hover > a > .webStories-circle {
  display: none;
}

#dark-theme .n24-webStories-header > nav > ul > li > a > .webStories-circle {
  stroke: #575757 !important;
  opacity: 0.4 !important;
}

.n24-webStories-header > nav > ul > li > span {
  font-family: "Jakarta-Bold";
  font-size: 12px;
  line-height: 26px;
  letter-spacing: -0.12px;
  color: #1c1c1c;
  text-transform: uppercase;
}
.n24-webStories-header > nav > ul > li:hover > span {
  color: #e51d35;
}
#dark-theme .n24-webStories-header > nav > ul > li > span {
  color: #ffffff;
}
.n24-webStories > .webStories-list {
  display: flex;
  gap: 35px;
}

.n24-webStories > .webStories-list > li {
  position: relative;
}

.n24-webStories > .webStories-list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 212px;
}

.n24-webStories > .webStories-list > li > a > picture {
  position: relative;
  width: 212px;
  height: 360px;
  transition: opacity 0.5s ease-in-out;
}
.n24-webStories > .webStories-list > li > a > picture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(180deg, #1c1c1c00 0%, #1c1c1c 100%) 0%
    0% no-repeat padding-box;
  border-radius: 6px;
  z-index: 999;
}

.n24-webStories > .webStories-list > li > a > picture.no-shadow::before {
  opacity: 0;
}

.n24-webStories > .webStories-list > li > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.5s ease-in;
}

.n24-webStories-articles-text > h2 {
  font-family: "Jakarta-Regular";
  font-size: 16px;
  color: #1c1c1c;
  line-height: 22px;
  margin-top: 17px;
}

#dark-theme .n24-webStories-articles-text > h2 {
  color: #ffffff;
}

.a-stories .a-stories-div-assistir {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.a-stories-div-assistir > img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
  display: block;
}

.lightbox span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox span iframe {
  border-radius: 20px;
  width: 600px;
  height: 630px;
}

/* reações  */
.reacoes-emojis-container {
  width: fit-content;
  height: 90px;
  display: none;
}

.reacoes-emojis-container.space-top {
  position: absolute;
  top: 30px;
  left: -2px;
}

.reacoes-emojis-container.no-space-top {
  position: absolute;
  top: -2px;
  left: -2px;
}

/* compartilhar story  */
.share-story {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e51d35;
  border-radius: 17px;
  width: 118px;
  height: 23px;
  display: none;
}

.share-story > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
}

.share-story > div > span {
  font-family: "Jakarta-Medium";
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}

.share-story.space-top {
  position: absolute;
  top: 370px;
  left: 46px;
  transform: translateY(-50%);
  z-index: 999;
}

.share-story.no-space-top {
  position: absolute;
  top: 340px;
  left: 46px;
  transform: translateY(-50%);
  z-index: 999;
}

/* botão de stop  */
.btn-stop.space-top {
  position: absolute;
  top: 370px;
  left: 10px;
  transform: translateY(-50%);
  z-index: 999;
}

.btn-stop.no-space-top {
  position: absolute;
  top: 340px;
  left: 10px;
  transform: translateY(-50%);
  z-index: 999;
}

@media (max-width: 768px) {
  .n24-webStories {
    grid-row: auto;
    gap: 24px;
  }

  .n24-webStories-header {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    height: auto;
  }

  .n24-webStories-header > div {
    padding-left: 12px;
  }

  .n24-webStories-header > div > h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 34px;
  }

  .n24-webStories-header > nav > ul {
    display: flex;
    gap: 16px;
  }

  .n24-webStories-header > nav > ul > li {
    gap: 16px;
  }

  .n24-webStories-header > nav > ul > li > a > .webStories-circle {
    height: 60px;
    width: 60px;
  }

  .story-space-top {
    margin-top: 0;
  }

  .n24-webStories-header > nav > ul > li > a {
    height: 60px;
    width: 60px;
  }

  .n24-webStories > .webStories-list {
    gap: 14px;
  }

  .n24-webStories > .webStories-list > li > a > picture {
    width: 182px;
    height: 308px;
  }

  .n24-webStories-articles-text > h2 {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 18px;
    margin-top: 12px;
  }

  /* compartilhar  */
  .share-story.space-top {
    top: 288px;
    left: 45px;
  }

  .share-story.no-space-top {
    top: 288px;
    left: 45px;
  }

  /* botão de stop  */
  .btn-stop.space-top {
    position: absolute;
    top: 288px;
    left: 10px;
  }

  .btn-stop.no-space-top {
    position: absolute;
    top: 288px;
    left: 10px;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/reacoes-emojis.css */
.reactions-container {
    position: relative;
    position: absolute;
    top: 12px;
    left: 12px;
    background: #1D1C1D80 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5px 10px;
    box-sizing: border-box;
    width: fit-content;
    height: 28px;
    border-radius: 23px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.reactions-container button {
    position: relative;
    width: 18px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 18px;
    height: auto;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.image-container img.hidden {
    opacity: 0;
    pointer-events: none;
}

.counter-happy, .counter-angry, .counter-like {
    font-family: 'Jakarta-Regular';
    color: #fff;
    font-size: 12px;
    display: none;      
}

.counter-happy.active, .counter-angry.active, .counter-like.active {
    display: block;
}
/*! Source: /themes/portal-n24-deploy/assets/css/widgets/widgetBrasileirao.css */
.n24-brasileirao {
  grid-column: span 4 / -1;
  grid-row: span 8;
  gap: 26px;
  padding: 18px 20px 66px 20px;
  background: #fdfdfd 0% 0% no-repeat padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

#dark-theme .n24-brasileirao {
  background: #111111 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF33;
}

.n24-brasileirao header > h2 {
  font-size: 26px;
  line-height: 38px;
  color: #1c1c1c;
  font-family: "Jakarta-Regular";
  font-weight: 400;
  letter-spacing: -0.52px;
}

#dark-theme .n24-brasileirao header > h2 {
  color: #FFFFFF;
}

.n24-brasileirao header > .dropdown-series {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  user-select: none;
}

.n24-brasileirao header > .dropdown-series > a {
  font-family: "Jakarta-Bold";
  font-size: 48px;
  line-height: 61px;
  color: #098838;
  letter-spacing: -0.96px;
}

.n24-brasileirao header > .dropdown-series > img {
  width: 18px;
  height: 10px;
  fill: #1c1c1c;
  opacity: 0.5;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#dark-theme .n24-brasileirao header > .dropdown-series > img {
  filter: invert(100%);
}

.dropdown-series.open .arrow {
  transform: rotate(180deg);
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px #00000026;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: none;
  z-index: 10;
  width: 198px;
  padding: 9px 0 12px 15px;
  font-family: "Jakarta-Regular";
  font-weight: 400;
  font-size: 16px;
  color: #1c1c1c;
  cursor: pointer;
}

#dark-theme .dropdown-options {
  background: #111111 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.dropdown-series.open .dropdown-options {
  display: block;
}

.n24-brasileirao > .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.n24-brasileirao > .content > .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n24-brasileirao > .content > .controls > button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-bottom: 14px;
}
.n24-brasileirao > .content > .controls > button[disabled] {
  opacity: 0.5;
}
.n24-brasileirao > .content > .controls > button[disabled] img {
  fill: #1c1c1c;
}
.n24-brasileirao .brasileiraoCarrossel .splide__pagination__page {
  width: 24px;
  height: 10px;
  background: #09883800 0% 0% no-repeat padding-box;
  border: 2px solid #098838;
  border-radius: 8px;
  box-sizing: border-box;
}
.n24-brasileirao .brasileiraoCarrossel .splide__pagination__page.is-active {
  width: 16px;
  height: 16px;
  background-color: #098838;
  border: none;
}
.n24-brasileirao > .content > .controls > button > img {
  width: 13px;
  height: 18px;
  display: flex;
}

#dark-theme .n24-brasileirao > .content > .controls > button > img svg {
  fill: #FFFFFF !important;
}

.n24-brasileirao > .brasileiraoCarrossel {
  width: 100%;
  height: 100%;
}
#prevRodada img,
#prevRodadaB img {
  transform: scaleX(-1);
}
.n24-brasileirao .brasileiraoCarrossel .splide__track {
  width: 100%;
  height: 100%;
  overflow: unset;
}
.n24-brasileirao .brasileiraoCarrossel .splide__list {
  width: 100%;
  height: 100%;
  display: flex !important;
}
.n24-brasileirao .brasileiraoCarrossel {
  width: 100%;
  height: 100%;
}
.brasileiraoCarrossel .splide__pagination {
  display: flex;
  gap: 10px;
  background: transparent;
  visibility: visible !important;
  opacity: 1 !important;
  bottom: -42px;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide .partida {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide .partida img {
  width: 50px;
  height: 50px;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide .placar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide .placar span {
  color: #1c1c1c;
  font-family: "Jakarta-Bold";
  font-size: 28px;
  line-height: 35px;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide .placar h3 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 400;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide .time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.n24-brasileirao .brasileiraoCarrossel .splide__slide .time span {
  font-family: "Jakarta-Regular";
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 400;
}

#dark-theme .n24-brasileirao .brasileiraoCarrossel .splide__slide .placar span, #dark-theme .n24-brasileirao .brasileiraoCarrossel .splide__slide .placar h3, #dark-theme .n24-brasileirao .brasileiraoCarrossel .splide__slide .time span {
  color: #FFFFFF;
} 

.splide-brasileirao-itens {
  background-color: #f4f4f4;
  padding: 12px 20px;
}

#dark-theme .splide-brasileirao-itens {
  background-color: #1C1C1C;
  color: #FFFFFF !important;
}

.splide-brasileirao-itens > h3 {
  font-family: "Jakarta-Bold";
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 4px 0;
  color: #1c1c1c;
}

.splide-brasileirao-itens > span {
  display: block;
  width: 100%;
  font-family: "Jakarta-Regular";
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #1c1c1c;
  letter-spacing: -0.12px;
}

h2#rodadaAtual {
  font-size: 17px;
  color: #1c1c1c;
  line-height: 22px;
  font-family: "Jakarta-Bold";
  text-align: center;
  padding-bottom: 14px;
  width: 100%;
}

#dark-theme .splide-brasileirao-itens > h3, #dark-theme .splide-brasileirao-itens > span, #dark-theme h2#rodadaAtual {
  color: #FFFFFF;
}

.brasileiraoCarrossel .splide__arrows.splide__arrows--ltr {
  display: none;
}

@media (max-width: 769px) {
  .n24-brasileirao {
    grid-column: span 12;
    grid-row: auto;
    gap: 28px;
  }
  .n24-brasileirao .brasileiraoCarrossel .splide__slide .partida {
    gap: 25px;
  }
  .n24-brasileirao .brasileiraoCarrossel .splide__slide .partida img {
    width: 40px;
    height: 40px;
  }
  .n24-brasileirao > .content > .controls {
    padding-bottom: 14px;
  }
  h2#rodadaAtual {
    padding-bottom: 14px;
  }
  .n24-brasileirao .brasileiraoCarrossel .splide__slide {
    gap: 14px;
  }
  .n24-brasileirao .brasileiraoCarrossel .splide__slide .time {
    gap: 8px;
  }
  .n24-brasileirao .brasileiraoCarrossel .splide__slide .time span {
    font-size: 12px;
  }
  .n24-brasileirao .tabelas > p {
    display: flex;
  }
  .n24-brasileirao .tabelas > a > .hide-on-mobile {
    display: none;
  }
  .n24-brasileirao .tabelas a {
    width: fit-content;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/newsletter.css */
.n24h-newsletter-container {
  grid-column: span 4 / -1;
  grid-row: span 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #e51d35;
  width: 100%;
  max-width: 384px;
  height: 282px;
  border-radius: 4px;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

.n24h-newsletter-container h2 {
  font-family: "Jakarta-Bold";
  font-size: 48px;
  line-height: 61px;
}

.n24h-newsletter-container label {
  font-size: 18px;
  line-height: 24px;
  font-family: "Jakarta-Bold";
  margin-bottom: 20px;
}

.n24h-newsletter-container input {
  width: 100%;
  height: 40px;
  padding-left: 18px;
  background-color: #f3f3f5;
  color: #1c1c1c;
}

.n24h-newsletter-container input::placeholder {
  font-size: 14px;
  font-family: "Jakarta-Regular";
  color: #1c1c1c;
}

.n24h-newsletter-container button {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Jakarta-Bold";
  cursor: pointer;
}

@media (max-width: 1200px) {
  .n24h-newsletter-container h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

/* Tablet  */
@media (max-width: 1024px) {
  .n24h-newsletter-container h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 768px) {
  .n24h-newsletter-container {
    grid-column: span 12;
    grid-row: auto;
    height: 250px;
    max-width: none;
    border-radius: 4px;
    padding: 12px 14px 20px 15px;
  }

  .n24h-newsletter-container h2 {
    font-size: 36px;
    line-height: 38px;
  }

  .n24h-newsletter-container label {
    font-size: 18px;
    line-height: 24px;
    width: 242px;
    margin-bottom: 20px;
  }

  .n24h-newsletter-container input {
    padding-left: 12px;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/widgetExplore.css */
.aside-tags-container {
  grid-column: span 4 / -1;
  grid-row: auto;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

#dark-theme .aside-tags-container {
  background-color: #111111;
  border: 1px solid #ffffff33;
}

.aside-tags-container h2 {
  font-family: "Jakarta-Bold";
  color: #e51d35;
  font-size: 48px;
  line-height: 54px;
}

#dark-theme .aside-tags-container h2 {
  color: #FFFFFF;
}

.aside-tags-container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.aside-tags-container li {
  font-size: 14px;
  padding: 8px 18px;
  border: 1px solid #e51d35;
  border-radius: 4px;
  font-family: "Jakarta-Bold";
}

.aside-tags-container a {
  color: #1c1c1c;
}

#dark-theme .aside-tags-container a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .aside-tags-container {
    grid-column: span 12;
    grid-row: auto;
    gap: 12px;
    padding: 12px 14px 21px 14px;
  }

  .aside-tags-container h2 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -0.72px;
  }

  .aside-tags-container ul {
    gap: 10px;
  }

  .aside-tags-container li {
    font-size: 14px;
    padding: 6px 14px;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/maisLidas.css */
.n24-maisLidas {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column: span 12;
  grid-row: span 5;
  margin-top: 35px;
}

.n24-maisLidas > h2 {
  font-family: "Jakarta-Bold";
  color: #e51d35;
  font-size: 48px;
  line-height: 61px;
  letter-spacing: -0.96px;
}

.n24-maisLidas-splide > .splide__track > ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.n24-maisLidas .splide__arrows {
  position: absolute;
  top: -83px;
  right: 0;
  width: 150px;
}

.n24-maisLidas .splide__arrow {
  background-color: transparent;
  width: 40px;
  height: 76px;
}

.n24-maisLidas .splide__arrow svg {
  width: 40px;
  height: 76px;
}

.n24-maisLidas .splide__arrow:disabled {
  opacity: 0.3;
}

.n24-maisLidas-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 238px;
  height: 300px;
  border-radius: 6px;
  margin-left: 44px;
}

.maisLidas-ranking {
  position: absolute;
  top: 50%;
  left: -44px;
  transform: translateY(-50%);
  font-size: 100px;
  font-weight: 700;
  font-family: "Jakarta-Bold";
  z-index: 0;
}

#dark-theme .maisLidas-ranking {
  color: #ffffff;
}

.maisLidas-ranking::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10px;
  width: 100%;
  height: 150%;
  background: radial-gradient(circle, #ffffff, transparent 90%);
  filter: blur(10px);
  z-index: 1;
}

#dark-theme .maisLidas-ranking::before {
  background: radial-gradient(circle, #000000, transparent 90%);
}

.n24-maisLidas-slide > a {
  position: relative;
  position: absolute;
  display: block;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.n24-maisLidas-slide > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, #1c1c1c00 0%, #1c1c1c 100%) 0%
    0% no-repeat padding-box;
}

.n24-maisLidas-slide > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.n24-maisLidas-slide .n24-maisLidas-item-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 18px;
  bottom: 0;
  z-index: 1;
  gap: 18px;
}
.n24-maisLidas-slide .n24-maisLidas-item-info > span {
  position: relative;
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 1px 7px 2px 7px;
  z-index: 2;
  width: fit-content;
}

.n24-maisLidas-slide .n24-maisLidas-item-info > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 18px;
  background-color: #e51d35;
}

.n24-maisLidas-slide .n24-maisLidas-item-info > h2 {
  font-family: "Jakarta-Bold";
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .n24-maisLidas {
    gap: 24px;
    grid-row: auto;
    margin-top: 0;
  }

  .n24-maisLidas > h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.6px;
  }

  .n24-maisLidas-slide {
    max-width: 237px;
    height: 257px;
    margin-left: 0;
  }

  .maisLidas-ranking {
    position: absolute;
    top: 180px;
    left: 0;
    padding-top: 20px;
    font-size: 72px;
  }

  .maisLidas-ranking::before {
    top: 20px;
    left: 0;
    width: 70px;
    height: 150px;
    background: linear-gradient(90deg, transparent, #fff, #fff);
    filter: blur(5px);
    z-index: 1;
  }

  .n24-maisLidas-slide > a {
    height: 145px;
  }

  .n24-maisLidas-slide .n24-maisLidas-item-info {
    padding: 0 0 0 38px;
    bottom: -112px;
    gap: 10px;
    color: #1c1c1c;
    max-height: 91px;
  }

  #dark-theme .n24-maisLidas-slide .n24-maisLidas-item-info {
    color: #ffffff;
  }

  .n24-maisLidas-slide .n24-maisLidas-item-info > h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/chamadaHorizontal.css */
.n24-ultimasNoticias {
  grid-column: span 8;
  grid-row: span 15;
}
.n24-ultimasNoticias > h2 {
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.96px;
  color: #1c1c1c;
  margin-bottom: 41px;
}

#dark-theme .n24-ultimasNoticias > h2 {
  color: #FFFFFF;
}

.n24-ultimasNoticias > .n24-ultimasNoticias-article {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

#n24-ultimaArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.n24-ultimasNoticias > .n24-ultimasNoticias-article  a > figure {
  width: 250px;
  height: 180px;
}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a > figure > img {
  width: 250px;
  height: 180px;
  border-radius: 6px;
  object-fit: cover;

}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a {
  display: flex;
  align-items: center;
  gap: 26px;
}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > span {
  position: relative;
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 1px 7px 2px 7px;
  width: fit-content;
}

#dark-theme .n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > span {
  color: #FFFFFF;
}

.n24-ultimasNoticias > .n24-ultimasNoticias-article a:hover > .n24-ultimas-infos > span {
  background-color: #e51d35;
  transition: ease 0.5s;
  color: #ffffff;
}

.n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 18px;
  background-color: #e51d35;
}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div > h2 {
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #1c1c1c;
}
#dark-theme .n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div > h2 {
  color: #FFFFFF;
}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a:hover > .n24-ultimas-infos > div > h2 {
  text-decoration: underline;
}
.n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div > h3 {
  font-family: "Jakarta-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #575757;
}
#dark-theme .n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div > h3 {
  color: #FFFFFF;
  opacity: .8;
}
#n24-loadMore-ultimas {
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #1c1c1c;
  padding: 11px 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #e51d35;
  border-radius: 4px;
  cursor: pointer;
}

#dark-theme #n24-loadMore-ultimas {
  color: #FFFFFF;
}

#n24-loadMore-ultimas:hover {
  background-color: #e51d35;
  color: #ffffff;
}

@media (max-width: 768px) {
  .n24-ultimasNoticias {
    grid-column: span 12;
  }
  .n24-ultimasNoticias > h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
  }
  .n24-ultimasNoticias > .n24-ultimasNoticias-article a > figure {
    width: 100%;
    height: 169.34px;
  }
    .n24-ultimasNoticias > .n24-ultimasNoticias-article a > figure img {
    width: 100%;
    height: 100%;
  }
  .n24-ultimasNoticias > .n24-ultimasNoticias-article a {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15.66px;
  }
  .n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos {
    gap: 12px;
  }
  .n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div {
    gap: 0px;
  }
  .n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div > h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .n24-ultimasNoticias > .n24-ultimasNoticias-article a > .n24-ultimas-infos > div > h3 {
    display: none;
  }
  #n24-loadMore-ultimas {
    padding: 10px 0;
  }
}

/*! Source: /themes/portal-n24-deploy/assets/css/widgets/mudarTema.css */
/* aside de acessibilidade (modo claro/escuro e top)  */
.n24h-aside-acessability {
  position: fixed;
  top: calc(100% - 150px);
  right: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 50px;
  z-index: 999;
}

.n24h-aside-acessability > strong {
  display: none;
}

.n24h-aside-acessability .aside-icon-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 5px 15px #0000001a;
  border: none;
  cursor: pointer;
}

.n24h-aside-acessability .aside-icon-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 5px 15px #0000001a;
  border: none;
  cursor: pointer;
}

.n24h-aside-acessability > .color-icon1 {
  background-color: #ffffff;
}

#dark-theme .n24h-aside-acessability > .color-icon1 {
  background-color: #1b1b1b;
}

.n24h-aside-acessability > .color-icon2 {
  background-color: #1c1c1c;
}

@media (max-width: 768px) {
  /* acessibilidade versão mobile  */
  .n24h-aside-acessability {
    position: fixed;
    top: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    border-left: 1px solid #d1d1d1;
    padding-left: 22px;
    width: 56px;
    height: 55px;
    z-index: 998;
  }

  .n24h-aside-acessability .aside-icon-top {
    display: none;
  }

  .n24h-aside-acessability > .color-icon2 {
    display: none;
  }

  .n24h-aside-acessability .aside-icon-mode {
    padding: 8.96px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    width: 34px;
    height: 34px;
  }

  .n24h-aside-acessability > button > img {
    width: 16.07px;
  }

  .n24h-aside-acessability > strong {
    display: block;
    font-size: 12px;
    font-family: "Jakarta-Bold";
    font-weight: bold;
    letter-spacing: 0.17px;
  }

  #dark-theme .n24h-aside-acessability > strong {
    color: #ffffff;
  }

  /* alterações do widget mudar tema na home */
  .n24-main > .n24h-aside-acessability {
    border-left: none;
  }

  .n24-main > .n24h-aside-acessability > strong {
    display: none;
  }

  .n24-main > .n24h-aside-acessability .aside-icon-mode {
    width: 52px;
    height: 52px;
    box-shadow: 0px 10px 20px #0000001a;
  }

  .n24-main > .n24h-aside-acessability > button > img {
    width: 25px;
    height: 25px;
  }
}

