/* footer */

footer {
  background-color: var(--colorBackgroundFooter);
  background-repeat: repeat;
}

footer a {
  text-decoration: underline;
}
/* Andres 20250421 */
footer {
  /* Con el footer al final, no fijo, no es necesario asignar z-index: 4 */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 554px; 
}
/* -> Andres 20250421 */
@media screen and (min-width: 400px) {
  .footer {
    height: 555px; 
  }
}
/* Andres 20250421 */
@media screen and (min-width: 576px) {
  .footer {
    height: 556px;
  }
}
/* -> Andres 20250421 */
/* Andres 20250421 */
@media screen and (min-width: 768px) {
  .footer {
    height: 563px;
  }
}
/* -> Andres 20250421 */
/* Andres 20250421 */
@media screen and (min-width: 992px) {
  .footer {
    height: 430px;
  }
}
/* -> Andres 20250421 */

/* Andres 20250422 */
@media screen and (min-width: 1200px) {
  .footer {
    height: 430px; 
  }
}
/* -> Andres 20250422 */

/* -> 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: var(--color--green-4) !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;
}

.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;
    }
}

.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 */
}

/* -> 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 */

.info-footer {
  background-color: var(--color--blue-18);
  margin-top: 100px;
  display: flex;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
}

.redes-footer {
  display: flex;
  justify-content: center;
}

.redes-footer img {
  width: 54px;
  margin: 0 7px;
}

.icono-keralty-blanco {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.icono-keralty-blanco img {
  width: 200px;
}

.redes-footer {
  margin-bottom: 54px;
}

@media screen and (min-width: 0px) {
	.contenedor-info-keralty-footer {
	  display: none;
	}

	.contenedor-info-keralty-footer-aux {
	  display: block;
	}
	
	.contenido-info-keralty-aux {
	  display: grid;
	} 
	
	.contenido-info-keralty-aux div {
	  justify-content: center;
	  text-align: center;
	} 
	
	.contenido-info-keralty-aux div a {
	  text-decoration: none;
	  font-family: 'Hind', sans-serif;
	  font-size: 18px;
	  font-weight: 500;
	  letter-spacing: 0.32px;
	  color: var(--colorBlanco); 
	} 

}

@media screen and (min-width: 980px) {
	.contenedor-info-keralty-footer {
	  display: block;
	}
	
	.contenedor-info-keralty-footer-aux {
	  display: none;
	}
	
	.contenido-info-keralty {
	  display: flex;
	  justify-content: center;
	  height: 100%;
      align-items: center;
	}
}

.item-info-footer {
	color: var(--colorBlanco); 
	height: 69px;
	margin: 0px 22px 0px 22px;
    height: 100%;
    align-items: space-between;
	text-align: center;
}

.item-info-footer:hover {
	color: var(--colorAguaMarin); 
}

.item-info-footer a {
	text-decoration: none;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.32px;
}

.separador-info-footer {
	height: 30px;
	width: 1px;
	background-color: var(--colorBlanco);
}

/* Andres 20250414 */

.logo-keralty-footer {
  display: flex;
  align-items: center;
}
/* Andres 20250421 */
@media screen and (max-width: 992px) {
  .logo-keralty-footer {
    justify-content: center;
  }
}
/* -> Andres 20250421 */
.logo-keralty-footer img {
  width: 154px;
}

.info-copyright {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/* Andres 20250421 */
@media screen and (max-width: 992px) {
  .info-copyright {
    justify-content: center;
  }
}
/* -> Andres 20250421 */
/* Andres 20250421 */
.info-copyright span {
  color: var(--color--gray-34);
  margin-bottom: 22px;
  text-align: center;
  font-size: var(--letra14);
}

@media screen and (min-width: 768px) {
  .info-copyright span {
    font-size: var(--letra16);
  }
}
/* -> Andres 20250421 */

/* Andres 20250422 */
.copyright-Keralty {
  height: 129px;
  background-color: var(--colorGrisClaro);
}
/* -> Andres 20250422 */

.contenedor-copyright-Keralty {
  height: 100%;
}

.grid-contenedor-copyright-Keralty {
  height: 100%;
}

.contenedor-contenido-copyright-Keralty {
  height: 100%;
}

.grid-contenedor-contenido-copyright-Keralty {
  height: 100%;
}

/* -> Andres 20250414 */