@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   BLOQUE: Variables generales
   ========================================================= */
:root {
  --blue: #0a6fe8;
  --blue-dark: #071f52;
  --blue-soft: #eaf4ff;
  --text: #0b1f4d;
  --muted: #5f6f92;
  --line: #e7eef8;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(10, 45, 95, 0.10);
  --shadow-soft: 0 10px 28px rgba(12, 44, 93, 0.08);
  --radius: 24px;
}

/* =========================================================
   BLOQUE: Reset base
   ========================================================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  color: var(--text);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* =========================================================
   BLOQUE: Contenedor general
   ========================================================= */
.site-page {
  width: 100%;
  margin: 0 auto;
  background: var(--white);
  overflow: hidden;
  /* box-shadow: 0 0 0 1px rgba(12, 45, 95, 0.05); */
}

/* =========================================================
   BLOQUE: Header principal
   ========================================================= */
.main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 92px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e9eff8;
  backdrop-filter: blur(16px);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.main-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(10, 45, 95, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.header-inner {
  height: 100%;
  padding: 0 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand-name {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.25px;
  color: #071d48;
}

.brand-name strong {
  color: var(--blue);
  font-weight: 700;
}

.header-brands {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #253a63;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.header-brands img:first-of-type {
  width: 92px;
}

.header-brands img:last-of-type {
  width: 70px;
  margin-left:20px;
}

.header-cta {
  justify-self: end;
  min-height: 48px;
  padding: 0 23px;
  border: 1.5px solid #0a74ea;
  border-radius: 11px;
  color: #0868d9;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 20px rgba(10, 111, 232, 0.06);
}

.header-cta-dot {
  /* width: 13px; */
  /* height: 13px; */
  /* border: 2px solid currentColor; */
  border-radius: 50%;
  position: relative;
}

.header-cta-dot img{
  width: 20px;
  height: 20px;
}



/* =========================================================
   BLOQUE: Hero / portada
   ========================================================= */
.hero-section {
  position: relative;
  min-height: 850px;
  padding: 55px 50px 36px;
  overflow: hidden;
  isolation: isolate;
}

.hero-image-wrap {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62.5%;
  z-index: -2;
  overflow: hidden;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 7%, rgba(255, 255, 255, 0.55) 23%, rgba(255, 255, 255, 0.05) 47%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.0) 70%, #ffffff 100%);
  pointer-events: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  filter: saturate(1.02) contrast(1.01);
}

.hero-content {
  width: min(520px, 46%);
  position: relative;
  z-index: 3;
}

.eyebrow-badge {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.eyebrow-badge img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.hero-content h1 {
  margin-top: 28px;
  max-width: 505px;
  font-size: clamp(48px, 4.9vw, 72px);
  line-height: 0.98;
  letter-spacing: -3.2px;
  font-weight: 700;
  color: #071c50;
}

.hero-highlight {
  margin-top: 24px;
  width: max-content;
  max-width: 100%;
  padding: 8px 18px 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0b6fe8;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.hero-highlight img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.hero-content p {
  margin-top: 24px;
  max-width: 485px;
  color: #334368;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

/* =========================================================
   BLOQUE: Botones
   ========================================================= */
.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-actions img{
	width:30px;
}

.btn {
  min-height: 58px;
  padding: 0 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(180deg, #1279f0 0%, #086bdc 100%);
  box-shadow: 0 12px 26px rgba(10, 111, 232, 0.25);
}

.btn-secondary {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.82);
  border: 1.5px solid #0b78ea;
  box-shadow: 0 10px 22px rgba(10, 111, 232, 0.08);
}

/* =========================================================
   BLOQUE: Accesos rápidos del hero
   ========================================================= */
.hero-tags {
  position: absolute;
  left: 50px;
  bottom: 80px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-tags span {
  min-height: 52px;
  padding: 0 22px 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  color: #203155;
  font-size: 13px;
  font-weight: 800;
  background: rgba(243, 248, 255, 0.95);
  box-shadow: 0 8px 22px rgba(7, 31, 82, 0.05);
}

.hero-tags img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* =========================================================
   BLOQUE: Panel de marcas
   ========================================================= */
.brand-panel {
  width: calc(100% - 100px);
  margin: 0 auto 26px;
  min-height: 156px;
  padding: 22px 24px 24px;
  border-radius: 15px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #edf3fb;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.brand-panel p {
  color: #0e2455;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.brand-logos {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}

.brand-logos img:first-child {
  width: 174px;
}

.brand-logos img:last-child {
  width: 148px;
}

.brand-divider {
  width: 1px;
  height: 70px;
  background: #d7e0ec;
}

/* =========================================================
   BLOQUE: Beneficios
   ========================================================= */
.features-section {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.feature-card {
  min-height: 304px;
  padding: 31px 26px 28px;
  border: 1px solid #edf2f9;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-card img {
  width: 91px;
  height: 91px;
  object-fit: contain;
}

.feature-card h3 {
  margin-top: 27px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.45px;
  font-weight: 700;
  color: #071c50;
}

.feature-line {
  width: 31px;
  height: 3px;
  margin: 17px auto 18px;
  border-radius: 99px;
  background: #88c6ff;
}

.feature-card p {
  max-width: 220px;
  color: #26365e;
  font-size: 15px;
  line-height: 1.44;
  font-weight: 500;
}

/* =========================================================
   BLOQUE: Pastilla informativa
   ========================================================= */
.info-ribbon {
  width: max-content;
  max-width: calc(100% - 100px);
  margin: 24px auto 22px;
  min-height: 41px;
  padding: 0 21px 0 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 999px;
  background: #eef6ff;
  color: #112653;
  font-size: 15px;
  font-weight: 700;
}

.info-ribbon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* =========================================================
   BLOQUE: Títulos de sección
   ========================================================= */
.section-heading {
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(31px, 2.35vw, 41px);
  line-height: 1.08;
  letter-spacing: -1px;
  color: #071c50;
  font-weight: 700;
}

.section-heading p {
  margin: 8px auto 0;
  max-width: 780px;
  color: #304162;
  font-size: 16px;
  font-weight: 500;
}

/* =========================================================
   BLOQUE: Proyectos
   ========================================================= */
.projects-section {
  border-top: 1px solid #e9eff8;
  padding: 18px 50px 22px;
}

.project-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.project-card {
  min-height: 416px;
  position: relative;
  overflow: hidden;
  border: 1px solid #edf2f9;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.project-photo {
  width: 100%;
  height: 206px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px 18px 0 0;
}

.project-icon {
  position: absolute;
  top: 169px;
  left: 28px;
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.project-content {
  padding: 53px 28px 30px;
}

.project-content h3 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.55px;
  color: #071c50;
  font-weight: 700;
}

.project-content p {
  margin-top: 17px;
  color: #26365e;
  font-size: 15px;
  line-height: 1.43;
  font-weight: 500;
}

/* =========================================================
   BLOQUE: Proceso de trabajo
   ========================================================= */
.process-section {
  padding: 4px 50px 16px;
}

.process-grid {
  position: relative;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 11%;
  right: 11%;
  border-top: 3px dotted #58a9ff;
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-step img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 50%;
}

.process-step h3 {
  margin-top: 15px;
  color: #071c50;
  font-size: 14px;
  line-height: 1.24;
  font-weight: 700;
}

.process-step h3 span {
  color: var(--blue);
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-right: 4px;
}

.process-step p {
  margin-top: 8px;
  max-width: 190px;
  color: #26365e;
  font-size: 12px;
  line-height: 1.34;
  font-weight: 500;
}

/* =========================================================
   BLOQUE: Llamado a la acción final
   ========================================================= */
.final-cta {
  width: calc(100% - 100px);
  min-height: 191px;
  margin: 0 auto 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  align-items: stretch;
  border-radius: 15px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.92) 0 55px, transparent 56px),
    linear-gradient(135deg, #e9f7ff 0%, #cfeeff 42%, #eef8ff 100%);
  box-shadow: var(--shadow-soft);
}

.final-cta-content {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: center;
  padding: 28px 36px;
}

.final-cta-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.final-cta h2 {
  max-width: 460px;
  color: #071c50;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.95px;
  font-weight: 700;
}

.final-cta p {
  margin-top: 11px;
  max-width: 450px;
  color: #26365e;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.final-cta .btn {
  margin-top: 17px;
  min-height: 43px;
  padding: 0 24px;
  border-radius: 7px;
  font-size: 12px;
  gap: 14px;
}

.final-cta-image {
  min-height: 191px;
  overflow: hidden;
  position: relative;
}

.final-cta-image::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 35%;
  background: linear-gradient(90deg, #e9f7ff 0%, rgba(233, 247, 255, 0) 100%);
  z-index: 1;
}

.final-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* =========================================================
   BLOQUE: Animaciones JS
   ========================================================= */
[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   FOOTER CONTACTO - PC
========================= */

.footer-contacto-multisplit {
    width: calc(100% - 100px);
	margin: 0 auto 16px;
    background: #ffffff;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.footer-contacto-card {
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(180deg, #eef8ff 0%, #f8fcff 58%, #eef8ff 100%);
    box-shadow: 0 22px 45px rgba(10, 45, 95, 0.10);
}

.footer-contacto-contenido {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 1px 1.05fr 1px 1fr;
    align-items: center;
    min-height: 205px;
    padding: 44px 58px 34px;
}

.footer-contacto-item {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 2;
}


.footer-contacto-whatsapp{
	margin-left:50px;
}

.footer-contacto-icono {
    width: 82px;
    height: 82px;
    min-width: 82px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 25px rgba(0, 84, 180, 0.08);
}

.footer-contacto-icono img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    display: block;
}

.footer-contacto-texto p {
    margin: 0 0 8px;
    color: #06194c;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.footer-contacto-texto p:last-child {
    margin-bottom: 0;
}

.footer-contacto-texto span {
    color: #006ce5;
}

.footer-contacto-label {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.footer-contacto-numero {
    color: #006ce5 !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    letter-spacing: -1px;
}

.footer-contacto-divisor {
    width: 1px;
    height: 118px;
    background: rgba(0, 108, 229, 0.22);
    justify-self: center;
}

.footer-contacto-deco {
    position: relative;
    height: 100%;
    min-height: 145px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer-contacto-deco img {
    position: relative;
    z-index: 2;
    width: 260px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 50%;
}

.footer-contacto-circulo {
    position: absolute;
    right: -40px;
    bottom: -35px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(204, 235, 255, 0.65);
    z-index: 1;
}

.footer-contacto-copy {
    border-top: 1px solid rgba(0, 108, 229, 0.18);
    padding: 27px 20px 30px;
    text-align: center;
    color: #0051aa;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    background: rgba(235, 248, 255, 0.55);
}
