:root {
  --cor-2_b: #7fdcd2;
  --cor-2: #3ca6a6;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  background-color: #52a7aa;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.block-king {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-king.bk-internas {
  overflow: hidden;
}

.code-embed {
  display: block;
}

.section-hero {
  background-color: #000408;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  max-height: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.sh-interna {
  height: 21.5rem;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.section-hero.sh-blog {
  height: 17rem;
  min-height: auto;
  max-height: none;
}

.box-hero-down {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  min-width: 1300px;
  display: flex;
  position: relative;
}

.box-hero-down.bhd-2.bhd-rotate {
  opacity: .5;
  filter: grayscale();
  mix-blend-mode: soft-light;
  align-items: flex-start;
  position: absolute;
}

.box-hero-up {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 7vh;
}

.image-hero {
  z-index: 10;
  mix-blend-mode: luminosity;
  background-color: #00506b00;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 16rem;
  height: 26vh;
  margin-left: .5rem;
  margin-right: .5rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
  box-shadow: 0 2px 30px 5px #00000075;
}

.image-hero:hover {
  mix-blend-mode: difference;
}

.image-hero.ih-2 {
  width: 100%;
  min-width: 15rem;
  height: 23vh;
}

.image-hero.ih-3 {
  box-shadow: none;
  width: 100%;
  min-width: 14rem;
  height: 21vh;
}

.image-hero.ih-4 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 15rem;
  height: 23vh;
}

.image-hero.ih-rotate {
  transform-style: preserve-3d;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(180deg);
}

.section-2 {
  height: 800px;
  position: relative;
}

.box-content-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-width: 750px;
  display: flex;
  position: relative;
}

.h1-hero {
  color: #ffffffe3;
  text-align: center;
  letter-spacing: 3px;
  width: 70%;
  min-width: 600px;
  margin-top: 0;
  margin-bottom: 1vh;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.bold-text {
  letter-spacing: 3px;
  font-size: 2.5rem;
  display: inline-block;
  position: relative;
}

.navbar-logo-center {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1300px;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-wrapper-three {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  mix-blend-mode: normal;
  position: relative;
}

.nav-menu-wrapper-three {
  border-top: 1px solid #043838;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1150px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-link {
  color: #7fdcd2;
  text-align: center;
  letter-spacing: 2.5px;
  border-radius: 100px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .75rem 1rem;
  font-size: .85rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.nav-link:hover {
  color: #d7e2e1;
  -webkit-text-stroke-width: .1px;
  background-image: radial-gradient(circle, #18726c, #064147);
  border-radius: 100px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  mix-blend-mode: normal;
  width: 18rem;
  position: relative;
}

.h2-hero {
  color: var(--cor-2_b);
  text-align: center;
  letter-spacing: .5px;
  border-top: 1px solid #043838;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: .5vh;
  padding-left: 8rem;
  padding-right: 8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.75rem;
  position: relative;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  width: 40%;
  min-width: 500px;
  margin-top: 1vh;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 1.2;
  position: relative;
}

.ih-int {
  opacity: .45;
  background-image: url('../images/lideranca-colaboracao-setor-publico.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.ih-int.ih-int-2 {
  background-image: url('../images/colaboracao-diversidade-setor-publico-reuniao.avif');
  background-position: 90% 40%;
}

.ih-int.ih-int-3 {
  background-image: none;
}

.ih-int.ih-int-4, .ih-int.ih-int-3 {
  background-image: url('../images/servidora-publica-fachada-predio-institucional.avif');
  background-position: 15%;
  background-size: cover;
}

.ih-int.ih-int-5 {
  background-image: url('../images/profissionais-setor-publico-reuniao.avif');
  background-position: 65%;
  background-size: cover;
}

.ih-int.ih-int-4 {
  background-image: url('../images/servidora-publica-fachada-predio-institucional.avif');
  background-position: 0%;
  background-size: cover;
}

.ih-int.ih-int-3 {
  background-image: url('../images/profissional-setor-publico-cafe-smartphone.avif');
  background-position: 90% 40%;
}

.block-down {
  justify-content: center;
  align-items: flex-end;
  height: 80%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.down-cor-2 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #05e5c859, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
  top: -4rem;
  bottom: auto;
  left: auto;
}

.down-cor-3 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #05e5c859, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
}

.up-cor-1 {
  filter: blur(6.25rem);
  background-image: radial-gradient(circle, #035a4e59, #002b36 73%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: -11.5rem;
  left: -6.625rem;
}

.up-cor--2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.block-absolut-colors {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.up-cor {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.up-cor-2-copy {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #05e5c859, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
  top: -2.4375rem;
  left: -3.3125rem;
}

.up-cor--3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.block-transparence {
  width: 100%;
  height: 100%;
  position: relative;
}

.down-cor-1 {
  filter: blur(6.25rem);
  background-image: radial-gradient(circle, #04101d54 8%, #002b36 98%);
  border-top-right-radius: 12.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: -14.125rem;
  left: -7.8125rem;
}

.down-cor-1.dc1-2 {
  background-image: none;
}

.down-cor {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.down-cor.dc-4 {
  display: none;
}

.up-cor-2 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #de00f670, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
  top: -2.4375rem;
  left: -3.3125rem;
}

.up-cor-2.oc2-2 {
  background-image: linear-gradient(167deg, #00515870, #fff0 71%);
}

.down-cor--2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.block-up {
  justify-content: center;
  align-items: flex-start;
  height: 80%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.down-cor--3 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.box-h1-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-h2-hero {
  position: relative;
  overflow: hidden;
}

.link-block {
  padding: .5rem 2rem;
}

.button {
  color: #121f31;
  letter-spacing: 1px;
  background-color: #acc712;
  border-radius: 100px;
  margin-top: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  bottom: -1.5rem;
}

.button:hover {
  color: #d4d4d4;
  background-color: #c71291;
}

.button.b-2 {
  margin-top: 0;
}

.button.b-3 {
  align-self: flex-start;
}

.button.b-internas {
  text-align: center;
  margin-top: 0;
  bottom: 0;
}

.square-logo-over {
  opacity: .16;
  mix-blend-mode: hard-light;
  background-image: url('../images/logo-encp.png');
  background-position: 20% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20rem;
  height: 30rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.square-logo-over-2 {
  opacity: .23;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: absolute;
  inset: -15% -5% auto auto;
  transform: rotate(55deg);
}

.circle {
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #72bed3;
  align-self: center;
  width: 70%;
  height: 70%;
  position: absolute;
  inset: -17% 0% 0% 7%;
}

.circle-2 {
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #72bed3;
  align-self: center;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: 0%;
}

.section-two {
  background-color: #000408;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #fffc;
  position: absolute;
  inset: 0%;
}

.bg-image-section-two {
  opacity: .08;
  background-color: #fff0;
  background-image: url('../images/bg-encp_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.block-center-s-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.paragraph {
  z-index: 1;
  color: var(--cor-2_b);
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid #043838;
  align-self: center;
  width: 60%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
}

.paragraph.p-programacao {
  text-align: left;
  align-self: flex-start;
  width: 90%;
  margin-bottom: 0;
}

.paragraph.p-aracaju {
  color: #fff;
  text-align: left;
  border-top-color: #449ca8;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.heading {
  z-index: 1;
  color: #ffffffe3;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading.h-programacao {
  width: 100%;
  padding-bottom: .8rem;
}

.heading.h-aracaju {
  width: 100%;
}

.box-content-c-two {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.circle-sobre {
  background-color: #0f446933;
  border: 1px solid #32e7ff;
  border-left-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  width: 45%;
  height: 23rem;
  position: relative;
}

.circle-sobre.cs-right {
  border-left-style: solid;
  border-right-style: none;
  border-radius: 500px 0 0 500px;
}

.div-block-5 {
  background-color: #0f4469;
  border-top-left-radius: 500px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 500px;
  width: 40%;
  height: 100%;
  position: relative;
}

.box-title-text-c-two {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-7 {
  filter: blur(100px);
  background-image: radial-gradient(circle, #012f2c, #00070a);
  width: 50rem;
  height: 15rem;
  position: absolute;
}

.circle-sobre-int {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-sobre-int.csi-right {
  border-radius: 500px 0 0 500px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4rem;
  padding-right: 0;
}

.box-bullet {
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.box-bullet.bb-right {
  justify-content: flex-start;
  align-items: center;
}

.text-sobre-2 {
  color: #ffffffd6;
  text-align: right;
  letter-spacing: 2px;
  width: 60%;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.3;
  position: relative;
}

.text-sobre-2.ts2-right {
  text-align: left;
}

.div-block-10 {
  background-color: #001516;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.div-block-11 {
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-three {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bg-s-three {
  z-index: 1;
  background-image: radial-gradient(circle at 25% 60%, #0000, #000f11 66% 103%);
  border: 1px solid #32e7ff00;
  border-bottom-style: none;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50%;
  max-width: 600px;
  height: 650px;
  margin-right: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px 19px #0003;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-right-s-three {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 80%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.section-four {
  background-color: #0c7583;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 700px;
  display: block;
  position: relative;
}

.block-for-h2 {
  align-self: center;
  position: relative;
  overflow: hidden;
}

.block-for-h2.bfh2-s-three {
  align-self: flex-start;
  min-width: 600px;
}

.block-for-paragraph {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-for-paragraph.bfp-s-three {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 600px;
}

.div-block-16 {
  width: 80%;
  position: relative;
  overflow: hidden;
}

.image-programacao {
  z-index: 10;
  mix-blend-mode: luminosity;
  background-color: #00506b00;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  min-width: 16rem;
  height: 35vh;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
  box-shadow: 0 2px 30px 5px #00000075;
}

.image-programacao:hover {
  mix-blend-mode: difference;
}

.image-programacao.ih-2 {
  width: 100%;
  min-width: 15rem;
  height: 30vh;
}

.image-programacao.ih-3 {
  box-shadow: none;
  width: 100%;
  min-width: 14rem;
  height: 25vh;
}

.image-programacao.ih-4 {
  width: 100%;
  min-width: 15rem;
  height: 30vh;
}

.image-programacao.ih-rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(180deg);
}

.ip-int {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  max-width: none;
  height: 100%;
  margin-bottom: -5px;
  position: relative;
}

.ip-int.ih-int-2 {
  background-image: url('../images/colaboracao-diversidade-setor-publico-reuniao.avif');
  background-position: 90% 40%;
}

.ip-int.ih-int-3 {
  background-image: none;
}

.ip-int.ih-int-4, .ip-int.ih-int-3 {
  background-image: url('../images/servidora-publica-fachada-predio-institucional.avif');
  background-position: 15%;
  background-size: cover;
}

.ip-int.ih-int-5 {
  background-image: url('../images/profissionais-setor-publico-reuniao.avif');
  background-position: 65%;
  background-size: cover;
}

.ip-int.ih-int-4 {
  background-image: url('../images/servidora-publica-fachada-predio-institucional.avif');
  background-position: 5%;
  background-size: cover;
}

.ip-int.ih-int-3 {
  background-image: url('../images/profissional-setor-publico-cafe-smartphone.avif');
  background-position: 90% 40%;
}

.down-cor-2-2 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #de00f670, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
  bottom: -16.625rem;
  left: auto;
}

.box-link-menu {
  margin-left: .5rem;
  margin-right: .5rem;
  position: relative;
}

.down-cor-3-2 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #eaff08a3, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
}

.up-cor-1-2 {
  filter: blur(6.25rem);
  background-image: radial-gradient(circle, #05e5c859, #002b36 73%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: -11.5rem;
  left: -6.625rem;
}

.line-down-nav {
  background-color: #db0066;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: .15rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 2px .3125rem #0003;
}

.paragraph-5 {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}

.section-footer {
  background-color: #0b2947;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.block-absolut-colors-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.block-insta-button {
  border: .0625rem solid #fff0;
  border-radius: 3.125rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 1.875rem;
  margin-bottom: 2.525rem;
  margin-right: .1375rem;
  padding: 1.25rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% -2.5rem auto;
  transform: scale(.95);
}

.block-insta-button:hover {
  background-color: #ffffff17;
  border-color: #fff;
}

.up-cor-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.up-cor-2-copy-2 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #eaff08a3, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
  top: -2.4375rem;
  left: -3.3125rem;
}

.link-block-5 {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-top: .625rem;
  text-decoration: none;
}

.bold-text-4 {
  width: 50%;
}

.logo-footer {
  width: 100%;
  position: relative;
}

.div-block-128 {
  border-bottom: .0625rem solid #fff3;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: .5rem;
  padding-bottom: .3125rem;
  font-size: .9375rem;
  display: flex;
  position: relative;
}

.link-block-12 {
  opacity: .85;
  background-color: #fff;
  background-image: url('../images/vipmar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.down-cor-1-2 {
  filter: blur(6.25rem);
  background-image: radial-gradient(circle, #d0ff0054 8%, #002b36 98%);
  border-top-right-radius: 12.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: -14.125rem;
  left: -7.8125rem;
}

.link-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  display: flex;
  position: relative;
}

.text-block-55 {
  color: #fff;
  letter-spacing: .04375rem;
  margin-right: .625rem;
  font-size: .8125rem;
  font-weight: 300;
  line-height: .9375rem;
  position: relative;
}

.div-block-154 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-34 {
  color: #fff;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.div-block-129 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 9.375rem;
  padding: 0;
  display: flex;
  position: relative;
}

.link-block-4.w--current {
  background-color: #0000;
  width: 25rem;
  height: 9.375rem;
  position: relative;
}

.text-block-60 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
}

.link {
  color: #fff;
  letter-spacing: .05rem;
  margin-left: .6rem;
  margin-right: .6rem;
  padding: 20px;
  font-size: .9rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.image-35 {
  opacity: .8;
  width: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
  top: auto;
}

.div-block-227 {
  width: 15.625rem;
  height: 4.375rem;
  display: none;
  position: absolute;
  inset: auto 3.125rem 3.125rem auto;
}

.link-block-17 {
  filter: blur(.03125rem);
  background-image: url('../images/instagram-white_1instagram-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5625rem;
  height: 1.5625rem;
  transition: all .2s;
}

.link-block-17:hover {
  transform: scale(1.1);
}

.paragraph-4 {
  letter-spacing: .0625rem;
  font-size: .9375rem;
  line-height: 1.375rem;
}

.div-block-130 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-top: 1.25rem;
  display: flex;
}

.div-block-131 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 0;
  padding-bottom: 3.125rem;
  display: flex;
  position: relative;
}

.bold-text-5 {
  color: var(--cor-2_b);
  position: relative;
}

.bg-image-section-four {
  opacity: .2;
  background-color: #fff0;
  background-image: url('../images/aracaju-vista-aerea-orla-cidade.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
  position: absolute;
  inset: 0%;
}

.block-center-s-four {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.box-content-s-four {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80%;
  padding-left: 8rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.box-images-s-four {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 765px;
  height: 100%;
  display: flex;
  position: relative;
}

.image-s-four {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 18rem;
  display: flex;
  position: absolute;
  inset: -1% auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 19px 6px #0003;
}

.image-s-four.isf-2 {
  width: 19rem;
  height: 19rem;
  inset: -4% 2% auto auto;
}

.image-s-four.isf-3 {
  z-index: 1;
  inset: auto 1% -2% auto;
}

.image-s-four.isf-4 {
  width: 17rem;
  height: 17rem;
  inset: auto auto 2% 2%;
}

.image-s-four.isf-5 {
  width: 14rem;
  height: 14rem;
  inset: auto auto 20% 38%;
}

.image-s-four.isf-6 {
  width: 13rem;
  height: 13rem;
  top: 13%;
  left: 35%;
}

.image-36 {
  opacity: .67;
  transition: all .5s;
  position: relative;
}

.image-36:hover {
  opacity: 100;
  transform: rotate(-2deg)scale(1.1);
}

.image-37 {
  opacity: .6;
  filter: invert();
  mix-blend-mode: hard-light;
  width: 5rem;
  position: relative;
}

.image-37.i37-2 {
  width: 4.3rem;
}

.list-item {
  position: relative;
}

.div-block-228 {
  filter: blur(50px);
  background-image: linear-gradient(#a0fff6, #fff0);
  width: 100%;
  height: 5%;
  position: absolute;
  inset: -3% 0% auto;
}

.block-aside {
  background-color: #0000;
  border-bottom: .0625rem solid #009144;
  border-right: .0625rem solid #009144;
  height: 11.25rem;
  margin-left: 1.875rem;
}

.block-aside.data {
  background-color: #fff;
  border-bottom-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 1px 1.25rem .0625rem #00000026;
}

.block-aside.data.internas {
  opacity: 1;
  background-color: #fff0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 250px;
  padding-bottom: 2rem;
  position: relative;
  transform: scale(.9);
}

.block-aside.data.internas-programa {
  background-color: #fff0;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 1rem;
  padding-bottom: 2rem;
  position: relative;
  transform: none;
}

.section-10 {
  background-color: #f7ffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.box-maps {
  mix-blend-mode: multiply;
  background-image: url('../images/maps-sales-multieventos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1px;
  align-self: flex-start;
  width: 95%;
  height: 10rem;
  margin-bottom: .5rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.box-maps:hover {
  box-shadow: 0 1px 10px 2px #0003;
}

.block-platina {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.25rem .625rem;
  display: none;
}

.realizacao---1 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 4rem;
  margin-left: .625rem;
  margin-right: .625rem;
  transition: filter .6s;
  display: flex;
}

.realizacao---1:hover {
  filter: grayscale();
}

.rich-text-block-2 {
  color: #000;
  text-align: left;
  letter-spacing: .02rem;
  font-size: 1.2rem;
  line-height: 2.3rem;
  position: relative;
}

.diamante {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 9rem;
  margin: .5rem .6rem;
  padding: 1rem .5rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.diamante:hover {
  filter: grayscale();
}

.diamante.d-caixa {
  width: 24rem;
  height: 8rem;
  display: flex;
}

.diamante.d-caixa:hover {
  filter: none;
}

.div-block-menor-organizacao {
  border-top: .0625rem solid #e7e7e7;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-top: .3125rem;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: .5rem .625rem;
  display: flex;
}

.montanha-right {
  background-color: #ec9b30;
  background-image: linear-gradient(#e28a38b3, #fff), url('../images/elemento-orange-circle-2.png');
  background-position: 0 0, 50%;
  background-size: auto, 1px;
  border-top-left-radius: 5000%;
  width: 90%;
  height: 18rem;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 -20px 20px 5px #0003;
}

.montanha-right.mr-internas {
  border-top-left-radius: 500%;
  height: 8rem;
}

.block-diamante {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: none;
}

.div-block-223 {
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  width: 90%;
  margin-bottom: 1rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: relative;
}

.bold-text-13 {
  font-size: 1rem;
  font-style: normal;
}

.ouro {
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin: 1rem;
  padding: .5rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.ouro:hover {
  filter: grayscale();
}

.ouro.o-bb {
  width: 17rem;
  display: flex;
}

.ouro.spa {
  width: 4.6875rem;
  height: 5rem;
}

.ouro.o_fcx {
  width: 5.3125rem;
}

.ouro.o-banco-nordeste {
  width: 20rem;
}

.text-block-61 {
  color: #fff;
  letter-spacing: .165rem;
  -webkit-text-stroke-width: .0125rem;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 600;
  position: relative;
}

.down-cor-3-3 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #eaff08a3, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
}

.div-block-281 {
  margin-top: 2rem;
  position: relative;
}

.up-cor-1-3 {
  filter: blur(6.25rem);
  background-image: radial-gradient(circle, #05e5c859, #002b36 73%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: -11.5rem;
  left: -6.625rem;
}

.paragraph-6 {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}

.div-block-306 {
  align-self: center;
  width: 90%;
  position: relative;
}

.box-hoteis-home {
  background-color: #ffb332;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.box-hoteis-home:hover {
  outline-offset: 0px;
  outline: 2px solid #c000b3;
}

.text-block-51 {
  filter: blur(.03125rem);
  color: #fff;
  text-align: center;
  letter-spacing: .3125rem;
  margin-top: -.7rem;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.section-7 {
  background-color: #002b36;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.b-green {
  background-color: #20847a;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-37 {
  color: #747474;
  width: 70%;
  margin-top: .625rem;
  padding-left: .875rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5625rem;
}

.block-absolut-colors-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-288 {
  background-color: #0000;
  width: 100%;
  margin-top: -3.125rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.div-block-288.internas-2 {
  background-color: #fafafa;
  width: 25%;
  margin-top: 0;
  padding-left: 1.875rem;
  display: none;
}

.image-6 {
  position: relative;
}

.bold-text-12 {
  font-size: 4rem;
  line-height: .6;
  position: relative;
}

.text-block-6 {
  color: #474747;
  letter-spacing: .05rem;
  border-bottom: .0625rem solid #eee;
  width: 95%;
  margin-top: .5rem;
  margin-right: .9375rem;
  padding-bottom: .625rem;
  font-size: .85rem;
  font-style: italic;
  line-height: 1.3rem;
  position: relative;
}

.block-month-button {
  z-index: 1;
  background-image: linear-gradient(#0000, #01121a 93%);
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.gradiente-montanhas {
  opacity: .9;
  filter: blur(30px);
  background-image: radial-gradient(circle, #fff 52%, #fff0);
  width: 25rem;
  height: 14rem;
  position: absolute;
  inset: auto -14% -79% auto;
}

.text-block-56 {
  font-size: .75rem;
}

.prata {
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  margin: .5rem 1rem;
  padding: .5rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.prata:hover {
  filter: grayscale();
}

.prata.p-sergipe {
  width: 27rem;
}

.div-block-menor-idealizacao {
  border-top: .0625rem solid #e7e7e7;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-top: .3125rem;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: .5rem .625rem;
  display: flex;
}

.div-block-300 {
  background-color: #0000;
  background-image: url('../images/centro-de-eventos-01_1centro-de-eventos-01.webp');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 5rem;
}

.div-block-300.ce3 {
  background-image: url('../images/centro-de-eventos-03_1centro-de-eventos-03.webp');
  background-size: 10.1875rem;
}

.div-block-300.ce2 {
  background-image: url('../images/centro-de-eventos-02_1centro-de-eventos-02.webp');
  background-size: 37.5rem;
}

.block-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.block-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.div-block-realizacao-geral {
  border: 0 solid #f1f1f1;
  border-bottom-width: .0625rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: .3125rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.block-detalhes {
  align-items: flex-start;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.block-content-second {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.up-cor-3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.up-cor-2-copy-3 {
  filter: blur(6.25rem);
  background-image: linear-gradient(167deg, #eaff08a3, #fff0 71%);
  border-bottom-right-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  width: 120%;
  height: 80%;
  position: relative;
  top: -2.4375rem;
  left: -3.3125rem;
}

.block-natal-te-espera {
  background-color: #0000;
  border: .0625rem #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 17.65rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-282 {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-right: .5rem;
  display: flex;
  position: relative;
}

.div-block-127 {
  background-image: url('../images/logo-14-enmc-natal-2025-horizontal-positivo_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.text_detalhes {
  color: #252525;
  letter-spacing: .03125rem;
  width: 40%;
  min-width: 6.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.heading-19-copy {
  color: #474747;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: .3125rem;
  padding: .3125rem 1.25rem;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
}

.brand {
  z-index: 10;
  background-image: url('../images/logo-enmc-2025.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16vw;
  min-width: 10rem;
  max-width: 16rem;
  height: 6vw;
  padding-bottom: 0;
}

.brand.w--current {
  width: 18rem;
  min-width: 18rem;
  height: 6rem;
  top: 0;
}

.block-local-do-evento {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  display: flex;
  position: relative;
}

.box-text-image-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-second {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-idealizacao {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1.25rem 2rem;
  display: flex;
}

.div-block-307 {
  border-bottom: .0625rem solid #fff3;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: .3125rem;
  font-size: .9375rem;
  display: flex;
  position: relative;
}

.div-block-277 {
  position: relative;
}

.div-block-realizacao {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1.25rem 2rem;
  display: flex;
}

.link-block-18 {
  opacity: .85;
  background-color: #fff;
  background-image: url('../images/vipmar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.block-transparence-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  margin-left: .625rem;
  margin-right: .625rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .95rem;
  font-weight: 600;
}

.nav-link-2.w--current {
  color: #fff;
}

.block-logos-patrocinios {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  padding: 3.125rem;
  display: none;
}

.block-1-text-image-content {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  display: flex;
  position: relative;
}

.patrocinio {
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 4.5rem;
  margin: 1rem .625rem 1rem .5rem;
  padding: .5rem;
  transition: filter .6s;
  display: flex;
}

.patrocinio:hover {
  filter: grayscale();
}

.patrocinio.p-sebrae {
  display: flex;
}

.div-block-222 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: relative;
}

.image-42 {
  border-radius: 1px;
  display: inline-block;
  position: relative;
}

.montanha-left {
  background-color: #e94d4d;
  background-image: linear-gradient(#fa7901b3, #fff), url('../images/elemento-orange-circle-2.png');
  background-position: 0 0, 50%;
  background-size: auto, 1px;
  border-top-right-radius: 500%;
  width: 60%;
  height: 20rem;
  position: absolute;
  left: 0;
  box-shadow: -20px -20px 17px 2px #0003;
}

.montanha-left.ml-internas {
  border-top-right-radius: 500%;
  height: 9rem;
}

.link-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  display: flex;
  position: relative;
}

.text_detalhes-2 {
  color: #4e4e4e;
  letter-spacing: .03125rem;
  width: 60%;
  min-width: auto;
  font-size: 1rem;
}

.box-menu {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 1100px;
  height: 7.5rem;
  display: flex;
  position: absolute;
}

.block-patrocinio-institucional {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: none;
}

.div-block-275 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-28 {
  color: #20474e;
  letter-spacing: .75px;
  -webkit-text-stroke-width: .75px;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.8125rem;
  position: relative;
}

.div-block-296 {
  background-color: #0000;
  align-items: center;
  height: 5rem;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.box-link-menu-2 {
  margin-left: .5rem;
  margin-right: .5rem;
  position: relative;
}

.image-3 {
  width: 95%;
  max-width: 95%;
  position: relative;
}

.text-block-62 {
  color: #fff;
  letter-spacing: .04375rem;
  margin-right: .625rem;
  font-size: .8125rem;
  font-weight: 300;
  line-height: .9375rem;
  position: relative;
}

.div-block-278 {
  opacity: .1;
  background-image: url('../images/elemento-orange-circle-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-308 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-22 {
  color: #20474e;
  letter-spacing: .0625rem;
  text-transform: none;
  align-self: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}

.heading-22.h-hoteis {
  color: #db0066;
  text-align: center;
  -webkit-text-stroke-width: .2px;
  text-shadow: 0 6px 20px #fbff00;
  align-self: center;
  height: 100%;
}

.heading-38 {
  color: #fff;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.block-hoteis-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.start-up {
  justify-content: center;
  align-items: center;
  width: 5.9375rem;
  margin: .9375rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.start-up:hover {
  filter: grayscale();
}

.p-institucional {
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin: .5rem;
  padding: 1rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.p-institucional:hover {
  filter: grayscale();
}

.div-block-menor-patrocinio {
  border-top: .0625rem solid #e7e7e7;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: .3125rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .625rem;
  display: flex;
}

.div-block-286 {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.block-absolut-image {
  position: absolute;
  inset: 0%;
}

.text-block-52 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  font-weight: 400;
  line-height: .8;
  display: flex;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(301deg, #005206, #007e04);
  border: .0625rem solid #0000;
  min-width: 8.75rem;
  margin-right: .375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .75rem;
  transition: color .1s, background-color .4s;
}

.button-4:hover {
  color: #fff;
  background-color: #727272;
  background-image: linear-gradient(301deg, #a70000, #f00404);
}

.button-4.endereco {
  margin-top: 1.0625rem;
  display: none;
}

.div-block-309 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 3rem;
  display: flex;
}

.link-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 9.375rem;
  padding: 0;
  display: flex;
}

.link-block-20.w--current {
  background-color: #0000;
  width: 25rem;
  height: 9.375rem;
}

.heading-19-copy-2 {
  color: #fff;
  letter-spacing: .3125rem;
  text-transform: uppercase;
  background-color: #494949;
  margin-top: 0;
  margin-bottom: .1875rem;
  padding: .1875rem .625rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.25rem;
  position: relative;
}

.heading-19-copy-2.h-startup {
  color: #fff;
  background-color: #000;
}

.heading-19-copy-2.h_platina {
  color: #fff;
  background-color: #00975e;
}

.heading-19-copy-2.h-p_insti {
  color: #4b4b4b;
  letter-spacing: .2rem;
  background-color: #f7f7f7;
  font-weight: 700;
}

.heading-19-copy-2.h_diamante {
  color: #fff;
  background-color: #11adab;
}

.heading-19-copy-2.h_prata {
  color: #000;
  background-color: #dadada;
}

.heading-19-copy-2.h_cobre {
  color: #fff;
  background-color: #b19411;
}

.heading-19-copy-2.h_paladio {
  color: #fff;
  background-color: #cc8c24;
}

.heading-19-copy-2.h_ouro {
  color: #000;
  background-color: #dfdc22;
}

.box-image-content-interna {
  z-index: 1;
  box-shadow: none;
  background-color: #000606;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 49vw;
  min-width: 815px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #acacac;
  text-align: justify;
  margin-top: .6875rem;
  margin-bottom: 1.25rem;
  line-height: 1.5625rem;
}

.text-block-63 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 700;
  position: relative;
}

.bg-duna-hoteis-home {
  opacity: .15;
  background-image: url('../images/dunas-natal-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.block-3-text-image-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.div-block-menor-apoio {
  border-top: .0625rem solid #ededed;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: .3125rem;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem .5rem;
  display: flex;
}

.bg-image {
  opacity: .05;
  background-image: url('../images/dunas-natal-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image.bd-internas {
  opacity: .05;
  background-attachment: fixed;
  display: none;
}

.text-block-53 {
  color: #474747;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  position: relative;
}

.text-block-53.tb53-local {
  width: 95%;
  margin-top: .5rem;
  font-size: .95rem;
  line-height: 1.6;
}

.div-block-apoio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.25rem .5rem;
  display: flex;
}

.block-slide-interna {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-47 {
  opacity: .8;
  width: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
  top: auto;
}

.block-ouro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: none;
}

.div-block-patrocinio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.25rem .5rem;
  display: none;
}

.heading-35 {
  color: #0040cf;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.div-block-310 {
  width: 15.625rem;
  height: 4.375rem;
  position: absolute;
  inset: auto 3.125rem 3.125rem auto;
}

.block-paladio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: none;
}

.link-block-21 {
  filter: blur(.03125rem);
  background-image: url('../images/instagram-white_1instagram-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5625rem;
  height: 1.5625rem;
  transition: all .2s;
}

.link-block-21:hover {
  transform: scale(1.1);
}

.idealizacao-1 {
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3.75rem;
  margin-left: .625rem;
  margin-right: .625rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.idealizacao-1:hover {
  filter: grayscale();
}

.box-text-content-interna {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 49vw;
  min-width: 815px;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.div-block-121 {
  background-color: #0000;
  border-right: .0625rem #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.box-image-hoteis-home {
  width: 60%;
  height: 100%;
  margin-left: .5rem;
  position: relative;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  min-width: 715px;
  display: flex;
}

.button-inscreva-se {
  background-color: #db0066;
  border: .125rem solid #fff;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 12rem;
  min-width: 135px;
  height: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.platina {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 8.5rem;
  min-height: 3.125rem;
  margin: .5rem 1rem;
  padding: 1rem .5rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.platina:hover {
  filter: grayscale();
}

.platina.nic {
  background-color: #f7f7f7;
}

.block-elements-up {
  width: 100%;
  height: 3rem;
  position: relative;
  top: -5rem;
}

.section-hero-2 {
  background-color: #002b36;
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero-2.sh-interna {
  height: 420px;
  display: none;
}

.bracos-abertos {
  filter: blur(.03125rem);
  color: #c900cf;
  text-align: center;
  letter-spacing: .3125rem;
  background-color: #e9af00;
  border-radius: 1px;
  margin-top: 0;
  padding: 0 1rem;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.block-detalhes-evento {
  opacity: .9;
  background-color: #fff;
  border: .0625rem #000;
  width: 100%;
  height: auto;
  margin-left: 1.875rem;
  padding: 2rem .625rem 0 1.875rem;
  position: relative;
}

.block-start-up {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: none;
}

.navbar {
  background-color: #ddd0;
  position: relative;
  inset: 0% 0% auto;
}

.block-2-text-image-content {
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  margin-top: 0;
  padding: 0 1.25rem 1.25rem;
  display: flex;
  position: relative;
}

.div-block-118 {
  position: relative;
  overflow: hidden;
}

.image-48 {
  opacity: .87;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 20px 9px #ffffff17;
}

.block-prata {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: none;
}

.link-3 {
  color: #20474e;
  letter-spacing: .2px;
  align-self: flex-start;
  margin-top: 1rem;
  padding-left: .5rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.box-apoio {
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 6rem;
  margin: 1rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.box-apoio:hover {
  filter: grayscale();
}

.box-apoio.ba-abracicon {
  width: 10rem;
}

.box-apoio.ba-fbc {
  width: 6.5rem;
}

.box-apoio.ba-80 {
  width: 7rem;
  height: 4.8rem;
}

.box-apoio.ba-rgb {
  width: 8.5rem;
}

.div-block-219 {
  height: 9.375rem;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-311 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 0;
  padding-bottom: 3.125rem;
  display: flex;
  position: relative;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.image-aside {
  z-index: 10;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  height: 100%;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.image-aside:hover {
  mix-blend-mode: difference;
}

.image-aside.ih-2 {
  width: 100%;
  min-width: 15rem;
  height: 23vh;
}

.image-aside.ih-3 {
  box-shadow: none;
  width: 100%;
  min-width: 14rem;
  height: 21vh;
}

.image-aside.ih-4 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 15rem;
  height: 23vh;
}

.image-aside.ih-rotate {
  transform-style: preserve-3d;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(180deg);
}

.ih-int-aside {
  opacity: 1;
  background-image: url('../images/lideranca-colaboracao-setor-publico.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.ih-int-aside.ih-int-2 {
  background-image: url('../images/colaboracao-diversidade-setor-publico-reuniao.avif');
  background-position: 90% 40%;
}

.ih-int-aside.ih-int-3 {
  background-image: none;
}

.ih-int-aside.ih-int-4, .ih-int-aside.ih-int-3 {
  background-image: url('../images/servidora-publica-fachada-predio-institucional.avif');
  background-position: 15%;
  background-size: cover;
}

.ih-int-aside.ih-int-5 {
  background-image: url('../images/profissionais-setor-publico-reuniao.avif');
  background-position: 65%;
  background-size: cover;
}

.ih-int-aside.ih-int-4 {
  background-image: url('../images/servidora-publica-fachada-predio-institucional.avif');
  background-position: 0%;
  background-size: cover;
}

.ih-int-aside.ih-int-3 {
  background-image: url('../images/profissional-setor-publico-cafe-smartphone.avif');
  background-position: 90% 40%;
}

.ih-int-aside.iia-2 {
  background-image: url('../images/colaboracao-diversidade-setor-publico-reuniao.avif');
}

.ih-int-aside.iia-3 {
  background-image: url('../images/profissional-setor-publico-cafe-smartphone.avif');
  background-position: 100%;
}

.ih-int-aside.iia-4 {
  background-image: url('../images/servidora-publica-fachada-predio-institucional.avif');
  background-position: 0%;
}

.ih-int-aside.iia-5 {
  background-image: url('../images/profissionais-setor-publico-reuniao.avif');
  background-position: 70%;
}

.bold-text-14 {
  font-size: 1rem;
  font-style: normal;
}

.text-block-64 {
  color: #474747;
  letter-spacing: .05rem;
  border-bottom: .0625rem solid #eee;
  width: 95%;
  margin-top: 1rem;
  margin-right: .9375rem;
  padding-bottom: .625rem;
  font-size: .85rem;
  font-style: italic;
  line-height: 1.3rem;
  position: relative;
}

.block-local-do-evento-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  display: flex;
}

.image-49 {
  width: 95%;
  max-width: 95%;
  display: none;
  position: relative;
}

.heading-39 {
  color: #db0066;
  letter-spacing: .0625rem;
  text-transform: none;
  align-self: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}

.heading-39.center {
  color: #20474e;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-block-65 {
  color: #474747;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  position: relative;
}

.text-block-65.tb53-local {
  width: 95%;
  margin-top: .5rem;
  font-size: .95rem;
  line-height: 1.6;
}

.div-block-312 {
  background-color: #0000;
  border-right: .0625rem #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-right: 1rem;
  display: flex;
}

.div-block-313 {
  background-color: #021928;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-atividade {
  background-color: #000408;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-3 {
  width: 95%;
  position: relative;
}

.block-menu-dias {
  z-index: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.menu-dia {
  filter: none;
  color: #fff;
  letter-spacing: 1px;
  background-color: #3ba6a614;
  border: 1px solid #349597;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
}

.menu-dia.w--current {
  opacity: 39;
  filter: grayscale(0%);
}

.menu-dia.md-25 {
  transition: all .2s;
}

.menu-dia.md-25:hover {
  background-color: #00ffff42;
}

.menu-dia.md-26 {
  background-image: url('../images/26-de-setembro-sexta-feira_126-de-setembro-sexta-feira.avif');
  transition: all .2s;
}

.menu-dia.md-26:hover {
  opacity: 100;
  filter: grayscale(0%);
}

.collection-list-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.box-image-content-interna-2 {
  z-index: 1;
  box-shadow: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 49vw;
  min-width: 815px;
  margin-top: -12rem;
  display: flex;
  position: relative;
}

.box-image-content-interna-2.bici-dia-2 {
  background-image: url('../images/24-de-setembro-quarta-feira_124-de-setembro-quarta-feira.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 49vw;
  min-width: 815px;
  height: 18vw;
}

.box-text-content-interna-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 49vw;
  min-width: 815px;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.box-text-content-interna-2.btci-prog {
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  min-width: 900px;
  padding-top: 2rem;
}

.collection-item-3, .block-atividade {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.block_horario {
  box-shadow: none;
  color: #000;
  -webkit-text-stroke-width: .0125rem;
  border-bottom: .0625rem solid #d4d4d4;
  align-items: center;
  width: 110%;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding: .5rem 1rem 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.circle-icon {
  background-color: #02302d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex;
  position: relative;
}

.image-44 {
  opacity: .9;
  filter: invert();
  display: none;
  position: relative;
}

.text_horario {
  color: #02302d;
  letter-spacing: .2px;
  -webkit-text-stroke-width: .0125rem;
  width: auto;
  margin: 0 .6rem 0 .625rem;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}

.block-dia_ok {
  color: #000;
  letter-spacing: .0625rem;
  border-left: 2px solid #000;
  align-items: center;
  margin-left: .15625rem;
  margin-right: .15625rem;
  padding: .75rem .8125rem;
  font-size: 3.125rem;
  font-weight: 400;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.text_dia_ok {
  opacity: .9;
  color: #fff;
  letter-spacing: .0625rem;
  background-color: #02302d;
  border-radius: 100px;
  align-items: center;
  padding: .55rem 1rem .5rem;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.card-pessoas {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 97%;
  display: flex;
  position: relative;
}

.block-ementa {
  background-image: none;
  border-bottom: .0625rem #f2f2f2;
  border-left: .0625rem #f2f2f2;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 95%;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.block-point-menor {
  align-self: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
  position: relative;
}

.cor-auditorio-tansparence {
  opacity: 1;
  background-color: #a504c500;
  position: absolute;
  inset: 0%;
}

.barra-maior {
  opacity: .6;
  width: 1px;
  height: auto;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-left: 1.5rem;
  display: none;
  position: relative;
}

.div-block-314 {
  opacity: .6;
  filter: blur(.2px);
  mix-blend-mode: overlay;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  position: relative;
}

.text-tipo-area-ok {
  opacity: 1;
  color: #00000091;
  letter-spacing: 1px;
  border-radius: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem .45rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px 3px #0000000d;
}

.text-auditorio {
  color: #005369;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-left: 3rem;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
}

.text-auditorio.ta-tipo {
  color: #fff;
  letter-spacing: 1.5px;
  margin-left: 0;
  padding: .6rem 1rem .5rem;
  font-size: .6rem;
  line-height: .6rem;
}

.collection-list-4 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block-tipo-area-dia {
  opacity: .5;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  height: auto;
  margin-left: 1.25rem;
  display: flex;
  position: relative;
}

.empty-state-2 {
  background-color: #ddd0;
  height: 0;
  padding: 0;
  position: relative;
}

.box-auditorio {
  z-index: 1;
  box-shadow: none;
  opacity: .9;
  color: #00000091;
  text-align: left;
  letter-spacing: 0;
  border-radius: 25px 0 0 25px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 1.25rem 1.5rem;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.box-auditorio.ba-tipo {
  z-index: 0;
  box-shadow: none;
  opacity: 100;
  color: #000;
  background-color: #02302d;
  border-radius: 50px;
  padding: 0;
}

.block-auditorio {
  background-image: none;
  border-bottom: .0625rem solid #d4d4d4;
  border-left: .0625rem #f2f2f2;
  border-right: 5px #000;
  border-radius: 100px 0 0 100px;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 105%;
  margin-top: 2rem;
  margin-bottom: .5rem;
  padding: 0 1rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-block-3 {
  color: #6493a0;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
}

.block-titulo {
  align-self: center;
  width: 95%;
  position: relative;
  overflow: hidden;
}

.box-tipo-area-dia-ok {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .25rem;
  display: none;
  position: relative;
}

.collection-list-wrapper-4 {
  position: relative;
}

.block-icon-auditorio {
  opacity: .85;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-right: .75rem;
  display: flex;
  position: absolute;
  inset: auto auto auto -1%;
}

.heading-40 {
  color: #005369;
  letter-spacing: .25px;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: #005369;
  width: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}

.point-menor {
  background-color: #b6b6b6;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1px;
  min-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
}

.collection-item-4 {
  border: 1px #e2e2e2;
  border-bottom-style: solid;
  align-self: flex-start;
  margin: .35rem 1rem;
  transition: all .2s;
  position: relative;
}

.collection-item-4:hover {
  border: 1px #969696;
  border-bottom-width: 2px;
}

.collection-item-4.ci4-mediador {
  background-color: #fafafa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-atividade {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-dia {
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-dia.td-no-ativ {
  color: #5cbbb7;
}

.text-block-67 {
  color: #5cbbb7;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  position: relative;
}

.svg-icon-pp {
  color: #fff;
  width: 2rem;
  height: 2rem;
}

.svg-icon-pp:hover {
  cursor: pointer;
}

.colection-p {
  border: .0625rem solid #e6e6e600;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 14rem;
  min-height: 18rem;
  padding: 1rem 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.colection-p.cp-mediador {
  width: 13rem;
}

.about-p1-b {
  z-index: 99;
  color: #000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: .3125rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
  position: relative;
  overflow: auto;
}

.card-p {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-p1 {
  z-index: 999;
  background-color: #000000d6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.image-p_1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.name-p1 {
  border-bottom: .0625rem solid #e9e9e9;
  width: 96%;
  margin-bottom: .5rem;
  margin-left: -.3125rem;
  padding-bottom: .5rem;
  padding-left: .3125rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3125rem;
  position: relative;
}

.x-close-p1 {
  background-color: #037971;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  transition: background-color .1s;
  display: flex;
  position: absolute;
  inset: -1.25rem -1.25rem auto auto;
}

.x-close-p1:hover {
  background-color: #d60000;
}

.bg-cover {
  background-image: linear-gradient(135deg, #2a05ff99, #fff0 27%), radial-gradient(circle, #82992f17, #00000082);
  position: absolute;
  inset: 0%;
}

.block-texts-p1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: .85rem;
  padding-right: .85rem;
  display: flex;
  position: relative;
  inset: auto 0% 0;
}

.image-text-p1 {
  z-index: 98;
  background-color: #fff;
  border-radius: .1875rem;
  width: 70rem;
  height: 31rem;
  margin-top: 3.125rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 1.1875rem .5rem #00000030;
}

.div-block-315 {
  opacity: .3;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.tipo-p1 {
  color: #333;
  letter-spacing: .1875rem;
  padding: .2rem 0 1rem .31rem;
  font-weight: 400;
  position: relative;
  inset: auto auto 0%;
}

.image-45 {
  position: relative;
  overflow: visible;
}

.image-p1 {
  background-image: url('../images/bg-foto-cncp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: .1875rem;
  border-bottom-left-radius: .1875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 31rem;
  min-width: 31rem;
  height: 31rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-image-p_1 {
  background-image: url('../images/bg-foto-cncp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  min-width: 10.5rem;
  height: 10.5rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 18px #00000026;
}

.box-image-p_1.bi-mediador {
  width: 9.5rem;
  min-width: 9.5rem;
  height: 9.5rem;
}

.tipo-p {
  z-index: 1;
  color: #000;
  text-align: center;
  letter-spacing: .1875rem;
  -webkit-text-stroke-width: .0125rem;
  text-transform: uppercase;
  border-bottom: .0625rem #3d3d3d;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: .5rem;
  padding: .55rem .85rem .35rem;
  font-size: .6rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
  inset: 0 0% auto auto;
}

.text-p1 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5625rem 1.25rem 2.1875rem;
  display: flex;
  position: relative;
}

.nome-p1 {
  z-index: 1;
  color: #005369;
  text-align: center;
  letter-spacing: .5px;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1rem;
  position: relative;
}

.block-aside-wrap {
  opacity: .7;
  position: relative;
}

.svg-icon {
  opacity: .85;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  position: relative;
}

.svg-icon:hover {
  cursor: pointer;
}

.link-block-22 {
  border: 1px solid #0e2c4542;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-right: .5rem;
  padding: .3rem .7rem .2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.link-block-22:hover {
  background-color: #f0f0f0;
}

.svg-icon-pdf {
  color: #232454;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .125rem;
  position: relative;
}

.svg-icon-pdf:hover {
  cursor: pointer;
}

.text-block-69 {
  color: #232454;
  letter-spacing: 1px;
  font-size: .6rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.collection-list-wrapper-pdf {
  width: 100%;
  position: relative;
}

.collection-list-5 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-item-5 {
  position: relative;
}

.bold-text-15, .bold-text-16 {
  color: #fff;
}

.block-whatsapp {
  z-index: 100;
  background-color: #12b300;
  background-image: url('../images/logo-whatsapp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 2% 20px auto;
}

.block-whatsapp:hover {
  background-color: #0f9600;
}

.text-block-60-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  font-size: .85rem;
  font-weight: 400;
  position: relative;
}

.div-block-apoio-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin: 3rem .5rem 1.25rem;
  display: flex;
}

.div-block-realizacao-geral-2 {
  border: 0 solid #f1f1f1;
  border-bottom-width: .0625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .3125rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.block-logos-patrocinios-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  padding: 3.125rem 2rem;
  display: flex;
}

.block-bronze {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: flex;
}

.image-5 {
  position: relative;
}

.div-block-316 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.block-ouro-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: flex;
}

.heading-19-copy-3 {
  color: #474747;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: .1875rem;
  padding: .1875rem 1.25rem;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.25rem;
  position: relative;
}

.cobre {
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  margin: .5rem;
  padding: .5rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.cobre:hover {
  filter: grayscale();
}

.section-five {
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.div-block-menor-organizacao-2 {
  border-top: .0625rem solid #e7e7e7;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: .3125rem;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: .5rem .625rem;
  display: flex;
}

.block-prata-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: flex;
}

.block-cobre {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 3rem .625rem 1.25rem;
  display: none;
}

.div-block-menor-apoio-2 {
  border-top: .0625rem solid #ededed;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin-top: .3125rem;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem .5rem;
  display: flex;
  position: relative;
}

.bronze {
  justify-content: center;
  align-items: center;
  width: 8.5rem;
  margin: .5rem 1rem;
  padding: .5rem;
  transition: filter .6s;
  display: flex;
  position: relative;
}

.bronze:hover {
  filter: grayscale();
}

.bronze.b-accervo {
  width: 9rem;
}

.bronze.b-3tecnos {
  width: 8rem;
}

.bronze.b-secretaria {
  width: 17rem;
}

.image-52, .image-53 {
  max-width: 105%;
}

.image-54 {
  max-width: 95%;
}

.box-redes-sociais {
  z-index: 9;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 20px 40px auto auto;
}

.div-block-19 {
  outline-offset: 0px;
  background-color: #2ea0b200;
  border-radius: 20px;
  outline: 1px solid #ffffff8a;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-right: .65rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.div-block-19:hover {
  background-color: #2ea0b2;
}

.svg-icon-2 {
  color: #ffffffba;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}

.svg-icon-2:hover {
  cursor: pointer;
}

.image-56 {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}

.div-block-317 {
  background-color: #c7a8a8;
  width: 300px;
  height: 50px;
  position: relative;
  top: 39px;
}

.box-pepc {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-70 {
  color: #0098b6;
  letter-spacing: 1px;
  border-bottom: 1px solid #0098b6;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 1.2rem;
  position: relative;
}

.bold-text-17 {
  color: #0098b6;
}

.div-block-319 {
  opacity: .65;
  mix-blend-mode: multiply;
  width: 14rem;
  height: 14rem;
  position: relative;
  overflow: hidden;
}

.image-57 {
  position: relative;
}

.box-certificado {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-71 {
  color: #0098b6;
  letter-spacing: 1px;
  border-bottom: 1px solid #0098b6;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 1.2rem;
  position: relative;
}

.bold-text-18 {
  color: #0098b6;
}

.image-58 {
  mix-blend-mode: multiply;
  border-radius: 3px;
  position: relative;
  top: 20px;
}

.div-block-319-copy {
  opacity: .65;
  width: 14rem;
  height: 14rem;
  position: relative;
  left: 20px;
  overflow: hidden;
}

.text-block-72 {
  color: #ffffffc9;
  text-align: center;
  letter-spacing: .5px;
  font-size: .85rem;
  font-weight: 300;
  position: relative;
  top: 30px;
}

.text-block-72-copy {
  color: #ffffffc9;
  text-align: center;
  letter-spacing: .5px;
  font-size: .85rem;
  font-weight: 300;
  position: relative;
  top: 10px;
}

.button-fotos {
  color: #121f31;
  letter-spacing: 1px;
  background-color: #07ebd7;
  border-radius: 100px;
  margin-top: 1vh;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  top: 35px;
  bottom: 0;
}

.button-fotos:hover {
  color: #d4d4d4;
  background-color: #c71291;
}

.button-fotos.b-2 {
  margin-top: 0;
}

.button-fotos.b-3 {
  align-self: flex-start;
}

.button-fotos.b-internas {
  text-align: center;
  margin-top: 0;
  bottom: 0;
}

.button-fotos.bf-interno {
  margin-top: 0;
  position: absolute;
  inset: -59px auto auto 0%;
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: auto;
    min-height: 550px;
  }

  .section-hero.sh-interna {
    height: 17rem;
  }

  .section-hero.sh-blog {
    height: 11rem;
  }

  .box-hero-down {
    min-width: auto;
  }

  .box-hero-up {
    bottom: 2rem;
  }

  .image-hero {
    z-index: 5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-width: 10rem;
    height: 15vh;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .image-hero.ih-2 {
    min-width: 10rem;
    height: 12.5vh;
  }

  .image-hero.ih-3 {
    min-width: 10rem;
    height: 10vh;
  }

  .image-hero.ih-4 {
    min-width: 10rem;
    height: 12.5vh;
  }

  .navbar-logo-center {
    z-index: 10;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    flex-flow: row;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    border-top-style: none;
    height: auto;
    margin-top: 0;
    line-height: 11;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #000e0d;
    background-image: radial-gradient(circle, #002724, #000b0a);
    border-radius: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 1rem;
    padding: 5rem 2rem;
    display: flex;
    box-shadow: 0 8px 50px 10px #00000047;
  }

  .nav-menu-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
  }

  .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.5rem;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: #3ca6a6;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #570b72;
  }

  .ih-int {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .block-transparence {
    position: absolute;
  }

  .square-logo-over, .square-logo-over-2 {
    opacity: .05;
  }

  .paragraph {
    width: 85%;
    line-height: 2;
  }

  .paragraph.p-programacao {
    text-align: center;
    align-self: center;
    padding-top: 0;
  }

  .paragraph.p-aracaju {
    text-align: center;
    align-self: center;
  }

  .heading.h-aracaju {
    width: 100%;
  }

  .box-content-c-two {
    flex-flow: column;
  }

  .circle-sobre {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    align-self: center;
    width: 100%;
    height: auto;
  }

  .circle-sobre.cs-right {
    border-left-style: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-7 {
    width: 95%;
  }

  .circle-sobre-int {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    position: relative;
  }

  .circle-sobre-int.csi-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    position: relative;
  }

  .box-bullet {
    border: 1px solid #0466a3;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    padding: 1rem 1.5px;
  }

  .box-bullet.bb-right {
    justify-content: flex-end;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-sobre-2 {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-sobre-2.ts2-right {
    text-align: left;
    order: 0;
  }

  .div-block-10 {
    min-height: 8rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .bg-s-three {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    align-self: center;
    width: 95%;
    max-width: none;
    height: 300px;
    margin-right: 0;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .box-right-s-three {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem 5rem 3rem;
  }

  .section-four {
    height: auto;
  }

  .block-for-h2.bfh2-s-three {
    text-align: center;
    align-self: center;
  }

  .block-for-paragraph.bfp-s-three {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .ip-int {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .box-link-menu {
    background-image: radial-gradient(circle, #f9d92e, #f19635);
    margin: 1rem 0;
  }

  .box-link-menu.blm-footer {
    background-image: none;
  }

  .block-insta-button {
    display: none;
    right: auto;
  }

  .link-block-5, .div-block-128 {
    width: 80%;
  }

  .link-block-4 {
    width: 50%;
    height: 8.125rem;
  }

  .div-block-227 {
    justify-content: center;
    display: flex;
    bottom: 2.0625rem;
    right: 3.125rem;
  }

  .div-block-130 {
    width: 80%;
  }

  .block-center-s-four {
    flex-flow: column;
    padding-top: 3rem;
  }

  .box-content-s-four {
    align-self: center;
    width: 95%;
    padding-left: 2rem;
  }

  .box-images-s-four {
    width: 100%;
    min-width: auto;
    height: 600px;
  }

  .icon {
    color: #fff;
  }

  .list-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
    position: relative;
  }

  .list-item-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item-3 {
    position: relative;
  }

  .block-aside.data.internas {
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 20rem;
    margin-top: 0;
  }

  .block-aside.data.internas-programa {
    align-items: center;
    width: 100%;
    max-width: 20rem;
    margin-top: 0;
    margin-left: 0;
  }

  .box-maps {
    height: 20rem;
  }

  .montanha-right {
    width: 90%;
    height: 10rem;
  }

  .div-block-288.internas-2 {
    width: 85%;
    padding-left: .625rem;
    display: none;
  }

  .text-block-6 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .block-content {
    flex-flow: column;
  }

  .block-natal-te-espera {
    height: 15rem;
  }

  .brand {
    width: 16rem;
    min-width: 16rem;
    height: 8rem;
    top: .95rem;
  }

  .box-text-image-content {
    order: -1;
    width: 100%;
  }

  .div-block-307 {
    width: 80%;
  }

  .menu-button-2 {
    background-color: #db0066;
  }

  .menu-button-2.w--open {
    background-color: #20847a;
  }

  .nav-link-2 {
    color: #1d1d1d;
    text-align: center;
    letter-spacing: .4rem;
    -webkit-text-stroke-width: .5px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 2rem;
    font-weight: 800;
  }

  .block-1-text-image-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
  }

  .montanha-left {
    background-image: linear-gradient(#e28a38, #fff);
    width: 90%;
    height: 10rem;
    top: -.225rem;
  }

  .icon-2 {
    color: #fff;
  }

  .box-menu {
    min-width: auto;
  }

  .box-link-menu-2 {
    background-image: radial-gradient(circle, #f9d92e, #f19635);
    margin: .5rem 0;
  }

  .box-link-menu-2.blm-footer {
    background-image: none;
  }

  .link-block-20 {
    width: 50%;
    height: 8.125rem;
  }

  .box-image-content-interna {
    width: 100vw;
    min-width: auto;
    margin-top: 0;
  }

  .block-3-text-image-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .text-block-53.tb53-local {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .div-block-310 {
    justify-content: center;
    display: flex;
    bottom: 2.0625rem;
    right: 3.125rem;
  }

  .box-text-content-interna {
    z-index: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    min-width: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 -20px 20px -17px #0003;
  }

  .nav-menu {
    background-color: #c8c8c800;
    background-image: radial-gradient(circle, #f9d92ef2, #f19635f2);
    min-width: auto;
    height: 100vh;
    margin-top: .5rem;
    padding-top: 2rem;
  }

  .button-inscreva-se {
    display: none;
  }

  .button-inscreva-se.bi_2 {
    display: flex;
  }

  .block-elements-up {
    top: -3.75rem;
  }

  .section-hero-2.sh-interna {
    height: 380px;
  }

  .block-detalhes-evento {
    margin-left: 0;
  }

  .block-2-text-image-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-aside {
    z-index: 5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-width: auto;
    height: 100%;
  }

  .image-aside.ih-2 {
    min-width: 10rem;
    height: 12.5vh;
  }

  .image-aside.ih-3 {
    min-width: 10rem;
    height: 10vh;
  }

  .image-aside.ih-4 {
    min-width: 10rem;
    height: 12.5vh;
  }

  .ih-int-aside {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .text-block-64 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .text-block-65.tb53-local {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .menu-dia {
    top: -35px;
  }

  .box-image-content-interna-2 {
    width: 100vw;
    min-width: auto;
  }

  .box-image-content-interna-2.bici-dia-2 {
    width: 100%;
    min-width: auto;
    height: 35vw;
    margin-top: -18.7rem;
  }

  .box-text-content-interna-2 {
    z-index: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
    min-width: auto;
    margin-top: -3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 -20px 20px -17px #0003;
  }

  .box-text-content-interna-2.btci-prog {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: auto;
    margin-top: 0;
  }

  .image-text-p1 {
    flex-flow: column;
    align-items: center;
    width: 31.25rem;
    height: 50rem;
  }

  .image-p1 {
    min-height: 31.25rem;
  }

  .text-p1 {
    height: 18.75rem;
  }

  .block-aside-wrap {
    padding-top: 3rem;
  }

  .box-redes-sociais, .box-pepc, .box-certificado {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .box-hero-up {
    bottom: 3rem;
  }

  .image-hero {
    min-width: 7rem;
    height: 12vh;
  }

  .image-hero.ih-2 {
    min-width: 6rem;
    height: 10vh;
  }

  .image-hero.ih-3 {
    min-width: 4rem;
    height: 8vh;
  }

  .image-hero.ih-4 {
    min-width: 6rem;
    height: 10vh;
  }

  .box-content-hero, .h1-hero {
    width: 95%;
    min-width: auto;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 5px;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .h2-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block {
    width: 85%;
    min-width: auto;
  }

  .box-bullet {
    width: 90vw;
    min-width: auto;
    max-width: none;
  }

  .box-right-s-three {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link-block-4 {
    width: 60%;
  }

  .div-block-131 {
    width: 95%;
  }

  .box-images-s-four {
    height: 800px;
  }

  .image-s-four.isf-5 {
    bottom: 27%;
  }

  .image-s-four.isf-6 {
    top: 26%;
  }

  .div-block-menor-organizacao {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-37 {
    font-size: .75rem;
    line-height: .9375rem;
  }

  .div-block-menor-idealizacao {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 14rem;
    min-width: 14rem;
    height: 7rem;
    top: .55rem;
  }

  .div-block-menor-patrocinio {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-20 {
    width: 60%;
  }

  .paragraph-3 {
    font-size: .9375rem;
  }

  .div-block-menor-apoio {
    padding-left: 0;
    padding-right: 0;
  }

  .box-text-content-interna {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-hero-2.sh-interna {
    height: 340px;
  }

  .div-block-311 {
    width: 95%;
  }

  .image-aside.ih-2 {
    min-width: 6rem;
    height: 10vh;
  }

  .image-aside.ih-3 {
    min-width: 4rem;
    height: 8vh;
  }

  .image-aside.ih-4 {
    min-width: 6rem;
    height: 10vh;
  }

  .block-menu-dias {
    width: 100%;
  }

  .box-text-content-interna-2 {
    margin-top: -2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .block_horario {
    width: 100%;
    margin-left: -1.25rem;
  }

  .card-pessoas {
    width: 90%;
    margin-left: 0;
  }

  .block-ementa {
    width: 90%;
    padding-left: .5rem;
  }

  .block-auditorio {
    width: 95%;
  }

  .block-titulo {
    width: 90%;
  }

  .heading-40 {
    margin-left: .5rem;
  }

  .image-text-p1 {
    width: 18.75rem;
    height: 50rem;
  }

  .image-p1 {
    width: 18.75rem;
    min-width: 18.75rem;
    height: 18.75rem;
    min-height: 18.75rem;
  }

  .text-p1 {
    height: 31.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-menor-organizacao-2, .div-block-menor-apoio-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    min-height: 1150px;
    max-height: none;
  }

  .section-hero.sh-interna {
    height: 20rem;
  }

  .section-hero.sh-blog {
    height: 8rem;
  }

  .box-hero-up {
    margin-top: 2rem;
    margin-bottom: 4rem;
    bottom: 0;
  }

  .image-hero {
    min-width: 4.3rem;
    height: 7vh;
    margin-left: .1rem;
    margin-right: .1rem;
  }

  .image-hero.ih-2 {
    min-width: 4.3rem;
    height: 6vh;
  }

  .image-hero.ih-3 {
    min-width: 4.3rem;
    height: 5vh;
  }

  .image-hero.ih-4 {
    min-width: 4.3rem;
    height: 6vh;
  }

  .h1-hero {
    font-size: 2.6rem;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper-three {
    top: 53px;
  }

  .nav-menu-three {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-bottom: 5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav-link {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image {
    width: 50vw;
  }

  .h2-hero {
    letter-spacing: 0;
    width: 60%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-block {
    margin-top: .5rem;
    font-size: 1rem;
  }

  .box-h2-hero {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .button {
    margin-bottom: 0;
  }

  .button.b-2 {
    margin-top: 2.5rem;
  }

  .button.b-3 {
    align-self: center;
  }

  .block-center-s-two {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .paragraph.p-programacao {
    width: 95%;
  }

  .text-sobre-2 {
    font-weight: 400;
  }

  .box-right-s-three {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-for-h2.bfh2-s-three, .block-for-paragraph.bfp-s-three {
    min-width: auto;
  }

  .box-link-menu.blm-footer {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .paragraph-5 {
    text-align: center;
    width: 100%;
    font-size: .75rem;
    line-height: .9375rem;
  }

  .block-insta-button {
    justify-content: center;
    height: 3.75rem;
    margin-bottom: 0;
    padding: .625rem;
    top: .5625rem;
    bottom: auto;
    right: -.75rem;
  }

  .div-block-128 {
    width: 95%;
  }

  .text-block-55 {
    margin-bottom: .3125rem;
    margin-right: 0;
    display: none;
  }

  .div-block-129 {
    flex-flow: column;
  }

  .link-block-4 {
    width: 15.625rem;
    height: 9.375rem;
  }

  .text-block-60 {
    letter-spacing: 1.5px;
    line-height: 1.35;
  }

  .image-35 {
    top: auto;
  }

  .link-block-17 {
    margin-bottom: -.9375rem;
  }

  .div-block-130 {
    width: 95%;
  }

  .box-content-s-four {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-images-s-four {
    height: 500px;
  }

  .image-s-four {
    width: 14rem;
    height: 14rem;
  }

  .image-s-four.isf-2 {
    width: 13rem;
    height: 13rem;
  }

  .image-s-four.isf-3 {
    width: 12rem;
    height: 12rem;
    bottom: 6%;
  }

  .image-s-four.isf-4 {
    width: 15rem;
    height: 15rem;
  }

  .image-s-four.isf-5 {
    width: 12rem;
    height: 12rem;
    bottom: 36%;
    left: 49%;
  }

  .image-s-four.isf-6 {
    width: 11rem;
    height: 11rem;
    top: 34%;
    left: 3%;
  }

  .block-aside.data {
    align-items: center;
    padding-bottom: 0;
  }

  .block-aside.data.internas, .block-aside.data.internas-programa {
    max-width: 25rem;
  }

  .section-10 {
    z-index: 5;
  }

  .image-46 {
    width: 70%;
  }

  .box-maps {
    width: 100%;
    height: 15rem;
    display: flex;
  }

  .realizacao---1 {
    width: 10rem;
    height: 4rem;
  }

  .rich-text-block-2 {
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }

  .diamante {
    width: 8rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .bold-text-13 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .ouro {
    width: 7rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .paragraph-6 {
    text-align: center;
    width: 100%;
    font-size: .75rem;
    line-height: .9375rem;
  }

  .div-block-288 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-288.internas-2 {
    width: 98%;
    display: none;
  }

  .text-block-6 {
    text-align: left;
    width: 95%;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .prata {
    width: 6.5rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .prata.p-sergipe {
    width: 85vw;
  }

  .div-block-realizacao-geral {
    margin-top: 0;
  }

  .block-natal-te-espera {
    border-left: .0625rem #009144;
  }

  .brand {
    width: 12rem;
    min-width: 12rem;
    height: 5rem;
    top: 0;
  }

  .block-local-do-evento {
    width: 100%;
    margin-left: 0;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link-2 {
    letter-spacing: .35rem;
    -webkit-text-stroke-width: .5px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.7rem;
    font-weight: 300;
  }

  .block-logos-patrocinios {
    margin-top: 0;
    padding: 0 .3125rem;
  }

  .patrocinio {
    width: 8rem;
    height: 5rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .heading-28 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .box-link-menu-2.blm-footer {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .text-block-62 {
    margin-bottom: .3125rem;
    margin-right: 0;
    display: none;
  }

  .heading-22 {
    text-align: left;
    width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 0;
  }

  .heading-22.center {
    text-align: left;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .start-up, .p-institucional {
    width: 6.25rem;
    margin-left: .3rem;
    margin-right: .3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-4 {
    padding-left: .625rem;
    padding-right: .625rem;
    font-size: .8125rem;
  }

  .button-4.endereco {
    margin-right: 0;
  }

  .div-block-309 {
    flex-flow: column;
  }

  .link-block-20 {
    width: 15.625rem;
    height: 9.375rem;
  }

  .box-image-content-interna {
    box-shadow: 1px 1px .625rem #6b6b6b;
  }

  .paragraph-3 {
    line-height: 1.375rem;
  }

  .block-3-text-image-content {
    margin-top: 0;
  }

  .text-block-53 {
    font-size: 1.3rem;
  }

  .text-block-53.tb53-local {
    text-align: left;
    font-size: 1.2rem;
  }

  .image-47 {
    top: auto;
  }

  .heading-35 {
    text-align: left;
    width: 100%;
    margin-top: 1.875rem;
  }

  .link-block-21 {
    margin-bottom: -.9375rem;
  }

  .idealizacao-1 {
    width: 10rem;
    height: 4rem;
  }

  .box-text-content-interna {
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-121 {
    text-align: center;
    background-color: #f7f7f7;
    border-right-style: none;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .platina {
    width: 7.5rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .block-elements-up {
    top: -3.65rem;
  }

  .section-hero-2 {
    height: 700px;
  }

  .section-hero-2.sh-interna {
    height: 270px;
  }

  .bracos-abertos {
    min-width: 295px;
    font-size: 2rem;
  }

  .block-detalhes-evento {
    border-right-style: none;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-2-text-image-content {
    background-color: #0000;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .div-block-118 {
    width: 100%;
    height: 9.375rem;
    display: flex;
  }

  .box-apoio {
    width: 10rem;
    height: 6rem;
  }

  .box-apoio.ba-fbc {
    width: 10rem;
  }

  .image-aside.ih-2 {
    min-width: 4.3rem;
    height: 6vh;
  }

  .image-aside.ih-3 {
    min-width: 4.3rem;
    height: 5vh;
  }

  .image-aside.ih-4 {
    min-width: 4.3rem;
    height: 6vh;
  }

  .bold-text-14 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .text-block-64 {
    text-align: left;
    width: 95%;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .block-local-do-evento-2 {
    width: 100%;
    margin-left: 0;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-39 {
    text-align: left;
    width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 0;
  }

  .heading-39.center {
    text-align: left;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .text-block-65 {
    font-size: 1.3rem;
  }

  .text-block-65.tb53-local {
    text-align: left;
    font-size: 1.2rem;
  }

  .div-block-312 {
    text-align: center;
    background-color: #f7f7f7;
    border-right-style: none;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-313 {
    width: 100%;
    height: 9.375rem;
    display: flex;
  }

  .block-menu-dias {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .menu-dia {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .box-image-content-interna-2 {
    box-shadow: 1px 1px .625rem #6b6b6b;
  }

  .box-image-content-interna-2.bici-dia-2 {
    width: 100vw;
    height: 40vw;
  }

  .box-text-content-interna-2 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    margin-top: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-text-content-interna-2.btci-prog {
    padding-top: 1rem;
  }

  .block_horario {
    min-width: 18.75rem;
    margin-bottom: 1.875rem;
    margin-left: -.625rem;
    padding: .3125rem 0 1rem .3125rem;
  }

  .circle-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .text_horario {
    letter-spacing: .0625rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .block-dia_ok {
    letter-spacing: .03125rem;
    margin-left: .125rem;
    margin-right: .125rem;
    padding-left: .6875rem;
    padding-right: .6875rem;
    font-style: italic;
  }

  .text_dia_ok {
    letter-spacing: .03125rem;
    font-size: .75rem;
    font-style: normal;
  }

  .card-pessoas {
    background-color: #f7f7f7;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 102%;
    margin-left: 0;
    padding: 1rem .25rem 2rem;
  }

  .block-ementa {
    width: 100%;
    min-width: 20rem;
    margin-left: 0;
    padding-left: .5rem;
    padding-right: 0;
  }

  .block-point-menor {
    display: none;
  }

  .cor-auditorio-tansparence {
    opacity: 0;
  }

  .text-tipo-area-ok {
    letter-spacing: .5px;
    width: auto;
    font-size: 1rem;
    line-height: 1.2;
  }

  .text-auditorio {
    margin-left: 3rem;
    font-size: 2rem;
  }

  .text-auditorio.ta-tipo {
    padding: .65rem 1.25rem .55rem;
    font-size: 1.1rem;
  }

  .collection-list-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .block-tipo-area-dia {
    opacity: .6;
    flex-flow: wrap;
    align-self: flex-start;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .box-auditorio {
    padding-right: 2rem;
  }

  .box-auditorio.ba-tipo {
    margin: .25rem;
  }

  .block-auditorio {
    background-color: #fafafa00;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 20rem;
    margin-top: 0;
    margin-left: -.3125rem;
    padding-right: .3125rem;
    overflow: visible;
  }

  .rich-text-block-3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .block-titulo {
    width: 100%;
  }

  .box-tipo-area-dia-ok {
    margin: .5rem;
  }

  .collection-list-wrapper-4 {
    width: 100%;
  }

  .block-icon-auditorio {
    width: 3.7rem;
    min-width: 3.7rem;
    height: 3.7rem;
  }

  .heading-40 {
    margin-left: .5rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .point-menor {
    display: flex;
  }

  .collection-item-4 {
    align-self: center;
    width: 200px;
    margin: .2rem .1rem;
  }

  .card-atividade {
    margin-left: 0;
  }

  .colection-p {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
  }

  .colection-p.cp-mediador {
    width: auto;
  }

  .card-p {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    width: auto;
  }

  .bg-p1 {
    display: none;
  }

  .name-p1 {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .bg-cover {
    background-position: 0 0, 0 0, 100% 0, 50% 100%, 50%;
    background-size: auto, auto, contain, auto, .1875rem;
  }

  .block-texts-p1 {
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image-text-p1 {
    width: 85%;
    margin-top: 5rem;
  }

  .tipo-p1 {
    padding-top: .5rem;
    padding-bottom: .25rem;
    font-size: .75rem;
    line-height: .875rem;
  }

  .image-p1 {
    width: 14.375rem;
    min-width: 14.375rem;
    height: 18rem;
    min-height: 18rem;
    margin-top: .625rem;
  }

  .box-image-p_1 {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    margin-bottom: .5rem;
  }

  .box-image-p_1.bi-mediador {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
  }

  .tipo-p {
    margin-top: .25rem;
    font-size: .95rem;
    top: .3125rem;
  }

  .text-p1 {
    height: 21.875rem;
    padding: .9375rem;
  }

  .nome-p1 {
    letter-spacing: normal;
    padding-top: 0;
    font-size: 1.35rem;
    line-height: 1.25rem;
  }

  .block-aside-wrap {
    opacity: 100;
    padding-top: 0;
  }

  .link-block-22 {
    margin-bottom: .5rem;
    padding-top: .45rem;
    padding-bottom: .35rem;
  }

  .svg-icon-pdf {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-block-69 {
    font-size: .85rem;
  }

  .collection-list-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .block-whatsapp {
    width: 3rem;
    height: 3rem;
    bottom: 2%;
    right: 5%;
  }

  .text-block-60-2 {
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.35;
  }

  .image-50 {
    width: 70%;
  }

  .div-block-realizacao-geral-2 {
    margin-top: 0;
  }

  .block-logos-patrocinios-2 {
    margin-top: 0;
    padding: 0 .3125rem;
  }

  .cobre {
    width: 6.5rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .section-five {
    padding-bottom: 1.25rem;
    left: auto;
    right: auto;
  }

  .div-block-menor-apoio-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .bronze {
    width: 6.5rem;
    margin: 1rem .3rem;
  }

  .box-pepc {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    top: 40px;
  }

  .text-block-70 {
    padding-right: 30px;
  }

  .box-certificado {
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
    display: flex;
    position: relative;
    top: 20px;
  }

  .text-block-71 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-319-copy {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    left: auto;
  }

  .button-fotos {
    margin-bottom: 2rem;
    top: 40px;
  }

  .button-fotos.b-2 {
    margin-top: 2.5rem;
  }

  .button-fotos.b-3 {
    align-self: center;
  }
}


