@import "../css/var.css";
@import "../css/reset.css";
@import "../css/media.css";
@import "../css/acardion.css";

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.burger__button {
  background-color: var(--second-color);
  color: #fff;
  border-radius: 20px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.04px;
  padding: 1rem 22px;
}
.header {
  transition: background-color 0.3s ease-in;
  padding: 1rem 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}
.header.active {
  background-color: #ffff;
  transition: background-color 0.5s ease-in;
}

.menu__list-link {
  color: var(--des-color);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
}
.menu__list-link:hover {
  color: var(--text-color);
  padding-bottom: 8px;
  border-bottom: 2px solid #2d65ab;
}
.menu__button {
  color: var(--main-color);
  font-size: 1rem;
  line-height: normal;
  letter-spacing: -0.64px;
  font-weight: 500;
  padding: 24px 27px;
  background-color: var(--second-color);
  border-radius: 20px;
}
section {
  overflow-x: clip;
  position: relative;
}
@media (width < 1200px) {
  .hero__title {
    font-size: calc(var(--index) * 3.8);
  }
}
@media (width > 1200px) {
  .hero__title {
    font-size: 5rem;
  }
}
.hero__title {
  color: var(--text-color);
  font-style: normal;
  font-weight: 600;
  line-height: 99.327%;
  letter-spacing: -2px;
  opacity: 0;
}
.hero__title span:last-child {
  color: var(--main-color);
  font-size: 5rem;
  font-weight: 600;
}
.border-bottom {
  display: inline-block;
  height: 5px;
  width: 58px;
  background-color: var(--main-color);
}
.desc {
  color: var(--des-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
}
.hero__scroll-bar {
  color: #999fae;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}
.main-wrapper {
  position: relative;
  overflow: hidden;
}
.main-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../assets/Circle-big.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  z-index: -1;
}

@media (width > 768px) {
  .main-wrapper::after {
    top: -30px;
    left: 0;
    right: -400px;
    height: 1100px;
  }
  .main-wrapper::before {
    content: "";
    position: absolute;
    background-image: url("../assets/Ellipse-esquina.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .hero__block {
    column-gap: 2.5em;
  }
}

@media (width < 768px) {
  .main-wrapper::after {
    width: 150px;
    top: 150px;
    right: -80px;
  }
  .hero__block {
    column-gap: 1em;
  }
}

.hero__block {
  display: flex;
  align-items: center;
}
.main__button {
  padding: 24px 32px;
  border-radius: 20px;
  background-color: var(--main-color);
  color: #ffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
}

.hero-block {
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
}

/***********************/
.features {
  width: 100%;
  padding-top: 244px;
  padding-bottom: 158px;
  background-color: #1c47b0;
  position: relative;
}
.features__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  position: relative;
  z-index: 10;
}
.features::after {
  content: "";
  position: absolute;
  background-image: url("../assets/surfaces.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.features::before {
  content: "";
  position: absolute;
  background-image: url("../assets/surfaces.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.features__img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #60c1ee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.1rem;
  justify-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.features__item p {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.title span {
  color: var(--second-color);
}
.span-under span {
  text-decoration-line: underline;
  text-decoration-thickness: 0.4rem;
}
.feature__desc span {
  color: #ffdc60;
}
.feature__desc {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.08px;
  line-height: 140%;
}
.title__md {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 124%; /* 62px */
  letter-spacing: -1.25px;
}

/**************/
.evaluate {
  width: 100%;
  background-color: #ecf2f6;
  position: relative;
  overflow-x: clip;
  will-change: transform;
  padding-top: calc(var(--index) * 5.2);
  padding-bottom: 130px;
}

.evaluate__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4.8rem;
  margin-top: 80px;
}
.description,
.result__desc {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.08px;
  opacity: 0;
}
.description span {
  color: #2d65ab;
}
.result__desc span {
  color: var(--second-color);
}
.shape-star {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.shape-star img,
.x-shape svg,
.cursor-shape img {
  width: calc(var(--index) * 15);
}
.kru-phone {
  width: calc(var(--index) * 59);
}

.shape-element {
  width: calc(var(--index) * 10);
}

.cursor-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  transform: translateY(-100px);
  z-index: 100;
}
.result__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 1.2rem;
}
.result__block {
  position: relative;
}

.follow-sticker {
  position: absolute;
  top: 3em;
  right: 2em;
  z-index: 10;
  opacity: 0;
}
.question-sticker {
  position: absolute;
  left: 0;
  z-index: 10;
  opacity: 0;
}

/*******************/
.result {
  position: relative;
  width: 100%;
}
.shape__flou {
  position: absolute;
  bottom: 0;
  right: 2rem;
}

.serve__block-img {
  position: relative;
  margin-inline: auto;
}

.float-heart {
  position: absolute;
  z-index: 10;
  top: 0;
  opacity: 0;
}
.float-heart img {
  width: calc(var(--index) * 11);
}

.serve__description {
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.08px;
}
.serve__description span {
  color: #2d65ab;
}
.serve__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*******************/
.advice {
  margin-top: 130px;
  position: relative;
  overflow-x: clip;
  padding-top: calc(var(--index) * 6.5);
}
.advie__block {
  margin-top: 2.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.advice__inner {
  border-radius: 50px;
  background: #2d65ab;
  padding: calc(var(--index) * 2.3) calc(var(--index) * 2.5);
  -webkit-box-shadow: 0px 18px 0px -8px rgba(250, 184, 196, 1);
  -moz-box-shadow: 0px 18px 0px -8px rgba(250, 184, 196, 1);
  box-shadow: 0px 18px 0px -8px rgba(250, 184, 196, 1);
  margin-bottom: 55px;
}
.advice__shift {
  padding-inline: calc(var(--index) * 4.5);
}
.advice__title {
  color: #fff;
  font-size: calc(var(--index) * 2.5);
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 99.327%;
  letter-spacing: -2px;
}
.advice__title span {
  color: var(--second-color);
}
.advice__line {
  width: 100%;
  height: 8px;
  background: #1c47b0;
  margin-top: 20px;
}
.advice__des {
  background-color: var(--second-color);
  border-radius: 1.1rem;
  width: 150px;
  padding-block: 1rem;
  text-align: center;
}
.x-shape {
  position: absolute;
  z-index: 100;
}

/*******************/
.banner {
  background-color: #ffd3db;
  width: 100%;
  padding: calc(var(--index) * 2.2) calc(var(--index) * 3);
  position: relative;
}
.banner__btn {
  margin-top: 3rem;
}

.banner__wrapper {
  max-width: 48em;
  margin-inline: auto;
}
/*********************/
.footer {
  background-color: #fbfcfd;
  padding-top: 3.75rem;
  padding-bottom: 1.9rem;
}

.item-block {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.item-block p {
  color: #999fae;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 99.327%; /* 13.906px */
  letter-spacing: -0.35px;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__link a {
  color: #999fae;
  text-transform: capitalize;
  padding-bottom: 1.3rem;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.footer__link ul li a {
  color: var(--text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 250% */
  letter-spacing: -0.4px;
}
.footer__link ul {
  list-style: none;
}
.footer__block {
  border-top: 1px solid #e3e6e9;
}

/*************/
.planes {
  padding-top: calc(var(--index) * 6.5);
  padding-bottom: calc(var(--index) * 3.8);
}
.plan__block {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 24px 35px;
  opacity: 0;
}
.plan-start {
  border-radius: 15px;
  background: #eaf2f8;
}
.plan__title {
  color: #292930;
  font-style: normal;
  font-size: calc(var(--index) * 1.5);
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: -1px;
  padding-bottom: 0.9rem;
}

.plan__description {
  color: #6f6f6f;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.81px;
}

.plan-list {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.81px;
  padding-bottom: 0.4rem;
}
.plan-org {
  border-radius: 15px;
  background: #c4e5fe;
}
.plan-enter {
  border-radius: 15px;
  background: #b3b1f5;
}
.plan__btn {
  width: 100%;
  border-radius: 40px 0px 40px 36px;
  background-color: #5956e9;
  padding: calc(var(--index) * 0.8) calc(var(--index) * 2);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  font-size: 1.1rem;
  color: #fff;
}
.planes__block {
  padding-bottom: 2rem;
}
.select__block-plan {
  margin-top: 0.7rem;
}
.plan-lists {
  list-style-type: disc;
}
.main__input {
  width: 100%;
  border-radius: 20px;
  background-color: #ffff;
  padding-left: 3.4rem;
  padding-block: 1.5rem;
}
.form__inner {
  position: relative;
}
.form__inner::before {
  content: "";
  position: absolute;
  background-image: url("../assets/icons/mail-send.svg");
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  top: 18px;
  bottom: 0;
  left: 0.9rem;
  right: 0;
  z-index: 10;
}
.main__input::placeholder {
  color: #999fae;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}
.shape__lucky-flor {
  position: absolute;
  z-index: 20;
}
.shape__lucky-flor img {
  width: calc(var(--index) * 9);
}
.banner__img img {
  width: calc(var(--index) * 20);
}
.calendiy {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
/************/
.calendiy {
  position: relative;
  overflow: clip;
}
.calendiy-assets {
  position: absolute;
  bottom: 0;
  right: -13px;
}
.salud {
  margin-block: 75px;
}
.salud__title {
  color: #fff;
  font-size: 2.18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 99.327%; /* 34.765px */
  letter-spacing: -0.875px;
  padding-bottom: 1.5rem;
}
.salud__item p {
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.81px;
}
.salud__item p span {
  color: #ffdc60;
}
.salud__item p {
  padding-bottom: 1.3rem;
}
.salud__item p:last-child {
  padding-bottom: 0;
}

@media (width > 768px) {
  .salud__inner {
    display: flex;
    column-gap: 4.8rem;
    flex-direction: row;
  }
  .intro {
    height: 28rem;
  }
}
.percent__block {
  display: flex;
  gap: 1.5rem;
  align-items: start;
  padding: 1rem;
}
.percent__title {
  color: #fab8c4;
  font-size: 8.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -6.607px;
}
.percent__simbol {
  color: #fab8c4;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 500;
}

.advice__item {
  opacity: 0;
}
@media (width < 400px) {
  .advice__item {
    margin: 0 !important;
  }
}
@media (width < 768px) {
  .salud__inner {
    display: flex;
    row-gap: 3.5rem;
    flex-direction: column;
  }
  .advice__item:nth-child(2) {
    margin-left: 50px;
  }
  .advice__item:nth-child(3) {
    margin-left: 100px;
  }
  .percent__block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .percent__title {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .intro {
    height: 420px;
  }
}

.intro {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.intro__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
.flor-element {
  width: calc(var(--index) * 8);
}
