.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgb(46 100 74);
  color: #fff;
}

.footer .footer-container {
  padding-top: 20px;
  padding-bottom: 0px;
  border-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 14px;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-container.mobile {
  margin-top: 0px;
}

.footer .title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 50px 0;
}

.footer .be-part {
  margin-right: 0px;
  margin-left: 0px;
  padding: 35px 0px;
  /*border-top: 2px solid #333;*/   
  display: flex;
}

.footer .be-part > .logo {
  display: flex;
  align-items: center;
  float: none;
  height: auto;
}

.footer .be-part .info {
  margin-top: 0px;
}

.footer .be-part .wrapper-menu {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.footer .be-part .wrapper-menu a {
  text-decoration: none;
  padding-bottom: 5px;
  color: #fff;
  border-bottom: 2px solid #466459;
}

.footer .be-part .wrapper-menu a:hover {
  border-bottom: 2px solid #fff;
}

.footer img {
  max-height: 60px;
}

.copyright {
  font-size: 12px;
  font-family: "Roboto Condensed";
  line-height: 25px;
}

.copyright a {
  font-size: 12px;
  font-family: "Roboto Condensed";
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.copyright a:hover {
  opacity: 0.8;
}
