@font-face {
  font-family: Abcoracle;
  src: url('../fonts/ABCOracle-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcoracle;
  src: url('../fonts/ABCOracle-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcoracle;
  src: url('../fonts/ABCOracle-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --iridescent-white: azure;
  --amarelo: yellow;
  --cyber-magenta: #ff00ab;
  --roxo: #931dcf;
  --neon-slime: lime;
  --electric-splash: #0bf;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h3 {
  color: var(--iridescent-white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--amarelo);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
}

.box-pink {
  grid-column-gap: 32px;
  background-color: var(--cyber-magenta);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 672px;
  height: 645px;
  text-decoration: none;
  display: flex;
}

.hero-text {
  font-size: 22px;
  position: absolute;
  top: 59.4432px;
  left: 74px;
}

.hero-text-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 59.4432px;
  left: 74px;
}

.hero-text-1 {
  color: #ff0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 59.4432px;
  left: 74px;
}

.hero-text-2 {
  color: #ff0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 59.4432px;
  left: 74px;
}

.benefits-section {
  grid-row-gap: 10px;
  background-color: azure;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8% 10%;
  text-decoration: none;
  display: flex;
}

.benefits-section-2 {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.benefits-title {
  color: #931dcf;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.benefits-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
}

.benefit-item {
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.benefit-icon {
  grid-row-gap: 0px;
  background-color: #2afc2f;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.benefit-number {
  color: #931dcf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  position: static;
  inset: auto;
}

.benefit-text {
  color: #931dcf;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.benefit-item-2 {
  grid-column-gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 365.333px;
  text-decoration: none;
  display: flex;
}

.cursos {
  background-color: var(--iridescent-white);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  text-decoration: none;
  display: flex;
}

.container {
  background-color: #931dcf;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container.formulario {
  background-color: var(--roxo);
  border-radius: 0 0 20px 20px;
}

.wrap {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1201px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  text-decoration: none;
  display: flex;
}

.wrap-cursos {
  grid-row-gap: 66px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title {
  color: #ff0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 80%;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 20px;
  object-fit: cover;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-section {
  grid-row-gap: 102px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-header-container {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-header {
  color: var(--roxo);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.course-options-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.course-option {
  grid-column-gap: 10px;
  border: 2px solid var(--roxo);
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 22px;
  font-family: Abcoracle, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.course-option-text {
  color: var(--roxo);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.main-form-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-container {
  grid-row-gap: 109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 895px;
  text-decoration: none;
  display: flex;
}

.form-fields-container {
  grid-row-gap: 66px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-field-row {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-field {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-field-label {
  color: #fff9;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.submit-button-container {
  grid-column-gap: 26px;
  background-color: #0f0;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.submit-button-text {
  color: #931dcf;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer {
  background-color: azure;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 70px 0;
  text-decoration: none;
  display: flex;
}

.footer-section {
  grid-row-gap: 64px;
  background-color: var(--roxo);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 80px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
}

.footer-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--iridescent-white);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.contact-info {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.course-level {
  color: var(--iridescent-white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.phone-number {
  color: var(--amarelo);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.phone-number:hover {
  text-decoration: underline;
}

.address-info {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.form-field-label-2 {
  color: var(--iridescent-white);
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.hero-block-pink {
  background-color: var(--cyber-magenta);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.text-block {
  color: var(--iridescent-white);
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: 32px 15% auto 32px;
}

.heading {
  color: var(--iridescent-white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: static;
  inset: auto auto 0% 0%;
}

.text-span {
  color: var(--amarelo);
  font-weight: 300;
}

.about-us-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--roxo);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5% 32px 0% 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.titulo-de-section {
  color: var(--neon-slime);
  text-transform: uppercase;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.bullet {
  background-color: var(--neon-slime);
  border-radius: 999px;
  width: 1.1rem;
  height: 1.1rem;
}

.wrap-title-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: var(--iridescent-white);
  max-width: 1100px;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.wrap-text-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: auto;
  padding: 100px 0% 50px 5%;
  display: flex;
  position: sticky;
  top: 20px;
}

.grelha-img {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  padding-left: 20vw;
  display: none;
}

.body {
  background-color: var(--iridescent-white);
  overflow: visible;
}

.video-hero-box {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.img-grid {
  border-radius: 20px;
  overflow: hidden;
}

.img-grid.small {
  width: 80%;
}

.img-grid.img2 {
  transform: translate(56px, -74px);
}

.heading-2 {
  color: var(--roxo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
}

.heading-2.branco {
  color: var(--iridescent-white);
  text-align: center;
}

.grelha-cursos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-height: none;
  display: grid;
}

.div-block {
  border-radius: 20px;
}

.card-curso-video {
  grid-row-gap: 10px;
  background-image: url('../images/Cinema_1.webp');
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 508px;
  padding: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.wrap-text-card {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: static;
}

.course-level-2 {
  color: #ff0;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.course-name {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.background-video-2 {
  position: absolute;
  inset: 0%;
}

.card-cursos {
  width: 100%;
  max-width: none;
  height: 450px;
  position: static;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.col-content-parent {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(to bottom, var(--cyber-magenta), var(--cyber-magenta));
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px 32px 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.col-content-parent:hover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cinema_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.col-content-parent.restauro:hover {
  background-image: linear-gradient(#00000047, #00000047), url('../images/Conservacao-Restauro_1.webp');
}

.col-content-parent.idustrias:hover {
  background-image: linear-gradient(#00000029, #00000029), url('../images/Gestao-Industrias-Criativas_1.webp');
}

.col-content-parent.animacao:hover {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Animacao_1.webp');
}

.col-content-parent.design-som:hover {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Design-Som_1.webp');
}

.col-content-parent.media:hover {
  background-image: linear-gradient(#00000045, #00000045), url('../images/new-media-art_1.webp');
}

.col-content-parent.efeitos:hover {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/Efeitos-Visuais_1.webp');
  background-position: 0 0, 50% 0;
}

.col-left-inner {
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-bg {
  z-index: 0;
  opacity: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.ab {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.span-text {
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 48px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.elemento-seta-cards {
  max-width: none;
  position: absolute;
  inset: auto auto -44% -56%;
}

.div-block-2 {
  background-color: var(--iridescent-white);
  border-radius: 999px;
  width: 2rem;
  height: 2rem;
}

.div-block-3 {
  display: flex;
}

.image {
  width: auto;
  max-width: 70%;
  max-height: 20%;
  position: static;
  inset: 32px auto auto 32px;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.form-warp {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrap-input-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrap-form-r1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Abcoracle, Arial, sans-serif;
  display: flex;
}

.field-label {
  opacity: 1;
  color: var(--roxo);
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.wrap-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.textarea {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--roxo);
  background-color: var(--iridescent-white);
  color: var(--roxo);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.textarea:hover {
  border-bottom-color: var(--electric-splash);
}

.textarea::placeholder {
  color: var(--roxo);
}

.text-field {
  border-style: none none solid;
  border-width: 2px 1px;
  border-color: var(--roxo);
  background-color: var(--iridescent-white);
}

.text-field:hover {
  border-bottom-color: var(--electric-splash);
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--roxo);
  background-color: var(--iridescent-white);
}

.text-field-2:hover {
  border-bottom-color: var(--electric-splash);
}

.text-field-3 {
  border-style: none none solid;
  border-width: 3px 3px 2px;
  border-color: var(--neon-slime) var(--neon-slime) var(--roxo);
  background-color: var(--iridescent-white);
}

.text-field-3:hover {
  border-bottom-color: var(--electric-splash);
}

.submit-button {
  background-color: var(--roxo);
  color: var(--iridescent-white);
  letter-spacing: 2px;
  border-radius: 999px;
  margin: 0 0 0 32px;
  padding: 24px;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.submit-button:hover {
  background-color: var(--electric-splash);
  color: var(--iridescent-white);
}

.wrap-all-form {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-4 {
  background-color: var(--amarelo);
  position: absolute;
}

.image-2 {
  width: 30px;
  max-width: none;
  margin-right: 16px;
  padding-top: 3px;
}

.button {
  background-color: var(--iridescent-white);
  color: var(--cyber-magenta);
  text-align: center;
  border-radius: 999px;
  width: auto;
  height: auto;
  margin: 0 auto 0 0;
  padding: 24px;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button:hover {
  background-color: var(--electric-splash);
  color: var(--iridescent-white);
}

.button.beneficios {
  background-color: var(--roxo);
  color: var(--iridescent-white);
  margin-left: 32px;
}

.button.beneficios:hover {
  background-color: var(--neon-slime);
  color: var(--roxo);
}

.button.beneficios.centrado {
  margin-left: auto;
}

.button.beneficios.centrado:hover {
  background-color: var(--electric-splash);
  color: var(--iridescent-white);
}

.wrap-info-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.wrap-text-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--roxo);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: var(--roxo);
  font-size: 1.6rem;
  display: block;
}

.text-span-2 {
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.grelha-imagens {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  padding-left: 0;
  display: grid;
}

.radio-button-field {
  border: 2px solid var(--roxo);
  text-align: left;
  border-radius: 999px;
  width: auto;
  padding: 18px 22px;
  display: block;
}

.radio-button {
  display: block;
  overflow: visible;
}

.ms-radio-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.field-label-10 {
  color: #3e404c;
  margin-bottom: 0;
}

.ms-radio-row {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.ms-radio-wrap {
  color: var(--roxo);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Abcoracle, Arial, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.ms-radio-dot {
  border: 2px solid var(--roxo);
  flex: none;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot:hover {
  border-width: 1px;
  margin-top: 0;
}

.ms-radio-dot.w--redirected-checked {
  border: 12px solid var(--roxo);
  width: 32px;
  height: 32px;
  margin-top: 0;
  display: block;
}

.ms-input-label {
  color: #000;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.text-span-5 {
  font-weight: 700;
}

.form-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.checkbox-label {
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.checkbox-field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkbox-field-2 {
  border: 1px solid var(--roxo);
  color: #000;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.checkbox-text {
  z-index: auto;
  color: var(--roxo);
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.checkbox {
  color: #fff;
  cursor: pointer;
  border-style: none;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #fff;
  border-radius: 20px;
  margin-top: auto;
}

.checkbox-label-1 {
  z-index: 10;
  color: #fff;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.1rem;
  display: none;
  position: relative;
}

.checkbox-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-cursos {
  border: 2px solid var(--roxo);
  color: #000;
  border-radius: 999px;
  margin-left: 0;
  margin-right: 2px;
  padding: 18px 22px;
  position: relative;
}

.checkbox-cursos:hover {
  border-color: var(--electric-splash);
}

.checkbox-text-2 {
  z-index: auto;
  color: var(--roxo);
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
}

.checkbox-field-3 {
  color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.checkbox-text-3 {
  z-index: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.checkbox-2 {
  color: #fff;
  cursor: pointer;
  border-style: none;
  border-radius: 20px;
  width: auto;
  margin-top: auto;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0%;
}

.checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #fff;
  border-radius: 20px;
  margin-top: auto;
}

.checkbox-label-2 {
  z-index: 10;
  color: #fff;
  display: none;
  position: relative;
}

.links-footer {
  margin-left: auto;
}

.btn-politica {
  color: var(--iridescent-white);
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.btn-politica:hover {
  color: var(--amarelo);
  text-decoration: underline;
}

.image-3 {
  max-width: 20%;
}

.paragraph-2 {
  line-height: 1.3;
}

.paragraph-3 {
  width: 70%;
  font-size: 18px;
  line-height: 1.3;
}

.hero-inner {
  background-color: #f5e1d2;
  padding-top: 90px;
  padding-bottom: 90px;
}

.hero-inner.text-center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--cyber-magenta);
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30vh;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.container-5 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-4 {
  text-transform: none;
}

.privacy-section.section-spacing-sm-top {
  padding-left: 32px;
  padding-right: 32px;
}

.container-medium {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30%;
  padding-right: 0;
}

.privacy-wrap {
  padding-top: 10%;
  padding-bottom: 10%;
}

.rich-text {
  font-family: Abcoracle, Arial, sans-serif;
  text-decoration: none;
}

.footer-section-2 {
  grid-row-gap: 64px;
  background-color: #931dcf;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  display: flex;
}

.phone-number-2 {
  color: #ff0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.course-level-3 {
  color: azure;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px azure;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.btn-politica-2 {
  color: azure;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.btn-politica-2:hover {
  color: #ff0;
  text-decoration: underline;
}

.body-2 {
  background-color: var(--iridescent-white);
}

.text-span-6 {
  color: #ff0;
  font-weight: 300;
}

.heading-5 {
  color: azure;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  position: static;
  inset: auto auto 0% 0%;
}

.hero-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
}

.hero-block-pink-2 {
  background-color: #ff00ab;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-4 {
  width: auto;
  max-width: 100%;
  position: absolute;
  inset: 32px auto auto 32px;
}

.button-2 {
  color: #ff00ab;
  text-align: center;
  background-color: azure;
  border-radius: 999px;
  width: auto;
  height: auto;
  margin: 32px auto;
  padding: 32px;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.button-2.voltar {
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
  font-size: 1rem;
}

.button-2.voltar:hover {
  background-color: var(--roxo);
  color: var(--iridescent-white);
}

.heading-6 {
  color: #931dcf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-6.branco {
  color: azure;
  text-align: center;
  position: static;
  inset: auto;
}

.pink-bloc-head {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--cyber-magenta);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: static;
}

.bold-text {
  color: var(--roxo);
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
}

.paragrafo-politica {
  padding-left: 32px;
  font-family: Abcoracle, Arial, sans-serif;
}

.heading-7 {
  margin-top: 30px;
}

.link {
  color: var(--roxo);
}

.link:hover {
  color: var(--cyber-magenta);
}

.paragraph-4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.image-5 {
  box-sizing: border-box;
  object-fit: fill;
  position: static;
  inset: 0%;
}

.success-message {
  background-color: var(--neon-slime);
  color: var(--roxo);
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Abcoracle, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.text-block-2 {
  font-family: Abcoracle, Arial, sans-serif;
}

.error-message {
  color: var(--roxo);
  background-color: #ffc0da;
  border-radius: 10px;
  font-family: Abcoracle, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.modal-content {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.accordion-header {
  cursor: pointer;
  position: relative;
}

.accordion-button {
  padding: 16px 72px 16px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.cookies__deny {
  background-color: var(--roxo);
  text-align: center;
  border-radius: 999px;
  width: 100%;
  font-family: Abcoracle, Arial, sans-serif;
}

.modal-header {
  pointer-events: auto;
  padding-bottom: 16px;
}

.cookies__accept {
  background-color: var(--roxo);
  text-align: center;
  border-radius: 999px;
  width: 100%;
  font-family: Abcoracle, Arial, sans-serif;
}

.accordion-body {
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 16px;
}

.cookies__cancel {
  color: #212529;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  font-family: Abcoracle, Arial, sans-serif;
}

.modal-footer {
  text-align: center;
  padding-top: 16px;
}

.cookies__message {
  margin-bottom: 16px;
}

.cookies__buttons {
  margin-top: -8px;
  margin-left: -10px;
  margin-right: -10px;
}

.accordion-item {
  position: relative;
}

.cookies__submit {
  background-color: var(--roxo);
  text-align: center;
  border-radius: 999px;
  font-family: Abcoracle, Arial, sans-serif;
  font-weight: 500;
}

.cookies__check-container {
  font-size: 20px;
  position: absolute;
  top: 14px;
  right: 16px;
}

.cookies__check-container.cookies__check-container--disabled {
  opacity: .5;
  cursor: not-allowed;
}

.cookies__know-more {
  font-size: 12px;
}

.cookies__settings {
  display: none;
}

.modal-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.pe-none {
  pointer-events: none;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0 solid #000;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.text-block-3 {
  font-family: Abcoracle, Arial, sans-serif;
  font-weight: 500;
}

.headings-accordions {
  font-family: Abcoracle, Arial, sans-serif;
}

.cookies__checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../images/unchecked-switch.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dee2e6;
  border-radius: 2em;
  width: 2em;
  height: 1em;
  transition-property: background-position;
  transition-duration: .15s;
  transition-timing-function: ease-in-out;
}

.cookies__checkbox.w--redirected-checked {
  background-image: url('../images/checked-switch.svg');
  background-position: 100%;
  background-size: contain;
}

.cookies__button-col {
  margin-top: 8px;
}

.cookies__button-col.cookies__button-col--cancel {
  text-align: right;
}

.cookies__wrapper {
  pointer-events: none;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: calc(100% - 56px);
  margin: 28px auto;
  display: flex;
}

.accordion-icon {
  filter: invert();
  pointer-events: none;
  background-image: url('../images/seta_1seta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  left: 12px;
}

.cookies__settings-link {
  color: var(--roxo);
  text-decoration: underline;
}

.cookies__settings-link:hover {
  color: var(--cyber-magenta);
}

.accordion-collapse {
  display: none;
  overflow: hidden;
}

.descriptive-text {
  font-family: Abcoracle, Arial, sans-serif;
  font-weight: 300;
}

.cookies__box {
  z-index: 1055;
  background-color: #0003;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden auto;
}

.text-block-4 {
  color: var(--roxo);
  font-family: Abcoracle, Arial, sans-serif;
  text-decoration: underline;
}

.text-block-4:hover {
  color: var(--cyber-magenta);
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.ms-pill-item {
  color: var(--roxo);
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  position: relative;
}

.ms-pill-item:hover {
  border: 2px none var(--electric-splash);
}

.ms-pill-radio {
  display: none;
}

.ms-pill-label {
  z-index: 2;
  border: 2px solid var(--roxo);
  white-space: nowrap;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 18px;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: var(--electric-splash);
}

.ms-radio-row-2 {
  grid-column-gap: 30px;
  grid-row-gap: 1px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.ms-input-label-2 {
  border: 2px none var(--roxo);
  color: var(--roxo);
  border-radius: 999px;
  margin-bottom: 0;
  padding: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.text-span-7 {
  font-weight: 300;
}

.ms-radio-row-3 {
  grid-column-gap: 16%;
  grid-row-gap: 16%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.ms-radio-dot-2 {
  border-color: #12133140;
  flex: none;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot-2:hover {
  border: 1px solid var(--roxo);
  margin-top: 0;
}

.ms-radio-dot-2.w--redirected-checked {
  border: 12px solid var(--roxo);
  width: 32px;
  height: 32px;
  margin-top: 0;
}

.ms-input-label-3 {
  color: var(--roxo);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.text-span-8 {
  font-weight: 700;
}

.paragrafo-politica-2 {
  width: 100%;
  padding-left: 0;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.line-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragrafo-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-2 {
  color: #931dcf;
}

.link-2:hover {
  color: #ff00ab;
}

.text-span-10 {
  color: #333;
  font-weight: 500;
}

.container-medium-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0;
}

.text-span-11 {
  color: #333;
  font-weight: 500;
}

.italic-text {
  font-weight: 500;
}

.privacy-wrap-2 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.bold-text-2 {
  color: #931dcf;
  text-align: right;
  width: 30%;
  font-family: Abcoracle, Arial, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.1;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.text-span-12, .text-span-13 {
  font-weight: 500;
  text-decoration: underline;
}

.link-3 {
  color: var(--roxo);
  text-decoration: underline;
}

.link-3:hover {
  color: var(--cyber-magenta);
  font-weight: 300;
}

.italic-text-2 {
  text-align: left;
  font-weight: 300;
}

@media screen and (min-width: 1920px) {
  .col-content-parent {
    justify-content: center;
    align-items: center;
    padding-bottom: 6rem;
  }

  .parent.class-type {
    justify-content: center;
    align-items: center;
  }

  .span-text {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    flex-flow: column;
  }

  .benefits-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .benefits-section-2 {
    grid-row-gap: 70px;
  }

  .cursos {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap {
    justify-content: space-between;
    align-items: center;
  }

  .form-header {
    text-align: left;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-container {
    flex-flow: column;
  }

  .heading {
    font-size: 40px;
  }

  .about-us-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .paragraph {
    font-size: 18px;
  }

  .heading-2 {
    text-align: left;
    font-size: 60px;
  }

  .grelha-cursos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .course-name {
    font-size: 20px;
  }

  .card-cursos {
    height: 410px;
  }

  .col-content-parent {
    padding-top: 2rem;
  }

  .video-bg {
    min-width: auto;
  }

  .image {
    max-width: 32%;
  }

  .form-warp {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .submit-button {
    font-size: 18px;
  }

  .image-2 {
    width: 19px;
  }

  .button {
    width: auto;
    font-size: 18px;
  }

  .button.beneficios {
    width: 299px;
  }

  .wrap-info-hero {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    margin-bottom: 0;
  }

  .wrap-text-form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grelha-imagens {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 0%;
  }

  .ms-radio-group {
    justify-content: flex-start;
    align-items: center;
  }

  .ms-radio-row {
    align-content: stretch;
  }

  .ms-radio-wrap {
    padding-bottom: 5px;
  }

  .form-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .checkbox-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .links-footer {
    margin-left: 0;
    margin-right: auto;
  }

  .image-3 {
    max-width: 50%;
    padding-bottom: 5%;
  }

  .paragraph-3 {
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .hero-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-inner.text-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy-section.section-spacing-sm-top {
    padding-left: 0;
    padding-right: 0;
  }

  .container-medium {
    padding-left: 30%;
    padding-right: 32px;
  }

  .footer-container-2 {
    flex-flow: column;
  }

  .heading-5 {
    font-size: 3.4rem;
  }

  .hero-2 {
    flex-flow: column;
  }

  .image-4 {
    max-width: 40%;
  }

  .button-2 {
    width: 299px;
    font-size: 1.3rem;
  }

  .button-2.voltar.w--current {
    width: auto;
  }

  .heading-6 {
    text-align: center;
    font-size: 3.8rem;
  }

  .cookies__buttons {
    flex-flow: wrap;
    display: flex;
  }

  .ms-radio-row-2 {
    align-content: stretch;
  }

  .ms-radio-row-3 {
    grid-column-gap: 32px;
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: flex-start;
  }

  .container-medium-2 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .benefits-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .benefit-item {
    width: 190px;
  }

  .benefit-text {
    font-size: 18px;
  }

  .wrap {
    grid-row-gap: 66px;
    padding-top: 66px;
  }

  .heading {
    font-size: 32px;
  }

  .about-us-section {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph {
    font-size: 18px;
  }

  .wrap-text-section {
    padding-top: 50px;
    padding-left: 0%;
    font-size: 14px;
    position: static;
  }

  .heading-2 {
    text-align: center;
    font-size: 60px;
  }

  .heading-2.branco {
    text-align: center;
  }

  .grelha-cursos {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-curso-video {
    height: 390px;
  }

  .course-name {
    font-size: 20px;
  }

  .card-cursos {
    height: 230px;
  }

  .col-content-parent {
    padding-right: 2rem;
  }

  .form-warp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-form-r1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .textarea {
    padding-left: 0;
  }

  .submit-button {
    padding: 27px;
    font-size: 18px;
  }

  .wrap-all-form {
    width: 100%;
  }

  .image-2 {
    width: 13px;
  }

  .button {
    width: auto;
    padding: 24px;
    font-size: 18px;
  }

  .form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grelha-imagens {
    padding-top: 0;
  }

  .ms-radio-group, .form-2 {
    width: 100%;
  }

  .hero-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-inner.text-center {
    height: 20vh;
  }

  .container-medium {
    padding-left: 20%;
    padding-right: 32px;
  }

  .heading-5 {
    font-size: 2.6rem;
  }

  .button-2 {
    width: 271px;
    padding: 27px;
    font-size: 1.2rem;
  }

  .heading-6 {
    text-align: center;
    font-size: 3.2rem;
  }

  .heading-6.branco {
    text-align: center;
    font-size: 2.6rem;
  }

  .cookies__cancel, .cookies__submit {
    width: 100%;
  }

  .cookies__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms-radio-row-3 {
    flex-flow: column;
    margin-left: 0;
    margin-right: auto;
  }

  .container-medium-2 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .box-pink {
    padding: 16px;
  }

  .benefits-section-2 {
    grid-row-gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .benefits-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .benefit-number {
    font-size: 28px;
  }

  .benefit-text {
    font-size: 17px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrap {
    grid-row-gap: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wrap-cursos {
    grid-row-gap: 24px;
  }

  .footer-section {
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    font-size: 27px;
  }

  .paragraph {
    font-size: 16px;
  }

  .wrap-text-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video-hero-box {
    height: 70%;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-2.branco {
    font-size: 24px;
  }

  .grelha-cursos {
    grid-template-columns: 1fr;
  }

  .card-curso-video {
    display: none;
  }

  .wrap-text-card {
    padding-bottom: 0;
  }

  .course-name {
    font-size: 18px;
  }

  .card-cursos {
    width: 100%;
    height: 330px;
  }

  .col-content-parent {
    padding-bottom: 1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .span-text {
    font-size: 32px;
  }

  .elemento-seta-cards {
    bottom: -96%;
  }

  .image {
    max-width: 70%;
    left: 16px;
  }

  .form-warp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrap-input-form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .textarea {
    text-align: left;
  }

  .submit-button {
    font-size: 16px;
  }

  .image-2 {
    margin-right: 5px;
  }

  .button {
    width: auto;
    margin: 0;
    padding: 16px;
    font-size: 16px;
  }

  .button.beneficios {
    width: 213px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-info-hero {
    width: 90%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    right: auto;
  }

  .wrap-text-form {
    padding-top: 32px;
  }

  .ms-radio-group, .field-label-10, .ms-radio-row {
    width: 100%;
  }

  .ms-radio-wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .checkbox-label-1 {
    text-align: center;
  }

  .checkbox-cursos {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 16px;
  }

  .checkbox-text-2 {
    text-align: center;
    font-size: .9rem;
  }

  .btn-politica {
    font-size: .9rem;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .hero-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-inner.text-center {
    height: 17vh;
    padding: 16px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-section.section-spacing-sm-top {
    padding-left: 0;
    padding-right: 0;
  }

  .container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-section-2 {
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-politica-2 {
    font-size: .9rem;
  }

  .heading-5 {
    font-size: 1.8rem;
  }

  .hero-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .image-4 {
    max-width: 80%;
    left: 16px;
  }

  .button-2 {
    width: 213px;
    margin: 0;
    padding: 16px;
    font-size: 1rem;
  }

  .heading-6, .heading-6.branco {
    font-size: 1.6rem;
  }

  .bold-text {
    font-size: 1.2rem;
  }

  .paragrafo-politica {
    padding-left: 22px;
  }

  .cookies__box {
    display: none;
  }

  .ms-radio-row-2, .ms-radio-row-3 {
    width: 100%;
  }

  .ms-input-label-3 {
    font-size: 14px;
  }

  .paragrafo-politica-2 {
    padding-left: 22px;
  }

  .line-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .paragrafo-wrap {
    width: 100%;
  }

  .container-medium-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-2 {
    text-align: left;
    width: 100%;
    font-size: 1.2rem;
  }
}

#w-node-_635a91d8-c33f-791b-1e0e-cb2c2ce92828-fe591649 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03c29725-86a1-eb74-eb94-2865bad46e05-fe591649 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Abcoracle';
  src: url('../fonts/ABCOracle-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcoracle';
  src: url('../fonts/ABCOracle-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcoracle';
  src: url('../fonts/ABCOracle-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}