.elementor-29 .elementor-element.elementor-element-229c95f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-29 .elementor-element.elementor-element-9865fec{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-29 .elementor-element.elementor-element-a80b8e4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-ea36812{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-2ccac27{width:100%;max-width:100%;}.elementor-29 .elementor-element.elementor-element-eff0e05{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-7480187{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-97ca4ae{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-ca9b2e6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-b8480dc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-d6228ca{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-fbe3e53 *//* ============================================================
   TRANSSUMAPAZ S.A.S. — PÁGINA DE INICIO
   Colores tomados del logo:
     #91BF1F  verde lima   ·  #6F9D21  verde oscuro
     #2C2E7B  azul marino
   Este archivo va creciendo bloque por bloque.
   ------------------------------------------------------------
   ÍNDICE
     0. Variables y utilidades compartidas
     1. Hero
     2. Líneas de negocio
     3. Quiénes somos + credenciales
   ============================================================ */


/* ============================================================
   0. VARIABLES Y UTILIDADES COMPARTIDAS
   ============================================================ */
:root{
  --navy:        #2C2E7B;
  --navy-deep:   #1E2058;
  --navy-black:  #12143A;
  --navy-line:   #3A3D80;
  --lime:        #91BF1F;
  --lime-dark:   #6F9D21;
  --ink:         #1F2430;
  --ink-soft:    #5F6B75;
  --line:        #E2E5EF;
  --mist:        #F5F6FA;
  --on-navy:     #AEB3D6;
  --on-navy-hi:  #D7DAEE;
  --on-navy-lo:  #8C91C4;

  --shell:       1200px;
  --ease:        cubic-bezier(.4,0,.2,1);
}

.tssp-hero *, .tssp-hero *::before, .tssp-hero *::after,
.tssp-lines *, .tssp-lines *::before, .tssp-lines *::after,
.tssp-about *, .tssp-about *::before, .tssp-about *::after{ box-sizing: border-box; }


/* ============================================================
   1. HERO
   ============================================================ */
.tssp-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy-deep);
  font-family: "Inter", system-ui, sans-serif;
}

/* Trazo de carretera — retoma el motivo del logo */
.tssp-hero__road{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .9;
  pointer-events: none;
}

.tssp-hero__shell{
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 76px 24px 0;
}

.tssp-hero__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}

/* --- Columna de texto --- */
.tssp-hero__copy h1{
  margin: 0 0 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.005em;
  color: #fff;
  max-width: 15ch;
}

.tssp-hero__copy p{
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--on-navy);
  max-width: 52ch;
}

.tssp-hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.tssp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}

.tssp-btn--solid{
  background: var(--lime);
  color: var(--navy-deep);
  border: 1px solid var(--lime);
}

.tssp-btn--solid:hover,
.tssp-btn--solid:focus-visible{
  background: var(--lime-dark);
  border-color: var(--lime-dark);
  color: #fff;
}

.tssp-btn--ghost{
  background: transparent;
  color: var(--on-navy-hi);
  border: 1px solid var(--navy-line);
}

.tssp-btn--ghost:hover,
.tssp-btn--ghost:focus-visible{
  background: rgba(255,255,255,.06);
  border-color: var(--lime);
  color: #fff;
}

/* --- Panel de líneas de negocio --- */
.tssp-hero__panel{
  background: rgba(18,20,58,.62);
  border: 1px solid var(--navy-line);
  border-radius: 6px;
  padding: 22px 22px 8px;
  backdrop-filter: blur(2px);
}

.tssp-hero__panel-title{
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.tssp-hero__panel ul{
  margin: 0; padding: 0;
  list-style: none;
}

.tssp-hero__panel li{ margin-bottom: 14px; }

.tssp-hero__panel a{
  display: block;
  padding-left: 13px;
  border-left: 2px solid var(--lime);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  transition: border-color .18s var(--ease), transform .18s var(--ease);
}

.tssp-hero__panel a small{
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--on-navy-lo);
}

.tssp-hero__panel a:hover,
.tssp-hero__panel a:focus-visible{
  border-left-color: #fff;
  transform: translateX(3px);
}

.tssp-hero__panel a:hover small,
.tssp-hero__panel a:focus-visible small{ color: var(--on-navy); }

/* --- Franja de datos --- */
.tssp-hero__facts{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin: 56px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--navy-line);
  list-style: none;
}

.tssp-hero__facts li{
  font-size: 13px;
  line-height: 1.5;
  color: var(--on-navy-lo);
}

.tssp-hero__facts strong{
  font-weight: 500;
  color: var(--on-navy-hi);
}

/* --- Foco visible --- */
.tssp-hero a:focus-visible{
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

/* --- Responsive --- */
@media (max-width: 1024px){
  .tssp-hero__shell{ padding-top: 60px; }

  .tssp-hero__grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tssp-hero__copy h1{ max-width: 18ch; }
  .tssp-hero__facts{ margin-top: 40px; }
}

@media (max-width: 640px){
  .tssp-hero__shell{ padding: 46px 18px 0; }

  .tssp-hero__road{ opacity: .55; }

  .tssp-hero__copy h1{
    font-size: clamp(30px, 8vw, 40px);
    max-width: none;
  }

  .tssp-hero__copy p{ font-size: 15px; margin-bottom: 24px; }

  .tssp-btn{ flex: 1 1 100%; padding: 14px 20px; }

  .tssp-hero__panel{ padding: 18px 18px 6px; }

  .tssp-hero__facts{
    gap: 9px;
    margin-top: 34px;
  }

  .tssp-hero__facts li{ width: 100%; font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce){
  .tssp-hero *{ transition-duration: .01ms !important; }
}


/* ============================================================
   2. LÍNEAS DE NEGOCIO
   ============================================================ */
.tssp-lines{
  background: #fff;
  font-family: "Inter", system-ui, sans-serif;
}

.tssp-lines__shell{
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 86px 24px;
}

/* --- Encabezado de sección --- */
.tssp-lines__head{ margin-bottom: 44px; }

.tssp-lines__head h2{
  margin: 0 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(29px, 3.6vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--navy);
  max-width: 20ch;
}

.tssp-lines__head p{
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 62ch;
}

/* --- Rejilla --- */
.tssp-lines__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* --- Tarjeta --- */
.tssp-card{
  padding: 26px 26px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--lime);
  border-radius: 0 0 4px 4px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}

.tssp-card:hover,
.tssp-card:focus-within{
  border-color: #C9CCE4;
  border-top-color: var(--lime);
  box-shadow: 0 10px 30px rgba(30,32,88,.09);
}

.tssp-card h3{
  margin: 0 0 16px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
}

.tssp-card h3 a{
  color: var(--navy);
  text-decoration: none;
  transition: color .18s var(--ease);
}

.tssp-card h3 a:hover,
.tssp-card h3 a:focus-visible{ color: var(--lime-dark); }

.tssp-card ul{
  margin: 0; padding: 0;
  list-style: none;
}

.tssp-card li{
  position: relative;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.tssp-card li + li{ margin-top: 11px; }

.tssp-card li::before{
  content: "";
  position: absolute;
  left: 0; top: .58em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

/* --- Foco visible --- */
.tssp-lines a:focus-visible{
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

/* --- Responsive --- */
@media (max-width: 900px){
  .tssp-lines__shell{ padding-block: 66px; }
  .tssp-lines__head{ margin-bottom: 34px; }
  .tssp-lines__head h2{ max-width: none; }

  .tssp-lines__grid{ grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 640px){
  .tssp-lines__shell{ padding: 52px 18px; }
  .tssp-lines__head p{ font-size: 15px; }

  .tssp-card{ padding: 22px 20px 24px; }
  .tssp-card h3{ font-size: 21px; margin-bottom: 14px; }
  .tssp-card li{ font-size: 14px; }
}

@media (prefers-reduced-motion: reduce){
  .tssp-lines *{ transition-duration: .01ms !important; }
}


/* ============================================================
   3. QUIÉNES SOMOS + CREDENCIALES
   ============================================================ */
.tssp-about{
  background: var(--mist);
  border-top: 1px solid var(--line);
  font-family: "Inter", system-ui, sans-serif;
}

.tssp-about__shell{
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 86px 24px;
}

/* --- Párrafo de entrada --- */
.tssp-about__lead{
  margin: 0 0 56px;
  padding-left: 22px;
  border-left: 3px solid var(--lime);
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink);
  max-width: 78ch;
}

/* --- Rejilla --- */
.tssp-about__grid{
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: start;
}

/* --- Columna de texto --- */
.tssp-about__copy h2{
  margin: 0 0 20px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(29px, 3.6vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--navy);
}

.tssp-about__copy p{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 60ch;
}

.tssp-about__copy p:last-child{ margin-bottom: 0; }

.tssp-about__note{
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--navy) !important;
  font-weight: 500;
}

/* --- Panel de credenciales --- */
.tssp-facts{
  background: var(--navy-deep);
  border-radius: 6px;
  padding: 30px 30px 32px;
}

.tssp-facts h3{
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--navy-line);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fff;
}

.tssp-facts dl{ margin: 0; }

.tssp-facts dl > div{
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  padding-block: 13px;
}

.tssp-facts dl > div + div{ border-top: 1px solid rgba(255,255,255,.07); }

.tssp-facts dt{
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--on-navy-lo);
}

.tssp-facts dd{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--on-navy-hi);
}

/* --- Responsive --- */
@media (max-width: 980px){
  .tssp-about__shell{ padding-block: 66px; }

  .tssp-about__lead{
    margin-bottom: 42px;
    font-size: 17px;
  }

  .tssp-about__grid{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .tssp-about__copy p{ max-width: none; }
}

@media (max-width: 640px){
  .tssp-about__shell{ padding: 52px 18px; }

  .tssp-about__lead{
    margin-bottom: 34px;
    padding-left: 16px;
    font-size: 16px;
  }

  .tssp-about__copy p{ font-size: 15px; }

  .tssp-facts{ padding: 24px 22px 26px; }

  .tssp-facts dl > div{
    grid-template-columns: 1fr;
    padding-block: 12px;
  }

  .tssp-facts dd{ font-size: 13.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ccac27 *//* ============================================================
   TRANSSUMAPAZ S.A.S. — PÁGINA DE INICIO
   Colores tomados del logo:
     #91BF1F  verde lima   ·  #6F9D21  verde oscuro
     #2C2E7B  azul marino
   Este archivo va creciendo bloque por bloque.
   ------------------------------------------------------------
   ÍNDICE
     0. Variables y utilidades compartidas
     1. Hero
   ============================================================ */


/* ============================================================
   0. VARIABLES Y UTILIDADES COMPARTIDAS
   ============================================================ */
.tssp-hero{
  --navy:        #2C2E7B;
  --navy-deep:   #1E2058;
  --navy-black:  #12143A;
  --navy-line:   #3A3D80;
  --lime:        #91BF1F;
  --lime-dark:   #6F9D21;
  --ink:         #1F2430;
  --ink-soft:    #5F6B75;
  --line:        #E2E5EF;
  --mist:        #F5F6FA;
  --on-navy:     #AEB3D6;
  --on-navy-hi:  #D7DAEE;
  --on-navy-lo:  #8C91C4;

  --shell:       1200px;
  --ease:        cubic-bezier(.4,0,.2,1);
}

.tssp-hero *,
.tssp-hero *::before,
.tssp-hero *::after{ box-sizing: border-box; }


/* ============================================================
   1. HERO
   ============================================================ */
.tssp-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy-deep);
  font-family: "Inter", system-ui, sans-serif;
}

/* Trazo de carretera — retoma el motivo del logo */
.tssp-hero__road{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .9;
  pointer-events: none;
}

.tssp-hero__shell{
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 76px 24px 0;
}

.tssp-hero__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}

/* --- Columna de texto --- */
.tssp-hero__copy h1{
  margin: 0 0 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.005em;
  color: #fff;
  max-width: 15ch;
}

.tssp-hero__copy p{
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--on-navy);
  max-width: 52ch;
}

.tssp-hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.tssp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}

.tssp-btn--solid{
  background: var(--lime);
  color: var(--navy-deep);
  border: 1px solid var(--lime);
}

.tssp-btn--solid:hover,
.tssp-btn--solid:focus-visible{
  background: var(--lime-dark);
  border-color: var(--lime-dark);
  color: #fff;
}

.tssp-btn--ghost{
  background: transparent;
  color: var(--on-navy-hi);
  border: 1px solid var(--navy-line);
}

.tssp-btn--ghost:hover,
.tssp-btn--ghost:focus-visible{
  background: rgba(255,255,255,.06);
  border-color: var(--lime);
  color: #fff;
}

/* --- Panel de líneas de negocio --- */
.tssp-hero__panel{
  background: rgba(18,20,58,.62);
  border: 1px solid var(--navy-line);
  border-radius: 6px;
  padding: 22px 22px 8px;
  backdrop-filter: blur(2px);
}

.tssp-hero__panel-title{
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.tssp-hero__panel ul{
  margin: 0; padding: 0;
  list-style: none;
}

.tssp-hero__panel li{ margin-bottom: 14px; }

.tssp-hero__panel a{
  display: block;
  padding-left: 13px;
  border-left: 2px solid var(--lime);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  transition: border-color .18s var(--ease), transform .18s var(--ease);
}

.tssp-hero__panel a small{
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--on-navy-lo);
}

.tssp-hero__panel a:hover,
.tssp-hero__panel a:focus-visible{
  border-left-color: #fff;
  transform: translateX(3px);
}

.tssp-hero__panel a:hover small,
.tssp-hero__panel a:focus-visible small{ color: var(--on-navy); }

/* --- Franja de datos --- */
.tssp-hero__facts{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin: 56px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--navy-line);
  list-style: none;
}

.tssp-hero__facts li{
  font-size: 13px;
  line-height: 1.5;
  color: var(--on-navy-lo);
}

.tssp-hero__facts strong{
  font-weight: 500;
  color: var(--on-navy-hi);
}

/* --- Foco visible --- */
.tssp-hero a:focus-visible{
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

/* --- Responsive --- */
@media (max-width: 1024px){
  .tssp-hero__shell{ padding-top: 60px; }

  .tssp-hero__grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tssp-hero__copy h1{ max-width: 18ch; }
  .tssp-hero__facts{ margin-top: 40px; }
}

@media (max-width: 640px){
  .tssp-hero__shell{ padding: 46px 18px 0; }

  .tssp-hero__road{ opacity: .55; }

  .tssp-hero__copy h1{
    font-size: clamp(30px, 8vw, 40px);
    max-width: none;
  }

  .tssp-hero__copy p{ font-size: 15px; margin-bottom: 24px; }

  .tssp-btn{ flex: 1 1 100%; padding: 14px 20px; }

  .tssp-hero__panel{ padding: 18px 18px 6px; }

  .tssp-hero__facts{
    gap: 9px;
    margin-top: 34px;
  }

  .tssp-hero__facts li{ width: 100%; font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce){
  .tssp-hero *{ transition-duration: .01ms !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ea36812 */h1.entry-title {
  display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ac4d74 *//* ============================================================
   TRANSSUMAPAZ S.A.S. — PÁGINA DE INICIO
   Colores tomados del logo:
     #91BF1F  verde lima   ·  #6F9D21  verde oscuro
     #2C2E7B  azul marino
   Este archivo va creciendo bloque por bloque.
   ------------------------------------------------------------
   ÍNDICE
     0. Variables y utilidades compartidas
     1. Hero
     2. Líneas de negocio
   ============================================================ */


/* ============================================================
   0. VARIABLES Y UTILIDADES COMPARTIDAS
   ============================================================ */
:root{
  --navy:        #2C2E7B;
  --navy-deep:   #1E2058;
  --navy-black:  #12143A;
  --navy-line:   #3A3D80;
  --lime:        #91BF1F;
  --lime-dark:   #6F9D21;
  --ink:         #1F2430;
  --ink-soft:    #5F6B75;
  --line:        #E2E5EF;
  --mist:        #F5F6FA;
  --on-navy:     #AEB3D6;
  --on-navy-hi:  #D7DAEE;
  --on-navy-lo:  #8C91C4;

  --shell:       1200px;
  --ease:        cubic-bezier(.4,0,.2,1);
}

.tssp-hero *, .tssp-hero *::before, .tssp-hero *::after,
.tssp-lines *, .tssp-lines *::before, .tssp-lines *::after{ box-sizing: border-box; }


/* ============================================================
   1. HERO
   ============================================================ */
.tssp-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy-deep);
  font-family: "Inter", system-ui, sans-serif;
}

/* Trazo de carretera — retoma el motivo del logo */
.tssp-hero__road{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .9;
  pointer-events: none;
}

.tssp-hero__shell{
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 76px 24px 0;
}

.tssp-hero__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}

/* --- Columna de texto --- */
.tssp-hero__copy h1{
  margin: 0 0 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.005em;
  color: #fff;
  max-width: 15ch;
}

.tssp-hero__copy p{
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--on-navy);
  max-width: 52ch;
}

.tssp-hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.tssp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}

.tssp-btn--solid{
  background: var(--lime);
  color: var(--navy-deep);
  border: 1px solid var(--lime);
}

.tssp-btn--solid:hover,
.tssp-btn--solid:focus-visible{
  background: var(--lime-dark);
  border-color: var(--lime-dark);
  color: #fff;
}

.tssp-btn--ghost{
  background: transparent;
  color: var(--on-navy-hi);
  border: 1px solid var(--navy-line);
}

.tssp-btn--ghost:hover,
.tssp-btn--ghost:focus-visible{
  background: rgba(255,255,255,.06);
  border-color: var(--lime);
  color: #fff;
}

/* --- Panel de líneas de negocio --- */
.tssp-hero__panel{
  background: rgba(18,20,58,.62);
  border: 1px solid var(--navy-line);
  border-radius: 6px;
  padding: 22px 22px 8px;
  backdrop-filter: blur(2px);
}

.tssp-hero__panel-title{
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.tssp-hero__panel ul{
  margin: 0; padding: 0;
  list-style: none;
}

.tssp-hero__panel li{ margin-bottom: 14px; }

.tssp-hero__panel a{
  display: block;
  padding-left: 13px;
  border-left: 2px solid var(--lime);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  transition: border-color .18s var(--ease), transform .18s var(--ease);
}

.tssp-hero__panel a small{
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--on-navy-lo);
}

.tssp-hero__panel a:hover,
.tssp-hero__panel a:focus-visible{
  border-left-color: #fff;
  transform: translateX(3px);
}

.tssp-hero__panel a:hover small,
.tssp-hero__panel a:focus-visible small{ color: var(--on-navy); }

/* --- Franja de datos --- */
.tssp-hero__facts{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin: 56px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--navy-line);
  list-style: none;
}

.tssp-hero__facts li{
  font-size: 13px;
  line-height: 1.5;
  color: var(--on-navy-lo);
}

.tssp-hero__facts strong{
  font-weight: 500;
  color: var(--on-navy-hi);
}

/* --- Foco visible --- */
.tssp-hero a:focus-visible{
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

/* --- Responsive --- */
@media (max-width: 1024px){
  .tssp-hero__shell{ padding-top: 60px; }

  .tssp-hero__grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tssp-hero__copy h1{ max-width: 18ch; }
  .tssp-hero__facts{ margin-top: 40px; }
}

@media (max-width: 640px){
  .tssp-hero__shell{ padding: 46px 18px 0; }

  .tssp-hero__road{ opacity: .55; }

  .tssp-hero__copy h1{
    font-size: clamp(30px, 8vw, 40px);
    max-width: none;
  }

  .tssp-hero__copy p{ font-size: 15px; margin-bottom: 24px; }

  .tssp-btn{ flex: 1 1 100%; padding: 14px 20px; }

  .tssp-hero__panel{ padding: 18px 18px 6px; }

  .tssp-hero__facts{
    gap: 9px;
    margin-top: 34px;
  }

  .tssp-hero__facts li{ width: 100%; font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce){
  .tssp-hero *{ transition-duration: .01ms !important; }
}


/* ============================================================
   2. LÍNEAS DE NEGOCIO
   ============================================================ */
.tssp-lines{
  background: #fff;
  font-family: "Inter", system-ui, sans-serif;
}

.tssp-lines__shell{
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 86px 24px;
}

/* --- Encabezado de sección --- */
.tssp-lines__head{ margin-bottom: 44px; }

.tssp-lines__head h2{
  margin: 0 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(29px, 3.6vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--navy);
  max-width: 20ch;
}

.tssp-lines__head p{
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 62ch;
}

/* --- Rejilla --- */
.tssp-lines__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* --- Tarjeta --- */
.tssp-card{
  padding: 26px 26px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--lime);
  border-radius: 0 0 4px 4px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}

.tssp-card:hover,
.tssp-card:focus-within{
  border-color: #C9CCE4;
  border-top-color: var(--lime);
  box-shadow: 0 10px 30px rgba(30,32,88,.09);
}

.tssp-card h3{
  margin: 0 0 16px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
}

.tssp-card h3 a{
  color: var(--navy);
  text-decoration: none;
  transition: color .18s var(--ease);
}

.tssp-card h3 a:hover,
.tssp-card h3 a:focus-visible{ color: var(--lime-dark); }

.tssp-card ul{
  margin: 0; padding: 0;
  list-style: none;
}

.tssp-card li{
  position: relative;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.tssp-card li + li{ margin-top: 11px; }

.tssp-card li::before{
  content: "";
  position: absolute;
  left: 0; top: .58em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

/* --- Foco visible --- */
.tssp-lines a:focus-visible{
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

/* --- Responsive --- */
@media (max-width: 900px){
  .tssp-lines__shell{ padding-block: 66px; }
  .tssp-lines__head{ margin-bottom: 34px; }
  .tssp-lines__head h2{ max-width: none; }

  .tssp-lines__grid{ grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 640px){
  .tssp-lines__shell{ padding: 52px 18px; }
  .tssp-lines__head p{ font-size: 15px; }

  .tssp-card{ padding: 22px 20px 24px; }
  .tssp-card h3{ font-size: 21px; margin-bottom: 14px; }
  .tssp-card li{ font-size: 14px; }
}

@media (prefers-reduced-motion: reduce){
  .tssp-lines *{ transition-duration: .01ms !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eff0e05 */h1.entry-title {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7480187 */h1.entry-title {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-97ca4ae */h1.entry-title {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ca9b2e6 */h1.entry-title {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b8480dc */h1.entry-title {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d6228ca */h1.entry-title {
  display: none;
}/* End custom CSS */