#menu-principal {
    width: 100%;
    height: 90px;
    z-index: 10;
    position: relative
}

#menu-principal .navMenu {
    position: relative;
    height: 100%;
    background-color: #212d57
}

.navbar-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px
}

#menu-principal .navbar.fixartop {
    z-index: 1;
    top: 0;
    left: 0
}

.navbar_responsivo {
    display: none
}

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

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

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

.navbar-nav,
.navbar-right__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-link,
.navbar-right__link {
    color: #fff;
    font: 600 14px/120% "Open Sans", sans-serif;
    text-decoration: none
}

.nav-link:hover {
    color: #f7a93a
}

.navbar-right__link:hover {
    padding-bottom: 5px;
    border-bottom: 3px solid #fff
}

.hover--amarelo:hover {
    color: #f7a93a;
    border-color: #f7a93a
}

.hover--laranja:hover {
    color: #f1682c;
    border-color: #f1682c
}

.active--amarelo {
    padding-bottom: 5px;
    border-bottom: 3px solid #f7a93a
}

.active--laranja {
    padding-bottom: 5px;
    border-bottom: 3px solid #f1682c
}

.colorSesiAmareloEscuro {
    color: #f7a93a
}

.colorSesiLaranja {
    color: #f1682c
}

.navbar .nav-item,
.navbar-right__item {
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    .navbar-logo img {
        width: 134px
    }

    #menu-principal {
        height: auto
    }

    .navMenu {
        display: none
    }

    .navbar_responsivo {
        display: block;
        background-color: #212d57
    }

    .content_navbar-responsivo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        padding: 0 32px;
        box-sizing: border-box
    }

    .nav-link {
        font: 600 16px/120% "Open Sans", sans-serif
    }

    #btn-menu-mobile {
        position: relative;
        right: 0px;
        top: 0;
        width: 40px;
        height: 40px;
        padding: 0
    }

    .itens-menu-responsivo {
        position: absolute;
        width: 100%;
        top: 100%;
        right: 0;
        height: 0;
        overflow: hidden;
        background-color: #212d57
    }

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

    .itens-menu-responsivo ul>li:first-child {
        padding-top: 24px;
        border-top: 1px solid #fff
    }

    .itens-menu-responsivo ul>li {
        padding: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }
}

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

.btn_two {
    background-color: #fff;
    color: #7d37e2;
    padding: 12px 40px;
    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:hover {
    background-color: #7d37e2
}

.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
    }
}

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

.section-basis {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between
}

.section-basis__column-left {
    flex-basis: 27%
}

.section-basis__column-right {
    flex-basis: 70%
}

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

.section-basis__title {
    font: 700 32px/120% "Open Sans", sans-serif;
    color: #104c92
}

.section-basis__subtitle {
    font: 600 24px/120% "Open Sans", sans-serif;
    color: #104c92
}

.section-basis__titles-image {
    height: 15px;
    width: auto;
    align-self: center
}

.section-basis__text {
    font: 400 16px/180% "Open Sans", sans-serif;
    color: #515666;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.section-basis__text p {
    padding: 0;
    margin: 0
}

.section-basis__text ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.section-basis__text ul>li {
    position: relative;
    padding-left: 26px;
    font: 400 16px/120% "Open Sans", sans-serif
}

.section-basis__text ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/5e5785c5935e0b069606.svg");
    width: 24.5px;
    height: 24px
}

.section-basis__text ul>li:not(:last-child) {
    margin-bottom: 16px
}

.section-large {
    max-width: 1216px !important
}

.section-large__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section-large__title {
    font: 700 32px/120% "Open Sans", sans-serif;
    max-width: 50%;
    margin-bottom: 44px;
    color: #104c92
}

.section-large__cards {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0
}

.section-large__cards.grid-1-col {
    grid-template-columns: 1fr
}

.section-large__cards.grid-4-cols {
    grid-template-columns: repeat(4, 1fr)
}

.section-large__cards.grid-5-cols {
    grid-template-columns: repeat(5, 1fr)
}

.section-large__card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 24px 20px;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #104c92
}

.section-large__card-icon {
    width: 40px;
    height: 40px
}

.section-large__card-lead {
    font: 400 16px/150% "Open Sans", sans-serif;
    color: #515666
}

.section_box {
    position: relative;
    padding-top: 0;
    overflow: hidden
}

.section__cinza {
    background-color: #f8f9fc
}

.section__cinza-escuro {
    background-color: #f0f3f9
}

.section__azul {
    background-color: #104c92
}

.section__azul-escuro {
    background-color: #22356b
}

.section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #16c3f7;
    border-radius: 8px;
    z-index: -1
}

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

.section__grid {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between
}

.section_box .section__grid {
    padding: 35px 106px 40px 45px;
    align-items: center;
    position: relative
}

.section__title {
    font-family: "scale-variable", sans-serif;
    color: #7d37e2;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0
}

.section__title b,
.section__title strong {
    font-variation-settings: "wght"600, "wdth"120
}

.section__title_laranja {
    color: #ffa273
}

.section__title-barras {
    color: #ed77ff;
    font-family: "scale-variable", sans-serif;
    font-variation-settings: "wght"600, "wdth"120;
    font-size: 22px;
    line-height: 1.2em
}

.section_box .section__title-barras {
    color: #7d37e2
}

.section__subtitle {
    color: #7d37e2;
    font-family: "scale-variable", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1.1px;
    margin: 0 0 15px 0
}

.section__subtitle b,
.section__subtitle strong {
    font-variation-settings: "wght"500, "wdth"120
}

.section__subtitle_white {
    color: #fff
}

.section__description {
    color: #4f587e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0
}

.section__description-grid {
    display: grid;
    grid: auto/488px 1fr
}

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

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

.section__description_white {
    color: #fff
}

.section__content {
    margin-top: 16px
}

.section__text,
.section__text * {
    color: #4f587e;
    font-size: 16px;
    line-height: 1.8em
}

.section__text {
    font-weight: 400
}

.section__text p {
    margin: 0 0 15px 0
}

.section__flag * {
    margin: 0;
    color: #7d37e2;
    font-family: "scale-variable", sans-serif;
    font-size: 18px;
    line-height: 1.8em
}

.section__flag b,
.section__flag strong {
    font-variation-settings: "wght"600, "wdth"120
}

.section__person {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 400px;
    height: 400px
}

.section__person-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.section__person .circles__person {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.section__person img {
    position: relative;
    display: block;
    width: 360px;
    height: 360px
}

.circles_person_right-bottom {
    left: 238px;
    top: 120px;
    width: 413px;
    height: 413px;
    z-index: 0
}

.section__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

@media only screen and (max-width: 992px) {
    .section {
        padding: 30px 0 40px 0
    }

    .section-basis {
        flex-direction: column
    }

    .section-basis__titles {
        text-align: center;
        margin-bottom: 30px
    }

    .section-basis__title {
        font: 700 24px/120% "Open Sans", sans-serif
    }

    .section-basis__subtitle {
        font: 600 18px/120% "Open Sans", sans-serif
    }

    .section-large__title {
        max-width: 100% !important;
        font: 700 24px/120% "Open Sans", sans-serif
    }

    .section-large__card {
        align-items: center
    }

    .section-large__card-lead {
        text-align: center
    }

    .section-large__cards.grid-4-cols {
        grid-template-columns: repeat(2, 1fr)
    }

    .section-large__cards.grid-5-cols {
        grid-template-columns: repeat(3, 1fr)
    }

    .section__grid {
        flex-direction: column
    }

    .section__person {
        display: none
    }

    .section__title,
    .section__title-barras {
        font-size: 20px
    }

    .section__background {
        border-radius: 0
    }

    .section_box .section__grid {
        padding: 20px 0
    }

    .section__description-grid {
        grid: auto/1fr;
        grid-gap: 12px;
        margin-top: 12px
    }

    .section__description-grid>.section__image {
        display: none
    }
}

@media only screen and (max-width: 768px) {

    .section-large__cards.grid-4-cols,
    .section-large__cards.grid-5-cols {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section_box {
    position: relative;
    z-index: 2
}

.section_box .section__coluna-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.section_box .section__person {
    width: 438px;
    height: 436px;
    margin-top: -16px;
    position: relative
}

.section_box .section__person img {
    width: 372px;
    height: 371px
}

.person-image__line {
    position: absolute;
    width: 132px;
    height: 9px;
    flex-shrink: 0;
    display: block;
    right: -50px;
    top: 132px;
    z-index: 0
}

.person-image__line svg {
    display: block;
    width: 100%;
    height: 100%
}

.section_box .section__coluna-right {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section_box .circles__form {
    width: 640px;
    height: 640px;
    z-index: -1;
    right: 0
}

@media only screen and (max-width: 1200px) {
    .person-image__line {
        right: -12px
    }
}

@media only screen and (max-width: 992px) {
    .section_box .circles__form {
        width: 442px;
        height: 442px;
        right: -350px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: .5
    }

    .section_box .circles__form:after {
        content: "";
        width: 375px;
        height: 375px;
        border-radius: 50%;
        border: 1px solid;
        border-color: #fff;
        position: absolute
    }
}



.hero {
    position: relative;
    width: 100%;
    z-index: 2;
}

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

.hero_desktop {
    display: block;
}
.hero_mobile {
    display: none;
}

.hero-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; 
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background 0.3s;
  }
  
  .hero-carousel__arrow:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  
  .hero-carousel__arrow--left {
    left: 10px;
  }
  
  .hero-carousel__arrow--right {
    right: 10px;
  }

@media only screen and (max-width: 992px) {

    .hero {
        /* height: 400px; */
    }

    .hero_desktop {
        display: none;
    }
    .hero_mobile {
        display: block;
    }
}


.banner-wrapper {
    padding-bottom: 50px;
}

.banner-simples {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 8px;
}

.banner__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: .3s ease all;
    border-radius: 8px;
    z-index: 0;
}

.banner-simples__link-full {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.banner-simples:hover .banner__background {
    width: calc(100% + 40px);
    left: -20px;
}

.banner-simples__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 165px;
    padding: 35px 70px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.banner-simples__text {
    max-width: 416px;
}

.banner-simples__title {
    color: #FFF;

    font-family: "scale-variable", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1.1px;
    margin: 0;
}

.banner-simples__title b,
.banner-simples__title strong {
    font-variation-settings: "wght" 600, "wdth" 150;
}

.banner-simples__lead {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
}

@media only screen and (max-width: 992px) { 
    .banner-simples__content {
        padding: 30px 25px;
        flex-direction: column;
        gap: 22px;
    }
    
    .banner-simples__title {
        font-size: 20px;
    }
    
    .banner-simples__title br{
        display: none;
    }
}



.banner-wrapper {
    padding-bottom: 50px
}

.banner-simples {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 8px
}

.banner__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: .3s ease all;
    border-radius: 8px;
    z-index: 0
}

.banner-simples__link-full {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

.banner-simples:hover .banner__background {
    width: calc(100% + 40px);
    left: -20px
}

.banner-simples__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 165px;
    padding: 35px 70px;
    box-sizing: border-box;
    z-index: 1;
    position: relative
}

.banner-simples__text {
    max-width: 416px
}

.banner-simples__title {
    color: #fff;
    font-family: "scale-variable", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1.1px;
    margin: 0
}

.banner-simples__title b,
.banner-simples__title strong {
    font-variation-settings: "wght"600, "wdth"150
}

.banner-simples__lead {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0
}

@media only screen and (max-width: 992px) {
    .banner-simples__content {
        padding: 30px 25px;
        flex-direction: column;
        gap: 22px
    }

    .banner-simples__title {
        font-size: 20px
    }

    .banner-simples__title br {
        display: none
    }
}


@media only screen and (max-width: 992px) {
    .section.section_porque-participar {
        padding: 50px 0 40px 0
    }

    .section_porque-participar {
        position: relative
    }

    .section_porque-participar:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 24px;
        background: url("../img/5f928520d6a6ca8e324f.svg") no-repeat;
        top: 84px;
        left: -50px
    }

    .section_porque-participar:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 24px;
        background: url("../img/5f928520d6a6ca8e324f.svg") no-repeat;
        top: 30px;
        left: calc(100% - 100px)
    }

    .section_porque-participar .section-large__title {
        max-width: 130px;
        text-align: center
    }
}

.section_modalidades {
    content: "";
    position: relative;
    width: 100%
}

.modalidades__titles {
    position: relative;
    width: 100%;
    margin-bottom: 40px
}

.section_modalidades:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url("../img/6d15df4ec5620185b1b7.svg") no-repeat;
    top: 128px;
    left: calc(100% - 315px)
}

.section_modalidades:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url("../img/6d15df4ec5620185b1b7.svg") no-repeat;
    top: 64px;
    left: 0px
}

.modalidades__title {
    width: 64%;
    margin: 0 auto;
    font: 700 32px/120% "Open Sans", sans-serif;
    color: #fff;
    text-align: center
}

.modalidades__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.modalidades__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 40px;
    gap: 32px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box
}

.modalidades__image {
    overflow: hidden;
    width: 446px;
    height: 376px;
    border-radius: 8px
}

.modalidades__image img {
    object-fit: cover;
    object-position: center
}

.modalidades__card--content {
    flex-grow: 1;
    box-sizing: border-box
}

.modalidades__card--titles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px
}

.modalidades__card--title {
    font: 700 28px/142% "Open Sans", sans-serif;
    color: #104c92
}

.modalidades__card--subtitle {
    font: 500 16px/100% "Open Sans", sans-serif;
    color: #104c92
}

.modalidades__card--content {
    font: 400 16px/155% "Open Sans", sans-serif;
    color: #515666
}

.modalidades__card--content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.modalidades__card--content ul>li {
    position: relative;
    padding-left: 26px
}

.modalidades__card--content ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/5e5785c5935e0b069606.svg");
    width: 24.5px;
    height: 24px
}

.modalidades__card--content ul>li:not(:last-child) {
    margin-bottom: 12px
}

.modalidades__card--content-lead {
    margin: 30px 0 0
}

.modalidades__card--content-lead p {
    margin: 0;
    padding: 0;
    font: 400 14px/150% "Open Sans", sans-serif
}

@media only screen and (max-width: 992px) {
    .section_modalidades:before {
        display: none
    }

    .section_modalidades:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 24px;
        background-image: url("../img/5f928520d6a6ca8e324f.svg");
        background-size: contain;
        top: 25px;
        left: calc(100% - 110px)
    }

    .modalidades__title {
        margin: 0;
        font: 700 24px/120% "Open Sans", sans-serif;
        text-align: left
    }

    .modalidades__card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        gap: 16px
    }

    .modalidades__image {
        overflow: hidden;
        width: 100%;
        height: auto;
        aspect-ratio: 10/8;
        border-radius: 8px;
        object-fit: cover;
        background-color: aqua
    }

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

.section-formulario {
    position: relative;
    overflow: hidden
}

.section-formulario:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 320px;
    background: url("../img/3ead602024d8400fa09a.svg") no-repeat;
    top: -50px;
    left: calc(100% - 280px)
}

.section-formulario:after {
    content: "";
    position: absolute;
    width: 274px;
    height: 274px;
    background: url("../img/3ead602024d8400fa09a.svg") no-repeat;
    transform: rotate(135deg);
    bottom: -135px;
    left: -135px
}

.section-formulario__content {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px
}

.formulario-column-01,
.formulario-column-02 {
    display: flex;
    flex-direction: column
}

.formulario-column-01 {
    color: #fff;
    gap: 100px
}

.formulario-column-02 {
    flex-basis: 38%;
    min-width: 384px
}

.formulario__content {
    width: 100%;
    margin: 0 auto;
    position: relative
}

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

.formulario__title {
    font: 700 32px/123% "Open Sans", sans-serif;
    margin: 0
}

.formulario__lead {
    font: 400 16px/150% "Open Sans", sans-serif;
    margin: 0;
    max-width: 425px
}

.formulario-socials-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px
}

.formulario-socials-wrapper__mobile {
    display: none
}

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

.formulario-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px
}

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

.formulario-logo img {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 190px;
    height: 35px
}

.form-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 32px;
    margin-bottom: 12px
}

.form-inputs.form-inputs_rows {
    display: grid;
    grid: auto/1fr;
    grid-gap: 8px
}

.group-input {
    display: flex;
    flex-direction: column;
    width: calc(50% - 16px);
    position: relative
}

.group-input_w-100 {
    width: 100%
}

.form-inputs.form-inputs_rows .group-input {
    width: 100%
}

.group-input label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #4f587e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em
}

.group-input label p {
    margin: 0;
    color: #4f587e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em
}

.formulario__content_white .group-input label p {
    color: #fff
}

.group-input label span {
    color: #4f587e
}

.formulario__content_white .group-input label span {
    color: #fff
}

.group-input input,
.group-input select,
.group-input textarea {
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #515666;
    font: 400 14px/24px "Open Sans", sans-serif !important;
    padding: 16px 8px
}

.group-input textarea {
    resize: none
}

.group-input input::placeholder,
.group-input select,
.group-input textarea::placeholder {
    color: #515666;
    font-style: italic
}

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

.group-input input {
    width: 100%;
    height: 50px
}

.section_box .group-input input {
    height: 40px
}

input:checked {
    background-color: #000
}

.group-input select {
    background-image: url("https://www.ielpr.org.br/para-voce/resources/img/ic-arrow-down.svg");
    background-position-y: center;
    background-repeat: no-repeat;
    background-position-x: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
    width: 100%
}

.group-input select::-ms-expand {
    display: none
}

.form-footer {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px
}

.content-term {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.checkLGPD {
    text-align: left;
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    margin: 0
}

.checkLGPD .txt-termos {
    margin: 0;
    padding-left: 5px;
    text-align: left;
    color: #fff;
    font: 400 10px/140% "Open Sans", sans-serif
}

.formulario__content_white .txt-termos,
.formulario__content_white .inform-campos {
    color: #fff
}

.checkLGPD .txt-termos span.openTerm {
    display: inline-block;
    color: #23b0ff;
    text-decoration: underline
}

.txt-termos span {
    cursor: pointer
}

.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: 400px;
    margin: 0;
    font-size: 12px;
    font-style: italic;
    color: #f1682c
}

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

.button-submit-form {
    border: none;
    cursor: pointer;
    padding: 22px 24px;
    background-color: #f1682c;
    color: #fff;
    border-radius: 4px;
    font: 700 16px/100% "Open Sans", sans-serif;
    transition: all ease-in-out .3s
}

.button-submit-form:hover {
    background-color: rgba(241, 104, 44, .75);
    transition: all ease-in-out .3s
}

.button-submit-text {
    display: block
}

.button-submit-text__mobile {
    display: none
}

.inform-campos {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2em
}

.campoErro {
    margin: 0;
    text-align: left
}

.section__quadrados-pink {
    width: 25px;
    height: 325px;
    position: absolute;
    left: 0;
    top: 50px
}

.section__quadrados-laranja {
    position: absolute;
    right: 0;
    top: 150px;
    width: 25px;
    height: 325px
}

.msg-success-form {
    border-radius: 4px;
    background: #f1682c;
    width: 100%;
    position: relative;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-top: 34px
}

.msg-success-form>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    align-items: center
}

.msg-success-form p {
    margin: 0;
    color: #fff;
    font-family: "scale-variable", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em
}

.msg-success-form p b {
    font-variation-settings: "wght"600, "wdth"120
}

@media only screen and (max-width: 992px) {

    .section-formulario:before,
    .section-formulario:after {
        display: none
    }

    .section-formulario__content {
        padding: 0;
        flex-direction: column
    }

    .formulario-column-01,
    .formulario-column-02 {
        max-width: 100%
    }

    .formulario-column-02 {
        min-width: unset
    }

    .section-formulario__content .section__title {
        font-size: 25px;
        line-height: 30px
    }

    .formulario-socials-wrapper {
        display: none
    }

    .formulario-socials-wrapper__mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    .formulario-logo img {
        display: block;
        width: 160px;
        height: 24px
    }

    .formulario-social__link {
        width: 24px;
        height: 24px
    }

    .formulario-social__link img {
        width: 20px;
        height: 20px
    }

    .group-input {
        width: 100%
    }

    .checkLGPD {
        padding: 0;
        width: 100%;
        align-items: start
    }

    .checkLGPD input {
        margin: 0
    }

    .form-footer {
        flex-direction: column
    }

    .button-submit-form {
        width: 100%;
        font: 600 16px/100% "Open Sans", sans-serif;
        padding: 16px
    }

    .button-submit-text {
        display: none
    }

    .button-submit-text__mobile {
        display: block
    }

    .section__quadrados {
        display: none
    }
}

.section.section_depoimentos {
    position: relative;
    padding: 50px 0 150px
}

.section_depoimentos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url("../img/3e33f51ca5f3c2d2e507.svg") no-repeat;
    top: 64px;
    left: 0px
}

.section_depoimentos:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url("../img/3e33f51ca5f3c2d2e507.svg") no-repeat;
    bottom: 64px;
    left: calc(100% - 315px)
}

.section_depoimentos .section-large__card {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 32px 16px;
    grid-template-columns: 1fr 7fr;
    grid-template-rows: 6fr 1fr
}

.depoimentos__card--quotation {
    font: 400 18px/32px "Open Sans", sans-serif;
    color: #515666;
    font-style: italic
}

.depoimentos__card--profile-image {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3.5px solid #64afe7;
    overflow: hidden;
    box-sizing: border-box
}

.depoimentos__card--profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.depoimentos__card--titles {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 2px
}

.depoimentos__card--title {
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #515666
}

.depoimentos__card--subtitle {
    font: 400 16px/20px "Open Sans", sans-serif;
    color: #515666
}

@media only screen and (max-width: 992px) {
    .section_depoimentos:before {
        width: 100%;
        height: 12px;
        top: 145px;
        left: calc(100% - 172px)
    }

    .section_depoimentos:after {
        display: none
    }

    .section.section_depoimentos {
        padding: 50px 0
    }

    .section_depoimentos .section-large__cards {
        display: flex;
        flex-direction: column
    }
}

html,
body {
    overflow-x: hidden;
    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: 1008px;
    margin: 0 auto;
    box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
    .section__wrapper {
        padding: 0 20px;
        width: 100%
    }
}