.mm-landing.footer--default {
  background-color: var(--c-primary-dark);
  color: var(--c-white);
}

.mm-landing .footer--default__content .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.mm-landing .footer--default__social-nav.footer--default__social-nav__acciona {
  display: flex;
  align-items: center;
  font-size: var(--fz-xl);
  width:100%;
  margin: 1.5rem 0;
}

.mm-landing .footer--default__social-nav.footer--default__social-nav__acciona .columns .column{
  display:flex;
  justify-content:center;
}

.mm-landing .footer--default__social-nav.footer--default__social-nav__acciona .columns .column .acciona_logos__wrapper{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  width:fit-content;
}

.mm-landing .footer--default__social-nav.footer--default__social-nav__acciona .columns .column .acciona_logos__wrapper >a{
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .mm-landing .footer--default__content .container {
    flex-direction: row;
  }
  .mm-landing .footer--default__social-nav.footer--default__social-nav__acciona {
    display: flex;
    align-items: center;
    font-size: var(--fz-xl);
    width:100%;
    margin: 1.5rem 0;
  }
  
  .mm-landing .footer--default__social-nav.footer--default__social-nav__acciona .columns{
    width:100%;
  }
  
  .mm-landing .footer--default__social-nav.footer--default__social-nav__acciona .columns .column{
    display:flex;
    justify-content:flex-end;
  }

  .mm-landing .footer--default__social-nav.footer--default__social-nav__acciona .columns .column .acciona_logos__wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    width:fit-content;
  }

  .mm-landing .footer--default__social-nav.footer--default__social-nav__acciona .columns .column .acciona_logos__wrapper >a{
    text-align: left;
  }
  
}


.mm-landing .footer--default__social-nav {
  display: flex;
  align-items: center;
  font-size: var(--fz-xl);
}

.mm-landing .footer--default__social-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mm-landing .footer--default__social-nav ul {
    justify-content: flex-end;
  }
}

.mm-landing .footer--default__social-nav li:not(:last-child) {
  margin-right: var(--spacer-md);
}

.mm-landing .footer--default__social-nav a {
  display: flex;
  color: var(--c-white);
  opacity: .7;
  transition: all var(--transition-md);
}

.mm-landing .footer--default__social-nav a:hover {
  opacity: 1;
}

.footer--default__content, .footer--default__corporate-info{ background-color: rgba(0, 0, 0, .1); }
.mm-landing .footer--default__info { background-color: rgba(0, 0, 0, .3); }

.mm-landing .footer--default__info__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: var(--spacer-4xl) 0;
}

.mm-landing .footer--default__info__item {
  width: 50%;
  text-align: center;
  padding: 0 var(--spacer-lg);
}

.mm-landing .footer--default__info__icon {
  margin-bottom: var(--spacer);
  font-size: var(--fz-lg);
}

.mm-landing .footer--default__info__text {
  margin-bottom: var(--spacer-xs);
  text-transform: uppercase;
  font-size: var(--fz-xs);
}

.mm-landing .footer--default__info__value {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fz-sm);
}

@media screen and (min-width: 768px) {
  .mm-landing .footer--default__info__value {
    font-size: var(--fz-lg);
  }
}

.mm-landing .footer__brand {
  margin: 30px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mm-landing .footer__brand {
    text-align: left;
  }
}

.mm-landing .footer__brand img {
  max-height: 80px;
  max-width: 400px;
}

.mm-landing .footer--default__corporate-info {
  padding: var(--spacer-lg) 0 var(--spacer-6xl);
}

.mm-landing .footer--default__corporate-info .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .mm-landing .footer--default__corporate-info .container {
    flex-direction: row;
  }
}

.mm-landing .footer--default__poweredby {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacer-md);
}

@media screen and (min-width: 768px) {
  .mm-landing .footer--default__poweredby {
    margin-bottom: 0;
  }
}

.mm-landing .footer--default__poweredby img {
  height: 15px;
}

.mm-landing .footer--default__legal-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.mm-landing .footer--default__legal-nav li {
  position: relative;
  display: inline-block;
}

.mm-landing .footer--default__legal-nav li:not(:last-child){
  padding-right: 10px;
  margin-right: 6px;
}

.mm-landing .footer--default__legal-nav li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 2px;
  left: 100%;
  width: 1px;
  height: calc(100% - 4px);
  background: rgba(0, 0, 0, .3);
}

.mm-landing .footer--default__legal-nav a {
  color: var(--c-white);
  text-decoration: none;
  opacity: .6;
  transition: all 100ms ease-out;
}

.mm-landing .footer--default__legal-nav a:hover,
.mm-landing .footer--default__legal-nav a:focus {
  opacity: .8;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .mm-landing .footer--default__social-nav.footer--default__social-nav__acciona {
    margin: 1.5rem -9% 1.5rem 0;
  }
}