footer#footer {
  background-color: var(--black-footer);
  color: white;
  padding: 80px 60px 40px 60px;
}
footer#footer .footer-wrapper {
  width: 84%;
  margin: 0 auto;
  /*! .footer-inner */
}
footer#footer .footer-wrapper .footer-inner {
  justify-items: center;
  margin-bottom: 40px;
}
footer#footer .footer-wrapper .footer-inner .company-info img.logo-principal {
  width: 40px;
  margin-bottom: 20px;
}
footer#footer .footer-wrapper .footer-inner .footer-contact-info .footer-contact-info-item svg {
  width: 40px;
  font-size: 20px;
}
footer#footer .footer-wrapper .footer-inner .quick-menu {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
footer#footer .footer-wrapper .footer-inner .quick-menu a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
footer#footer .footer-wrapper .footer-inner .quick-menu a:visited {
  color: white;
}
footer#footer .footer-wrapper .footer-subvencion-container {
  text-align: center;
}
footer#footer .footer-wrapper .footer-subvencion-container .logo-subvencion {
  max-width: 560px;
}
footer#footer .footer-wrapper .copyright-note {
  margin-top: 40px;
  text-align: right;
}
/* =================================== */
/*            MEDIA QUERIES            */
/* =================================== */
@media (max-width: 1200px) {
  footer#footer .footer-wrapper {
    width: 100%;
  }
}
@media (max-width: 850px) {
  footer#footer .footer-wrapper .footer-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  footer#footer .footer-wrapper .footer-inner .company-info {
    border-bottom: 1px rgba(255, 255, 255, 0.59) solid;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0px;
    gap: 15px;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info .footer-contact-info-item {
    text-align: center;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info .footer-contact-info-item svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer#footer .footer-wrapper .footer-inner .quick-menu {
    width: 100%;
    flex-direction: row;
  }
  footer#footer .footer-wrapper .footer-inner .quick-menu a {
    border-right: 1px rgba(255, 255, 255, 0.59) solid;
    width: 25%;
    text-align: center;
  }
  footer#footer .footer-wrapper .footer-inner .quick-menu a:last-child {
    border-right: transparent;
  }
  footer#footer .footer-wrapper .copyright-note {
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer#footer .footer-wrapper .footer-inner {
    margin-bottom: 28px;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info {
    border-bottom: 1px rgba(255, 255, 255, 0.59) solid;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info .footer-contact-info-item {
    display: flex;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info .footer-contact-info-item svg {
    margin: 0px;
  }
  footer#footer .footer-wrapper .footer-inner .quick-menu {
    width: 100%;
    flex-direction: column;
  }
  footer#footer .footer-wrapper .footer-inner .quick-menu a {
    width: 100%;
    border-right: transparent;
    text-align: left;
  }
  footer#footer .footer-wrapper .footer-subvencion-container .logo-subvencion {
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  footer#footer {
    background-color: var(--black-footer);
    color: white;
    padding: 20px 10px 40px 10px;
  }
  footer#footer .footer-wrapper .footer-inner {
    gap: 0;
  }
  footer#footer .footer-wrapper .footer-inner .company-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    align-items: center;
    gap: 5px;
  }
  footer#footer .footer-wrapper .footer-inner .footer-contact-info .footer-contact-info-item {
    margin-bottom: 0;
  }
  footer#footer .footer-wrapper .footer-inner .quick-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 5px;
  }
  footer#footer .footer-wrapper .footer-inner .quick-menu a {
    text-align: center !important;
  }
}
