/*Espaciados rem */
.rand-footer--simple {
  width: 100%;
  max-width: 100%;
  height: 120px;
  margin: 0px;
  background-color: var(--color-brand-secondary);
  color: var(--color-white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 0 25px; }
  .rand-footer--simple .rand-col-footer--simple {
    width: 33%; }
    .rand-footer--simple .rand-col-footer--simple:nth-child(1) {
      width: calc(10% - 18px); }
    .rand-footer--simple .rand-col-footer--simple:nth-child(2) {
      width: calc(60% - 8px); }
    .rand-footer--simple .rand-col-footer--simple:nth-child(3) {
      width: calc(30% - 14px); }
  @media (max-width: 768px) {
    .rand-footer--simple {
      padding: 20px 0 0 25px; }
      .rand-footer--simple .rand-col-footer--simple {
        margin-top: 2px; }
        .rand-footer--simple .rand-col-footer--simple:nth-child(1) {
          display: none; }
        .rand-footer--simple .rand-col-footer--simple:nth-child(2) {
          order: 2;
          width: 100%; }
        .rand-footer--simple .rand-col-footer--simple:nth-child(3) {
          order: 1;
          width: 100%; } }
  @media (max-width: 1200px) {
    .rand-footer--simple .rand-footer-simple-logo {
      width: 169px; } }

/*# sourceMappingURL=footer-simple.css.map */
