@media (min-width: 320px) {
  .bg-footer {
    background: var(--primary-color);
  }
  .background-image-footer {
    background-image: url("../../img/footer/background-footer.png");
    min-height: 300px;
    background-position: top;
    background-size: cover;
  }
  .logo-footer{
    height: 40px;
  }
  .icon-footer{
    font-size: var( --font-base);
  }
  .flags{
    width: var( --font-2xl);
  }
}
@media (min-width: 768px) {
  .bg-footer {
    font-size: var(--font-sm);
  }
  .background-image-footer {
    background-image: url("../../img/footer/background-footer.png");
  }
  .logo-footer{
    height: 60px;
  }
}
@media (min-width: 1024px) {}
@media (min-width: 1280px) {}
@media (min-width: 1440px) {}

