.footer-content {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  background: #181f2c;
  padding: 4rem 0;
  color: white;
  font-size: 0.9rem;
}
.footer-content .cols {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.footer-content .cols .col2 {
  width: 48%;
}
.footer-content .cols .col3 {
  width: 30%;
}
.footer-content .cols .col3x2 {
  width: 65%;
}
.footer-content .cols .col4 {
  width: 22%;
}
.footer-content .container {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-content a {
  text-decoration: none;
}
.footer-content a:hover {
  text-decoration: underline;
}
.footer-content .footer-content-left {
  width: 40%;
}
.footer-content .footer-content-right {
  width: 58%;
  padding-left: 1%;
  border-left: solid 1px #263762;
}
.footer-content .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #a7b5cf;
}
.footer-content .footer-links .links {
  width: 60%;
}
.footer-content .footer-links .links a {
  display: block;
  color: #a7b5cf;
}
.footer-content .footer-links .address {
  width: 35%;
}
.footer-content .footer-links .address .phone {
  font-weight: 800;
  font-size: 1.2em;
}
.footer-content .footer-copyright {
  color: #a7b5cf;
  font-size: 0.9em;
  border-top: solid 1px #263762;
  margin-top: 2rem;
  padding: 2rem 0 0 0;
}
.footer-content .social-links a {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.footer-content .social-links a:hover {
  opacity: 0.5;
}
.footer-content .social-links a img {
  width: 40px;
}
.footer-content .footer-logos img {
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-bottom: 0.5rem;
}
.footer-content .footer-logos img:last-child {
  margin-right: 0;
}
.footer-content .footer-logos .logo-acreditacion {
  width: 131px;
}
.footer-content .footer-logos .logo-che {
  width: 114px;

}
.footer-content .footer-logos .logo-laureate {
  width: 114px;

}
.footer-content .footer-logos .logo-ciqc {
  width: 72px;
}
@media only screen and (max-width: 850px) {
  .footer-content .footer-content-left,
  .footer-content .footer-content-right {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content .container {
    display: block;
  }
  .footer-content .footer-content-left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer-content .footer-content-right {
    width: 100%;
  }
  .footer-content .footer-copyright {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer-content .footer-content-left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer-content .footer-links .col {
    width: 100%;
    margin-bottom: 1rem;
  }
}
