.btn {
    display: flex;
    width: min-content;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 190px;
    padding: 0px 16px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
    transition: .3s ease all;
    color: #111d4a;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    background-color: #fbfdf7;
    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-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__hero {
    background: #192a6b;
    position: relative;
    height: 628px;
    overflow: hidden
}

.section__hero .hero-banner-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.section__hero .section__wrapper {
    position: relative;
    height: 100%;
    z-index: 1
}

.section__hero .section__wrapper .content-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 16px 20px;
    border-bottom: 1px solid #fff
}

.section__hero .section__wrapper .content-top img {
    width: 120px;
    height: auto
}

.section__hero .section__wrapper .content-top p {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.section__hero .section__wrapper .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    width: 100%
}

.section__hero .section__wrapper .hero-content .content-mid h1 {
    margin: 0;
    font-family: "Open Sans";
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 120%;
    text-align: center
}

.section__hero .section__wrapper .hero-content .content-mid h1 .title-part {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    display: inline
}

.section__hero .section__wrapper .hero-content .content-mid h1 .title-break {
    display: block;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%
}

.section__hero .section__wrapper .hero-content .content-mid h1 .title-hero-gradient {
    background: linear-gradient(90deg, #f69261 0%, #f9bc4a 82.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.section__hero .section__wrapper .hero-content .content-mid h1 .title-hero-thin {
    font-weight: 400;
    color: #fff
}

@media(min-width: 768px) {
    .section__hero .section__wrapper .hero-content .content-mid h1 .title-break {
        display: inline
    }
}

.section__hero .section__wrapper .hero-content .content-mid h3 {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 16px
}

.section__hero .section__wrapper .hero-content .content-mid p {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 4px
}

.section__hero .section__wrapper .hero-content .content-bottom {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 80px;
    justify-content: center
}

.section__hero .section__wrapper .hero-content .content-bottom .hero-content-btn {
    display: inline-flex;
    height: 48px;
    max-width: 256px;
    width: 100%;
    padding: 0 20px 0 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff9500;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none
}

.section__hero .section__wrapper .hero-content .content-bottom .hero-content-btn:hover {
    background: #ffb54c
}

.section__hero .section__wrapper .hero-content .content-bottom .hero-content-btn-assistente {
    display: flex;
    height: 48px;
    max-width: 256px;
    width: 100%;
    padding: 0px 20px 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.banner-desktop {
    display: block
}

.banner-mobile {
    display: none
}

@media(max-width: 768px) {
    .section__hero .section__wrapper .content-top {
        align-items: center;
        gap: 10px
    }

    .section__hero .section__wrapper .content-top img {
        width: 100px
    }

    .section__hero .section__wrapper .content-top p {
        font-size: 16px
    }

    .section__hero .section__wrapper .hero-content .content-mid {
        margin-top: 100px
    }

    .section__hero .section__wrapper .hero-content .content-mid h3 {
        font-size: 14px
    }

    .section__hero .section__wrapper .hero-content .content-mid h1 {
        font-size: 24px
    }

    .section__hero .section__wrapper .hero-content .content-mid h1 .title-part,
    .section__hero .section__wrapper .hero-content .content-mid h1 .title-break,
    .section__hero .section__wrapper .hero-content .content-mid h1 .title-hero-gradient,
    .section__hero .section__wrapper .hero-content .content-mid h1 .title-hero-thin {
        font-size: 24px
    }

    .section__hero .section__wrapper .hero-content .content-mid h1 .title-hero-thin {
        font-weight: 400
    }

    .section__hero .section__wrapper .hero-content .content-mid h1 .title-break {
        display: block
    }

    .section__hero .section__wrapper .hero-content .content-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 48px
    }

    .section__hero .section__wrapper .hero-content .content-bottom .hero-content-btn,
    .section__hero .section__wrapper .hero-content .content-bottom .hero-content-btn-assistente {
        width: 100%;
        max-width: 280px;
        text-align: center
    }

    .banner-desktop {
        display: none
    }

    .banner-mobile {
        display: block
    }
}

.depoimentos--header {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.section-depoimentos__title {
    margin: 0;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.section-depoimentos__subtitle {
    margin: 0;
    color: #48536c;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.depoimentos-slider {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 12px
}

.depoimentos-content {
    margin-top: 32px
}

.depoimentos-carousel__arrow {
    display: flex;
    cursor: pointer;
    height: 40px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #ff9500;
    border: none
}

.depoimento-card {
    margin-right: 16px;
    display: inline-block;
    box-sizing: border-box;
    height: 372px;
    width: 592px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 12px;
    background: #f3f5f6;
    box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, .12)
}

.depoimento-author-photo img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.depoimento-card-content {
    height: 100%;
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px
}

.depoimento-card-description {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.depoimento-content__text {
    color: #48536c;
    margin: 0;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%
}

.author-name {
    color: #192a6b;
    margin: 0;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.author-role {
    color: #48536c;
    margin: 0;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

@media screen and (max-width: 768px) {
    .section-depoimentos__title {
      font-size: 20px;
    }
  
    .section-depoimentos__subtitle {
      font-size: 16px;
    }
  
    .depoimentos-carousel__arrow {
      display: none;
    }
  
    .depoimento-card {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      padding: 0;
      overflow: hidden;
      width: 100%;
      height: auto; /* altura flexível */
      border-radius: 12px;
    }
  
    .depoimento-author-photo {
      width: 100%;
      height: auto;
    }
  
    .depoimento-author-photo img {
      position: relative;
      width: 100%;
      max-height: 240px;
      border-radius: 12px 12px 0 0;
      object-fit: cover;
      object-position: top;
    }
  
    .depoimento-card-content {
      width: 100%;
      padding: 16px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
  
    .depoimento-content__text {
      font-size: 16px;
      line-height: 140%;
      word-wrap: break-word;
    }
  }
  

.formulario-book_container {
    position: relative;
    display: flex;
    padding: 56px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    background: #13357a
}

.form-ebook-container {
    display: flex;
    width: 488px;
    padding: 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
    min-height: 400px;
    border-radius: 12px;
    background: hsla(0, 0%, 100%, .1);
    box-sizing: border-box
}

.form-ebook-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.form-ebook-title {
    margin: 0;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(90deg, #f69261 0%, #f9bc4a 82.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.form-ebook-subtitle {
    color: #fff;
    margin: 0;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.info {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.info-ebook-link {
    color: #439ee4;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.ebooks {
    position: absolute;
    bottom: 0
}

.ebook-group-inputs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    box-sizing: border-box
}

.ebook-form-inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box
}

.ebook-group-input {
    width: 100%;
    box-sizing: border-box
}

.ebook-form-control {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box
}

.ebook-group-input label {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.ebook-terms-text {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.checkLGPD {
    text-align: center;
    position: relative;
    width: 420px;
    margin: 0 auto 10px auto
  }
  
  .checkLGPD .txt-termos {
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
    font-weight: 300;
    line-height: 16px;
    text-align: left
  }

  .txt-termos_ebook {
    color: #FFF;
  }

  .campErroEbook{
    color: #FFF;
  }
  
  .checkLGPD .txt-termos span.openTerm {
    text-decoration: underline;
    color: #439ee4
  }
  
  .checkLGPD {
    display: flex;
    align-items: center;
    padding: 20px 10px 0;
    overflow: hidden
  }
  
  .txt-termos span {
    cursor: pointer
  }
  
  .textLGPD {
    position: absolute;
    top: 0px;
    right: 0;
    width: 10px;
    height: 100%;
    z-index: 2;
    transition: all ease .4s;
    pointer-events: none
  }
  
  .textLGPD>p {
    position: absolute;
    bottom: 0;
    right: -100%;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    background: rgba(60, 73, 90, .95);
    width: 100%;
    height: auto;
    padding: 50px 30px 30px;
    z-index: 2;
    transition: all ease .4s;
    box-sizing: border-box
  }
  
  .textLGPD.termoAberto {
    pointer-events: auto !important;
    width: 100%
  }
  
  .textLGPD.termoAberto p {
    opacity: 1;
    right: 0
  }
  
  .textLGPD>p a {
    color: var(--corSecundaria)
  }
  
  .fechar-termo {
    display: block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    cursor: pointer
  }
  
  #msgLgpd {
    max-width: 400px;
    margin: 0 auto
  }
  #msgLgpd-pre-inscricao {
    max-width: 400px;
    margin: 0 auto;
  }

.ebook-submit-button {
    cursor: pointer;
    display: flex;
    height: 48px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff9500;
    border: none;
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.ebook-submit-button:hover {
    background: #ffb54c
}

.ebook-check-confirm {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px
}

.ebook-check-confirm input {
    border-radius: 2px;
    background: #fff;
    border: none
}

.ebook-success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(19, 53, 122, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border-radius: 12px;
    box-sizing: border-box;
  }
  
  .ebook-success-overlay.hidden {
    display: none;
  }
  
  .ebook-success-content {
    display: flex;
    flex-direction: column;
    width: 488px;
    height: 520px;
    padding: 40px 32px;
    gap: 32px;
    background: linear-gradient(234deg, #F9BC4A 6.13%, #F69360 91.3%);
    border-radius: 12px;
    box-sizing: border-box;
    color: #192A6B;
    font-family: "Open Sans", sans-serif;
    text-align: left;
  }
  
  .ebook-success-title {
    color: #192A6B;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
  }
  
  .ebook-success-subtitle {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    margin: 0;
  }
  
  .ebook-success-text {
    color: #192A6B;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    margin: 0;
  }
  
  .ebook-success-button {
    display: flex;
    height: 48px;
    padding: 0px 20px 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    background-color: #192A6B;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .ebook-success-button:hover {
    background-color: #33498e;
  }
  


@media screen and (max-width: 768px) {
    .formulario-book_container {
        flex-direction: column;
        padding: 32px 16px;
        align-items: center;
        gap: 32px;
        box-sizing: border-box;
        width: 100%;
      }

      .form-ebook-container {
        width: 100%;
        max-width: 100%;
        padding: 24px 16px;
        box-sizing: border-box;
      }
      .ebook-group-inputs-container,
  .ebook-form-inputs,
  .ebook-group-input,
  .ebook-form-control,
  .form-check-input {
    width: 100%;
    box-sizing: border-box;
  }

  .ebook-form-control {
    font-size: 16px;
    padding: 12px 14px;
  }

  .txt-termos {
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    width: 100%;
    word-break: break-word;
  }

  .checkLGPD {
    width: 100%;
    padding: 16px 0;
    align-items: flex-start;
    gap: 8px;
    box-sizing: border-box;
  }

    .form-ebook-left {
        align-items: center;
        text-align: center
    }

    .form-ebook-title {
        font-size: 24px;
        line-height: 130%
    }

    .form-ebook-subtitle {
        font-size: 16px
    }

    .info {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-family: "Open Sans";
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        flex-wrap: wrap;
        word-break: break-word
    }

    .info svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0
    }

    .info .info-ebook-link {
        color: #439ee4;
        text-decoration: none
    }

    .info-text {
        display: inline;
        white-space: nowrap
    }

    .ebooks {
        display: none
    }

   

    .ebook-submit-button {
        width: 100%;
      }
    
      .ebook-success-overlay {
        padding: 24px;
      }
    
      .ebook-success-content {
        width: 100%;
        max-width: 100%;
      }
}

.section-cursos {
    position: relative;
    border-top: 4px solid #eb766b;
    background: #f3f5f6
}

.selo-promocao {
    position: absolute;
    top: -20px;
    right: 7%;
}

.cursos-btn {
    display: flex;
    height: 52px;
    margin: 0 auto;
    width: fit-content;
    padding: 0px 24px 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff9500;
    text-decoration: none;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.cursos-btn:hover {
    background: #ffb54c;
    text-decoration: none
}

.cursos-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.cursos-header h1 {
    color: #192a6b;
    margin: 0;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.cursos-header h4 {
    color: #48536c;
    margin: 0;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.cursos-container {
    padding-top: 40px
}

.svg-decoracao {
    position: absolute;
    right: 16px;
    bottom: -40px;
    z-index: 0;
    pointer-events: none;
    height: auto
}

.svg-decoracao svg {
    width: 100%;
    height: auto;
    display: block
}

.cursos-btn {
    margin-top: 20px
}

.curso-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .curso-modal-content {
    background: white;
    width: 90%;
    max-width: 532px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; 

  }
  
  .curso-modal-header {
    background: #EAEDF0;
    padding: 16px 24px;
    display: flex;
    border-radius: 8px 8px 0 0;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    color: #192a6b;
  }
  
  .curso-modal-body {
    padding: 24px;
    color: #000;

font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; 
  }
  
  .curso-modal-footer {
    padding:24px;
    box-sizing: border-box;
  }
  
  .modal-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  .modal-close-btn svg {
    width: 24px;
    height: 24px;
  }
  
  .modal-action-btn {
    width: fit-content;
    height: 48px;
    padding: 0 16px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #FF9500;
    color: #192A6B;
    font-family: "Open Sans";
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    box-sizing: border-box;
  overflow-wrap: break-word; 
  }
  

  .cursos-item {
    .curso-item-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
  
    .curso-titulo {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      color: #192a6b;
      font-weight: 600;
      line-height: 1.2;
    }
  
    .modal-open-btn {
      background: none;
      border: none;
      font-size: 24px;
      color: #192a6b;
      cursor: pointer;
      transition: transform 0.2s;
      margin-left: 12px;
    }
  
    .modal-open-btn:hover {
      transform: scale(1.2);
    }
  }
  

@media screen and (min-width: 769px) {
    .cursos-carousel {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 16px 50px
    }

    .cursos-coluna {
        padding: 0;
        background: rgba(0, 0, 0, 0);
        box-shadow: none
    }

    .cursos-coluna ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none
    }

    .cursos-coluna li {
        width: 100%;
        display: flex;
        align-items: center;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        padding: 12px 0 12px 36px;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background-color: rgba(0, 0, 0, 0)
    }

    .cursos-coluna li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M13.8077 16.7307L6.5 16.7307M25.5 16.7307L18.1923 16.7307M20.3846 9.42307C20.3846 7.8087 19.0759 6.5 17.4616 6.5L14.5385 6.5C12.9241 6.5 11.6154 7.80871 11.6154 9.42308M6.5 12.4231L6.5 22.5C6.5 24.1569 7.84314 25.5 9.5 25.5L22.5 25.5C24.1568 25.5 25.5 24.1569 25.5 22.5V12.4231C25.5 10.7663 24.1568 9.42313 22.5 9.42312L9.5 9.4231C7.84315 9.4231 6.5 10.7662 6.5 12.4231ZM18.1923 17.4616C18.1923 18.6724 17.2108 19.6539 16 19.6539C14.7892 19.6539 13.8077 18.6724 13.8077 17.4616C13.8077 16.2508 14.7892 15.2693 16 15.2693C17.2108 15.2693 18.1923 16.2508 18.1923 17.4616Z%27 stroke=%27%23FF9500%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 768px) {
    .svg-decoracao {
        display: none
    }

    .selo-promocao {
        position: absolute;
        top: -20px;
        right: 0
    }

    .selo-promocao img {
        width: 120px
    }

    .cursos-header h1 {
        font-size: 20px;
        width: 240px
    }

    .cursos-header h4 {
        font-size: 16px
    }

    .cursos-carousel {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 16px;
        padding-left: 16px;
        margin-left: -16px;
        -webkit-overflow-scrolling: touch
    }

    .cursos-carousel::-webkit-scrollbar {
        display: none
    }

    .cursos-coluna {
        flex: 0 0 auto;
        width: 240px;
        background-color: #fff;
        border-radius: 4px;
        padding: 16px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
    }

    .cursos-coluna ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .cursos-coluna li {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        padding: 12px 12px 12px 28px;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .cursos-coluna li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M13.8077 16.7307L6.5 16.7307M25.5 16.7307L18.1923 16.7307M20.3846 9.42307C20.3846 7.8087 19.0759 6.5 17.4616 6.5L14.5385 6.5C12.9241 6.5 11.6154 7.80871 11.6154 9.42308M6.5 12.4231L6.5 22.5C6.5 24.1569 7.84314 25.5 9.5 25.5L22.5 25.5C24.1568 25.5 25.5 24.1569 25.5 22.5V12.4231C25.5 10.7663 24.1568 9.42313 22.5 9.42312L9.5 9.4231C7.84315 9.4231 6.5 10.7662 6.5 12.4231ZM18.1923 17.4616C18.1923 18.6724 17.2108 19.6539 16 19.6539C14.7892 19.6539 13.8077 18.6724 13.8077 17.4616C13.8077 16.2508 14.7892 15.2693 16 15.2693C17.2108 15.2693 18.1923 16.2508 18.1923 17.4616Z%27 stroke=%27%23FF9500%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat
    }
}

.cta-container {
    display: flex;
    justify-content: space-between
}

.cta-content__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px
}

.cta-content__left h1 {
    color: #192a6b;
    margin: 0;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.cta-img {
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 12px 8px -8px rgba(42, 94, 144, .35), 0px 16px 28px -8px rgba(42, 94, 144, .4)
}

.cta-decoration__svg {
    position: absolute;
    bottom: 60px;
    left: -20px
}

.cta-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin: 0
}

.cta-list__item {
    position: relative;
    padding-left: 36px
}

.cta-list__item h3 {
    margin: 0;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 120%
}

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

.cta-list__item::before {
    content: "";
    position: absolute;
    top: .15em;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M11 15L15 19.5L20.2222 12.8333M25.5 16C25.5 21.2467 21.2467 25.5 16 25.5C10.7533 25.5 6.5 21.2467 6.5 16C6.5 10.7533 10.7533 6.5 16 6.5C21.2467 6.5 25.5 10.7533 25.5 16Z%27 stroke=%27%23FF9500%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.btn-cta {
    display: flex;
    margin-top: 24px;
    height: 52px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff9500;
    width: fit-content;
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none
}

.btn-cta:hover {
    background: #ffb54c;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .cta-content__left {
        margin-bottom: 20px
    }

    .cta-content__left h1 {
        font-size: 20px
    }

    .cta-container {
        flex-direction: column
    }

    .cta-decoration__svg {
        position: absolute;
        top: 180px;
        left: -20px
    }

    .btn-cta {
        margin: 0 auto
    }

    .cta-list {
        margin-bottom: 12px
    }
}

.section-formacao {
    border-top: 4px solid #eb766b;
    background: #f3f5f6
}

.formacao-header h1 {
    margin: 0;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.formacao-header h4 {
    color: #48536c;
    margin: 0;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.formacao-cards {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.formacao-item {
    display: flex;
    max-width: 384px;
    width: 100%;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #48536c
}

.formacao-item p {
    color: #48536c;
    margin: 0;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.formacao-decoration__svg {
    position: absolute;
    left: 16px;
    bottom: -40px;
    z-index: 1;
    pointer-events: none;
    height: auto
}

.formacao-decoration__svg svg {
    width: 100%;
    height: 100%;
    display: block
}

@media screen and (max-width: 768px) {
    .formacao-decoration__svg {
        display: none
    }

    .formacao-header h1 {
        font-size: 20px
    }

    .formacao-header h4 {
        font-size: 16px
    }

    .formacao-cards {
        flex-direction: column;
        gap: 24px
    }

    .formacao-item {
        max-width: 100%;
        width: auto
    }
}

.section-chatbot {
    background: #192a6b
}

.chatbot-header h1 {
    margin: 0;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(90deg, #f69261 0%, #f9bc4a 82.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.chatbot-group-inputs-container {
    display: flex;
    gap: 20px;
    margin-top: 20px
}

.chatbot-group-inputs-container .chatbot-group-input {
    flex: 1;
    display: flex;
    flex-direction: column
}

.chatbot-group-inputs-container label {
    margin-bottom: 6px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px
}

.chatbot-form-control {
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px
}

.chatbot-form-control::placeholder {
    color: #fff;
    opacity: 1
}

.chatbot-terms-recaptcha {
    display: flex;
    justify-content: space-between;
    align-items: start
}

.chatbot-content-term {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 13px
}

.chatbot-content-term input[type=checkbox] {
    margin-top: 3px
}

.chatbot-content-term label {
    cursor: pointer
}

.recaptcha-placeholder {
    height: 78px;
    width: 400px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0
}

.chatbot-submit-button {
    display: block;
    width: 100%;
    padding: 14px;
    background: #ff9500;
    border: none;
    border-radius: 4px;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 16px;
    color: #192a6b;
    cursor: pointer;
    transition: .2s ease
}

.chatbot-submit-button:hover {
    background: #ffb54c
}

.chatbot-decoration__svg {
    position: absolute;
    right: 16px;
    bottom: -40px;
    z-index: 1;
    pointer-events: none;
    height: auto
}

.chatbot-decoration__svg svg {
    width: 100%;
    height: 100%;
    display: block
}

@media screen and (max-width: 768px) {
    .chatbot-decoration__svg {
        display: none
    }
}

.section-um-clique {
    background: url("../img/matricula-background.png");
    background-size: cover;
    background-position: center;
    height: 100%
}

.um-clique-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px
}

.um-clique-left img {
    max-width: 100%;
    height: auto;
    display: block
}

.um-clique-right {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.um-clique-right h2 {
    margin: 0 0 24px;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(90deg, #f69261 0%, #f9bc4a 82.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.um-clique-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 32px;
    padding: 0
}

.um-clique-item {
    position: relative;
    padding-left: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff
}

.um-clique-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M11 15L15 19.5L20.2222 12.8333M25.5 16C25.5 21.2467 21.2467 25.5 16 25.5C10.7533 25.5 6.5 21.2467 6.5 16C6.5 10.7533 10.7533 6.5 16 6.5C21.2467 6.5 25.5 10.7533 25.5 16Z%27 stroke=%27%23FF9500%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.btn-um-clique {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 20px;
    width: fit-content;
    gap: 4px;
    border-radius: 4px;
    background: #ff9500;
    color: #192a6b;
    text-decoration: none;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.btn-um-clique:hover {
    background: #ffb54c;
    text-decoration: none
}

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

    .um-clique-right h2 {
        font-size: 20px
    }

    .btn-um-clique {
        margin: 0 auto
    }
}

.content-info {
    display: flex;
    padding: 12px 8px;
    align-items: center;
    gap: 8px;
    margin-top: 110px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .3)
}

.content-info .info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    word-break: break-word;
    white-space: normal
}

.content-info .info-text p {
    color: #fff;
    margin: 0;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: left
}

@media(max-width: 768px) {
    .content-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px 12px
    }

    .content-info .info-text {
        width: 100%
    }

    .content-info .info-text p {
        font-size: 15px;
        line-height: 140%
    }
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #192a6b;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    opacity: 0;
    display: none;
    transition: all .16s ease
}

.navbar-fixed-visible {
    display: block !important;
    opacity: 1 !important
}

.navbar-fixed__wrapper {
    max-width: 1178px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-fixed__left,
.navbar-fixed__right {
    display: flex;
    align-items: center;
    gap: 12px
}

.navbar-fixed__logo img {
    display: block
}

.navbar-fixed__left p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.navbar-fixed__menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px
}

.navbar-fixed__menu li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.btn-default-senai {
    background: #ff9500;
    color: #192a6b;
    padding: 6px 12px;
    border-radius: 4px
}

.btn-assistente {
    background: #fff;
    color: #192a6b;
    padding: 6px 12px;
    border-radius: 4px
}

.hamburger {
    padding: 15px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1050;
    position: relative;
    display: none
}

.hamburger .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition: transform .3s ease
}

.hamburger .hamburger-inner {
    top: 50%;
    transform: translateY(-50%)
}

.hamburger .hamburger-inner::before {
    content: "";
    top: -10px
}

.hamburger .hamburger-inner::after {
    content: "";
    bottom: -10px
}

.navbar-drawer {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: #13357a;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 9999;
    transition: right .3s ease-in-out
}

.navbar-drawer.open {
    right: 0
}

.drawer-close {
    align-self: flex-end;
    font-size: 32px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-bottom: 16px
}

.drawer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.drawer-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    transition: color .2s
}

.drawer-menu li a img {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

@media(max-width: 1023px) {
    .navbar-fixed__menu {
        display: none
    }

    .hamburger {
        display: block
    }

    .navbar-fixed__left p {
        display: none
    }

    .btn-assistente {
        color: #192a6b
    }
}

@media(min-width: 1024px) {
    .navbar-drawer {
        display: none
    }
}

.footer {
    display: block;
    position: relative;
    padding: 24px 0;
    width: 100%;
    background-color: #192a6b
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.footer-socials {
    display: flex;
    gap: 16px
}

.footer-social__link .social-icon {
    height: 24px;
    width: 24px
}

@media(max-width: 768px) {
    .footer-grid {
        flex-direction: column;
        gap: 16px;
        align-items: center
    }

    .footer-socials {
        justify-content: center
    }
}

.section-pre-inscricao {
    width: 100%;
    background-color: #f3f5f6;
    padding: 0;
    margin: 0
}

.section-pre-inscricao .section__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0
}

.section-pre-inscricao .container {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    width: 100%;
    position: relative
}

.section-pre-inscricao .pre-inscricao-left {
    width: 50vw;
    background: url('../img/Image_form_matricula_desktop.png') no-repeat center center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    position: relative
}

.section-pre-inscricao .pre-inscricao-left h1 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.section-pre-inscricao .pre-inscricao-right {
    width: 50vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.section-pre-inscricao .form-pre-inscricao-container {
    width: 100%;
    max-width: 480px;
    margin-top: 60px;
    position: relative
}

.section-pre-inscricao .form-pre-inscricao-container h1 {
    color: #192a6b;
    margin: 0;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.section-pre-inscricao .form-pre-inscricao-container h3 {
    color: #48536c;
    margin: 0;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 32px
}

.section-pre-inscricao .pre-inscricao-group-inputs-container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.section-pre-inscricao .pre-inscricao-group-input {
    display: flex;
    flex-direction: column
}

.section-pre-inscricao .pre-inscricao-group-input label {
    color: #48536c;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 4px
}

.section-pre-inscricao .pre-inscricao-group-input input,
.section-pre-inscricao .pre-inscricao-group-input select {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #f3f5f6;
    border: none;
    color: #9ba2b0;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.section-pre-inscricao .pre-inscricao-group-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%239BA2B0%27 stroke-width=%272%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
    cursor: pointer
}

.section-pre-inscricao .pre-inscricao-content-term {
    margin: 24px 0
}

.section-pre-inscricao .pre-inscricao-content-term .pre-inscricao-check-confirm {
    display: flex;
    align-items: center;
    gap: 8px
}

.section-pre-inscricao .pre-inscricao-content-term .pre-inscricao-check-confirm input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.section-pre-inscricao .pre-inscricao-content-term .pre-inscricao-check-confirm .pre-inscricao-terms-text {
    font-size: 14px;
    font-family: "Open Sans", sans-serif
}

.section-pre-inscricao .checkbox-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
    margin-top: 16px
}

.section-pre-inscricao .checkbox-group label:first-child {
    margin-bottom: 4px;
    font-size: 12px;
    font-family: "Open Sans";
    color: #48536c
}

.section-pre-inscricao .checkbox-group .checkbox-option {
    display: flex;
    align-items: center;
    gap: 8px
}

.section-pre-inscricao .checkbox-group .checkbox-option input[type=radio],
.section-pre-inscricao .checkbox-group .checkbox-option input[type=checkbox] {
    width: 16px;
    height: 16px;
    cursor: pointer
}

.section-pre-inscricao .checkbox-group .checkbox-option label {
    color: #5d677d;
    margin: 0;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.section-pre-inscricao .pre-inscricao-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px
}

.section-pre-inscricao .pre-inscricao-submit-button {
    background-color: #ff9500;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content
}

.section-pre-inscricao .pre-inscricao-submit-button:hover {
    background-color: #ff9a89
}

.section-pre-inscricao a {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #ff9500;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}


.pre-inscricao-success-overlay {
    position: absolute;
    inset: 0; 
    z-index: 10;
    background: rgba(19, 53, 122, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border-radius: 12px;
    box-sizing: border-box;
    transition: opacity 0.4s ease;
    opacity: 1;
  }



  
  
  .pre-inscricao-success-content {
    display: flex;
    flex-direction: column;
    width: 480px;
    padding: 40px 32px;
    gap: 24px;
    background: linear-gradient(234deg, #F9BC4A 6.13%, #F69360 91.3%);
    border-radius: 12px;
    box-sizing: border-box;
    color: #192A6B;
    font-family: "Open Sans", sans-serif;
    text-align: center;
  }
  
  .success-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
  }
  
  .success-subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #FFFFFF;
    margin: 0;
  }
  
  .success-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    margin: 0;
  }
  

@media screen and (min-width: 1023px) {
    .pre-inscricao-actions a {
        padding: 0px 16px 0px 12px
    }
}

@media screen and (max-width: 768px) {
    .section-pre-inscricao .container {
        flex-direction: column;
        min-height: auto
    }

    .pre-inscricao-form-inputs{
        padding: 20px;
    }

    .button-submit-form__content{
        width: 100%;
    }

    .section-pre-inscricao .pre-inscricao-left {
        width: 100%;
        height: auto;
        background: url('../img/Image_form_matricula_mobile.png') no-repeat center center;
        background-size: cover;
        background-position: center;
        padding: 32px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px
    }

    .section-pre-inscricao .pre-inscricao-left h1 {
        font-size: 22px;
        text-align: center;
        color: #fff;
        line-height: 120%
    }

    .section-pre-inscricao .pre-inscricao-left img {
        max-width: 220px
    }

    .section-pre-inscricao .pre-inscricao-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .section-pre-inscricao .form-pre-inscricao-container {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding: 20px
    }

    .section-pre-inscricao .form-pre-inscricao-container h1 {
        font-size: 24px;
        text-align: center
    }

    .section-pre-inscricao .form-pre-inscricao-container h3 {
        font-size: 14px;
        text-align: center;
        margin: 16px 0 24px
    }

    .section-pre-inscricao .checkbox-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .section-pre-inscricao .pre-inscricao-actions {
        flex-direction: column-reverse;
        gap: 12px;
        margin-top: 32px
    }

    .section-pre-inscricao .pre-inscricao-actions a,
    .section-pre-inscricao .pre-inscricao-actions .pre-inscricao-submit-button {
        width: 100%;
        justify-content: center
    }
}

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: 1216px;
    margin: 0 auto;
    box-sizing: border-box
}

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

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

.containter__title h2 {
    margin: 0;
    color: #111d4a;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 103%;
    text-transform: uppercase
}

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

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