@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: rgb(240, 238, 233);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  display: unset;
  clear: unset;
  content: unset;
}

@view-transition {
  navigation: auto;
}
/* 1. Controla a animação de toda a página (conteúdo, fundo, etc.) */
::view-transition-group(root) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; /* Testa valores como 0.5s ou 1.2s */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* 5. Dica: Remove o flash branco que pode ocorrer entre trocas */
::view-transition-old(root),
::view-transition-new(root) {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  mix-blend-mode: normal;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) {
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
  }
}
/* 1. Definimos as animações de slide */
/* 2. Aplicamos à página que está a SAIR (Antiga) */
/* 3. Aplicamos à página que está a ENTRAR (Nova) */
/* 4. Mantemos a tua linha do menu com o tempo que preferires. Em _menu.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif; /* Usando a fonte de títulos definida nas variáveis */
  font-weight: bold;
  margin-bottom: 0;
}

h1 {
  font-size: clamp(2rem, 3.5vw, 2.441rem); /* ~32px → 39px */
}

h1.page-title {
  margin-top: 0;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 1.953rem); /* ~28px → 31px */
}

h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.563rem); /* ~24px → 25px */
}

h4 {
  font-size: clamp(1.25rem, 2vw, 1.35rem); /* ~16px → 17px */
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

h1.page-title {
  text-align: center;
  margin-bottom: 2rem;
}
h1.page-title span {
  border-bottom: 4px solid rgb(146, 210, 60);
}
h1.page-title span.field {
  border: none;
}

.mg-top-0 {
  margin-top: 0;
}

.txt-shadow {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.highlighted {
  max-width: 1200px;
  margin-inline: auto;
}

.help {
  max-width: 1200px;
  margin-inline: auto;
}

.pre-content {
  width: 90vw;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 15px;
}
@media screen and (min-width: 500px) {
  .pre-content {
    padding: 0 0px;
  }
}

.pos-content {
  max-width: 1200px;
  margin-inline: auto;
}

.highlighted {
  max-width: 1200px;
  margin-inline: auto;
}

body {
  background-color: rgb(140, 67, 162);
  color: rgb(240, 238, 233);
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
}

.dialog-off-canvas-main-canvas {
  height: 100%;
}

.layout-container {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

#canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
#canvas-wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1; /* O canvas deve ser visível */
}

.plane {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.plane img.background {
  /* O WebGL precisa desses dados para calcular a textura */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0; /* Invisível, mas presente */
}
.plane img.normal-map {
  width: 80vw;
  height: auto;
}

#block-iwirc-brazil-8-primary-local-tasks .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid var(--rm-border);
  margin-bottom: 1.5rem;
}
#block-iwirc-brazil-8-primary-local-tasks .tabs li {
  margin: 0;
}
#block-iwirc-brazil-8-primary-local-tasks .tabs li a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 6px 6px 0 0;
  color: rgb(240, 238, 233);
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.99);
}
#block-iwirc-brazil-8-primary-local-tasks .tabs li a.is-active {
  background-color: rgba(255, 255, 255, 0.1);
}
@supports ((-webkit-backdrop-filter: brightness(0.8) blur(5px)) or (backdrop-filter: brightness(0.8) blur(5px))) {
  #block-iwirc-brazil-8-primary-local-tasks .tabs li a.is-active {
    background-color: unset;
    -webkit-backdrop-filter: brightness(0.8) blur(5px);
            backdrop-filter: brightness(0.8) blur(5px);
  }
}
#block-iwirc-brazil-8-primary-local-tasks .tabs li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
@supports ((-webkit-backdrop-filter: brightness(0.9) blur(3px)) or (backdrop-filter: brightness(0.9) blur(3px))) {
  #block-iwirc-brazil-8-primary-local-tasks .tabs li a:hover {
    background-color: unset;
    -webkit-backdrop-filter: brightness(0.9) blur(3px);
            backdrop-filter: brightness(0.9) blur(3px);
  }
}

main.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 2rem;
  max-width: 1140px;
  margin-inline: auto;
}
main.site-main .field--name-body p:last-child {
  margin-bottom: 0;
}

body.hospedagem .site-main {
  border-radius: 15px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
body.hospedagem .site-main a {
  text-decoration: none;
}
body.hospedagem .site-main p {
  line-height: 1.5rem;
}
body.hospedagem .site-main mark.marker-yellow {
  padding: 0px 5px 3px 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 0, 0.5);
}

.site-header {
  position: relative;
  margin-top: 3rem;
  padding: 0 2rem;
  text-align: center;
}

body.gin--horizontal-toolbar .gin-secondary-toolbar--frontend {
  position: absolute;
  top: 53px;
  width: 100%;
}
body.gin--horizontal-toolbar .site-header {
  margin-top: 120px;
}
body.gin--horizontal-toolbar .language {
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.gin--horizontal-toolbar .language {
    top: -375px;
  }
  body.gin--horizontal-toolbar .language li:last-child {
    margin-right: 4rem;
  }
}

.language {
  position: fixed;
  z-index: 501;
  right: 0.65rem;
  top: 0.65rem;
}
@media screen and (min-width: 1024px) {
  .language {
    right: 0.85rem;
    top: 0.85rem;
  }
}
.language ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.language ul.links li a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.language ul.links li a img {
  display: block;
}

.logo .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 620px) {
  .logo .field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.logo .data {
  font-size: 2.5rem;
  font-weight: 600;
}
.logo .local {
  margin-bottom: 0;
}
.logo .local .name {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
}
.logo .local .address {
  font-style: italic;
  font-weight: 100;
}

.logo-iwirc {
  width: 30vw;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .logo-iwirc {
    width: 130px;
  }
}

.logo-evento .logo-container {
  position: relative;
  width: 80vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 2vw;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: brightness(1.2) blur(1px);
  -webkit-backdrop-filter: brightness(1.2) blur(1px);
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .logo-evento .logo-container {
    width: 350px;
    border-radius: 6px;
  }
}
.logo-evento .logo-container img {
  width: 80vw;
  height: auto;
  display: block;
  margin-inline: auto;
  border-radius: 2vw;
}
@media screen and (min-width: 620px) {
  .logo-evento .logo-container img {
    width: 350px;
    border-radius: 6px;
  }
}

:root {
  /* --- CORES --- */
  --rm-bg: rgba(0,0,0,0.5);
  --rm-border: rgba(255, 255, 255, 0.1);
  /* Visual dos Sub-itens (Mobile) */
  /* --- HAMBURGER --- */
  /* --- ANIMAÇÃO --- */
}

body.gin--horizontal-toolbar #menu-principal .rm-navbar {
  margin-top: 60px;
  position: relative;
  z-index: 99;
}

#menu-principal .rm-navbar {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  @supports ((-webkit-backdrop-filter: brightness(0.3) blur(5px)) or (backdrop-filter: brightness(0.3) blur(5px))) {
    #menu-principal .rm-navbar {
      background-color: unset;
      -webkit-backdrop-filter: brightness(0.3) blur(5px);
              backdrop-filter: brightness(0.3) blur(5px);
    }
  }
}
#menu-principal .rm-menu-container.is-open {
  background-color: rgba(0, 0, 0, 0.65);
}
@supports ((-webkit-backdrop-filter: brightness(0.8) blur(5px)) or (backdrop-filter: brightness(0.8) blur(5px))) {
  #menu-principal .rm-menu-container.is-open {
    background-color: unset;
    -webkit-backdrop-filter: brightness(0.3) blur(5px);
            backdrop-filter: brightness(0.3) blur(5px);
  }
}
#menu-principal .rm-item a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.99);
}
#menu-principal {
  /* Configuração base para todos os links do menu */
}
#menu-principal .rm-link {
  position: relative; /* Necessário para posicionar o ::after em relação ao link */
  text-decoration: none;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  transition: color 0.4s ease, transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
#menu-principal .rm-link:hover {
  color: rgb(146, 210, 60);
  -webkit-transform: translateY(-3px) scale(1.05);
      -ms-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
}
#menu-principal .rm-link.rm-link.is-active {
  color: rgb(146, 210, 60);
}
#menu-principal {
  /* Criamos a linha, mas deixamos "encolhida" por padrão */
}
#menu-principal .rm-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(146, 210, 60);
  /* 1. Começa com escala zero (invisível) */
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  /* 2. Define que a animação parte do centro */
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  /* 3. Define a suavidade (0.3 segundos com aceleração suave) */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#menu-principal {
  /* 1. Quando o item recebe a classe .is-active, a linha expande */
}
#menu-principal .rm-link.is-active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  /* Nome único para o motor de renderização */
  view-transition-name: menu-line-active;
}
#menu-principal {
  /* 2. Customizamos a animação do grupo que contém a linha */
}
#menu-principal ::view-transition-group(menu-line-active) {
  /* Tempo da animação (ex: 0.5 segundos) */
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* Curva de animação (ex: cubic-bezier para um efeito mais elástico ou fluido) */
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rm-submenu {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .rm-submenu {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.rm-submenu a {
  color: white;
}

@media (max-width: 1024px) {
  .rm-submenu .rm-link {
    color: #fff;
  }
}
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 0.5rem 1rem;
  -webkit-backdrop-filter: brightness(0.75) blur(5px);
          backdrop-filter: brightness(0.75) blur(5px);
  color: rgba(255, 255, 255, 0.5);
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-style: italic;
}

a.btn-padrao,
a:link.btn-padrao,
a:visited.btn-padrao,
a:hover.btn-padrao,
a:active.btn-padrao {
  background-color: rgb(146, 210, 60);
  color: rgb(140, 67, 162);
  padding: 10px 20px 15px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.btn-inline-host {
  font-weight: 500;
  padding: 0 10px 3px 10px;
  color: white;
  background: #ad5389;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(86, 177, 68, 0)), to(rgba(142, 195, 111, 0.2)));
  background: linear-gradient(0deg, rgba(86, 177, 68, 0) 0%, rgba(142, 195, 111, 0.2) 100%);
  border: solid 2px rgba(86, 177, 68, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-inline-host:hover {
  background: linear-gradient(45deg, rgb(86, 177, 68) 0%, rgb(142, 195, 111) 100%);
  color: black;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

.speaker-card {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
}
@media (min-width: 768px) {
  .speaker-card {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .speaker-card {
    width: 33.3%;
    padding: 20px;
  }
}

.swiper-container.denys {
  border-radius: 8px;
}

.swiper-slide {
  display: -ms-grid;
  display: grid;
  /* Define 1 coluna e 4 linhas com alturas iguais (1fr cada) */
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 40px auto 40px auto 40px auto;
  grid-template-rows: repeat(4, auto);
  gap: 40px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  border-radius: 8px;
}

.swiper-slide > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.swiper-slide > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.swiper-slide > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.swiper-slide > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.swiper-slide .container-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  z-index: 1;
  border-radius: 8px;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
.swiper-slide .container-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 21/9;
}
@media screen and (max-width: 768px) {
  .swiper-slide .container-img img {
    aspect-ratio: 16/10;
  }
}
.swiper-slide .container-body {
  border-radius: 4px;
  margin-inline: 10vw;
  padding: 1rem;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 2;
  color: white;
  font-size: 0.75rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 736px) {
  .swiper-slide .container-body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide .container-body {
    font-size: 2.5rem;
  }
}
.swiper-slide .container-body p:first-child {
  margin-top: 0;
}
.swiper-slide .container-body p:last-child {
  margin-bottom: 0;
}
.swiper-slide a {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 2;
  padding: 10px 20px;
  border-radius: 6px;
  background: rgb(146, 210, 60);
  color: rgb(140, 67, 162);
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  text-decoration: none;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(146, 210, 60);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
}
@media screen and (min-width: 736px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 44px;
  }
}

.swiper-pagination-bullet {
  background: rgb(140, 67, 162);
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(146, 210, 60);
}

.garanta-slide {
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
  font-size: 3rem;
}

.swiper-slide .container-body h2 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-size: 3rem;
}
.swiper-slide .container-body p.date-box {
  text-align: center;
  margin-top: 30px;
  border: 1px solid white;
  padding: 10px 30px;
  font-size: 1.2rem;
  width: 300px;
  margin-inline: auto;
}
.swiper-slide .container-body p.local {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 0;
}
.swiper-slide .container-body p.bullets {
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
}

.swiper-container {
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.75);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.75);
}

.sponsors-v2 section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  border-bottom: 2px solid; /* Define a espessura da borda */
  -o-border-image: linear-gradient(to right, rgba(240, 238, 233, 0) 0%, rgb(240, 238, 233) 50%, rgba(240, 238, 233, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(240, 238, 233, 0)), color-stop(50%, rgb(240, 238, 233)), to(rgba(240, 238, 233, 0))) 1;
     border-image: linear-gradient(to right, rgba(240, 238, 233, 0) 0%, rgb(240, 238, 233) 50%, rgba(240, 238, 233, 0) 100%) 1;
}
.sponsors-v2 section div.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.sponsors-v2 section div.logos div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  width: 270px;
  padding: 10px;
  aspect-ratio: 16/9;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.sponsors-v2 section div.logos div img {
  width: 250px;
  height: 132px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsors-v2 section div.logos div img.menor {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.foto-local {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1024px) {
  .foto-local {
    width: 50%;
  }
}

.agenda {
  border-radius: 15px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.agenda .table {
  border-collapse: collapse;
  border: none;
}
.agenda .table tr,
.agenda .table td {
  border: none;
}
.agenda .table td {
  padding: 10px;
}
.agenda .table tr {
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
}
.agenda .table tr:last-child {
  border-bottom: none;
}
.agenda .table td:first-child {
  border-right: 4px solid rgba(255, 255, 255, 0.1);
}
.agenda .table h3 {
  margin-top: 0;
  color: rgb(146, 210, 60);
  font-weight: 600;
  font-size: 1.25rem;
}

.foto-hospedagem {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.container-texto-inscreva-se {
  background-color: #2a0e46;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
.container-texto-inscreva-se h3:first-child {
  margin-top: 0;
}
.container-texto-inscreva-se p:last-child {
  margin-bottom: 0;
}

.container-table-investimento {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.table.investimento {
  border-collapse: collapse;
  border-style: hidden;
}
.table.investimento tr {
  border: none;
}
.table.investimento td,
.table.investimento th {
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  color: black;
}
.table.investimento a {
  color: black;
}

body.inscreva-se .messages__wrapper {
  display: none;
}
body.inscreva-se .node__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
      grid-template-areas: "body-1" "body-2" "form";
}
@media screen and (min-width: 864px) {
  body.inscreva-se .node__content {
    -ms-grid-columns: 51% auto;
    grid-template-columns: 51% auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
        grid-template-areas: "body-1 form" "body-2 form";
  }
}
body.inscreva-se .node__content .field--name-body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: body-1;
}
body.inscreva-se .node__content .field--name-webform {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: form;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 20px 10px rgba(255, 255, 255, 0.05);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 20px 10px rgba(255, 255, 255, 0.05);
}
body.inscreva-se .node__content .field--name-webform #edit-titulo, body.inscreva-se .node__content .field--name-webform h2 {
  margin-top: 0;
}
body.inscreva-se .node__content .field--name-field-body-2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: body-2;
}
@media screen and (min-width: 864px){
  body.inscreva-se .node__content .field--name-body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.inscreva-se .node__content .field--name-webform {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  body.inscreva-se .node__content .field--name-field-body-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
body.inscreva-se .node__content {
  gap: 20px;
}
body.inscreva-se .node__content label:has(+ input[type=text]),
body.inscreva-se .node__content label:has(+ input[type=email]) {
  display: block;
}
body.inscreva-se .node__content input[type=text],
body.inscreva-se .node__content input[type=email] {
  width: 100%;
}
body.inscreva-se .node__content form input[type=submit] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(76, 175, 80);
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-top: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 600px) {
  .palestrantes .view-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 60px;
  }
}
@media screen and (min-width: 900px) {
  .palestrantes .view-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .palestrantes .view-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .palestrantes .view-content .row {
    margin-bottom: 60px;
  }
}
.palestrantes .view-content .row {
  text-align: center;
}
.palestrantes .view-content .row img {
  display: inline;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 5px;
  background: linear-gradient(316deg, rgb(120, 84, 191) 27%, rgb(255, 255, 255) 76%);
}
.palestrantes .view-content .row h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: rgb(146, 210, 60);
  margin-top: 3px;
}
.palestrantes .view-content .row h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.palestrantes .view-content .row a.expandir {
  background-color: rgb(140, 67, 162);
  display: inline-block;
  padding: 5px 10px 8px 10px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.palestrantes .view-content .row .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
}
.palestrantes .view-content .row .modal .modal-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: 800px;
  width: 80%;
  color: black;
}
.palestrantes .view-content .row .modal .modal-box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  cursor: pointer;
  color: black;
}
.palestrantes .view-content .row .modal .modal-box .texto-grande .modal-img img {
  border-radius: 200px;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 5px;
  background: linear-gradient(316deg, rgb(120, 84, 191) 27%, rgb(255, 255, 255) 76%);
}
.palestrantes .view-content .row .modal .modal-box .texto-grande h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #6446a0;
  margin-top: 3px;
}
.palestrantes .view-content .row .modal .modal-box .texto-grande p {
  text-align: left;
}

:root {
  --iwirc-purple: #6d2d82;
  --iwirc-green: #a5c933;
  --dark-text: #2c3e50;
  --light-bg: #fdfcfb;
  --white: #ffffff;
  --gray-light: #f4f4f4;
}

.container-wwrw {
  margin-inline: auto;
  width: 100%;
  max-width: 1140px;
  font-family: "Montserrat", sans-serif;
  background-color: var(--light-bg);
  color: var(--dark-text);
  line-height: 1.8;
  border-radius: 8px;
}
.container-wwrw h1,
.container-wwrw h2,
.container-wwrw h3,
.container-wwrw h4 {
  font-family: "Playfair Display", serif;
}
.container-wwrw {
  /* Hero Section */
}
.container-wwrw header.hero {
  border-radius: 8px;
  min-height: 500px;
  background-image: url("../images/fundo-wwrw.webp");
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--white);
  padding: 20px;
}
.container-wwrw .hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.container-wwrw .hero p {
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 0;
}
.container-wwrw .hero .date-box {
  margin-top: 30px;
  border: 1px solid var(--white);
  padding: 10px 30px;
  font-size: 1.2rem;
}
.container-wwrw {
  /* Sections */
}
.container-wwrw section {
  padding: 100px 5%;
  border-bottom: 1px solid #eee;
}
.container-wwrw .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.container-wwrw .section-title h2 {
  font-size: 2.8rem;
  color: var(--iwirc-purple);
  margin-bottom: 15px;
}
.container-wwrw .section-title-white h2 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 15px;
}
.container-wwrw .section-title p {
  font-style: italic;
  color: #777;
}
.container-wwrw {
  /* Content Blocks */
}
.container-wwrw .content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-wwrw .text-block p {
  margin-bottom: 20px;
  font-size: 1.05rem;
}
.container-wwrw {
  /* Three Acts */
}
.container-wwrw .uma-jornada-em-tres-atos {
  background-image: url("../images/wwrw/fundo-jornada.webp");
  background-size: cover;
}
.container-wwrw .acts-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 814px) {
  .container-wwrw .acts-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .container-wwrw .acts-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .container-wwrw .acts-container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .container-wwrw .acts-container > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.container-wwrw .act-card {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--iwirc-green);
}
.container-wwrw .act-card h3 {
  color: var(--iwirc-purple);
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.container-wwrw {
  /* Itinerary - Timeline Style */
}
.container-wwrw .timeline-item {
  margin-bottom: 80px;
  background: var(--white);
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border-left: 5px solid var(--iwirc-purple);
}
.container-wwrw .day-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
@media screen and (max-width: 814px) {
  .container-wwrw .day-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container-wwrw .day-header h3 {
  font-size: 1.8rem;
  color: var(--iwirc-purple);
}
.container-wwrw .day-date {
  font-weight: 700;
  color: var(--iwirc-green);
  text-transform: uppercase;
}
.container-wwrw .event-detail {
  margin-top: 20px;
}
.container-wwrw .event-detail strong {
  color: var(--iwirc-purple);
}
.container-wwrw {
  /* Congress Details */
}
.container-wwrw .congress-stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  margin-top: 40px;
}
.container-wwrw .stat-item {
  padding: 20px;
  background: var(--gray-light);
  border-radius: 8px;
}
.container-wwrw .stat-item h4 {
  color: var(--iwirc-purple);
  font-size: 1.4rem;
}
.container-wwrw {
  /* Summary Table */
}
.container-wwrw .table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-top: 40px;
}
.container-wwrw table {
  border-collapse: collapse;
  min-width: 800px;
  background: white;
}
.container-wwrw th,
.container-wwrw td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  font-size: 0.85rem;
}
.container-wwrw th {
  background: var(--iwirc-purple);
  color: white;
}
.container-wwrw tr:nth-child(even) {
  background: #fafafa;
}
@media (max-width: 768px) {
  .container-wwrw .hero h1 {
    font-size: 2.5rem;
  }
  .container-wwrw .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container-wwrw section {
    padding: 60px 5%;
  }
  .container-wwrw .congress-stats {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#parceria {
  color: white;
  background-image: url("../images/wwrw/oportunidades-de-parceria.webp");
  background-size: cover;
  background-position: center bottom;
}

#congresso {
  background-image: url("../images/wwrw/fundo-congresso.webp");
  background-size: cover;
  background-position: center bottom;
  color: white;
}
#congresso .section-title {
  color: white;
}
#congresso .section-title p {
  color: white;
}
#congresso .stat-item {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#congresso h2 {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
#congresso h4 {
  margin-top: 0px;
}
#congresso .stat-item p {
  color: var(--dark-text);
}

#resumo {
  display: none;
}

body.pre-inscricao h1.page-title span {
  border: none;
  font-size: 1.7rem;
  color: rgb(146, 210, 60);
}
/*# sourceMappingURL=style.css.map */