.article-ratings-social-share {
  display: none !important;
}

body {
  font-family: 'Montserrat', sans-serif !important;
}

#sp-top-bar {
  display: none !important;
}

#sp-main-body {
  padding: 0px 0;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

/*FOOTER*/
#sp-footer {
  background: #00507E;
  height: 99px;
}

#sp-footer .sp-column {
  text-align: center;

}

#sp-footer .sp-copyright {
  color: transparent;
  font-size: 0;
  display: inline-block;
  position: relative;
}

#sp-footer .sp-copyright::before {
  content: "© 2026 SBQS. Todos os direitos reservados.";
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.tabela-sbqs {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #222;
}

.tabela-sbqs th,
.tabela-sbqs td {
  border: 1px solid #999;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
}

.tabela-sbqs thead th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.tabela-sbqs tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.tabela-sbqs tbody tr:hover {
  background-color: #f5f5f5;
}


.trilha-tt {
  --cor-fundo: #175997;
  --cor-topo: #21305D;
}

.trilha-re {
  --cor-fundo: #15651B;
  --cor-topo: #06351E;
}

.trilha-edu {
  --cor-fundo: #BD5317;
  --cor-topo: #6B3613;
}

.trilha-wtd {
  --cor-fundo: #6C2885;
  --cor-topo: #330942;
}

.trilha-ctd {
  --cor-fundo: #8B2626;
  --cor-topo: #490606;
}

.trilha-ctic {
  --cor-fundo: #0C5F75;
  --cor-topo: #1A4459;
}

.trilha-journal-first {
  --cor-fundo: #805205;
  --cor-topo: #6B3613;
}

.sbqs-capa {
  width: 100vw;
  height: 153px;
  margin-left: calc(-50vw + 50%);

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  overflow: hidden;
}

/* faixa verde */
.sbqs-capa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #4f8f2f;
  z-index: 2;
}

/* svg */
.capa-onda {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.sbqs-hero {
  width: 100vw;
  height: 220px;
  margin-left: calc(-50vw + 50%);

  background-color: var(--cor-fundo);
  background-image: url('/2026/images/Dust.png');
  background-repeat: repeat;
  background-position: center;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  overflow: hidden;
}

/* faixa superior */
.sbqs-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: var(--cor-topo);
}

.sbqs-hero-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sbqs-tracks {
  text-align: justify;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 50px;
}

.sbqs-tracks p,
li {
  font-size: 14px
}

.sbqs-tracks h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 5%;
}

.sbqs-tracks h2 {
  font-size: 20px;
  font-weight: 700;
}

.mod-languages .lang-inline {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mod-languages li a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.mod-languages li a::after {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}

/* Português */
.mod-languages li a[href*="/pt/"]::after {
  content: "PT";
}

/* Inglês */
.mod-languages li a[href*="/en-us/"]::after {
  content: "EN";
}

/* ===== HEADER / MENU SBQS ===== */

#sp-header {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

#sp-header>.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

#sp-header .container-inner {
  max-width: 1280px;
  margin: 0 auto;
}

#sp-header .row.align-items-center {
  min-height: 82px;
  flex-wrap: nowrap;
}

/* LOGO */
#sp-logo {
  flex: 0 0 auto;
  margin-right: 24px;
}

#sp-logo .logo-image {
  max-height: 52px;
  width: auto;
}

/* BLOCO CENTRAL */
#sp-menu {
  flex: 1 1 auto;
  min-width: 0;
}

#sp-menu>.sp-column {
  gap: 18px;
}

#sp-menu .menu-with-offcanvas {
  gap: 16px;
  min-width: 0;
}

/* MENU PRINCIPAL */
.sp-megamenu-wrapper {
  align-items: center;
}

ul.sp-megamenu-parent {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

ul.sp-megamenu-parent>li.sp-menu-item {
  padding: 0;
  flex: 0 1 auto;
  min-width: 0;
}

ul.sp-megamenu-parent>li.sp-menu-item>a {
  display: inline-flex;
  align-items: center;
  padding: 0 !important;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
  color: #14344a;
  white-space: nowrap;
  text-align: center;
}

ul.sp-megamenu-parent>li>a[href*="artigos-aceitos"],
ul.sp-megamenu-parent>li>a[href*="comissao-organizadora"] {
  font-size: 15px;
}

ul.sp-megamenu-parent .sp-has-child>a::after {
  margin-left: 6px;
  font-size: 10px;
}

/* ITEM INSCRIÇÃO COMO BOTÃO */
/*.sp-megamenu-parent > li:last-child > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 42px !important;
  padding: 0 !important;
  border-radius: 999px;
  background: #f3bc09 !important;
  color: #0a2c3f !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}*/

/* IDIOMAS */
.mod-languages {
  margin-left: 4px;
  flex: 0 0 auto;
}

.mod-languages .lang-inline {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mod-languages .lang-inline li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #14344a;
  text-decoration: none;
  white-space: nowrap;
}

.mod-languages .lang-inline li a img {
  width: 18px;
  height: auto;
  display: block;
}

/* PT / EN via CSS */
.mod-languages .lang-inline li a[title*="English"]::after,
.mod-languages .lang-inline li a img[alt*="English"]+*::after {
  content: "EN";
}

.mod-languages .lang-inline li a[title*="Portugu"]::after,
.mod-languages .lang-inline li a img[alt*="Portugu"]+*::after {
  content: "PT";
}

/* DROPDOWN */
.sp-dropdown.sp-dropdown-main {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.sp-dropdown .sp-dropdown-items>li>a {
  font-size: 14px;
  line-height: 1.35;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo a::after {
  content: "SBQS";
  font-weight: 700;
  font-size: 34.26px;
  color: #21305D;
  order: 1
}

.logo a::before {
  content: "2026";
  font-weight: 400;
  font-size: 34.26px;
  color: #21305D;
  order: 2
}

.sbqs-container {
  padding: 32px 24px 0;
}


/* HERO INICIAL */
.sbqs-hero-inicial {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.sbqs-hero-inicial .sbqs-container {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  height: auto;
  background: linear-gradient(to top, #fdfaf4, #e4effd);
  padding: clamp(32px, 5vw, 56px) clamp(20px, 4vw, 48px) clamp(170px, 22vw, 230px);
  display: flex;
  align-items: flex-start;
}

/* BLOCO DE TEXTO */
.sbqs-texto {
  position: relative;
  z-index: 5;
  width: min(100%, 760px);
  margin-left: clamp(34%, 40vw, 46%);
  padding-top: clamp(8px, 1vw, 20px);
}

.sbqs-texto h1 {
  font-size: clamp(52px, 8vw, 100.34px);
  margin: 0;
  line-height: 0.95;
  color: #0A2C3F;
}

.sbqs-texto h2 {
  font-size: clamp(22px, 3.1vw, 38.67px);
  margin: 0;
  line-height: 1.05;
  color: #09142A;
  word-break: normal;
}

.sbqs-texto h2.semibold {
  margin-top: clamp(10px, 1vw, 16px);
  margin-left: clamp(18px, 2vw, 36px);
}

.sbqs-texto h2.bold {
  margin-top: 4px;
  margin-left: clamp(28px, 3vw, 52px);
}

.sbqs-data {
  font-size: clamp(16px, 2vw, 25.94px);
  margin-top: clamp(14px, 1.4vw, 18px);
  margin-left: clamp(46px, 4vw, 84px);
  color: #09142A;
}

.sbqs-botoes {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-left: 9%;
  position: absolute;
  margin-top: 19px;
}

/* base */
.sbqs-botoes .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 24px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sbqs-botoes .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);
}

/* azul */
.sbqs-botoes .btn.azul {
  width: 281px;
  background: #0d5c8c;
  color: #ffffff;
  font-weight: 700;
}

/* amarelo */
.sbqs-botoes .btn.amarelo {
  width: 242px;
  background: #FCBF07;
  color: #0a2c3f;
  font-weight: 700;
}

/* ocultar azul por enquanto */
.sbqs-botoes .btn.azul {
  display: none;
}

/* WAVES */
.sbqs-bottom-wave {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  pointer-events: none;
}

.wave-1 {
  bottom: 0;
  z-index: 2;
  height: auto;
}

.wave-2 {
  bottom: 0;
  z-index: 3;
  height: auto;
}

/* ORNAMENTO PRINCIPAL ESQUERDA */
.sbqs-ornamento-left {
  position: absolute;
  left: clamp(12px, 6vw, 10%);
  bottom: clamp(28px, 4vw, 2%);
  z-index: 3;
  pointer-events: none;
  width: clamp(500px, 40vw, 689px);
  max-width: 689px;
  height: auto;
}

/* PREDIOS */
.ornamento {
  position: absolute;
  bottom: clamp(18px, 4vw, 5%);
  width: clamp(240px, 34vw, 704px);
  max-width: 704px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}

.o1 {
  left: -8%;
}

.o2 {
  left: 50%;
  transform: translateX(-50%);
}

.o3 {
  right: -8%;
}



/* SOBRE O EVENTO */
.sobre-evento {
  z-index: 2;
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
}

.sobre-evento .sbqs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  min-height: 405px;
  height: auto;
  padding: clamp(36px, 5vw, 64px) clamp(20px, 4vw, 48px);
  background: linear-gradient(to right, #fdfaf4, #e4effd);
}

.sobre-evento .texto {
  flex: 1 1 560px;
  max-width: 568px;
  margin-left: clamp(0px, 6vw, 11%);
  z-index: 2;
}

.sobre-evento .texto h2 {
  font-size: clamp(28px, 4vw, 47.33px);
  line-height: 1.1;
  color: #09142A;
  margin: 0 0 16px;
}

.sobre-evento .texto p {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

.sobre-evento .imagem {
  flex: 1 1 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: clamp(0px, 4vw, 60px);
}

.sobre-evento .imagem img {
  display: block;
  width: min(100%, 513px);
  max-width: 513px;
  height: auto;
  max-height: 184px;
}

/* CHAMADAS */
.sbqs-chamadas {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.sbqs-chamadas .sbqs-container {
  position: relative;
  min-height: 896px;
  padding: clamp(32px, 5vw, 56px) clamp(18px, 4vw, 40px) 0;
}

.sbqs-chamadas .sbqs-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(360px, 46vw, 542px);
  background: #FEC70D;
  border-top-left-radius: clamp(56px, 10vw, 147px);
  border-top-right-radius: clamp(56px, 10vw, 147px);
  z-index: 1;
}

.sbqs-chamadas-titulo {
  position: relative;
  z-index: 3;
  font-size: clamp(28px, 4vw, 47.33px);
  line-height: 1.1;
  color: #0A2C3F;
  margin: 0 auto clamp(24px, 3vw, 36px);
  width: min(100%, 1240px);
}

.sbqs-cards {
  position: relative;
  z-index: 3;
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
  align-items: stretch;
}

.sbqs-card {
  border-radius: 30.12px;
  padding: clamp(24px, 3vw, 42px) clamp(20px, 2.6vw, 34px) clamp(22px, 2.2vw, 28px);
  color: #fff;
  min-height: 300px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--cor-fundo);
  box-sizing: border-box;
}

.sbqs-card h3 {
  margin: 0 0 22px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sbqs-card p {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-family: 'Inter', sans-serif !important;
}

.sbqs-card .subtitulo {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.sbqs-card-btn {
  margin-top: auto;
  align-self: flex-end;
  min-width: clamp(96px, 10vw, 125px);
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: #d8dde3;
  color: #0A2C3F;
  text-decoration: none;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.sbqs-fundo-svg {
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: min(100%, 1400px);
  height: auto;
  max-height: 502px;
  z-index: 2;
  pointer-events: none;
}

/*SBQS DUST*/

.sbqs-dust {
  width: 100vw;
  height: 106px;
  margin-left: calc(-50vw + 50%);

  background-image: url('/2026/images/Dust.png');
  background-repeat: repeat;
  background-position: center;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  overflow: hidden;
}

/*### CSS HERO _ MARINGA*/
.sbqs-maringa {
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  background: #ffffff;
}

.sbqs-maringa .sbqs-container {
  position: relative;
  min-height: 774px;
  z-index: 1;
  padding-bottom: 40px;
}

.sbqs-maringa .sbqs-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  background: #248F3F;
  border-bottom-left-radius: 147px;
  border-bottom-right-radius: 147px;
  z-index: 1;
}

.sbqs-maringa .titulo {
  position: relative;
  z-index: 3;
  padding-top: 57px;
  margin-left: 10%;
  padding-right: 24px;
}

.sbqs-maringa .titulo h2 {
  font-size: 47.33px;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}

.sbqs-maringa .sbqs-maringa-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  min-height: 774px;
  box-sizing: border-box;
  padding: 40px 32px 0;
}

.sbqs-maringa .texto {
  max-width: 459px;
  width: 100%;
}

.sbqs-maringa .texto p {
  font-size: 20px;
  color: #000000;
  margin: 0 0 24px;
  line-height: 1.25;
}

.sbqs-maringa .imagem {
  flex-shrink: 0;
  width: 100%;
  max-width: 712px;
}

.sbqs-maringa .imagem img {
  display: block;
  width: 100%;
  max-width: 712px;
  height: auto;
  border-radius: 21px;
}

.sbqs-maringa .poligonos-topo {
  position: absolute;
  top: 78px;
  left: 62%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.sbqs-maringa .poligonos-topo img {
  display: block;
  width: 447px;
  height: auto;
  max-width: 100%;
}

.sbqs-uem {
  z-index: 2;
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
}

.sbqs-uem .sbqs-container {
  position: relative;
  min-height: 865px;
  height: auto;
  display: flex;
  align-items: stretch;
}

/* coluna esquerda */
.sbqs-uem-esquerda {
  position: relative;
  width: 58%;
  min-height: 865px;
  display: flex;
  flex-direction: column;
}

/* bloco azul decorativo */
.sbqs-uem-bloco-azul {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #00507E;
  border-top-right-radius: 147px;
  border-bottom-right-radius: 147px;
  z-index: 1;
}

/* título */
.sbqs-uem-titulo {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-left: 30%;
  padding-right: 24px;
}

.sbqs-uem-titulo h2 {
  margin: 0;
  font-size: 46.15px;
  line-height: 1.18;
  color: #ffffff;
}

.sbqs-uem-titulo .azul {
  color: #134E9E;
}

.sbqs-uem-titulo .amarelo {
  color: #FDB505;
}

.sbqs-uem-titulo .marrom {
  color: #8a6800;
}

/* imagem */
.sbqs-uem-imagem {
  position: relative;
  z-index: 3;
  margin-top: 42px;
  margin-left: 30%;
  width: 65%;
  max-width: 620px;
}

.sbqs-uem-imagem img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* coluna direita */
.sbqs-uem-direita {
  width: 42%;
  padding: 40px 32px 40px 5%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sbqs-uem-logo {
  margin-bottom: 28px;
  text-align: left;
}

.sbqs-uem-logo img {
  max-width: 326px;
  width: 100%;
  height: auto;
  display: block;
}

.sbqs-uem-texto {
  width: min(100%, 560px);
}

.sbqs-uem-texto p {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.45;
  color: #1d1d1d;
}

.sbqs-uem-texto .azul {
  color: #134E9E;
}

/* LOCAL */
.sbqs-local {
  z-index: 2;
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
}

.sbqs-local .sbqs-container {
  position: relative;
  min-height: 865px;
  height: auto;
  padding: 48px 24px 56px;
  box-sizing: border-box;
}

.sbqs-local-titulo {
  margin: 0 0 42px;
  text-align: center;
  font-size: 47.33px;
  line-height: 1.1;
  color: #0A2C3F;
}

.sbqs-mapa {
  max-width: 764px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}

.sbqs-mapa iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}



/* NOTEBOOK / TELAS MÉDIAS */
@media (max-width: 1400px) {
  .sbqs-texto {
    margin-left: clamp(100%, 44vw, 48%);
    width: min(100%, 650px);
  }

  .sbqs-ornamento-left {
    width: clamp(220px, 40vw, 629px);
    left: clamp(8px, 4vw, 7%);
  }

  .ornamento {
    width: clamp(220px, 30vw, 520px);
  }

  .sbqs-maringa .sbqs-container {
    min-height: 700px;
  }

  .sbqs-maringa .sbqs-container::after {
    height: 175px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }

  .sbqs-maringa .titulo {
    margin-left: 7%;
    padding-top: 50px;
  }

  .sbqs-maringa .titulo h2 {
    font-size: 42px;
  }

  .sbqs-maringa .sbqs-maringa-content {
    min-height: 700px;
    gap: 56px;
    padding: 36px 28px 0;
  }

  .sbqs-maringa .texto {
    max-width: 430px;
  }

  .sbqs-maringa .texto p {
    font-size: 18px;
  }

  .sbqs-maringa .imagem {
    max-width: 620px;
  }

  .sbqs-maringa .poligonos-topo {
    top: 74px;
    left: 66%;
  }

  .sbqs-maringa .poligonos-topo img {
    width: 360px;
  }

  .sbqs-uem .sbqs-container {
    min-height: 760px;
  }

  .sbqs-uem-esquerda {
    width: 56%;
    min-height: 760px;
  }

  .sbqs-uem-direita {
    width: 44%;
    padding: 36px 28px 36px 4%;
  }

  .sbqs-uem-bloco-azul {
    width: 60%;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
  }

  .sbqs-uem-titulo {
    padding-top: 64px;
    padding-left: 24%;
  }

  .sbqs-uem-titulo h2 {
    font-size: 40px;
    line-height: 1.16;
  }

  .sbqs-uem-imagem {
    margin-top: 34px;
    margin-left: 24%;
    width: 68%;
    max-width: 560px;
  }

  .sbqs-uem-logo img {
    max-width: 280px;
  }

  .sbqs-uem-texto {
    width: min(100%, 500px);
  }

  .sbqs-uem-texto p {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .sbqs-local .sbqs-container {
    min-height: 720px;
    padding: 42px 24px 48px;
  }

  .sbqs-local-titulo {
    font-size: 42px;
    margin-bottom: 34px;
  }

  .sbqs-mapa {
    max-width: 720px;
  }

  .sbqs-mapa iframe {
    height: 400px;
  }
}

/* TABLET GRANDE */
@media (max-width: 1100px) {
  .sbqs-hero-inicial .sbqs-container {
    min-height: 500px;
    padding-bottom: 160px;
  }

  .sbqs-texto {
    position: absolute;
    z-index: 5;
    margin-left: clamp(42%, 46vw, 50%);
    width: min(100%, 520px);
    padding-top: clamp(20px, 20vw, 40px);
  }

  .sbqs-texto h2 {
    font-size: clamp(18px, 5.6vw, 24px);
  }

  .sbqs-texto h2.semibold,
  .sbqs-texto h2.bold,
  .sbqs-data {
    margin-left: 0;
  }

  .sbqs-ornamento-left {
    width: clamp(210px, 50vw, 628px);
    left: 3%;
    bottom: 8%;
    opacity: 0.95;
  }

  .ornamento {
    width: clamp(180px, 26vw, 360px);
    bottom: 6%;
  }

  .o1 {
    left: -10%;
  }

  .o3 {
    right: -10%;
  }

  .sbqs-maringa .sbqs-container {
    min-height: auto;
    padding-bottom: 32px;
  }

  .sbqs-maringa .sbqs-container::after {
    height: 155px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
  }

  .sbqs-maringa .titulo {
    margin-left: 5%;
    padding-top: 42px;
  }

  .sbqs-maringa .titulo h2 {
    font-size: 36px;
  }

  .sbqs-maringa .sbqs-maringa-content {
    min-height: auto;
    gap: 36px;
    padding: 34px 24px 0;
    align-items: center;
  }

  .sbqs-maringa .texto {
    max-width: 380px;
  }

  .sbqs-maringa .texto p {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .sbqs-maringa .imagem {
    max-width: 500px;
  }

  .sbqs-maringa .poligonos-topo {
    top: 68px;
    left: 72%;
  }

  .sbqs-maringa .poligonos-topo img {
    width: 280px;
  }

  .sbqs-uem .sbqs-container {
    min-height: 680px;
  }

  .sbqs-uem-esquerda {
    width: 55%;
    min-height: 680px;
  }

  .sbqs-uem-direita {
    width: 45%;
    padding: 30px 24px 30px 3%;
  }

  .sbqs-uem-bloco-azul {
    width: 60%;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }

  .sbqs-uem-titulo {
    padding-top: 50px;
    padding-left: 18%;
    padding-right: 18px;
  }

  .sbqs-uem-titulo h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .sbqs-uem-imagem {
    margin-top: 28px;
    margin-left: 18%;
    width: 74%;
    max-width: 460px;
  }

  .sbqs-uem-imagem img {
    border-radius: 20px;
  }

  .sbqs-uem-logo {
    margin-bottom: 20px;
  }

  .sbqs-uem-logo img {
    max-width: 220px;
  }

  .sbqs-uem-texto {
    width: 100%;
  }

  .sbqs-uem-texto p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .sbqs-local .sbqs-container {
    min-height: 620px;
    padding: 36px 20px 40px;
  }

  .sbqs-local-titulo {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .sbqs-mapa {
    max-width: 680px;
    border-radius: 20px;
  }

  .sbqs-mapa iframe {
    height: 360px;
  }
}

/* TABLET / MOBILE HORIZONTAL */
@media (max-width: 900px) {
  .sbqs-hero-inicial .sbqs-container {
    min-height: auto;
    padding: 36px 22px 140px;
  }

  .sbqs-texto {
    margin-left: 0;
    width: min(100%, 620px);
  }

  .sbqs-texto h1,
  .sbqs-texto h2,
  .sbqs-data {
    margin-left: 0;
  }

  .sbqs-ornamento-left {
    width: clamp(180px, 35vw, 500px);
    left: auto;
    right: 2%;
    bottom: 70px;
    opacity: 0.28;
  }

  .o1,
  .o3 {
    display: none;
  }

  .o2 {
    left: 50%;
    bottom: 35px;
    width: min(90vw, 420px);
    transform: translateX(-50%);
    opacity: 0.22;
  }

  .sobre-evento .sbqs-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    min-height: auto;
    padding: 40px 24px;
  }

  .sobre-evento .texto {
    margin-left: 0;
    max-width: 100%;
    flex: none;
  }

  .sobre-evento .imagem {
    width: 100%;
    flex: none;
    justify-content: center;
  }

  .sobre-evento .imagem img {
    width: min(100%, 420px);
    max-height: none;
  }

  .sbqs-chamadas .sbqs-container {
    min-height: auto;
    padding: 28px 20px 32px;
  }

  .sbqs-chamadas .sbqs-container::after {
    height: 320px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }

  .sbqs-chamadas-titulo {
    margin: 0 0 28px;
    font-size: clamp(30px, 4vw, 38px);
  }

  .sbqs-cards {
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .sbqs-card {
    width: 100%;
    min-height: 280px;
    padding: 30px 24px 24px;
  }

  .sbqs-card h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .sbqs-card p {
    font-size: 15px;
    line-height: 1.35;
  }

  .sbqs-card .subtitulo {
    font-size: 17px;
    line-height: 1.3;
  }

  .sbqs-card-btn {
    min-width: 110px;
    min-height: 34px;
    font-size: 17px;
  }

  .sbqs-fundo-svg {
    width: 120%;
    height: auto;
    max-height: 420px;
    opacity: 0.9;
  }

  .sbqs-maringa .sbqs-container::after {
    height: 140px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
  }

  .sbqs-maringa .titulo {
    margin-left: 0;
    padding: 30px 20px 0;
  }

  .sbqs-maringa .titulo h2 {
    font-size: clamp(28px, 5vw, 34px);
  }

  .sbqs-maringa .sbqs-maringa-content {
    flex-direction: column;
    min-height: auto;
    gap: 28px;
    padding: 28px 20px 0;
    align-items: flex-start;
  }

  .sbqs-maringa .texto {
    max-width: 100%;
  }

  .sbqs-maringa .texto p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .sbqs-maringa .imagem {
    max-width: 100%;
    width: 100%;
  }

  .sbqs-maringa .imagem img {
    max-width: 100%;
  }

  .sbqs-maringa .poligonos-topo {
    top: 24px;
    left: auto;
    right: 20px;
    transform: none;
  }

  .sbqs-maringa .poligonos-topo img {
    width: 180px;
    opacity: 0.9;
  }

  .sbqs-uem .sbqs-container {
    min-height: auto;
    flex-direction: column;
  }

  .sbqs-uem-esquerda,
  .sbqs-uem-direita {
    width: 100%;
    min-height: auto;
  }

  .sbqs-uem-bloco-azul {
    width: 60%;
    height: 320px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .sbqs-uem-titulo {
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sbqs-uem-titulo h2 {
    font-size: clamp(28px, 5vw, 36px);
    line-height: 1.15;
  }

  .sbqs-uem-imagem {
    margin-top: 28px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    max-width: none;
  }

  .sbqs-uem-imagem img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }

  .sbqs-uem-direita {
    padding: 32px 20px 28px;
  }

  .sbqs-uem-logo {
    margin-bottom: 22px;
  }

  .sbqs-uem-logo img {
    max-width: 240px;
  }

  .sbqs-uem-texto {
    width: 100%;
  }

  .sbqs-uem-texto p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .sbqs-local .sbqs-container {
    min-height: auto;
    padding: 30px 20px 32px;
  }

  .sbqs-local-titulo {
    font-size: clamp(28px, 5vw, 34px);
    margin-bottom: 22px;
  }

  .sbqs-mapa {
    max-width: 100%;
    border-radius: 18px;
  }

  .sbqs-mapa iframe {
    height: 320px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .sbqs-hero-inicial .sbqs-container {
    padding: 28px 18px 110px;
    min-height: auto;
  }

  .sbqs-texto {
    position: absolute;
    z-index: 5;
    margin-left: clamp(42%, 46vw, 50%);
    width: 100%;
    max-width: 100%;
    padding-top: clamp(26px, 15vw, 40px);
  }

  .sbqs-texto {
    width: 100%;
    max-width: 100%;
  }

  .sbqs-texto h1 {
    line-height: 0.95;
  }

  .sbqs-texto h2 {
    line-height: 1.08;
  }

  .sbqs-data {
    line-height: 1.3;
  }

  .sbqs-ornamento-left {
    /* display: none; */
    width: clamp(220px, 38vw, 500px);
    left: 0;
    right: 2%;
    bottom: 35px;
    opacity: 1;
  }


  .o2 {
    width: min(120vw, 380px);
    bottom: 24px;
    opacity: 0.16;
  }

  .wave-1,
  .wave-2 {
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sobre-evento .sbqs-container {
    padding: 32px 18px;
    gap: 24px;
  }

  .sobre-evento .texto h2 {
    margin-bottom: 12px;
  }

  .sobre-evento .imagem img {
    width: min(100%, 340px);
  }

  .sbqs-chamadas .sbqs-container {
    padding: 24px 16px 24px;
  }

  .sbqs-chamadas .sbqs-container::after {
    height: 240px;
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .sbqs-chamadas-titulo {
    margin-bottom: 22px;
    font-size: clamp(26px, 6vw, 32px);
  }

  .sbqs-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sbqs-card {
    min-height: auto;
    padding: 24px 18px 20px;
    border-radius: 22px;
  }

  .sbqs-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .sbqs-card p {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }

  .sbqs-card .subtitulo {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .sbqs-card-btn {
    align-self: flex-start;
    min-width: 96px;
    min-height: 32px;
    font-size: 16px;
    padding: 0 14px;
  }

  .sbqs-fundo-svg {
    width: 155%;
    max-height: none;
    opacity: 0.65;
  }

  .sbqs-maringa .sbqs-container {
    padding-bottom: 24px;
  }

  .sbqs-maringa .sbqs-container::after {
    height: 120px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .sbqs-maringa .titulo {
    padding: 24px 16px 0;
  }

  .sbqs-maringa .titulo h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .sbqs-maringa .sbqs-maringa-content {
    gap: 22px;
    padding: 24px 16px 0;
  }

  .sbqs-maringa .texto p {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .sbqs-maringa .imagem img {
    border-radius: 16px;
  }

  .sbqs-maringa .poligonos-topo {
    top: 22px;
    right: 16px;
  }

  .sbqs-maringa .poligonos-topo img {
    width: 120px;
    opacity: 0.75;
  }

  .sbqs-uem-bloco-azul {
    height: 250px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .sbqs-uem-titulo {
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sbqs-uem-titulo h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .sbqs-uem-imagem {
    margin-top: 22px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .sbqs-uem-imagem img {
    border-radius: 16px;
  }

  .sbqs-uem-direita {
    padding: 26px 16px 24px;
  }

  .sbqs-uem-logo {
    margin-bottom: 18px;
  }

  .sbqs-uem-logo img {
    max-width: 200px;
  }

  .sbqs-uem-texto p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .sbqs-local .sbqs-container {
    padding: 24px 16px 24px;
  }

  .sbqs-local-titulo {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .sbqs-mapa {
    border-radius: 14px;
  }

  .sbqs-mapa iframe {
    height: 260px;
  }
}

/* MOBILE PEQUENO */
@media (max-width: 420px) {
  .sbqs-hero-inicial .sbqs-container {
    padding: 24px 16px 90px;
    min-height: 270px;
  }

  .sbqs-texto {
    width: 100%;
    max-width: 100%;
    margin-left: clamp(50%, 21px, 45%);
  }

  .sbqs-texto h1 {
    font-size: clamp(25px, 3vw, 51px);
  }

  .sbqs-texto h2 {
    font-size: clamp(8px, 2.6vw, 24px);
  }

  .sbqs-data {
    font-size: clamp(9px, 2.2vw, 16px);
  }

  .o2 {
    bottom: 16px;
    opacity: 0.12;
  }

  .sbqs-botoes {
    margin-left: 5%;
    position: absolute;
    margin-top: 1px;
  }

  .sbqs-botoes .btn.amarelo {
    width: 120px;
  }

  .sbqs-botoes .btn {
    font-size: 14px;
    height: 39px;
  }

  .sobre-evento .sbqs-container {
    padding: 28px 16px;
  }

  .sobre-evento .texto p {
    line-height: 1.5;
  }

  .sobre-evento .imagem img {
    width: 100%;
  }

  .sbqs-chamadas .sbqs-container {
    padding: 20px 14px 20px;
  }

  .sbqs-chamadas .sbqs-container::after {
    height: 190px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .sbqs-chamadas-titulo {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .sbqs-card {
    padding: 20px 16px 18px;
    border-radius: 18px;
  }

  .sbqs-card h3 {
    font-size: 21px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .sbqs-card p {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .sbqs-card .subtitulo {
    font-size: 14px;
    line-height: 1.3;
  }

  .sbqs-card-btn {
    min-width: 88px;
    min-height: 30px;
    font-size: 15px;
  }

  .sbqs-fundo-svg {
    width: 185%;
    opacity: 0.5;
  }

  .sbqs-maringa .sbqs-container::after {
    height: 105px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .sbqs-maringa .titulo {
    padding: 20px 14px 0;
  }

  .sbqs-maringa .titulo h2 {
    font-size: 23px;
  }

  .sbqs-maringa .sbqs-maringa-content {
    padding: 20px 14px 0;
    gap: 18px;
  }

  .sbqs-maringa .texto p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .sbqs-maringa .imagem img {
    border-radius: 12px;
  }

  .sbqs-maringa .poligonos-topo img {
    width: 90px;
    opacity: 0.6;
  }

  .sbqs-uem-bloco-azul {
    height: 215px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .sbqs-uem-titulo {
    padding-top: 22px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .sbqs-uem-titulo h2 {
    font-size: 23px;
    line-height: 1.14;
  }

  .sbqs-uem-imagem {
    margin-top: 18px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .sbqs-uem-imagem img {
    border-radius: 12px;
  }

  .sbqs-uem-direita {
    padding: 22px 14px 20px;
  }

  .sbqs-uem-logo img {
    max-width: 170px;
  }

  .sbqs-uem-texto p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .sbqs-local .sbqs-container {
    padding: 20px 14px 20px;
  }

  .sbqs-local-titulo {
    font-size: 23px;
    margin-bottom: 16px;
    line-height: 1.15;
  }

  .sbqs-mapa {
    border-radius: 12px;
  }

  .sbqs-mapa iframe {
    height: 220px;
  }
}