/*  Desktop */
@media (max-width: 1920px) {    
  * {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Roboto;
  }                

  /* Conteúdo do Site */
  .div-content {
    width: 75%;
    height: 100wh;
    background-color: #fcfcfc;
    display: block;             
    }

  /* Banner Principal */
  .div-banner {
    width: 100%;
    height: 610px;
    display: block;
    background-image: url("https://itworks.com.br/landingpages/img/Background-Landing(RevisaoTributaria)-01.jpg");
    background-attachment: fixed;
    background-position: -50px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0 0 85% 85% / 30%;
  }

  /* Logo IT Works */
  .logo-banner{
    width: 180px;
    height: auto;
    margin: 12px 0 0 100px;
  }

  /* Telefone de Contato (Cabeçalho) */
  .tel{
    position: absolute;
    top: 45px;
    right: 780px; 
    color: #fff;
    font-weight: 300;    	  
  }

  /* Mídias Sociais (Cabeçalho) */
  .social-medias {
    position: absolute;
    top: 35px;
    right: 540px;
  } 

  /* Ícones Redes Sociais */
  .social-1 {
    display: inline-block;
    width: 35px;
    height: 36px;
    filter: brightness(90%);
    margin: 0 auto;
    transition-duration: 0.2s;
    background-image: url("https://itworks.com.br/landingpages/img/Facebook-1.svg");
    background-repeat: no-repeat;
  }

  .social-1:hover {
    filter: brightness(100%);
    background-image: url("https://itworks.com.br/landingpages/img/Facebook-2.svg");
  }

  .social-2 {
    display: inline-block;
    width: 35px;
    height: 36px;
    filter: brightness(90%);
    margin: 0 auto;
    transition-duration: 0.2s;
    background-image: url("https://itworks.com.br/landingpages/img/Instagram-1.svg");
    background-repeat: no-repeat;
  }

  .social-2:hover {
    filter: brightness(100%);
    background-image: url("https://itworks.com.br/landingpages/img/Instagram-2.svg");
  }

  .social-3 {
    display: inline-block;
    width: 35px;
    height: 36px;
    filter: brightness(90%);
    margin: 0 auto;
    transition-duration: 0.2s;
    background-image: url("https://itworks.com.br/landingpages/img/LinkedIn-1.svg");
    background-repeat: no-repeat;
  }

  .social-3:hover {
    filter: brightness(100%);
    background-image: url("https://itworks.com.br/landingpages/img/LinkedIn-2.svg");
  }

  .social-4 {
    display: inline-block;
    width: 35px;
    height: 36px;
    filter: brightness(90%);
    margin: 0 auto;
    transition-duration: 0.2s;
    background-image: url("https://itworks.com.br/landingpages/img/Youtube-1.svg");
    background-repeat: no-repeat;
  }

  .social-4:hover {
    filter: brightness(100%);
    background-image: url("https://itworks.com.br/landingpages/img/Youtube-2.svg");
  }

  .social-5 {
    display: inline-block;
    width: 35px;
    height: 36px;
    filter: brightness(90%);
    margin: 0 auto;
    transition-duration: 0.2s;
    background-image: url("https://itworks.com.br/landingpages/img/WhatsApp-1.svg");
    background-repeat: no-repeat;
  }

  .social-5:hover {
    filter: brightness(100%);
    background-image: url("https://itworks.com.br/landingpages/img/WhatsApp-2.svg");
  }

  /* Título do Banner */
  .banner-title-content {
    width: 450px;
    height: 450px;
    position: absolute;
    left: 100px;
    top: 160px;
  }
          
  .banner-title {
    color: #fff;
    font-family: Open Sans;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 55px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.6);
  }
  
  .banner-subtitle {
    color: #fff;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 300;    
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    line-height: 30px;
    width: 380px;
  }

  /* Botão Conhecer */
  .btn-conhecer {
    position: absolute;
    left: 100px;
    top: 490px;
    background: #ffffff;
    border: 1px solid transparent;
    padding: 15px 100px;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    transition: 0.2s;
    font-weight: 500;
    font-size: 20px;
  }

  .btn-conhecer:hover {
     background: rgba(0,0,0,0.2);
     color: #ffffff;
     border: 1px solid #ffffff;
  }

  /* Imagem Notebook */
  .img-banner-notebook {
    width: 450px;
    height: auto;
    position: absolute;
    left: 420px;
    top: 370px;
  }

  /* Título - texto (itens) */   
  h1 {
    font-size: 28px;
    color: #222222;
    line-height: 40px;
  }

  h2 {
    font-family: Roboto;
    font-size: 18px;
    color: #222222;
    line-height: 35px;
  }

  li {
    list-style: none;
    font-family: Roboto;
    font-size: 15px;  
    color: #595959;
    line-height: 30px;
  }

  .btn-more {
    width: 80px;
    display: inline-block;
    position: absolute;
    margin: 50px 0 0 410px;
  }

  /* Item 2 "Revisão Tributária do Cadastro de Produtos" */
  .items-content {
    width: 100%;
    height: 700px;
    display: block;
    overflow: hidden;
  }  

  .item-2-content-text {
    width: 605px;
    height: 100%;
    display: inline-block;
    padding: 150px 0 0 80px;
    overflow: hidden;
  }  

  .ul-revisao {
    width: 45px;
    height: auto;
    margin: 0 7px 0 0;
  }

  .li-revisao {
    width: 16px;
    height: auto;
    margin: 0 7px 0 0;
  }

  .ferramentas-revisao {
    width: 100%;
    height: 230px;
    background-image: url("https://srv1.tshost.com.br/itworks/Revisao-Background-01.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0 0 65% 75% / 50%;
    margin: 50px 0 0 0;
  }

  .ferramentas-revisao-title {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    padding: 60px 0 0 0;
    margin: 0 0 0 -150px;
  }

  .ferramentas-revisao-subtitle {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    line-height: 25px;
    text-align: center;
    margin: 0 0 0 -150px;
  }

  /* Formulário */
  .div-form {
    width: 500px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #333333;
    overflow: hidden;
    text-align: center;
    font-family: Roboto;
    display: block;
  }
     
  /* Título formulário */
  .form-title {
    font-size: 44px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 35px;
    margin: 60px 0 0 0;
  }
   
  /* Sub-título formulário */
  .form-subtitle {
    font-size: 19px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 25px;
    margin: 20px 0 0 0;
  }

  /* Mensagem SPAM formulário */
  .form-spam {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 25px;
    margin: 50px 0 0 0;
  }

  /* formulário */
  .mauticform_wrapper { 
    max-width: 100%;
    height: 100%;
    margin: -80px 0 0 -50px;
    text-align: center;
    padding: 130px 0 0 50px;
    font-family: Roboto;
    overflow: hidden;
  }

  .mauticform-name { 
    font-weight: bold; 
    font-size: 1.5em; 
    margin-bottom: 3px; 
  }

  .mauticform-description { 
    margin-top: 2px; 
    margin-bottom: 10px;
  }

  .mauticform-error { 
    margin-bottom: 10px; 
    color: rgb(255, 145, 0);
  }

  .mauticform-message { 
    margin-bottom: 10px;
    color: green; 
  }

  .mauticform-row { 
    display: block; 
    margin-bottom: 20px; 
  } 

  .mauticform-label { 
    color:#ffffff;
    text-align: left;
    font-size: 1.1em;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    display: none;
  }

  .mauticform-row.mauticform-required .mauticform-label:after { 
    color: rgb(255, 145, 0); 
    content: " *"; 
    display: none;
  }

  .mauticform-helpmessage { 
    display: block; 
    font-size: 0.9em; 
    margin-bottom: 3px; 
  }

  /* Mensagem de Erro */
  .mauticform-errormsg { 
    display: block; 
    font-weight: 300;
    color: rgb(255, 145, 0); 
    margin: 10px 0 0 0; 
  }

  /* Campos do formulário */
  .mauticform-selectbox, .mauticform-input, .mauticform-textarea { 
    height: 45px;
    width: 400px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
  }

  .mauticform-checkboxgrp-label { 
      font-weight: normal; 
  }
  
  .mauticform-radiogrp-label { 
      font-weight: normal; 
  }

  /* Botão Cadastrar */
  .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(-90deg, #ff9200, #ff3d00);
    border-radius: 0;
    padding: 22px 220px;
    transition-duration: 0.2s;
    position: absolute;
    right: -1px;
    bottom: 0; 
  }
  
  .mauticform-button.btn-default:hover {
    filter: brightness(120%);
    box-shadow: 0px 8px 6px -6px #777;
  }

  .mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { 
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { 
    background-color: #ffffff; 
    border-color: #dddddd; 
    opacity: 0.75; 
    cursor: not-allowed; 
  }
  
  .mauticform-pagebreak-wrapper .mauticform-button-wrapper {  
    display: inline; 
  }
  
  ::placeholder {
    font-size: 17px;
    color: rgba(255,255,255,0.4);
    opacity: 1;
  }

}

/* Notebook */
@media (max-width: 1370px) {    
    * {
      padding: 0;
      margin: 0;
      border: 0;
      font-family: Roboto;
    }                
  
    /* Conteúdo do Site */
    .div-content {
      width: 75%;
      height: 100wh;
      background-color: #fcfcfc;
      display: block;             
      }
  
    /* Banner Principal */
    .div-banner {
      width: 100%;
      height: 610px;
      display: block;
      background-image: url("https://itworks.com.br/landingpages/img/Background-Landing(RevisaoTributaria)-01.jpg");
      background-attachment: fixed;
      background-position: -50px 0;
      background-repeat: no-repeat;
      background-size: 100%;
      border-radius: 0 0 85% 85% / 30%;
    }
  
    /* Logo IT Works */
    .logo-banner{
      width: 180px;
      height: auto;
      margin: 12px 0 0 100px;
    }
  
    /* Telefone de Contato (Cabeçalho) */
    .tel{
      position: absolute;
      top: 45px;
      right: 780px; 
      color: #fff;
      font-weight: 300;    	  
    }
  
    /* Mídias Sociais (Cabeçalho) */
    .social-medias {
      position: absolute;
      top: 35px;
      right: 540px;
    } 
  
    /* Ícones Redes Sociais */
    .social-1 {
      display: inline-block;
      width: 35px;
      height: 36px;
      filter: brightness(90%);
      margin: 0 auto;
      transition-duration: 0.2s;
      background-image: url("https://itworks.com.br/landingpages/img/Facebook-1.svg");
      background-repeat: no-repeat;
    }

    .social-1:hover {
      filter: brightness(100%);
      background-image: url("https://itworks.com.br/landingpages/img/Facebook-2.svg");
    }

    .social-2 {
      display: inline-block;
      width: 35px;
      height: 36px;
      filter: brightness(90%);
      margin: 0 auto;
      transition-duration: 0.2s;
      background-image: url("https://itworks.com.br/landingpages/img/Instagram-1.svg");
      background-repeat: no-repeat;
    }

    .social-2:hover {
      filter: brightness(100%);
      background-image: url("https://itworks.com.br/landingpages/img/Instagram-2.svg");
    }

    .social-3 {
      display: inline-block;
      width: 35px;
      height: 36px;
      filter: brightness(90%);
      margin: 0 auto;
      transition-duration: 0.2s;
      background-image: url("https://itworks.com.br/landingpages/img/LinkedIn-1.svg");
      background-repeat: no-repeat;
    }

    .social-3:hover {
      filter: brightness(100%);
      background-image: url("https://itworks.com.br/landingpages/img/LinkedIn-2.svg");
    }

    .social-4 {
      display: inline-block;
      width: 35px;
      height: 36px;
      filter: brightness(90%);
      margin: 0 auto;
      transition-duration: 0.2s;
      background-image: url("https://itworks.com.br/landingpages/img/Youtube-1.svg");
      background-repeat: no-repeat;
    }

    .social-4:hover {
      filter: brightness(100%);
      background-image: url("https://itworks.com.br/landingpages/img/Youtube-2.svg");
    }

    .social-5 {
      display: inline-block;
      width: 35px;
      height: 36px;
      filter: brightness(90%);
      margin: 0 auto;
      transition-duration: 0.2s;
      background-image: url("https://itworks.com.br/landingpages/img/WhatsApp-1.svg");
      background-repeat: no-repeat;
    }

    .social-5:hover {
      filter: brightness(100%);
      background-image: url("https://itworks.com.br/landingpages/img/WhatsApp-2.svg");
    }
  
    /* Título do Banner */
    .banner-title-content {
      width: 450px;
      height: 450px;
      position: absolute;
      left: 100px;
      top: 160px;
    }
            
    .banner-title {
      color: #fff;
      font-family: Open Sans;
      font-size: 60px;
      font-weight: 700;
      letter-spacing: -2px;
      line-height: 55px;
      text-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    }
    
    .banner-subtitle {
      color: #fff;
      font-family: Open Sans;
      font-size: 20px;
      font-weight: 300;    
      text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
      line-height: 30px;
      width: 380px;
    }
  
    /* Botão Conhecer */
    .btn-conhecer {
      position: absolute;
      left: 100px;
      top: 490px;
      background: #ffffff;
      border: 1px solid transparent;
      padding: 15px 100px;
      border-radius: 50px;
      text-decoration: none;
      color: #000;
      transition: 0.2s;
      font-weight: 500;
      font-size: 20px;
    }
  
    .btn-conhecer:hover {
       background: rgba(0,0,0,0.2);
       color: #ffffff;
       border: 1px solid #ffffff;
    }
  
    /* Imagem Notebook */
    .img-banner-notebook {
      width: 450px;
      height: auto;
      position: absolute;
      left: 350px;
      top: 370px;
    }

    /* Título - texto (itens) */   
    h1 {
      font-size: 28px;
      color: #222222;
      line-height: 40px;
    }

    h2 {
      font-family: Roboto;
      font-size: 18px;
      color: #222222;
      line-height: 35px;
    }

    li {
      list-style: none;
      font-family: Roboto;
      font-size: 15px;  
      color: #595959;
      line-height: 30px;
    }

    .btn-more {
      width: 80px;
      display: inline-block;
      position: absolute;
      margin: 50px 0 0 410px;
    }

    /* Item 2 "Revisão Tributária do Cadastro de Produtos" */
    .items-content {
      width: 100%;
      height: 700px;
      display: block;
      overflow: hidden;
    }  

    .item-2-content-text {
      width: 605px;
      height: 100%;
      display: inline-block;
      padding: 150px 0 0 80px;
      overflow: hidden;
    }  

    .ul-revisao {
      width: 45px;
      height: auto;
      margin: 0 7px 0 0;
    }

    .li-revisao {
      width: 16px;
      height: auto;
      margin: 0 7px 0 0;
    }

    .ferramentas-revisao {
      width: 100%;
      height: 230px;
      background-image: url("https://srv1.tshost.com.br/itworks/Revisao-Background-01.jpg");
      background-repeat: no-repeat;
      background-size: 100%;
      border-radius: 0 0 65% 75% / 50%;
      margin: 50px 0 0 0;
    }

    .ferramentas-revisao-title {
      font-size: 32px;
      font-weight: 500;
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      padding: 60px 0 0 0;
      margin: 0 0 0 -150px;
    }

    .ferramentas-revisao-subtitle {
      color: #ffffff;
      font-size: 17px;
      font-weight: 300;
      text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
      line-height: 25px;
      text-align: center;
      margin: 0 0 0 -150px;
    }

    /* Formulário */
    .div-form {
      width: 500px;
      height: 100%;
      position: fixed;
      right: 0;
      top: 0;
      background-color: #333333;
      overflow: hidden;
      text-align: center;
      font-family: Roboto;
      display: block;
    }
       
    /* Título formulário */
    .form-title {
      font-size: 44px;
      font-weight: 500;
      color: rgba(255,255,255,1);
      line-height: 35px;
      margin: 60px 0 0 0;
    }
     
    /* Sub-título formulário */
    .form-subtitle {
      font-size: 19px;
      font-weight: 300;
      color: rgba(255,255,255,0.5);
      line-height: 25px;
      margin: 20px 0 0 0;
    }
  
    /* Mensagem SPAM formulário */
    .form-spam {
      font-size: 16px;
      font-weight: 300;
      color: rgba(255,255,255,0.5);
      line-height: 25px;
      margin: 50px 0 0 0;
    }

    /* formulário */
    .mauticform_wrapper { 
      max-width: 100%;
      height: 100%;
      margin: -80px 0 0 -50px;
      text-align: center;
      padding: 130px 0 0 50px;
      font-family: Roboto;
      overflow: hidden;
    }
  
    .mauticform-name { 
      font-weight: bold; 
      font-size: 1.5em; 
      margin-bottom: 3px; 
    }

    .mauticform-description { 
      margin-top: 2px; 
      margin-bottom: 10px;
    }
  
    .mauticform-error { 
      margin-bottom: 10px; 
      color: rgb(255, 145, 0);
    }
  
    .mauticform-message { 
      margin-bottom: 10px;
      color: green; 
    }
  
    .mauticform-row { 
      display: block; 
      margin-bottom: 20px; 
    } 
  
    .mauticform-label { 
      color:#ffffff;
      text-align: left;
      font-size: 1.1em;
      display: block;
      font-weight: 400;
      margin-bottom: 10px;
      display: none;
    }
  
    .mauticform-row.mauticform-required .mauticform-label:after { 
      color: rgb(255, 145, 0); 
      content: " *"; 
      display: none;
    }
  
    .mauticform-helpmessage { 
      display: block; 
      font-size: 0.9em; 
      margin-bottom: 3px; 
    }
  
    /* Mensagem de Erro */
    .mauticform-errormsg { 
      display: block; 
      font-weight: 300;
      color: rgb(255, 145, 0); 
      margin: 10px 0 0 0; 
    }
  
    /* Campos do formulário */
    .mauticform-selectbox, .mauticform-input, .mauticform-textarea { 
      height: 45px;
      width: 400px;
      border: none;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      background: transparent;
      border-radius: 0;
      box-sizing: border-box;
      padding: 0 10px 0 10px;
      font-size: 20px;
      color: rgba(255,255,255,0.8);
      font-weight: 300;
    }

    .mauticform-checkboxgrp-label { 
        font-weight: normal; 
    }
    
    .mauticform-radiogrp-label { 
        font-weight: normal; 
    }
  
    /* Botão Cadastrar */
    .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
      font-size: 20px;
      color: #fff;
      background-image: linear-gradient(-90deg, #ff9200, #ff3d00);
      border-radius: 0;
      padding: 22px 220px;
      transition-duration: 0.2s;
      position: absolute;
      right: -1px;
      bottom: 0; 
    }
    
    .mauticform-button.btn-default:hover {
      filter: brightness(120%);
      box-shadow: 0px 8px 6px -6px #777;
    }
  
    .mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { 
      display: inline-block;
      margin-bottom: 0;
      font-weight: 600;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      white-space: nowrap;
      padding: 6px 12px;
      font-size: 13px;
      line-height: 1.3856;
      border-radius: 3px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  
    .mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { 
      background-color: #ffffff; 
      border-color: #dddddd; 
      opacity: 0.75; 
      cursor: not-allowed; 
    }
    
    .mauticform-pagebreak-wrapper .mauticform-button-wrapper {  
      display: inline; 
    }
    
    ::placeholder {
      font-size: 17px;
      color: rgba(255,255,255,0.4);
      opacity: 1;
    }
  
}

/* Mobile */
@media (max-width: 1340px) {
 
    /* Conteúdo do Site */
    .div-content {
      width: 100%;
      height: auto;
      display: block;
      overflow: hidden;
    }
    
    /* Banner Principal */
    .div-banner {
      width: 100%;
      height: 720px;
      background-size: 400%;
      background-position: -120px 0;
      border-radius: 0 0 85% 85% / 15%;
    }
    
    /* Logo IT Works */
    .logo-banner{
      width: 150px;
      height: auto;
      margin: 35px 0 0 50px;
    }
    
    /* Telefone de Contato (Cabeçalho) */
    .tel{
      top: 65px;
      right: 35px;    	  
    }
  
    /* Mídias Sociais (Cabeçalho) */
    .social-medias {
      top: 145px;
      right: 20px;
      width: 50px;
      height: 200px;
    }
    
    /* Título do Banner */
    .banner-title-content {
      width: 210px;
      height: 360px;
      left: 50px;
      top: 140px;
    }
        
    .banner-title {
      font-size: 36px;
      line-height: 40px;
    }
  
    .banner-subtitle {
      font-size: 20px;
      line-height: 30px;
      width: 250px;
    }
    
   /* Botão Conhecer */
    .btn-conhecer {
      font-size: 20px;
      left: 50px;
      top: 520px;
      padding: 15px 100px;
      border-radius: 50px;
    }
    
    /* Imagem Notebook */
    .img-banner-notebook {
      width: 300px;
      left: 30px;
      top: 550px;
    }
  
    /* Título - texto (itens) */   
    h1 {
      font-size: 28px;
      color: #222222;
      line-height: 40px;
    }

    h2 {
      font-family: Roboto;
      font-size: 18px;
      color: #222222;
      line-height: 35px;
    }

    li {
      list-style: none;
      font-family: Roboto;
      font-size: 15px;  
      color: #595959;
      line-height: 30px;
    }

    .btn-more {
      width: 80px;
      display: inline-block;
      position: absolute;
      margin: 45px 0 0 160px;
      z-index: 100;
    }

    /* Item 2 "Revisão Tributária do Cadastro de Produtos" */
    .items-content {
      width: 100%;
      height: 900px;
      display: block;
    }  

    .item-2-content-text {
      width: 80%;
      height: 1320px;     
      padding: 150px 0 0 20px;
      margin: 0 0 0 20px;
    }  

    .ul-revisao {
      width: 45px;
      height: auto;
      margin: 0 7px 0 0;
    }

    .li-revisao {
      width: 16px;
      height: auto;
      margin: 0 7px 0 0;
    }

    .ferramentas-revisao {
      width: 100%;
      height: 230px;
      background-image: url("https://srv1.tshost.com.br/itworks/Revisao-Background-01.jpg");
      background-repeat: no-repeat;
      background-size: 100%;
      border-radius: 0 0 65% 75% / 50%;
      margin: 50px 0 0 0;
    }

    .ferramentas-revisao-title {
      font-size: 32px;
      font-weight: 500;
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      padding: 60px 0 0 0;
      margin: 0 0 0 -150px;
    }

    .ferramentas-revisao-subtitle {
      color: #ffffff;
      font-size: 17px;
      font-weight: 300;
      text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
      line-height: 25px;
      text-align: center;
      margin: 0 0 0 -150px;
    }

    /* Formulário */
    .div-form {
      width: 100%;
      height: 700px;
      position: absolute;
      top: 1600px;
    }
    
    /* Botão Cadastrar */
    .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
      font-size: 20px;
      color: #fff;
      background-image: linear-gradient(-90deg, #ff9200, #ff3d00);
      border-radius: 0;
      padding: 22px 180px;
      transition-duration: 0.2s;
      position: absolute;
      right: -15px;
      bottom: 0; 
    }
    
}