@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype"), url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1c1c1c;
  --copy-bright: #f8eed8;
  --copy-grey: #7a7a7a;
  --sandy-brown: #ffbb69;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.title2 {
  margin-top: 4px;
  margin-bottom: 30px;
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1;
}

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
}

.title4.text-regular {
  color: #f1f1f1;
  font-size: 1.5em;
  line-height: 1.6;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.p-sm-start {
  padding-top: 3em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  padding-left: 1.6em;
}

.container-w1.gutter-outside.full-height {
  color: #0e0e0e;
  background-color: #000000c2;
  border: 1px #000;
  height: 100%;
}

.footer {
  z-index: 10;
  position: relative;
}

.section-tutorial {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.text-center {
  text-align: center;
}

.text-regular {
  font-weight: 400;
}

.main-nav__underline {
  background-color: #121217;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.intro {
  width: 100%;
  max-width: 43.75em;
}

.hero__background-image-wrapper {
  z-index: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.hero__background-image-wrapper.main {
  background-color: #000;
  margin-bottom: 0;
  position: absolute;
}

.hero__grid-left {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
  position: relative;
}

.hero__grid-left.hero {
  max-width: 39em;
}

.main-nav__logo {
  border-right: 1px solid #c1c2c5;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 2em;
  text-decoration: none;
  display: flex;
}

.main-nav__logo.w--current {
  color: #f5cd77;
}

.main-nav__menu {
  display: flex;
}

.main-nav__links-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.main-section {
  z-index: 10;
  color: #121217;
  background-color: #fff;
  padding-top: 7.5rem;
  position: relative;
  overflow: hidden;
}

.main-section.main-hero {
  background-color: var(--black);
  color: var(--copy-bright);
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 4.375em;
  display: block;
}

.subtitle {
  color: #73737c;
  font-size: 1.125em;
}

.main-nav {
  background-color: #00000087;
  border-bottom: 1px solid #c1c2c5;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.main-nav-inner {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero__background-image {
  opacity: 1;
  color: var(--copy-grey);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  border-right: 20px solid #00000024;
  height: auto;
  max-height: 80vh;
}

.hero__grid {
  z-index: auto;
  background-color: var(--black);
  grid-template-rows: auto;
  height: 100vh;
  padding-top: 14em;
  padding-bottom: 3.75em;
  display: block;
  position: relative;
}

.main-nav__link {
  color: #121217;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.4;
  text-decoration: none;
}

.main-nav__link:hover {
  opacity: 1;
}

.main-nav__link.light {
  color: var(--copy-bright);
  font-size: .875rem;
}

.main-nav__link.right {
  padding-right: 0;
}

.hero-parallax {
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.grid-leistung__subtitle {
  align-self: flex-end;
  margin-bottom: 80px;
  font-size: 18px;
}

.grid-leistung__subtitle.left {
  align-self: flex-start;
  margin-bottom: 0;
}

.grid-leistung__card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--black);
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2.125em;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.grid-leistung__card:hover {
  background-color: #eee;
}

.grid-leistung__card.first {
  border-style: none;
  align-items: flex-start;
  padding: 34px 0;
  display: flex;
}

.grid-leistung__card.first:hover {
  background-color: #0000;
}

.grid-leistungen {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.subtitle__wrapper {
  width: 100%;
  max-width: 56em;
  padding-bottom: 0;
}

.logo-text {
  color: #f5cd77;
  letter-spacing: .01em;
  font-family: Great Vibes, cursive;
  font-size: 2em;
  line-height: 1.5;
}

.cta-link {
  color: var(--copy-grey);
  display: inline;
}

.text-color-highlight {
  color: var(--sandy-brown);
}

.text-bright {
  color: var(--copy-bright);
}

.section {
  background-color: #313131;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image {
  max-width: 50%;
}

.center {
  text-align: center;
  text-decoration: none;
}

.link-contact {
  max-width: 55px;
}

.contactos-fim {
  margin-top: 71px;
}

.text-block {
  color: #e7e7e7;
  margin-top: 17px;
  font-style: normal;
  line-height: 1.5;
  text-decoration: none;
}

.coluna-eventos {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
}

.texto-evento {
  margin-top: 30px;
  font-size: 25px;
  line-height: 43px;
}

.botao-inscrever {
  text-transform: none;
  white-space: normal;
  background-color: #ad2929;
  border-radius: 8px;
  margin-top: 69px;
  padding: 20px 60px;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  box-shadow: 2px 2px 8px #e2060661;
}

.botao-inscrever:hover {
  background-color: #eb0000;
}

.image-2 {
  border: 1px solid #000;
  border-radius: 6px;
}

.space {
  margin-top: 44px;
  margin-bottom: 39px;
}

.espacador {
  color: #9c1414;
  background-color: #db9c9c;
  margin-top: 109px;
  margin-bottom: 104px;
  padding-top: 4px;
}

.linksnt, .text-block-2, .text-block-3 {
  color: #fff;
}

.logo-em {
  color: red;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .container-w2.gutter-outside {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .title4.text-regular {
    font-size: 1.4em;
  }

  .section-tutorial {
    border-top: 1px solid #d4d4d4;
  }

  .intro {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero__background-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    position: relative;
  }

  .hero__background-image-wrapper.main {
    align-items: flex-end;
    position: relative;
  }

  .hero__grid-left {
    max-width: none;
    display: block;
  }

  .hero__grid-left.hero {
    align-items: center;
    max-width: none;
  }

  .main-nav__logo {
    z-index: 1000;
    border-right-style: none;
  }

  .main-nav__menu {
    z-index: 99;
    position: relative;
    inset: 0%;
  }

  .main-section.main-hero {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-nav {
    z-index: 999;
    height: 80px;
  }

  .hero__background-image {
    flex: 0 auto;
  }

  .hero__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .main-nav__link {
    color: #fff;
    transition: opacity .4s;
  }

  .main-nav__link:hover {
    opacity: .7;
  }

  .hero-parallax {
    position: relative;
    overflow: hidden;
  }

  .grid-leistungen {
    grid-template-columns: 1fr 1fr;
  }

  .texto-evento {
    font-size: 18px;
    line-height: 27px;
  }

  .heading, .heading-2, .heading-3, .heading-4 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .72rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .title2 {
    margin-top: 54px;
    margin-bottom: 19px;
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .title4.text-regular {
    font-size: 1.8em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .hero__background-image-wrapper {
    overflow: visible;
  }

  .main-nav__logo {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav__menu {
    justify-content: center;
    width: 100%;
    margin-top: 2em;
  }

  .main-section.main-hero {
    overflow: hidden;
  }

  .main-nav {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    position: absolute;
  }

  .main-nav-inner {
    flex-direction: column;
  }

  .hero__background-image {
    border-right-style: none;
  }

  .hero__grid {
    padding-top: 13.5em;
    padding-bottom: 5em;
  }

  .grid-leistungen {
    grid-template-columns: 1fr;
  }

  .image {
    margin-top: 22px;
  }

  .center {
    margin-top: 6px;
    margin-bottom: 17px;
  }

  .text-block {
    font-size: .9rem;
  }

  .heading {
    margin-top: 18px;
  }

  .heading-3 {
    margin-top: 21px;
  }
}

@media screen and (max-width: 479px) {
  .title4.text-regular {
    font-size: 1.3em;
    line-height: 2.1;
  }

  .p-xs-end {
    padding-bottom: 3.3em;
  }

  .container-w1.gutter-outside {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__background-image-wrapper {
    padding-top: 0;
    overflow: visible;
  }

  .main-nav__logo {
    border-right-style: none;
    max-width: 45vw;
    padding-right: 0;
  }

  .main-section {
    padding-top: 6.25rem;
  }

  .main-section.main-hero {
    height: auto;
    min-height: auto;
  }

  .hero__background-image {
    border-right-style: none;
    overflow: hidden;
  }

  .hero__grid {
    padding-top: 16.4em;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .hero-parallax {
    position: relative;
  }

  .grid-leistung__card.first {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-leistungen {
    grid-template-columns: 1fr;
    padding-left: 7px;
    padding-right: 7px;
  }

  .text-block {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: .8rem;
  }

  .logo-em {
    text-align: center;
    font-size: 1.7rem;
  }
}

#w-node-_33730a6b-ee81-c5f6-d485-559f2693ff86-5f3dd231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedb3-5f3dd231, #w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedb9-5f3dd231, #w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedc5-5f3dd231, #w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedd1-5f3dd231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33730a6b-ee81-c5f6-d485-559f2693ff86-64c79e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedb3-64c79e95, #w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedb9-64c79e95, #w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedc5-64c79e95, #w-node-ca597df4-aa1c-8344-5ed7-cb2554dbedd1-64c79e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33730a6b-ee81-c5f6-d485-559f2693ff86-1f7a7ebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}