:root {
  --rojo: #d52121;
}
body {
  margin-bottom: -3rem !important;
}
.o-content--full {
  margin-top: 0 !important;
}
.c-header__options__link {
  display: none !important;
}
.c-detail--special {
  margin-top: 0 !important;
}
.c-detail__data {
  display: none !important;
}
.c-header__custom__logo {
  max-width: 15rem !important;
}
.c-header__custom__text {
  font-size: 0.9rem !important;
  font-weight: 290 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}
.c-header__user__nav {
  display: none;
}
.o-content,
.o-content--full {
  width: 100%;
  max-width: 100% !important;
  margin-top: -2rem;
}
.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;
}
.multimedia.cover {
  max-width: 100% !important;
}
.anim-fromLeft .cover-over {
  animation: move-box-left 2.5s ease;
}
.cover.special-anim.anim-fromLeft .cover-over {
  opacity: 1 !important;
}
.cover .cover-over {
  width: 45vw !important;
}
.multimedia.cover .content-title-h1 {
  font-size: 4vw !important;
  line-height: 1.2 !important;
}

.c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !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__top,
.c-detail__data {
  display: none !important;
}
.c-detail__content {
  margin: 0 auto !important;
}

.content-title-h1 {
  font-size: 9rem;
  line-height: 8rem;
}
.composite-richtext.two-columns {
  gap: 11.5rem;
}
.espacio-escritorio {
  margin-bottom: 6rem;
}
.composite-richtext {
  max-width: 99rem;
  margin: 0 auto !important;
}
.composite-richtext p a {
  color: var(--rojo);
}
.content-title-h1 {
  font-size: 7rem;
  font-weight: 700;
  font-size: 6rem;
  margin-bottom: 6rem;
  margin-top: 6rem;
  line-height: 5rem;
}
.c-freehtml {
  width: 100% !important;
}
.c-freehtml .article-picture {
  max-width: 99rem !important;
  margin: 0 auto !important;
}
.composite-incolumns {
  width: 100% !important;
}
.composite-incolumns .content-title-h1 {
  flex: 1;
}
.composite-incolumns .paragraph {
  padding: 0 5rem;
}
#imagen-especial-steffner-movil {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cover .cover-over {
    width: 100% !important;
  }
  #m10359-10358-10360 {
    display: block;
  }
  .multimedia.cover .content-title-h1 {
    font-size: 3rem !important;
    color: black;
  }
  .composite-richtext,
  .c-freehtml .article-picture {
    padding: 0 1.5rem !important;
  }
}
#m856-855-857 {
  display: flex;
  flex-direction: column-reverse;
}
#m10359-10358-10360 figure img {
  margin-left: 0px !important;
}
#m10359-10358-10360 figure p {
  margin: 0px !important;
}

@keyframes move-box-left {
  0% {
    transform: translateX(-200rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
