@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Borel&family=Walter+Turncoat&display=swap');

@font-face {
    font-family:"Nura-Normal";
    src: url(../fonte/Nura-Normal.ttf);
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0eeee;
}

h1 {
    font-size: 1.7rem;
}

h1, h2 {
    font-family:"Nura-Normal";
    color: #021a3d;
    text-align: center;
    padding: 5px auto;
}

h3 {
    padding: 0 5px;

}

span {
    color: red;
}


label {
    font-size: 18px;
    margin-bottom: 0.5rem;
}

input, select{
    padding: 0.5rem;
    font-size: 16px;
    margin-bottom: 1rem;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    width: 90%;
}

select {
    cursor: pointer;
}

textarea {

    resize: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 150px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
    
}

button {
    padding: 1rem 2rem;
    font-size: 16px;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 0.5rem 0;
}

p {
    font-size: 16px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

nav {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: auto;
    text-align: right;
    
}

ul {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
}

li {
    width: max-content;
}

li > a {
    margin: 3px 10px;
}

nav > div > img {
    width: 7%;
    float: left;
    margin: 20px;
}

a {
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    color: #021a3d;
    font-size: 1.2rem;
}

a:hover {
    text-decoration: underline;
    font-weight: 1rem;
    
}


.aprender-nf {
    display: flex;
    justify-content: center;
    background-color: aliceblue;
}

.aprender-nf > p {
    font-size: 1.2rem;
}

.aprender-nf > div {
    margin: 10px; 
}


.avisos {
    margin: 0 auto;
    text-align: justify;
    width: 43%;
}
.texto {
    width: 35%;
    padding: 70px;
}

.container {
    border: 1px solid #5a5a5a;
    padding: 20px;
    margin: 20px auto;
}

.mes-exp {
    font-size: 0.9rem;
    color: #000000;
    margin: 0 auto;
}

#relatorio {
    padding: 5px;
    text-align: center;
    margin: 20px auto;
    width: 50%;
}

#relatorio table {
  width: 65%;
  border-collapse: collapse;
  margin: 0 auto;
    
}

#relatorio th, #relatorio td {
  padding: 5px;
  text-align: center;
}

#relatorio h2 {
  font-size: 1.2rem;
}

/* #salario {
    width: 50%;
} */

.btn-relatorios {
    display: none;
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-align: center;
}

#botao-gerar, #botao-enviar, #voltar {
    margin: 0 auto;
    border: none;
    background-color: #021a3d;
    color: #fff;
    border-radius: 5px;
}

#btn-relatorio {
    margin: 0 auto;
    border: none;
    background-color: #021a3d;
    color: #fff;
    border-radius: 5px;
}

legend {
    margin: 0 auto;
    text-align: center;
}

.intro {
    margin: 50px 0 0 0;
}

.intro > p {
    text-align: center;
}

.passo-a-passo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.passo-a-passo > div {
    margin: 0 10px;
   justify-content: center;
}

.adesivo {
    text-align: center;
    margin: 30px 0 -50px 0;
    position: relative;
    z-index: 9999;

}

.adesivo > img {
    width: 120px;
}

.papel {
    margin: 35px auto;
    background-color: #FDFDC9;
    height:23em;
    width:23em;
    padding: 5px 20px;
    position: relative;
}

.papel > h3 {
    font-family: "Walter Turncoat", cursive;
}

 .papel > p > b  {
    font-family: "Borel", cursive;
    margin: 0;
    padding: 0;
    font-size: 1rem;
} 

.botoes {
    text-align: center;
    justify-content: center;
    margin: 30px auto;
}

.botoes > a {
    text-decoration: none;
}

.btn-ajuda {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    bottom: 5px;
}

.contato-email {
    font-family:  "Walter Turncoat", cursive;
    font-size: 1.2rem;
}



/*********** TABS ************/

  .tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin: 1em auto;
  }

  .tab {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    background: none;
    border-bottom: 2px solid transparent;
  }

  .tab.active {
    border-bottom: 2px solid #0148b3;
    color: #0148b3;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

/**** AVISO ATRASO ***/

#avisonf {
    margin: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }

  .popup {
    background: white;
    width: 320px;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    animation: surgir 0.5s ease-out;
  }

  @keyframes surgir {
    from { opacity:0; transform: scale(0.8); }
    to { opacity:1; transform: scale(1); }
  }

  .popup h2 {
    margin-top: 0;
    color: #d9534f;
  }

  .popup button {
    background: #0275d8;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 16px;
    cursor: pointer;
    font-size: 16px;
  }

  .popup button:hover {
    opacity: 0.9;
  }
