/**********

FOOTER

**********/

.footer {
  margin-top: 0px !important;
  padding: 0px !important;
}


.footer.container {
  font-family: "Poppins", sans-serif;
  background-color: var(--negro);
  background-image: url(/themes/custom/femecv/img/bg-footer.webp) !important;
  background-size: cover;
  width: 100%;
  min-height: 200px;
  padding: 48px;
  margin-top: auto;
  color: var(--blanco);
  float: left;
  clear: both;
}

.footer.container a {
  color: var(--verde);
}

.footer.container a:hover {
  color: var(--blanco);
  text-decoration: none;
}

.logos-line {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.divider-white {
  background-color: var(--steam);
  width: 100%;
  height: 1px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 32px 0px;
}

.divider-green {
  background-color: var(--verde);
  width: 100%;
  height: 1px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 32px 0px;
}

.content-cols {
  display: flex;
  flex-direction: row;
  gap: 6%;
}

.content-cols img {
  width: 32px;
  margin-right: 5px;
}

.tit-footer {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bolder;
  color: var(--verde);
  margin-top: 24px;
  margin-bottom: 12px;
}

.sedes-line {
  display: flex;
  flex-direction: row;
}

.sedes-line div h6 {
  color: #f1f1f1;
  font-weight: bold;
}

.sedes-line p {
  color: #f1f1f1;
  line-height: 20px;
  font-size: 16px;

}

.footer.container ul li {
  list-style: none;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

#block-procesoelectoral2022 {
  clear: both;
}

.region-footer {
  max-width: 1300px;
  margin: 30px auto;
}

#block-femecv-volverafemecvcom,
#block-femecv-infopiedepagina {
  float: left;
  width: 40%;
}

#block-femecv-infopiedepagina {
  clear: left;
}

#block-femecv-footer {
  float: right;
  width: 40%;
}

#block-femecv-footer ul li {
  padding: 0;
  margin: 0;
}

#block-femecv-footer ul li a {
  padding: 5px 00;
  margin: 0;
}

#block-femecv-footer ul li:hover,
#block-femecv-footer ul li a:hover {
  background: none;
}

@media screen and (max-width: 768px) {
  .footer-custom {
    padding: 8px;
  }

  .footer-custom .container {
    padding: 10px;
  }

  #block-femecv-volverafemecvcom,
  #block-femecv-infopiedepagina,
  #block-femecv-footer {
    padding: 10px;
    font-size: .9em;
  }

  .footer.container ul li {
    font-size: 1em;
    line-height: 1.2em;
  }

  .footer-custom .container img {
    max-width: 100%;
    height: auto;
  }

  .logos-line {
    flex-direction: column;
    max-width: 100%;
  }
}