<style>
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Arial, sans-serif;
      }

      body {
        background-color: #f5f5f5;
        color: #000;
        padding: 0px;
      }

      html {
        scroll-behavior: smooth;
        body {
          scroll-behavior: smooth;
          font-family: 'Ubuntu', sans-serif;
          display: flex;
          min-height: 100vh;
          flex-direction: column;
          margin: 0;
          padding: 0;
          background-color: #fff;
          overflow-x: hidden;
          main {
            flex: 1;
          }
          .hide {
            display: none !important;
          }
          .show {
            display: block;
          }
          dl,
          ol,
          ul,
          li {
            margin: 0;
            padding: 0;
          }
          .flex-center {
            display: flex;
            justify-content: center;
          }
        }
        img.clicable {
          cursor: pointer;
        }
      }

      h4, p{margin:0; padding:0;}

      .archiveDisclaimer {
        display: flex;
        flex-direction: column;
        gap: 11px;
        margin: 30px 0 10px;
      }

      header {
        display: flex;
        justify-content: space-between;
        height: 70px;
        min-height: 8vh;
        align-items: center;
        background-color: #cc0000;
        padding: 0 40px;
        .menu {
          display: flex;
          gap: 16px;
          a {
            color: #fff;
            text-decoration: none;
          }
          a:hover {
            text-decoration: underline;
          }
        }
        img {
          width: 160px;
        }
        @media (max-width: 550px) {
          justify-content: space-between;
          padding: 0 30px;
          height: 45px;
          min-height: 5vh;
          img {
            width: 100px;
          }
        }
      }

      main {
        .container {
          max-width: 900px;
          margin: 30px auto;
          background-color: #fff;
          padding: 50px 50px;
          border-radius: 8px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        h1 {
          color: #cc0000;
          margin-bottom: 20px;
          text-align: center;
        }

        .p-text {
          padding: 10px 0;
          font-size: 18px;
          text-align: justify;
        }

        form#reportForm {
          margin-top: 70px;
        }

        .identification-question {
          text-align: center;
          padding: 30px;
        }

        .identification-question h2 {
          margin-bottom: 20px;
          color: #000;
        }

        .btn-group {
          display: flex;
          justify-content: center;
          gap: 20px;
        }

        button {
          padding: 12px 24px;
          background-color: #cc0000;
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 16px;
          transition: background-color 0.3s;
        }

        button:hover {
          background-color: #a00000;
        }

        button:disabled {
          background-color: #cccccc;
          cursor: not-allowed;
        }

        #formContainer {
          display: none;
        }

        .form-group {
          margin-bottom: 20px;
        }

        label {
          display: block;
          margin-bottom: 8px;
          font-weight: bold;
        }

        input,
        select,
        textarea {
          width: 100%;
          padding: 12px;
          border: 1px solid #ddd;
          border-radius: 4px;
          font-size: 16px;
        }

        .hidden {
          display: none;
        }

        textarea {
          min-height: 120px;
          resize: vertical;
        }

        .error {
          color: #cc0000;
          font-size: 14px;
          margin-top: 5px;
          display: none;
        }

        input.invalid,
        select.invalid,
        textarea.invalid {
          border-color: #cc0000;
        }

        .submit-btn {
          background-color: #cc0000;
          color: white;
          padding: 12px 20px;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 16px;
          margin-top: 20px;
          width: 100%;
          transition: background-color 0.3s;
        }

        .submit-btn:hover {
          background-color: #a00000;
        }

        .submit-btn:disabled {
          background-color: #cccccc;
          cursor: not-allowed;
        }

        .success-message {
          text-align: center;
          padding: 20px;
          background-color: #f8f8f8;
          border-radius: 4px;
          margin-top: 20px;
        }

        .success-message h3 {
          color: #cc0000;
          margin-bottom: 10px;
        }

        .protocol-display {
          font-weight: bold;
          font-size: 18px;
          margin: 10px 0;
        }

        .asterisk {
          color: #cc0000;
        }

        .boxAttencion {
          text-align: left;
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .btn-next {
          padding: 15px 30px;
          border-radius: 20px;
          background-color: #cc0000;
          color: #fff;
          width: 170px;
          margin: 0 auto;
          text-align: center;
          cursor: pointer;
        }
        .btn-next:hover {
          background-color: #950606;
        }
      }

      footer {
        background-color: #2e2e2e;
        display: flex;
        color: #fff;
        padding: 10px 0 20px;
        text-align: center;
        font-family: 'Ubuntu Condensed', 'ubuntu', sans-serif;
        a {
          color: #fff !important;
          line-height: 24px;
          letter-spacing: 0.944px;
          font-size: 14px;
        }
        p {
          margin-bottom: 0;
        }
        .footer-grid {
          flex-direction: row;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          gap: 16px 40px;
        }

        .footer-info {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100vw;
          flex-direction: column;
          padding: 10px 0;
        }
      }

      .hide {
        display: none !important;
      }

      /* Estilos específicos para a página de consulta */
      .loading {
          text-align: center;
          display: none;
          margin-top: 40px;
      }

      .spinner {
          border: 4px solid rgba(0, 0, 0, 0.1);
          width: 36px;
          height: 36px;
          border-radius: 50%;
          border-left-color: #cc0000;
          animation: spin 1s linear infinite;
          margin: 0 auto;
      }

      @keyframes spin {
          0% {
              transform: rotate(0deg);
          }
          100% {
              transform: rotate(360deg);
          }
      }

      #resultado {
          margin-top: 30px;
          padding: 20px;
          border-radius: 4px;
          display: none;
      }

      #resultado.success {
          background-color: #e8f5e9;
          border-left: 5px solid #4caf50;
      }

      #resultado.error {
          background-color: #ffebee;
          border-left: 5px solid #f44336;
      }
    </style>