body {
  margin-bottom: -1rem;
}
.c-header {
  position: relative;
}
.c-header__options__link {
  display: none !important;
}
.c-header__brand__logo {
  filter: invert(1);
}
.c-detail--special {
  margin-top: 0 !important;
}
.c-detail__data {
  display: none !important;
}
.c-header__custom__logo {
  max-width: 12rem !important;
}
.c-header__custom__text {
  font-family: "Roboto" !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.c-header__nav-btn .hamburger-inner,
.c-header__nav-btn .hamburger-inner:before,
.c-header__nav-btn .hamburger-inner:after {
  background-color: #000 !important;
}
.c-header__user__nav {
  display: none;
}
.o-content,
.o-content--full {
  width: 100%;
  max-width: 100% !important;
}
.c-detail {
  padding: 0 !important;
}
.c-detail--special {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  grid-gap: 0;
}
.o-section {
  padding-bottom: 0 !important;
}
.c-detail__body {
  padding-bottom: 0 !important;
}
.c-detail__body > * {
  /* padding: 0 !important; */
  box-sizing: border-box;
}
.c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !important;
  text-align: center !important;
}
.c-detail__embed:last-of-type {
  margin-bottom: 0 !important;
}
.c-detail__embed__code {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}
.c-detail__embed__code > div {
  width: 100%;
}
.c-detail__content {
  margin: 0 auto !important;
}
footer {
  display: none !important;
}

.c-detail__body > * {
  box-sizing: border-box;
}
.composite-incolumns {
  max-width: 99rem !important;
}
.composite-incolumns > * {
  flex: 1;
}
.composite-richtext {
  max-width: 65rem !important;
  padding: 1.5rem !important;
}
.composite-richtext p a {
  text-decoration: underline;
  color: #dd792d;
}
.c-paragraph {
  max-width: 65rem !important;
  padding: 0 2.5rem !important;
}

.texto-apertura {
  width: 90vw !important;
}
.pie {
  padding: 5rem 10rem !important;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {
  .texto-apertura {
    width: 50vw !important;
  }
}