.cd-btn-group {
  display: flex;
  gap: 10px;
}

.cd-hero {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}

.cd-hero .site-title {
  color: white;
}

.breadcrumbs {
  display: none;
}

.cd-hero .breadcrumbs {
  color: white;
}

.cd {
  padding: 100px 0;
}

.container-identificacao {
  border: 1px solid #1e7c53;
  padding: 40px !important;
  max-width: 768px !important;
  margin: 0 auto;
  width: 100%;
}

small.cd-text-red {
  color: red;
}

.ipt-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#protocolo {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.form-relato {
  text-align: center;
  margin-bottom: 40px;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.btn-cd {
  background: #1e7c53;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
  text-align: center;
  border: none;
}

.ipt-group {
  margin-bottom: 40px;
}

.ipt-group input,
.ipt-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1e7c53;
}

.file-text {
  cursor: pointer;
  position: relative;
  padding: 20px;
  border: 1px solid #747474;
  width: 100%;
}

.file-text:after {
  content: " ";
  background: url(img/download.png);
  position: absolute;
  width: 32px;
  height: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#arquivos {
  display: none;
}

.file-anexos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.cd-protocolo {
  display: inline-block;
  background: #191210;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  vertical-align: middle;
  color: white;
  padding: 8px 20px;
}

.btn-enviar {
  background: #1e7c53;
  color: #fff;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  border-radius: 0;
  padding: 0.8rem 1.5rem !important;
  text-align: center;
  border: none;
  margin: 0 !important;
}
