.navbar__left .sections .places {
  border-left: 1px solid var(--color-base-light, #fff);
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: width 0.2s linear;
}
.navbar__left .sections .places .options {
  background-color: #ededed;
  color: var(--color-base-dark, #000);
  line-height: 28px;
  padding: 32px 28px 29px;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.navbar__left .sections .places .options .label {
  font-weight: 400;
  text-transform: none;
}
.navbar__left .sections .places .options ul {
  padding: 0;
}
.navbar__left .sections .places .options li {
  list-style: none;
}
.navbar__left .sections .places .options a:hover {
  color: var(--color-primary, var(--color-milenio, #000));
  text-decoration: none;
}
@media (min-width: 968px) {
  header#main-header nav.nav-sections {
    font-size: 14px;
    line-height: 17px;
    overflow: initial;
  }
  header#main-header nav.nav-sections ul {
    overflow: auto;
  }
  .nav-sections-links {
    justify-content: space-between;
  }
  .nav-sections-links .printed-toggle {
    font-weight: 400;
  }
  .nav-sections-links .printed-toggle:hover {
    color: var(--color-primary, var(--color-milenio, #000));
  }
  header#main-header
    .sections-menu
    nav.options
    > ul
    .father
    .children
    li::marker {
    font-size: 10px;
  }
}
@media (min-width: 1440px) {
  .navbar__left .sections .places .options {
    padding-right: 72px;
  }
}
footer#main-footer {
  background-color: var(--color-background, #000);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow-y: hidden;
  z-index: 10;
}
footer#main-footer > * {
  max-width: 100vw;
  width: 100%;
}
footer#main-footer .head {
  background-color: var(--color-milenio, #000);
  display: flex;
  height: 55px;
  justify-content: space-between;
  order: 1;
}
footer#main-footer .head .left {
  display: flex;
  flex-grow: 1;
  height: 44px;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 15px;
  margin-top: 5px;
}
footer#main-footer .head .left .logos > * {
  height: 100%;
  width: auto;
}
footer#main-footer .head .left nav.sections {
  display: none;
}
footer#main-footer .content {
  align-items: center;
  color: #888;
  display: flex;
  flex-direction: column;
  font-family: var(--font-source-serif-pro);
  font-size: 12px;
  font-weight: 500;
  order: 2;
  text-transform: uppercase;
}
footer#main-footer
  .content
  > :not(:only-child):not(.eo-free):not(:first-child) {
  border-top: 1px solid #e9e9e9;
  margin-top: 9.5px;
  padding-top: 9.5px;
}
footer#main-footer .content > * {
  align-items: center;
  justify-content: center;
  width: 100%;
}
footer#main-footer .content .rights-reserved {
  line-height: 17px;
  padding: 15px 0 5px;
  text-align: center;
}
footer#main-footer .content .sections {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -moz-column-rule: 2px dotted var(--color-accent, #000);
  column-rule: 2px dotted var(--color-accent, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 41px;
  padding-right: 32px;
  text-decoration: none;
  text-transform: none;
}
footer#main-footer .content .sections .item-sec {
  list-style: none;
  margin-bottom: 8px;
}
footer#main-footer .content .sections .item-sec:before {
  content: "-";
}
footer#main-footer .content .sections .item-sec > a {
  padding: 15px 4px;
}
footer#main-footer .content .sections a:hover {
  text-decoration: none;
}
footer#main-footer .content .external-logos {
  display: flex;
  height: 55px;
  padding-left: 19px;
  padding-right: 15px;
}
footer#main-footer .content .external-logos img {
  height: 35px;
  width: auto;
}
footer#main-footer .content .social-media {
  display: flex;
  flex-direction: column;
  margin: 8px 0 20px;
}
footer#main-footer .content .social-media-header {
  line-height: 13px;
  margin-bottom: 16px;
}
footer#main-footer .content .social-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
  min-width: 130px;
}
footer#main-footer .content .social-media-links a {
  align-items: center;
  /* border: 1px solid #888; */
  border-radius: 100px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
footer#main-footer .content .social-media-links a img {
  width: 100%;
}
@media screen and (min-width: 1390px) {
  footer#main-footer .content,
  footer#main-footer .head {
    padding-left: calc(50% - 683px);
    padding-right: calc(50% - 683px);
  }
}
@media (min-width: 968px) {
  footer#main-footer .head .left {
    color: var(--color-base-light, #fff);
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-right: 29px;
  }
  footer#main-footer .head .left nav.sections {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 12px;
    max-width: 70vw;
    white-space: nowrap;
  }
  footer#main-footer .head .left nav.sections ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer#main-footer .head .left nav.sections ul li {
    display: inline;
  }
  footer#main-footer .head .left nav.sections ul li:not(:last-child) {
    padding-right: 12px;
  }
  footer#main-footer .head .left nav.sections ul li * {
    text-decoration: none;
  }
  footer#main-footer .content {
    flex-direction: row;
    height: 55px;
  }
  footer#main-footer
    .content
    > :not(:only-child):not(.eo-free):not(:first-child) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  footer#main-footer .content .rights-reserved {
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    padding: 0;
  }
  footer#main-footer .content .sections {
    display: none;
  }
  footer#main-footer .content .external-logos {
    height: 39px;
    justify-content: flex-end;
    padding: 0 6px 0 0;
  }
  footer#main-footer .content .social-media {
    border-left: 1px solid var(--color-accent, #000);
    flex-direction: row;
    font-family: var(--font-source-sans-pro);
    font-size: 11px;
    gap: 12px;
    justify-content: flex-end;
    margin: 0;
    max-height: 55px;
    padding-left: 12px;
    padding-right: 9px;
    width: auto;
  }
  footer#main-footer .content .social-media-header {
    font-size: 10px;
    margin: 0;
  }
  footer#main-footer .content .social-media-links {
    flex-wrap: nowrap;
    gap: 11px;
    justify-content: normal;
  }
  footer#main-footer .content .social-media-links a {
    height: 35px;
    width: 35px;
  }
}
