﻿* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1D1A2B;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  color: #1D1A2B;
}

p {
  margin: 0;
  color: #4A4A58;
  line-height: 1.7;
}

a {
  color: inherit;
}

.EstiloEtiqueta {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background-color: rgba(91, 62, 150, 0.1);
  color: #5B3E96;
  margin-bottom: 16px;
}

.EstiloEtiquetaTurquesa {
  background-color: rgba(47, 212, 198, 0.15);
  color: rgb(25.1490039841, 121.6509960159, 113.4629482072);
}

.EstiloEtiquetaDorado {
  background-color: rgba(255, 184, 107, 0.2);
  color: rgb(234.5, 122.0033783784, 0);
}

.EstiloEtiquetaVioleta {
  background-color: rgba(91, 62, 150, 0.1);
  color: #5B3E96;
}

.EstiloBotonPrimario {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  background: linear-gradient(120deg, #5B3E96, #43296F);
  color: #FFFFFF;
  box-shadow: 0 14px 30px rgba(91, 62, 150, 0.35);
}
.EstiloBotonPrimario:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(91, 62, 150, 0.42);
  color: #FFFFFF;
}

.EstiloBotonSecundario {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  background-color: #FFFFFF;
  color: #5B3E96;
  border: 2px solid rgba(91, 62, 150, 0.25);
}
.EstiloBotonSecundario:hover {
  border-color: #5B3E96;
  transform: translateY(-2px);
  color: #5B3E96;
}

.EstiloNavbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}

.EstiloNavbarConSombra {
  box-shadow: 0 8px 24px rgba(29, 26, 43, 0.08);
}

.EstiloNavbarContenedor {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.EstiloNavbarMarca {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.EstiloNavbarIcono {
  height: 34px;
}

.EstiloNavbarTexto {
  font-size: 1.4rem;
  font-weight: 800;
  color: #5B3E96;
}

.EstiloNavbarBoton {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #5B3E96;
  cursor: pointer;
}

.EstiloNavbarEnlaces {
  display: flex;
  align-items: center;
  gap: 32px;
}

.EstiloNavbarEnlace {
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: #4A4A58;
  position: relative;
  transition: all 0.25s ease;
}
.EstiloNavbarEnlace:hover {
  color: #5B3E96;
}

.EstiloNavbarEnlaceActivo {
  color: #5B3E96;
}

.EstiloNavbarEnlaceAcceso {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: #2FD4C6;
  background-color: rgba(47, 212, 198, 0.12);
  padding: 8px 16px;
  border-radius: 50px;
  transition: all 0.25s ease;
}
.EstiloNavbarEnlaceAcceso:hover {
  background-color: rgba(47, 212, 198, 0.22);
}

.EstiloBotonNavbar {
  padding: 10px 22px;
}

.EstiloHero {
  position: relative;
  padding: 150px 0 90px;
  overflow: hidden;
  background-color: #F7F6FB;
}

.EstiloHeroOrbe {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  z-index: 0;
}

.EstiloHeroOrbeVioleta {
  width: 320px;
  height: 320px;
  background-color: #5B3E96;
  top: -80px;
  right: 10%;
}

.EstiloHeroOrbeTurquesa {
  width: 260px;
  height: 260px;
  background-color: #2FD4C6;
  bottom: -100px;
  left: 5%;
}

.EstiloHeroOrbeDorado {
  width: 200px;
  height: 200px;
  background-color: #FFB86B;
  top: 40%;
  right: -60px;
}

.EstiloHeroContenedor {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.EstiloHeroLogo {
  max-width: 320px;
  width: 100%;
}

.EstiloHeroDescripcion {
  margin-top: 22px;
  font-size: 1.08rem;
  max-width: 520px;
}

.EstiloHeroBotones {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.EstiloAccesoRapidoSaira {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  color: #4A4A58;
}
.EstiloAccesoRapidoSaira i {
  color: #FFB86B;
}
.EstiloAccesoRapidoSaira:hover {
  color: #5B3E96;
}

.EstiloHeroTarjeta {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 45px rgba(91, 62, 150, 0.12);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.EstiloHeroTarjetaFila {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: #1D1A2B;
}
.EstiloHeroTarjetaFila i {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: rgba(91, 62, 150, 0.1);
  color: #5B3E96;
}

.EstiloSeccion {
  padding: 90px 0;
  background-color: #FFFFFF;
}

.EstiloSeccionClara {
  background-color: #F7F6FB;
}

.EstiloSeccionOscura {
  background-color: #1D1A2B;
}

.EstiloSeccionContenedor {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.EstiloSeccionEncabezado {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}

.EstiloTituloSeccion {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.EstiloTituloClaro {
  color: #FFFFFF;
}

.EstiloParrafoSeccion {
  font-size: 1.05rem;
}

.EstiloParrafoClaro {
  color: rgba(255, 255, 255, 0.75);
}

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

.EstiloTarjetaInformativa {
  background-color: #F7F6FB;
  border-radius: 20px;
  padding: 34px;
}
.EstiloTarjetaInformativa h3 {
  margin: 18px 0 10px;
  font-size: 1.25rem;
}

.EstiloIconoRedondo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.EstiloIconoVioleta {
  background-color: rgba(91, 62, 150, 0.12);
  color: #5B3E96;
}

.EstiloIconoTurquesa {
  background-color: rgba(47, 212, 198, 0.18);
  color: rgb(26.8964143426, 130.1035856574, 121.3466135458);
}

.EstiloIconoDorado {
  background-color: rgba(255, 184, 107, 0.22);
  color: rgb(249.8, 129.9635135135, 0);
}

.EstiloGrillaCaracteristicas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.EstiloTarjetaCaracteristica {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 45px rgba(91, 62, 150, 0.12);
  transition: all 0.25s ease;
}
.EstiloTarjetaCaracteristica h3 {
  margin: 18px 0 10px;
  font-size: 1.15rem;
}
.EstiloTarjetaCaracteristica:hover {
  transform: translateY(-6px);
}

.EstiloGrillaPasos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.EstiloTarjetaPaso {
  background-color: #F7F6FB;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.EstiloTarjetaPaso h3 {
  margin: 6px 0 10px;
  font-size: 1.1rem;
}

.EstiloNumeroPaso {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(120deg, #5B3E96, #43296F);
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.EstiloContactoAlara {
  display: flex;
  justify-content: center;
}

.EstiloDiagramaConglomerado {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.EstiloNodoAethel {
  background: linear-gradient(120deg, #5B3E96, #43296F);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 20px 44px;
  border-radius: 50px;
  box-shadow: 0 20px 40px rgba(91, 62, 150, 0.4);
}

.EstiloNodosProductos {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.EstiloNodoProducto {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 200px;
}
.EstiloNodoProducto img {
  height: 40px;
}
.EstiloNodoProducto i {
  font-size: 1.8rem;
  color: #2FD4C6;
}
.EstiloNodoProducto span {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.15rem;
}
.EstiloNodoProducto small {
  color: rgba(255, 255, 255, 0.65);
}

.EstiloFooter {
  background-color: #1D1A2B;
  color: rgba(255, 255, 255, 0.75);
  padding: 60px 0 30px;
}

.EstiloFooterContenedor {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}

.EstiloFooterMarca {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.EstiloFooterMarca p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
}

.EstiloFooterIcono {
  height: 30px;
}

.EstiloFooterTexto {
  font-size: 1.3rem;
  font-weight: 800;
  color: #FFFFFF;
}

.EstiloFooterEnlaces {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.EstiloFooterEnlaces a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.92rem;
}
.EstiloFooterEnlaces a:hover {
  color: #2FD4C6;
}

.EstiloFooterDerechos {
  display: flex;
  align-items: flex-end;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.EstiloBotonArriba {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #5B3E96;
  color: #FFFFFF;
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.25s ease;
  z-index: 900;
}
.EstiloBotonArriba:hover {
  background-color: #43296F;
}

.EstiloBotonArribaVisible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .EstiloHeroContenedor {
    grid-template-columns: 1fr;
  }
  .EstiloGrillaCaracteristicas {
    grid-template-columns: repeat(2, 1fr);
  }
  .EstiloGrillaPasos {
    grid-template-columns: 1fr;
  }
  .EstiloFooterContenedor {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .EstiloNavbarBoton {
    display: block;
  }
  .EstiloNavbarEnlaces {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    box-shadow: 0 20px 30px rgba(29, 26, 43, 0.1);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease;
  }
  .EstiloNavbarEnlacesAbierto {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .EstiloBotonNavbar,
  .EstiloNavbarEnlaceAcceso {
    width: 100%;
    justify-content: center;
  }
  .EstiloGrillaDos,
  .EstiloGrillaCaracteristicas {
    grid-template-columns: 1fr;
  }
  .EstiloFooterContenedor {
    grid-template-columns: 1fr;
  }
}
