:root {
  --pw-blue-1: #1d2bb8;
  --pw-blue-2: #189fe6;
  --pw-dark: #16171d;
  --pw-muted: #efefef;
  --pw-text: #101828;
  --pw-soft: #6b7280;
  --pw-container: min(1320px, calc(100% - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.wp-site {
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  color: var(--pw-text);
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

.wp-workspace {
  display: block;
  width: 100%;
}

.public-site {
  padding: 0;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.62rem 1.2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.btn {
  color: #1b1d24;
  border-color: #cfd6e4;
  background: #ffffff;
}

.btn:hover {
  border-color: #8ea9cf;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(90deg, #1d2bb8 0%, #129ce3 100%);
  box-shadow: 0 8px 20px rgba(30, 75, 173, 0.24);
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.linha-total {
  width: 100%;
  background: linear-gradient(90deg, var(--pw-blue-1) 0%, var(--pw-blue-2) 100%);
}

.linha {
  width: var(--pw-container);
  margin: 0 auto;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 26px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.linha .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.linha .item i {
  font-size: 14px;
}

.topo-chat {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.topo-chat .item {
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
}

.topo-chat .item.whats {
  background: #303236;
}

.topo-chat .item.online {
  background: #7a7d82;
}

.social-top {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: 8px;
}

.social-top a {
  color: #ffffff;
  font-size: 18px;
}

.topo-total {
  width: 100%;
  background: #efefef;
  border-bottom: 1px solid #ececec;
}

.topo {
  width: var(--pw-container);
  min-height: 170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 26px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: inline-flex;
}

.logo img {
  display: block;
  width: clamp(200px, 100%, 240px);
  max-width: 100%;
  height: auto;
}

.menu {
  position: relative;
  display: flex;
  justify-content: center;
}

.menu-resp {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--pw-blue-1) 0%, var(--pw-blue-2) 100%);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.menu-hide {
  width: 100%;
}

.menu-hide > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 24px);
}

.menu-hide > ul > li {
  position: relative;
}

.menu-hide > ul > li > a,
.menu-hide > ul > li > span {
  display: block;
  padding: 8px 0;
  font-size: 17px;
  font-weight: 700;
  color: #202529;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.menu-hide > ul > li > a:hover {
  color: #0b59a8;
}

.menu-item-disabled > span {
  color: #8a9099;
  cursor: not-allowed;
}

.menu-item-area-cliente > a {
  border-radius: 999px;
  padding: 10px 18px !important;
  background: linear-gradient(90deg, #1d2bb8 0%, #129ce3 100%);
  color: #ffffff !important;
}

.sub-menu {
  list-style: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 320px;
  margin: 0;
  padding: 10px 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
  border: 1px solid #e8ecf3;
  z-index: 30;
  display: none;
}

.sub-menu li a {
  display: block;
  padding: 9px 14px;
  font-size: 13px;
  color: #31353b;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-menu li a:hover {
  background: #f5f8fd;
  color: #0b59a8;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.bndes-strip {
  width: 100%;
  background: #efefef;
}

.bndes-wrap {
  width: var(--pw-container);
  margin: 0 auto;
  padding: 8px 0 12px;
  display: flex;
  justify-content: flex-end;
}

.bndes-wrap img {
  max-width: 158px;
  width: 100%;
  height: auto;
  display: block;
}

.hero-slider {
  width: 100%;
}

#wowslider-container1 {
  width: 100%;
  height: clamp(260px, 28vw, 420px);
  position: relative;
  overflow: hidden;
  background: #10263b;
}

#wowslider-container1 .ws_images,
#wowslider-container1 .ws_images ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#wowslider-container1 .ws_images ul {
  list-style: none;
  position: relative;
}

.ws_slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

.ws_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ws_slide.is-active {
  opacity: 1;
  visibility: visible;
}

.ws_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 64px;
  border: 0;
  background: rgba(7, 14, 20, 0.75);
  color: #3dd0ff;
  display: grid;
  place-items: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

.ws_prev {
  left: 0;
}

.ws_next {
  right: 0;
}

.ws_arrow:hover {
  background: rgba(7, 14, 20, 0.9);
}

.ws_shadow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -40px 75px rgba(0, 0, 0, 0.28);
}

.ws_caption {
  position: absolute;
  left: clamp(14px, 4vw, 48px);
  bottom: clamp(18px, 5vw, 56px);
  z-index: 12;
  color: #ffffff;
  max-width: min(760px, 92%);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.48);
}

.ws_caption h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.16;
}

.ws_caption p {
  margin: 0 0 12px;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.4;
}

.ws_caption .btn-primary {
  min-height: 38px;
  padding: 0.42rem 1.1rem;
  font-size: clamp(13px, 1.1vw, 16px);
}

.ws_dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 12;
  display: flex;
  gap: 8px;
}

.ws_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.ws_dot.is-active {
  background: #ffffff;
}

.box-01-total {
  width: 100%;
  background: #efefef;
}

.box-01 {
  width: var(--pw-container);
  margin: 0 auto;
  padding: 44px 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  align-items: center;
  gap: 30px;
}

.box-01 .conteudo {
  max-width: 760px;
}

.box-01 .titulo {
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.16;
  letter-spacing: 0.01em;
  color: #141821;
  margin-bottom: 18px;
  font-weight: 600;
}

.box-01 .linha {
  width: 100%;
  margin: 0 0 22px;
  min-height: 0;
}

.box-01 .barra {
  width: 100%;
  height: 6px;
  background: #283ad0;
}

.box-01 .texto {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.45;
  color: #202532;
}

.box-01 .entrar {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 10px 22px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #1d2bb8 0%, #129ce3 100%);
  box-shadow: 0 14px 28px rgba(29, 62, 170, 0.24);
}

.box-01 .img {
  position: relative;
  min-height: 300px;
  border-radius: 0;
  overflow: hidden;
}

.box-01 .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.box-01 .img .info {
  position: absolute;
  inset: 0;
  background: rgba(20, 93, 172, 0.71);
  color: #ffffff;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.24;
  text-transform: uppercase;
}

.box-01 .img .info i {
  font-size: clamp(26px, 2.2vw, 40px);
  margin-bottom: 10px;
}

.noticias-index-total {
  width: 100%;
  background: #cdeffc;
  padding: 44px 0;
}

.noticias-index {
  width: var(--pw-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.62fr);
  gap: 26px;
  align-items: center;
}

.noticias-index .conteudo .titulo {
  margin: 0;
  text-align: center;
  font-size: clamp(20px, 1.7vw, 28px);
  color: #1d2735;
  font-weight: 600;
}

.noticias-index .linha {
  width: 100%;
  justify-content: center;
  margin: 12px 0 26px;
  min-height: 0;
}

.noticias-index .barra {
  width: 150px;
  height: 4px;
  margin: 0 auto;
  background: #1f43c8;
}

.noticias-index .texto .box-01 {
  width: auto;
  padding: 0;
  display: block;
}

.noticias-index .texto .box-01 .titulo {
  margin: 0;
  text-align: center;
}

.noticias-index .texto .box-01 h1 {
  margin: 0;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.2;
  font-weight: 600;
}

.noticias-index .texto .box-01 p {
  margin: 14px auto 0;
  max-width: 770px;
  font-size: clamp(14px, 1.1vw, 18px);
  text-align: center;
  color: #1f2733;
}

.noticias-index .texto .box-01 .botao {
  margin: 26px auto 0;
  width: 180px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #1d2bb8 0%, #129ce3 100%);
}

.noticias-index .img {
  min-height: 250px;
  overflow: hidden;
  border-radius: 2px;
}

.noticias-index .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faixa-mid-total {
  width: 100%;
  background: #efefef;
  padding: 16px 0 18px;
}

.faixa-mid {
  width: var(--pw-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faixa-item {
  position: relative;
  min-height: 180px;
  overflow: hidden;
}

.faixa-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faixa-legenda {
  position: absolute;
  left: 12px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.64);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.box-02-total {
  width: 100%;
  background: #17181d;
  padding: 44px 0 54px;
}

.box-02 {
  width: var(--pw-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.box-02 .conteudo {
  color: #ffffff;
}

.box-02 .item {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(38, 40, 46, 0.84);
  padding: 16px 16px 22px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.box-02 .img {
  height: 160px;
  overflow: hidden;
}

.box-02 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.box-02 .titulo {
  margin: 22px 0 16px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(20px, 1.8vw, 28px);
  text-transform: uppercase;
  font-weight: 600;
}

.box-02 .conteudo .conteudo {
  color: #f5f7fb;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.5;
  text-align: center;
}

.box-04-total {
  width: 100%;
  background: #efefef;
  padding: 52px 0 62px;
}

.box-04 {
  width: var(--pw-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.box-04 .item .titulo {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
  font-weight: 600;
}

.box-04 .item .titulo span {
  display: block;
  color: #5a6675;
  font-size: 0.62em;
  font-weight: 400;
  margin-bottom: 4px;
}

.contatos .item-contato {
  display: grid;
  gap: 14px;
}

.contatos .item-contato .item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #232937;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.42;
}

.contatos .item-contato .item i {
  color: #1d2bb8;
  margin-top: 6px;
  width: 24px;
}

.box-04 .mapa {
  border: 3px solid #1f2837;
}

.box-04 .mapa iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
  display: block;
}

.rodape-total {
  background: #15161b;
  color: #ffffff;
  padding: 24px 0 18px;
}

.item-rodape-total {
  width: var(--pw-container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.rodape {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-footer img {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.rodape.chat {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rodape.chat .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.rodape.chat .item.whats {
  background: #2e3137;
}

.rodape.chat .item.online {
  background: #6d717a;
}

.social {
  width: var(--pw-container);
  margin: 16px auto 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.social a {
  color: #ffffff;
  font-size: 18px;
}

.social a:hover {
  color: #42c6ff;
}

.logo-pw-total {
  width: var(--pw-container);
  margin: 14px auto 0;
}

.logo-pw {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

.item-logo-pw {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.item-logo-pw img {
  width: 120px;
  max-width: 100%;
  height: auto;
}

.item-logo-pw p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
}

.item-logo-pw p + p {
  margin-top: 3px;
}

.item-logo-pw a:hover {
  color: #42c6ff;
}

/* Internal pages */
.section {
  width: var(--pw-container);
  margin: 24px auto;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e7eaf0;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.section-head h1,
.section-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 1.6vw, 28px);
  font-weight: 700;
}

.section-head p {
  margin: 0;
  color: #4b5563;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.5;
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.catalog-toolbar input {
  flex: 1;
  min-width: 280px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 16px;
}

.filter-counter {
  align-self: center;
  color: #4b5563;
  font-weight: 600;
  font-size: 16px;
}

.catalog-anchor {
  position: relative;
  top: -96px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.product-card {
  border: 1px solid #dee5ef;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.product-card img,
.product-card__placeholder {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.product-card__placeholder {
  display: grid;
  place-items: center;
  color: #1d2bb8;
  background: #eff5ff;
  font-size: 36px;
}

.product-card__body {
  padding: 16px;
  display: grid;
  gap: 8px;
}

.product-card__category {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #596072;
  font-size: 13px;
}

.product-card__body h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.product-card__body p {
  margin: 0;
  color: #3d4454;
  font-size: 14px;
  line-height: 1.5;
}

.product-card__footer {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 16px 16px;
}

.table-responsive {
  overflow-x: auto;
}

.downloads-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.downloads-table th,
.downloads-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 8px;
  text-align: left;
  font-size: 15px;
}

.downloads-table th {
  font-weight: 700;
  color: #111827;
}

.downloads-table td strong {
  display: block;
}

.downloads-table td .filename {
  display: block;
  color: #6b7280;
  font-size: 13px;
}

.downloads-table .actions {
  white-space: nowrap;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 22px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-field label {
  font-weight: 700;
  color: #111827;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 15px;
  font-family: inherit;
}

.form-actions {
  margin-top: 6px;
}

.contact-info {
  display: grid;
  gap: 14px;
}

.contact-card {
  border: 1px solid #d8e0ec;
  border-radius: 14px;
  background: #f8fafc;
  padding: 14px;
}

.contact-card h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.contact-card ul {
  margin: 0;
  padding-left: 18px;
}

.contact-card li,
.contact-card address {
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.empty {
  color: #6b7280;
  font-style: italic;
}

@media (max-width: 1200px) {
  :root {
    --pw-container: min(1200px, calc(100% - 34px));
  }

  .linha,
  .menu-hide > ul > li > a,
  .topo-chat .item,
  .social-top a,
  .rodape.chat .item,
  .social a {
    font-size: clamp(14px, 1.1vw, 17px);
  }

  .topo {
    grid-template-columns: 230px 1fr;
    min-height: 170px;
  }

  .box-01 .titulo {
    font-size: clamp(24px, 2.4vw, 34px);
  }

  .box-01 .texto,
  .noticias-index .texto .box-01 p,
  .box-02 .conteudo .conteudo,
  .contatos .item-contato .item {
    font-size: clamp(14px, 1.1vw, 17px);
  }

  .box-01 .entrar,
  .noticias-index .texto .box-01 .botao,
  .box-04 .item .titulo,
  .box-02 .titulo {
    font-size: clamp(16px, 1.4vw, 24px);
  }
}

@media (max-width: 980px) {
  .linha {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    padding: 10px 0;
    min-height: 0;
  }

  .topo-chat,
  .social-top {
    margin-left: 0;
  }

  .topo {
    grid-template-columns: 1fr auto;
    min-height: 120px;
    gap: 12px;
    padding: 12px 0;
  }

  .logo img {
    width: min(220px, 100%);
  }

  .menu {
    justify-content: flex-end;
  }

  .menu-resp {
    display: inline-grid;
    place-items: center;
  }

  .menu-hide {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(350px, calc(100vw - 34px));
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.16);
    display: none;
    z-index: 35;
  }

  .menu-hide.is-open {
    display: block;
  }

  .menu-hide > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .menu-hide > ul > li > a,
  .menu-hide > ul > li > span {
    font-size: 16px;
    padding: 10px 8px;
  }

  .sub-menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    border: 0;
    background: #f8fafc;
    margin: 0 4px 8px;
    display: none;
  }

  .sub-menu li a {
    font-size: 14px;
    text-transform: none;
    padding: 8px 10px;
  }

  .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .box-01,
  .noticias-index,
  .box-04,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .faixa-mid {
    grid-template-columns: 1fr;
  }

  .box-01 {
    padding: 36px 0;
  }

  .box-01 .img {
    min-height: 280px;
  }

  .box-02 {
    grid-template-columns: 1fr;
  }

  .social,
  .rodape,
  .rodape.chat {
    justify-content: center;
  }

  .bndes-wrap {
    justify-content: center;
  }

  .item-logo-pw {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .section {
    margin: 18px auto;
    padding: 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --pw-container: calc(100% - 24px);
  }

  .ws_arrow {
    width: 38px;
    height: 60px;
    font-size: 18px;
  }

  .box-01 .titulo,
  .noticias-index .texto .box-01 h1,
  .box-02 .titulo,
  .box-04 .item .titulo {
    font-size: clamp(22px, 6vw, 28px);
  }

  .box-01 .texto,
  .noticias-index .texto .box-01 p,
  .box-02 .conteudo .conteudo,
  .contatos .item-contato .item {
    font-size: clamp(14px, 3.8vw, 16px);
  }

  .downloads-table {
    min-width: 560px;
  }
}
