/* footer */

footer {
  background-color: var(--colorBackgroundFooter);
  background-repeat: repeat;
}

footer a {
  text-decoration: underline;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 420px;
}

/* -> footer */


/* franja-informacion */

.franja-informacion {
  font-family: var(--font-family-1);
  background-color: var(--colorBackgroundFranjaInformacion);
  font-size: var(--letra12);
}

.contenedor-franja-informacion {
  padding: 2em 0 1em 0;
}

.left-panel-franja-informacion {
  display: none;
}

.contenido-franja-franja-informacion {
  height: 100%;
  margin: 0 var(--margenHorizontalFranjaSmall) 0 var(--margenHorizontalFranjaSmall);
}

@media screen and (min-width: 768px) {
  .contenido-franja-franja-informacion {
    margin: 0 var(--margenHorizontalFranjaNormal) 0 var(--margenHorizontalFranjaNormal);
  }
}

@media screen and (min-width: 1200px) {
  .contenido-franja-franja-informacion {
    margin: 0;
  }
}

.right-panel-franja-franja-informacion {
  display: none;
}

.logos-footer {
  margin: 0 10px 0 10px;
}

@media screen and (min-width: 576px) {
  .logos-footer {
    margin: 0 30px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .logos-footer {
    margin: 0 100px 0 100px;
  }
}

@media screen and (min-width: 1200px) {
  .logos-footer {
    margin: 0;
    justify-self: flex-end;
  }
}

.contenedor-logos-footer {
  border-bottom: 1px solid var(--bordeBlanco);
}

@media screen and (min-width: 1200px) {
  .contenedor-logos-footer {
    border-bottom: 0;
    border-right: 1px solid var(--bordeBlanco);
    margin-right: 30px;
    padding-top: 12px;
  }
}

.logo_gov_co {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media screen and (min-width: 1200px) {
  .logo_gov_co {
    margin-bottom: 20px;
    justify-content: center;
  }
}

.logo_gov_co img {
  width: 150px;
  height: 30.53px;
}

.logo_co {
  display: flex;
  align-items: center;
  justify-content: start;
}

@media screen and (min-width: 1200px) {
  .logo_co {
    justify-content: center;
  }
}

.logo_co img {
  width: 71px;
  height: 70px;
}

.institucional-footer {
  color: var(--colorBlanco);
  line-height: 1.56;
  border-bottom: 1px solid var(--colorBlanco);
  margin: 0 10px 0 10px;
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .institucional-footer {
    margin: 0 30px 20px 30px;
  }
}

@media screen and (min-width: 768px) {
  .institucional-footer {
    margin: 0 100px 20px 100px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .institucional-footer {
    margin: 0;
    border-top: 0;
    border-right: 1px solid var(--colorBlanco);
    border-bottom: 0;
    border-left: 1px solid var(--colorBlanco);
  }
}

.contenedor-institucional-footer {
  border-bottom: 1px solid var(--bordeBlanco);
  padding-top: 0;
}

@media screen and (min-width: 1200px) {
  .contenedor-institucional-footer {
    border-bottom: 0;
    border-right: 1px solid var(--bordeBlanco);
  }
}

.institucional-footer h4 {
  font-size: 1.3em;
  font-weight: 600;
  margin: 10px;
}

@media screen and (min-width: 576px) {
  .institucional-footer h4 {
    margin: 12px;
  }
}

.institucional-footer p {
  margin: 0 12px 10px 12px;
}

@media screen and (min-width: 576px) {
  .institucional-footer p {
    margin: 0 12px 10px 12px;
  }
}

.institucional-footer a {
  color: inherit;
  text-decoration: none;
}

.institucional-footer a:hover {
  font-weight: 700;
  text-decoration: underline;
}

a.f2-a {
  color: #fff !important;
  text-decoration: underline !important;
}

.boldf {
  font-weight: 600 !important;
}

.franja-informacion ul.he_footer_redesg li {
  overflow: hidden;
  list-style: none
}

.franja-informacion ul.he_footer_redesg li .fa_text {
  font-family: var(--font-family-1);
  font-size: var(--letra11);
}

.he_footer_redesg {
  display: flex;
  margin-left: 15px;
  padding: 0
}

.he_footer_socialgov {
  display: inline-block;
  padding: .5em .3em !important;
  margin: .3em .2em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out all;
  -moz-transition: .25s ease-in-out all;
  -o-transition: .25s ease-in-out all;
  -ms-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
  text-decoration: none;
}

.he_footer_socialgov:hover {
  background-color: #024a9c;
  text-decoration: none !important
}

.fa-faceg:before {
  content: "\f09a";
  border-radius: 50%;
  background: #fff;
  color: #36c;
  padding: .5em .7em;
  margin-right: .3em;
  text-align: center;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}

.fa-twitg:before {
  content: "\f099";
  border-radius: 50%;
  background: #fff;
  color: #36c;
  padding: .52em;
  margin-right: .3em;
  text-align: center;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}

.fa-youtbg:before {
  content: "\f167";
  border-radius: 50%;
  background: #fff;
  color: #36c;
  padding: .52em .6em;
  margin-right: .3em;
  text-align: center;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}

.fa-instagrmg:before {
  content: "\f16d";
  border-radius: 50%;
  background: #fff;
  color: #36c;
  padding: .52em .6em;
  margin-right: .3em;
  text-align: center;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}


.contacto-footer {
  color: var(--colorBlanco);
  line-height: 1.56;
  border-bottom: 1px solid var(--colorBlanco);
  margin: 0 10px 20px 10px;
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .contacto-footer {
    margin: 0 30px 20px 30px;
  }
}

@media screen and (min-width: 768px) {
  .contacto-footer {
    margin: 0 100px 20px 100px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .contacto-footer {
    margin: 0;
    border-bottom: 0;
  }
}

.contacto-footer a {
  color: inherit;
  text-decoration: underline;
  font-size: var(--letra12);
}

.contacto-footer a:hover {
  font-weight: 600;
}

.contacto-footer h4 {
  font-size: 1.3em;
  font-weight: 600;
  margin: 12px;
}

@media screen and (min-width: 576px) {
  .contacto-footer h4 {
    margin: 10px 12px 10px 12px;
  }

}

.contacto-footer p {
  font-size: var(--letra14);
  margin: 0 12px 0 12px;
}

@media screen and (min-width: 576px) {
  .contacto-footer p {
    margin: 0 12px 0 12px;
  }

}

.franja-informacion ul.he_gov_list {
  margin-bottom: 10px;
}

.franja-informacion ul.he_gov_list li {
  list-style: none;
  margin-left: 18px;
}

.list-call:before {
  content: "\f095";
  font-family: 'Fontawesome';
  font-size: inherit;
  font-weight: 900;
  margin-right: .3em;
}

.list-mail:before {
  content: "\f0e0";
  font-family: 'Fontawesome';
  font-size: inherit;
  font-weight: 900;
  margin-right: .3em;
}

.list-file:before {
  content: "\f0f6";
  font-family: 'Fontawesome';
  font-size: inherit;
  font-weight: 900;
  margin-right: .3em;
}

/* -> franja-informacion */

