body {
  /* overflow: hidden; */
}

.focus {
  font-size: 2em;
  text-align: center;
  /*  max-height: calc(100% - 100px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  -webkit-animation: entradaOp 0.5s ease-out;
  -moz-animation: entradaOp 0.5s ease-out;
  -o-animation: entradaOp 0.5s ease-out;
  animation: entradaOp 0.5s ease-out;
}

.number {
  max-height: calc(100% - 100px);
  position: fixed;
  top: 45%;
  left: 5%;
  color: #fff;
  border: 3px solid;
  border-radius: 50%;
  width: 8vh;
  height: 8vh;
  padding-right: 5px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: numberChange 0.5s ease-out;
  -moz-animation: numberChange 0.5s ease-out;
  -o-animation: numberChange 0.5s ease-out;
  animation: numberChange 0.5s ease-out;
}

.oculto {
  transition: all .3s ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
  height: 30px;
  width: 30px;
}

.oculto {
  visibility: hidden;
  opacity: 0;
}

.mostrar {
  visibility: visible;
  opacity: 1;
}

.contenedor {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.contenedor.focus {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.seleccionado {
  border: 1px solid #48afea;
  border-radius: 20px;
  background: #48afea;
  color: #fff;
  padding-right: 20px;
}

#form-3 label {
  cursor: pointer;
}

#form-3 input[type="radio"] {
  opacity: 0;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.avance {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 20;
}

.avance span {
  width: 50%;
  display: block;
  margin: 0 auto;
  border: 1px solid #3aa9e7;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}

.porcentaje {
  background-color: #26a0e6;
  height: 100%;
  width: 0;
}

.long-text {
  font-size: 0.6em;
  text-align: justify;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
}

.navbar-header h1 {
  float: right;
}

.navbar-header img {
  float: left;
  padding-top: 1vh;
}

.container>.navbar-header {
  width: 50%;
  display: block;
  margin: 0 auto;
  float: none;
  /* color: #fff; */
}

.container>.navbar-header h1 {
  color: #fff;
}

.inicio {
  font-size: 0.9em;
  width: 50%;
  display: block;
  margin: 0 auto;
  text-align: justify;
  -webkit-animation: entradaOp 0.5s ease-out;
  -moz-animation: entradaOp 0.5s ease-out;
  -o-animation: entradaOp 0.5s ease-out;
  animation: entradaOp 0.5s ease-out;
}

.inicio h2 {
  margin-bottom: 4vh;
}

.inicio .table {
  text-align: left !important;
}

.inicio ul {
  font-size: 15px;
}

ol {
  list-style-type: none;
}

.status-consulta {
  width: 100%;
  font-size: 3em;
  text-align: center;
  display: inline-block;
  color: #3baae9;
  text-transform: uppercase;
}

@keyframes entradaOp {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 0.5;
  }

  100% {
    display: visible;
    opacity: 1;
  }
}

@-moz-keyframes entradaOp {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 0.5;
  }

  100% {
    display: visible;
    opacity: 1;
  }
}

@-o-keyframes entradaOp {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 0.5;
  }

  100% {
    display: visible;
    opacity: 1;
  }
}

@-webkit-keyframes entradaOp {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 0.5;
  }

  100% {
    display: visible;
    opacity: 1;
  }
}

#resultado {
  position: absolute;
  right: 0;
  top: 50vh;
}

.delitos-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 1vh;
}

.delitos-container h3 {
  font-size: .7em;
  text-transform: uppercase;
}

.delitos-block .radio>label {
  font-size: .5em;
}

.delitos-block {
  width: 46%;
  float: left;
  background-color: #e4e4e4;
  height: 100%;
  min-height: 50vh;
  /* display: inline-block; */
  border-radius: 20px;
  margin-left: 1%;
}

.delito-descripcion {
  width: 100%;
  border-radius: 5px;
  background: rgba(72, 175, 234, 0.46);
  color: #0e3e59;
  padding: 20px;
  font-size: .45em;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  position: relative;
}

.delito-descripcion>span {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #26a0e6;
  color: #fff;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  padding-top: 5px;
  font-size: 8px;
  cursor: pointer;
}

.titulo-dato {}

.item-respuesta-User {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #d8d8d8;
  text-align: left;
}

.item-respuesta-Admin {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #a8c6d8;
  color: #000;
  text-align: right;
}

.error {
  border: 1px solid red;
}

.success {
  border: 1px solid #48afea;
}

@media all and (max-width: 1024px) {
  /*  .container>.navbar-header {
    width: 100%;
  } */

  .navbar.navbar-default.navbar-fixed-top {
    width: 100%;
    padding: 0;
    margin: 0;
    position: fixed !important;
    z-index: 30;
  }

  .container>.navbar-header h1 {
    font-size: 1.2em;
  }

  .container>.navbar-header img {
    width: 40%;
  }

  .inicio {
    margin-top: 70px;
    width: 100%;
  }

  .delitos-block {
    width: 33%;
    float: left;
    font-size: .8em;
  }
}

.verifica-den {
  text-align: center;
  padding: 10px;
  margin-left: -15px;
  margin-bottom: 15px;
  border: 5px solid rgba(69, 173, 233, 0.12);
}

.ingresa-den {
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  #overlay .warning-msj {
    padding: 1.5rem;
  }

  .container>.navbar-header {
    width: 100%;
  }
}

.nueva-denuncia {
  width: 55%;
}

.nueva-denuncia .item {
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nueva-denuncia .item input {
  width: 100%;
  border-radius: 5rem;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-size: 14px;
  border: none;
}

.nueva-denuncia .item:first-child input {
  background: #12a8b5;
}

.nueva-denuncia .item:nth-child(2) input {
  background: #0d9ad7;
}

.nueva-denuncia .item:last-child input {
  background: #1d406f;
}

.nueva-denuncia .item .text-description {
  background: #fff;
  border: 1px solid #12a8b5;
  border-radius: 2rem;
  padding: 3rem;
  margin-top: 1rem;
  box-shadow: 0px 3px 9px -4px #8d8d8d;
}

.nueva-denuncia .item .text-small {
  font-size: 9px;
  font-weight: 600;
}

.contenido-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: calc(100dvh - 130px);
}

.contenido-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.main-container {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 30px;
}

.form-group-container {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1110px;
  display: none;
}

.form-group-container.focus {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nueva-denuncia form {
  max-width: 800px;
}

.karin-container {
  padding: 0 16px;
}

.form-karin {
  --color-white: #fff;
  --color-blue-light: #12a8b5;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  max-width: 500px;
}

.form-karin>label,
.form-karin>.group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 3px;
  text-align: left;
}

.form-karin hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--color-blue-light);
  margin-top: 16px;
  margin-bottom: 16px;
}

.form-karin h4 {
  max-width: 480px;
  font-weight: normal;
  color: #000;
}

.form-karin h4 span {
  color: var(--color-blue-light);
}

.form-karin>label>input[type=text],
.form-karin>label>input[type=email],
.form-karin>label>.select,
.form-karin .file-upload {
  width: 100%;
  max-width: 408px;
  padding: 8px 16px;
  border: 1px solid #6d6d6d;
  box-shadow: 0px 3px 6px -6px #c5c5c5;
  border-radius: 5rem;
  background-color: var(--color-white);
  align-self: center;
  text-align: center;
  outline: none;
  line-height: normal;
  font-weight: normal;
}

.form-karin>label>textarea {
  resize: none;
  outline: none;
  line-height: normal;
  font-weight: normal;
  border-radius: 2rem;
  width: 100%;
  max-width: 454.56px;
  padding: 16px;
  align-self: center;
  height: 100px;
}

.form-karin .file-upload,
.form-karin>label select {
  cursor: pointer;
}

.form-karin label .select select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 8px 32px 8px 16px;
  margin: 0;
  width: 100%;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.form-karin label .select {
  --select-border: #777;
  --select-arrow: var(--select-border);
  display: grid;
  grid-template-areas: "select";
  padding: 0;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  align-items: center;
}

.form-karin>label>.select select::-ms-expand {
  display: none;
}

.form-karin>label>.select select,
.form-karin>label>.select:after {
  grid-area: select;
}

.form-karin>label>.select::after {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dc";
  color: var(--select-arrow);
  justify-self: end;
  font-size: 20px;
  margin-right: 16px;
  pointer-events: none;
}

.form-karin .control-buttons {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.form-karin .control-buttons>input,
.form-karin>input[type="button"] {
  border: 0;
  min-width: 150px;
  padding: 8px 16px;
  border-radius: 5rem;
  background: var(--color-blue-light);
  color: var(--color-white);
  align-self: center;
  text-align: center;
  cursor: pointer;
  margin: 0 !important;
}

.form-karin .file-upload {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-karin .file-upload i {
  position: absolute;
  right: 16px;
  font-size: 20px;
  color: var(--color-blue-light);
}

.form-karin .file-upload>input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-karin input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  top: 0;
  left: 0;
  background-color: #fff;
  margin: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-blue-light);
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.form-karin input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 16px 16px var(--color-blue-light);
}

.form-karin input[type="radio"]:checked::before {
  transform: scale(1);
}

.form-karin .radio-group label+.radio-group label {
  margin-top: 16px;
}

.form-karin .radio-group {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.form-karin .radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.form-karin.initial-text {
  max-width: 800px;
  gap: 2rem;
}

.form-karin.initial-text p {
  font-size: 22px;
  font-weight: 500;
}

.form-karin.final-message {
  justify-content: center;
}

.form-karin.final-message div {
  align-items: center;
  font-size: 90px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
  padding: 0;
}

.form-karin.final-message i {
  width: 60px;
  height: 60px;
  color: var(--color-blue-light);
  transform: rotate(-35deg);
  position: relative;
}

.form-karin.final-message p {
  font-size: 25px;
  font-weight: 500;
}

#form-10 {
  width: 100%;
}

#form-10 pre {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .contenido-form {
    top: 90px;
  }

  .nueva-denuncia form input {
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .form-karin hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}