/*! Source: /themes/default/assets/css/base.css */
@font-face {
  font-family: "OpenSans-Regular";
  src: url('../fonts/OpenSans-Regular.ttf') format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Medium";
  src: url('../fonts/OpenSans-Medium.ttf') format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url('../fonts/OpenSans-SemiBold.ttf') format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url('../fonts/OpenSans-Bold.ttf') format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url('../fonts/OpenSans-ExtraBold.ttf') format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Regular";
  src: url('../fonts/DMSans-Regular.ttf') format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Bold";
  src: url('../fonts/DMSans-Bold.ttf') format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans-Regular";
  src: url('../fonts/WorkSans-Regular.ttf') format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
    text-decoration: none!important;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    line-height: 1;
    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;
    transition: 0.4s;
    font-family: "OpenSans-Regular";
  }

  /* Defina a largura da barra de rolagem */
::-webkit-scrollbar {
  width: 8px; /* Largura da barra de rolagem */
  height: 1px;
}

.chamada-chapeu {
  display:flex;
  gap:5px;
  align-items: center;
}

.chamada-chapeu > svg {
  width:8px;
  height: 8px;
}

.chamada-chapeu > h3 {
  font-size: 12px;
  line-height: 14px;
  font-family: 'OpenSans-SemiBold';
  color: var(--defaultParagraph);
  text-transform: uppercase;
}

/* Defina a cor de fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background: #EFEFEF; /* Cor de fundo da barra de rolagem */
}

/* Defina a cor da parte que seleciona para fazer a rolagem */
body::-webkit-scrollbar-thumb {
  background: var(--defaultBlue);
  border-radius: 8px; /* Cor da parte que seleciona para rolagem */
}

/* Adicione uma sombra à parte da barra de rolagem que está visível */
::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

:root {
  --bgWhite: #FFF;
  --defaultParagraph: #76757A;
  --defaulth2: #2A2A2C;
  --defaultDark: #181818;
  --bgGray: #f2f2f2;
  --SecondParagraph: #77767B;
  --defaultBlue: #006EB1;
  --defaultGray: #e3e3e3;
  --defaultOrange: #d44407;
}

a {
    text-decoration: none;
    cursor: pointer!important;
    color:inherit;
  }

button {
  cursor:pointer;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.gzw-chapeu-vazado {
    display: inline;
    font-size: 13px;
    border: 1px solid white;
    padding: 4px 13px;
    border-radius: 14px;
    color: white;
    background-color: #0000008a;
    z-index: 1;
    text-transform: uppercase;
  }

  .mw-area:first-of-type{
    padding-top: 0;
  }
  .mw-area {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: minmax(60px,auto);
    gap: 24px;
    margin: 24px auto;
    max-width: 1240px;
    padding: 0 20px;
  }
  .gzw-main {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: minmax(60px,auto);
    gap: 24px;
    margin: 24px auto;
    max-width: 1240px;
    padding: 0 0px;
  }

  .gzw-main-section {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: minmax(60px,auto);
    gap: 24px;
    margin: 24px auto;
    max-width: 1240px;
  }

  .header-tags {
    display:flex;
    align-items: center;
    gap: 10px;
  }

  .header-tags a {
    padding:4px 14px;
    border-radius: 15px;
    font-family:'OpenSans-SemiBold';
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
  }

.gzw-widget {
    border-radius: 4px;
    background-color: white;
  }

/* BREADCRUMB */

.gzw-breadcrumb {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px auto;
  max-width: 1200px;
  margin-top: 28px;
}

.gzw-breadcrumb>span {
  color: #727070;
  font-size: 14px;
}

.gzw-breadcrumb>a {
  font-family: 'OpenSans-Regular';
  font-size: 12px;
  letter-spacing: -.12px;
  color: var(--defaultDark);
  position: relative;
  line-height: 32px;
  text-transform: uppercase;
}

.gzw-breadcrumb>a:nth-child(3) {
  font-family: 'OpenSans-Bold';
}

.gzw-breadcrumb>a:nth-child(5) {
  font-family: 'OpenSans-Bold';
}

.gzw-breadcrumb>a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--defaultBlue);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.gzw-breadcrumb>a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* PARAR SCROLL DA PÁGINA */
.stopScroll {
  overflow-y: hidden;
  height: 100%;
}

/* lightbox stories */

.gzw-storiesIframe {
  cursor: pointer;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  z-index: 333;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.gzw-storiesIframe.hidden {
  opacity: 0;
  visibility: hidden;
}

.gzw-storiesIframe .content {
  position: relative;
  max-width: 620px;
  width: 100%;
  padding: 20px;
  height: 100%;
  max-height: 80vh;
}

.gzw-storiesIframe .content .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 0.7em;
  cursor: pointer;
  background-color: var(--defaultBlue);
  color: var(--bgWhite);
  padding: 5px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gzw-storiesIframe .content>iframe {
  width: 100%;
  height: 100%;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.load-more-articles {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'OpenSans-Medium';
  font-size: 14px;
  margin-top: 24px;
  gap: 3px;
  max-width: 796px;
  line-height: 20px;
  color: #006EB1;
  border: 2px solid #006EB1;
  border-radius: 5px;
}

.load-more-articles:hover {
  color: #fff;
  background-color: #006EB1;
}

.load-more-articles > b {
  font-family: 'OpenSans-Bold';
}

.circle-marcador {
  width: 10px;
  height: 10px;
  border-radius: 50%; /* Torna a div em uma forma circular */
  position: relative;
  background-color: transparent;
  display:flex;
  aspect-ratio: 1/1;
  border: 3px solid #006EB1;
  align-items:center;
  justify-content:center;
}

.gzw-headerCat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

iframe {
  border-width: 0px!important;
}

.pulse-ao-vivo {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  border:2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #34ace0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
      transform: scale(0.95);
      -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
      transform: scale(1);
      -webkit-box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
      transform: scale(0.95);
      -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.mw-header-scroll {
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s ease, height 1s ease;
  box-shadow: 0px 5px 10px #0000001A;
}

.mw-header-scroll.visible {
  opacity: 1;
  height: auto;
}

.mw-header-scroll .mw-header-content {
  z-index: 3;
  margin: 20px auto 20px auto;
}

.mw-header-content {
  width: 1240px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto!important;
}

.gzw-moreVideos {
  max-width: 792px;
  width: 100%;
  max-height: 40px;
  padding:11px 0px 10px 0px;
  border:2px solid #D44407;
  border-radius: 5px;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:4px;
  font-family: 'OpenSans-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #D44407;
}

.gzw-moreVideos > b {
  font-family: 'OpenSans-Bold';
}

.gzw-moreVideos-category {
  max-width: 792px;
  width: 100%;
  max-height: 40px;
  padding:11px 0px 10px 0px;
  border:2px solid #D44407;
  border-radius: 5px;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:4px;
  font-family: 'OpenSans-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #D44407;
}

.gzw-moreVideos-category > b {
  font-family: 'OpenSans-Bold';
}
#load-more-search {
  max-width: 792px;
  width: 100%;
  max-height: 40px;
  padding:11px 0px 10px 0px;
  border:2px solid #D44407;
  border-radius: 5px;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:4px;
  font-family: 'OpenSans-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #D44407;
}

#load-more-search > b {
  font-family: 'OpenSans-Bold';
}

.mw-desk-bloco-full-0, .mw-desk-bloco-full-1, .mw-desk-bloco-1-full, .mw-desk-bloco-0-full, .mw-desk-capaespecial, .mw-desk-capaespecial-destaque, .mw-desk-chamadaaovivo, .mw-desk-bloco-full-3 {
  all: unset!important; 
}

.mw-area:empty,
.mw-desk-bloco-0:empty,
.mw-desk-bloco-1:empty,
.mw-desk-bloco-2:empty,
.mw-desk-bloco-3:empty,
.mw-desk-bloco-4:empty,
.mw-desk-bloco-5:empty,
.mw-desk-bloco-6:empty,
.mw-desk-bloco-7:empty,
.mw-desk-bloco-full-0:empty,
.mw-desk-bloco-full-1:empty,
.mw-desk-bloco-1-full:empty,
.mw-desk-bloco-0-full:empty,
.mw-mobi-bloco-6-full:empty,
.mw-mobi-bloco-0-full:empty,
.mw-mobi-bloco-0:empty,
.mw-mobi-bloco-1:empty,
.mw-mobi-bloco-2:empty,
.mw-mobi-bloco-3:empty,
.mw-mobi-bloco-4:empty,
.mw-mobi-bloco-5:empty,
.mw-mobi-bloco-6:empty,
.mw-mobi-bloco-7:empty,
.mw-mobi-bloco-8:empty,
.mw-mobi-bloco-9:empty,
.mw-desk-bloco-ad-1:empty,
.mw-desk-bloco-ad-2:empty,
.mw-desk-bloco-ad-3:empty,
.mw-desk-chamadaaovivo:empty,
.mw-desk-chamadaaovivoextended:empty,
.mw-mobi-chamadaaovivoextended:empty,
.mw-desk-capaespecial:empty,
.mw-desk-capaespecial-destaque:empty,
.mw-mobi-capaespecial-destaque:empty,
.mw-mobi-chamadaaovivo:empty,
.mw-desk-manchete-vertical:empty,
.mw-mobi-manchete-vertical:empty,
.mw-desk-manchete-seca-relacionadas:empty,
.mw-mobi-manchete-seca-relacionadas:empty,
.mw-mobi-manchete-com-foto:empty,
.mw-desk-manchete-com-foto:empty {
  display: none !important;
}

.mouseOutModal {
  display: none; /* Esconde o modal por padrão */
  position: fixed; /* Mantém o modal fixo no meio da tela */
  left: 0;
  top: 0;
  width: 100%; /* Largura total */
  height: 100%; /* Altura total */
  background-color: rgba(0,0,0,0.4); /* Fundo preto com transparência */
  z-index: 90; /* Garante que o modal fique acima de outros conteúdos */
}

.mouseOutAdContainer {
  background-color: #fefefe;
  margin: 15% auto; /* 15% do topo e centralizado horizontalmente */
  padding: 20px;
  border: 1px solid #888;
  width: 530px;
  padding-top: 50px;
  position: relative;
}

/* Estilos para o botão de fechar, caso deseje adicionar um */
.mouseOutCloseButton {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
}

.mouseOutCloseButton:hover,
.mouseOutCloseButton:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#rodadaAtualSerieA,
#rodadaAtualSerieB,
#rodadaAtualSerieC,
#rodadaAtualSerieD {
  font-family: 'OpenSans-SemiBold';
  font-size: 16px;
}

.prev-rodada, .next-rodada {
  font-family: 'OpenSans-SemiBold';
}

.mw-catdesk-capaespecial {
  all:unset!important;
}

.mw-catmob-capaespecial {
  all:unset!important;
}
@media (max-width: 796px) {
  .mw-area {
    overflow: hidden;
    grid-auto-flow: dense;
  }

  .mw-header-scroll {
    display:none;
  }

  
  .mw-mobi-bloco-6-full, .mw-mobi-capaespecial, .mw-mobi-bloco-0-full, .mw-mobi-manchete-vertical, .mw-mobi-capaespecial-destaque {
    all: unset!important; 
  }

  .gzw-main {
    overflow: hidden;
    grid-template-columns: repeat(6,1fr);
    grid-auto-flow: dense;
    margin:0px auto;
  }

  .header-tags {
    display:none;
  }

  .gzw-breadcrumb {
    width: 100%;
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0px;
    margin: 0px auto;
    max-width: 100vw;
    padding-left: 20px;
    margin-bottom: 24px;
  }

  .gzw-moreVideos {
    max-width: 92%;
    margin:0 auto;
  }

  #load-more-search {
    max-width: 92%;
    margin:0 auto;
  }

  .gzw-moreVideos-category {
    max-width: 92%;
    margin:0 auto;
  }

  .load-more-articles {
    max-width: 100%;
  }
}

html {
  margin-top: 40px !important;
}
/*! Source: /themes/default/assets/css/splide-core.min.css */

/*! Source: /themes/default/assets/css/components/topResponsivo.css */
.gzw-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.mw-header-scroll .gzw-header{
    padding-top: 0;
    flex-direction: row;
    border-bottom: unset;
    padding-bottom: 0;
}
.mw-header-scroll .gzw-header > .header-head > a {
    margin-right: auto;
}
.gzw-header > .header-nav {
    padding: 20px 0px;
    background-color: #efefef;
    width: 100%;
    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;
}

.nav-menus {
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    height: 38px;
}

.gzw-header > .header-nav > .nav-menus > img {
    height: 18px;
}
.gzw-header > .header-nav > .nav-menus > ul {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 100%;
    overflow-x: scroll;
    
}
.gzw-header > .header-nav > .nav-menus > ul::-webkit-scrollbar {
    height: 0px;
    
}
.gzw-header > .header-nav > .nav-menus > ul li > a {
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--SecondParagraph);
}
.gzw-header > .header-head {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 0 0px;
    justify-content: space-between;
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}
.gzw-header > .header-head > .head-topo {
    display: flex;
    gap: 40px;
    align-items: center;
}
.gzw-header > .header-head > .head-topo > .topo-informacoes {
    display: flex;
    gap: 40px;
    align-items: center;
}
.logo-gzw-top {
    width: 385px;
    height: 36px;
}
.gzw-header > .header-head > .head-topo > .topo-options {
    display:flex;
    gap:16px;
    align-items:center;
    position: relative;
}
.gzw-header > .header-head > .tv-gazeta-top {
    display: flex;
    gap: 8px;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-logo > img {
    width: 57px;
    height: 40px;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-text-mobile {
    display: none;
    flex-direction: column;
    gap: 4px;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-text-mobile > .tv-gazeta-aovivo {
    border-radius: 60px;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-text-mobile > p {
    font-family: 'OpenSans-Medium';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
    color: #181818;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-text-mobile > p > b {
  font-family: 'OpenSans-Bold';  
  color: #22468F;
}
.tv-gazeta-aovivo {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    padding: 2px 6px 2px 20px;
    position: relative;
    border-radius: 60px 60px 0px 60px;
    background-color: #22468F;
    width: fit-content;
}
.tv-gazeta-aovivo::after {
    content: '';
    left: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #C90300;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 4px;
    height: 4px;
    animation: pulseAoVivo 2s infinite;
}
@keyframes pulseAoVivo {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 3, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(201, 3, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(201, 3, 0, 0);
    }
}

@-webkit-keyframes pulseAoVivo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(201, 3, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 3, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(201, 3, 0, 0);
    }
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-img {
    box-shadow: 0px 5px 20px #0000001A;
    border-radius: 8px;
    width: 121px;
    min-width: 121px;
    height: 66px;
    cursor: pointer;
    overflow: hidden;
    background-color: #e9e9ee;
    position: relative;
    z-index: 1;
    margin: 3px;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-img.skeleton-gazeta-aovivo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  height: 100%;
  width: 150%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 1) 50%,
    transparent 100%
  );
  animation: shimmer 1.4s linear infinite;
}
@keyframes shimmer {
  0%   { left: -150%; }
  100% { left: 150%; }
}
@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-img.tv-gazeta-border:after {
    content: "";
    position: absolute;
    bottom: 69px;
    left: -3px;
    --border-angle: 250deg;
    width: 127px;
    height: 72px;
    border-radius: 12px;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: relative;
    box-shadow: 0px 2px 4px hsl(0 0% 0% / 25%);
    animation: border-angle-rotate 2s infinite linear;
    background: conic-gradient(from var(--border-angle), #2956A0 36deg, #00B9FF 179deg, #00FFF0 75deg, #00B9FF 82deg, #2956A0 249deg) border-box;
}
@keyframes border-angle-rotate {
  from { --border-angle: 250deg; }
  to { --border-angle: 610deg; }
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-img.glow-gazeta-aovivo {
    overflow: visible;
}
.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-img.glow-gazeta-aovivo::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #66F0E8 no-repeat padding-box;
  opacity: 1;
  filter: blur(10px);
  border-radius: 50%;
  animation: mover 2s linear infinite;
  z-index: -1;
}
@keyframes mover {
  0%   { top: -10px; right: -10px; }
  25%  { top: calc(100% - 10px); right: -10px; }
  50%  { top: calc(100% - 10px); right: calc(100% - 10px); }
  75%  { top: -10px; right: calc(100% - 10px); }
  100% { top: -10px; right: -10px; }
}

.gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.assine-top-new > a {
    font-family: 'OpenSans-Medium', sans-serif!important;
    font-size: 14px!important;
    line-height: 14px!important;
    letter-spacing: -0.14px!important;
    color: #181818!important;
}
.assine-top-new > a > b {
    font-family: 'OpenSans-Bold', sans-serif!important;
    color: #07857E!important;
}
.pl-top-new > a {
    font-family: 'OpenSans-Bold', sans-serif!important;
    font-size: 14px!important;
    line-height: 14px!important;
    letter-spacing: -0.14px!important;
    color: #07857E!important;
}
.gzw-search-filter {
    display:flex;
    gap:20px;
    align-items: center;
}

.gzw-search-filter > label {
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 20px;
    color: #76757A;
}

.gzw-search-filter div {
    display:flex;
    gap:10px;
    align-items: center;
}

.gzw-search-filter div > label {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    line-height: 20px;
    color: #76757A;
}

.gzw-search-filter div > input[type=radio] {
    height: 15px;
    width: 15px;
    border:1px solid #E3E3E3;
    border-radius: 5px;
    appearance: none;
}

.gzw-search-filter div > input[type=radio]:checked {
    background-color: #0075ff;
}

.gzw-search{
    width: 100%;
    border-radius: 8px;
    gap: 6px;
    height: 50px;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    border: 2px solid var(--bgWhite); 
    padding: 13px 15px 13px 20px
  }

.gzw-search > label {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.29px;
    color: #181818;
  }

.gzw-search > input{
    width: 100%;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #77767B;
    font-weight: 700;
  }
.gzw-search > input::placeholder{
    font-size: 12px;
    color: #77767B;
    line-height: 14px;
  }
.gzw-search > img{
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

 #floating-banner {
    z-index: 2147483645;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    padding: 15px;
    background: #f4f4f4;
    right: 0;
    border-radius: 15px;
}
.floating-banner-content {
   position: relative;
}
.floating-banner-close {
    position: absolute;
    right: 0;
    background-color: #006EB1;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -10px;
    cursor: pointer;
    
}
.gzw-header > .header-head > .head-topo > .topo-options > img:nth-child(1) {
    width: 18px;
    height: 16px;
}
.gzw-header > .header-head > .head-topo > .topo-options > img:nth-child(2) {
    height: 20px;
    width: 20px;
}
.gzw-header > .head-radios {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:16px;
}
.gzw-header > .head-radios div {
    display:flex;
    gap: 5px;
    align-items: center;
    border: 1px solid #E7E7E7;
    border-radius: 26px;
    padding: 4px 4px 4px 14px;
    cursor: pointer;
}
.gzw-header > .head-radios div > a {
    width: 28px;
    height: 28px;
    background-color: var(--bgWhite);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px #0000001A;
}
.gzw-header > .head-radios div > button {
    width: 28px;
    height: 28px;
    background-color: var(--bgWhite);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px #0000001A;
}
.gzw-header > .head-radios div > div {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset;
}
.gzw-header > .head-radios div > div > img {
    width: 11px;
    height: 13px;
}

.gzw-header > .head-radios .radios-1 > button:hover {
    background-color: #E42328;
}
.gzw-header > .head-radios .radios-1 > button:hover > img {
    filter:brightness(30);
}
.gzw-header > .head-radios .radios-2 > button:hover {
    background-color: #906017;
}
.gzw-header > .head-radios .radios-2 > button:hover > img {
    filter:brightness(30);
}
.gzw-header > .head-radios .radios-3 > button:hover {
    background-color: #7F576A;
}
.gzw-header > .head-radios .radios-3 > button:hover > img {
    filter:brightness(30);
}
.gzw-header > .head-radios .radios-4 > button:hover {
    background-color: #FFD100;
}
.gzw-header > .head-radios .radios-4 > button:hover > img {
    filter:brightness(30);
}

.gzw-header > .head-radios div > a > img {
    width: 10px;
    height: 12px;
}

.gzw-header > .head-radios div > button > img {
    width: 10px;
    height: 12px;
}
.gzw-header > .head-radios div > span {
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #231F20;
}
.gzw-header > .head-radios div > span > b {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
}
.gzw-header > .head-radios > a {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color:var(--bgWhite);
    border: 2px solid #EFEFEF;
    display:flex;
    align-items: center;
    justify-content: center;
}
.gzw-header > .head-radios > a > img {
    width:10px;
    height: 12px;
}
.head-programs {
    overflow: hidden;
}
.head-programs .head-programsContainer {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 18px;
}
.head-programs.programs-top-scroll .head-programsContainer {
    padding: 0;
}
.head-programs .program-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 104px;
}
.head-programs.programs-top-scroll .program-option {
    min-width: 70px;
}
.head-programs .program-option > .program-thumb {
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}
.head-programs.programs-top-scroll .program-option > .program-thumb {
    margin-bottom: 12px;
}
.head-programs .program-option > .program-thumb > img {
    width: 78px;
    height: 78px;
    padding: 5px;
    object-fit: cover;
    border: 2px solid #DCDCDC;
    border-radius: 50%;
}
.head-programs.programs-top-scroll .program-option > .program-thumb > img {
    width: 60px;
    height: 60px;
    padding: 3px;
}
.head-programs .program-option.in-live > .program-thumb > img {
    border: 2px solid #C90300;
}
.head-programs .program-option > .program-thumb:hover > img {
    padding: 0;
}
.head-programs .program-option > .program-thumb > span {
    position: absolute;
    bottom: -8px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    white-space: nowrap;
    background-color: #C90300;
    padding: 4px 8px 4px 19px;
    border-radius: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.head-programs.programs-top-scroll .program-option > .program-thumb > span {
    font-size: 9px;
    line-height: 9px;
}
.head-programs .program-option.in-live > .program-thumb > span {
    display: block;
}
.head-programs .program-option > .program-thumb > span:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
}
.head-programs .program-option > h3 {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.12px;
    color: #231F20;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.gzw-headerEspecial .head-programs .program-option > h3 {
    color: #fff;
}
.head-programs.programs-top-scroll .program-option > h3 {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
}
.head-programs .program-option > span {
    font-family: 'OpenSans-Medium', sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.12px;
    color: #231F20;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.gzw-headerEspecial .head-programs .program-option > span {
    color: #fff;
}
.head-programs.programs-top-scroll .program-option > span {
    font-size: 10px;
    line-height: 10px;
}
.gzw-header > .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 auto;
    padding: 20px 20px;
    max-width: 1240px;
    width: 100%;
}
.assinePubli {
    display:flex;
    gap:12px;
    align-items: center;
}

#assine > a {
    border-radius: 6px;
    border: 1px solid #07857E;
    padding: 6px 16px;
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #07857E;
    white-space: nowrap;
}
#assine > a > span {
    font-family: 'OpenSans-Bold';
}
#assine > a > .assine-btn-mob {
    display: none;
}
#assine > a > .assine-btn-desk {
    display: inline-block;
}
#assine:hover > a {
    color: white;
    background-color: #07857E;
}

#publiLegal > a {
    background-color: #07857E;
    border: 1px solid #07857E;
    border-radius: 6px;
    box-shadow: 0px 5px 10px #0000000D;
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #fff;
    padding: 6px 16px;
    white-space: nowrap;                               
}

#publiLegal:hover > a { 
    background-color: #fff;
    color: #07857E;
}

.header-line {
    margin-top: 20px;
    background-color: #EFEFEF;
    width: 100%;
    height: 1px;
}

.gzw-header > .header-bottom::-webkit-scrollbar {
    height: 0px!important;
}

.gzw-header > .header-bottom li.header-top-submenu {
    position: relative;
}

.gzw-header > .header-bottom li > .header-bottom-sub {
    display:flex;
    align-items: center;
    gap:8px;
}

.gzw-header > .header-bottom li > .header-bottom-sub > span {
    font-family: 'OpenSans-Medium';
    font-size: 14px;
    line-height: 14px;
    color: var(--defaultDark);
    letter-spacing: -.12px;
    transition: 1s ease-in-out;
    position: relative;
}

.gzw-header > .header-bottom li > .menu-blogs-hover > a {
    font-family: 'OpenSans-Medium';
    font-size: 14px;
    line-height: 14px;
    color: var(--defaultDark);
    letter-spacing: -.12px;
    transition: 1s ease-in-out;
    position: relative;
    color:inherit;
    text-decoration: none;
}

.gzw-header > .header-bottom li > .header-bottom-sub > img {
    width: 10px;
    height: 20px;
    transform: rotate(180deg) scale(1.5);
}

.gzw-header > .header-bottom li > a {
    font-family: 'OpenSans-Medium';
    font-size: 14px;
    line-height: 14px;
    color: var(--defaultDark);
    letter-spacing: -.12px;
    transition: 1s ease-in-out;
    position: relative;
}

.gzw-header > .header-bottom li:not(#assine):not(#publiLegal):not(.gzw-submenu):hover > a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: var(--defaultBlue);
    transform-origin: bottom right;
    transition: transform 1s ease-out;
}
.gzw-header > .header-bottom li:not(#assine):not(#publiLegal):not(.gzw-submenu):hover > a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-only-mob {
    display:none!important;
}

.topo-temp {
    display:flex;
    align-items: center;
    gap: 10px;
}

.topo-temp > img {
    width: 22px;
    height: 22px;
}

.topo-temp > img:hover {
    transform:scale(1.05);
}

.topo-temp > .temp-value {
    display:flex;
    flex-direction: column;
    gap:0px;
    justify-content: center;
    align-items: center;
}

.topo-temp > .temp-value > p {
    font-family: 'OpenSans-Medium', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: var(--defaultDark);
    margin-bottom: 4px;
    margin-right: auto;
}

.topo-temp > .temp-value > span {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    line-height: 14px;
    color: var(--defaultDark);
    white-space: nowrap;
}

.topo-cotacao {
    display:flex;
    align-items: center;
    gap: 11px;
}

.topo-cotacao > img {
    width: 22px;
    height: 22px;
}

.topo-cotacao > img:hover {
    transform:scale(1.05)
}

.topo-cotacao .cotacao-value {
    display:flex;
    flex-direction: column;
    gap:0px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 28px;
}

.topo-cotacao .cotacao-value > p {
    font-family: 'OpenSans-Medium', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: var(--defaultDark);
    margin-bottom: 4px;
}

.topo-cotacao .cotacao-value > .cotacao-value-valor{
    display:flex;
    gap:4px;
    align-items: center;
}

.topo-cotacao .cotacao-value > .cotacao-value-valor > span {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    line-height: 14px;
    color: var(--defaultDark);
}

.topo-cotacao .cotacao-value > .cotacao-value-valor > img {
    width: 6px;
    height: 6px;
    filter: brightness(0);
}

.gzw-menuAside {
    top: 0;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: fixed;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 20;
    background-image: linear-gradient(286deg,#000000ab, #000000ab);
    background-size: 100%;
}

.gzw-submenu {
    display: none;
    left: -100px;
    top: 30px;
    width: 1045px;
    position: absolute;
    backdrop-filter: blur(3px);
    background-image: linear-gradient(286deg,#000000ab, #000000ab);
    background-size: 100%;
    opacity: 1;
    text-align: left;
}

.gzw-submenu.active{
    animation: showMenu 0.6s ease-in 1 forwards;
    z-index: 999;
    display: block;
}
.gzw-submenu.active>aside{
    animation: showMenuAside 0.7s ease-in 1 forwards;
}
.gzw-menuAside.active{
    animation: showMenu 0.6s ease-in 1 forwards;
    z-index: 999;
}
.gzw-menuAside.active>aside{
    animation: showMenuAside 0.7s ease-in 1 forwards;
}
@keyframes showMenu {
    to {
      visibility: visible;
      opacity: 1
    }
}
.gzw-menuAside > aside {
    min-height: 100vh;
    visibility: hidden;
    transform: translateX(-100vw);
    padding: 20px 50px;
    max-width: 462px;
    width: 100%;
    padding: 40px 40px;
    overflow: hidden;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--bgWhite);
    position: relative;
}
.gzw-submenu > aside {
    visibility: hidden;
    width: 100%;
    padding: 44px 25px 25px 25px;
    overflow: hidden;
    display: flex;
    gap: 30px;
    background-color: var(--bgWhite);
    position: relative;
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 0px 0px 6px 6px;
}

.gzw-submenu > aside > .gradient-aside {
    height: 100px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    display: block;
}

.gzw-menuAside > aside > .gradient-aside {
    height: 100px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    display: block;
}

@keyframes showMenuAside {
    to {
        visibility: visible;
        transform: translateX(0);
    }
}

.gzw-submenu > aside > header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.gzw-submenu > aside > header > span{
    font-size: 14px;
    font-family: 'Outfit-semibold';
    color:var(--defaultBlue);
}

.gzw-submenu > aside > header > img:nth-child(1){
    cursor: pointer;
    width: 298px;
    height: 28px;
}

  .gzw-submenu > aside > header > img:nth-child(2){
      cursor: pointer;
      width: 14px;
      height: 14px;
    }
    
    .gzw-submenu > aside > label {
        font-family: "OpenSans-Bold";
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.29px;
        color: var(--defaultDark);
        margin-top: 24px;
    }
    
    .gzw-submenu > aside > .gzw-searchAside{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #EFEFEF;
        gap: 10px;
        border-radius: 10px;
        padding: 14px 14.36px 14px 22px;
    }

    .gzw-submenu > aside > .gzw-searchAside > input{
        width: 100%;
    }
    
    .gzw-submenu > aside > .gzw-searchAside > input::placeholder {
        font-family: "OpenSans-Regular";
        font-size: 12px;
        color: var(--SecondParagraph);
    }
    
    .gzw-submenu > aside > ul{
        display: grid;
        grid-template-rows: repeat(13,1fr);
        grid-template-columns: 1fr 1fr;
        gap: 5px 65px;
        max-width: 462px;
    }
    
    .gzw-submenu > aside > p {
        font-size: 22px;
        font-family: 'OpenSans-Regular';
        font-weight: bold;
        color:var(--defaulth2);
        margin-bottom: 11px;
}

.gzw-submenu > aside > ul > li > a {
    font-size: 14px!important;
    line-height: 26px!important;
    font-family: 'OpenSans-Regular'!important;
    color: #707070!important;
}

.gzw-submenu > aside > ul li{
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 0.2px;
    opacity: 0.9;
    color: var(--AsideGray);
    width: 166px;
    max-height: 41px;
    white-space: nowrap;
}

/* .gzw-submenu > aside > ul li:first-of-type{
    font-weight: 700;
    opacity: 1;
} */

  .gzw-submenu > aside > .gzw-Aside-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom:40px;
}

.gzw-submenu > aside > .gzw-Aside-icons > a > img {
    width:114px;
    height: 40px;
}

.submenu-ultimas {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }

  .submenu-ultimas > span {
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.44px;
    color: #006EB1;
  }

  .submenu-ultimas > .submenu-ultimas-materias {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap:20px 16px;
  }

  .submenu-ultimas > .submenu-ultimas-materias .gzw-chamada-submenu {
    grid-column: span 1;
    grid-row: span 1;
  }

  .submenu-ultimas > .submenu-ultimas-materias .gzw-chamada-submenu > a {
    display:flex;
    gap:16px;
    align-items: center;
  }

  .submenu-ultimas > .submenu-ultimas-materias .gzw-chamada-submenu > a > img{
    width: 90px;
    height: 90px;
    aspect-ratio:1/1;
    border-radius: 8px;
    object-fit: cover;
  }

  .submenu-ultimas > .submenu-ultimas-materias .gzw-chamada-submenu > a > div{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:11px;
  }

  .submenu-ultimas > .submenu-ultimas-materias .gzw-chamada-submenu > a > div > h2 {
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
    color: #2A2A2C;
  }


.gzw-menuAside > aside > header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.gzw-menuAside > aside > header > span{
    font-size: 14px;
    font-family: 'Outfit-semibold';
    color:var(--defaultBlue);
}

.gzw-menuAside > aside > header > img:nth-child(1){
    cursor: pointer;
    width: 298px;
    height: 28px;
}

  .gzw-menuAside > aside > header > img:nth-child(2){
      cursor: pointer;
      width: 14px;
      height: 14px;
    }
    
    .gzw-menuAside > aside > label {
        font-family: "OpenSans-Bold";
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.29px;
        color: var(--defaultDark);
        margin-top: 24px;
    }
    
    .gzw-menuAside > aside > .gzw-searchAside{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #EFEFEF;
        gap: 10px;
        border-radius: 10px;
        padding: 14px 14.36px 14px 22px;
    }

    .gzw-menuAside > aside > .gzw-searchAside > input{
        width: 100%;
    }
    
    .gzw-menuAside > aside > .gzw-searchAside > input::placeholder {
        font-family: "OpenSans-Regular";
        font-size: 12px;
        color: var(--SecondParagraph);
    }
    
    .gzw-menuAside > aside > ul{
        display: flex;
        flex-direction: column;
        gap: 5px;
        overflow-y: scroll;
        height: 100%;
        padding-bottom: 60px;
    }
    
    .gzw-menuAside > aside > ul::-webkit-scrollbar-thumb {
        border-radius: 8px 8px 8px 8px;
        background: var(--defaultBlue);
    }
    
    .gzw-menuAside > aside > p {
        font-size: 22px;
        font-family: 'OpenSans-Regular';
        font-weight: bold;
        color:var(--defaulth2);
}

.gzw-menuAside > aside > ul > li > a {
    font-size: 18px;
    line-height: 28px;
    font-family: 'OpenSans-Regular';
    color: #707070;
}

.gzw-menuAside > aside > ul li{
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 0.2px;
    opacity: 0.9;
    color: var(--AsideGray)
}

/* .gzw-menuAside > aside > ul li:first-of-type{
    font-weight: 700;
    opacity: 1;
} */

  .gzw-menuAside > aside > .gzw-Aside-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom:40px;
}

.gzw-menuAside > aside > .gzw-Aside-icons > a > img {
    width:114px;
    height: 40px;
}

#m-header-partner {
    min-height: 40px;
}

#m-header-partner {
    background-color: #EFEFEF!important;
	border-bottom:unset!important;
}

#m-header-partner.active {
    min-height:40px!important;
    z-index: 99!important;
}

#m-header-partner .m-middle {
    justify-content: space-between!important;
	max-width:1240px!important;
    padding:0px 20px!important;
}

#m-header-partner a:not(.m-logo-metropoles) {
    font-family: 'OpenSans-Regular'!important;
	font-weight: unset!important;
	font-size: 12px!important;
	line-height: 14px!important;
	color: #565656!important;
}

#m-header-partner a + a {
    margin-left: unset!important;
}

#m-header-partner .m-title {
    margin: 0px 150px!important;
}

#m-header-partner .m-logo-metropoles {
    width:103px!important;
	height:18px!important;
}

#searchDialog {
    position: fixed;
    width: 100vw; 
    height: 100vh; 
    background-color: white;
    padding: 30px;
}

#searchDialog::backdrop {
    background-color: white;
}

#searchDialog > .searchDialog-section {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#searchDialog > .searchDialog-section > .searchDialog-content > #searchForm {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#searchDialog > .searchDialog-section > .searchDialog-content > #searchForm > div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 10px;
}
#searchDialog > .searchDialog-section > .searchDialog-content > #searchForm > div:nth-child(1) > label {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 30px;
    color: #181818;
    letter-spacing: -0.29px;
}

#searchDialog > .searchDialog-section > .searchDialog-content > .searchDialog-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0px;
}

#searchDialog > .searchDialog-section > .searchDialog-header {
    display:flex; 
    justify-content: space-between;
    align-items: center;
}

#searchDialog > .searchDialog-section > .searchDialog-header > button > img {
    width: 14px;
    height: 14px;
}

.gzw-searchInput:-internal-autofill-selected {
    background-color: unset!important;
}
.gzw-horaDoEnem {
    width: 100%;
    background-color: #584483;
    margin-top: 24px;
}
.gzw-horaDoEnem > div > img {
    display: none;
    width: 84px;
    height: 82px;
}
.gzw-horaDoEnem > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 846px;
    margin: auto;
    padding: 8px 0px;
}
.gzw-horaDoEnem > div .gzw-horaDoEnem-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.gzw-horaDoEnem > div > .gzw-horaDoEnem-text > p {
    color: #FDC202;
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.6px;
}
.gzw-horaDoEnem > div > .gzw-horaDoEnem-text > a {
    background-color: #FDC202;
    color: #584483;
    font-family: 'OpenSans-ExtraBold', 'OpenSans-Bold';
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.6px;
    padding: 4px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}
.gzw-horaDoEnem > div > .gzw-horaDoEnem-text > p > span {
    font-family: 'OpenSans-Regular';
}
.modalMW-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}
.modalMW-content {
    position: relative;
    max-width: 90%;
    width: 800px;
    max-height: 90%;
    aspect-ratio: 16 / 9;
}
.modalMW-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.modalMW-close {
    position: absolute;
    top: -40px;
    right: -40px;
    background: #f00;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.modalMW-close:hover {
    background: #c00;
}
.elements-left-desk-header {
    display: flex;
    align-items: center;
    gap: 40px;
}
.elements-left-desk-header > .topo-options {
    display: flex;
    align-items: center;
    gap: 32px;
}
@media (max-width:796px) {
    .gzw-header {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        margin-bottom: 22px;
        padding-bottom: 15px;
        padding-top: 0px;
    }

    #floating-banner {
        display: none;
    }
        

    .assinePubli {
        margin: 0;
        justify-content: center;
        width: 100%;
    }

    .gzw-menuAside > aside > ul{
        padding-bottom: 90px;
    }

    .header-line {
        display: none;
    }

    .gzw-header > .header-head > .head-topo > .topo-options > .gzw-search > .gzw-searchInput{
        display:none;
        position: absolute;
        border: 1px solid #00AFAD;
        border-radius: 8px;
        right: -5px;
        max-width: 130px;
        padding: 6px 14px 6px 14px;
        font-size: 14px;
        text-transform: capitalize;
        font-family: 'OpenSans-Bold';
    }
    
    #assine > a {
        padding: 6px 14px;
        font-size: 14px;
    }
    #assine > a > .assine-btn-mob {
        display: inline-block;
    }
    #assine > a > .assine-btn-desk {
        display: none;
    }
    #publiLegal > a {
        padding: 6px 14px;
        font-size: 14px;
    }
    .gzw-header > .header-head > .head-topo > .topo-informacoes {
        display: flex;
        gap: 28px;
        align-items: center;
        display:none;
    }

    .header-bottom-mobi {
        display: flex !important;
    }

    .header-bottom-desk {
        display: none !important;
    }
    
    .mw-header-scroll > .gzw-header > .header-head {
        padding:0px;
        max-width: 100%;
    }

    .mw-header-scroll > .gzw-header > .header-head > .head-topo {
        max-width: 100%;
        width: 100%;
    }

    .mw-header-scroll > .gzw-header {
        width: 100%;
        max-width: 100%;
    }

    .gzw-header > .header-nav {
        display: flex;
        gap: 25px;
        flex-direction: row;
        align-items: center;
        padding: 10px 20px;
        background-color: #efefef;
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
    }
    .gzw-header > .header-nav > img {
        height:16px;
    }
    .gzw-header > .header-nav > ul {
        display: flex;
        align-items: center;
        gap: 14px;
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
    }

    .gzw-header > .header-nav > ul::-webkit-scrollbar {
        height: 0px;
      }
    
    .gzw-header > .header-nav > ul::-webkit-scrollbar-track {
        background: #EFEFEF; /* Cor de fundo da barra de rolagem */
      }
    
    .gzw-header > .header-nav > ul::-webkit-scrollbar-thumb {
      background: #919090; /* Cor da parte que seleciona para rolagem */
    }
    
    .gzw-header > .header-nav > ul::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }

    .gzw-header > .header-nav > ul li > a {
        font-family: 'OpenSans-Regular';
        font-size: 8px;
        line-height: 14px;
        text-transform: uppercase;
        color: var(--SecondParagraph);
    }
    .gzw-header > .header-head {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        padding: 0 40px;
        max-width: 100%;
        width: 100%;
    }
    .gzw-header > .header-head > .head-topo {
        display:flex;
        gap:30px;
        align-items:center;
        justify-content: space-between;
        width: 100%;
        padding-top: 20px;
    }

    .topo-temp > img {
        width: 19px;
        height: 15px;
    }
    .gzw-header > .header-head > .head-topo > .topo-options {
        display:flex;
        gap:16px;
        align-items:center;
    }
    .gzw-header > .header-head > .head-topo > .topo-options > img:nth-child(1) {
        height: 18px;
        width: 20px;
    }
    .gzw-header > .header-head > .head-topo > .topo-options > img:nth-child(2) {
        height: 20px;
        width: 20px;
    }
    .gzw-header > .head-radios { 
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 0 20px;
        max-width: 100%;
        overflow-x: scroll;
    }
    .gzw-header > .head-radios::-webkit-scrollbar {
        display: none;
    }
    .gzw-header > .head-radios div {
        display:flex;
        gap: 5px;
        align-items: center;
    }

    .gzw-header > .head-radios div > a {
        width: 28px;
        height: 28px;
        background-color: #FFFFFF;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 5px 10px #0000001A;
    }
    .gzw-header > .head-radios div > a > img {
        width: 10px;
        height: 12px;
    }
    .gzw-header > .head-radios div > span {
        font-family: 'OpenSans-Regular';
        font-size: 10px;
        line-height: 14px;
        color: var(--SecondParagraph);
    }
    .gzw-header > .head-radios div > span > b {
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        color: #181818;
        margin-right: 5px;
    }
    .gzw-header > .head-radios div > span > b:last-of-type {
        display: none;
    }
    .gzw-header > .head-radios div > span > span:last-of-type {
        display: none;
    }
    .gzw-header > .head-radios > a {
        width: 28px;
        height: 28px;
        border-radius: 6px;
        background-color:#FFFFFF;
        border: 2px solid #EFEFEF;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .gzw-header > .head-radios > a > img {
        width:10px;
        height: 12px;
    }
    .gzw-header > .header-bottom {
        display: flex;
        align-items: center;
        gap: 16px;
        overflow-x: scroll;
        padding: 10px 20px;
        padding-top: 0 !important;
        margin:0px;
        max-width: 100%;
        width: 100%;
    }

    .gzw-header > .header-bottom::-webkit-scrollbar {
        height: 2px!important;
    }

    .gzw-header > .header-bottom::-webkit-scrollbar {
        height: 0px;
      }
    
    .gzw-header > .header-bottom::-webkit-scrollbar-track {
        background: #EFEFEF; /* Cor de fundo da barra de rolagem */
      }
    
    .gzw-header > .header-bottom::-webkit-scrollbar-thumb {
      background: #919090; /* Cor da parte que seleciona para rolagem */
    }
    
    .gzw-header > .header-bottom::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }

    .gzw-header > .header-bottom li > a {
        font-family: 'OpenSans-Medium';
        font-size: 12px;
        line-height: 14px;
        white-space: nowrap;
        color: #181818;
        letter-spacing: -0.12px;
    }   
    #m-header-partner .m-middle {
        padding:0px 20px!important;
    }

    #m-header-partner .m-title {
        margin: unset!important;
    }
    .nav-only-desk {
        display:none!important;
    }

    .nav-only-mob {
        display:flex!important;
    }
    .gzw-horaDoEnem > div  {
        justify-content: center;
        max-width: 414px;
        gap: 25px;
    }
    .gzw-horaDoEnem > div > img {
        display: flex;
    }
    .gzw-horaDoEnem > div > .gzw-horaDoEnem-text{
        max-width: 190px;
        max-height: 118px;
        flex-direction: column;
        gap: 12px;
    }
    .gzw-horaDoEnem > div > .gzw-horaDoEnem-text > p {
        font-size: 18px;
        letter-spacing: -0.54px;
        line-height: 24px;
        text-align: center;
    }
    .gzw-horaDoEnem > div > .gzw-horaDoEnem-text > p:nth-child(3) {
        display: none;
    }
    .head-programs {
        width: 100%;
        mask-image: linear-gradient(to right,rgb(0, 0, 0) 0%,rgb(0, 0, 0) 80%,rgba(0, 0, 0, 0) 100%);
    }
    .head-programs .head-programsContainer {
        gap: 12px;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .head-programs .program-option {
        min-width: 80px;
    }
    .head-programs .program-option > .program-thumb {
        margin-bottom: 14px;
    }
    .head-programs .program-option > .program-thumb > img {
        width: 72px;
        height: 72px;
    }
    .head-programs .program-option > .program-thumb > span {
        position: absolute;
        bottom: -8px;
        font-family: 'OpenSans-SemiBold', sans-serif;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0.6px;
        color: #FFFFFF;
        white-space: nowrap;
        background-color: #C90300;
        padding: 4px 8px 4px 19px;
        border-radius: 60px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    .head-programs .program-option > .program-thumb > span:after {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        content: '';
    }
    .head-programs .program-option > h3 {
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0.1px;
        margin-bottom: 4px;
    }
    .head-programs .program-option > span {
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0.1px;
    }
    .elements-left-desk-header {
        display: none;
    }
}


/*SEARCH*/

/* 
  GazetaWeb • 2023 - MUNDIWARE
*/
.gzw-page.busca {
  max-width: 1240px;
  margin: 20px auto 60px;
  padding: 0 20px;
}
.gzw-page.busca>header{
  display: flex;
  flex-direction: column;
}
.gzw-page.busca>header>h2{
 font-size: 20px;
 line-height: 26px;
 letter-spacing: 0.22px;
 color: var(--defaultDark);
}
.gzw-page.busca>header>h3{
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.22px;
  color: var(--defaultDark);
  font-weight: 700;
  text-transform: capitalize;
 }
.gzw-page.busca> section{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.gzw-page.busca> section > .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 792px;
}
.gzw-page.busca> section > aside{
  max-width: 384px;
  height: fit-content;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-auto-rows: minmax(84px,auto);
  gap: 24px;
  position: sticky;
  top: 20px;
}
.gzw-page.busca> section > aside > *{
  grid-column: span 1 !important;
}
.gzw-categoryPagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.gzw-categoryPagination > button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: var(--defaultDark);
  font-weight: 600;
  border: 1px solid var(--defaultGray);
  cursor: pointer;
}
.gzw-categoryPagination > button:hover {
  background-color: var(--defaultBlue);
  border-color: var(--defaultBlue);
  color: #fff;
}
.gzw-categoryPagination button.active{
  background-color: var(--defaultBlue);
  border-color: var(--defaultBlue);
  color: #fff;
}
@media (max-width: 960px){
  .gzw-page.busca> section {
    flex-direction: column;
}
.gzw-page.busca> section > *{
  max-width: 100% !important;
}
}
@media (max-width: 796px) {
  .gzw-page.busca>header{
    display: flex;
    flex-direction: column;
  }
  .gzw-page.busca>h2 {
    font-size: 35px;
    line-height: 39px;
    padding: 0 20px;
  }
  .gzw-page.busca {
    padding: 20px;
  }
  .gzw-page.busca> section > aside{
    padding: 0 20px;
  }
  .gzw-header > .header-bottom li.header-top-submenu {
    display: none;
    }
    .gzw-header > .header-bottom li > .menu-blogs-hover {
        display: block;
    }
    .gzw-header > .header-bottom li > .menu-blogs-hover > a {
        font-size: 12px;
        line-height: 14px;
    }
    .gzw-header > .header-bottom li > .menu-blogs-hover > img {
        display: none;
    }
    .gzw-header > .header-bottom li > .menu-blogs-hover > div {
        display: none;
    }
}
@media (max-width: 400px){
  .gzw-chamadaHome>a>div>h3{
    display: none;
  }
}
@media (max-width: 380px){
  .assinePubliTop {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
    .logo-gzw-top {
        width: 100%;
        height: auto;
        aspect-ratio: 385 / 36;
    }
}
@media screen and (max-width: 768px) {
    .gzw-header > .header-head > .tv-gazeta-top {
        gap: unset;
    }
    .gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-logo {
        width: 71px;
        min-width: 71px;
        height: 73px;
        order: 2;
        background-color: #22468F;
        border-radius: 14px;
        justify-content: center;
        align-items: center;
    }
    .gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-logo > img {
        width: 51px;
        height: 37px;
        filter: brightness(0) invert(1);
    }
    .gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-logo > div {
        display: none;
    }
    .gzw-header > .header-head > .tv-gazeta-top > .tv-gazeta-text-mobile {
        display: flex;
        margin-right: 12px;
    }
    .assine-top-new > a {
        font-size: 12px!important;
    }
    .pl-top-new > a {
        font-size: 12px!important;
    }
    .modalMW-close {
        right: 0;
    }
}
/*! Source: /themes/default/assets/css/components/footerResponsivo.css */
.gzw-footer {
    font-family: 'Open Sans', sans-serif;
    background-color: #F8F8F8;
    padding: 30px 0 30px 0;
    font-size: 14px;
    line-height: 1.6;
}

footer.gzw-footer p,
footer.gzw-footer a,
footer.gzw-footer ul,
footer.gzw-footer li,
footer.gzw-footer span,
footer.gzw-footer div {
    line-height: inherit;
}

.gzw-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gzw-footer-main {
    display: grid;
    grid-template-columns: 811px 309px;
    gap: 80px;
    margin-bottom: 30px;
}

.gzw-footer-logo-gazetaweb, .gzw-footer-logo-org {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.gzw-footer-logo-gazetaweb > img {
    height: 38px;
    width: 398px;
    display: block;
}

.gzw-footer-main-content-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 40px;
    grid-row-gap: 30px;
}

.gzw-footer-contacts {
    grid-area: 1 / 1 / 3 / 2;
}

.gzw-footer-links {
    grid-area: 1 / 2 / 2 / 3;
}

.gzw-footer-expediente {
    grid-area: 2 / 2 / 3 / 4; 
}

.gzw-footer-social-app {
    grid-area: 1 / 3 / 2 / 4;
}

.gzw-footer-title {
    color: #006EB1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gzw-footer-block {
    margin-bottom: 14px;
}

.gzw-footer-block p {
    line-height: 1.5;
    letter-spacing: -0.28px;
}

.gzw-footer-block strong,
.gzw-footer-conselho strong {
    color: #2A2A2C;
    font-weight: 700;
}

.gzw-footer-list {
    list-style: none;
}

.gzw-footer-link {
    color: #2A2A2C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gzw-footer-link:hover {
    color: #006EB1;
}


.gzw-footer-social > div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 35px;
} 

.gzw-footer-social > div > a {
    width: 34px;
    height: 34px;
    background: #006EB1;
    box-shadow: 0px 2px 10px #0000000D;
    border: 1px solid #E9E9E9;
    border-radius: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: background-color 0.3s ease;
}

.gzw-footer-social > div > a:hover {
    background-color: #fff;
}

.gzw-footer-app > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.gzw-footer-logo-org {
    display: flex;
    justify-content: center;
}

.gzw-footer-logo-org > img {
    height: 38px;
    width: 218px;
    display: block;
}

.gzw-footer-conselho {
    text-align: center;
}

.gzw-footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #dee2e6;
    text-align: start;
}

.gzw-footer-bottom p {
    font-size: 13px;
    color: #555;
}

.gzw-footer-bottom p:first-child {
    font-weight: 700;
    color: #333;
}

.gzw-footer-copyright-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    color: #76757A;
}

.gzw-footer-copyright-text {
    margin: 0;
}

.gzw-footer-copyright-text strong {
    font-weight: 700
}
.gzw-footer-dev-by {
    display: flex;
    align-items: center;
    gap: 18px;
}
.gzw-footer-dev-by a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.gzw-footer-dev-by > a > img {
    width: 135px;
    height: auto;
}

#superbanner-rodape-home {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99999999999999999999999999999;
    min-height: 80px;
    min-width: 320px;
    width: 100%;
    transition: all 1s ease;
    bottom: 0;
}

.superbanner-rodape-home-content {
    background-color: white;
    padding: 15px;
    position: relative;
    border-top-left-radius: 8px;
}

.superbanner-rodape-home-close {
    display: flex;
    justify-content: flex-end;
    color: white;
    cursor: pointer;
    right: 0;
    top: -30px;
    position: absolute;
}
.superbanner-rodape-home-close > span {
    background-color: #006EB1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#superbanner-rodape{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99999999999999999999999999999;
    min-height: 80px;
    min-width: 320px;
    width: 100%;
    transition: all 1s ease;
    bottom: 0;
}

.superbanner-rodape-content {
    background-color: white;
    min-width: 900px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.superbanner-rodape-close {
    display: flex;
    justify-content: flex-end;
    color: white;
    cursor: pointer;
    right: 0;
    top: -30px;
    position: absolute;
}
.superbanner-rodape-close > span {
    background-color: #006EB1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1215px) {
    .gzw-footer {
        padding: 30px 0;
    }

    .gzw-footer-container {
        padding: 0 20px;
    }

    .gzw-footer-title {
        margin-bottom: 16px;
    }

    .gzw-footer-logo-gazetaweb {
        padding-bottom: 22px;
        margin-bottom: 26px;
    }

    .gzw-footer-logo-gazetaweb > img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }

    .gzw-footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gzw-footer-main-content-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 30px; 
    }   

    .gzw-footer-logo-org {
        border-top: 1px solid #dee2e6;
        padding-top: 30px;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 22px;
        justify-content: start;
    }

    .gzw-footer-conselho {
        text-align: left;
    }

    .gzw-footer-bottom {
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .gzw-footer-copyright-bar {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 15px;
    }
}

@media (max-width:796px){
    .superbanner-rodape-home-content {
        min-width: unset;
        max-width: 100%;
    }

    .superbanner-rodape-content {
        min-width: unset;
        max-width: 100%;
    }
}
/*! Source: /themes/default/assets/css/pages/404.css */
.gzw-404 {
    display:flex;
    flex-direction: column;
    gap:8px;
    align-items: center;
    justify-content: center;
    padding: 80px 0px 91px 0px;
}

.gzw-404 > img {
    border-radius: 15px;
    width: 386px;
    height: 240px;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 40px #00000014;
}

.gzw-404 > h2 {
    margin-top: 45px;
    font-family: 'OpenSans-Bold';
    font-size: 34px;
    letter-spacing: -0.54px;
    line-height: 38px;
    color: var(--defaultDark);
}

.gzw-404 > h3 {
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 22px;
    color: var(--SecondParagraph);
}

.gzw-404 > h3 > a {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 22px;
    color: var(--defaultBlue);
}

@media (max-width:796px) {
    .gzw-404 {
        gap:12px;
        padding: 85px 0px 140px 0px;
    }
    
    .gzw-404 > img {
        border-radius: 15px;
        width: 320px;
        height: 198px;
        background: #FCFCFC 0% 0% no-repeat padding-box;
        box-shadow: 0px 20px 40px #00000014;
    }

    .gzw-404 > h2 {
        margin-top: 33px;
        font-size: 24px;
        letter-spacing: -0.38px;
        line-height: 28px;
        width: 260px;
    }
    
    .gzw-404 > h3 {
        font-size: 14px;
        letter-spacing: -0.14px;
        line-height: 22px;
    }
    
    .gzw-404 > h3 > a {
        font-size: 14px;
        letter-spacing: -0.14px;
        line-height: 22px;
    }
}
