:root {
  --softic-ink: #0b1220;
  --softic-ink-2: #17233a;
  --softic-text: #1e293b;
  --softic-muted: #516079;
  --softic-accent: #2f6fff;
  --softic-accent-2: #18b7a5;
  --softic-warm: #f4b64e;
  --softic-surface: #f3f6fb;
  --softic-card: #ffffff;
  --softic-border: rgba(15, 38, 76, 0.12);
  --softic-shadow: 0 18px 42px rgba(10, 20, 44, 0.18);
  --softic-radius: 18px;
  --softic-grad-hero: radial-gradient(circle at 20% 10%, rgba(47, 111, 255, 0.25), transparent 45%),
    radial-gradient(circle at 90% 20%, rgba(24, 183, 165, 0.22), transparent 40%),
    linear-gradient(120deg, #0b1220 0%, #152b4a 50%, #1a3d67 100%);
  --softic-grad-soft: linear-gradient(135deg, rgba(47, 111, 255, 0.08), rgba(24, 183, 165, 0.08));
}

body.softic-ui {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: var(--softic-text);
  background: var(--softic-surface);
  line-height: 1.65;
}

.main-content {
  overflow-x: hidden;
}

body.softic-ui h1,
body.softic-ui h2,
body.softic-ui h3,
body.softic-ui h4,
body.softic-ui h5 {
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.01em;
  color: var(--softic-ink);
}

.main-banner-wrap-layout1 {
  font-family: "Roboto", sans-serif;
}

.main-banner-wrap-layout1 h1,
.main-banner-wrap-layout1 .item-main-title,
.main-banner-wrap-layout1 .item-sub-title {
  font-family: "Poppins", sans-serif;
}

.main-banner-wrap-layout1 .main-banner-box-layout1 {
  margin-top: 0;
}

.main-banner-wrap-layout1 .main-banner-box-layout1 .item-figure {
  margin-top: 0;
}

@media (min-width: 992px) {
  .main-banner-wrap-layout1 .banner-image-shift {
    transform: translateX(-76px);
  }
}

body.softic-ui a {
  color: inherit;
  text-decoration: none;
}

body.softic-ui a:focus-visible,
body.softic-ui button:focus-visible,
body.softic-ui input:focus-visible,
body.softic-ui textarea:focus-visible {
  outline: 3px solid rgba(47, 111, 255, 0.55);
  outline-offset: 2px;
}

body.softic-ui:not(.loaded) .has-animation .opacity-animation {
  opacity: 1;
  visibility: visible;
}

body.softic-ui:not(.loaded) .has-animation [class*="translate-"] {
  -webkit-transform: none !important;
  transform: none !important;
}

.skip-link {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
  background: #ffffff;
  color: var(--softic-ink);
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: var(--softic-shadow);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

section[id] {
  scroll-margin-top: 90px;
}

.section-padding-md {
  padding: 92px 0;
}

.bg-color-light {
  background: var(--softic-grad-soft);
}

.bg-color-accent2 {
  background: linear-gradient(120deg, rgba(13, 25, 44, 0.04), rgba(47, 111, 255, 0.08));
}

.bg-color-accent {
  background: #E2EFF6;
  color: #0b1220;
}

.bg-color-accent a {
  color: inherit;
}

.footer-wrap-layout1,
.footer-wrap-layout1 .footer-widget-heading,
.footer-wrap-layout1 .footer-menu a,
.footer-wrap-layout1 .copy-right-text,
.footer-wrap-layout1 .footer-contact a,
.footer-wrap-layout1 .about-paragraph {
  color: #0b1220;
}

.footer-top-layout1 {
  position: relative;
  overflow: hidden;
  background-image: none !important;
}

.footer-top-layout1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.95;
  z-index: 0;
  pointer-events: none;
}

.footer-top-layout1 > * {
  position: relative;
  z-index: 1;
}

.navbar-wrap {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 38, 76, 0.1);
}

.navbar-layout1 .template-main-menu > ul > li > a {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.navbar-layout1 .template-main-menu > ul {
  justify-content: center;
}

.header-action-items .header-search,
.header-action-items .offcanvas-menu-btn {
  border-radius: 12px;
  background: rgba(47, 111, 255, 0.08);
  padding: 10px;
}

.return-to-top {
  background: #0654BB;
  color: #F1FFFA;
  box-shadow: 0 12px 26px rgba(47, 111, 255, 0.35);
}

.return-to-top i {
  color: #ffffff;
}

.offcanvas-menu-wrap .offcanvas-content {
  justify-content: flex-start;
  gap: 24px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-logo {
  margin-bottom: 18px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-logo img {
  max-width: 150px;
  height: auto;
}


.section-heading .heading-main-title {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  text-transform: none;
}

.section-heading .heading-paragraph {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--softic-muted);
}

.service-box-layout1,
.sistema-card-box,
.beneficio-item,
.blog-box-layout1 {
  border-radius: var(--softic-radius);
  background: var(--softic-card);
  box-shadow: var(--softic-shadow);
  border: 1px solid rgba(15, 38, 76, 0.08);
}

.service-box-layout1 {
  padding: 26px 22px;
}

.sistema-card {
  display: block;
  height: 100%;
}

.sistema-card-box {
  height: 100%;
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sistema-card-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(10, 20, 44, 0.2);
}

.sistema-card-title {
  font-weight: 700;
  font-size: 1.05rem;
}

.sistema-card-text {
  color: var(--softic-muted);
}

.sistema-detalle {
  background: #ffffff;
}

.sistema-badge {
  border-radius: 999px;
  padding: 8px 18px;
  background: rgba(47, 111, 255, 0.12);
  color: var(--softic-ink);
  font-weight: 600;
}

.sistema-cta .item-btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 12px 22px;
}

.sistema-cta .btn-fill.btn-gradient {
  background: #034CA7;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(3, 76, 167, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.sistema-cta .btn-fill.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(3, 76, 167, 0.38);
  filter: saturate(1.1);
  color: #ffffff;
}

.sistema-cta .btn-fill.btn-gradient:focus-visible {
  outline: 3px solid rgba(47, 111, 255, 0.55);
  outline-offset: 3px;
}

.btn-fill.btn-gradient,
.btn-fill.btn-light,
.btn-ghost.btn-light {
  border-radius: 999px;
}

.btn-fill.btn-gradient {
  background: linear-gradient(135deg, var(--softic-accent), var(--softic-accent-2));
  border: none;
  box-shadow: 0 12px 24px rgba(47, 111, 255, 0.25);
}

.btn-ghost.btn-light {
  border: 1px solid rgba(15, 38, 76, 0.2);
  color: var(--softic-ink);
  background: transparent;
}

.btn-fill.btn-light {
  background: #ffffff;
  color: var(--softic-ink);
  border: 1px solid rgba(15, 38, 76, 0.12);
}


.feature-wrap-layout1,
.about-wrap-layout1,
.process-wrap-layout1 {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  margin: 0 12px 32px;
  box-shadow: var(--softic-shadow);
}

.about-box-layout1 .figure-holder {
  padding: 24px 32px;
}

.about-box-layout1 .figure-holder .animated-figure {
  position: relative;
  z-index: 1;
}

.about-box-layout1 .figure-holder .animated-figure::before,
.about-box-layout1 .figure-holder .animated-figure::after {
  content: "";
  position: absolute;
  border-radius: 28px;
  z-index: -1;
}

.about-box-layout1 .figure-holder .animated-figure::before {
  inset: -18px;
  background: radial-gradient(circle at 20% 20%, rgba(47, 111, 255, 0.35), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(24, 183, 165, 0.25), transparent 50%),
    linear-gradient(135deg, rgba(11, 18, 32, 0.1), transparent 45%);
  filter: blur(2px);
}

.about-box-layout1 .figure-holder .animated-figure::after {
  inset: -8px;
  border: 2px solid rgba(47, 111, 255, 0.18);
  box-shadow: 0 18px 40px rgba(10, 20, 44, 0.18);
}

.about-box-layout1 .figure-holder .animated-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 22px 40px rgba(10, 20, 44, 0.2);
  transform: translateY(-6px);
}


@media (max-width: 991.98px) {
  .about-box-layout1 .figure-holder {
    padding: 16px;
  }

  .about-box-layout1 .figure-holder .animated-figure::before,
  .about-box-layout1 .figure-holder .animated-figure::after {
    inset: -6px;
  }

  .about-box-layout1 .figure-holder .animated-figure img {
    transform: none;
  }
}

.feature-wrap-layout1 .item-title,
.about-wrap-layout1 .item-title {
  font-size: 1.6rem;
}

.entity-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.entity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid rgba(5, 104, 235, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #111827;
  box-shadow: 0 8px 20px rgba(2, 28, 64, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.entity-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(2, 28, 64, 0.12);
  border-color: rgba(5, 104, 235, 0.35);
}

.entity-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0568eb 0%, #044ab3 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(5, 104, 235, 0.28);
  font-size: 0.85rem;
}

.entity-name {
  flex: 1;
  text-align: left;
}

.whatsapp-contact-section .btn {
  border-radius: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 16px 18px;
}

.whatsapp-contact-section.contact-split {
  margin-top: 28px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(10, 20, 44, 0.2);
  border: 1px solid rgba(15, 38, 76, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-card--support {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(47, 111, 255, 0.18);
}

.contact-card-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.contact-card-text {
  color: var(--softic-muted);
  margin-bottom: 24px;
}

.call-to-action-box-layout1 .item-paragraph {
  color: #e7eef9;
  font-size: 1.05rem;
  margin-top: 12px;
  margin-bottom: 0;
}

.contact-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 24px rgba(20, 40, 90, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(20, 40, 90, 0.28);
}

.btn-whatsapp-support {
  background: #25d366;
  color: #ffffff;
  border: 1px solid rgba(37, 211, 102, 0.55);
}

.btn-whatsapp-support:hover {
  background: #1fb85a;
  color: #ffffff;
}

.btn-whatsapp,
.btn-whatsapp-support {
  color: #ffffff !important;
}

.btn-whatsapp i,
.btn-whatsapp-support i {
  color: #ffffff;
}

.btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0553C4;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 600;
  border: 1px solid #0553C4;
  box-shadow: 0 12px 24px rgba(5, 83, 196, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-demo:hover,
.btn-demo:focus {
  color: #ffffff !important;
  background: #0445a2;
  border-color: #0445a2;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(5, 83, 196, 0.28);
}

.btn-demo i {
  font-size: 1.05em;
  color: #ffffff;
}

.btn-whatsapp {
  color: #ffffff !important;
}

.btn-whatsapp i {
  color: #ffffff;
}

.whatsapp-float {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whatsapp-float a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #25D366;
  color: #ffffff;
  border: 1px solid rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float a i,
.whatsapp-float a span {
  color: #ffffff;
}

.whatsapp-float a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-float a:last-child {
  background: #25D366;
  border-color: rgba(37, 211, 102, 0.35);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.35);
}

.whatsapp-float a:last-child:hover {
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.4);
}

.contact-float {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.contact-float-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px 12px 18px;
  border-radius: 999px;
  background: #25D366;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #F7FFFB;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 18, 64, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-float-btn i {
  font-size: 1.25rem;
}

.contact-float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 18, 64, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  filter: brightness(1.04);
  color: #F7FFFB;
}

.contact-float-btn span,
.contact-float-btn i {
  color: #F7FFFB;
}

.template-search {
  backdrop-filter: blur(12px);
}

.stagger-grid .stagger-item {
  animation: softic-reveal 0.8s ease both;
}

.stagger-grid .stagger-item:nth-child(2) {
  animation-delay: 0.1s;
}

.stagger-grid .stagger-item:nth-child(3) {
  animation-delay: 0.2s;
}

.stagger-grid .stagger-item:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes softic-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .feature-wrap-layout1,
  .about-wrap-layout1,
  .process-wrap-layout1 {
    margin: 0 8px 24px;
  }
}

@media (max-width: 991.98px) {
  .mean-container .mean-nav ul li a,
  .mean-container .mean-nav ul li span {
    color: #417CFF;
  }

  .mean-container .mean-nav ul li a:hover,
  .mean-container .mean-nav ul li a:focus {
    color: #2f6fff;
  }
}

@media (max-width: 575.98px) {
  .section-padding-md {
    padding: 72px 0;
  }

  .entity-list {
    grid-template-columns: 1fr;
  }

  .entity-item {
    padding: 11px 14px;
    font-size: 0.95rem;
  }

  .entity-check {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 767.98px) {
  .main-banner-wrap-layout1 .main-banner-box-layout1 .item-figure {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
