.img-logo {
  max-width: none;
}
.we-are-best-icon img {
  width: 50px;
}
.Error {
  border-color: #f54444 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8),
    0 0 8px rgba(245, 68, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8),
    0 0 8px rgba(245, 68, 68, 0.6);
}
.FondoProgress {
  background-color: rgba(2, 30, 94, 0.77);
  position: fixed;
  display: table;
  top: 0;
  width: 100%; /* anchura del padre */
  height: 100%; /* altura del padre */
  overflow: hidden;
  z-index: 10000;
}
.CuerpoProgress {
  padding: 17px;
  border-radius: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.FondoCuerpoProgress {
  background-color: rgba(255, 255, 255, 1);
  margin: auto;
  padding: 20px;
  width: 400px;
}
.FondoCuerpoProgress h2 {
  margin-top: 0px;
}
@media only screen and (max-width: 480px) {
  .FondoCuerpoProgress {
    width: 90%;
  }
  .img-fondo {
    background-image: none;
  }
}

.panel {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #33a9ee;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-heading h3 {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-control {
  height: 45px;
  font-size: 16px;
  border-radius: 0px;
}
.datos-filtrados {
  min-height: 400px;
}
.datos-usuario-login {
  text-align: center;
  margin: 25px 0 25px 0;
}
#SpnUsuario {
  font-size: 24px;
}
#CerrarSesion {
  cursor: pointer;
  font-size: 17px;
}
.table-informes {
  margin-top: 35px;
}
.modal-body {
  text-align: center;
}
.table-informes tr th {
  text-align: center;
  font-size: 20px;
}
.table-informes tr td {
  font-size: 16px;
}
.table-informes tbody tr td:last-child {
  text-align: center;
}

.custom-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.card-info-fluid {
  grid-column: 1/-1;
}

.card-info {
  background-color: #f8fbff;
}
.card-info-alt {
  background-color: transparent;
}
.card-info {
  padding: 12px;
}
.card-info h4,
.card-info-alt h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.card-info p,
.card-info-alt p {
  margin: 0;
}

.card-info ul,
.card-info-alt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-info ul li,
.card-info-alt ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #d8d8d8;
  padding: 4px 0;
}
.card-info ul li:last-child,
.card-info-alt ul li:last-child {
  border-bottom: 2px solid #d8d8d8;
}
.card-info > p + ul,
.card-info-alt > p + ul {
  margin: 10px 0;
}

.btn-ita {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #0f89d1;
  color: #0f89d1;
  outline: 0;
  padding: 4px 12px;
  font-weight: 100;
}

.btn-ita:hover {
  color: #0f89d1;
  text-decoration: none;
  font-weight: 600;
}

.card-info > p + .btn-ita {
  margin-top: 10px;
}

.col-form-description {
  grid-column: 1/3;
  text-align: justify;
}
.col-form-description article h5 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 4px;
}

.col-form {
  grid-column: 3/4;
}

.mb-section {
  margin-bottom: 60px;
}
.p-section {
  padding: 20px 0;
}
.py-10 {
  padding: 10px 0;
}
.logos-colombia {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-colombia img {
  max-height: 50px;
  margin: 20px 15px;
}
