.elementor-11298 .elementor-element.elementor-element-0d89126{--display:flex;--min-height:655px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--border-radius:16px 16px 16px 16px;--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}.elementor-11298 .elementor-element.elementor-element-0d89126:not(.elementor-motion-effects-element-type-background), .elementor-11298 .elementor-element.elementor-element-0d89126 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1B0E;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11298 .elementor-element.elementor-element-2f7b90f img{width:273px;}.elementor-11298 .elementor-element.elementor-element-caee1e4{width:var( --container-widget-width, 533px );max-width:533px;--container-widget-width:533px;--container-widget-flex-grow:0;}.elementor-11298 .elementor-element.elementor-element-caee1e4 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-11298 .elementor-element.elementor-element-caee1e4.elementor-element{--align-self:center;}#elementor-popup-modal-11298 .dialog-widget-content{animation-duration:1.2s;background-color:#02010100;border-radius:22px 22px 22px 22px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-11298{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-11298 .dialog-message{width:750px;height:auto;}#elementor-popup-modal-11298 .dialog-close-button{display:flex;top:4%;font-size:40px;}body:not(.rtl) #elementor-popup-modal-11298 .dialog-close-button{right:4%;}body.rtl #elementor-popup-modal-11298 .dialog-close-button{left:4%;}#elementor-popup-modal-11298 .dialog-close-button i{color:#FF0000;}#elementor-popup-modal-11298 .dialog-close-button svg{fill:#FF0000;}@media(max-width:767px){.elementor-11298 .elementor-element.elementor-element-2f7b90f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-11298 .elementor-element.elementor-element-2f7b90f img{width:244px;}#elementor-popup-modal-11298 .dialog-close-button{font-size:24px;}}/* Start custom CSS for html, class: .elementor-element-caee1e4 *//* Estilos básicos */

    .container-form {
      width: 100%;
      max-width: 500px;
      padding: 20px;
      border-radius: 8px;
      background-color: transparent;
    }

    .form-section-form {
      display: none;
      margin-top: 20px;
    }

    .form-section-form.active {
      display: block;
    }

    .form-section-form label {
      display: block;
      margin-bottom: 8px;
      color: black;
    }

    .form-section-form input {
      width: 100%;
      padding: 12px 15px;
      margin: 5px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 16px;
    }

    .form-section-form button {
      width: 100%;
      padding: 15px;
      background-color: #E4C202;
      color: #000;
      border: none;
      font-size: 18px;
      cursor: pointer;
      border-radius: 5px;
      transition: none;
    }

    .button-option {
      width: 100%;
      padding: 15px;
      font-size: 18px;
      cursor: pointer;
      margin: 10px 0;
      border: none;
      border-radius: 5px;
      text-align: center;
      background-color: transparent;
      color: #000;
      transition: background-color 0.3s, color 0.3s;
    }

    .nao-aluno-btn {
      background-color: #E4C202;
    }

    .aluno-btn {
      background-color: #E4C202;
    }

    .wpp-btn {
      background-color: #4ab040;
      color: #FFF;
      cursor: pointer;
      padding: 15px;
    }

    .wpp-btn a {
      display: block;
      width: 100%;
      height: 100%;
      color: white;
      text-decoration: none;
      border: none;
    }

    .button-option:hover {
      background-color: #ffe868;
      color: #000;
      border: none;
    }

    .wpp-btn:hover {
      background-color: #4ab040;
      color: black;
      border: none;
    }

    #voltarBtn {
      display: none;
      margin-top: 10px;
      padding: 12px 40px;
      background-color: #bca004;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    #titulo {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center;
      color: #E3E3E3;
    }

    .titulo-messagem {
      font-size: 20px;
      text-align: center;
      margin-bottom: 15px;
      color: #e3e3e3;
    }

    .error-message {
      color: red;
      font-size: 12px;
    }

    .input-error {
      border-color: red;
    }

    .form-section-form button:disabled {
      background-color: #ccc;
      cursor: not-allowed;
    }

    .hr-divisor {
      border: none;
      border-top: 2px solid white;
      margin: 20px 0;
      width: 100%;
    }

    .paragrafo {
      text-align: center;
      font-size: 14px;
      color: #e3e3e3;
    }

    input::placeholder {
      color: black;
    }
    
    .icon-wpp {
  width: 27px; /* Tamanho do ícone */
  height: auto;
  margin-right: 10px; /* Espaço entre o ícone e o texto */
  vertical-align: middle; /* Alinha verticalmente ao centro do texto */
  margin-bottom: 3px;
}/* End custom CSS */