/************ CONFIGURAÇÕES FONTS, CORES *********/
@font-face {
    font-family: Avenir;
    src: url("/css/font/avenir/AvenirNextLTPro-Heavy.otf") format("opentype");
  }
  @font-face {
    font-family: SpicyRice;
    src: url("/css/font/Spicy_Rice/SpicyRice-Regular.ttf") format("opentype");
  }
  body {
    background-color: #1b1d23!important;
  }
  .avenir {
    font-family: 'Avenir', serif;
  }
  :root {
    --light: #fff;
    --dark: #000;
    --cor-primaria: #ffff ;
    --cor-secundaria: #ffd73f;
    --cor-terciaria: #4e35f7;
    --cor-quartenaria: #cce5c8;
    --cor-quinaria: #262d3c;
    --cor-luz: rgba(0, 238, 109, 0.18);
  }
  [data-animate] {
    opacity: 0;
  }
  .h4 {
    font-size: 1.2rem!important;
  }
  .text-large {
    font-size: 60px!important;
  }
  .text-medium {
    font-size: 40px!important;
  }
  .text-large, .text-medium {
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
  }
  .text-small{
    font-size: 1rem;
    line-height: 1.1;
    display: inline-block;
  }
  .text-small2{
    font-size: .8rem;
    line-height: 1.1;
    display: inline-block;
  }
  .text-secondary {
    font-size: 25px !important;
    line-height: 1.1;
    color: #858585;
  }
  .text-light {
    color: var(--light);
  }
  .color-primary {
    color: var(--color-primary);
  }
  .text-gray {
    color: #494949;
  }
  .text-gray-light {
    color: #807f7f;
  }
  .text-green-light {
    color: rgba(204,229,200,.8);
  }
  b {
    font-weight: 900;
  }
  .f-w-300 {
    font-weight: 300 !important;
  }
  .f-w-400 {
    font-weight: 400 !important;
  }
  .f-w-500 {
    font-weight: 500 !important;
  }
  .f-w-600 {
    font-weight: 600 !important;
  }
  .f-w-700 {
    font-weight: 700 !important;
  }
  .f-w-800 {
    font-weight: 800 !important;
  }
  .f-w-900 {
    font-weight: 900 !important;
  }
  a {
    text-decoration: none !important;
  }
  /*************** GERAL *********/
  body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
  }
  .grecaptcha-badge {
    display: none;
  }
  .img-responsive {
    width: 90% !important;
    height: auto;
  }
  .container-fullscreen {
    padding-top: 0;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
  }
  .text-middle {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 3;
    position: relative;
  }
  .fullscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
  }
  section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: var(--light);
  }
  .p-relative {
    position: relative;
  }
  .background-dark {
    background-color: var(--dark) !important;
  }
  .hidden {
    display: none;
  }
  .button-cta {
    display: inline-flex;
    background-color:var(--cor-terciaria);
    padding: 1.1rem 3rem 1.1rem 3rem;
    border-radius: 0.9rem;
    color: var(--cor-primaria);
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--cor-terciaria);
    font-size: 16px;
    margin: 10px 5px;
    
  } 
  .button-video{
    display: inline-flex;
    background-color:transparent;
    padding: 1.1rem 3rem 1.1rem 3rem;
    border-radius: 0.9rem;
    color: var(--cor-primaria);
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--cor-terciaria);
    font-size: 16px;
    margin: 10px 5px;
  }
  .button-cta:hover{
    color:var(--cor-terciaria);
    border: 2px solid var(--cor-primaria);
    background-color: var(--cor-primaria);
  }
  .button-video:hover{
    color:var(--cor-primaria);
    border: 2px solid var(--cor-terciaria);
    background-color: var(--cor-terciaria);
  }
  
  .button-cta, .button-video {
    transition: background-color 0.6s ease, color 0.6s ease, border 0.6s ease;
  } 
  @media (max-width: 768px) {
    .button-cta {
      width: 100%;
      padding: 1rem !important;
      font-size: 1rem !important;
    }
    .button-video{
      width: 100%;
    }
    .button-cta, .button-video {
      margin-left: 0;
      margin-right: 0;
    }
    .img-mobile{
      width: 100% !important;
      position: fixed;
      bottom: 5%;
    }
    .alinhamento-top{
      position: fixed;
      top: 10%;
    }
  }
  /************** FORM *********/
  .form-control{
    color:#000000 !important;
  }
  .form-control::placeholder {
    color: #212529 !important;
    opacity: 0.6 !important;
  }
  .form-control:focus {
    box-shadow: none;
  }
  input.validation {
    display: none;
  }
  .form-group {
    margin-bottom: 1.2rem;
  }
  .form-control.error {
    border-color: red !important;
  }
  .form-control.valid {
    border-color: green !important;
  }
  
  div.error {
    color: red;
    font-size: 0.9rem;
  }
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-control-label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
  }
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--light);
    border: #adb5bd solid 1px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
    color: var(--light);
  }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  }
  .custom-control-input.error ~ .custom-control-label,
  .custom-control-input.error ~ .custom-control-label b {
    color: red !important;
  }
  .custom-control-input.error ~ .custom-control-label::before {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
  }
  .custom-control-label {
    font-size: 14px;
    font-weight: 400;
    line-height: normal
  }
  .form-select {
    border: 0;
    border-radius: 0;
    padding: 0.375rem 0;
    border-bottom: 1px solid #747474;
  }
  .form-contato .form-floating > label.form-label {
    top: 0;
    left: 0px;
    padding: 0;
    opacity: 1;
    border: 0;
    height: auto;
    transform: none;
  }
  .form-contato textarea {
    resize: none;
  }
  .form-control:focus {
    box-shadow: 0 0 0 0;
  }
  .form-group {
    margin-bottom: 0;
  }
  .form-control::placeholder {
    color: transparent;
  }
  .form-contato label.form-label {
    pointer-events: none;
    position: absolute;
    top: calc(51% - 1rem);
    left: 10px;
    transition: all 0.1s linear 0s;
    color: #000;
    text-align: left;
    line-height: 1;
    font-size: 1rem;
  }
  .custom-control-label{
    color: var(--light);
  }
  .custom-control-label a{
    color: #004F59;
  }
  .custom-control-label b{
    font-weight: 700 !important;
  }
  .form-contato textarea + label.form-label {
    pointer-events: none;
    position: absolute;
    top: calc(32% - 45px);
    transition: all 0.1s linear 0s;
    color: #000000;
    text-align: left;
    line-height: 1;
    font-size: 1rem;
  }
  .form-contato textarea:focus + label.form-label,
  .form-contato textarea:not(:placeholder-shown) + label.form-label,
  .form-contato textarea:-webkit-autofill ~ label.form-label {
    font-size: 0.75rem;
    top: -14px;
    color: #fff;
  }
  .form-contato input:focus + label.form-label,
  .form-contato input:not(:placeholder-shown) + label.form-label,
  .form-contato input:-webkit-autofill ~ label.form-label {
    font-size: 0.75rem;
    top: -14px;
  }
  
  #form-background {
    background: linear-gradient(180deg, #e6ecfc 7%, #edf2ff 65%);
    padding: 2rem;
    border-radius: 20px;
  }
  
  .float-label {
    padding-bottom: 5px;
    position: relative;
  }
  .button-contato {
    display: block;
    background: #0d1333;
    padding: 0.5rem 3rem 0.5rem 3rem;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    border: 0;
    width: 100%;
  }
  .button-contato:hover, .button-contato:disabled {
    background: #0d1333 !important;
  }
  .form-contato textarea {
    resize: none;
  }
  .form-control:focus {
    box-shadow: 0 0 0 0;
  }
  .form-control::placeholder {
    color: transparent !important;
  }
  .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
  .form-contato .form-control, .form-contato .form-select {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    padding: 0.375rem;
    color: #fff !important;
  }
  .form-contato .form-select.error {
    border-bottom: 1px solid red;
  }
  .form-select:focus, .form-control:focus {
    box-shadow: none;
  }
  .form-contato .form-select option {
    color: #000;
  }
  .form-contato .form-select.select-curso option:disabled {
    background: #C1FF72;
      color: #004F59;
  }
  .form-contato label.form-label,.form-contato textarea+label.form-label {
    color: #fff;
    font-weight: 300;
    line-height: normal
  }
  /************ PAGE TITLE *********/
  #header+#page-title {
    top: -160px;
    margin-bottom: -160px;
    position: relative;
    padding: 240px 0 80px 0;
  }
  #header+#page-title.fullscreen {
    top: -80px;
    margin-bottom: -80px;
  }
  .header-extras {
    float: right;
    z-index: 199;
    height: 80px;
  }
  .button-nota {
    display: inline-block;
    cursor: pointer;
    background-color: transparent!important;
    color: #fff!important;
    border: 2px solid #fff!important;
    border-radius: 0;
    padding: 5px 10px;
    font-size: .9rem;
    line-height: 1.2rem;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .button-nota:hover {
    background-color: #fff!important;
    color: #004f59!important;
    opacity: 1;
  }
  #page-title .page-title > h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  /******************* breadcrumb***************/
  .breadcrumb {
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 10px;
    display: block;
    text-align: left;
    padding: 0;
  }
  .breadcrumb ul {
    display: inline;
    margin: 0;
    padding: 0;
  }
  .breadcrumb ul li {
    display: inline;
    position: relative;
    opacity: 0.8;
  }
  #page-title .breadcrumb ul li a {
    color: var(--light);
    text-decoration: none;
  }
  .breadcrumb ul .breadcrumb-item + li:before,
  .breadcrumb ul li + li:before,
  .breadcrumb ol .breadcrumb-item + li:before,
  .breadcrumb ol li + li:before {
    content: "\f054";
    font-family: "FontAwesome";
    margin: 0 5px;
    background-color: transparent;
    color: var(--light);
    font-size: 0.6rem;
    font-weight: 100;
  }
  /********************** LOADING ******************/
  body.no-loading {
    overflow: hidden;
  }
  body.no-loading .body-inner {
    opacity: 0;
  }
  .body-inner {
    opacity: 1;
  }
  .loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    z-index: 1003;
  }
  .div-center {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6e6e6;
  }
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
  }
  .loader-animation {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
  }
  /* LOADER 1 */
  #loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #004E59;
  }
  #loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
  }
  #loader-1:after {
    border: 10px solid #ccc;
  }
  @keyframes spin{
    0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /* LOADER 2 */
  #loader-2 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #FF914D;
    margin: 35px 5px;
  }
  #loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
  }
  #loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
  }
  #loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
  }
  @keyframes bounce{
    0%, 75%, 100%{
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  
    25%{
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  /* LOADER 3 */
  
  #loader-3{
    top: 40px;
    left: -2.5px;
  }
  
  #loader-3 span{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #004E59;
  }
  
  #loader-3 span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
  }
  
  #loader-3 span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
  }
  
  #loader-3 span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
  }
  
  #loader-3 span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
  }
  
  @keyframes grow{
    0%, 100%{
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
    }
  
    50%{
      -webkit-transform: scaleY(1.8);
      -ms-transform: scaleY(1.8);
      -o-transform: scaleY(1.8);
      transform: scaleY(1.8);
    }
  }
  /* LOADER 4 */
  
  #loader-4 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
    opacity: 0;
  }
  
  #loader-4 span:nth-child(1){
    animation: opacitychange 1s ease-in-out infinite;
  }
  
  #loader-4 span:nth-child(2){
    animation: opacitychange 1s ease-in-out 0.33s infinite;
  }
  
  #loader-4 span:nth-child(3){
    animation: opacitychange 1s ease-in-out 0.66s infinite;
  }
  
  @keyframes opacitychange{
    0%, 100%{
      opacity: 0;
    }
  
    60%{
      opacity: 1;
    }
  }
  /************ modal **************/
  .modal-header.background-success {
    background-color: #81c868;
    color: var(--light) !important;
  }
  .modal-header.background-danger {
    background-color: #c30000;
    color: var(--light) !important;
  }
  .modal-header.modal-header.background-warning {
    background-color: #ffbd4a;
    color: var(--light) !important;
  }
  .modal-header.background-success .btn-close,
  .modal-header.background-danger .btn-close,
  .modal-header.background-warning .btn-close {
    background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
      center/1em auto no-repeat;
  }
  /************** modal strip **************/
  .cookie-notice {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1000;
  }
  .cookie-notice p,
  .cookie-notice p b {
    color: white;
  }
  .cookie-notice p {
    margin: 0;
    font-size: 13px;
  }
  .cookie-notice .btn-cookie {
    margin: 0 !important;
    border-color: var(--light);
    color: var(--light);
  }
  .cookie-notice .btn-cookie:hover {
    border-color: var(--green-200);
    color: var(--green-200) !important;
  }
  div#whatsFloat {
    right: 3% !important;
    bottom: 4% !important;
  }
  @media (max-width: 991px) {
    .btn.btn-reveal.btn-reveal-left:hover span {
      left: auto;
      right: auto;
    }
  
    .btn.btn-reveal.btn-reveal-left:hover i {
      display: none;
    }
    #page-title .page-title > h2 {
      font-size: 26px;
      line-height: 34px;
    }
    .text-medium {
      font-size: 2.8rem !important;
    }
    .md-text-center {
      text-align: center;
    }
    .md-order-1 {
      order: 1;
    }
    .md-order-2 {
      order: 2;
    }
  }
  @media (max-width: 768px) {
    section {
      padding: 40px 0;
    }
    div#whatsFloat {
      right: 5% !important;
      bottom: 5% !important;
    }
    .text-large,
    .text-large span,
    .text-large span span {
      font-size: 40px !important;
      line-height: 50px !important;
    }
    .text-medium {
      font-size: 2.2rem !important;
    }
    .sm-text-center {
      text-align: center;
    }
  }
  .b-r-10 {
    border-radius: 10px;
  }
  .separator-footer {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
    display: inline-block;
    border-bottom: 1px solid #48b7c8;
  }
  /*************** HEADER ****************/
  header {
    background-color: transparent;
    position: relative;
    width: 100%;
    z-index: 1001!important;
    height: 80px;
    line-height: 80px;
    transition: top .8s ease-in-out;
  }
  .header-content {
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    background-color: #004E59;
  }
  header.background-dark.active:not(.menu-active) .header-content, header.active:not(.menu-active) .header-content {
    transition: top .8s ease-in-out;
    background-color: #004E59;
  }
  header+#mainMenu+#slider {
    top: -80px;
    margin-bottom: -80px;
  }
  header+#mainMenu+#slider-pre {
    top: -80px;
    margin-bottom: -80px;
  }
  .logo {
    float: left;
    z-index: 201;
    position: relative;
  }
  .logo-header {
    height: 80px;
    padding: 15px 0;
    z-index: 201;
    position: relative;
    padding-top: 5px;
  }
  .hamburguer {
    float: right;
    height: 80px;
    z-index: 201;
    position: relative;
  }
  .hamburguer>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 201;
  }
  .hamburguer #menu-hamburguer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    width: 40px;
    line-height: 80px;
    cursor: pointer;
  }
  .hamburguer .lines {
    background-color: #000;
    display: inline-block;
    height: 4px;
    width: 40px;
    transition: .3s;
    position: relative;
    top: 0;
    z-index: 201;
  }
  .lines::after, .lines::before {
    display: inline-block;
    height: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%;
    background-color: #000;
  }
  .lines::before {
    top: 10px;
  }
  .lines::after {
    top: -10px;
  }
  .x.toggle-active .lines {
    background: 0 0!important;
  }
  .x.toggle-active .lines::after, .x.toggle-active .lines::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 40px;
  }
  .x.toggle-active .lines::before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }
  .x.toggle-active .lines::after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
  }
  #menu-hamburguer {
    z-index: 299!important;
  }
  .menu-overlay {
    position: absolute;
  }
  .menu-overlay-active #header #mainMenu {
    z-index: 200;
  }
  #mainMenu.menu-overlay .menu {
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all .4s;
    pointer-events: none;
    position: fixed;
    left: 0;
    padding-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%!important;
    padding-bottom: 0;
    pointer-events: none;
    transform: translateY(-110%);
    z-index: 1000;
    top:0;
  }
  .menu-active + #mainMenu .menu {
    transform: translateY(0);
    pointer-events: auto;
  }
  #mainMenu.menu-overlay .menu ul{
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 0;
  }
  #mainMenu.menu-overlay .menu ul.menu-link li a{
    color: var(--cor-terciaria) !important;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #mainMenu.menu-overlay .menu ul.menu-link li a:hover{
    transition: all 0.3s ease 0s;
    text-decoration: none;
    opacity: 0.7;
  }
  #mainMenu.menu-overlay .social-icons a {
    float: left;
    text-align: center;
    background: 0 0;
    color: var(--cor-terciaria) !important;
    overflow: hidden;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 1.5rem!important;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .lines {
    display: inline-block;
    height: 4px;
    width: 30px;
    border-radius: 4px;
    transition: 0.3s;
    position: relative;
    top: -4px;
  }
  .lines::before,
  .lines::after {
    display: inline-block;
    height: 4px;
    border-radius: 4px;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: 2.85714px center;
    width: 100%;
  }
  .lines::before {
    top: 8px;
  }
  .lines::after {
    top: -8px;
  }
  .lines,
  .lines:before,
  .lines:after {
    background-color: #000;
  }
  .x.toggle-active .lines {
    background: transparent !important;
  }
  .toggle-active .lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  .x.toggle-active .lines::before,
  .x.toggle-active .lines::after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px;
  }
  .x.toggle-active .lines::before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .x.toggle-active .lines::after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .menu-active #mainMenu nav {
    opacity: 1;
  }
  @media (max-width: 1200px) {
    #header .header-content,
    #header #header-wrap {
      height: auto;
    }
    .header-extras {
      float: left;
    }
    #header .header-content #mainMenu .container,
    #header #header-wrap #mainMenu .container {
      max-width: 100%;
    }
    #header #logo {
      margin: 0 !important;
      float: none;
      height: 80px;
      left: 0;
      right: 0;
      padding: 0 !important;
    }
    #header #logo > a {
      display: inline-block;
    }
    #mainMenu-trigger {
      position: relative;
      opacity: 1;
      visibility: visible;
      transition: 0.5s;
    }
    #mainMenu {
      max-height: 0;
      clear: both;
      display: block;
      width: 100%;
      opacity: 1;
      overflow: hidden;
      transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86),opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }
    #mainMenu nav {
      line-height: 40px;
      float: none;
      margin: 0 auto;
      width: 50%;
      text-align: center;
      transition: 0.7s ease;
      opacity: 0;
      transform: translateY(-18px);
    }
    .mainMenu-open #header #mainMenu {
      position: fixed;
      top: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 1;
      overflow-y: scroll;
      max-height: 0;
      clear: both;
      opacity: 1;
      overflow: hidden;
      transition: max-height 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86),
        opacity 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
      min-height: 100vh;
      left: 0;
      background-color: rgba(217, 54, 17, 0.8);
    }
    #mainMenu.menu-animate nav {
      opacity: 1;
      transform: translateY(0);
    }
    #mainMenu nav > ul {
      float: none;
      width: 100%;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li {
      padding: 0;
      margin: 0;
      clear: both;
      float: none;
      display: block;
      border: 0;
    }
    #mainMenu nav > ul > li > a {
      font-size: 1.6rem;
    }
    #header #mainMenu {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow-y: scroll;
      background-color: var(--cor-primaria);
    }
  }
  @media (max-width: 768px) {
    #header #logo {
      text-align: left;
    }
    #header .header-content #logo {
      float: left;
    }
    #header .header-content #logo img {
      padding: 20px;
      padding-left: 0;
    }
    #mainMenu nav {
      line-height: 40px;
      float: none;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      transition: 0.7s ease;
      opacity: 0;
      transform: translateY(-18px);
    }
  }
  /********** FOOTER *************/
  footer {
    background-color: #004E59;
    width: 100%;
    position: relative;
  }
  footer .widget.widget-p {
    padding: 0 20px;
  }
  footer .widget ul.contact {
    margin-bottom: 10px;
  }
  footer .widget ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    clear: both;
    position: relative;
  }
  footer .widget ul.contact li {
    margin-bottom: 10px;
  }
  footer .widget ul.contact a,
  footer .widget ul.contact li {
    color: var(--light);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: .9rem;
    word-break: break-all;
  }
  footer .widget ul li.separator {
    padding-top: 10px;
  }
  
  .social-icons li {
    float: left;
    list-style: none;
  }
  footer .widget .social-icons li a {
    font-size: 25px!important;
    color: var(--light);
    width: 30px;
    height: 30px;
    line-height: 40px;
    float: left;
    text-align: center;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 10px 0px 0;
  }
  footer .widget .social-icons li i  {
    width: 30px;
    display: block;
    height: 30px;
    line-height: 30px !important;
  }
  footer .widget .social-icons li a:hover {
    opacity: 0.7;
    transform: translateY(-8px);
  }
  footer .list li:first-child {
    margin-top: 0;
  }
  footer .list li {
    margin-top: 10px;
  }
  footer .list li a {
    font-size: .9rem;
    line-height: 1.3;
    display: block;
    color: var(--light);
    font-weight: 400;
  }
  footer .separator-h:before {
    height: 40px;
    top: -20px;
  }
  footer .footer-content {
    padding: 80px 0;
  }
  footer .copyright-content {
    padding: 20px 0;
    background-color: #1a1e24;
    font-size: 13px;
    color: gray;
  }
  footer .copyright-content, footer .copyright-content a {
    color: var(--light) !important;
  }
  footer .widget .widget-title,
  footer .widget h4 {
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
  }
  footer .widget .widget-subtitle {
    color: var(--light);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
  }
  .logo-footer {
    width: 95%;
  }
  footer .widget.redes .widget-title {
    text-transform: inherit;
  }
  footer .widget.redes .widget-title span {
    font-weight: 100;
  }
  .copyright-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  footer .copyright-content a {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .sm-text-center {
      text-align: center !important;
    }
    .xs-order-1 {
      order: 1;
    }
    .xs-order-2 {
      order: 2;
    }
    .logo-footer {
      width: 60%;
      margin: 0 auto;
    }
    .copyright-text {
      flex-direction: column;
    }
    footer .widget .social-icons {
      display: flex;
      justify-content: center;
    }
    footer .widget .widget-title {
      margin-top: 30px;
    }
  }
  @media (max-width: 576px) {
    .xs-text-center {
      text-align: center !important;
    }
  }
  .button-transparent {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255,2555,255,.4);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  .button-transparent img {
    height: 20px;
    margin-right: 5px;
  }
  .button-blue {
    font-size: 1rem;
    border-radius: 1.5rem;
    border: 1px solid var(--blue);
    background: var(--blue);
    padding: 0.2rem 1rem;
    color: var(--light);
    font-weight: 400;
    transition: background-color 0.2s;
  }
  .button-blue:hover {
    color: var(--light);
  }
  .button-blue.large{
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    font-weight: 600 !important;
  }
  .button-blue.large i {
    font-size: 20px;
    margin-right: 0;
  }
  .owl-carousel .owl-dots, .owl-carousel .owl-nav {
    -webkit-tap-highlight-color: transparent;
    text-align: center;
  }
  .owl-carousel .owl-nav button[class*=owl-] {
    margin: -23px -60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #000;
    background-color: transparent;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    top: 40%;
    cursor: pointer;
    transition: .2s;
    z-index: 200;
    box-sizing: initial;
    opacity: 1;
    line-height: 50px;
  }
  .owl-carousel .owl-nav button[class*=owl-].disabled {
    display: none;
  }
  .owl-carousel .owl-nav [class*=owl-] i {
    line-height: 50px;
    font-size: 20px;
    display: block;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  
  .card-image {
    background-color: #eff2ff;
    padding: 60px 40px;
    border-radius: 20px;
  }
  .d-i-b {
    display: inline-block;
  }
  .line-footer {
    clear: both;
    width: 100%;
    border-top: 1px solid #007F86;
    margin: 50px 0 20px 0;
  }
  footer .list.rodape li a, footer .list.rodape li {
    font-size: .9rem;
  }
  .list.rodape {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    clear: both;
    position: relative;
  }
  @font-face {
    font-family: 'dm-social-icons';
    font-display: block;
    src: url("https://static.cdn-website.com/fonts/social_icons/dm-social-icons.ttf?v=xtwitter") format("truetype"),url("https://static.cdn-website.com/fonts/social_icons/dm-social-icons.woff?v=xtwitter") format("woff"),url("https://static.cdn-website.com/fonts/social_icons/dm-social-icons.svg?v=xtwitter#dm-social-icons") format("svg");
    font-weight: 400;
    font-style: normal
  }
  .fa-icons-twitter.fa {
    font-family: 'dm-social-icons'!important;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .fa-icons-twitter:before {
    content: '\ea96';
  }
  #form-contact section {
    padding: 0 50px;
    width: 100%;
    overflow: visible;
    z-index: 1;
    background-color: transparent;
  }
  .card-inscricao {
    position: relative;
    padding: 50px 0;
    max-width: 57%;
    min-width: 57%;
    float: right;
    min-height: 100%;
    background-color: #FF914D;
    z-index: 2;
  }
  .info-curso {
    color: #fff;
      font-size: 12px;
      margin-bottom: 20px;
  }
  .wizard,
  .tabcontrol
  {
      display: block;
      width: 100%;
      overflow: hidden;
  }
  
  .wizard a,
  .tabcontrol a
  {
      outline: 0;
  }
  
  .wizard ul,
  .tabcontrol ul
  {
      list-style: none !important;
      padding: 0;
      margin: 0;
  }
  
  .wizard ul > li,
  .tabcontrol ul > li
  {
      display: block;
      padding: 0;
  }
  
  /* Accessibility */
  .wizard > .steps .current-info,
  .tabcontrol > .steps .current-info
  {
      position: absolute;
      left: -999em;
  }
  
  .wizard > .content > .title,
  .tabcontrol > .content > .title
  {
      position: absolute;
      left: -999em;
  }
  
  
  
  /*
      Wizard
  */
  
  .wizard > .steps
  {
      position: relative;
      display: block;
      width: 100%;
  }
  
  .wizard.vertical > .steps
  {
      display: inline;
      float: left;
      width: 30%;
  }
  
  .wizard > .steps .number
  {
    font-size: 20px;
    font-weight: 800;
  }
  
  .wizard > .steps > ul > li
  {
      width: 33%;
      display: flex;
      justify-content: center;
  }
  
  .wizard > .steps > ul > li,
  .wizard > .actions > ul > li
  {
      float: left;
  }
  
  .wizard.vertical > .steps > ul > li
  {
      float: none;
      width: 100%;
  }
  
  .wizard > .steps a,
  .wizard > .steps a:hover,
  .wizard > .steps a:active
  {
      display: block;
      width: auto;
      margin: 0 0.5em 0.5em;
      padding: 1em 1em;
      text-decoration: none;
  
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 50%;
  }
  
  .wizard > .steps .disabled a,
  .wizard > .steps .disabled a:hover,
  .wizard > .steps .disabled a:active
  {
      background: #004F59;
      color: #fff;
      cursor: default;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
  }
  
  .wizard > .steps .current a,
  .wizard > .steps .current a:hover,
  .wizard > .steps .current a:active
  {
    background: #004F59;
    color: #fff;
    cursor: default;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
  }
  
  .wizard > .steps .done a,
  .wizard > .steps .done a:hover,
  .wizard > .steps .done a:active
  {
    background: #004F59;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  
  .wizard > .steps .error a,
  .wizard > .steps .error a:hover,
  .wizard > .steps .error a:active
  {
      background: #ff3111;
      color: #fff;
  }
  
  .wizard > .content
  {
      display: block;
      margin: 0.5em;
      height: auto;
      overflow: auto;
      overflow-x: hidden;
      position: relative;
      width: auto;
  
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }
  
  .wizard.vertical > .content
  {
      display: inline;
      float: left;
      margin: 0 2.5% 0.5em 2.5%;
      width: 65%;
  }
  
  .wizard > .content > .body
  {
      float: left;
      position: absolute;
      width: 95%;
      height: 95%;
      padding: 2.5%;
      left: 0;
  }
  
  .wizard > .content > .body ul
  {
      list-style: disc !important;
  }
  
  .wizard > .content > .body ul > li
  {
      display: list-item;
  }
  
  .wizard > .content > .body > iframe
  {
      border: 0 none;
      width: 100%;
      height: 100%;
  }
  
  .wizard > .content > .body input[type="checkbox"]
  {
      display: inline-block;
  }
  
  
  .wizard > .content > .body label
  {
      display: inline-block;
      margin-bottom: 0.5em;
  }
  
  .wizard > .content > .body label.error
  {
      color: #8a1f11;
      display: inline-block;
      margin-left: 1.5em;
  }
  
  .wizard > .actions
  {
      position: relative;
      display: block;
      text-align: right;
      width: 100%;
      padding: 0 50px;
  }
  
  .wizard.vertical > .actions
  {
      display: inline;
      float: right;
      margin: 0 2.5%;
      width: 95%;
  }
  
  .wizard > .actions > ul
  {
      display: inline-block;
      text-align: right;
  }
  
  .wizard > .actions > ul > li
  {
      margin: 0 0.5em;
  }
  
  .wizard.vertical > .actions > ul > li
  {
      margin: 0 0 0 1em;
  }
  
  .wizard > .actions a,
  .wizard > .actions a:hover,
  .wizard > .actions a:active
  {
      background: #C1FF72;
      color: #004F59;
      display: block;
      padding: 0.5em 1em;
      text-decoration: none;
  
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
  }
  
  .wizard > .actions .disabled a,
  .wizard > .actions .disabled a:hover,
  .wizard > .actions .disabled a:active
  {
      background: #004F59;
      color: #fff;
  }
  
  .wizard > .loading
  {
  }
  
  .wizard > .loading .spinner
  {
  }
  
  
  
  /*
      Tabcontrol
  */
  
  .tabcontrol > .steps
  {
      position: relative;
      display: block;
      width: 100%;
  }
  
  .tabcontrol > .steps > ul
  {
      position: relative;
      margin: 6px 0 0 0;
      top: 1px;
      z-index: 1;
  }
  
  .tabcontrol > .steps > ul > li
  {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
  
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  
  .tabcontrol > .steps > ul > li:hover
  {
      background: #edecec;
      border: 1px solid #bbb;
      padding: 0;
  }
  
  .tabcontrol > .steps > ul > li.current
  {
      background: #fff;
      border: 1px solid #bbb;
      border-bottom: 0 none;
      padding: 0 0 1px 0;
      margin-top: 0;
  }
  
  .tabcontrol > .steps > ul > li > a
  {
      color: #5f5f5f;
      display: inline-block;
      border: 0 none;
      margin: 0;
      padding: 10px 30px;
      text-decoration: none;
  }
  
  .tabcontrol > .steps > ul > li > a:hover
  {
      text-decoration: none;
  }
  
  .tabcontrol > .steps > ul > li.current > a
  {
      padding: 15px 30px 10px 30px;
  }
  
  .tabcontrol > .content
  {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 35em;
      overflow: hidden;
      border-top: 1px solid #bbb;
      padding-top: 20px;
  }
  
  .tabcontrol > .content > .body
  {
      float: left;
      position: absolute;
      width: 95%;
      height: 95%;
      padding: 2.5%;
  }
  
  .tabcontrol > .content > .body ul
  {
      list-style: disc !important;
  }
  
  .tabcontrol > .content > .body ul > li
  {
      display: list-item;
  }
  .wizard > .steps > ul > li { 
    position: relative;
  }
  .wizard > .steps > ul > li:after {
    width: 100%;
    height: 1px;
    background: #004F59;
    top: 19px;
    z-index: -2;
  }
  .wizard > .steps > ul > li:after, .wizard > .steps > ul > li .dots::after, .wizard > .steps > ul > li .dots::before {
    content: '';
    position: absolute;
    left: -50%;
  }
  .wizard > .steps > ul > li:first-child:after {
    content: none
  }
  @media (max-width: 768px) {
    .owl-carousel .owl-nav button[class*=owl-] {
      margin: -23px -35px 0;
    }
  }
  .menuInscricaoActive, .menuNotaActive {
    overflow: hidden;
  }
  .menuInscricaoActive .menuInscricao, .menuNotaActive .menuNota {
      opacity: 1!important;
      pointer-events: auto;
      z-index: 1002;
  }
  .menuInscricao, .menuNota {
    transition: opacity .3s ease;
    opacity: 0!important;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100vh!important;
    pointer-events: none;
    background-color: #FF914D ;
    padding: 0;
    overflow: hidden;
    cursor: auto;
    width: 100%;
    background-image: url(/images/pre-inscricao.jpg)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menuSelecao {
    position: relative;
    background-color: #004f59 ;
    width: 100%;
    background-image: url(/images/banner-selecao-desktop.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
  }
  .menuSelecao img{
    width: 30%;
  }
  .menuSelecao h2{
    text-align: center;
    color:#ff9d64;
    font-size: 3rem;
    font-family: SpicyRice;
  }
  .menuSelecao h4{
    text-align: center;
    color:#ff9d64;
  }
  .button-selecao {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    background-color: #ff9d64;
    color: #004f59;
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-top: -110px;
  }
  .button-selecao:hover {
    background-color: #004f59;
    color: #ff9d64;
    border: 1px solid;
    border-color: #ff9d64;
  }
  .buttonCloseInscricao{
    cursor: pointer;
    position: absolute;
    padding: 2px;
    height: 30px;
    right: 20px;
    width: 30px;
    top: 20px;
    opacity: 1;
    color: #fff;
    fill: #fff;
    background-color: #004E59;
    border-radius: 0;
    display: inline-block;
    box-shadow: none;
    border: 0;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    margin: 0;
  }
  .menuInscricao::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  .menuInscricao::-webkit-scrollbar-track {
    background: #C1FF72;        /* color of the tracking area */
  }
  
  .menuInscricao::-webkit-scrollbar-thumb {
    background-color: #004F59;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #C1FF72;  /* creates padding around scroll thumb */
    right: -30px;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    height: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    color: var(--light);
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
  }
  .pesquisaCep {
    cursor: pointer;
  }
  .form-control.error + label + .pesquisaCep .input-group-text {
    border-color: red;
    color: red;
  }
  @media (max-width: 768px) {
    .card-inscricao {
      max-width: 100%;
      max-width: 100%;
    }
    .menuSelecao {
      position: relative;
      background-color: #004f59 ;
      width: 100%;
      background-image: url(/images/banner-selecao-desktop.png)!important;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left;
    }
    .menuSelecao img{
      width: 70%;
      margin-top: 40px;
    }
    .menuSelecao h2{
      text-align: center;
      color:#ff9d64;
      font-size: 2rem;
      font-family: SpicyRice;
    }
    .menuSelecao h4{
      text-align: center;
      color:#fff;
      font-size: 1.25rem;
    }
    .button-selecao {
      font-family: 'Red Hat Display', sans-serif;
      font-weight: 400;
      font-size: 1.3rem;
      background-color: #ff9d64;
      color: #004f59;
      border: none;
      padding: 10px 30px;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-align: center;
      margin-top: -110px;
    }
    .button-selecao:hover {
      background-color: #004f59;
      color: #ff9d64;
      border: 1px solid;
      border-color: #ff9d64;
    }
  }
  .btn-whatsapp {
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    background-color: rgb(37, 211, 102);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
  }
  .btn-whatsapp:before, .btn-whatsapp:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
  }
  .pulsaDelay:after {
    animation-delay: .5s;
  }
  
  @keyframes animate {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
  
    50% {
      opacity: 1;
    }
  
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  #form-nota {
    padding: 0 50px;
    width: 100%;
    overflow: visible;
    z-index: 1;
    background-color: transparent;
  }
  #info-nota {
    width: 100%;
    color: #fff;
  }