.footer {
  font-family: 'Neufile Grotesk Regular', sans-serif;
  color: #272727;
  padding: 3% 0;
}

.footer-container {
  max-width: 87%;
  margin: auto;
}

.footer-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.footer-title {
  font-size: 63px;
  font-weight: 700;
  margin: 0;
  font-family: 'Neufile Grotesk Extra Bold', sans-serif;
}

.footer-socials {
  display: flex;
  margin: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 90px;
}
  
.footer-phone {
    font-size: 27px;
    font-family: 'Neufile Grotesk Bold', sans-serif;
    font-weight: 600;
    text-decoration: underline;
    margin: 0;
    margin-bottom: -25px;
    margin-top: -25px;

    .footer-contact {
  display: flex;
  flex-direction: column; /* muda de row para column */
  align-items: flex-start; /* ou center, conforme quiseres */
  gap: 20px; /* podes ajustar o espaÃ§o entre os elementos */
  margin-bottom: 40px;
}

    .footer-contact {
  display: flex;
  flex-direction: column; /* muda de row para column */
  align-items: flex-start; /* ou center, conforme quiseres */
  gap: 20px; /* podes ajustar o espaÃ§o entre os elementos */
  margin-bottom: 40px;
}

    .footer-contact {
  display: flex;
  flex-direction: column; /* muda de row para column */
  align-items: flex-start; /* ou center, conforme quiseres */
  gap: 20px; /* podes ajustar o espaÃ§o entre os elementos */
  margin-bottom: 40px;
}

}

.footer-email {
  font-size: 27px;
  font-family: 'Neufile Grotesk Bold', sans-serif;
  font-weight: 600;
}

.footer-email a {
  color: #272727;
  font-weight: 600;
  text-decoration: underline;
}

.footer-offices {
  font-size:18px;
  line-height:1.56;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 90px;
  margin-right: 10%;
  font-family: 'Neufile Grotesk Regular', sans-serif;
  font-weight: 400;
}

.footer-office {
  margin-left: -50px;
}

.footer-offices strong {
  text-decoration: underline;
  font-weight: 700;
}

.footer-socials {
  font-family: 'Neufile Grotesk', sans-serif;
  font-weight: 400;
}

.footer-socials img {
  width: 26px;
  margin-right: 10px;
}

.icon-facebook{
  width: 44px; 
  margin-top: 2px;
}

.icon-instagram{
  width: 50px;
}

.icon-x{
  width: 50px;
}

.icon-youtube{
  width: 50px;
}

.icon-linkedin{
  width: 50px;
}

.footer-bottom {
  border-top: 1px solid #272727;
  padding-top: 60px;
  font-family: 'Neufile Grotesk', sans-serif;
  font-weight: 400;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.footer-logo-brandit {
height: 38px;
}

.footer-logo-scouting {
  height: 30px;
}

.footer-logo-taticalboards {
  height: 32px;
}

.footer-logo-soccerhub {
  height: 32px;
}

.footer-logos-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.footer-logos-left img {
  margin-right: 15px;
}

.footer-logos-right {
  display: flex;
  align-items: flex-end;
}

.footer-logos-right img {
  height: 30px;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
  font-family: 'Neufile Grotesk', sans-serif;
  font-weight: 400;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 16px;
  font-family: 'Neufile Grotesk Regular', sans-serif;
}

.footer-links a {
  color: #272727;
  text-decoration: underline;
  font-weight: 600;
}

.barra-financiamento {
  height: 20px;
}


@media (min-width: 769px) and (max-width: 1024px) {
  .footer-container {
    max-width: 85%;
  }

  .footer-title-row {
    display: flex;
    flex-direction: column-reverse; /* tÃ­tulo em baixo, redes em cima */
    align-items: flex-start;        /* alinha tudo Ã  esquerda */
    justify-content: center;
    margin-bottom: 40px;
    gap: 12px;
  }

  .footer-title {
    margin: 0;
    text-align: left;
  }

  .footer-socials a {
    margin-right: 8px;
  }

  .footer-socials {
    justify-content: flex-end;
    margin-bottom: 20px;
  }

    .icon-facebook{
    width: 44px; 
    margin-top: 2px;
  }

  .icon-instagram{
    width: 50px;
  }

  .icon-x{
    width: 50px;
  }

  .icon-youtube{
    width: 50px;
  }

  .icon-linkedin{
    width: 50px;
  }

  .footer-contact {
    display: flex;
    gap: 17%;
    margin-bottom: 40px;
  }

  .footer-phone,
  .footer-email {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-size: 27px;
  }

  .footer-email a {
    text-decoration: none;
    color: inherit;
    text-decoration: underline;
  }

  .footer-offices {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-right: 0;
    margin-bottom: 60px;
    font-size: 14px;
  }

  .footer-office {
    margin-left: 0px;
  }

  .footer-logo-brandit {
  height: 70px;
  }

  .footer-logo-scouting {
    height: 55px;
  }

  .footer-logo-taticalboards {
    height: 47px;
  }

  .footer-logo-soccerhub {
    height: 47px;
  }

  .footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  .footer-logos-left,
  .footer-logos-right {

flex: 1 1 auto;

display: flex;

justify-content: flex-start;

gap: 40px;

flex: 1 1 100%;

display: flex;

justify-content: center;

margin-top: 20px;

}

  .footer-logos-right img {
    height: 40px;
    margin: 5%;
  }

  .footer-bottom-row {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 4%;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 12px 32px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 19px;
  }

  .footer-links a {
    text-decoration: none;
  }

  .barra-financiamento {
      width: 100%;
      margin-top: 10%;
  }
}

@media (max-width: 768px) {

    html, body {
    width: 100% !important;
  }

  .footer-container {
    max-width: 85%;
  }

  .footer-title-row {
    display: flex;
    flex-direction: column-reverse; /* tÃ­tulo em baixo, redes em cima */
    align-items: flex-start;        /* alinha tudo Ã  esquerda */
    justify-content: center;
    margin-bottom: 40px;
    gap: 12px;
  }

  .footer-title {
    margin: 0;
    text-align: left;
    font-size: 38px;
  }

  .footer-socials {
    justify-content: flex-end;
    margin-bottom: 20px;
    gap: 0px;
    margin-left: -4%;
  }

    .icon-facebook{
    width: 44px; 
    margin-top: 2px;
  }

  .icon-instagram{
    width: 50px;
  }

  .icon-x{
    width: 50px;
  }

  .icon-youtube{
    width: 50px;
  }

  .icon-linkedin{
    width: 50px;
  }

  .footer-contact {
    display: flex;
    gap: 17%;
    margin-bottom: 40px;
  }

  .footer-phone,
  .footer-email {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-size: 24px;
  }

  .footer-email a {
    text-decoration: none;
    color: inherit;
    text-decoration: underline;
  }

  .footer-offices {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-right: 0;
    margin-bottom: 60px;
    font-size: 14px;
  }

  .footer-office {
    margin-left: 0px;
  }

  .footer-logo-brandit {
  height: 42px;
  margin-left: 2px;
  }

  .footer-logo-scouting {
    height: 32px;
    margin-left: 10px;
  }

  .footer-logo-taticalboards {
    height: 30px;
  }

  .footer-logo-soccerhub {
    height: 28px;
  }

  .footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  .footer-logos-left,
  .footer-logos-right {

flex: 1 1 auto;

display: flex;

justify-content: flex-start;

flex: 1 1 100%;

display: flex;

justify-content: center;

margin-top: 20px;

padding-left: 8px;
}

  .footer-logos-right img {
    height: 26px;
    margin: 5%;
    margin-left: -1%;
  }

  .footer-bottom-row {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 4%;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto auto;
    justify-content: center;
    gap: 6px 16px;
    width: auto;
    margin: 10% auto;
    font-size: 12px;
    text-align: center;
    justify-items: center;
    align-items: center;
  }

  .footer-links a:nth-child(3) {
    grid-column: 1 / span 2;
  }

  .footer-links a {
    text-decoration: none;
    align-items: center;
  }

  .barra-financiamento {
      width: 100%;
      margin-top: 10%;
  }
}

@media (max-width: 367px) {
  .footer-logos-left {
    grid-template-columns: repeat(2, 1fr); /* 2 logos por linha */
  }
  .footer-logos-left img {
    max-width: 120px; 
    width: 100%;
    height: auto;
  }
}

@media (max-width: 350px) {
  .footer-logos-left {
    grid-template-columns: repeat(2, 1fr); /* 2 logos por linha */
  }
  .footer-logos-left img {
    max-width: 100px; 
    width: 100%;
    height: auto;
  }
}

@media (max-width: 311px) {
  .footer-logos-left {
    grid-template-columns: repeat(2, 1fr); /* 2 logos por linha */
  }
  .footer-logos-left img {
    max-width: 80px; 
    width: 100%;
    height: auto;
  }
}
