@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;
}



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

.hero img {
    width: 100%;
}

.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;
}

.hero-description {
    align-self: center;
}

.titulo-hero h1 {
    color: white;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
  }
  
.faq .faq-list li {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: var(--font-secondary);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25px;
    cursor: pointer;
    text-decoration: none;
}

.faq .faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    color: rgb(255, 255, 255);
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: white;
}

.faq a:hover {
    color: #337CD9;
}

.faq .faq-list a.collapsed:hover {
    color:#337CD9;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

.invisivel {
    display: none;
}
  
.visivel {
    display: block;
}

.calculadora {
    padding: 30px 30px;
    background: linear-gradient(180deg, #000 0%, var(--color-primary) 100%);
}
.fator-r-title h3{
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid white;
}

.form-group label {
    color: white;
    font-size: 17px;
    font-family: var(--font-secondary);
    padding: 10px 0;
}

.faq {
    padding-top: 50px;
}
  
  /* 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;
  }

@media (max-width:480px) {

    .titulo-hero {
        padding: 30px 0;
    }

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

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

    .calculadora {
        padding: 30px 30px;
        background-color: #174B8D;
    }
    .fator-r-title h3{
        font-family: var(--font-primary);
        font-size: 26px;
        font-weight: bold;
        border-bottom: 2px solid white;
    }

    .form-group label {
        color: white;
        font-size: 17px;
        font-family: var(--font-secondary);
        padding: 10px 0;
    }

}

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

    .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;
    }

    .calculadora {
        padding: 30px 30px;
        background-color: #174B8D;
    }
    .fator-r-title h3{
        font-family: var(--font-primary);
        font-size: 26px;
        font-weight: bold;
        border-bottom: 2px solid white;
    }

    .form-group label {
        color: white;
        font-size: 17px;
        font-family: var(--font-secondary);
        padding: 10px 0;
    }

    .faq {
        padding-top: 30px;
    }
}