.logo-footer a {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.enlaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.enlaces a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.enlaces a:hover {
  color: #000;
}

#contact {
  padding-bottom: 50px;
}

.copyright {
  margin-top: 50px;
}

.copyright p {
  color: #fff;
}

.topline {
  border-top: 1px solid #00a8ff;
  display: inline-block;
}

.mt-50 {
  margin-top: 50px;
}

@media (min-width: 1280px) {
  .container-footer {
    width: 1280px;
  }
}

@media (max-width: 1279px) {
  .container-footer {
    width: 750px;
  }
  .container-footer .col-lg-2, .container-footer .col-lg-10 {
    width: 100%;
  }
  .container-footer .col-lg-5 {
    width: 50%;
  }
  .container-footer .logo-footer {
    text-align: center;
  }
  .container-footer .logo-footer br {
    display: none;
  }
  .menu-footer-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 991px) {
  .logo-footer {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .enlaces {
    text-align: center;
  }
  .container-footer {
    width: unset;
  }
  .container-footer .col-lg-5 {
    width: 100%;
  }
  .menu-footer-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
/*# sourceMappingURL=ajustes.css.map */