@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Poppins', sans-serif;

    --color-primary: #174B8D;
}

.invisivel {
    display: none;
  }
  
  /* Celular */
  @media only screen and (min-width: 1px) and (max-width: 500px)
  {
    table {
      font-size: 12px;
    }
  
    p {
      font-size: 8px;
    }
  
  }

  @media print {
  
    /* Pego na net */
  
    * {
      background:transparent !important;
      color:#000 !important;
      text-shadow:none !important;
      filter:none !important;
      -ms-filter:none !important;
    }
  
    body {
      margin:0;
      padding:0;
      line-height: 1.4em;
    }
  
    @page :left {
      margin: 0.5cm;
    }
  
    @page :right {
      margin: 0.8cm;
    }
  
    @page :first {
      margin: 1cm 2cm;
    }
  
    nav, footer, video, audio, object, embed {
      display:none;
    }
  
    .wrap {
      width: 100%;
      margin: 0;
      float: none !important;
    }
  
    body {
      font: 12pt Georgia, "Times New Roman", Times, serif;
      color: #000;
    }
  
    h1 {
      font-size: 24pt;
    }
  
    h2 {
      font-size: 18pt;
    }
  
    h3 {
      font-size: 14pt;
    }
  
    p a {
      word-wrap: break-word;
    }
  
    p {
      widows: 3;
    }
  
    p {
      orphans: 3;
    }
  
    /* Pego na net */
  
    html, body
    {
      width: 100%;
      height: 100%;
    }
  
    .tirar-na-impressao
    {
      display: none !important;
    }
  
    div.container {
      margin-top: 0px;
      padding-top: 0px
    }
  
  }
  
  #pagarEmpregador {
    text-align: center;
  }

.hero {
    background: url(../img/simuladores/recisao.png);
    background-size: cover;
    background-position: initial;
    background-repeat: no-repeat;
}

.titulo-hero {
    border-radius: 25px;
    padding: 60px 0;
    text-align: center;
}

.titulo-hero h1 {
    color: white;
    font-family: var(--font-secondary);
    font-size: 36px;
    font-weight: bold;
}

.titulo-hero h2 {
    color: #337CD9;
    font-family: var(--font-secondary);
    font-size: 30px;
    font-weight: bold;
}

.section-simulador {
    background: linear-gradient(180deg, #000 0%, var(--color-primary) 100%);
    padding: 30px 30px;
}

.simulador {
    border-radius: 25px;
    background: url(/assets/img/servicos/form-bg.png) no-repeat center;
    background-size: cover;
    background-color: var(--color-primary);
    box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.simulador label {
    padding-top: 10px;
    color: white;
    font-family: var(--font-secondary);
}

.simulador h3 {
    color: white;
}

.btn-simular-recisao {
    text-align: center;
}

.espaco {
    margin-top: 40px;
    margin-bottom: 40px;
}


@media (max-width: 480px) {

}

@media (max-width: 820px) and (min-width:790px) {

}