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

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    scale: 1;
  }
}


@keyframes scale {
  from {
    scale: 0.5;
  }

  to {
    scale: 1;
  }
}

@keyframes right {
  from {
    transform: translateX(140%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes left {
  from {
    transform: translateX(-140%);
  }

  to {
    transform: translateX(0);
  }
}

.desktop {
  display: none;
}

.seat {
  background: #092021;
  overflow-x: clip;
  margin-top: -34px;
}

.seat-body-container {
  background: #092021;
  position: relative;
  z-index: 2;
  padding: 40px 0 60px;
}

.seat-hero {
  margin-bottom: -60px;
  animation: opacity 2s 1s both ease-out;
}

.seat-title {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  animation: opacity 2s 2s both ease-out;

}


.seat-h1 {
  color: var(--Azul, #66E2BA);
  text-align: center;
  font-family: Mulish;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: 0.17px;
  margin-bottom: 5px;
}

.seat-h2 {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.13px;
  padding-bottom: 16px;
  margin-bottom: 12px;
  position: relative;
}

.seat-h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.seat-h3 {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;

}

.seat-alayans {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
  animation: opacity 2s 3s both ease-out;

}

.seat-alayans img {
  max-width: 89px;
}

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

}

.seat-body {
  padding: 0 20px 30px;
}

.seat-p {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

.seat-p:last-child {
  margin-bottom: 0;
}

.seat-p a {
  color: var(--Azul, #66E2BA);
  font-weight: 600;
  line-height: 26px;
  font-size: 18px;
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.seat-p b {
  font-weight: 600;
  font-size: 18px;

}

.seat-lead {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.seat-lead:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.seat-lead span {
  color: var(--Azul, #66E2BA);
  font-weight: 600;
}

.seat-h4 {
  color: var(--Azul, #66E2BA);
  font-family: Mulish;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;

  position: relative;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.seat-h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.seat-blocks {
  display: grid;
  gap: 24px;
  view-timeline-name: --crawl-timeline;
  animation: enter linear both;
  animation-timeline: --crawl-timeline;
  animation-range: entry 0% cover 40%;
}

.seat-block {
  border-radius: 8px;
  background: var(--Azul, #66E2BA);
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.seat-h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--Fondo, #092021);
}

.seat-h5 {
  color: var(--Fondo, #092021);
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  text-align: center;
}

.seat-block-p {
  color: var(--Fondo, #092021);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.seat-body img {
  border-radius: 8px;
  margin-bottom: 24px;
  view-timeline-name: --crawl-timeline;
  animation: enter linear both;
  animation-timeline: --crawl-timeline;
  animation-range: entry 0% cover 40%;
}

.seat-h6 {
  color: var(--Azul, #66E2BA);
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
  view-timeline-name: --crawl-timeline;
  animation: enter linear both;
  animation-timeline: --crawl-timeline;
  animation-range: entry 0% cover 40%;
}

.seat-h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.seat-body.full {
  background: var(--Azul, #66E2BA);
  padding: 32px 20px;
}

.full .seat-h4 {
  color: var(--Fondo, #092021);
}

.full .seat-p {
  color: var(--Fondo, #092021);
  position: relative;
  padding-bottom: 12px;
}

.full .seat-p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}

.full .seat-h4:after,
.full .seat-p:after {
  background-color: var(--Fondo, #092021);/
}

.seat-price {
  border-radius: 8px;
  background: var(--Azul, #66E2BA);
  color: var(--Fondo, #092021);
  text-align: center;
  font-family: Mulish;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.seat-price span {
  color: var(--Fondo, #092021);
  text-align: center;
  font-family: Mulish;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.seat-finance {
  color: var(--Azul, #66E2BA);
  text-align: center;
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.seat-finance:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.seat-finance-price-block {
  display: grid;
  gap: 16px;
  align-items: center;
}

.seat-finance-price-p {
  color: var(--Azul, #66E2BA);
  text-align: center;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.seat-finance-price-p span {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.seat-final {
  position: relative;
  z-index: 1;
}

.seat-final-text {
  display: flex;
  width: 375px;
  padding: 32px;
  flex-direction: column;
  background: #66E2BA;
  width: 100%;
}

.seat-final-text-title {
  color: var(--Fondo, #092021);
  font-family: Mulish;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
  margin-bottom: 24px;
}

.seat-final-text-p {
  color: var(--Fondo, #092021);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.seat-final-text-p b {
  font-weight: 600;
}

.seat-right {
  perspective: 200px;
}

@keyframes enter {
  from {
    transform: rotateX(25deg) translateY(100%);
    opacity: 0;
    visibility: hidden;
  }

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

.seat-p {
  view-timeline-name: --crawl-timeline;
  animation: enter linear both;
  animation-timeline: --crawl-timeline;
  animation-range: entry 0% cover 40%;
}

.seat-left {
  view-timeline-name: --scroll;
  animation: left linear both;
  animation-timeline: --scroll;
  animation-range: entry 0% cover 40%;
}

.seat-body.special .seat-right .seat-p {
  margin-bottom: 32px;
}


.seat-body-full-container {
  position: relative;
  background: var(--Azul, #66E2BA);
  padding: 48px 0;
}

.seat-background {
  width: 100%;
  aspect-ratio: 32 / 15;
  overflow: hidden;
  view-timeline-name: --crawl-timeline;
  animation: enter linear both;
  animation-timeline: --crawl-timeline;
  animation-range: entry 0% entry 100%, entry 100%;
}

.seat-info {
  view-timeline-name: --crawl-timeline;
  animation: enter linear both;
  animation-timeline: --crawl-timeline;
  animation-range: entry 0% cover 40%;
}

.seat-final {
  view-timeline-name: --crawl-timeline;
  animation: enter linear both;
  animation-timeline: --crawl-timeline;
  animation-range: entry 0% cover 40%;
}

@media (min-width: 960px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }

  .seat-hero {
    margin-bottom: -20%;
  }

  .seat-title {
    padding: 0 40px;
  }

  .seat-h1 {
    font-size: 58px;
    line-height: 46px;
    letter-spacing: 0.29px;
  }

  .seat-h2 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.2px;
  }

  .seat-h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .seat-alayans {
    gap: 16px;
    margin-bottom: 64px;
  }

  .seat-alayans img {
    max-width: 132px;
  }

  .seat-body {
    margin: 0 auto 88px;
    max-width: 1080px;
    display: grid;
    column-gap: 64px;
    grid-template-columns: minmax(0, 376px) minmax(0, 640px);
  }

  .seat-lead {
    font-size: 28px;
    line-height: 40px;
  }

  .seat-p,
  .seat-p a,
  .seat-p b {
    font-size: 20px;
    line-height: 30px;
  }

  .seat-h4 {
    font-size: 40px;
    line-height: 46px;
    position: sticky;
    top: 70px;
  }

  .seat-lead{
  position: sticky;
    top: 70px;
  }

  .seat-h5 {
    font-size: 22px;
    line-height: 22px;
  }

  .seat-block-p {
    font-size: 18px;
    line-height: 26px;
  }

  .seat-blocks {
    grid-template-columns: minmax(0, 250px) minmax(0, 366px);
    gap: 24px;

  }

  .seat-block:last-child {
    grid-column: 1/3;
  }

  .seat-body.special .seat-right .seat-p {
    margin-bottom: 40px;
  }

  .full .seat-p,
  .full .seat-p b {
    font-size: 18px;
    line-height: 26px;
  }

  .seat-price {
    font-size: 48px;
    line-height: 48px;
  }

  .seat-finance-price-block {
    display: flex;
    justify-content: space-between;
  }

  .seat-info {
    margin-top: 48px;
  }

  .seat-price {
    margin-bottom: 32px;
  }

  .seat-background {
    margin-bottom: 72px;
  }

  .seat-final-text {
    position: absolute;
    top: 0;
    right: 6%;
    max-width: 300px;
    height: 100%;
    display: flex;
    width: 375px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    background: #66E2BA;
    width: 100%;
  }

  .seat-final-text-title {
    font-size: 32px;
    line-height: 36px;
    /* 112.5% */
  }

  .seat-final-text-p {
    font-size: 20px;
    line-height: 30px;
    /* 150% */
  }
}

@media (min-width: 1080px) {
  .seat-body {
    padding: 0;
  }

  .seat-body.full {
    padding: 48px 0;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .seat-h4, .seat-lead {
    top: 140px;
  }
}

.c-detail--special .c-detail__content .c-detail__body .seat-h2 {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.13px;
  padding-bottom: 16px;
  margin-bottom: 12px;
  position: relative;
}

.c-detail--special .c-detail__content .c-detail__body .seat-h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.c-detail--special .c-detail__content .c-detail__body .seat-h3 {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;

}

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

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

@media (min-width: 960px) {
  .c-detail--special .c-detail__content .c-detail__body .seat-h2 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.2px;
  }
  .c-detail--special .c-detail__content .c-detail__body .seat-h3 {
    font-size: 30px;
    line-height: 40px;
  }

}