/* ----------------- BASE ----------------- */
body {
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  color: #707070;
  background: #f5f5f7;
}

.h2-gray, .h3-gray{
  color: #2d0a3a !important;
}
.text-purple{
  color: #6a259d !important;
}
.hero {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(135deg, #f3e7ff, #ffffff);
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero p {
  max-width: 700px;
  margin: 20px auto;
  color: #555;
}

.btn-primary {
  background-color: #2c2c3a;
  border: none;
}

.btn-outline-primary {
  border-color: #2c2c3a;
  color: #2c2c3a;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.card-custom {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

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

.card-top {
  background: linear-gradient(135deg, #e9ddff, #f8f6ff);
  padding: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
}

.card-body h5 {
  font-weight: 600;
}

.navbar {
  background: white;
}

#back_to_top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

#back_to_top:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}





.cta-pro .btn-primary {
  background-color: #00b4d8;
  border: none;
}

.cta-pro .btn-primary:hover {
  background-color: #0096c7;
}

.cta-pro .btn-outline-light:hover {
  background-color: #ffffff;
  color: #000;
}

/* BOTÓN LINK */
.btn-link-vilanova {
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    color: #3A359D;
    transition: 0.3s;
    position: relative;
}

/* EFECTO HOVER */
.btn-link-vilanova::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -3px;
    background: linear-gradient(90deg, #3A359D, #80119D);
    transition: 0.3s;
}

.btn-link-vilanova:hover {
    color: #80119D;
}

.btn-link-vilanova:hover::after {
    width: 100%;
}

/* =========================
   SECCIÓN BASE
========================= */
.enfoque-section {
    background: linear-gradient(90deg, #F3E8FF, #ffffff);
}

/* TITULO */
.enfoque-title {
    font-weight: 700;
    color: #2c2f5a;
}

/* SUB */
.enfoque-sub {
    color: #2c2f5a;
    font-weight: 600;
    font-size: 1.1rem;
}

/* DESCRIPCIÓN */
.enfoque-desc {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 1rem;
}

/* =========================
   CARDS
========================= */
.enfoque-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    transition: 0.3s;
    border: 1px solid rgba(0,0,0,0.03);
}

.enfoque-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ICONO */
.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;

    background: linear-gradient(135deg, #3A359D, #80119D);
    color: #fff;

    box-shadow: 0 10px 25px rgba(128,17,157,0.3);
}

/* TITULOS */
.enfoque-card h3 {
    font-weight: 600;
    font-size: 16pt;
    color: #2c2f5a;
}

.soluciones-pro h3 {
    font-weight: 600;
    font-size: 14pt;
    color: #2c2f5a;
}
.metodologia-section h3{
      font-weight: 600;
    font-size: 14pt;
    color: #2c2f5a;
}

.resultados-section h3{
      font-weight: 600;
    font-size: 14pt;
    color: #2c2f5a;
}

/* TEXTO */
.enfoque-card p {
    color: #6c757d;
    font-size: 0.95rem;
}

/* LISTAS */
.enfoque-card small {
    display: block;
    color: #6c757d;
    font-size: 0.85rem;
    margin-top: 10px;
    line-height: 1.6;
}


/* HERO */
/* =========================
   VARIABLES (BASE DESIGN SYSTEM)
========================= */
:root {
  --vilanova-blue: #3A359D;
  --vilanova-purple: #80119D;
  --vilanova-purple-light: #a84bd6;

  --vilanova-gradient: linear-gradient(135deg, #3A359D, #80119D);
  --vilanova-gradient-soft: linear-gradient(135deg, #3A359D, #a84bd6);

  --text-dark: #2d2d2d;
  --text-muted: #6c757d;
  --bg-soft: #fafaff;
}

/* =========================
   HERO
========================= */
.about-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(168, 75, 214, 0.25), transparent 40%),
    radial-gradient(circle at bottom left, rgba(58, 53, 157, 0.25), transparent 40%),
    linear-gradient(135deg, #3A359D, #80119D);
}



/* GRADIENT TEXT */
.gradient-text {
    background: linear-gradient(135deg, #ffffff, #cfcfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================
   INTRO
========================= */
.about-intro {
     background: linear-gradient(90deg, #F3E8FF, #ffffff);

}

/* =========================
   VALUES
========================= */
.value-card-pro {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.value-card-pro:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.value-card-pro.highlight {
  border: 2px solid var(--vilanova-purple);
  box-shadow: 0 15px 35px rgba(128, 17, 157, 0.15);
}

/* ICONOS */
.value-icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3A359D, #80119D);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* =========================
   MISION / VISION
========================= */
.about-mv {
  background: #ffffff;
}

.mv-card {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* LABEL */
.mv-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #3A359D, #80119D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

/* =========================
   CTA
========================= */

/* BOTÓN PRINCIPAL */
.btn-vilanova {
  background: linear-gradient(135deg, #3A359D, #80119D);
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 22px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(58, 53, 157, 0.3);
  border: none;
}

.btn-vilanova:hover {
  background: linear-gradient(135deg, #2f2a85, #6d0f87);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(58, 53, 157, 0.4);
  color: #fff;
}

/* =========================
   UTILIDADES
========================= */
.text-muted {
  color: var(--text-muted) !important;
}


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

  .about-hero {
    min-height: 50vh;
    padding: 60px 0;
  }

  h1 {
    font-size: 28px;
  }

  .mv-card {
    padding: 25px;
  }

  .value-card-pro {
    padding: 25px;
  }
}

/* HERO */
.contact-hero {
  min-height: 55vh;
  background:
    radial-gradient(circle at top right, rgba(168, 75, 214, 0.25), transparent 40%),
    radial-gradient(circle at bottom left, rgba(58, 53, 157, 0.25), transparent 40%),
    linear-gradient(135deg, #3A359D, #80119D);
}

/* FORM CARD */
.contact-card-pro {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* INPUTS */
.form-control-pro {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.form-control-pro:focus {
  border-color: #80119D;
  box-shadow: 0 0 0 2px rgba(128, 17, 157, 0.1);
}

/* INFO */
.contact-info-pro {
  padding: 20px;
}

.info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.info-item i {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #3A359D, #80119D);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-item small {
  color: #888;
  font-size: 12px;
}

.info-item p {
  margin: 0;
  font-weight: 500;
}

/* WHATSAPP */
.btn-whatsapp {
  background: #81109F;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  color: #fff;
}

/* BENEFICIOS */
.benefits {
  font-size: 14px;
  color: #666;
}


/* =========================
   STEP CARDS
========================= */
.step-card-pro {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  
   height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-card-pro:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.step-card-pro.highlight {
  border: 2px solid #80119D;
}

/* NUMERO */
.step-number {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #3A359D, #80119D);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: bold;
}

/* =========================
   CTA PRO (GLOBAL)
========================= */
.cta-pro {
  background: var(--vilanova-gradient);
  color: #fff;
  border-radius: 0px;
  overflow: hidden;

}

/* EFECTO DE FONDO */
.cta-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 60%);
  z-index: 1;
}

/* BADGE */
.cta-badge {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
}

/* BOTÓN PRINCIPAL */
.btn-cta-primary {
  background: #fff;
  color: #3A359D;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s;
}

.btn-cta-primary:hover {
  background: #f1f1f1;
}

/* BOTÓN SECUNDARIO */
.btn-cta-outline {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s;
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ICONO */
.cta-icon {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

/* =========================
   FONDO SUAVE
========================= */
.bg-soft {
  background: #fff;
}
.bg-filosofia{
      background: #fff;

}
/* =========================
   SOLUTION CARDS
========================= */
.solution-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.solution-card.highlight {
  border: 2px solid #80119D;
}

/* ICONO */
.solution-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 14px;
  background: linear-gradient(135deg, #3A359D, #80119D);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* =========================
   LISTA CUSTOM
========================= */
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #666;
}

.custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #80119D;
  font-weight: bold;
}

.faq-section {
  background: linear-gradient(90deg, #F3E8FF, #ffffff);
}

/* CONTENEDOR MÁS ANGOSTO = MÁS PREMIUM */
.faq-wrapper {
  max-width: 800px;
}

/* ITEM */
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
}

/* BOTÓN */
.faq-accordion .accordion-button {
  background: transparent;
  padding: 20px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: none;
}

/* ICONO */
.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(128, 17, 157, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #80119D;
  flex-shrink: 0;
}

/* TEXTO */
.faq-question {
  flex: 1;
  text-align: left;
}

/* ACTIVO */
.faq-accordion .accordion-button:not(.collapsed) {
  color: #80119D;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-icon {
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: #fff;
}

/* CUERPO */
.faq-accordion .accordion-body {
  padding: 0 0 20px 55px;
  color: #6c757d;
}

/* CTA */
.btn-vilanova {
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(128, 17, 157, 0.25);
  transition: all 0.3s ease;
}

.btn-vilanova:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(128, 17, 157, 0.35);
  color: #fff;
}

.resultados-section {
  background:  #ffffff;
}

/* CARDS */
.result-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(128, 17, 157, 0.08);
  box-shadow: 0 10px 25px rgba(128, 17, 157, 0.06);
}

.result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(128, 17, 157, 0.15);
}

.result-card.highlight {
  border: 2px solid #80119D;
}

/* ICONOS */
.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(128, 17, 157, 0.25);
}

.icon-box.large {
  width: 65px;
  height: 65px;
  font-size: 26px;
}

/* KPI STRIP */
.kpi-strip {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* BLOQUE FINAL */
.result-highlight {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* TEXTO GRADIENTE */


.metodologia-section {
  background: linear-gradient(90deg, #F3E8FF, #ffffff);
}

/* STEP CARD */
.step-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(128, 17, 157, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(128, 17, 157, 0.05);
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(128, 17, 157, 0.15);
}

/* NUMBER */
.step-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(128, 17, 157, 0.3);
}

/* CTA BOTON */
.btn-vilanova {
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(128, 17, 157, 0.25);
}

.btn-vilanova:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(128, 17, 157, 0.35);
  color: #fff;
}

/* TEXTO */
.metodologia-section h2 {
  color: #2d0a3a;
}

.metodologia-section p {
  color: #6c757d;
}

.soluciones-pro {
  background: linear-gradient(180deg, #f8f9fa, #ffffff);
}

/* BADGE */
.badge-soluciones {
  background: rgba(128, 17, 157, 0.1);
  color: #80119D;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

/* CARD */
.sol-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* HOVER PREMIUM */
.sol-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-color: rgba(128, 17, 157, 0.2);
}

/* TOP */
.sol-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ICON */
.sol-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
}

.sol-card:hover .sol-icon {
  transform: scale(1.1) rotate(3deg);
}

/* TAG */
.sol-tag {
  font-size: 11px;
  background: #f1f1f1;
  padding: 4px 10px;
  border-radius: 50px;
  color: #666;
}

/* LINK */
.sol-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #80119D;
  text-decoration: none;
  margin-top: 10px;
}

.sol-link i {
  transition: 0.3s;
}

.sol-card:hover .sol-link i {
  transform: translateX(5px);
}

/* CTA */
.btn-soluciones {
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.btn-soluciones:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(128, 17, 157, 0.3);
}



/*INICIO HERO*/

.hero-section {
  background: radial-gradient(circle at top right, rgba(168, 75, 214, 0.12), transparent 40%),
    linear-gradient(180deg, #faf7fd, #ffffff);
  padding: 50px 0;
}

/* BADGE */
.hero-badge {
    background: rgba(255,255,255,0.1);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    color: #fff;
}


/* TITULO */
.hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #2d0a3a;
}

/* GRADIENT */

/* SUBTITLE */
.hero-subtitle {
  font-size: 16px;
  color: #6c757d;
  max-width: 520px;
}

/* BOTONES */
.btn-vilanova {
  background: linear-gradient(135deg, #80119D, #a84bd6);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0 10px 25px rgba(128, 17, 157, 0.25);
  transition: 0.3s;
}

.btn-vilanova:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(128, 17, 157, 0.35);
  color: #fff;
}

.btn-outline-vilanova {
  border: 1px solid #80119D;
  color: #80119D;
  border-radius: 10px;
  font-weight: 500;
}

.btn-outline-vilanova:hover {
  background: #80119D;
  color: #fff;
}

/* VISUAL */
.hero-visual {
  position: relative;
  height: 300px;
}

/* CARDS FLOTANTES */
.floating-card {
  position: absolute;
  background: #fff;
  padding: 15px 20px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.floating-card strong {
  font-size: 18px;
}

/* POSICIONES */
.floating-card:nth-child(1) {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.floating-card:nth-child(2) {
  bottom: 40px;
  left: 20%;
}

.floating-card:nth-child(3) {
  bottom: 0;
  right: 20%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-visual {
    height: 200px;
  }
}

/*fin hero inicio*/