.footer-push, footer {
  height: 343px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .footer-push, footer {
    height: 393px;
  }
}
@media screen and (max-width: 768px) {
  .footer-push, footer {
    height: auto;
  }
}

footer {
  background-color: #031D44;
  padding-bottom: 50px;
}
footer .top-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 50px 0;
}
@media screen and (max-width: 375px) {
  footer .top-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .top-footer .logo {
  width: 200px;
  height: 53px;
}
footer .top-footer .social-footer {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 375px) {
  footer .top-footer .social-footer {
    margin-top: 10px;
  }
}
footer .top-footer .social-footer a {
  display: block;
  font-size: 0px;
  font-size: 0rem;
  padding: 0;
  margin-left: 10px;
}
footer .top-footer .social-footer a img {
  display: block;
  width: 21px;
  height: 21px;
}
footer .top-footer .social-footer a .hover {
  display: none;
}
@media screen and (max-width: 375px) {
  footer .top-footer .social-footer a:first-child {
    margin-left: 0;
  }
}
footer .top-footer .social-footer a:hover .hover {
  display: block;
}
footer .top-footer .social-footer a:hover .base {
  display: none;
}
footer .info {
  width: 65%;
}
@media screen and (max-width: 768px) {
  footer .info {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  footer .info {
    width: 90%;
  }
}
footer .info p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
footer .info p a {
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
}
footer .info p a:hover {
  color: #9a031e;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
footer ul li {
  margin: 0 10px 6px 0;
  padding-right: 10px;
}
footer ul li a {
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
footer ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 13px;
  right: -11px;
  top: -2px;
  background-color: #ffffff;
}
footer ul li:hover a {
  color: #9a031e;
  text-decoration: underline;
}
footer span {
  display: block;
}
footer span a {
  font-family: "Biotif", Arial, sans;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #ffffff;
}

/*# sourceMappingURL=footer.min.css.map*/