@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Titillium+Web:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#top{
    width: 100%;
    /* height: 13vh; */
    /* height: 10vh; */
    background-color: rgb(0, 129, 198);
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
}
    #logo-top{
        width: 40%;
        height: 100%;
        position: relative;
        left: 0%;
        display: flex;
    }
    #logo-top img{
        /* display: block; */
        width: 200px;
        height: 65%;
        position: relative;
        top: 15%;
        padding: 10px;
        display: flex;
    }
    #logo-top img:hover{
        cursor: pointer;
    }
#bottom{
    width: 100%;
    height: 6vh;
    background-color: rgb(0, 129, 198);
    position: fixed;
    bottom: 0;
    left: 0;
}
#pText{
    margin: auto;
}
#tituloHeader{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  color: white;
  font-size: calc(15px + 1vw);
  position:relative;
  text-align: center;
  left: 60%;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    /* padding: 20px; */
  }
  
  h2 {
    color: #333;
  }
  h3{
    width: 100%;
    background: rgb(0, 129, 198);
    margin-top: 10px;
    color: white;
    border-radius: 4px;
    text-align: center;
  }
  
  form {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  label {
    display: inline-block;
    margin-bottom: 10px;
    color: #555;
  }
  
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  input[type="date"]{
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  #numNF{
    width: 50%;
  }
  input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #45a049;
  }

  select {
    /* appearance: none; */
    padding: 8px;
    /* font-size: 16px; */
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #f9f9f9, #e8e8e8);
    /* background-repeat: no-repeat; */
    background-position: right 10px center;
    cursor: pointer;
  }
  
  select:focus {
    outline: none;
    border-color: #6c9ce8;
    box-shadow: 0 0 5px #6c9ce8;
  }
  
  select option {
    background-color: #fff;
    color: #333;
  }

  input[type="radio"] {
    cursor: pointer;
  }
  
  .upload-container {
    display: flexbox;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    position: initial;
    width: 300px;
    height: 10%;
    border: 2px dashed #ccc;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
  }
  
  .upload-container img {
    width: 20%;
    cursor: pointer;
  }

  .upload-input {
    display: none;
  }
  
  .upload-label {
    display: block;
    align-content: center;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 10%;
    cursor: pointer;
  }

  .upload-container:hover {
    border-color: #6c9ce8;
  }
  
  .upload-container.dragover {
    background-color: #f2f9ff;
  }
  .upload-containerDiv{
    /* display: flex; */
    align-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  /* .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
  } */
  
  /* .rating input[type="radio"] {
    display: none;
  } */
  
  /* .rating label {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url('../_imagens/star.png');
    background-size: cover;
  }
  
  .rating input[type="radio"]:checked ~ label {
    background-image: url('../_imagens/filled-star.png'); 
  }
  
  .rating label:hover,
  .rating label:hover ~ label {
    background-image: url('../_imagens/filled-star.png');
  } */
  
  input[type="radio"] + label {
    margin-right: 10px;
  }
  form{
    width: 80%;
    position: relative;
    left: 10%;
    margin-top: 20px;
  }
  
  div.headerTopic{
    cursor: pointer;
    user-select: none;
  }

  .showTopic {
    opacity: 1;
    max-height: 1000px;
    transition: opacity 1.2s ease, max-height 1.2s ease;
  }
  
  .hideTopic {
    display: none;
    opacity: 0;
    max-height: 0;
    padding: 0;
    transition: opacity 0.7s ease, max-height 0.7s ease;
  }
  table {
    border-collapse: collapse;
    border: 1px solid #0000001f;
    
  }
  table input[type="text"],
  table input[type="number"]{
    border-collapse: collapse;
    margin-bottom: 3px;
  }
  th, td {
    padding-bottom: 1px;
  }
  .input-cell {
    position: relative;
  }
  .input-cell input {
    width: 100%;
    box-sizing: border-box;
  }
  .add-row-btn {
    margin-top: 10px;
  }
  .add-row-btn{
    width: 150px;
    height: 30px;
    position: relative;
    cursor: pointer;
    background-color: rgb(0, 129, 198);
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 4px;
  }
  .textareaRow{
    max-width: 100%;
    min-width: 100%;
  }
  #btnEnviarDiv{
    display: flex;
    justify-content: flex-end;
  }
  
  .selectOptions label,
  .selectOptions select {
    display: inline-block;
    margin-right: 10px;
  }
  .selectOptionsBloco {
    display: inline-block;
    margin-right: 10px;
  }

  .RespostaDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    text-align: center;
    width: 50%;
    position: relative;
    left: 25%;
    padding: 100px;
    top: 25vh;
  }

  .politicaPrivacidade{
    text-decoration: underline;
    width: 80%;
    position: relative;
    left: 10%;
    font-style: italic;
  }
  
  @media screen and (max-width: 600px) {
    form{
      width: 100%;
      left: 0%;
    }
    .RespostaDiv{
      font-size: 1.9em;
    }
  }
  