/* FOOTER */
.volotea-footer {
  position: relative;
  padding:  0 !important;
}

.volotea-footer .footer-header {
  font-family: "Volotea Sans Condensed", Helvetica, Arial, sans-serif;
}

.volotea-footer strong {
  font-family: "Volotea Sans Condensed-Bold", Helvetica, Arial, sans-serif;
}

.volotea-footer .footer-header mark {
  padding: 0 !important;
}

.volotea-footer .wp-block-column > p {
  margin: 0 !important;
}

.volotea-footer > div > div:first-of-type {
  gap: 2rem !important;
}

.volotea-footer > div > div:first-of-type > div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.volotea-footer > svg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 97px;
  width: 97px;
}

@media (min-width: 576px) {
  .volotea-footer > svg {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .volotea-footer > div > div:first-of-type {
    gap: 4rem !important;
  }

  .volotea-footer > svg {
    height: 180px;
    width: 180px;
  }
}

@media (min-width: 992px) {
  .volotea-footer > div > div:first-of-type > div:first-of-type {
    padding-right: 4rem;
  }

  .volotea-footer > svg {
    height: 210px;
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .volotea-footer > div > div:first-of-type > div:first-of-type {
    padding-right: 8rem;
  }

  .volotea-footer > svg {
    height: 242px;
    width: 242px;
  }
}

.footer-header {
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
}

.footer-header strong {
  font-weight: 700 !important;
}

.wp-block-social-links {
  gap: 1.5rem !important;
}

.social-icon {
  cursor: pointer;
  padding: 0.75rem !important;
  border: 2px solid !important;
}

.footer-apps {
  gap: 0.5rem !important;
}
.footer-apps img {
  height: 1.875rem;
  width: auto;
}

.footer-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 3rem;
}

.footer-links p {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

.footer-schema {
  display: flex;
  gap: 2rem !important;
}

.footer-schema > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-schema p {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

@media (min-width: 768px) {
  .footer-links {
    gap: 1rem;
    margin-top: 2rem;
  }

  .footer-links p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .footer-schema {
    gap: 4rem !important;
  }

  .footer-schema > div {
    gap: 2rem;
  }
}

@media (min-width: 992px) {
  .footer-header {
    font-size: 1.875rem !important;
  }
}

@media (min-width: 1200px) {
  .footer-schema > div > p {
    font-size: 1.5rem !important;
  }
}
