@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.sector-listas {
  display: flex;
  background-color: #000000;
  justify-content: center;
  padding: 2vh 0px;
}
@media (min-width: 320px) and (max-width: 900px) {
  .sector-listas {
    flex-direction: column;
    padding: 0px;
  }
}

.sector-final {
  display: flex;
  background-color: #f4f4f6;
  justify-content: space-between;
  align-items: center;
  padding: 3vh clamp(1px, 6vw, 5.4rem);
}

.sector-ayuda {
  height: 90%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #FBD300;
  padding-right: clamp(1px, 3vw, 2.7rem);
  width: 30%;
}
@media (min-width: 320px) and (max-width: 900px) {
  .sector-ayuda {
    padding-right: 0;
    padding: 7vh 0;
    border-right: none;
    border-bottom: 1px solid #FBD300;
    width: 100%;
  }
}

.titulos-footer {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #FBD300;
  font-weight: 900;
  margin-bottom: 4vh;
}

.lista-ayudas li a {
  text-decoration: none;
  color: #FBD300;
  font-family: "Work Sans", sans-serif;
}

.lista-ayudas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lista-ayudas li {
  margin: 0.5vh 0;
}

.sector-redes {
  display: flex;
  flex-direction: column;
  padding-left: clamp(1px, 3vw, 2.7rem);
  align-items: center;
  width: 30%;
}
@media (min-width: 320px) and (max-width: 900px) {
  .sector-redes {
    padding-left: 0;
    padding: 7vh clamp(1px, 3vw, 2.7rem);
    width: 100%;
  }
}

.lista-redes-footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  text-decoration: none;
  color: #FBD300;
  margin-top: 4.5vh;
}
@media (min-width: 320px) and (max-width: 900px) {
  .lista-redes-footer {
    margin-top: 0;
  }
}

.lista-redes-footer li a i {
  text-decoration: none;
  color: #FBD300;
  margin: 0 clamp(1px, 1vw, 0.9rem);
  font-size: 22px;
}
@media (min-width: 320px) and (max-width: 900px) {
  .lista-redes-footer li a i {
    margin: 0 clamp(1px, 3vw, 2.7rem);
  }
}

.titulo-logo-footer {
  font-size: 25px;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .titulo-logo-footer {
    font-size: clamp(1px, 6vw, 5.4rem);
  }
}

.ansar {
  padding: 0.5em;
  border-radius: 7px;
  transition: all 0.8s ease;
}

.ansar p {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  transition: all 0.8s ease;
}
@media (min-width: 320px) and (max-width: 900px) {
  .ansar p {
    font-size: 10px;
  }
}

.ansar #ansarsoft {
  font-size: 18px;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .ansar #ansarsoft {
    font-size: 13px;
  }
}

.ansar:hover {
  transition: all 0.4s ease;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #ffffff, inset 0 0 0 transparent, inset 0 0 0 transparent;
}
.ansar:hover p {
  color: black;
}
.ansar:hover #ansarsoft {
  color: red;
}/*# sourceMappingURL=footer.css.map */