/* footer */

.logo-blanco {
  filter: brightness(10);
}

.footerCopyright .text {
  margin-bottom: 15px;
  margin-top: 15px;
}

.he_footer {
  background: #3366CC 0% 0% no-repeat padding-box;
  font: Regular 12px/14px Montserrat;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}

.he_footer a,
.he_footer p {
  margin: 0;
  font-size: 14px;

}

.he_footer h4 {
  font-size: 16px;
  font-weight: bold;
}

.he_footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.he_footer a:hover {
  font-weight: bold;
}

.he_footer .split {
  border-right: 1px solid #FFFFFF;
  padding: 1px 1.5rem;
}

.he_footer .logos {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.he_footer .logos_movil .logo {
  float: left;
}

.he_footer .logos_movil .logo_co {
  float: right;
}

.he_footer .logo_gov img {
  max-width: 120px;
}

.divider {
  width: 1px;
  height: 60px;
  border-left: 1px solid;
}

.he_footer .logo_co img {
  max-width: 60px;
}

/*.he_footer .split,*/
.he_footer .no-split {
  padding: 1px 1.5rem;
}

.he_footer .split-top {
  border-top: 1px solid #FFFFFF;
}

.he_footer ul.he_footer_redes li {
  float: left;
  margin: 35px 11px 0px 11px;
  height: 50px;
  overflow: hidden;
  list-style: none;
}

.he_footer ul.he_footer_redes li .fa_text {
  float: right;
  padding-top: 7px;
}

.he_footer ul.he_footer_redes li .fa-circle {
  border-radius: 50%;
  background: #ffffff;
  color: #3366CC;
  font-size: 20px;
  padding: 8px;
  margin-right: 8px;
  width: 35px;
  height: 35px;
}

.he_footer .fa-circulo {
  border-radius: 50%;
  background: #ffffff;
  color: #3366CC;
  font-size: 20px;
  padding: 8px;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
}

.he_footer_redes {
  margin: 0;
  padding: 0;
}

.he_footer_redes a {
  font-size: 15px;
  color: #3366cc;
  text-decoration: none;
  background-color: white;
  padding: 3px;
  padding-left: 7px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: block;
}

