footer {
  color: #fff;
  width: 100%;
  position: relative;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}
footer > .container {
  padding-top: 25px;
  padding-bottom: 25px;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer > .container {
    display: block;
  }
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer .logo {
  display: block;
  float: left;
  width: 100px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))
    drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.5));
}
.selos {
  margin-right: auto;
}
footer .selo {
  /* display: inline-block; */
  /* float: center; */
  width: 140px;
  height: 90px;
  object-fit: cover;
  margin-left: -50px;
}

footer .menu {
  float: right;
  margin-right: -15px;
  padding-left: 30px;
  text-align: right;
}
footer .menu a {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: whitesmoke;
  padding: 0 20px;
  margin: 5px 0;
}
footer .menu a:hover {
  opacity: 0.6;
}
footer .subfooter {
  padding: 30px 0;
  position: relative;
}
footer small {
  color: whitesmoke;
  opacity: 0.8;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  display: inline-block;
}
footer small br {
  display: none;
}
@media (max-width: 767px) {
  footer > .container,
  footer .subfooter {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer h1,
  footer .logo {
    float: none;
    margin: 0 auto 20px;
  }
  footer .menu {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0 20px;
  }
  footer small {
    font-size: 9px;
  }
  footer .menu a {
    font-size: 11px;
  }
}
