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

body {
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3.75rem;
    line-height: 1.3;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3.25rem;
    line-height: 1.3;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
}

.page-wrapper {
    overflow: hidden;
}

.section-hero {
    position: relative;
    margin-top: 104px;
    padding-top: 48px;
    padding-bottom: 175px;
    background-color: #191c2f;
}

.page-padding {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.container-large {
    width: 100%;
    max-width: 1216px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
}

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

.hero-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
}

.hero-title {
    color: #fff;
    text-transform: uppercase;
}

.hero-title-2 {
    color: #ebe0cd;
}

.hero-title-icon {
    background-image: url('../images/icone-mulher-obstetricia.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: transparent;
}

.button-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #ebe0cd;
    color: #191c2f;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

.hero-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.button-secondary {
    padding: 16px 0px;
    background-color: transparent;
    background-image: url('../images/icon-bottom.svg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 1rem;
    font-weight: 500;
}

.button-secondary.form {
    color: #191c2f;
}

.button-secondary.blue {
    color: #ebe0cd;
}

.hero-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.hero-coordinator {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.hero-photo-coordinator {
    position: absolute;
    z-index: 2;
    margin-left: -40px;
    border-style: solid;
    border-width: 2px;
    border-color: #191c2f;
    border-radius: 100px;
    background-color: #2e3142;
}

.hero-text-coordinator {
    width: 360px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.icon-scribble {
    position: absolute;
    margin-top: 100px;
    margin-left: 35px;
}

.icon-turma-2022 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 132px;
    margin-left: -200px;
}

.mec-small {
    display: inline-block;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.3;
    text-align: center;
}

.mec-large {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 900;
}

.block-mec {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: -24px;
    margin-right: -104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-destaque {
    position: relative;
    background-color: #ebe0cd;
}

.destaque-wrapper {
    position: relative;
    top: -176px;
    z-index: 0;
}

.destaque-img-desktop {
    display: none;
    border-radius: 20px;
}

.grid-destaque {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.destaque-mercado-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 20px;
    background-color: #191c2f;
}

.destaque-slider {
    display: none;
    height: 327px;
    border-radius: 20px;
    background-color: #2e3142;
}

.card-info-title {
    margin-bottom: 16px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.slide-nav {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 32px;
    margin-left: 32px;
}

.text-block-2-copy {
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}

.text-block-2-copy {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.text-block-2-copy-copy {
    color: #fff;
    font-size: 3.25rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
}

.destaque-card-info {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.mask {
    border-radius: 20px;
}

.slide-2 {
    background-color: #2e3142;
}

.block-mercado {
    margin-top: 32px;
    padding: 56px 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #cdb29e;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.3);
}

.paragraph {
    margin-bottom: 0px;
    color: #351700;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.text-block-2 {
    margin-bottom: 16px;
    color: #351700;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

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

.section-slide {
    background-color: #ebe0cd;
}

.popup-1 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 32px 56px;
    border-radius: 20px;
    background-color: #fff;
}

.close-popup {
    width: 40px;
}

.block-slide-color-1 {
    width: 264px;
    height: 264px;
    border-radius: 20px;
    background-color: #cdb29e;
}

.block-slide-color-1.secondary {
    background-color: #351700;
}

.block-slider-img {
    width: 264px;
    height: 264px;
    border-radius: 20px;
}

.slide-block {
    overflow: hidden;
    margin-bottom: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.slide-block-two {
    overflow: hidden;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.section-info {
    padding-top: 240px;
    padding-bottom: 240px;
    background-color: #ebe0cd;
}

.grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-5 {
    padding: 72px 56px;
    border-style: solid;
    border-width: 1px;
    border-color: #cdb29e;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.3);
}

.heading-info {
    margin-top: 32px;
    margin-bottom: 56px;
    color: #351700;
}

.card-number {
    color: #fff;
}

.image-3 {
    padding: 20px;
    border-radius: 20px;
    background-color: #ebe0cd;
}

.image-3-copy {
    padding: 0px;
    border-radius: 20px;
    background-color: #ebe0cd;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.paragraph-2 {
    color: #351700;
    font-size: 1rem;
    line-height: 1.5;
}

.image-4 {
    margin-top: 4px;
    padding-bottom: 4px;
}

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.paragraph-3 {
    margin-bottom: 56px;
    color: #351700;
    font-size: 1.5rem;
    line-height: 1.5;
}

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

.section-coordenador {
    padding-top: 240px;
    padding-bottom: 240px;
    background-color: #191c2f;
}

.heading {
    color: #fff;
    text-transform: uppercase;
}

.heading-coordenador {
    margin-bottom: 24px;
    color: #fff;
    font-weight: 400;
}

.grid-2 {
    margin-top: 120px;
    margin-bottom: 160px;
    grid-column-gap: 103px;
    grid-row-gap: 103px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.text-block-3 {
    text-transform: uppercase;
}

.paragraph-4 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
}

.heading-3 {
    margin-bottom: 32px;
    color: #fff;
    text-transform: uppercase;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-3 {
    grid-column-gap: 104px;
    grid-row-gap: 104px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-curso {
    padding-top: 240px;
    padding-bottom: 240px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    background-color: #191c2f;
}

.section-contato {
    padding-top: 240px;
    padding-bottom: 240px;
    background-color: #ebe0cd;
}

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

.heading-4 {
    color: #fff;
    text-transform: uppercase;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 384px;
    margin-right: 32px;
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 20px;
}

.tabs-content {
    width: 100%;
}

.contato-title {
    color: #351700;
    text-transform: uppercase;
}

.contact-subtitle {
    margin-top: 120px;
    color: #351700;
    font-weight: 400;
    text-transform: uppercase;
}

.faq-title {
    margin-bottom: 24px;
    color: #351700;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
}

.paragraph-5 {
    color: #351700;
    font-size: 1.5rem;
    line-height: 1.3;
}

.grid-4 {
    margin-top: 60px;
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    height: 158px;
    padding: 8px 8px 8px 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #cdb29e;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.3);
    text-decoration: none;
}

.image-5 {
    padding: 42px;
    border-radius: 20px;
    background-color: #ebe0cd;
}

.text-block-4 {
    margin-bottom: 8px;
    color: #351700;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}

.text-block-5 {
    color: #351700;
    font-size: 1.5rem;
    line-height: 1.3;
}

.div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 655px;
    height: 158px;
    padding: 8px 8px 8px 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #cdb29e;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.3);
    text-decoration: none;
}

.text-block-6 {
    color: #351700;
    font-size: 1rem;
    line-height: 1.5;
}

.footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link {
    color: #351700;
    font-weight: 700;
    text-decoration: none;
}

.tab-link-tab-1.w--current {
    padding: 16px 0px;
    background-color: transparent;
    background-image: url('../images/icon-bottom.svg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

.text-block-7 {
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.tab-link-tab-2 {
    background-color: transparent;
}

.tab-link-tab-2.w--current {
    background-color: transparent;
}

.tab-link-tab-6 {
    background-color: transparent;
}

.tab-link-tab-3 {
    background-color: transparent;
}

.tab-link-tab-4 {
    background-color: transparent;
}

.tab-link-tab-5 {
    background-color: transparent;
}

.tab-link-tab-7 {
    background-color: transparent;
}

.text-block-7-copy {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.tab-link-tab-1-2 {
    background-color: #1a1515;
}

.tab-link-tab-1-2.w--current {
    background-color: #000;
}

.block-slide-color-2 {
    width: 264px;
    height: 264px;
    border-radius: 20px;
    background-color: #351700;
}

.block-slide-color-2.secondary {
    background-color: #351700;
}

.block-slider-video {
    width: 264px;
    height: 264px;
    border-radius: 20px;
    background-color: #000;
}

.block-slider-video.secondary {
    background-color: #351700;
}

.image-6 {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 20px;
}

.image-7 {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 20px;
}

.div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 370px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5000px;
    grid-column-gap: 24px;
}

.slide-block-wrapper-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5000px;
    grid-column-gap: 24px;
}

.tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 384px;
    margin-right: 32px;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 20px;
}

.tabs-content-2 {
    width: 100%;
}

.tab-link {
    background-color: transparent;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.tab-link.w--current {
    padding: 16px 0px;
    background-image: url('../images/icon-bottom.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.tab-link-2 {
    padding: 16px 0px;
    background-color: transparent;
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.tab-link-2.w--current {
    background-color: transparent;
    background-image: url('../images/icon-bottom.svg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    color: #fff;
}

.paragraph-6 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
}

.div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 20px;
}

.div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.background-video {
    width: 264px;
    height: 264px;
    border-radius: 20px;
}

.heading-coordenadora {
    margin-bottom: 48px;
    color: #fff;
    font-weight: 400;
}

.image-8 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 24px;
    height: 24px;
    margin-top: 32px;
    margin-right: 32px;
}

.btn-btn-danger {
    color: #ff0303;
}

.form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.heading-5 {
    margin-bottom: 34px;
    color: #191c2f;
}

.image-5-hover {
    display: none;
    padding: 40px 54px;
    border-radius: 20px;
    background-color: #351700;
}

.destaque-img-tablet {
    display: none;
    border-radius: 20px;
}

.new-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 120px;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ebe0cd;
    text-decoration: none;
}

.text-block-8 {
    position: relative;
    z-index: 5;
    color: #191c2f;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.hover-color-button {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    height: 0%;
    border-radius: 100%;
    background-color: #fff;
}

.heading-6 {
    display: none;
    color: #fff;
    text-transform: uppercase;
}

.text-block-9 {
    display: none;
}

.div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 20px;
    background-color: #2e3142;
}

.div-block-21 {
    display: none;
}

.card-title-1 {
    margin-bottom: 16px;
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

.card-title-2 {
    margin-bottom: 16px;
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

.card-title-3 {
    margin-bottom: 16px;
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

.card-subtitle-1 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
}

.card-subtitle-2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
}

.card-subtitle-3 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
}

.div-block-22 {
    overflow: hidden;
}

.div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 112px;
    grid-row-gap: 112px;
}

.div-block-24 {
    margin-top: 40px;
}

.div-block-26 {
    margin-right: 32px;
}

.section-top {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 500;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    background-color: #191c2f;
}

.text-span-4 {
    font-weight: 400;
}

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

.grid-2-copy {
    grid-column-gap: 103px;
    grid-row-gap: 103px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.hero-photo-coordinator-2 {
    z-index: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #191c2f;
    border-radius: 100px;
    background-color: #ebe0cd;
}

.div-block-27 {
    position: relative;
    overflow: hidden;
    width: 72px;
    height: 72px;
    border-radius: 100px;
}

.top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo1 {
    z-index: 1;
    width: 130px;
}

.logo2 {
    width: 130px;
}

.logo3 {
    width: 130px;
}

.text-block-11 {
    color: #191c2f;
    font-weight: 500;
    text-transform: uppercase;
}

.div-block-28 {
    position: relative;
    width: 160px;
    height: 40px;
}

.link-block {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 56px;
    height: 56px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.button {
    display: none;
    width: 300px;
    height: 300px;
    padding: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 5000px;
    background-color: #fff;
    color: #191c2f;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    margin-left: 325px;
    padding-right: 56px;
    padding-left: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-2 {
    width: 430px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #2e3142;
    font-size: 1.5rem;
    font-weight: 600;
}

.button-3 {
    padding: 16px 32px;
    border-radius: 100px;
    background-color: #2e3142;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.popup-02 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.heading-5-copy {
    margin-bottom: 0px;
    color: #191c2f;
}

.text-block-12 {
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 1.5;
}

.popup-03 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-default {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.close-popup-03 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 32px;
    margin-right: 32px;
}

.close-popup-02 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 32px;
    margin-right: 32px;
}

.slider {
    height: 100%;
    border-radius: 20px;
    background-color: transparent;
}

.mask-2 {
    border-radius: 20px;
}

.slide-5 {
    border-radius: 20px;
}

.image-9 {
    border-radius: 20px;
}

.right-arrow-2 {
    display: none;
}

.left-arrow-2 {
    display: none;
}

.slide-nav-2 {
    display: none;
}

.button-4 {
    padding: 24px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #191c2f;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: none;
}

.div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.div-block-31 {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #cdb29e;
}

.slider-2 {
    display: none;
}

.image-13 {
    display: none;
}

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

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.body {
    background-color: #191c2f;
}

.section-obrigado {
    display: block;
    height: 100vh;
    padding-top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.nav-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-5 {
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #ebe0cd;
    color: #191c2f;
    font-size: 1rem;
    font-weight: 600;
}

.paragraph-7 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}

.button-5-copy {
    display: none;
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #ebe0cd;
    color: #191c2f;
    font-size: 1rem;
    font-weight: 600;
}

.paragraph---opacity {
    margin-bottom: 0px;
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 1.5rem;
    line-height: 1.3;
}

.paragraph-opacity-2 {
    margin-bottom: 0px;
    color: hsla(0, 0%, 100%, 0.1);
    font-size: 1.5rem;
    line-height: 1.3;
}

.div-block-34 {
    width: 300px;
}

.popup-download {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.button-6 {
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #ebe0cd;
    color: #191c2f;
    font-size: 1rem;
    font-weight: 600;
}

.button-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #2e3142;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
}

.button-large-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #fff;
    color: #191c2f;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
}

.div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

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

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

@media screen and (max-width: 991px) {
    .hero-title {
        font-size: 3.25rem;
    }

    .hero-coordinator {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-column-gap: 56px;
        grid-row-gap: 56px;
    }

    .hero-photo-coordinator {
        margin-left: -80px;
    }

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

    .icon-scribble {
        margin-top: 75px;
        margin-left: 30px;
    }

    .icon-turma-2022 {
        display: none;
    }

    .block-mec {
        display: none;
    }

    .destaque-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .destaque-img-desktop {
        display: none;
    }

    .grid-destaque {
        justify-items: center;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .destaque-mercado-1 {
        width: 100%;
        height: 100%;
        padding-top: 40px;
    }

    .destaque-slider {
        width: 100%;
    }

    .div-block-2 {
        width: 100%;
    }

    .block-mercado {
        width: 100%;
    }

    .block-slide-color-1 {
        width: 200px;
        height: 200px;
    }

    .block-slider-img {
        width: 200px;
        height: 200px;
    }

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

    .heading {
        font-size: 3.25rem;
    }

    .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .heading-4 {
        font-size: 3.25rem;
    }

    .contato-title {
        font-size: 3.25rem;
    }

    .grid-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }

    .div-block-11 {
        width: 100%;
    }

    .div-block-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .block-email {
        width: 100%;
    }

    .block-slide-color-2 {
        width: 200px;
        height: 200px;
    }

    .tabs-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs-menu-2 {
        overflow: auto;
        width: 100%;
        margin-bottom: 32px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .background-video {
        width: 200px;
        height: 200px;
    }

    .destaque-img-tablet {
        display: block;
    }

    .heading-6 {
        font-size: 3.25rem;
    }

    .text-block-9 {
        display: inline-block;
        margin-bottom: 32px;
        padding: 8px 16px;
        border-style: solid;
        border-width: 1px;
        border-color: #2e3142;
        border-radius: 100px;
        color: #fff;
        font-size: 1rem;
    }

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

    .div-block-20 {
        width: 100%;
        height: 100%;
    }

    .div-block-21 {
        display: none;
    }

    .div-block-23 {
        grid-column-gap: 200px;
        grid-row-gap: 200px;
    }

    .grid-2-copy {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .div-block-29 {
        margin-left: 0px;
    }

    .image-9 {
        display: none;
    }

    .div-block-33 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-13 {
        display: block;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hero-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }

    .destaque-slider {
        width: 400px;
    }

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

    .span-coordenador {
        display: none;
    }

    .heading-6 {
        display: block;
    }

    .div-block-23 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
    }

    .button-2 {
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }

    .image-9 {
        display: block;
    }

    .image-13 {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .section-hero {
        margin-top: 116px;
        padding-top: 48px;
    }

    .page-padding {
        width: 100%;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .hero-wrapper {
        padding-top: 60px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.75rem;
        text-align: center;
    }

    .hero-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-text-coordinator {
        width: 100%;
    }

    .destaque-img-desktop {
        display: block;
        width: 100%;
    }

    .grid-destaque {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .destaque-mercado-1 {
        width: 100%;
        height: 100%;
        padding: 40px 24px;
    }

    .slide {
        padding: 200px 24px 24px;
    }

    .destaque-card-info {
        font-size: 1.5rem;
    }

    .div-block-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .slide-3 {
        padding: 230px 24px 24px;
    }

    .slide-4 {
        padding: 230px 24px 24px;
    }

    .block-mercado {
        margin-top: 24px;
        padding: 48px 24px;
    }

    .paragraph {
        font-size: 1.5rem;
    }

    .popup-1 {
        display: none;
    }

    .popup-wrapper {
        padding: 24px;
    }

    .close-popup {
        margin-top: 24px;
        margin-right: 24px;
    }

    .block-slide-color-1 {
        width: 160px;
        height: 160px;
    }

    .block-slider-img {
        width: 160px;
        height: 160px;
    }

    .section-info {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .div-block-5 {
        padding: 24px;
    }

    .heading-info {
        margin-bottom: 32px;
        font-size: 2rem;
    }

    .card-number {
        font-size: 2.5rem;
    }

    .div-block-8 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .paragraph-3 {
        margin-bottom: 32px;
    }

    .section-coordenador {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .heading {
        font-size: 2.25rem;
    }

    .heading-coordenador {
        font-size: 1.5rem;
    }

    .grid-2 {
        margin-top: 60px;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .paragraph-4 {
        font-size: 1.5rem;
    }

    .heading-3 {
        margin-bottom: 24px;
        font-size: 1.5rem;
    }

    .grid-3 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .section-curso {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-contato {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .heading-4 {
        font-size: 2.75rem;
    }

    .contato-title {
        font-size: 2.75rem;
    }

    .contact-subtitle {
        margin-top: 60px;
        font-size: 1.5rem;
    }

    .faq-title {
        font-size: 1rem;
    }

    .paragraph-5 {
        font-size: 1rem;
    }

    .grid-4 {
        margin-top: 40px;
    }

    .div-block-11 {
        height: 100%;
        padding: 16px;
        border-radius: 10px;
    }

    .image-5 {
        display: none;
    }

    .text-block-4 {
        font-size: 1rem;
    }

    .div-block-12 {
        margin-top: 40px;
        margin-bottom: 24px;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .block-email {
        height: 100%;
        padding: 16px;
        border-radius: 10px;
    }

    .block-slide-color-2 {
        width: 160px;
        height: 160px;
    }

    .div-block-14 {
        height: 100%;
    }

    .tabs-2 {
        margin-top: 8px;
    }

    .tab-link-2 {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 1rem;
    }

    .paragraph-6 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .div-block-15 {
        padding: 24px;
    }

    .background-video {
        width: 160px;
        height: 160px;
    }

    .heading-coordenadora {
        margin-bottom: 24px;
        font-size: 1.5rem;
    }

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

    .destaque-img-tablet {
        display: none;
    }

    .heading-6 {
        font-size: 2.25rem;
    }

    .div-block-17 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .text-block-9 {
        margin-bottom: 24px;
    }

    .div-block-20 {
        height: 100%;
        padding: 40px 24px;
    }

    .html-embed-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-21 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 60px;
        padding: 8px 8px 8px 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 20px;
        background-color: #2e3142;
        line-height: 1.5px;
    }

    .text-block-10 {
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
    }

    .card-subtitle-1 {
        font-size: 1.5rem;
    }

    .card-subtitle-2 {
        font-size: 1.5rem;
    }

    .card-subtitle-3 {
        font-size: 1.5rem;
    }

    .div-block-23 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .div-block-24 {
        margin-top: 40px;
    }

    .div-block-25 {
        margin-bottom: 40px;
    }

    .div-block-26 {
        margin-right: 0px;
    }

    .grid-2-copy {
        margin-top: 60px;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .top-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo1 {
        display: none;
    }

    .logo2 {
        display: none;
    }

    .logo3 {
        display: none;
    }

    .button {
        width: 250px;
        height: 250px;
    }

    .div-block-29 {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

    .popup-02 {
        display: none;
    }

    .popup-3 {
        display: none;
    }

    .heading-5-copy {
        font-size: 2rem;
    }

    .text-block-12 {
        width: 100%;
    }

    .popup-03 {
        display: none;
    }

    .popup-default {
        display: none;
    }

    .close-popup-03 {
        margin-top: 24px;
        margin-right: 24px;
    }

    .close-popup-02 {
        margin-top: 24px;
        margin-right: 24px;
    }

    .button-4 {
        font-size: 1rem;
        text-align: center;
    }

    .slider-2 {
        display: block;
        height: 83px;
        background-color: transparent;
    }

    .left-arrow-3 {
        display: none;
    }

    .right-arrow-3 {
        display: none;
    }

    .slide-nav-3 {
        display: none;
    }

    .image-10 {
        width: 150px;
    }

    .div-block-32 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-11 {
        width: 150%;
    }

    .image-12 {
        width: 150%;
    }

    .hero-wrapper-2 {
        padding-top: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .nav-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .button-5 {
        display: none;
    }

    .button-5-copy {
        display: none;
    }

    .paragraph---opacity {
        font-size: 1rem;
        line-height: 1.5;
    }

    .paragraph-opacity-2 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .div-block-34 {
        width: 100%;
    }

    .popup-download {
        display: none;
    }

    .button-large {
        font-size: 1rem;
        text-align: center;
    }

    .button-large-2 {
        font-size: 1rem;
        text-align: center;
    }
}

#w-node-_335247bf-5de6-538d-4aa8-5c9523c0085c-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-fd657eee-0578-cb8a-a8be-a34245d3a3e9-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_1ed0f55b-0f9d-2691-866e-4b53cfd23ea7-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-a6cfe7e7-e9b0-9a95-c8e5-47271816870c-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-bf905778-8964-0dee-5ca9-df5934596c33-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_0a67ef5e-e5e4-edba-bcfa-76fcddcaea17-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_00a1378c-83fa-078f-dbbf-006b2684f45f-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c68632a7-55eb-164f-b2af-9978d195f870-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-de3a913f-1286-88c7-9689-0ad75350a5be-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_32c52865-5a05-b445-599c-5768df65215d-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d7dc679a-4c55-bfe4-67a6-39f1b23c450e-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_7ecd29ad-30f5-55fc-c0f5-8fa99acb2ccf-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8e6869c0-2e37-ccd4-5159-6fb1642a8929-5a61b5ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
    #w-node-_0a67ef5e-e5e4-edba-bcfa-76fcddcaea17-5a61b5ed {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_00a1378c-83fa-078f-dbbf-006b2684f45f-5a61b5ed {
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_00a1378c-83fa-078f-dbbf-006b2684f45f-5a61b5ed {
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_00a1378c-83fa-078f-dbbf-006b2684f45f-5a61b5ed {
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999;
    }
}