strong {
  font-weight: bolder;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-container {
  text-align: center;
}

.text-muted {
  color: #6c757d !important;
}

.text-danger {
  color: #dc3545 !important;
}

.small {
  font-size: 80%;
}

.w-100 {
  width: 100% !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.imgheader {
  width: 89%;
}

/*My Own*/

.tabla-container {
  width: 100%;
  max-width: 85%;
}

.tabla {
  background-color: #e2e2e2;
  width: 100%;
  border-radius: 1rem;
}

.row {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.label-field {
  width: 50%;
  text-align: right;
  padding-right: 2rem;
}

.franja-titulo {
  margin-top: 3rem;
  margin-left: -7%;
}

.franja-lightblue {
  margin: 0px !important;
  background-color: #9ad8dc;
}

.franja-blue {
  margin: 0px !important;
  background-color: #5825a0;
  color: white;
  font-weight: bolder;
  font-style: italic;
}

.input-new {
  border: 0.5px solid #adb5bd;
  border-radius: 1rem !important;
  outline: none;
  width: 30%;
  height: 25px;
  text-align: right;
  box-shadow: 0 0 0 transparent;
  padding-right: 1rem;
}

.input-new:focus {
  border: none;
  border-bottom: 2px solid #999;
  box-shadow: 0 0 0 transparent;
}

.input-new.readonly:focus {
  border: 0.5px solid #adb5bd;
  box-shadow: 0 0 0 transparent;
}

.readonly {
  background-color: #e2e2e2;
  color: #6c757d;
}
.intro{
  margin-top: -0.7rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .container {
    width: 50%;
    margin: auto;
  }
  .imgheader {
    width: 400px;
  }
}

@media only screen and (max-width: 991px) {}