@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(TurboSPED)-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: 200px;
    }
            
    .banner-title {
      color: #fff;
      font-family: Open Sans;
      font-size: 60px;
      font-weight: 700;
      letter-spacing: -2px;
      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: 410px;
      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: 380px;
    }

    /* 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;
    }
  
}

@media (max-width: 1340px) {                   
 
    /* Conteúdo do Site */
    .div-content {
      width: 100%;
      height: 820px;
      display: block;
      overflow: hidden;
    }
    
    /* Banner Principal */
    .div-banner {
      width: 100%;
      height: 750px;
      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: 170px;
      right: 20px;
      width: 50px;
      height: 200px;
    }
    
    /* Título do Banner */
    .banner-title-content {
      width: 210px;
      height: 360px;
      left: 50px;
      top: 150px;
    }
        
    .banner-title {
      font-size: 50px;
      line-height: 55px;
    }
  
    .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: 610px;
    }
  
    /* Formulário */
    .div-form {
      width: 100%;
      height: 700px;
      position: absolute;
      top: 820px;
    }
    
    /* 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; 
    }
    
}