/* 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: 10px;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    height: 1100px;
  }
}

@media screen and (min-width: 992px) {
  .footer {
    height: 977px;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    height: 924px; 
  }
}

/* -> 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 (max-width: 1156px) {
  .franja-prefooter {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .franja-prefooter {
    margin-top: 60px;
  }
}

.contenedor-franja-prefooter {
  padding: 0;
  width: 80%;
}

@media screen and (min-width: 992px) {
  .contenedor-franja-prefooter {
    padding: 0 20px 0 20px;
  }
}

@media screen and (max-width: 1156px) {
  .contenedor-franja-prefooter {
    padding: 0;
    width: 100%;
  }
}

.contenido-franja-prefooter {
  padding: 0;
}

@media screen and (min-width: 481px) {
  .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 (max-width: 1156px) {
  .contenido-franja-prefooter {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .contenido-franja-prefooter {
    padding: 0;
  }
}

.entidad-prefooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .entidad-prefooter {
    justify-content: start;
  }
}

.entidad-prefooter-title {
  margin-bottom: 14px;
}

.contactos-prefooter {
  margin-bottom: 20px;
}

.prefooter {
  position: relative;
  z-index: 10;
  margin-bottom: -170px;
  /* padding: 20px 14px 14px; */
  min-height: 830px;
  background-color: var(--colorBackgroundFranjaPrefooter);
  /* border: var(--borderWidthPrefooter) solid var(--colorBordePrefooter); */
  font-family: "Montserrat", Sans-serif;
  /* border-radius: var(--borderRadiusPrefooter) var(--borderRadiusPrefooter) 0 0; */
}

@media screen and (min-width: 320px) {
  .prefooter {
    margin-bottom: -170px;
  }
}

@media screen and (min-width: 400px) {
  .prefooter {
    margin-bottom: -210px;
  }
}

@media screen and (min-width: 576px) {
  .prefooter {
    min-height: 600px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .prefooter {
    right: 0;
    /* margin-bottom: -1px; */
  }
}

@media screen and (min-width: 992px) {
  .prefooter {
    right: 17%;
    min-height: 564px;
    /* padding: 16px 22px 0; */
    margin-bottom: -495px;
    width: 133%;
  }
}

@media screen and (max-width: 1156px) {
  .prefooter {
    right: 0;
    width: 100%;
  }
}

.prefooter h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: var(--color--black);
}

.prefooter h2 {
  font-size: var(--letra24);
  line-height: var(--px27);
  font-weight: 600;
}

@media (max-width: 576px) {
  .prefooter h2 {
    font-size: var(--px16);
    line-height: var(--px27);
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .prefooter h2 {
    font-size: var(--letra27); 
    line-height: var(--px27);
  }
}

.prefooter h3 {
  margin-bottom: 26px;
  font-size: var(--letra23);
  line-height: var(--px21);
  font-family: 'open sans';
  font-weight: 700;
  color: var(--color--blue-18);
}

@media (min-width: 768px) {
  .prefooter h3 {
    font-size: var(--letra23);
    line-height: var(--px24);
  }
}

.notificaciones-judiciales-prefooter h3,
.denuncias-prefooter h3 {
  margin-bottom: 0;
}

.prefooter p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: var(--px14);
  line-height: 23px;
  color: var(--colorTextoFranjaPrefooter);
  margin-bottom: 0;
}

.sede-principal p {
  margin-bottom: 0;
}

.contactenos-contenido {
  line-height: 24px !important;
}

.contactenos-contenido a {
  color: var(--color--blue-20) !important;
  text-decoration: none !important;
} 

.contactenos-contenido a:hover {
  color: var(--color--blue-1) !important;
}

.direccion {
  margin-top: 17px;
}

.contactenos {
  margin-top: 17px;
}

@media (min-width: 576px) {
  .prefooter p {
    font-size: var(--px14);
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .prefooter p {
    font-size: var(--letra16);
    line-height: 39px;
    max-width: 100%;
    font-family: 'Work 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: center;
  }
}

.logos-prefooter img {
  width: auto;
  height: 220px;
}

.redes-sociales-prefooter {
  margin: 10px 0 0 0;
  justify-items: center;
}

@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 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 9px;
}

.redes-sociales-prefooter ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.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: 1%;
  margin-bottom: 10px;
}

.redes-sociales-prefooter li fa {
  font-family: "FontAwesome";
  font-weight: 400;
}

.redes-sociales-prefooter .texto-red {
  color: var(--colorTextoRedesSocialesPrefooter);
  text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  font-weight: 500;
  font-size: var(--letra16);
  line-height: var(--px21);
  margin-left: 16px;
}

.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;
  text-align: left;
  background-color: var(--color--blue-1);
  height: 7em;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .menu-prefooter {
    margin: 0 0 0 0;
  }
}

@media (min-width: 992px) {
  .menu-prefooter {
    margin-top: 22px;
  }
}

.menu-prefooter li {
  margin-right: 10%;
}

@media screen and (min-width: 768px) {
  .menu-prefooter li {
    margin-right: 2%;
  }
}

@media screen and (max-width: 992px) {
  .menu-prefooter li {
    margin-bottom: 13px;
  }
}

.menu-prefooter p {
  color: var(--color--White-2);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

.menu-prefooter p a {
  color: var(--color--White-2);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: var(--letra16);
  /* line-height: 1.6em; */
  margin-bottom: 2px;
  text-decoration: none;
}

.menu-prefooter p a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .menu-prefooter a {
    font-size: var(--letra15);
    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 {
  background-color: #707070;
  border-radius: 50%;
  width: 50px;
  padding: 10px;
}

.redes-sociales-prefooter img:hover {
  background-color: #ff8403;
}

.redes-sociales-prefooter ul li img {
  transition: transform 0.3s ease;
}

.redes-sociales-prefooter ul li:hover img {
  animation: growAndShrink 1s forwards;
}

@keyframes growAndShrink {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* -> franja-prefooter */

/* franja-amarilla-footer */

.franja-amarilla-footer {
  width: 100%;
  height: 1070px;
  /* background-color: var(--colorBackgroundFranjaAmarillaFooter); */
  background: linear-gradient(to bottom, #004884 22%, #fff 22%);
  margin-top: -900px;
}

@media screen and (min-width: 400px) {
  .franja-amarilla-footer {
    height: 1182px;
    margin-top: -972px;
  }
}

@media screen and (min-width: 576px) {
  .franja-amarilla-footer {
    height: 972px;
    margin-top: -972px;
  }
}

@media screen and (min-width: 690px) {
  .franja-amarilla-footer {
    height: 947px;
    margin-top: -947px;
  }
}

@media screen and (min-width: 768px) {
  .franja-amarilla-footer {
    height: 809px;
    margin-top: -809px;
  }
}

@media screen and (min-width: 898px) {
  .franja-amarilla-footer {
    height: 768px;
    margin-top: -768px;
  }
}

@media screen and (min-width: 992px) {
  .franja-amarilla-footer {
    height: 791px;
    margin-top: -296px;
  }
}

@media screen and (min-width: 1253px) {
  .franja-amarilla-footer {
    height: 749px;
    margin-top: -254px;
  }
}

@media screen and (min-width: 1286px) {
  .franja-amarilla-footer {
    height: 638px;
    margin-top: -143px;
  }
}

/* -> franja-amarilla-footer */

/* franja-gov-co-footer */

.franja-gov-co-footer {
  background-color: var(--colorBackgroundFranjaGovCo);
  height: 180px;
}

@media screen and (min-width: 768px) {
  .franja-gov-co-footer {
    height: 94px;
  }
}

.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);
    padding-top: 6px;
  }
}

@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;
  justify-content: center;
  height: 100%;
  align-items: center;
}

@media screen and(min-width: 768px) {
  .logos-footer-gov-co {
    padding-left: 176px;
  }
}
 
.logo-marca-co-footer {
  padding-right: 15px;
  height: 45px;
}

.logo-marca-co-footer img {
  /* width: 46px; */
  height: auto;
}

@media screen and (min-width: 992px) {
  .logo-marca-co-footer img {
    width: 200px;
    height: auto;
  }
}

.logo-gov-co-footer {
  display: flex;
  justify-self: flex-start;
}

@media screen and (max-width: 768px) {
  .logo-gov-co-footer {
    justify-self: center;
  }
}

.logo-gov-co-footer img {
  height: 27px;
}

/* -> franja-gov-co-footer */

.pqrs {
  margin-bottom: 15px;
}

.correos {
  margin-bottom: -10px;
}

.correos p {
  margin-bottom: 10px;
}

.conoce-govco {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--colorBlanco);
  
}

@media screen and (min-width: 768px) {
  .conoce-govco {
    justify-content: flex-end;
    padding-right: 173px;
  }
}

.contenido-conoce-govco {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .contenido-conoce-govco {
    font-size: 12px;
  }
}