:root {
  --p_verde: #18b4b0;
  --p_morado: #6b5bd8;
  --p_azul: #1277ac;
  --p_naranja: #f2964d;
  --p_verdeclaro: #afd652;
  --p_rosado: #c72c66;
  
  --s_morado: #9f98ff;
  --s_azul: #a3ebff;
  --s_naranja: #ffb482;
  --s_verdeclaro: #deff7b;
  --s_rosado: #ff91b5;

  --t_morado: #d4d1fc;
  --t_azul: #ddfafe;
  --t_naranja: #fce4c2;
  --t_verdeclaro: #f3ffc0;
  --t_rosado: #ffdeeb;
  
  --primary: #18b4b0;
  --secondary: #18b4b0;
  --primary2: white;
  --primary3: #ed5482;
  --secondary2: #f2964d;
  --light: #f0f6ff;
  --dark: #262b47;

  --light_gray: #f6f6f6;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f0f6ff;
  font-family: 'Jost', sans-serif;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.custom-navbar {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: none;
}

.navbar-nav .nav-link:hover {
  color: #18b4b0 !important;
}

.navbar-nav .nav-link.active {
  color: #18b4b0 !important;
}

/* INICIO HERO */
.container-hero-image {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-top: 10px solid #68ccf0;
  border-bottom: 10px solid #68ccf0;
}

.hero-image {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  object-position: top;
}

.tooltip-pill {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--p_morado, #6b5bd8);
  color: #fff;
  border-radius: 14px;
  padding: clamp(8px, 1.2vw, 12px) clamp(14px, 2vw, 20px);
  box-shadow: 0 10px 22px rgba(107,91,216,.25);
}

.tooltip-bullet {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
}

.tooltip-text {
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1;
  font-size: clamp(.95rem, 1vw + .9rem, 1.35rem);
}
/* FIN HERO */

/* INICIO FOCUS */
.container-focus-image {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-top: 10px solid #68ccf0;
  border-bottom: 10px solid #68ccf0;
}

.focus-image {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  object-position: center;
}

.benefits-title{
  font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
  font-weight: 700;
  color:#ed5482;
  line-height: 1;
}

.b-pumpkin {
  --card: #f2a266;
}

.b-lime {
  --card: #b6d86b;
}

.b-sky {
  --card: #86c9ef;
}

.b-violet {
  --card: #8b7ce5;
}

.b-rose {
  --card: #f07ea0;
}

.b-teal {
  --card: #28b8af;
}

.benefit-card {
  position: relative;
  border-radius: 60px;
  padding: 28px 22px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  background: var(--card);
}

.benefit-ico {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
}

.benefit-ico-bg {
  display: none;
}

.benefit-text {
  line-height: 1;
}

.benefit-line{
  font-size: clamp(.95rem, 1vw + .9rem, 1.35rem);
}

@supports (background: color-mix(in srgb, white 18%, black)) {
  .benefit-card {
    background: color-mix(in srgb, white 18%, var(--card));
  }
}

@supports not (background: color-mix(in srgb, white 18%, black)) {
  .benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.18);
    pointer-events: none;
  }
}
/* FIN FOCUS */

/* INICIO IMPACT */
.impact-section {
  background: #d9f2ff;
}

.impact-title {
  font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
  font-weight: 700;
  color:#f2964d;
  line-height: 1;
}

.impact-value {
  color: #18b4b0;
  font-weight: 800;
  line-height: 1;
  font-size: clamp(2rem, 1.8vw + 1.6rem, 3rem);
}

.impact-text {
  color: #5a6370;
  margin-top: .35rem;
  font-size: clamp(0.95rem, 0.6vw + 0.90rem, 1.20rem);
  line-height: 1;
  max-width: 320px;
  margin-inline: auto;
}
/* FIN IMPACT */

/* INICIO PRICE */
.pricing-lead {
  color: #6b5bd8;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
}

.pricing-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.price-amount {
  color: var(--primary3, #ed5482);
  font-weight: 800;
  letter-spacing: .2px;
  font-size: clamp(1.6rem, 1.1vw + 1.2rem, 2.4rem);
}

.price-note {
  color: #5a6370;
  font-weight: 700;
  font-size: clamp(1rem, 0.6vw + 0.9rem, 1.25rem);
}

.asterisks {
  font-weight: 700;
  margin-left: 2px;
}

.pricing-sub {
  color: #6b7280;
  font-style: italic;
  font-size: clamp(0.95rem, 0.45vw + 0.9rem, 1.15rem);
}

.pricing-narrow {
  max-width: 840px;
  margin-inline: auto;
}
/* FIN PRICE */

/* INICIO TRIAL */
.trial-section {
  background: #d9f2ff;
}

.trial-narrow {
  max-width: 840px;
  margin-inline: auto;
}

.trial-lead {
  color: #6b5bd8;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
}

.trial-copy {
  color: #5a6370;
  font-weight: 700;
  letter-spacing: .2px;
  font-size: clamp(1.05rem, 0.7vw + 1rem, 1.6rem);
  line-height: 1;
}

.final-cta-narrow {
  max-width: 980px;
  margin-inline: auto;
}

.final-cta-title {
  color: #5a6370;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
}

.c-teal {
  color: var(--primary, #18b4b0);
}

.final-cta-sub {
  color: #6b7280;
  font-size: clamp(.95rem, 1vw + .9rem, 1.35rem);
  max-width: 880px;
}

.btn-final-cta {
  background-color: var(--primary, #18b4b0);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(24, 180, 176, 0.25);
  font-size: clamp(1.05rem, .5vw + .95rem, 1.35rem);
  animation: pulseBtn 1.2s ease-in-out infinite;
}

.btn-final-cta:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(24, 180, 176, 0.25);
}
/* FIN TRIAL */

/* INICIO CAROUSEL */
.carousel-title {
  font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
  font-weight: 700;
  color: #18b4b0;
  line-height: 1;
}

.logo-scroller {
  --gap: 3rem;
  --item-h: 60px;
  --speed: 50s;
  position: relative;
  overflow: hidden;
  padding-block: .5rem;
}

.logo-scroller::before,
.logo-scroller::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 2;
}

.logo-scroller::before {
  left: 0;
  background: linear-gradient(to right, #f0f6ff 60%, transparent);
}

.logo-scroller::after {
  right: 0;
  background: linear-gradient(to left, #f0f6ff 60%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: var(--gap);
  width: max-content;
  animation: logos-scroll var(--speed) linear infinite;
}

.logo-item {
  flex: 0 0 auto;
  height: var(--item-h);
  display: flex;
  align-items: center;
}

.logo-item img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: .95;
  transition: transform .2s ease, opacity .2s ease;
}

.logo-item:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.logo-scroller:hover .logo-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
}
/* FIN CAROUSEL */

/* INICIO FOOTER */
.footer-contact-section {
  background: #cfeff6;
  background: color-mix(in srgb, #18b4b0 36%, #fff);
}

.footer-contact-narrow {
  max-width: 980px;
  margin-inline: auto;
}

.footer-cta-title {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,.06);
  font-weight: 700;
  line-height: 1;
  font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
}

.btn-footer-cta {
  background: #ed5482;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(237,84,130,.25);
  font-size: clamp(1.05rem, .5vw + .95rem, 1.35rem);
  animation: pulseBtn 1.2s ease-in-out infinite;
}

.btn-footer-cta:hover {
  color:#fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(237,84,130,.25);
}

.contact-lead {
  color: #6b5bd8;
  font-weight: 700;
  letter-spacing: .2px;
  font-size: clamp(1.4rem, .9vw + 1.1rem, 2.2rem);
  line-height: 0.9;
}

.contact-name {
  color: #5a6370;
  font-weight: 800;
  font-size: clamp(1.4rem, .9vw + 1.1rem, 2.2rem);
  line-height: 0.9;
}

.contact-role {
  color: #6b7280;
  font-style: italic;
  font-size: clamp(0.95rem, 0.45vw + 0.9rem, 1.15rem);
}

.phone-link {
  color: #5a6370;
  font-size: clamp(1rem, 0.6vw + 0.9rem, 1.25rem);
  word-break: break-word;
}

.contact-link{
  color: #5a6370;
  font-size: clamp(1rem, 0.6vw + 0.9rem, 1.25rem);
  word-break: break-word;
}

.contact-link:hover {
  text-decoration: underline;
  color: #18b4b0 !important;
}
/* FIN FOOTER */

/* INICIO RESPONSIVE */
@media (max-width: 767px) {
  .tooltip-text {
    font-size: clamp(.95rem, 2.5vw + .8rem, 1.1rem);
  }

  .tooltip-bullet {
    width: 8px; height: 8px;
  }

  .benefit-card {
    border-radius: 30px;
    padding: 22px 18px;
  }

  .benefit-ico {
    display: none;
  }

  .benefit-ico-bg {
    display: block;
    position: absolute;
    inset: auto 0 0 50%;
    transform: translateX(-50%) translateY(-18%);
    width: 80px;
    height: 80px;
    color: #fff;
    opacity: .18;
    pointer-events: none;
  }

  .benefit-line {
    font-size: clamp(.95rem, 2.5vw + .8rem, 1.1rem);
  }

  .btn-final-cta {
    width: 100%;
  }

  .btn-footer-cta {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .logo-scroller{
    --gap: 1.5rem;
    --item-h: 44px;
  }
}

@media (max-width: 991px) {
  .pricing-lead {
    text-align: center;
  }

  .pricing-line {
    justify-content: center;
  }

  .trial-lead {
    text-align: center;
  }

  .contact-lead{
    text-align: center;
  }
}
/* FIN RESPONSIVE */

/* INICIO ANIMATIONS */
@keyframes pulseBtn {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.9;
  }
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* FIN ANIMATIONS */