@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url('/recursos/fa-brands-400.woff2') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('/recursos/fa-regular-400.woff2') format('truetype');
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-envelope-o:before {
    content: "\F003";
}

.social-footer i {
    color: #ffdd84;
}
.fa-brands, .fab {
    font-weight: 400;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}

.fa-regular, .far {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}

.footer-top {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1;
}

.footer-top i {
    font-style: normal;
}

.footer-top span {
    font-family: "Double Porter";
}

.footer-top a {
    text-decoration: none;
    color: #eee;
    position: relative;
    left: 250px;
}

.social-footer {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.social-footer a {
    font-size: 32px;
    margin: 0 10px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
}

.social-footer i {
    font-style: normal;
}

footer {
    text-align: center;
    padding: 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 100px;
    color: #ffdd84;
    font-family: 'Double Porter';
    font-size: 22px;
    margin-bottom: 10px;
}

.footer-links div {
  min-width: 150px;
  text-align: center;
}

.provider-logos {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-pair {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.provider-logos img {
    height: max-content;
    width: 150px;
}

.footer-c {
    margin-top: 30px;
    text-align: center;
    margin-bottom: -10px;
    font-weight: 600;
    font-size: 12px;
    opacity: .6;
}

@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .footer-top a {
    text-decoration: none;
    color: #eee;
    position: relative;
    left: 0;
  }

  .provider-logos {
    gap: 20px;
    align-items: center;
  }

  .logo-pair {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }

  .provider-logos img {
    width: 180px;
  }
}

@media (max-width: 470px) {

  .provider-logos {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .logo-pair {
    display: flex;    
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }

  .provider-logos img {
    width: 160px;
  } 
}