/* footer */

footer {
  background-color: var(--colorBackgroundFooter);
  background-repeat: repeat;
}

footer a {
  text-decoration: underline;
}

footer {
  /* Con el footer al final, no fijo, no es necesario asignar z-index: 4 */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1420px; 
}

@media screen and (min-width: 400px) {
  .footer {
    height: 1300px; 
  }
}

@media screen and (min-width: 576px) {
  .footer {
    height: 1190px;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    height: 1100px;
  }
}

@media screen and (min-width: 992px) {
  .footer {
    height: 1060px;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    height: 1020px; 
  }
}

/* -> footer */


/* franja-prefooter */

.franja-prefooter {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .franja-prefooter {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .franja-prefooter {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .franja-prefooter {
    margin-top: 60px;
  }
}

.contenedor-franja-prefooter {
  padding: 0 20px 0 20px;
}

.contenido-franja-prefooter {
  padding: 0 20px 0 20px;
}

@media screen and (min-width: 576px) {
  .contenido-franja-prefooter {
    padding: 0 24px 0 24px;
  }
}

@media screen and (min-width: 1200px) {
  .contenido-franja-prefooter {
    padding: 0;
  }
}

.entidad-prefooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .entidad-prefooter {
    justify-content: start;
  }
}

.entidad-prefooter-title {
  margin-bottom: 8px;
}

.contactos-prefooter {
  margin-bottom: 20px;
}

.prefooter {
  position: relative;
  z-index: 10;
  margin-bottom: -148px;
  padding: 20px 18px 18px;
  min-height: 830px;
  background-color: var(--colorBackgroundFranjaPrefooter);
  border: var(--borderWidthPrefooter) solid var(--colorBordePrefooter);
  border-radius: var(--borderRadiusPrefooter);
}

@media screen and (min-width: 576px) {
  .prefooter {
    min-height: 600px;
    padding: 38px 38px 34px;
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 992px) {
  .prefooter {
    min-height: 610px;
    padding: 34px 20px 34px;
    margin-bottom: -224px;
    width: 98%;
  }
}

.prefooter h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--color--blue-16);
}

.prefooter h2 {
  font-size: var(--letra16);
  line-height: var(--px20);
  font-weight: 700;
}

@media (max-width: 576px) {
  .prefooter h2 {
    font-size: var(--px16);
    line-height: var(--px22);
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .prefooter h2 {
    font-size: var(--px20);
    line-height: var(--px30);
  }
}

.prefooter h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: var(--px14);
  line-height: var(--px21);
  font-family: 'open sans';
  font-weight: 700;
  color: var(--color--gray-1);
}

@media (min-width: 768px) {
  .prefooter h3 {
    font-size: var(--px14);
    line-height: var(--px24);
  }
}

.notificaciones-judiciales-prefooter h3,
.denuncias-prefooter h3 {
  margin-bottom: 0;
}

.prefooter p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: var(--px14);
  line-height: 23px;
  color: var(--colorTextoFranjaPrefooter);
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .prefooter p {
    font-size: var(--px14);
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .prefooter p {
    font-size: var(--px14);
    line-height: 23px;
    max-width: 710px;
    font-family: 'open sans', sans-serif;
  }
}

.prefooter p span a {
  color: #009C9A !important;
}

.prefooter em {
  font-style: normal;
}

.prefooter a {
  color: var(--colorTextoEnlacesPrefooter);
  text-decoration: underline;
}

.prefooter a:hover {
  color: var(--colorTextoEnlacesPrefooterHover);
}

.prefooter a,
.prefooter h2,
.prefooter h3 {
  display: inline-flex;
  word-wrap: break-word;
  align-items: center;
}

.prefooter .email {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .prefooter .email {
    margin-top: 10px;
  }
}

.prefooter li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.logos-prefooter {
  display: flex;
  align-items: start;
  justify-content: center;
}

@media (min-width: 768px) {
  .logos-prefooter {
    justify-content: end;
  }
}

.logos-prefooter img {
  width: auto;
  height: 95px;
  cursor: pointer;
}


.redes-sociales-prefooter {
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .redes-sociales-prefooter {
    margin: 15px 0 0 0;
  }
}

@media (min-width: 992px) {
  .redes-sociales-prefooter {
    margin: 20px 0 0 0;
  }
}

.redes-sociales-prefooter ul {
  display: flex;
  flex-wrap: wrap;
}

.redes-sociales-prefooter ul li a:before {
  font-size: 1.1em;
  display: inline-block;
  padding: 0;
  height: 24px;
  width: 24px;
  line-height: 26px;
  text-align: center;
  background-color: var(--colorBackgroundIconosRedesSociales);
  color: var(--colorBlanco);
  border-radius: 3px;
  margin-right: 0;
}

.redes-sociales-prefooter ul li a:hover:before {
  background-color: var(--colorBackgroundIconosRedesSocialesHover);
}

.redes-sociales-prefooter li {
  margin-right: 2.5%;
  margin-bottom: 10px;
}

.redes-sociales-prefooter li fa {
  font-family: "FontAwesome";
  font-weight: 400;
}

.redes-sociales-prefooter .texto-red {
  color: var(--colorTextoRedesSocialesPrefooter);
  font-family: 'open Sans', sans-serif;
  font-weight: 500;
  font-size: var(--px14);
  line-height: var(--px21);
  font-weight: 500;
  margin-left: 6px;
}

.redes-sociales-prefooter .texto-red:hover {
  color: var(--colorTextoRedesSocialesPrefooterHover);
}

.redes-sociales-prefooter a {
  text-decoration: none;
}

.prefooter .fab,
.prefooter .svg-icon,
.prefooter [class^=govco] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 2px;
  box-sizing: initial;
  width: 16px;
  height: 16px;
  background-color: var(--colorBackgroundIconosRedesSociales);
  color: var(--colorTextoIconosRedesSociales);
  border-radius: 100px;
  font-size: var(--px14);
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .prefooter .fab,
  .prefooter .svg-icon,
  .prefooter [class^=govco] {
    width: 21px;
    height: 21px;
    font-size: var(--px16);
  }
}

.prefooter .short-text {
  display: inline-flex;
}

@media (min-width: 500px) {
  .prefooter .short-text {
    display: none;
  }
}

.prefooter .long-text {
  display: none;
}

@media (min-width: 500px) {
  .prefooter .long-text {
    display: inline-flex;
  }
}


.menu-prefooter {
  margin: 0 0 0 0;
}

@media (min-width: 768px) {
  .menu-prefooter {
    margin: 0 0 0 0;
  }
}

@media (min-width: 992px) {
  .menu-prefooter {
    margin: 0 0 0 0;
  }
}

.menu-prefooter li {
  margin-right: 1.5%;
}

@media screen and (min-width: 768px) {
  .menu-prefooter li {
    margin-right: 1.5%;
  }
}

.menu-prefooter a {
  color: var(--colorTextoMenuPrefooter);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-size: var(--px12);
  line-height: 1.6em;
  margin-bottom: 2px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .menu-prefooter a {
    font-size: var(--px12);
    line-height: 1.6em;
    }
}

/* .menu-prefooter a:hover {
  color: var(--colorTextoMenuPrefooterHover);
} */

.contactos-prefooter .correos {
  color: var(--color--gray-1);
  text-decoration: none;
}

.contactos-prefooter a:hover {
  color: var(--color--gray-1);
  text-decoration: underline;
}

.redes-sociales-prefooter img {
  border-radius: 50%;
  width: 35px;
}

.redes-sociales-prefooter img {
  transition: filter 0.3s ease; /* Transición suave */
}

/* .redes-sociales-prefooter a:hover img {
  filter: saturate(1) brightness(0.7); 
} */

/* -> franja-prefooter */


/* franja-amarilla-footer */

.franja-amarilla-footer {
  width: 100%;
  height: 1070px;
  background-color: var(--colorBackgroundFranjaAmarillaFooter);
  margin-top: -900px;
}

@media screen and (min-width: 400px) {
  .franja-amarilla-footer {
    height: 780px;
    margin-top: -570px;
  }
}

@media screen and (min-width: 576px) {
  .franja-amarilla-footer {
    height: 710px;
    margin-top: -710px;
  }
}

@media screen and (min-width: 992px) {
  .franja-amarilla-footer {
    height: 700px;
    margin-top: -411px;
  }
}

/* -> franja-amarilla-footer */


/* franja-gov-co-footer */

.franja-gov-co-footer {
  background-color: var(--colorBackgroundFranjaGovCo);
  height: 90px;
}

.contenedor-franja-gov-co-footer {
  height: 100%;
}

.grid-contenedor-franja-gov-co-footer {
  height: 100%;
}

.left-panel-franja-gov-co-footer {
  display: none;
}

.contenido-franja-gov-co-footer {
  height: 100%;
  margin: 0 var(--margenHorizontalFranjaSmall) 0 var(--margenHorizontalFranjaSmall);
}

@media screen and (min-width: 768px) {
  .contenido-franja-gov-co-footer {
    margin: 0 var(--margenHorizontalFranjaNormal) 0 var(--margenHorizontalFranjaNormal);
  }
}

@media screen and (min-width: 1200px) {
  .contenido-franja-gov-co-footer {
    margin: 0;
  }
}

.right-panel-franja-gov-co-footer {
  display: none;
}

.logo-gov-co-compuesto {
  height: 100%;
}

.contenedor-logo-gov-co-compuesto {
  height: 100%;
}

.grid-contenedor-logo-gov-co-compuesto {
  display: flex;
  height: 100%;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .grid-contenedor-logo-gov-co-compuesto {
    justify-content: flex-start;
  }
}

.logos-footer-gov-co {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 15px;
}
 
.logo-marca-co-footer {
  padding-right: 15px;
  border-right: 1px solid #fff;
}

.logo-marca-co-footer img {
  width: 39.78px;
  height: 38.98px;
}

@media screen and (min-width: 992px) {
  .logo-marca-co-footer img {
    width: 59.17px;
    height: 57.98px;
  }
}

.logo-gov-co-footer {
  display: flex;
  justify-self: flex-start;
  padding-left: 15px;
}

.logo-gov-co-footer img {
  height: 40px;
  margin-left: -10px;
}

/* -> franja-gov-co-footer */
