#col-izq {
  background: #2A3F54;
}

/* Ajustes en el Menú Principal */

#ieu-titulo {
  font-size: .9rem;
  line-height: 1rem;
}

#menu-navegacion {
  font-size: .9rem;
  line-height: .5rem;
}

a.nav-link.active {
  color: gold!important;
}

/* Ajustes Área de Contenido */

.item-list {
  line-height: 2rem;
}

.list-altitud, .count_bottom {
  font-size: smaller;
}

.link-descarga {
  font-size: smaller;
}

.caja-bus {
  width: 35%;
}

/* Ajustes mapa de Colombia */

.mapa-colombia {
  width: 100%;
  height: 700px;
}

.mapa-colombia svg {
  width: 100%!important;
}

.mapa-colombia :hover {
  fill: var(--bs-link-color);
}

/* Ajuste en las Tablas */

td > i.fas.fa-map-marked-alt:hover {
  color: var(--bs-info)!important;
}

/* Ajustes a los Formularios */

/* Ajustes en el Footer */

#pie-pagina {
  font-size: smaller;
}

/* CABECERA DEL SITIO */

/* Redes Sociales */

#redes .fab:hover, #redes .fas:hover {
  color: var(--bs-white)!important;
}

#redes .fab.fa-twitter:hover {
  background-color: #00DBFD!important;
}

#redes .fab.fa-facebook-f:hover {
  background-color: #245A95!important;
}

#redes .fab.fa-youtube:hover {
  background-color: #F66D64!important;
}

#redes .fas.fa-rss:hover {
  background-color: #FFAD36!important;
}

/* Cabecera UNAL */

#logo-unal {
  float: left;
  height: 135px;
  margin-left: 10px;
  position: absolute;
  text-align: center;
  transition: width .5s, height .5s;
  width: 234px;
  z-index: 2;
}

.tit-ieu:hover {
  color: #00464D!important;
}

#nav-princ ul > li > a:hover {
  color: var(--bs-warning)!important;
}

#nav-princ a.nav-link.active {
  font-weight: 700;
  color: var(--bs-light)!important;
}

/* AREA DE CONTENIDO */

/* Sección Mapa del Departamento */

.map-munic {
  border: solid 1px #666;
}

.dat-munic {
  background: var(--bs-gray-100);
}

.list-munic {
  font-size: small;
  border-bottom: 1px solid;
  line-height: 1.3rem;
}

/* Sección Formulario de Fechas */

.anio-sel .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.anio-sel {
  background: var(--bs-gray-300);
  border-radius: .3rem;
}

.anio-sel .form-check-label {
  font-size: .8rem;
}

#fila-anio .form-check-label {
  font-size: .8rem;
}

.buscador {
  font-size: .8rem;
}

/* Tabla de Datos */

#tbl-censos_dpto {
  font-size: smaller;
}

@media (max-width: 576px) {
  .tit-tablas {
    font-size: small;
  }
}

/* PIE DE PÁGINA DEL SITIO */

#pie-pag li > a, #pie-pag p, #pie-pag p > a {
  color: var(--bs-light)!important;
  font-size: .75rem;
  line-height: 1.2rem;
  text-decoration: none;
}

