body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  background-color: #000;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-family: "Mulish", sans-serif !important;

}

.o-content--full {
  position: relative;
  z-index: 9;
}

.cupra-landing {
  position: relative;
  background-color: #000;
  margin-top: -30px;
}



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

@keyframes opacity {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}


.cupra-intro {
  position: relative;
}

@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.cupra-title-block {
  padding: 40px 20px 0;
  top: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
}


.cupra-title-h1 {
  color: var(--Bronce, #F2A678);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.14px;
  max-width: 700px;
  display: block;
  margin: 0 auto 12px;
  animation: appear 2s .5s both ease;
}

.cupra-title-h1 span {
  color: var(--Bronce, #F2A678);
}

.c-detail--special .c-detail__content .c-detail__body .cupra-title-h2 span,
.cupra-title-h2 span {
  font-weight: 800;
}

.c-detail--special .c-detail__content .c-detail__body .cupra-title-h2,
.cupra-title-h2 {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  max-width: 1150px;
  display: block;
  margin: 0 auto;
  animation: appear 2s 1s both ease;
  text-transform: none;
}
.c-detail--special .c-detail__content .c-detail__body .cupra-title-h2 b,
.cupra-title-h2 b{

  font-weight: 800;
}

.cupra-alayans {
  margin: -30px auto 30px;
  text-align: center;
  animation: appear 2s 1.5s both ease;
}

.cupra-alayans img {
  max-width: 164px;
  margin: 0 auto;
}

.cupra-alayans p {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.cupra-lead {
  padding: 0 20px;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  max-width: 1004px;
  animation: appear 2s 2s both ease;
}

.cupra-lead-p {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}

.cupra-lead-p span {
  color: var(--Bronce, #F2A678);
  font-weight: 800;
}

.cupra-body {
  padding: 0 20px;
  margin: 0 auto 48px;
  max-width: 640px;
}

@keyframes anima {
  from {
    scale: 0.8;
    transform: translateY(200px);
  }

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

.cupra-body .cupra-body-p {
  view-timeline: --scroll;
  animation: anima both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.cupra-body .cupra-body-p a {
  color: var(--Blanco, #FFF);
  font-weight: 600;
}

.cupra-body-p {
  color: var(--Blanco, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;

}

.cupra-body p b {
  font-weight: 600;
}

@keyframes opa {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-detail__embed .c-freehtml .cupra-title-h3,
.cupra-title-h3 {
  color: var(--Bronce, #F2A678);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  padding: 0 20px;
  margin: 0 auto 24px;
  max-width: 930px;
  text-align: center;
  view-timeline: --scroll;
  animation: opa both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 25%;
}

.cupra-backgrounds {
  margin-bottom: 32px;
  margin-top: 80px;
}

@keyframes right {
  from {
    transform: translateX(200px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes left {
  from {
    transform: translateX(-200px);
  }

  to {
    transform: translateY(0);
  }
}

.cupra-block {
  display: grid;
  margin-bottom: 48px;
  gap: 12px;
}

.cupra-block-right {
  view-timeline: --scroll;
  animation: right both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 20%;
}



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

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

.cupra-block img {
  order: 0;
  view-timeline: --scroll;
  animation: blur both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 40%;
}

.cupra-block-special img {
  view-timeline: --scroll;
  animation: blur both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 10%;
}

.cupra-block .cupra-block-column {
  order: 1;
}

.cupra-block .cupra-title-h4 {
  color: var(--Bronce, #F2A678);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
}

.cupra-block .cupra-body-p {
  margin-bottom: 5px;
  position: relative;
  left: 20px;
}

.cupra-block .cupra-body-p:before {
  content: "●";
  color: var(--Bronce, #F2A678);
  position: absolute;
  left: -19px;
}

.cupra-block-special {
  padding: 0;
  margin-bottom: 0;
}

.cupra-block-special img {
  margin-bottom: 0;
}

.cupra-block-special .cupra-block-column {
  background-color: var(--Bronce, #F2A678);
  padding: 32px 20px;
}

.cupra-block-special .cupra-title-h4 {
  color: var(--Negro, #2B2B2B);
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
}

.cupra-block-tabs {
  margin: 0 auto 40px;
  max-width: 1080px;
}

.cupra-block-special .cupra-body-p-special {
  color: var(--Negro, #2B2B2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.cupra-block-special .cupra-body-p-special b {
  font-weight: 700;
}

.cupra-tab-title {
  color: var(--Bronce, #F2A678);
  text-align: center;
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.22px;
  position: relative;
  margin: 20px 0 0;
}

.cupra-tab-info {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0 20px;
  position: relative;
  margin-top: 40px;
}

.cupra-tab-info p b {
  font-weight: 600;
}

.cupra-tab-info li::marker {
  color: var(--Bronce, #F2A678);
  font-size: 18px;
}

.cupra-tab-info:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  top: -20px;
  background: var(--Bronce, #F2A678);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cupra-tab-info ul {
  padding: 0 0 0 20px;
}

.cupra-tab-info ul li {
  margin-bottom: 5px;
}

.cupra-tab-info ul li:last-child {
  margin-bottom: 0;
}


/* Contenedor de los botones de las pestañas */
.cupra-tabs {
  display: grid;
  border-bottom: 2px solid var(--Bronce, #F2A678);
  margin-bottom: 20px;
  justify-content: space-between;
  grid-template-columns: 50% 50%;
}

/* Estilo por defecto de cada pestaña */
.cupra-tab {
  padding: 13px 23px;
  cursor: pointer;
  margin: 0;
  color: #fff;
  transition: all 0.3s ease;
}

/* Pestaña cuando está activa o cuando pasas el ratón por encima */
.cupra-tab:hover,
.cupra-tab.is-active {
  color: #000;
  background-color: var(--Bronce, #F2A678);
  /* Alinea perfectamente con el borde inferior */
}

/* LÓGICA DE MOSTRAR / OCULTAR CONTENIDO */
.cupra-content-tab {
  display: none;
  /* Oculto por defecto */
}

.cupra-content-tab.is-active {
  display: grid;
  /* Visible cuando tiene la clase activa */
  animation: fadeIn 0.4s ease;
  /* Pequeño efecto visual al cambiar */
}

/* Animación opcional para una transición suave */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

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

@media (min-width: 640px) {
  .cupra-title-h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.2px;
  }

  .c-detail--special .c-detail__content .c-detail__body .cupra-title-h2,
  .cupra-title-h2 {
    font-size: 32px;
    line-height: 38px;

  }

  .cupra-landing:after {
    background-size: 400px
  }
}

@media (min-width: 960px) {

  .cupra-title-h1 {
    font-size: 50px;
    line-height: 48px;
    letter-spacing: 0.2px;
  }

  .cupra-title-block {
    padding: 0;
    position: absolute;
    top: 5vw;
  }

  .cupra-alayans {
    margin: -75px auto 30px;
    display: flex;
    align-items: center;
    max-width: 400px;
  }

  .cupra-lead {
    padding: 0;
  }

  .cupra-lead-p {
    font-size: 26px;
    line-height: 42px;
  }

  .cupra-body {
    padding: 0;
  }

  .cupra-body-p {
    font-size: 18px;
    line-height: 30px;

  }

  .c-detail__embed .c-freehtml .cupra-title-h3,
  .cupra-title-h3 {
    font-size: 52px;
    line-height: 52px;

    margin: 0 auto 72px;
  }

  .cupra-backgrounds {
    margin-bottom: 72px;
  }

  .cupra-block .cupra-title-h4 {
    font-size: 32px;
    line-height: 36px;
  }

  .cupra-block-special .cupra-body-p-special {
    color: var(--Negro, #2B2B2B);
    font-family: Mulish;
    font-size: 18px;
    line-height: 26px;
  }

  .cupra-tab-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 116.667% */
    letter-spacing: -0.36px;
    margin: 0;
    text-align: right;
  }

  .cupra-tab-info {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    padding: 0;
    margin: 0;
  }

  .cupra-content-tab {
    grid-template-columns: calc(37% - 40px) calc(63% - 40px);
    display: grid;
    column-gap: 80px;
  }

  .cupra-content-tab img {
    grid-column: 1/3;
    margin-bottom: 40px;
  }

  .cupra-tab-info:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: inherit;
    margin: 0;
    top: 0;
    left: -40px;
  }

  .cupra-tab-info ul {
    padding: 0 0 0 70px;
  }

  .cupra-tab {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 100% */
  }

  .cupra-content-tab {
    display: none;
    /* Oculto por defecto */
  }

  .cupra-tabs {
    grid-template-columns: auto auto auto auto;
  }

  .cupra-block-tabs {
    margin: 0 auto 80px;
  }

  .cupra-block {
    margin-bottom: 80px;
  }
}

@media (min-width: 1080px) {
  .cupra-block {
    padding: 0;
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 12px;
    align-items: center;
  }

  .cupra-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cupra-block .cupra-block-images:first-of-type {
    grid-row: 1 / 3;
  }


  .cupra-block-left .cupra-block-column {
    padding-right: 100px;
  }

  .cupra-block-right .cupra-block-column {
    padding-left: 100px;
    padding-top: 50px;
  }

  .cupra-block.cupra-block-left.margin,
  .cupra-block.cupra-block-left.margin img {
    margin: 0;
  }

  .cupra-block-right {
    grid-template-columns: minmax(0, 460px) minmax(600px, 1fr);
  }

  .cupra-block-right img {
    order: 1;
    margin: 0;
    object-fit: cover;
    height: 100%;
  }

  .cupra-block-special {
    margin-top: 88px;
  }

  .cupra-block.cupra-block-left.cupra-block-special {
    background-color: var(--Bronce, #F2A678);
  }
}


@media (min-width: 1280px) {
  .cupra-title-block {
    padding: 0;
    position: absolute;
    top: 7vw;
  }

  .cupra-backgrounds img {
    display: none;
  }

  .cupra-backgrounds {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    width: 100vw;
  }

  .cupra-backgrounds-one {
    background-image: url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra/assets/cupra-img-1-1.jpg);
  }

  .cupra-backgrounds-two {
    background-image: url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra/assets/cupra-img-4.jpg);
  }

  .cupra-backgrounds-three {
    background-image: url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra/assets/cupra-img-5.jpg);
  }

  .cupra-backgrounds-four {
    background-image: url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra/assets/cupra-img-6.jpg);
  }

  .cupra-landing:after {
    top: -122px;
    background-size: 500px;
    height: calc(100vh + 120px);
  }
}

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

.cupra-block.cupra-block-left.cupra-block-special {
  gap: 0;
}

@media (min-width: 1080px) {
  .cupra-block-left .cupra-block-column {
    padding: 20px;
  }

  .cupra-block-left .cupra-block-column {
    padding: 20px 20px 20px 50px;
  }
}

.cupra-block.cupra-block-left.cupra-block-special img {
  grid-row: 1;
}

.cupra-block-images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.cupra-block-images img {
  scale: 1;
  rotate: 0;
  transition: all .3s;
}

.cupra-block-images:hover img {
  scale: 1.1;
  rotate: 1deg;
}

.cupra-block-special {
  view-timeline: --scroll;
  animation: left both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 10%;
}

body .c-detail__google {
  display: none;
}

@keyframes zindex {
  from{
    z-index: 4;
  }
  to{
    z-index: 10;
  }
}

body .c-header__nav,
body .c-header {
  animation: zindex 0s 1.5s both ease;
}