/* MENU */
#mega-menu-wrap-primary_menu {
  width: 100%;
}

.wp-caption {
  width: 100% !important;
}

.mega-menu-column img {
  border-radius: 10px;
  width: 100% !important;
  /* 	max-width: 300px !important; */
  height: 140px !important;
  object-fit: cover;
  margin-bottom: 12px;
}

.wp-caption-text {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-secondary_menu {
    display: none;
  }

  .mega-sub-menu {
    border-radius: 0 0 40px 40px !important;
    margin-bottom: 24px !important;
  }
}

@media only screen and (min-width: 768px) {
  .mega-menu-column {
    border-right: 1px solid #ccd8e3 !important;
    height: 100% !important;
  }

  .mega-menu-column:last-child {
    border-right: none !important;
  }

  .mega-menu-row {
    display: grid !important;
  }
}

/* FIM MENU */

@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  src: url("../fonts/WorkSans-Bold.ttf");
}

@font-face {
  font-family: "Work Sans";
  font-weight: 300;
  src: url("../fonts/WorkSans-Light.ttf");
}


@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf");
}



body {
  font-family: "Roboto" !important;
  font-weight: 300;
  /* margin-top: 85px; */
}


@media only screen and (min-width: 768px) {
  body {
    /* margin-top: 123px; */
  }
}

body,
#headerNavbar {
  padding-right: 0 !important
}

section {
  position: relative;
  z-index: 5;
}

:root {
  --primary-green: #01CD5E;
  --dark-blue: #091523;
}

#icone-whatsapp {
  z-index: 99999;
}

#icone-whatsapp a {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 100;
}

#icone-whatsapp img {
  width: 50px;
  height: 52px;
}

#cookie-law-info-bar {
  z-index: 99999 !important;
}

input::placeholder {
  /* color: var(--secondary-lilas) !important; */
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: var(--primary-green);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /* color: var(--secondary-lilas) !important; */
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: var(--primary-green);
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  /* color: var(--secondary-lilas) !important; */
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: var(--primary-green);
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

::selection {
  background: var(--primary-green);
  color: #fff;
}

::-moz-selection {
  background: var(--primary-green);
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 16px;
}

::-webkit-scrollbar-track:enabled {
  background-color: var(--primary-offwhite);
  border-radius: 16px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: var(--primary-green);
  border-radius: 16px;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--primary-green);
  border-radius: 16px;
}

a.stretched-link:focus {
  outline: 0;
}

@media only screen and (min-width: 992px) {
  .container-fluid {
    max-width: 100%;
    width: 95%;
  }
}

@media only screen and (min-width: 1480px) {
  .container-fluid {
    max-width: 100%;
    width: 80%;
  }
}

.slick-slide {
  cursor: grab;
}

.slick-slide:active {
  cursor: grabbing;
}

.slick-slide:focus {
  outline: 0;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  margin: 0 4px;
  width: 14px;
  height: 14px;
}

.slick-dots li button {
  background: white;
  height: 14px;
  width: 14px;
  overflow: hidden;
  color: white;
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  /*     display: block; */
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li.slick-active {
  /* width: 20px !important; */
}

.slick-dots li.slick-active button {
  background: var(--dark-blue);
  /* width: 20px !important; */
  /* border-radius: 25px; */
  color: var(--dark-blue);
}

.slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 15;
  cursor: pointer;
  /*     object-fit: none; */
}

.slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.slick-arrow.slick-next {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .slick-arrow.slick-prev {
    left: -8%;
  }

  .slick-arrow.slick-next {
    right: -8%;
  }
}

h1 {
  font-family: "Work Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 55px;
    line-height: 55px;
/*     margin-bottom: initial; */
  }
}

h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  /* 114.286% */
  letter-spacing: -1px;
}

h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.2px;
}

h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.5px;
}

/* footer */

#footer-area {
  position: relative;
  color: white;
}


#footer-area {
  padding: 80px 0 150px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--dark-blue);
}

@media only screen and (max-width: 768px) {
  #footer-area {
    padding: 80px 0 280px;
  }
}

#menu-footer-menu .sub-menu,
#menu-footer-menu {
  padding-right: 15px;
  padding-left: 15px;
  padding-inline-start: 0;
}

#menu-footer-menu .sub-menu {
  margin-bottom: 10px;
}

#footer-area ul,
#footer-area li {
  list-style: none;
}

#footer-area .primary-link.menu-item a,
#footer-area .primary-link.menu-item#menu-item-119 a,
#footer-area .primary-link.menu-item#menu-item-71 a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: white;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {

  #footer-area .primary-link.menu-item a,
  #footer-area .primary-link.menu-item#menu-item-119 a,
  #footer-area .primary-link.menu-item#menu-item-71 a {
    line-height: 30px;
  }
}

#footer-area .sub-menu .menu-item a {
  font-weight: 100;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: var(--primary-areia);
  margin: 8px 0;
  text-decoration: none !important;
  transition: 0.3s;
}

#footer-area .sub-menu .menu-item a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  #menu-footer-menu {
    display: flex;
    justify-content: space-between;
  }
}

#footer-area hr {
  border: 1px solid var(--primary-yellow);
  margin: 24px auto;
}

#footer-area .credits-lius {
  margin: 60px auto 0;
}

#footer-area .credits {
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: white;
}

#footer-area .credits-2,
#footer-area .credits-2 a {
  /* text-align: right; */
  font-weight: 100;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #c9b4d1;
}

#footer-area .logo-footer {
  width: 100%;
  max-width: 190px;
}

#footer-area .siga-nos {
  color: #e8e8e8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
}

#footer-area h2 {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.5px;
}

#footer-area h3,
#footer-area a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.5px;
}

#footer-area .unidades-links h3,
#footer-area .unidades-links a {
  display: flex;
  align-items: center;
  gap: 5px;
}

#footer-area .unidades-links a img {
  width: 18px;
  height: 19px;
}

#footer-area .social-footer-link .socials-footer {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  transition: 0.5s;
}

#footer-area .social-footer-link .socials-footer:hover {
  transform: scale(1.3);
}

@media only screen and (min-width: 768px) {
  #footer-area .col-lg-2 {
    text-align: right;
  }

  /*     #footer-area .credits-2,
#footer-area .credits-2 a {
    font-size: 14px;
} */
  #mega-menu-wrap-primary_menu,
  #mega-menu-wrap-secondary_menu {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #footer-area .container {
    padding: 0 30px;
  }

  #footer-area h2 {
    margin: 20px 0 12px;
  }

  #footer-area .unidades-links,
  #footer-area .siga-nos {
    text-align: center;
  }

  #footer-area .col-10 {
    margin: auto;
  }

  #footer-area .unidades-links h3,
  #footer-area .unidades-links a,
  #footer-area .col-10 .row {
    justify-content: center;
  }

  /*   #footer-area .logo-footer {
    margin-bottom: 32px;
  } */
  .slick-dots li button {
    font-size: 1px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
  }

  .slick-dots li:not(.slick-active) button {
    max-width: 12px !important;
  }
}

@media only screen and (max-width: 992px) {
  #footer-area .logo-footer {
    margin-bottom: 32px;
  }
}

.btn {
  text-decoration: none !important;
  border-radius: 8px;
  border: 1px solid;
  padding: 12px 22px;
  transition: .3s;
  font-size: 16px;
}

.btn:hover {
  transform: scale(1.05);
}

.btn-green {
  border-color: var(--primary-green);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.27) 100%), #01CD5E;
  color: var(--dark-blue);
  font-weight: 700;
}

#banner {
  padding: 160px 0 80px;
}

#banner h1 {
  color: white;
}

#banner h1 span {
  color: var(--primary-green);
  margin-bottom: 24px;
}

#banner h2 {
  font-size: 18px;
  color: white;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: normal;
  margin-bottom: 48px;
}

#banner {
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #banner {
    min-height: 95vh;
  }
}

#banner .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#banner .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue);
  opacity: 0.85;
  /* ajuste conforme a visibilidade desejada */
  z-index: 2;
}

#banner .container {
  position: relative;
  z-index: 2;
}

#banner .texture {
  position: absolute;
  z-index: 3;
  width: 650px;
  right: 0;
  bottom: -10%;
}

#lotes {
  padding: 40px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--dark-blue);
  color: white;
}

#lotes .row {
  gap: 12px;
}

#lotes h2 span,
#seja-parte h2 span {
  color: var(--primary-green);
}

#lotes h3,
#seja-parte h3 {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

#lotes h4 {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
}

#lotes h4:before {
  content: ' ';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: url('../img/tabler_checks.png');
  background-size: cover;
}

#lotes hr,
#seja-parte hr {
  border: 1px solid #6C6;
}

.single-lote {
  border-radius: 8px;
  padding: 32px 20px;
}

.single-lote.lote-inativo {
  opacity: .4 !important;
}

.single-lote.lote-inativo,
.single-lote.lote-inativo a {
  cursor: initial !important;
}

.single-lote.lote-inativo a:hover {
  transform: none;
}

.single-lote .d-flex h2 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: initial;
}

.single-lote .d-flex span {
  font-size: 11px;
}

.single-lote {
  position: relative;
  border-radius: 8px;
}

.single-lote h4 {
  padding: 0 !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 36px !important;
}

.single-lote h4 span {
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 48px !important;
}

.single-lote h4:before {
  display: none;
}

.single-lote h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.single-lote h6 {
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.single-lote hr {
  margin: 28px 0;
}

.single-lote .btn {
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-lote .d-flex span {
  border-radius: 25px;
  border: 1px solid var(--verde-gv-500-gesto-vendas, #01CD5E);
  background: var(--verde-gv-500-gesto-vendas, #01CD5E);
  color: var(--dark-blue);
  padding: 6px 12px;
  font-weight: 600;
}


/* Primeiro .single-lote */
.single-lote:nth-of-type(2) {
  background: #24303f;
  /* border: 0.8px solid var(--primary-green); */
}

.single-lote:nth-of-type(2)::before {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 120px;
  background: radial-gradient(60% 30% at 50% 50%,
      rgba(0, 205, 84, 0.24) 0%,
      rgba(0, 205, 84, 0) 100%);
  z-index: 0;
  pointer-events: none;
}

.single-lote:nth-of-type(2)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(35deg,
      #039f4e,
      transparent,
      #039f4e);
  padding: 1px;
  -webkit-mask:
    linear-gradient(#fff, #fff) content-box,
    linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 8px;
}


.single-lote:nth-of-type(2) .d-flex span {
  border-color: var(--verde-gv-500-gesto-vendas, #01CD5E);
  background: var(--verde-gv-500-gesto-vendas, #01CD5E);
  color: var(--dark-blue);
}

.single-lote:nth-of-type(2) hr {
  border-color: rgba(255, 255, 255, 0.40) !important;
}

.single-lote:nth-of-type(2) h5 span,
.single-lote:nth-of-type(4) h5 span {
  color: var(--primary-green);
}

.single-lote:nth-of-type(2) .btn {
  border-radius: 8px;
  border: 1px solid var(--verde-gv-500-gesto-vendas, #01CD5E);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.27) 100%), #01CD5E;
}

/* Segundo .single-lote */
.single-lote:nth-of-type(3) {
  background: radial-gradient(14.71% 55.89% at 50.18% 73.33%, rgba(0, 205, 84, 0.24) 0%, rgba(0, 205, 84, 0.00) 100%), #01CD5E;
  color: var(--dark-blue);
}

.single-lote:nth-of-type(3) .d-flex span {
  border-color: white;
  background: white;
  color: var(--dark-blue);
}

.single-lote:nth-of-type(3) h5 span {
  color: white;
}

.single-lote:nth-of-type(3) .btn {
  border-radius: 8px;
  border: 1px solid var(--verde-gv-500-gesto-vendas, #01CD5E);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.27) 100%), #FFF;
}

.single-lote:nth-of-type(3) hr {
  border-color: white !important;
}

/* Terceiro .single-lote */
.single-lote:nth-of-type(4) {
  background: var(--dark-blue);
  border: 0.8px solid rgb(47 71 72);
  ;
}

.single-lote:nth-of-type(4) hr {
  border-color: white !important;
}

.single-lote:nth-of-type(4) .btn {
  border-radius: 8px;
  border: 1px solid rgba(45, 60, 79, 0.00);
  background: rgba(45, 60, 79, 0.25);
  color: white;
}

#trilhas {
  background: var(--Deep-Connection, var(--dark-blue));
  padding: 80px 0 100px;
  color: white;
  text-align: center;
  position: relative;
}

#trilhas:after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 27px;
  background: url('../img/Frame-2401.png');
  bottom: 0;
  left: 0;
}

#trilhas h2 span {
  color: var(--primary-green);
}

#trilhas h3 {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#trilhas .list-trilhas {
  gap: 20px;
  margin-top: 48px;
}

#trilhas .list-trilhas .single-trilha {
  padding: 32px 28px;
  border-radius: 8px;
  text-align: initial;
}

#trilhas .list-trilhas .single-trilha h2 {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  padding: 12px 23px;
  border-radius: 24px;
  border: 1px solid;
  gap: 8px;
  display: flex;
  align-items: center;
  max-width: 130px;
  justify-content: center;
  margin-bottom: 24px;
}

#trilhas .list-trilhas .single-trilha h2 img {
  width: 20px;
  height: 20px;
}

#trilhas .list-trilhas .single-trilha h3 {
  font-family: "Work Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 109.524% */
  text-transform: uppercase;
}

#trilhas .list-trilhas .single-trilha .tags {
  margin-top: 48px;
}

#trilhas .list-trilhas .single-trilha .tags .tag {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 12px;
  border-radius: 25px;
  margin: 4px auto;
  white-space: nowrap;
  display: inline-block;
}

#trilhas .list-trilhas .single-trilha:nth-of-type(1) {
  border: 1px solid #FFF;
  background-color: #2D3C4F;
}

#trilhas .list-trilhas .single-trilha:nth-of-type(1) .tags .tag {
  color: var(--dark-blue);
  border: 1px solid white;
  background: white;
}

#trilhas .list-trilhas .single-trilha:nth-of-type(2) {
  border: 1px solid #000;
  background-color: #01CD5E;
  color: var(--dark-blue);
}

#trilhas .list-trilhas .single-trilha:nth-of-type(2) .tags .tag {
  color: var(--primary-green);
  border: 1px solid var(--dark-blue);
  background: var(--dark-blue);
}

#trilhas .list-trilhas .single-trilha:nth-of-type(3) {
  border: 1px solid #01CD5E;
  background-color: var(--dark-blue);
}

#trilhas .list-trilhas .single-trilha:nth-of-type(3) .tags .tag {
  color: var(--dark-blue);
  border: 1px solid var(--primary-green);
  background: var(--primary-green);
}

#trilhas .list-trilhas .single-trilha:nth-of-type(3) h2 {
  color: var(--primary-green);
}

#trilhas .dados-trilhas {
  margin-top: 64px;
}

#trilhas .dados-trilhas .singleDado img {
  width: 82px;
  height: 82px;
  margin-bottom: 12px;
}

#trilhas .dados-trilhas .singleDado h2 {
  font-size: 52px;
  letter-spacing: -1px;
  margin-top: 12px;
  line-height: 40px;
}

#trilhas .dados-trilhas .singleDado h2 span {
  font-size: 26px;
  font-weight: 500;
  color: white !important;
}

#palestrantes {
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%), #091523;
}

#palestrantes h2 {
  color: #FFF;
  text-align: center;
  font-family: "Work Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}

#palestrantes .list-palestrantes {
  justify-content: space-between;
}

#palestrantes .list-palestrantes .single-palestrante {
  border-radius: 8px;
  border: 0.8px solid var(--Sankhya-Blue, #2D3C4F);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #091523; */
  width: calc(95% - 20px);
  /* margin: auto; */
  color: white;
  margin: 24px auto;
  padding: 32px 24px;
  position: relative;
  min-height: 620px;
}

#palestrantes .list-palestrantes .single-palestrante .icon_more {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  cursor: pointer !important;
}

@media only screen and (min-width: 768px) {
  #palestrantes .list-palestrantes .single-palestrante {
    width: calc(25% - 20px);
  }

  #palestrantes .list-palestrantes .single-palestrante {
    min-height: 520px;
  }
}

#palestrantes .list-palestrantes .single-palestrante .foto-palestrante {
  width: 100%;
  margin-top: 20px;
  /* height: 260px; */
}

#palestranteModal .modal-foto {
  display: block;
  margin: 10px auto 0;
	    width: 250px;
    height: 250px;
    object-fit: cover;
}

#palestranteModal .foto-palestrante {}

#palestrantes .list-palestrantes .single-palestrante h3 img,
#palestranteModal h3 img {
  width: 18px;
  height: 18px;
}

#palestrantes .list-palestrantes .single-palestrante h3,
#palestranteModal h3 {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  border-radius: 24px;
  border: 1px solid white;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-around;

}

#palestranteModal h3 {
  max-width: 100%;
  display: inline-flex;
}

#palestrantes .list-palestrantes .single-palestrante h4,
#palestranteModal h4 {
  margin: 17px 0 8px;
  font-family: "Work Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

#palestrantes .list-palestrantes .single-palestrante h5,
#palestranteModal h5 {
  color: var(--primary-green) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

#sobre-o-evento {
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), #091523;
  color: white;
  overflow: hidden;
}

#sobre-o-evento h2 {
  font-family: "Work Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

#sobre-o-evento p strong {
  color: var(--primary-green);
}

#sobre-o-evento hr {
  margin: 28px 0;
  border-color: var(--primary-green);
}

#sobre-o-evento .thumbnail-video {
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

#sobre-o-evento .texture {
  position: absolute;
  z-index: 3;
  width: 150px;
  right: 0;
  bottom: -10%;
}


#sobre-o-evento .nossos-numeros {
  margin: 80px 0 0;
}

#sobre-o-evento .nossos-numeros h2 {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

#sobre-o-evento .nossos-numeros h2 span {
  color: var(--primary-green);
}

#sobre-o-evento .nossos-numeros .list-numeros {
  gap: 20px;
}

#sobre-o-evento .nossos-numeros .list-numeros .single-numero {
  text-align: center;
}

#sobre-o-evento .nossos-numeros .list-numeros .single-numero h3 {
  font-family: "Work Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}

#sobre-o-evento .nossos-numeros .list-numeros .single-numero h3 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

#sobre-o-evento .nossos-numeros .list-numeros .single-numero img {
  margin: 0 auto 24px;
  width: 56px;
  height: 56px;
}

@media only screen and (min-width: 768px) {

  #sobre-o-evento hr,
  #seja-parte hr {
    max-width: 180px;
  }
}

#seja-parte {
  padding: 80px 0;
  background: #2D3C4F;
  color: white;
}

#seja-parte hr {
  margin-left: initial;
}

#seja-parte h3 {
  font-weight: 400;
  line-height: normal;
}

#seja-parte .row {
  gap: 10px;
}

#seja-parte .btn {
  margin-top: 48px;
}

@media only screen and (max-width: 768px) {
  #seja-parte .single-seja-parte {
    max-width: 90%;
    margin: auto;
  }

  #seja-parte .btn {
    margin-bottom: 24px;
  }
}

#seja-parte .single-seja-parte {
  min-height: 400px;
  border-radius: 8px;
  border: 0.8px solid rgba(206, 212, 218, 0.52);
  background: radial-gradient(61.79% 61.79% at 99.88% 103.39%, rgba(0, 205, 84, 0.60) 0%, rgba(0, 205, 84, 0.00) 100%),
    linear-gradient(180deg, rgba(9, 21, 35, 0.00) 0%, rgba(9, 21, 35, 0.79) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%),
    var(--bg-image);
  background-position: top center;
  background-size: cover;
  position: relative;
}

#seja-parte .single-seja-parte h4 {
  color: white;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  max-width: 60%;
}

#patrocinadores {
  padding: 80px 0;
  background-color: var(--primary-green);
  color: var(--dark-blue);
  text-align: center;
}

#patrocinadores h2 {
  font-family: "Work Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}

#patrocinadores .list-patrocinadores h3 {
  font-family: "Work Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 24px;
}

#patrocinadores .list-patrocinadores {
  border-radius: 32px;
  background: #FFF;
  padding: 32px 42px 48px 42px;
  margin: 10px auto;
}

#patrocinadores .list-patrocinadores .patrocinadores {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

#patrocinadores .list-patrocinadores .patrocinadores img {
  width: 100%;
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
}

@media (min-width: 769px) {
  #patrocinadores .list-patrocinadores .patrocinadores {
    max-width: 800px;
    margin: 0 auto;
  }

  #patrocinadores .list-patrocinadores .patrocinadores a {
    flex: 0 0 calc(25% - 20px);
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  #patrocinadores .list-patrocinadores .patrocinadores a {
    flex: 0 0 calc(50% - 20px);
  }
}

#faq {
  /* background: linear-gradient(180deg, rgba(9, 21, 35, 0.00) 0%, rgba(9, 21, 35, 0.65) 100%), #2D3C4F; */
  /* background: url(../img/bg-faq.png); */
  background: linear-gradient(180deg, rgba(9, 21, 35, 0.00) 0%, rgba(9, 21, 35, 0.65) 100%),
    url('../img/bg-faq.png'),
    #2D3C4F;
  padding: 80px 0;
  color: white;
  background-size: cover;
  background-position: top center;
  /* background-blend-mode: overlay; */
  background-repeat: no-repeat;
}

#faq h2 {
  margin-bottom: 36px;
  font-family: "Work Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}

#faq h2::after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  background: #6C6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#faq #accordion .card-header {
  cursor: pointer;
  border-color: #01CD5E;
  padding: 10px 0;
}

#faq #accordion .card-body {
  padding: 10px 0;
}

#faq .card-header span {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#faq #accordion {
  padding: 22px 20px 48px;
  border-radius: 24px;
  background: rgba(9, 21, 35, 0.60);
}

#faq #accordion .card {
  border: none;
}

#faq #accordion .card,
#faq #accordion .card-header {
  background-color: transparent;
}

#faq #accordion .card h5 span.collapsed img {
  transform: rotate(0);
  filter: none;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(636%) hue-rotate(339deg) brightness(116%) contrast(100%);
}

#faq #accordion .card h5 span img {
  width: 32px;
  height: 32px;
  transition: 0.3s;
  object-fit: contain;
  transform: rotate(45deg);
  filter: brightness(0) saturate(100%) invert(63%) sepia(93%) saturate(2765%) hue-rotate(104deg) brightness(96%) contrast(99%);
}

@media (min-width: 769px) {
  #faq #accordion {
    padding: 22px 42px 48px;
  }
}

#contador {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 62px;
  background-color: var(--primary-green);
  z-index: 999;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
}

#contador h2 {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0;
}

#contador .btn {
  color: white;
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
  padding: 8px 16px;
}

#contador .contador {
  display: flex;
  gap: 48px;
  justify-content: center;
}

#contador .contador span {
  display: block;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Estilo principal do contador */
#contador .contador {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

/* Estilo dos blocos de tempo */
#contador .contador>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 60px;
}

/* Estilo dos números (dias, horas, etc) */
#contador .contador .contador-numero {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

/* Estilo dos labels (dias, horas, etc) */
#contador .contador>div>span:last-child {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

/* Dois-pontos entre os valores */
#contador .contador>div:not(:last-child) .contador-numero::after {
  content: ':';
  position: absolute;
  right: -35px;
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
  #contador .contador {
    gap: 20px;
  }

  #contador .contador .contador-numero {
    font-size: 24px;
    line-height: 24px;
  }

  #contador .contador>div:not(:last-child) .contador-numero::after {
    font-size: 24px;
    right: -25px;
  }
}

/* Estilo para evento encerrado */
.evento-encerrado {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4CAF50;
  text-align: center;
  padding: 10px;
}

@media (max-width: 769px) {
  #contador {
    height: 220px;
  }

  #contador .row {
    gap: 18px;
    text-align: center;
  }
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li#mega-menu-item-155>a.mega-menu-link {
  height: 40px;
  line-height: 40px;
}

.navbar {
  background: linear-gradient(180deg, #091523 54.23%, rgba(9, 21, 35, 0.00) 96.15%);
  transition: .3s;
}

/* @media (min-width: 769px) { */
.navbar {
  top: 39px;
}

.navbar.sticky {
/*   top: 0; */
    background: #091523 !important;
}

/* } */

#aviso-localizacao {
/*   position: absolute; */
	position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--Sankhya-Blue, #2D3C4F);
  padding: 10px 0;
}

#aviso-localizacao .content-localizacao {
	gap: 75px;
}


/*  */

.content-localizacao {
  overflow: hidden;
/*   padding: 8px 0; */
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  width: fit-content;
  animation: marquee 20s linear infinite;
}

.marquee-content {
    display: flex;
    gap: 75px;
/* 	padding-right: 2rem; */
}
  
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*  */

#aviso-localizacao span {
  margin: auto;
  color: white;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer-area a {
  display: block;
  text-decoration: none !important;
  margin: 12px auto;
}

#footer-area .socials {
  text-align: center;
}

#footer-area .socials a {
  display: initial;
}

.close-modal {
  width: 20px;
  height: 20px;
}

.modal-header button {
  opacity: 1 !important;
}

.modal-header button:focus {
  outline: none !important;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-footer {
  border-top: 0 !important;
}

.modal-footer a {
  border: none;
  margin: auto;
}

.modal-open .modal-backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(5, 8, 11, 0.7);
  opacity: 1 !important;
}

.modal-content {
  border-radius: 8px;
  border: 0.8px solid var(--Sankhya-Blue, #2D3C4F);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #091523;
}

.modal-body {
  max-height: 70vh;
  overflow: overlay;
  color: white;
  text-align: center;
}

/* Adicione ao seu CSS */
body.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* Opcional: para evitar pequenos deslocamentos em mobile */
html.modal-open {
  overflow: hidden;
}

#realizacao {
  background: url('../img/bg-realizacao.png');
  padding: 80px 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

#realizacao h2 {
  color: var(--Deep-Connection, #091523);
  text-align: center;
  font-family: "Work Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

#realizacao .list-realizadores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  #realizacao .list-realizadores {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

#realizacao .list-realizadores .single-realizador img {
  width: 100%;
}

@media (min-width: 576px) {
    #headerNavbar #mega-menu-primary_menu {
        max-width: 540px;
		padding: 0;
    	margin: auto;
    }
}
@media (min-width: 768px) {
    #headerNavbar #mega-menu-primary_menu {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #headerNavbar #mega-menu-primary_menu {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
#headerNavbar #mega-menu-primary_menu {
        max-width: 1140px;
    }
}

.sticky #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link {
	height: 90px;
	line-height: 90px;
	transition: .3s;
}




.sticky #mega-menu-wrap-primary_menu li.mega-menu-item img.mega-menu-logo {
	max-width: 75% !important;
    max-height: 100px;
	transition: .3s;
    object-fit: contain;
}

#videoModal .modal-content {
  background: #000;
  border: none;
  height: 100vh;
  max-height: 100vh;
  border-radius: 0;
}

#videoModal .modal-body {
  padding: 0;
  height: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modalPatrocinador .modal-header {
	padding-bottom: 0;
}

#modalPatrocinador .modal-header button {
	padding: 1rem 2rem 0;
	position: relative;
    z-index: 999;
}

#modalPatrocinador .modal-body {
    padding: 0;
    margin-top: -0.4rem;
}

#modalPatrocinador .modal-body,
#modalPatrocinador .modal-body iframe {
	min-height: 90vh;
}

#modalPatrocinador .modal-content {
	background: white;
    border-color: white;
}

#modalPatrocinador .icon_close {
	filter: brightness(0) saturate(100%);
	max-width: 20px;
}

#_form_690_ {
	margin: 0 !important;
}

body.modal-open {
  overflow: visible;
}