.btn-black-pearl {
  font-size: 12px;
}

.right-nav li {
  margin-left: 5px;
}

.site-footer .footericons li:not(:last-of-type) {
  margin-right: 15px;
}

.confian-nosotros img {
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .right-nav li {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .footericons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .footer-omatic {
    text-align: center;
  }
  .confian-nosotros {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=ajustes.css.map */