@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.nav-link {
  /* …otras propiedades… */
  transition: color 0.5s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out !important;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
  background-color: #f1f1f1 !important;
}

:root {
  --color-intelix: #9ee652;
  --color-intelix-strong: #48b958;
  --color-intelix-gray: #d2d2ce;
  --bs-body-color: #333d42;
  --color-text-muted-strong: rgba(0, 0, 0, 0.55);
  --color-purple: #a966ff;
  --color-purple-strong: #a11bf9;
  --color-border: #f3f3f4;
  --color-font-muted: #9f9f9f;
  --color-bg-black-light: #1c1d27;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(fonts/600.ttf) format("truetype");
}

.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-height: 500px) and (max-height: 800px) and (min-width: 768px) {
  .d-none-h-laptop {
    display: none !important;
  }
}

::selection {
  background-color: var(--color-intelix);
  color: #ffffff; /* Color del texto seleccionado */
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

.text-whatsapp {
  color: #25d366;
}

.nunito-uppercase {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--color-intelix);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.title {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.extra-small {
  font-size: 12px;
}

hr {
  color: var(--color-border);
  opacity: 1;
}

.btn-contact {
  text-transform: uppercase;
  margin-left: 20px;
}

.btn-contact i {
  margin-right: 4px;
}

.color-intelix {
  color: var(--color-intelix);
}

a {
  color: var(--color-intelix);
  text-decoration: none;
  position: relative;
}

a.no-style,
a.no-style:hover {
  text-decoration: none; /* Elimina el subrayado */
  color: inherit; /* Hereda el color del padre */
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

a:hover {
  color: var(--color-intelix-strong);
}

.btn {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.badge-title {
  color: var(--color-intelix);
  border: 1px solid var(--color-intelix);
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}

.bb-line {
  border-bottom: 1px solid var(--color-border);
}

input[type="submit"].disabled {
  opacity: 0.4 !important;
  box-shadow: none !important;
}

/* ================================= COLOR PRIMARIO =============================== */

.text-muted {
  color: #9f9f9f !important;
}

.text-intelix {
  color: var(--color-intelix);
}

.bg-primary,
::selection {
  background-color: var(--color-intelix) !important;
}

.btn-purple {
  background-color: var(--color-purple);
  color: white;
}

.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
  background-color: var(--color-purple-strong) !important;
  border-color: var(--color-purple-strong) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/*! CSS Used from: http://localhost:8091/ui/landing/css/colors/default.css */
.btn-primary,
::selection {
  background-color: var(--color-intelix) !important;
}
.btn-primary {
  border-color: var(--color-intelix) !important;
}

.btn-primary {
  box-shadow: 0 3px 7px rgba(109, 199, 122, 0.5) !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--color-intelix-strong) !important;
  border-color: var(--color-intelix-strong) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.btn.btn-primary:hover {
  background: var(--color-intelix-strong) !important;
  color: white !important;
}

/* Ejemplo: btn-outline-purple con color #a11bf9 */

.btn-outline-purple {
  /* Color del texto y del borde */
  --bs-btn-color: #a11bf9;
  --bs-btn-border-color: #a11bf9;

  /* Color al pasar el cursor (hover / focus) */
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a11bf9;
  --bs-btn-hover-border-color: #a11bf9;
}

/* Mantener mismo tamaño, padding y transiciones que btn-outline-primary */
.btn-outline-purple {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  border-width: var(--bs-btn-border-width);
  border-radius: var(--bs-btn-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Estado hover y focus */
.btn-outline-purple:hover,
.btn-outline-purple:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* Estado activo (pressed) */
.btn-outline-purple:active {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: 0 0 0 0.25rem rgba(161, 27, 249, 0.5);
}

.badge {
  font-size: 18px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-intelix);
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

/* =========================== SCROLL Y ========================= */

.scroll-y {
  /* Ajusta la altura según tus necesidades */
  overflow-y: auto;
  /* Para Firefox: */
  scrollbar-width: thin;
  scrollbar-color: var(--color-intelix-gray);
  padding-bottom: 60px;
  text-align: center;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.scroll-y::-webkit-scrollbar {
  width: 8px;
}

.scroll-y::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}

.scroll-y::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* ================== IA CANVAS ANIMATION ====================== */

/* El canvas ocupa todo el espacio del div */
.ia-canvas-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================== SOLUTION ================================ */
.solution-badge {
  color: white;
  font-size: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 14px;
  border-radius: 4px;
  margin-right: 8px;
  display: inline-block;
}

.solution-badge i {
  padding-right: 1px;
}

.solution-price strong {
  font-size: 1.6rem;
}

.solution-price {
  margin-right: 8px;
}

.solution-trend-badge {
  background-color: #c1e9eb;
  color: #184f5d;
  font-size: 12px;
}

.solution-price-demo {
  font-size: 16px;
  padding-top: 5px;
  text-decoration: line-through;
  color: var(--color-text-muted-strong);
}

.solution-price-currency {
}

.solution-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* ========================== SWIPER ================== */
.swp-button {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  background-color: white;
}

.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.swiper-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
/* ============================ PAGE =============================== */

#DIVPageContainer {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#DIVPageContainer h2,
#DIVPageContainer h1 {
  text-transform: uppercase;
}

/* ============================ reCAPTCHA v3 =============================== */
/*
.grecaptcha-badge {
  visibility: hidden;
}
*/
