* {
  margin: 0;
  box-sizing: border-box;
  color: #2B2B2B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

.jaecoo-intro-image.desktop {
  display: none;
}

.jaecoo-intro-image {
  display: block;
  width: 100%;
  height: auto;
}

.jaecoo-intro {
  position: relative;
  margin-bottom: 40px;
}

.jaecoo-intro-text {
  position: absolute;
  top: 9%;
  padding: 0 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.jaecoo-h1 {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  margin-bottom: 4px;
  animation: opacity 1.5s .5s both ease;
}

.jaecoo-h1 b {
  font-weight: 600;
  color: var(--Blanco, #FFF);
}

.jaecoo-h2 {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.22px;
  animation: opacity 1.5s .7s both ease;

}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.jaecoo-resume {
  padding: 0 30px;
  margin: 0 auto 32px;
  max-width: 1080px;
  animation: opacity 1.5s 1s both ease;

}

.jaecoo-alayans img {
  max-width: 224px;
}

.jaecoo-resume-p {
  color: var(--Negro, #2B2B2B);
  text-align: center;
  font-family: Merriweather;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.jaecoo-resume-p {
  color: var(--Negro, #2B2B2B);
  text-align: center;
  font-family: Merriweather;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.jaecoo-resume-p b {
  font-weight: 700;
}

.jaecoo-alayans {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 0 auto 40px;
  flex-wrap: wrap;
  padding: 0 30px;
  animation: opacity 1.5s 1.2s both ease;

}

.jaecoo-alayans-p {
  color: var(--Negro, #2B2B2B);
  text-align: center;
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.jaecoo-p {
  color: var(--Negro, #2B2B2B);
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 680px;
  margin: 0 auto 20px;
  padding: 0 30px;
}

.jaecoo-p a {
  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;
}

.jaecoo-p,
.jaecoo-cars,
.jaecoo-blockqoute,
.mySwiper,
.mySwiper2,
body .c-detail__embed .c-freehtml .jaecoo-h3,
.jaecoo-body-img-block,
.jaecoo-moods,
.jaecoo-mosaic,
.jaecoo-img-body.final {
  view-timeline: --scroll;
  animation: anima both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 35%;
}

@keyframes anima {
  0% {
    opacity: 0;
    scale: .8;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
  }
}


.jaecoo-blockqoute {
  padding: 16px 30px;
  border-top: 1px dashed #B6B7B8;
  border-bottom: 1px dashed #B6B7B8;
  color: var(--Verde, #488EB1);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin: 40px auto;
  max-width: 860px;
}

body .c-detail__embed .c-freehtml .jaecoo-h3 {
  color: var(--Verde, #488EB1);
  font-family: Oswald;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  max-width: 680px;
  margin: 0 auto 20px;
  padding: 0 30px;
}

.jaecoo-moods {
  display: flex;
  padding: 20px 16px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(72, 142, 177, 0.10);
  max-width: calc(100% - 60px);
  margin: 0 auto 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.jaecoo-mood {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px dashed #B6B7B8;
}

.jaecoo-mood:first-child {
  padding-top: 0;
}

.jaecoo-mood:last-child {
  padding-bottom: 0;
  border: none;
}

.jaecoo-mood p {
  color: var(--Negro, #2B2B2B);
  text-align: center;
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.jaecoo-body {
  perspective: 200px;
  perspective-origin: 50% 30%;
}

.jaecoo-body-img-block {
  margin-bottom: 32px;
}

.jaecoo-body-img-block .jaecoo-img-body {
  margin-bottom: 5px;
}

.jaecoo-img-body {
  display: block;
  margin: 40px auto;
  max-width: 860px;
  padding: 0 30px;
  width: 100%;
}

.jaecoo-img-body.final {
  max-width: inherit;
  max-height: 100vh;
  object-fit: cover;
  padding: 0;
}

.jaecoo-body-img-block p {
  max-width: 860px;
  color: #616162;
  font-family: Merriweather;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin: 8px auto 0;
  padding: 0 30px;
}

.jaecoo-mosaic {
  display: grid;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto 40px;
}

.jaecoo-mosaic img {
  display: block;
  width: 100%;
  height: auto;
}

.jaecoo-cars {
  border-radius: 8px;
  background: rgba(72, 142, 177, 0.10);
  padding: 24px 0;
}

h4.jaecoo-h4 {
  color: var(--Verde, #488EB1);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

h5.jaecoo {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: var(--Verde, #488EB1);
  padding: 8px 0;
  margin: 0 30px 15px;
}

h6.jaecoo-h6 {
  color: var(--Negro, #2B2B2B);
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}

.jaecoo-cars-block:last-child {
  margin-top: 24px;
}

.mySwiper2 {
  margin-left: 30px;
}


@media (min-width: 768px) {
  .jaecoo-h1 {
    font-size: 52px;
    line-height: 58px;
    letter-spacing: -1.56px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .jaecoo-h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }

  .jaecoo-intro-text {
    padding: 0 40px;
  }

  .jaecoo-intro {
    margin-bottom: 56px;
  }

  .mySwiper2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev,
  .mySwiper3 .swiper-button-next,
  .mySwiper3 .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 960px) {
  .jaecoo-mosaic {
    grid-template-columns: minmax(0, 760px) minmax(0, 510px);
    margin: 60px auto;
  }

  .jaecoo-mosaic img:first-child {
    grid-row: 1/3;
    grid-column: 1;
    object-fit: cover;
    height: 100%;
  }

  .jaecoo-mosaic img:nth-child(2) {
    grid-column: 2;
    grid-row: 1/2;
  }

  .jaecoo-mosaic img:nth-child(3) {
    grid-column: 2;
    grid-row: 2/3;
  }

  .jaecoo-intro-image.desktop {
    display: block;
  }

  .jaecoo-intro-image.mobile {
    display: none;
  }

  .jaecoo-cars {
    margin: 50px auto;
    display: grid;
    align-items: flex-start;
    overflow: hidden;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    column-gap: 24px;
    padding: 24px;
  }

  h4.jaecoo-h4 {
    grid-column: 1/3;
    font-size: 25px;
    line-height: 25px;
  }

  .jaecoo-cars-block:last-child {
    margin-top: 0;
  }

  .mySwiper2 {
    margin-left: 0;
    margin-right: 0;
  }

  h5.jaecoo {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
  }

  h6.jaecoo-h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 1080px) {
  .jaecoo-mood {
    margin-bottom: 0;
    border: none;
    padding: 0;
    position: relative;
  }

  .jaecoo-mood::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: -20px;
    top: 0;
    border-right: 1px dashed #B6B7B8;
  }

  .jaecoo-mood:last-child:after {
    display: none;
  }

  .jaecoo-moods {
    max-width: 1080px;
    display: grid;
    grid-template-columns: 131px 104px 62px 104px 102px 92px 109px;
    justify-content: space-between;
    align-items: center;
    margin: 48px auto;
    padding: 24px;
  }

  .jaecoo-resume,
  .jaecoo-p,
  body .c-detail__embed .c-freehtml .jaecoo-h3 {
    padding: 0;
  }

  .jaecoo-resume-p {
    font-size: 22px;
    line-height: 36px;
  }

  .jaecoo-p {
    font-size: 18px;
    line-height: 32px;
  }

  .jaecoo-blockqoute {
    padding: 30px 0;
    font-size: 25px;
    line-height: 36px;
    margin: 40px auto;
  }

  body .c-detail__embed .c-freehtml .jaecoo-h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .jaecoo-mood p {
    font-size: 22px;
    line-height: 24px;
  }

  .jaecoo-alayans {
    margin: 0 auto 56px;
  }

  .jaecoo-resume {
    margin: 0 auto 40px;

  }

  .jaecoo-body-img-block p {
    font-size: 14px;
    line-height: 14px;
  }

}

.mySwiper {
  margin: 0 auto 60px;
  max-height: 100vh;
}

.mySwiper img,
.mySwiper2 img,
.mySwiper3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next svg,
.swiper-button-prev svg,
.swiper-button-next svg path,
.swiper-button-prev svg path {
  fill: #fff;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  margin-top: 10px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A3A1A1;
}

span.swiper-pagination-bullet {
  border: 1px solid #A3A1A1;
  background: #fff;
  opacity: 1;
}

body .jaecoo .mySwiper .swiper-button-next,
body .jaecoo .mySwiper .swiper-button-prev,
body .jaecoo .mySwiper2 .swiper-button-next,
body .jaecoo .mySwiper2 .swiper-button-prev,
body .jaecoo .mySwiper3 .swiper-button-next,
body .jaecoo .mySwiper3 .swiper-button-prev {
  display: none;
}

body .jaecoo .mySwiper .swiper-button-next:after,
body .jaecoo .mySwiper .swiper-button-prev:after,
body .jaecoo .mySwiper2 .swiper-button-next:after,
body .jaecoo .mySwiper2 .swiper-button-prev:after,
body .jaecoo .mySwiper3 .swiper-button-next:after,
body .jaecoo .mySwiper3 .swiper-button-prev:after {
  display: none;
}


body .jaecoo .mySwiper .swiper-button-prev .swiper-navigation-icon,
body .jaecoo .mySwiper2 .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}


.mySwiper .swiper-slide,
.mySwiper .swiper-wrapper {
  max-height: 100vh;
  height: inherit;
}

@media (min-width: 768px) {

  body .jaecoo .mySwiper2 .swiper-button-next:after,
  body .jaecoo .mySwiper2 .swiper-button-prev:after,
  body .jaecoo .mySwiper3 .swiper-button-next:after,
  body .jaecoo .mySwiper3 .swiper-button-prev:after {
    display: none;
  }

  body .jaecoo .mySwiper .swiper-button-next,
  body .jaecoo .mySwiper .swiper-button-prev {
    display: block;
  }
}


.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;
}