/* FOOTER */


footer {
    width: 100%;
    padding: 15px 0px 0px 0px;
    background: #273b57;
    border-top: 1px solid #f6f6f6;
  }
  
  .box-footer {
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
  }
  .footer-img img {
    width: 100px;
    height: 100px;
  }
  .footer-contato {
    margin-top: 15px;
  }
  .footer-contato p {
    padding: 2px 0px;
    color: #f6f6f6;

  }
  .footer-left {
    width: 50%;
    display: flex;
    flex-direction: row;
  }
  
  .footer-right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
  }
  .ul-footer {
    list-style: none;
  }
  
  ul.ul-footer a {
    text-decoration: none;
    line-height: 28px;
    color: #f6f6f6;
  }
  ul.ul-footer a:hover {
    text-decoration: revert;
  }
  .footer-site {
    text-align: center;
    font-size: 14px;
    padding: 6px 0px;
    background: #fff;
    color: #555;
  }
  .footer-site p {
    width: 96%;
  }
  .footer-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.box-logo-footer {
    width: 130px;
}
.box-logo-footer img {
    width: 100%;
    height: auto;
}
ul.ul-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
ul.ul-footer li {
    margin: 0px 10px;
}
  @media screen and (max-width: 600px) {
    .box-footer {
      max-width: 1200px;
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .footer-left {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-bottom: 40px;
    }
    .footer-right {
      display: flex;
      justify-content: flex-start;
      width: 98%;
    }
    .footer-contato {
      text-align: center;
    }

}