* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Alata', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #ffffff;
  background-color: #213C51;
  line-height: 1.6;
}

.invisible {
  opacity: 0;
}

.height100 {
  height: 100px;
}

.container {
  max-width: 90vw;
  margin: 0 auto;
  padding: 0 20px;
}

.popover-header {
  background-color: #2d3748;
  color: #e2e8f0;
  border-bottom: 1px solid #4a5568;
}

.header {
  background-color: #213C51;
  padding: 2vh 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.logo {
  display: flex;
  align-items: center;
}

.logo-icon img {
  max-height: 32px;
}

.nav-menu {
  list-style: none;
}

.nav-menu .nav-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s;
}

.nav-menu .nav-link:hover {
  color: #4ade80;
}

.btn-agendar {
  background-color: #40A150;
  color: #ffffff;
  padding: 0.4rem 2rem;
  border-radius: 5px;
  font-weight: 400;
  box-shadow: 0 6px 6px rgba(14, 14, 14, 0.4)
}

.btn-agendar:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-into {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.4rem 2rem;
  border-radius: 5px;
  font-weight: 400;
}

.hero-image img {
  max-width: 60vw;
  margin-left: 10%;
}

/* @media (max-width: 991.98px) {} */

.hero {
  background: #213C51;
  padding: 10vh 0;
  text-align: left;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}



.hero-content h1 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
}

.hero-features {
  margin-bottom: 40px;
}

.hero-features p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  opacity: 0.9;
}

.hero-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-text {
  margin-right: 3rem;
}


.btn-demo {
  background-color: #40A150;
  color: #FFFFFF;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
  box-shadow: 0 7px 7px rgba(14, 14, 14, 0.4);
}

.btn-demo:hover {
  transform: translateY(-2px);
}

.hero-note {
  margin-top: 15px;
  font-size: 12px;
  opacity: 0.7;
}

.features-section {
  background-image: url('/assets/img/top-background.png');
}

.cta-section {
  background-image: url('/assets/img/bottom-background.png');
}

/* Features Section */
.features-section,
.cta-section {
  padding: 80px 0;
  background-color: #0f1923;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}




.features-grid,
.cta-content {
  display: grid;
  gap: 40px;
  align-items: center;
}

.features-grid {
  grid-template-columns: 1fr 2fr;
}

.cta-content {
  grid-template-columns: 2fr 1fr;
}

.feature-main,
.cta-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.feature-main {
  margin-left: 30%;
}

.cta-text {
  margin-left: 15%;
}

.feature-main h2,
.cta-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-main p,
.cta-text p {
  font-size: 16px;
  opacity: 0.8;
}

.feature-card {
  background: #3A4C5B;
  display: flex;
  /* gap: 16px; */
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 12px;
  margin-top: 2%;
  padding: 2rem 1rem 2rem 2rem;
  box-shadow: 0 8px 8px rgba(1, 1, 1, 0.4)
}

.feature-icon {
  width: 56px;
  height: 56px;
  max-width: 56px;
  max-height: 56px;
  object-fit: contain;
  display: block;
}

.feature-text {
  flex: 1 1 auto;
  min-width: 0;
}

/* TODO: verrrrrrrrr */
.feature-text h3,
.feature-text p,
.feature-card h3,
.feature-card p {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}



/* Seguridad extra: no permitir que el contenido sobresalga visualmente */
.feature-card,
.feature-card * {
  box-sizing: border-box;
}

/* .feature-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-card {
  background: #3A4C5B;
  padding: 10px;
  height: 120px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px;
  box-shadow: 0 8px 8px rgba(1, 1, 1, 0.4)
}

.feature-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.feature-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(74, 222, 128, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4ade80;
  flex-shrink: 0;
}

.feature-card h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.feature-card p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
} */

.platform-section {
  padding: 80px 0;
  background-color: #213C51;
  text-align: center;
}

.platform-section h2 {
  font-size: 36px;
  margin-bottom: 50px;
  line-height: 1.3;
}

.platform-preview {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

.platform-section .platform-preview img {
  border-radius: 12px;
  display: block;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.5);
}

.highlight-spot {
  position: absolute;
  width: 28px;
  height: 28px;
  background: rgba(45, 104, 199, 0.733);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ebedf0;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  border: 1.5px solid rgba(59, 130, 246, 0.3);
}

.highlight-spot:hover {
  background: rgb(47, 104, 196);
  border-color: rgba(59, 131, 246, 0.822);
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.position-relative {
  position: relative;
}

.index-first-section-content {
  position: relative;
}

#image-5 {
  /* display: block; */
  width: 60vw;
  height: auto;
}

.index-first-section-content .highlight-spot {
  position: absolute;
  z-index: 20;
}

.w-100 {
  width: 100%;
}

.solutions-section {
  padding: 80px 0;
  background-color: #213C51;
  text-align: center;
}

.solutions-section h2 {
  font-size: 36px;
  margin-bottom: 50px;
}

.solutions-grid-first {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.solutions-grid-second {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.solutions-grid-third {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.solution-card {
  background-color: #1a2838;
  padding: 60px 30px 15px 30px;
  border-radius: 12px;
  text-align: left;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.solution-card:hover {
  transform: translateY(-5px);
}

.solution-card.card-health {
  background-color: #13416E;
}

.solution-card.card-insurance {
  background-color: #1B1C39;
}

.solution-card.card-public {
  background-color: #162632;
}

.solution-card.card-retail {
  background-color: #163159;
}

.solution-card.card-reservations {
  background-color: #133958;
}

.solution-card.card-customer-service {
  background-color: #1A1A24;
}

.card-retail,
.card-reservations {
  width: 100%;
}

.solution-card h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 500;
}

.solution-card p {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  opacity: 0.8;
  font-weight: 400;
  /* margin-bottom: 3rem; */
}

.solution-card .link-more {
  font-family: 'Lato', sans-serif;
  color: #f5f5f5;
  opacity: 0.8;
  font-size: 1.3rem;
  font-weight: 500;
  align-self: flex-end;
  margin-top: 10vh;
  margin-bottom: 0px;
}

.brands-section {
  padding: 80px 0;
  background-color: #213C51;
  text-align: center;
}

.brands-section h2 {
  font-size: 36px;
  margin-bottom: 50px;
}

/* Carousel tweaks */
.brands-section .carousel,
#integrationCarousel {
  overflow: hidden;
}

.carousel-inner .carousel-item>.row {
  margin-left: 0;
  margin-right: 0;
}

.logo-col img {
  display: block;
  margin: 0 auto;
}

.highlight {
  color: #4ade80;
}

.brands-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
}

.brand-logo {
  font-size: 24px;
  font-weight: 700;
  color: #0f1923;
}

.partners-title {
  font-size: 20px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
}

.partner-logo {
  font-size: 20px;
  font-weight: 600;
  color: #0f1923;
}

/* Benefits Section */
.benefits-section {
  padding: 80px 0;
  background-color: #f5f5f5;
  color: #0f1923;
}

.benefits-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.benefits-intro {
  font-size: 16px;
  margin-bottom: 50px;
  opacity: 0.8;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.benefit-item {
  display: flex;
  gap: 20px;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  background-color: #e0f2fe;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0369a1;
  flex-shrink: 0;
}

.benefit-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.5;
}


.btn-demo-large {
  background: linear-gradient(to right, #3b82f6, #182644);
  color: #ffffff;
  border: none;
  padding: 0.5rem 4rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  box-shadow: 0 6px 6px rgba(14, 14, 14, 0.4)
}

.btn-demo-large:hover {
  background-color: #2563eb;
}

.footer {
  background-color: #172835;
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  padding-left: 10%;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.95;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.footer-column ul li a:hover {
  opacity: 1;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-icon i {
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}

.social-icon:hover {
  transform: scale(1.1);
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  z-index: 1000;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Responsive */
/* @media (max-width: 768px) {

  .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .solution-card.dark-full {
    grid-column: span 1;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .cta-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 40px;
  }

  .footer-social {
    justify-content: center;
  }

  .brands-logos,
  .partners-logos {
    flex-wrap: wrap;
    gap: 30px;
  }
} */

.feature-image {
  width: 60%;
}

.feature-metrics {
  width: 55%;
}

#index-second-section p,
#index-second-section h4,
#index-second-section h2 {
  font-family: "CeraPro-Regular", Helvetica, sans-serif;
}

#index-second-section h4,
#index-second-section h2 {
  font-weight: 600;
  line-height: 1.2;
  /* margin-bottom: 20px; */
}

#index-second-section {
  position: relative;
  word-wrap: break-word;
  padding: 7vh 9vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eeeeee;
  color: #0f1923;
}

.size-5rem {
  font-size: 2.0rem;
}

.brands-swiper .swiper-button-prev,
.brands-swiper-partners .swiper-button-prev,
.brands-swiper .swiper-button-next,
.brands-swiper-partners .swiper-button-next {
  color: #bdb7b77e;
  transform: translateY(-50%) scale(0.5);
  margin-top: 0.5rem;
  width: 1%;
}

.brands-swiper-section {
  margin-bottom: 5rem;
}

#enterprise-modal-logo {
  max-width: 35%;
  padding-left: 15px;
  margin-bottom: 0;
}

#Modal {
  margin-top: 10vh;
}

#Modal .close {
  font-weight: 500;
}

#Modal .close:focus,
#Modal .close:active {
  outline: none;
  box-shadow: none;
}

#reset-pass-link {
  color: #dfdfdf
}

#login-submit,
#reset-pass-submit,
#register-submit {
  background-color: #00ae62;
  text-transform: uppercase;
  color: white;
  margin-top: 1rem;
}

#login-submit:focus,
#login-submit:active,
#reset-pass-submit:focus,
#reset-pass-submit:active,
#register-submit:focus,
#register-submit:active {
  outline: none;
  box-shadow: none;
}

#Modal .modal-content {
  background-color: #213C51;
}

#Modal .modal-header {
  border-bottom: 0;
  margin-top: 1rem;
}

#Modal .panel-heading hr {
  display: none;
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#RecaptchaField1,
#RecaptchaField2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

#Modal #RecaptchaField1,
#Modal #RecaptchaField2 {
  justify-content: center;
  align-items: center;
  overflow: visible;
}

#login-error {
  text-align: center;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

footer .logo-icon img {
  max-height: 40px;
}

.accordion-section p {
  font-size: 1.3rem;
}

.accordion-section h2 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

.accordion-health,
.accordion-insurance,
.accordion-public,
.accordion-retail,
.accordion-reservations,
.accordion-customer-service {
  text-align: center;
}

#list-support li {
  font-size: 1.1em;
  margin-bottom: 0.1em;
}

#list-support {
  margin-left: 5vw;
}

#list-support ol {
  padding-left: 4vw;
}

#support-level {
  margin-bottom: 5rem;
}

.title-policy {
  font-size: 1rem;
  font-weight: 900;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}

#privacy-policy p {
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-word;
}

#accordion h5,
#accordion li {
  color: #4b4b4b;
}

#accordion .card-body {
  margin: 2rem;
}

@media (max-width: 1024px) {
  .nav-menu {
    padding-top: 10px;
  }

  .nav-menu .nav-item {
    margin-bottom: 8px;
  }

  .btn-agendar,
  .btn-into {
    width: 100%;
    text-align: center;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-text {
    order: 1;
    align-items: center;
  }

  .hero-image {
    order: 2;
    margin-top: 1.5rem;
    margin-left: 0%;
  }

  .hero-image img {
    max-width: 60vw;
    height: auto;
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .solution-card.dark-full {
    grid-column: span 1;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .cta-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 40px;
  }

  .footer-social {
    justify-content: center;
  }

  .brands-logos,
  .partners-logos {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .feature-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
  }

  .feature-icon-container,
  .feature-icon-container img,
  .feature-image,
  .feature-metrics {
    width: 80px;
    height: auto;
    max-width: 80px;
  }

  .feature-text h3 {
    font-size: 1.1rem;
  }

  .feature-text p {
    font-size: 0.95rem;
  }

  .platform-section {
    display: none;
  }

  .solutions-grid-first,
  .solutions-grid-second,
  .solutions-grid-third {
    grid-template-columns: 1fr;
  }

}