.landing-section {
  padding: 4vw 1vw;
}

.header__container {
  display: relative;
  background-color: #060620;
  position: relative;
  clip-path: url(#header-curve);
}

.footer__container {
  display: fixed;
  position: relative;
  /* display: block; */
  justify-content: center;
  align-items: center;
  clip-path: url(#footer-curve);
  background-color: #060620;
  padding-top: 72px;
  /* border-top: #555369 solid 25px; */
}

.header__logo {
  height: 50px;
}

.header__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}

.button {
  border-radius: 70px;
  border: none;
  padding: 0.3rem 1.75rem;
  background: none;
  font-weight: 700;
  transition: 0.2s;
}

.btn-no-style {
  background: none;
  border: none;
}

.button-filled.button-negative {
  border: white solid 2px;
  background-color: white;
  color: #060620;
}

.button-filled.button-negative:hover {
  border: rgb(220 220 224) solid 2px;
  background-color: rgba(255, 255, 255, 0.863);
  color: #060620;
}

.button-filled {
  background-color: #060620;
  color: white;
}

.button-filled:disabled {
  background-color: #0606201f;
  color: white;
  box-shadow: none;
}

.button-filled:disabled:hover {
  background-color: #0606201f;
  color: white;
  box-shadow: none;
}

.button:hover {
  box-shadow: -5px 6px 50px -16px rgba(6, 6, 32, 0.7);
  -webkit-box-shadow: -5px 6px 50px -16px rgba(6, 6, 32, 0.7);
  -moz-box-shadow: -5px 6px 50px -16px rgba(0, 0, 0, 0.7);
}

.button-outline {
  border: white solid 2px;
  color: white;
}

.button-outline:hover {
  background-color: white;
  color: #060620;
}

.header__link {
  margin-right: 1vw;
  color: white;
  border: none;
  text-decoration: none;
  transition: 1s;
}

.header__link:hover {
  color: white;
}

.header__slider {
  transition: width 1s ease;
  width: 0%;
  height: 1px;
  background-color: white;
}

.header__link:hover .header__slider {
  width: 100%;
}

.header__divider {
  width: 1px;
  height: 50px;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  background-color: white;
}

.header__link-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.main-section__text-side {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.main-title {
  color: #060620;
  letter-spacing: -1px;
  line-height: 75%;
  font-size: 100pt;
  font-family: myriad-pro-condensed;
}

.title {
  color: #060620;
  letter-spacing: -1px;
  line-height: 75%;
  font-size: 55pt;
  font-family: myriad-pro-condensed;
}

.sub-title {
  color: #060620;
  letter-spacing: -1px;
  line-height: 75%;
  font-size: 22pt;
  font-family: myriad-pro;
}

.text-side__text {
  color: #060620;
  font-size: 14pt;
}

.main-text-side__text {
  color: #060620;
  font-size: 18pt;
}

.functions-section__card-carousel {
  background-color: white;
  /* width: 80%; */
  border-radius: 25px;
  /* margin: 50px 0; */
  height: 450px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  padding: 3vh 3vw;
  position: relative;
  max-width: 100vw;
}

.card-carousel__content {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
  align-items: center;
}

.card-carousel__pages-indicator {
  color: #060620;
  position: absolute;
  bottom: 2.5rem;
}

.landing__functions-section {
  background-color: #f4f5fa;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 150px 0;
  clip-path: url(#functions-curve);
}

.accordion-item {
  border-radius: 7px !important;
  margin-top: 1rem;
  border: none;
  background-color: #f4f5fa;
}

.accordion-button {
  background-color: #f4f5fa !important;
  border-radius: 7px !important;
  color: #060620 !important;
  font-weight: 700;
  box-shadow: none !important;
}

.accordion-button::after {
  color: #060620 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-collapse {
  background-color: #f4f5fa;
  padding: 0 1rem 0.75rem;
}

.accordion-button:focus {
  border-color: #060620;
}

.accordion-body {
  color: #060620 !important;
  background-color: white;
  padding: 1rem 1.25rem;
}

.faq__accordion-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.footer__gral-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

p.footer__text {
  margin: 3px;
}

.footer__text-link p {
  margin: 3px;
}

.footer__text {
  color: #7e8898;
}

.footer__text a {
  color: #7e8898;
}

.footer__text-link {
  color: rgba(255, 255, 255, 0.952);
  transition: 0.1s;
}

.footer__text-link:hover {
  color: #f4f5faca;
}

hr.footer__text {
  height: 2px;
}

.carousel-indicators__button {
  padding: 1px;
  color: #060620;
  background: none;
  border: none;
}

.carousel-indicators__button > svg > path {
  background-color: aqua;
}

.card-carousel__prev-next-button {
  background: none;
  border: none;
}

.tracking-modal__content {
  display: flex;
  flex-direction: column;
  padding: 1vh 1vw;
}

.tracking-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
}

.tracking-modal__input {
  color: #060620;
  font-size: calc(1.325rem + 0.9vw);
  border: none;
  border-bottom: 2px solid #06062073;
  width: 100%;
  margin-bottom: 3vh;
  text-align: center;
}

.tracking-modal__input:focus {
  border: none;
  border-bottom: 2px solid #060620d6;
  outline: none;
}

.tracking-modal__input:disabled {
  border: none;
  background: none;
  color: #7e8898;
  border-bottom: 2px solid #06062046;
  outline: none;
}

.tracking-modal__body {
  display: flex;
  margin-bottom: 2vh;
  justify-content: center;
}

.tracking-modal__body-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}

.carousel-animation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carousel-inner {
  padding: 0 10vw;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-content-container {
  padding: 1vh 0;
}

.mobile-header {
  display: none;
}

@media only screen and (max-width: 990px) {
  .main-title {
    font-size: 65pt;
  }

  .title {
    font-size: 40pt;
  }

  .text-side__text {
    font-size: 11pt;
  }
}

@media only screen and (max-width: 700px) {
  .main-title {
    font-size: 50pt;
  }

  .main-text-side__text {
    font-size: 14pt;
  }

  .functions-section__card-carousel {
    height: 600px;
  }

  .carousel-animation-container {
    max-height: 320px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    overflow: hidden;
  }
}

@media only screen and (max-width: 595px) {
  .main-title {
    font-size: 50pt;
  }

  .main-text-side__text {
    font-size: 14pt;
  }

  .title {
    font-size: 33pt;
  }

  .text-side__text {
    font-size: 10pt;
  }

  .functions-section__card-carousel {
    height: 500px;
    width: 100vw;
    max-width: 100vw;
  }

  .carousel-animation-container {
    max-height: 320px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    overflow: hidden;
  }

  #ventajas-a,
  #faq-a {
    display: none;
  }

  .bi.bi-chevron-right {
    height: 32px !important;
    width: 32px !important;
  }

  .bi.bi-chevron-left {
    height: 32px !important;
    width: 32px !important;
  }

  .lottie-player-carousel {
    width: 75%;
  }

  .carousel-inner {
    padding: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 992px) {
  #header-button-register {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-content-container {
    padding: 1vh 0 8vh 0;
  }

  .mobile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .normal-header {
    display: none;
  }
}
