body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./fonts/LabGrotesque-Thin-subset.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./fonts/LabGrotesque-Light-subset.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./fonts/LabGrotesque-Regular-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./fonts/LabGrotesque-Medium-subset.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./fonts/LabGrotesque-Bold-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("./fonts/LabGrotesque-Black-subset.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TiemposText";
  src: url("./fonts/TiemposText-Regular-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TiemposText";
  src: url("./fonts/TiemposText-Bold-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TiemposText";
  src: url("./fonts/TiemposText-RegularItalic-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TiemposText";
  src: url("./fonts/TiemposText-BoldItalic-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

h1,
h3,
p {
  margin: 0;
}


.abertis-h1-pre {
  color: var(--Azul, #B81F21);
  text-align: center;
  font-family: "LabGrotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0 auto 16px;
  max-width: 960px;
  animation: show 1s .5s both linear;

}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code .c-freehtml .abertis-h1 {
  color: var(--Negro, #111);
  text-align: center;
  font-family: "LabGrotesque";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: 0.32px;
  padding: 0 20px;
  max-width: 1080px;
  margin: 0 auto 24px;
  animation: show 1s 1s both linear;
  text-transform: none;

}

.abertis-lead {
  color: var(--Negro-BI, #1E1E1E);
  text-align: center;
  font-family: "LabGrotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 20px;
  margin: 0 auto 32px;
  max-width: 920px;
  animation: show 1s 1.5s both linear;;

}

.abertis-p {
  font-style: normal;
  color: var(--Negro, #111);
  font-family: "TiemposText";
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  padding: 0 20px;
  max-width: 640px;
  margin: 0 auto 25px;
}

.abertis-p i {
  font-style: italic;
}

.abertis-p b {
  font-weight: 600;
}

.abertis-p a {
  color: var(--Negro, #111);
  font-style: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.abertis-blockquote {
  color: var(--Negro-BI, #1E1E1E);
  text-align: center;
  font-family: "LabGrotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px auto;
  max-width: 900px;
}

.abertis-blockquote svg {
  margin-bottom: 18px;
  width: 100%;
}

.abertis-h3 {
  color: var(--Azul, #B81F21);
  font-family: "TiemposText";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 0 20px;
  margin: 0 auto 16px;
  max-width: 640px;

}

.abertis-contain-img {
  position: relative;
}

.abertis-main-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}

.abertis-img-footer {
  color: #FFF;
  text-align: right;
  font-family: "LabGrotesque";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  position: absolute;
  right: 10px;
  bottom: 7px;
  z-index: 1;
}

.abertis-contain-img.desktop {
  display: none;
}

@media (min-width: 768px) {
  .abertis-contain-img.desktop {
    display: block;
  }

  .abertis-contain-img.mobile {
    display: none;
  }

  .abertis-h1-pre {
    margin: 16px auto;
  }
}


@media (min-width: 1080px) {
  .abertis-h1-pre {
    font-size: 20px;
    line-height: 130%;
    padding: 0;
  }

  .c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code .c-freehtml .abertis-h1 {
    font-size: 52px;
    line-height: 64px;
    padding: 0;
    letter-spacing: 0.52px;
  }

  .abertis-lead {
    font-size: 26px;
    font-weight: 400;
    padding: 0;
    line-height: 150%;
  }

  .abertis-p {
    font-size: 20px;
    line-height: 170%;
    padding: 0;
  }

  .abertis-blockquote {
    font-size: 30px;
    line-height: 140%;
    padding: 0;
    margin: 40px auto 72px;
  }

  .abertis-blockquote svg {
    margin-bottom: 18px;
    width: 100%;
    padding: 0;
  }

  .abertis-h3 {
    font-size: 28px;
    line-height: 130%;
    padding: 0;
    margin: 0 auto 16px;

  }

  .abertis-img-footer {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
  }

  .abertis-main-image {
    margin-bottom: 64px;
  }
}

.abertis-p,
.abertis-blockquote,
.abertis-h3{
  view-timeline: --scroll;
  animation: opacity both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.abertis-main-image{
  view-timeline: --scroll;
  animation: blur both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 40%;
}

.abertis-contain-img.mobile{
  animation: blur 1s .3s both linear;
}

.abertis-contain-img.desktop{
  animation: blur 1s .3s both linear;
}

.abertis-main-image.last{
  animation-range: entry 0 cover 10%;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    scale: 1.4;
    transform: translateY(200px);
  }

  to {
    scale: 1;
    transform: translateY(0);
  }
}

@keyframes blur {
  from {
    filter: blur(9px) grayscale(100%);
  }

  to {
    filter: blur(0) grayscale(0);
  }
}

.c-detail__body .c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !important;
}

.c-detail__body .c-detail__embed:last-of-type {
  margin-bottom: 0 !important;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code>div {
  width: 100%;
}

.c-detail--special .c-detail__content .c-detail__body {
  max-width: inherit;
  margin-top: -9px;
}

.c-detail--special .c-detail__content .c-detail__data {
  display: none;
}