/* FOOTER */
#footer .navbar-brand img{
  max-width: 189px;
}

#footer ul {
    padding-left: 0rem;
}

.logo-text {
  font-family: var(--font-primary);
  color: #5F687A;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.social-list ul {
  list-style: none;
  display: flex;
}

.social-list li {
  margin: 0 20px;
  font-size: 29px;
  color: white;
  background-color: #C7C7C7;    
  padding: 10px;
  border-radius: 50%;
}

.social-list div {
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer h4 {
  color: #5F687A;
  font-size: 20px;
  font-weight: 600;
}

.contact-list {
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: center;
  color: #5F687A;
  font-size: 13px;
  font-weight: 400;
}

.contact-list i {
  font-size: 24px;
  color: #5F687A;
  margin-right: 10px;
}

.creditos {
  font-size: 13px;
  color: #5F687A;
  font-weight: 500;
}

.creditos a {
  text-decoration: none;
  font-weight: 700;
  color: #5F687A;
}

.linha-footer {
  margin: 0 auto;
  width: 80%;
  height: 2px;
  background-color: #C5C5C5;
}

@media only screen and (max-width: 480px) {
   /* FOOTER */
   #footer .navbar-brand img {
    max-width: 128px;
   }
 
  .linha-footer {
    margin: 0 auto;
    width: 95%;
    height: 2px;
    background-color: #C5C5C5;
  }

  .logo-text {
      font-family: var(--font-primary);
      color: #5F687A;
      font-size: 11px;
      font-weight: 400;
      text-align: left;
  }

  .social-list ul {
      list-style: none;
      display: flex;
  }

  .social-list li {
      margin: 0 20px;
      font-size: 29px;
      color: white;
      background-color: #C7C7C7;    
      padding: 10px;
      border-radius: 50%;
  }

  .social-list div {
      width: 43px;
      height: 43px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .footer h4 {
      color: #5F687A;
      font-size: 20px;
      font-weight: 600;
  }

  .contact-list {
      list-style: none;
  }

  .contact-list li {
      display: flex;
      align-items: center;
      color: #5F687A;
      font-size: 13px;
      font-weight: 400;
  }

  .contact-list i {
      font-size: 24px;
      color: #5F687A;
      margin-right: 10px;
  }

  .creditos {
      font-size: 11px;
      color: #5F687A;
      font-weight: 500;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* FOOTER */
  #footer .navbar-brand img{
    max-width: 128px;
  }

  .linha-footer {
    margin: 0 auto;
    width: 90%;
    height: 2px;
    background-color: #C5C5C5;
  }

  .logo-text {
    font-family: var(--font-primary);
    color: #5F687A;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
  }

  .social-list ul {
    list-style: none;
    display: flex;
  }

  .social-list li {
    margin: 0 20px;
    font-size: 29px;
    color: white;
    background-color: #C7C7C7;    
    padding: 10px;
    border-radius: 50%;
  }

  .social-list div {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer h4 {
    color: #5F687A;
    font-size: 20px;
    font-weight: 600;
  }

  .contact-list {
    list-style: none;
  }

  .contact-list li {
    display: flex;
    align-items: center;
    color: #5F687A;
    font-size: 13px;
    font-weight: 400;
    text-wrap: wrap;
  }

  .contact-list i {
    font-size: 18px;
    color: #5F687A;
    margin-right: 10px;
  }

  .creditos {
    font-size: 11px;
    color: #5F687A;
    font-weight: 500;
  }
}