* {
  box-sizing: border-box;
}

.flex-rw {
  display: flow-root;
  flex-flow: row wrap;
  margin-top: auto;
  width: 100%;
}

section.footer-bottom-section.flex-rw {
  margin-bottom: 15px;
  margin-top: 15px;
}

.footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d1d1d1;
  font-size: var(--at-text--xs);
}

.footer-bottom-section > div:first-child {
  margin-right: auto;
}

span.footer-bottom-rights {
  display: inline;
  float: left;
  color: var(--at-white);
}

.enlaces {
  display: inline;
  float: right;
}

@media only screen and (max-width: 768px) {
  .footer-bottom-wrapper {
    font-size: var(--at-text--xs);
  }
}

@media only screen and (max-width: 568px) {
  .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-bottom-rights {
    display: block;
  }

  .enlaces {
    display: flex;
    float: right;
  }
}
@media only screen and (max-width: 320px) {
  .footer-bottom-wrapper {
    font-size: var(--at-text--xs);
  }
  .enlaces {
    display: flex;
    float: right;
  }
}
