@import url("footer-top.css");
@import url("footer-bottom.css");
@import url("footer-waves.css");

footer {
  position: relative;
}
.content-type--pagina-embed footer {
  display: none;
}
.footer-wrapper {
  position: relative;
  overflow: hidden;
  padding: 100px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-family: "AmsiProNarw";
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.footer-block__noise {
  opacity: 0 !important;
  top: 0;
}

@media (min-width: 768px) {
  .footer-wrapper {
    padding: 110px 0 70px;
    /* padding: 145px 0 60px 0; */
    gap: 55px;
  }
}

@media (min-width: 1024px) {
  .footer-wrapper {
    padding: 130px 0 75px;
    gap: 50px;
  }
}

@media (min-width: 1360px) {
  .footer-wrapper {
    padding: 40px 0 50px;
    gap: 60px;
  }
}

@media (min-width: 1920px) {
  .footer-wrapper {
    padding: 10px 0 70px;
    /* padding: 145px 0 70px 0; */
  }
}
