#gvs-denuncia {}

#gvs-denuncia section {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 22px;
  font-size: 1rem;
  font-family: sans-serif;
}

#gvs-denuncia section header {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 5px 5px 0 0;
  padding: 12px 32px;
}

#gvs-denuncia section header h3 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

#gvs-denuncia section > div {
  padding: 16px;
}
#gvs-denuncia section > div div {
  display: none;
}

#gvs-denuncia section div:has(input[type="radio"][value="identificar"]:checked) div,
#gvs-denuncia section div:has(input[type="radio"][value="sim"]:checked) div,
#gvs-denuncia section div:has(select option[value="outros"]:checked) div {
  display: block;
}

#gvs-denuncia label {
  display: inline-block;
}

#gvs-denuncia input,
#gvs-denuncia textarea,
#gvs-denuncia select {
  border: solid 1px #666;
  padding: 10px;
  font-family: sans-serif;
  font-size: 1rem;
  border-radius: 3px;
  display: block;
}

#gvs-denuncia input[type="text"],
#gvs-denuncia textarea,
#gvs-denuncia select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}

#gvs-denuncia label {
  margin-bottom: 10px;
}

#gvs-denuncia label.gvs-radio {
  border: solid 1px #666;
  border-radius: 3px;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 10px 16px;
  box-sizing: border-box;
}

#gvs-denuncia div.gvs-notification {
  background-color: bisque;
  border: 0;
  font-family: sans-serif;
  font-size: 1rem;
  color: sienna;
  border-radius: 5px;
  padding: 32px;
  margin: 32px;
}

#gvs-denuncia div.gvs-notification label.gvs-checkbox {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

#gvs-denuncia input[type="submit"] {
  background-image: linear-gradient(to bottom, #fff 0%, #e3e3e3 4%);
  cursor: pointer;
}

.gvs-load,
.gvs-resultado {
  display: none;
}

.gvs-resultado {
  background-color: bisque;
  border: 0;
  border-radius: 5px;
  font-family: sans-serif;
  margin: 0 auto 15px;
  max-width: 600px;
  padding: 32px;
}

.gvs-load {
  width: 42px;
  margin: auto;
}
.gvs-load img {
  width: 42px;
  height: 42px;
}

/* #gvs-denuncia input[type="file"] {
  border: none;
  width: 0;
  height: 0;
  opacity: 0;
}

#gvs-denuncia input[type="file"] + label {
  width: 100%;
  height: 200px;
  background-color: #f3f3f3;
  border-radius: 5px;
  border: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #666;
  font-family: sans-serif;
  font-size: 1rem;
  position: relative;
  padding-top: 3rem;
  box-sizing: border-box;
  transition: all .3s;
}

#gvs-denuncia input[type="file"] + label::before {
  content: '\f093';
  font-family: "FontAwesome";
  font-size: 3rem;
  position: absolute;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}

#gvs-denuncia input[type="file"]:focus,
#gvs-denuncia input[type="file"] + label:focus,
#gvs-denuncia input[type="file"]:hover,
#gvs-denuncia input[type="file"] + label:hover {
  cursor: pointer;
  background-color: #e0e0e0;
  outline: dashed 3px #666;
} */
/* 
.box_file section {
  border: 0 !important;
}
.box_file section span {
  background-color: #e3e3e3;
  display: inline-block;
  border-radius: 3px;
  padding: 0.5rem;
  margin: 0.25rem;
  box-sizing: border-box;
}
.box_file section span i {
  cursor: pointer;
} */