#menu-principal {
    z-index: 1000;
    width: 100%;
    background-color: #4c4993;
    position: sticky;
    top: 0
}

#menu-principal .navbar {
    display: flex;
    width: 100%;
    box-sizing: border-box
}

.navbar__wrapper {
    display: flex;
    align-items: center
}

.navbar__actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-right: 120px
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-link {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    gap: 4px
}

.nav-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px
}

.navbar_responsivo {
    display: none
}

#menu-principal .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px
}

.navbar-logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-logo {
    display: block;
    width: 150px
}

.nav-item.dropdown {
    position: relative
}

.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    list-style: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .1);
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 8px;
    cursor: pointer
}

.nav-item .dropdown-menu li {
    margin: 5px 0
}

.nav-item .dropdown-menu a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    display: block
}

.nav-item .dropdown-menu a:hover {
    background-color: #f4f4f4;
    border-radius: 4px
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block
}

.nav-item .dropdown-indicator {
    margin-left: 5px;
    font-size: 12px;
    color: #333
}

@media only screen and (max-width: 992px) {
    #menu-principal {
        display: block;
        right: 0
    }

    .navbar__actions {
        display: none
    }

    .navbar-logo {
        width: 100px;
        left: 10px;
        position: relative
    }

    .navbar-logo img {
        width: 100%
    }

    #menu-principal {
        height: 100%
    }

    .navMenu {
        display: none
    }

    .navbar_responsivo {
        display: block;
        background-color: #4c4993
    }

    .content_navbar-responsivo {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        padding: 0 0 0 12px;
        box-sizing: border-box
    }

    .itens-menu-responsivo {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #4c4993;
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
        z-index: 1000;
        padding: 80px 0
    }

    .itens-menu-responsivo.is-open {
        transform: translateX(0);
        padding: 80px 0
    }

    .itens-menu-responsivo ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        margin: 0;
        padding: 0
    }

    .itens-menu-responsivo ul li {
        padding: 16px 12px;
        border-bottom: 1px solid #fff
    }

    .itens-menu-responsivo ul li:last-child {
        border-bottom: none
    }

    .itens-menu-responsivo ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap
    }
}

.btn {
    display: flex;
    width: min-content;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 130px;
    padding: 0px 16px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: .3s ease all;
    color: #4c4993;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    background-color: #1ce2c7;
    font-family: "Open Sans", sans-serif;
    text-decoration: none
}

.btn_two {
    background-color: #4c4993;
    color: #fff;
    padding: 0px 16px;
    min-height: auto
}

.btn-three {
    min-height: 48px;
    padding: 0px 20px 0px 16px;
    gap: 4px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff
}

.btn_text-laranja {
    color: #ffa273
}

.btn-three:hover {
    background-color: #fff;
    color: #7d37e2
}

.btn-three:hover svg path {
    stroke: #7d37e2
}

.btn svg {
    display: block;
    width: 24px;
    height: 24px;
    transition: .3s ease all
}

.btn svg path {
    transition: .3s ease all
}

.btn-flutuante {
    position: fixed;
    right: 5vw;
    bottom: 20vh;
    z-index: 9
}

.btn-flutuante__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: .3s ease all;
    overflow: hidden;
    text-decoration: none;
    border-radius: 4px 32px 32px 4px;
    padding: 15px 0
}

.btn-flutuante__overflow {
    transform: translateX(110%);
    transition: .5s ease all
}

.btn-flutuante__content:hover .btn-flutuante__overflow {
    transform: translateX(0%)
}

.btn-flutuante__text {
    border-radius: 4px 32px 32px 4px;
    background: #f9fafb;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, .2);
    padding: 8px 70px 6px 12px;
    max-width: 150px
}

.btn-flutuante__text p {
    margin: 0
}

.btn-flutuante__title {
    color: #00ab5f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em
}

.btn-flutuante__lead {
    color: #4f587e;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em
}

.btn-flutuante__icon {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #00ab5f;
    position: absolute;
    right: 0
}

.btn-flutuante__icon svg {
    display: block;
    width: 40px;
    height: 40px
}

@media only screen and (max-width: 992px) {
    .btn-flutuante {
        bottom: 5vh
    }
}

.banner__desktop {
    display: flex;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.banner__mobile {
    display: none;
    position: relative
}

.btn-ins-mobile {
    display: none
}

@media(max-width: 768px) {
    .banner__desktop {
        display: none
    }

    .banner__mobile {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 400px;
        object-position: center
    }

    .btn-ins-mobile {
        display: flex;
        position: absolute;
        left: 30%;
        top: 440px;
        z-index: 1
    }
}

.section__sobre {
    position: relative;
    width: 100%;
    height: 550px
}

.sobre_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sobre_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center
}

.sobre__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 64px;
    position: relative;
    padding-top: 64px
}

.sobre_title {
    display: flex;
    gap: 4px
}

.sobre_title h2 {
    margin: 0;
    color: #4c4993;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2.6px
}

.sobre_subtitle h3 {
    margin: 0;
    color: #4c4993;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.8px;
    text-transform: uppercase
}

.sobre__paragraph {
    position: relative;
    display: flex;
    align-items: baseline;
    margin-top: 32px;
    gap: 24px;
    width: 590px
}

.sobre__paragraph_svg {
    position: absolute;
    width: 58px;
    height: 16px;
    top: 4px;
    left: -80px
}

.sobre__paragraph_text p {
    margin: 0;
    color: #48536c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.sobre__personagem {
    width: 420px;
    height: 420px
}

.sobre__personagem img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .sobre__container {
        padding-top: 64px
    }

    .sobre__personagem {
        display: none
    }

    .sobre_title {
        display: flex;
        gap: 4px;
        align-items: center
    }

    .sobre_title h2 {
        font-size: 20px
    }

    .sobre_subtitle h3 {
        font-size: 20px
    }

    .sobre__paragraph {
        width: auto
    }

    .sobre__paragraph_svg {
        top: -210px;
        left: 40%
    }
}

.section_como-funciona {
    position: relative;
    width: 100%
}

.como-funciona-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.como-funciona-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center
}

.como-funciona-bg-desktop,
.como-funciona__img-desktop,
.title-desktop {
    display: flex !important
}

.como-funciona-bg-mobile,
.como-funciona__img-mobile,
.title-mobile {
    display: none !important
}

.como-funciona__container {
    position: relative;
    padding: 58px 0;
    display: flex;
    align-items: center;
    gap: 32px
}

.como-funciona_title {
    display: flex;
    align-items: baseline;
    gap: 12px
}

.como-funciona_title h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.6px
}

.como-funciona_paragraph {
    padding-top: 8px;
    padding-bottom: 40px
}

.como-funciona_paragraph p {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    padding: 12px
}

.como-funciona__actions {
    display: flex;
    gap: 16px
}

.btn-como-funciona {
    display: flex;
    height: 50px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 2px solid #1ce2c7;
    text-decoration: none;
    background-color: transparent;
    color: #1ce2c7;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.btn-como-funciona:hover {
    background-color: #1ce2c7;
    color: #56579d
}

.btn-como-funciona:hover svg path {
    stroke: #56579d
}

@media(max-width: 768px) {

    .como-funciona-bg-desktop,
    .como-funciona__img-desktop,
    .title-desktop {
        display: none !important
    }

    .como-funciona-bg-mobile,
    .como-funciona__img-mobile {
        display: block !important
    }

    .como-funciona__img-mobile {
        width: 100%
    }

    .como-funciona__container {
        flex-direction: column;
        align-items: normal;
        padding: 24px 0
    }

    .como-funciona_paragraph p {
        padding: 12px 0
    }

    .title-mobile {
        display: flex !important;
        padding: 16px 0
    }
}

.porque-participar__title {
    display: flex;
    justify-content: center;
    gap: 12px
}

.porque-participar__title h2 {
    margin: 0;
    color: #4c4993;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.porque-participar__cards {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.porque-participar__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding: 8px 24px;
    background: #fff;
    box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12)
}

.porque-participar__card h3 {
    margin: 0;
    color: #4c4993;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 8px 0
}

.porque-participar__card p {
    margin: 0;
    overflow: hidden;
    color: #5d677d;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 8px 0
}

@media screen and (max-width: 768px) {
    .porque-participar__cards {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section__informativo {
    position: relative
}

.informativo_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.informativo_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center
}

.informativo__container {
    padding: 80px 0;
    display: flex;
    gap: 34px
}

.informativo-img-desktop {
    display: flex;
    align-items: baseline
}

.informativo-img-mobile {
    display: none
}

.informativo_title {
    gap: 12px
}

.informativo_title h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.6px
}

.informativo__paragraph {
    padding: 20px 0
}

.informativo__text {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.informativo__list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.informativo__list svg {
    width: 48px
}

.informativo__topico {
    display: flex;
    gap: 8px
}

@media screen and (max-width: 768px) {
    .informativo-img-desktop {
        display: none
    }

    .informativo-img-mobile {
        display: flex;
        width: 100%
    }

    .informativo__container {
        flex-direction: column;
        padding: 30px 0
    }
}

.section__formulario {
    position: relative
}

.form-background {
    background-color: #f8f9f6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.formulario_title {
    display: flex;
    gap: 12px
}

.formulario_title h2 {
    margin: 0;
    color: #4c4993;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%
}

.formulario__paragraph p {
    margin: 0;
    color: #4f587e;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 180%
}

.formulario__container {
    margin: 0 auto;
    position: relative;
    width: 500px;
    display: flex;
    padding: 30px;
    flex-direction: column;
    gap: 25px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12)
}

.formulario__content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.form-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

.group-input input,
.group-input select,
.group-input textarea {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #b0b6c1;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 50px;
    padding: 8px;
    box-sizing: border-box
}

.group-input input::placeholder,
.group-input select,
.group-input textarea::placeholder {
    color: #9fa1a7
}

.group-input input:focus,
.group-input select:focus,
.group-input textarea:focus {
    outline-color: #ff50ff
}

.msg-success-form {
    display: none;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    background: rgba(241, 241, 241, .8)
}

.msg-success-form>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.msg-success-form p {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.1rem;
    margin: 0;
    color: #27a7df;
    display: block;
    position: relative;
    padding: 30px;
    text-align: center
}

.checkLGPD {
    position: relative;
    max-width: 100%;
    margin: 16px 0;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

.checkLGPD .txt-termos {
    margin: 0;
    padding-left: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em
}

.checkLGPD .txt-termos span.openTerm {
    display: inline-block;
    border-bottom: 2px solid red
}

.textLGPD {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all ease .4s;
    pointer-events: none
}

.textLGPD>p {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    background: rgba(60, 73, 90, .95);
    width: 100%;
    height: auto;
    padding: 50px 30px 30px;
    z-index: -1;
    transition: all ease .4s;
    box-sizing: border-box
}

.textLGPD.termoAberto {
    pointer-events: auto !important;
    width: 100%
}

.textLGPD.termoAberto p {
    opacity: 1;
    z-index: 2
}

.textLGPD>p a {
    color: #fff
}

.fechar-termo {
    display: block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    cursor: pointer
}

#msgLgpd {
    max-width: 100%
}

#msgLgpd p {
    font-size: 12px;
    text-align: center;
    font-style: italic;
    color: #ff2c35;
    margin: 10px 0 30px 0
}

span.color-red {
    color: #ff2c35;
    text-decoration: none
}

.inform-campos {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0
}

@media screen and (max-width: 768px) {
    .formulario__container {
        width: 330px
    }
}

.depoimentos__title {
    display: flex;
    gap: 12px
}

.depoimentos__title h2 {
    margin: 0;
    color: #4c4993;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.depoimento_subtitle h3 {
    margin: 0;
    color: #4c4993;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.depoimentos__container {
    display: flex;
    margin-top: 52px;
    gap: 32px;
    justify-content: center;
}

.depoimentos__card {
    position: relative;
    display: flex;
    padding: 32px 36px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 474px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12)
}

.depoimentos__destaque {
    position: absolute;
    left: 40%;
    top: -16px
}

.depoimento_paragraph {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 20px
}

.depoimento_author {
    color: #58579a;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.depoimento_author-info {
    color: #5d677d;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

@media screen and (max-width: 768px) {
    .depoimentos__container {
        flex-direction: column
    }
}

.section__cta {
    width: 100%
}

.cta__container {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-cta {
    display: flex;
    width: 384px;
    height: 52px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #1ce2c7;
    text-decoration: none;
    color: #56579d;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.btn-cta:hover {
    scale: 1.05
}

.footer {
    background-color: #4c4993
}

.footer-grid {
    padding: 34px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.footer-logo img {
    display: block;
    object-fit: contain;
    object-position: center
}

.footer-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50px
}

.footer-social__link img {
    display: block;
    width: 24px;
    height: 24px
}

@media only screen and (max-width: 992px) {
    .footer-grid {
        align-items: center;
        justify-content: space-between
    }
}

html,
body {
    scroll-behavior: smooth;
    margin: 0;
    box-sizing: border-box
}

body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden
}

img,
svg {
    display: block
}

.hidden {
    display: none !important
}

.svg {
    display: block
}

.svg svg {
    display: block;
    position: relative
}

.svg--width svg {
    width: 100%
}

.svg--height svg {
    height: 100%
}

.section__wrapper {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1216px;
    margin: 0 auto;
    box-sizing: border-box
}

.section {
    position: relative;
    padding: 50px 0;
    width: 100%
}

.title-detail {
    color: #ff50ff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media only screen and (max-width: 1200px) {
    .section__wrapper {}
}

.section__contato {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #4c4993;
    box-sizing: border-box;
  }
  
  .contato__content {
    display: flex;
    gap: 52px;
    align-items: flex-end;
    justify-content: center;
  }
  
  .contato-separator {
    width: 2px;
    flex-shrink: 0;
    align-self: stretch;
    background-color: #fff;
  }
  
  .contato-left {
    h1 {
      margin: 0;
      color: #fff;
  
      font-family: "Open Sans";
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
    }
    p {
      margin: 0;
      color: #fff;
  
      font-family: "Open Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%;
    }
  }
  
  .contato-right {
    h3 {
      margin: 0;
      color: #fff;
  
      /* heading/bold-700/normal/md */
      font-family: "Open Sans";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; /* 28.8px */
    }
  
    span {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #fff;
  
      /* paragraph/regular-400/normal/md */
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%; /* 28.8px */
    }
  }
  
  .contato-right__content {
    display: flex;
    gap: 16px;
  }

  .contato-right__content span {
    text-decoration: none;
    color:#FFF;
  }

  .contato-right__content span:hover {
    text-decoration: underline;
  }
  
  @media screen and (max-width: 768px) {
    .section__contato {
      padding: 20px;
    }
    .contato__content {
      flex-direction: column;
      gap: 16px;
      align-items: start;
    }
  
    .contato-separator {
      width: 70px;
      height: 2px;
    }
    .contato-right__content {
      flex-direction: column;
      gap: 4px;
    }
  }
  