* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Aeonik", sans-serif;
}

body {
  background-color: black;
  color: var(--light);
  width: 100%;
  max-width: 100vw;
  height: 100%;
}

header,
main,
footer {
  position: relative;
  z-index: 1;
}

:root {
  --dark: #12142d;
  --light: #fefefc;
  --light-green: #e8f7b7;
  --green: #4bb279;
  --green-light: #c0f53d;
  --botao: 1.25rem;
  --h1: 3.85rem;
  --h2: 3rem;
  --h3: 2.75rem;
  --h4: 2.25rem;
  --h5: 1.95rem;
  --p: 1.25rem;
  --small: 1rem;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.05;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1 {
  font-size: var(--h1);
  font-weight: 600;
  margin-bottom: 0.5em;
}

h2 {
  font-size: var(--h2);
  margin-bottom: 0.5em;
}

h2 i {
  font-size: calc(var(--h2) / 1.25);
}

h3 {
  font-size: var(--h3);
  margin-bottom: 0.5em;
}

h4 {
  font-size: var(--h4);
  margin-bottom: 0.5em;
}

h5 {
  font-size: var(--h5);
  margin-bottom: 0.5em;
}

h6 {
  font-size: var(--h6);
  margin-bottom: 0.5em;
}

p {
  font-size: var(--p);
  line-height: 1.2;
  font-weight: 300;
}

p.p-small {
  font-size: var(--small);
}

i {
  font-family: "Balkist", sans-serif;
  font-weight: 400;
}

.pt-50 {
  padding-top: 3.125em;
}

.py-50 {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.py-100 {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.pb-100 {
  padding-bottom: 6.25em;
}
.pb-60 {
  padding-bottom: 4.25em;
}

.pt-100 {
  padding-top: 6.25em;
}

.py-150 {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

.pt-150 {
  padding-top: 9.375em;
}

.pt-200 {
  padding-top: 12.5em;
}

.pb-200 {
  padding-bottom: 12.5em;
}

.py-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.pt-250 {
  padding-top: 15.625em;
}

.pt-300 {
  padding-top: 18.75em;
}

.container-gradiente {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gradiente-verde-claro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(
    closest-side,
    #bdf53ac7 0%,
    #bdf53a75 20%,
    #5fba9d1e 70%,
    #5fba9d00 100%
  );
  filter: blur(2em);
}

.gradiente-verde-escuro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(
    closest-side,
    #5fba9dde 0%,
    #5fba9d9c 20%,
    #5fba9d2c 70%,
    #5fba9d00 100%
  );
  filter: blur(2em);
}

.background-fixo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-fixo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-gradiente-fixo {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #20224a, #20224a00);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.botao {
  padding: 0.75em 1.25em;
  border: none;
  border-radius: 50em;
  font-weight: 600;
  font-size: var(--botao);
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 1em;
  transition: all ease-in-out 0.15s;
  color: var(--dark) !important;
  background-color: var(--green-light) !important;
  text-decoration: none;
}

.botao:hover {
  gap: 1.25em;
  background: white !important;
}

.icone {
  width: 0.85em;
  height: 0.85em;
  display: block;
}

.seta {
  background-color: currentColor; /* Herda a cor do texto do elemento ou pai */
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  mask-repeat: no-repeat;
  color: var(--dark);
}

.ic-pin {
  background-color: currentColor; /* Herda a cor do texto do elemento ou pai */
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.66 17.57"><g><g><path class="cls-1" d="M4.83,9.66C2.17,9.66,0,7.49,0,4.83S2.17,0,4.83,0s4.83,2.17,4.83,4.83-2.17,4.83-4.83,4.83ZM4.83,2.43c-1.32,0-2.39,1.07-2.39,2.39s1.07,2.39,2.39,2.39,2.39-1.07,2.39-2.39-1.07-2.39-2.39-2.39Z"/><path class="cls-1" d="M4.83,17.57c-.37,0-.68-.3-.68-.68v-8.46c0-.37.3-.68.68-.68s.68.3.68.68v8.46c0,.37-.3.68-.68.68Z"/></g></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.66 17.57"><g><g><path class="cls-1" d="M4.83,9.66C2.17,9.66,0,7.49,0,4.83S2.17,0,4.83,0s4.83,2.17,4.83,4.83-2.17,4.83-4.83,4.83ZM4.83,2.43c-1.32,0-2.39,1.07-2.39,2.39s1.07,2.39,2.39,2.39,2.39-1.07,2.39-2.39-1.07-2.39-2.39-2.39Z"/><path class="cls-1" d="M4.83,17.57c-.37,0-.68-.3-.68-.68v-8.46c0-.37.3-.68.68-.68s.68.3.68.68v8.46c0,.37-.3.68-.68.68Z"/></g></g></svg>');
  mask-repeat: no-repeat;
  color: #FFF;
}

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

/** HEADER **/
.header-logo {
  width: 100%;
  max-width: 45em;
  height: fit-content;
}

.header-setcergs {
  width: 9em;
  display: block;
}

/** BANNER **/

.inicio .grad-1 {
  width: 60%;
  height: 70%;
  top: inherit;
  bottom: 30%;
  left: 10%;
}

.inicio .grad-2 {
  width: 70%;
  height: 100%;
  top: inherit;
  bottom: 0;
  left: 35%;
}

.inicio .grad-3 {
  width: 25%;
  height: 50%;
  top: inherit;
  bottom: 35%;
  left: 15%;
}
.inicio .grad-4 {
  width: 60%;
  height: 80%;
  top: inherit;
  bottom: 20%;
  left: 30%;
}

.inicio h1 i {
  font-size: calc(var(--h1) / 1.2);
}

.banner-imagem {
  width: 150%;
  height: 114%;
  object-fit: contain;
  object-position: bottom center;
  position: relative;
  z-index: 1;
}

.rosa-dos-ventos {
  width: 10em;
  height: 10em;
  position: absolute;
  top: 0;
  left: 0;
}

.rosa-dos-ventos-big {
  width: 30em;
  height: 30em;
  mask: radial-gradient(circle at 50% 0%, #ffffff31, #58b78f00);
  margin: -3em auto;
}

.inicio .rosa-dos-ventos {
  left: 20%;
  width: 20em;
  height: 20em;
  mask: radial-gradient(circle at 50% 0%, #ffffff31, #58b78f00);
}

.container-data {
  padding: 1.5em;
  border: solid white 1px;
  border-radius: 25px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(75deg, #9ee15c27 0%, #73c6881f 100%);
}

.container-data .dia {
  font-size: calc(var(--h1) * 2);
  font-weight: 800;
  line-height: 0.95;
}

.container-data .mes {
  color: var(--light-green);
  font-weight: 800;
  font-size: calc(var(--h5) / 1.25);
}

.container-data .ano {
  font-weight: 800;
  line-height: 0.95;
  font-size: calc(var(--h2) * 1.1);
}

.endereco {
  color: var(--light-green);
  font-size: var(--p);
  line-height: 0.95;
  margin: 1em 0;
  font-weight: 600;
}

.cidade {
  color: #FFF;
  font-weight: 600;
  font-size: var(--small);
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
}

.item-gradiente {
  position: relative;
  padding: 1.5em 2.5em;
  display: flex;
  gap: 1em;
  align-items: center;
  background: radial-gradient(circle at 50% 0%, #4eb37f4d, #58b78f15);
  border-radius: 10px;
  transition: all ease-in-out 0.15s;
  width: 100%;
  height: 100%;
}

.item-gradiente h5 {
  font-size: calc(var(--p) * 1.1);
  margin-bottom: 0;
}

.item-gradiente .seta {
  color: var(--green-light);
  width: 1.5em;
  height: 1.5em;
}

.item-gradiente :hover {
  transform: scale(1.05);
}

.sobre .grad-1 {
  top: inherit;
  bottom: -25%;
  left: -5%;
  width: 10em;
  height: 20em;
  transform: rotate(15deg);
}

.sobre .grad-2 {
  top: 20%;
  left: 0;
  width: 15em;
  height: 30em;
  transform: rotate(20deg);
}

.sobre .rosa-dos-ventos {
  left: inherit;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20em;
  height: 20em;
  mask: radial-gradient(circle at 50% 0%, #ffffff96, #58b78f00);
}
.sobre h2 {
  font-size: calc(var(--h2) * 1.4);
}

.sobre h2 i {
  position: relative;
  font-size: calc(var(--h2) * 1.1);
}

.sobre h2 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  border: 2px solid white;
  border-radius: 50%;
  width: 5.5em;
  height: 2.5em;
}

.sobre p {
  font-size: calc(var(--p) * 1.2);
}

@media (min-width: 992px) {
  .sobre p {
    padding: 0 7em;
  }
}

.sobre p strong {
  color: var(--green-light);
}

.container-fotos {
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  width: 95%;
  height: 100%;
  display: flex;
}

.container-fotos img {
  width: 60%;
  height: 70%;
  mask: radial-gradient(closest-side, #ffffff, #58b78f00);
  object-fit: cover;
  position: relative;
  opacity: 0.85;
}

.container-fotos img:first-of-type {
  z-index: 0;
  width: 50%;
}

.container-fotos img:last-of-type {
  z-index: 1;
  margin-left: -20%;
  margin-top: 10%;
}

.sobre-2 .grad-1 {
  top: inherit;
  bottom: -25%;
  left: 55%;
  width: 15em;
  height: 30em;
  transform: rotate(65deg);
}

.sobre-2 .grad-2 {
  top: inherit;
  bottom: -25%;
  left: 65%;
  width: 25em;
  height: 45em;
  transform: rotate(70deg);
}

.sobre-2 .rosa-dos-ventos {
  left: -3%;
  top: 65%;
  width: 25em;
  height: 25em;
  mask: radial-gradient(circle at 50% 0%, #ffffff96, #58b78f00);
}

.swiper {
  width: 100%;
  height: 100%;
  max-height: 38em;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.swiper h4 {
  color: white;
  display: block;
  position: relative;
  font-size: calc(var(--h5) / 1.25);
}
.palestrante-item {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 30em;
  background-color: black;
  display: block;
  aspect-ratio: 9/18;
}

.palestrante-item .descricao {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5em;
  align-items: end;
  display: flex;
}

.palestrante-item .descricao p {
  font-size: calc(var(--p) / 1.15);
  opacity: 0;
}

.palestrante-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
  object-position: top center;
}

.palestrante-item:hover img {
  opacity: 0.2;
  transform: scale(1.05);
}

.cta-1 h2 {
  font-size: calc(var(--h2) * 1.25);
}

.cta-1 .grad-1 {
  top: 4%;
  left: 0;
  width: 20em;
  height: 30em;
  transform: rotate(65deg);
}

.cta-1 .grad-2 {
  top: -15%;
  left: 10%;
  width: 22em;
  height: 40em;
  transform: rotate(60deg);
}

.cta-1 .grad-3 {
  top: 0%;
  left: inherit;
  right: -20%;
  width: 45em;
  height: 45em;
}

.cta-1 .grad-4 {
  top: 10%;
  left: inherit;
  right: -20%;
  width: 50em;
  height: 50em;
  opacity: 0.7;
}

/** INGRESSOS **/


.ingresso {
  display: flex;
  flex-flow: column;
  gap: 1em;
  padding: 0.5em 0em 0.5em 3em;
  border-left: 2px solid rgba(255, 255, 255, 0.24);
  height: fit-content;
  transition: all ease-in-out 0.15s;
}

.ingresso:hover {
  transform: scale(1.1);
}

.ingressos h2 {
  font-size: calc(var(--h1) * 1.25);
}

.ingressos h2 i {
  font-size: calc(var(--h1) / 1.05);
}

.ingressos strong {
  color: var(--green-light);
}

.ingresso h3 {
  margin-bottom: 0;
}

.ingresso span {
  font-size: var(--h2);
  font-weight: 600;
  color: var(--green-light);
  line-height: 1;
}

.ingresso ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ingresso ul + ul::before {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.24);
  position: relative;
  width: 35%;
  height: 2px;
  display: block;
  margin-bottom: 1em;
}
.ingresso li {
  font-weight: 300;
  font-size: var(--p);
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.ingresso li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: currentColor; /* Herda a cor do texto do elemento ou pai */
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  mask-repeat: no-repeat;
  color: var(--green-light);
}

.ingresso .botao:hover {
  transform: scale(1.05);
}

.ingressos .grad-1 {
  top: inherit;
  bottom: -10%;
  left: 25%;
  width: 10em;
  height: 30em;
  transform: rotate(-65deg);
}

.ingressos .grad-2 {
  top: inherit;
  bottom: -30%;
  left: 35%;
  width: 15em;
  height: 40em;
  transform: rotate(-65deg);
}

.ingressos .grad-3 {
  top: -35%;
  left: 90%;
  width: 15em;
  height: 30em;
  transform: rotate(-65deg);
}

.logos img{ 
  max-width: 20em;
}

.container-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
  align-items: center;
  padding-top: 0.5em;
}

.container-logos p {
  font-weight: 600;
}

.container-perguntas-frequentes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
}

.container-perguntas-frequentes h3 {
  font-size: calc(var(--h5) / 1.05);
  margin-bottom: 0.5em;
}
.pergunta {
  position: relative;
  padding-left: 1.75em;
}

.pergunta::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-color: currentColor; /* Herda a cor do texto do elemento ou pai */
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  mask-repeat: no-repeat;
  color: var(--green-light);
  position: absolute;
  top: 0.35em;
  left: 0;
}

.perguntas-requentes .grad-1 {
  top: 35%;
  left: 0%;
  width: 10em;
  height: 30em;
  transform: rotate(-65deg);
}

.perguntas-requentes .grad-2 {
  top: 40%;
  left: 5%;
  width: 15em;
  height: 40em;
  transform: rotate(-65deg);
}

.perguntas-requentes .rosa-dos-ventos {
  top: 50%;
  left: 10%;
  width: 20em;
  height: 20em;
  mask: radial-gradient(circle at 50% 0%, #ffffff96, #58b78f00);
}

.grid-participar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.item {
  padding: 2em;
  background: radial-gradient(circle at 0% 0%, #4eb37f4d, #58b78f00);
  border-radius: 20px;
  width: 100%;
}

.item h4 {
  font-size: calc(var(--h4) / 1.4);
}

.item h4::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-color: currentColor; /* Herda a cor do texto do elemento ou pai */
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="currentColor" data-name="Camada 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.13 16.21"><g data-name="Camada 2"><polygon class="cls-1" points="5.32 14.5 7.03 16.21 15.13 8.1 7.03 0 5.32 1.71 10.51 6.9 0 6.9 0 9.31 10.51 9.31 5.32 14.5"/></g></svg>');
  mask-repeat: no-repeat;
  color: var(--green-light);
  margin-bottom: 1em;
}

footer h5 {
  font-weight: 400;
  margin-bottom: 1em;
}

footer .endereco {
  font-size: calc(var(--p) * 1.95);
}

footer .cidade {
  font-size: calc(var(--p) * 1.15);
  margin-top: 1em;
}

footer .container-gradiente {
  transform: scale(1.5);
  bottom: -44%;
}

footer .grad-1 {
  width: 60%;
  height: 70%;
  top: inherit;
  bottom: 30%;
  left: 10%;
}

footer .grad-2 {
  width: 70%;
  height: 100%;
  top: inherit;
  bottom: 0;
  left: 35%;
}

footer .grad-3 {
  width: 25%;
  height: 50%;
  top: inherit;
  bottom: 35%;
  left: 15%;
}
footer .grad-4 {
  width: 60%;
  height: 80%;
  top: inherit;
  bottom: 20%;
  left: 30%;
}

.rotate-left {
  animation: rotateLeft 50s linear infinite;
}

.rotate-right {
  animation: rotateRight 50s linear infinite;
}

@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
