* {
  margin: 0;
  font-family: "Mulish", sans-serif;
  box-sizing: border-box;
}

.desktop {
  display: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.vw-intro {
  position: relative;
}

.vw-intro-text {
  position: absolute;
  top: 0;
  text-align: center;
  padding: 30px;
  width: 100%;
}

h1.vw-h1 {
  color: var(--Blanco, #fff);
  text-align: center;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px; /* 106.25% */
  letter-spacing: 0.16px;
  margin-bottom: 12px;
}

h2.vw-h2 {
  color: var(--Blanco, #fff);
  text-align: center;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}

p.vw-resume-p span {
  color: #074d84;
  font-weight: 800;
}

p.vw-resume-p {
  color: var(--Negro, #2b2b2b);
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.vw-resum {
  margin: 32px auto;
  padding: 0 30px;
  text-align: center;
  max-width: 920px;
}

.vw-alayans {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 32px auto;
}

.vw-alayans p {
  color: var(--Negro, #2b2b2b);
  text-align: center;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.vw-alayans img {
  max-width: 58px;
}

p.vw-body-p {
  color: var(--Negro, #2b2b2b);

  /* M/Texto/General */
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0 30px;
  margin: 32px auto;
  max-width: 640px;
}

p.vw-body-p a {
  color: var(--Negro, #2b2b2b);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-color: #2b2b2b;
  transition: all 0.3s;
}

p.vw-body-p a:hover {
  text-decoration-color: transparent;
}

p.vw-body-p b {
  color: var(--Negro, #2b2b2b);
  font-weight: 600;
}

.vw-body-block-img {
  display: block;
  margin: 32px auto;
  max-width: 1080px;
  width: 100%;
  padding: 0 30px;
}

.c-detail__embed .c-freehtml h3.vw-body-h3 {
  color: #074d84;
  font-family: Mulish;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px; /* 121.429% */
  padding: 0 30px;
  margin: 32px auto;
  max-width: 640px;
}

.vw-block.vw-block-left.vw-block-special {
  background: #074d84;
}

p.vw-body-p-special {
  color: var(--Fondo, #fffef6);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.vw-block-column {
  padding: 24px 30px 40px;
}

p.vw-body-p-special a {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-color: #fff;
  transition: all 0.3s;
}

p.vw-body-p-special a:hover {
  text-decoration-color: transparent;
}

p.vw-body-p-special b {
  font-weight: 800;
}

a.vw-button {
  border: none;
  padding: 12px 20px;
  background: #fff;
  display: block;
  width: fit-content;
  color: #074d84;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 40px auto 0;
  border-radius: 2px;
  text-decoration: none;
}

.vw-block.vw-block-left.vw-block-special img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vw:after {
  content: "";
  width: 100%;
  height: calc(100vh + 60px);
  position: absolute;
  background: white url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/tiguan/assets/tigual_logoVW.png) center center no-repeat;
  top: -60px;
  visibility: visible;
  opacity: 1;
  animation: opacity 1.5s 1s both ease;
  background-size: calc(100% - 65vw);
}

@media (min-width: 640px) {
  h1.vw-h1 {
    font-size: 50px;
    line-height: 50px; /* 100% */
    letter-spacing: 0.25px;
    margin-bottom: 16px;
  }

  h2.vw-h2 {
    font-size: 34px;
    line-height: 34px; /* 100% */
  }
}

@media (min-width: 768px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .vw:after {
    background-size: calc(100% - 89vw);
  }
}

@media (min-width: 980px) {
  .vw-intro-text {
    padding: 73px 30px 30px 30px;
  }
  .vw-resum,
  p.vw-body-p,
  .c-detail__embed .c-freehtml h3.vw-body-h3,
  .vw-body-block-img {
    padding: 0;
  }

  p.vw-resume-p {
    font-size: 30px;
    line-height: 44px; /* 146.667% */
  }

  .vw-alayans p {
    font-size: 16px;
  }
  p.vw-body-p {
    font-size: 20px;
    line-height: 32px;
  }
  .c-detail__embed .c-freehtml h3.vw-body-h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .vw-block.vw-block-left.vw-block-special {
    display: grid;
    grid-template-columns: minmax(600px, 1fr) minmax(0, 480px);
    align-items: center;
  }
  a.vw-button {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    padding: 16px 24px;
  }
  p.vw-body-p-special {
    font-size: 22px;
    line-height: 32px;
  }
  .vw-block-column {
    padding: 56px;
  }
}
body{

  animation: over 1.5s 1s both ease;

}

@keyframes over {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

p.vw-body-p,
p.vw-body-p,
.c-detail__embed .c-freehtml h3.vw-body-h3,
.vw-body-block-img,
.vw-block.vw-block-left.vw-block-special {
  view-timeline: --scroll;
  animation-name: anima;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

@media (min-width: 1300px) {
  p.vw-body-p,
  p.vw-body-p,
  .c-detail__embed .c-freehtml h3.vw-body-h3,
  .vw-body-block-img{
    view-timeline: --scroll;
    animation-name: anima2;
    animation-timeline: --scroll;
    animation-range: entry 0 cover 30%;
  }
}


@keyframes anima {
  0% {
    visibility: hidden;
    transform: translateX(-200px);
  }
  100% {
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes anima2 {
  0% {
    scale: 1.2;
    transform: translateY(200px);
  }
  100% {
    scale: 1;
    transform: translateY(0);
  }
}

.w-fullscreen .c-detail--special .c-detail__content .c-detail__body{
  max-width: inherit;
  width: 100%;
}
.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;
}