.container-principal {
  overflow: hidden;
}

.iconos {
  margin-bottom: 10px;
}

.iconos h3 {
  color: #7D7D7D;
  font-weight: 500;
  text-align: center;
}

.iconos a {
  text-decoration: none;
}

.title {
  background: #231F20;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 25px;
}

h2.underline {
  border-bottom: 2px solid #edf4f7;
  /* color: #263843; */
  margin-bottom: 10px;
  font-size: 2em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.icon {
  background: center no-repeat;
  background-size: contain;
  width: 200px;
}

.icon:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.bg-congresistas {
  background-image: url(../img/pedidos_congresista.png);
}

.bg-congresistas:hover {
  background: center no-repeat;
  background-size: contain;
  background-image: url(../img/pedidos_congresista-hover.png);
}

.bg-grupo-parlamentario {
  background: center no-repeat;
  background-size: contain;
  background-image: url(../img/grupo_parlamentario.png);
}

.bg-grupo-parlamentario:hover {
  background: center no-repeat;
  background-size: contain;
  background-image: url(../img/grupo_parlamentario-hover.png);
}

.bg-parlamentarios-andinos {
  background: center no-repeat;
  background-size: contain;
  background-image: url(../img/parlamentarios_andinos.png);
}

.bg-parlamentarios-andinos:hover {
  background: center no-repeat;
  background-size: contain;
  background-image: url(../img/parlamentarios_andinos-hover.png);
}

.bg-comisiones-ordinarias {
  background: center no-repeat;
  background-size: contain;
  background-image: url(../img/comisiones_ordinarias.png);
}

.bg-comisiones-ordinarias:hover {
  background: center no-repeat;
  background-size: contain;
  background-image: url(../img/comisiones_ordinarias-hover.png);
}

.navbar-light {
  margin-top: -60px;
}

#img001 {
  width: 30%;
  max-width: 160px;
}

.navbar-collapse {
  margin-top: 15px;
}

@media(min-width: 768px) {
  .navbar-light .nav-item {
    border-right: 1px solid #ed1d24;
  }
  .navbar-light {
    margin-top: 0;
  }
  .navbar-collapse {
    margin-top: 0;
  }
}

.navbar-light .nav-item:last-child {
  border-right: none;
}

.navbar-light .nav-item:hover {
  background: #F0F0F0;
}

.navbar-light .nav-item .nav-link {
  color: #414042;
  font-size: 1.1em;
  padding: 10px;
  font-weight: 400;
}

.form-control:focus {
  border-color: #6c757d;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}

.custom-select:focus {
  border-color: #6c757d;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}

.sorting {
  cursor: pointer;
}
.modal-fluid{
	max-width: 1024px;
}
.w-160{
	width: 160px;
}