/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*** General ***/
/* scroll global de toda la página */
html {
  scrollbar-color: #0068ff rgba(0, 0, 0, 0.08);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 20px;
  height: 70px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar-thumb {
  background: #0068ff;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0052cc;
}

/*** Typography ***/
/*
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

#main-content h1,
#main-content h1 span,
#main-content h2,
#main-content h2 span,
#main-content h3,
#main-content h3 span,
#main-content h4,
#main-content h4 span, * {
font-family: "Inter", sans-serif!important;
}
*/
.titulos {
  max-width: 735px;
  margin: 0 auto 40px;
}

.titulos-lg {
  max-width: 885px;
  margin: 0 auto 40px;
}

strong {
  font-weight: 700;
}
.hero-heading strong {
  font-weight: 800;
}

.heading-blue .p {
  font-size: 14px;
  letter-spacing: 2.82px;
  margin-bottom: 20px;
}

.heading-blue .p,
.heading-red .p{
  text-transform: uppercase;
  font-weight: 700!important;
  position: relative;
}

.heading-red .p:before {
  content: '⬤';
  color: #FF4C17;
  width: 10px;
  height: 10px;
  align-content: center;
  padding-right: 8px;
}

.heading-blue .p:before {
  content: '◼';
  color: #0068FF;
  width: 10px;
  height: 10px;
  align-content: center;
  padding-right: 8px;
}

/*** HERO ***/
#hero {
  position: relative;
}

#hero:before {
  content: '';
  position: absolute!important;
  top: 118px;
  right: 60px;
  background: #C0D400;
  width: 20px;
  height: 20px;
}

#hero:after {
  content: '';
  position: absolute!important;
  bottom: 100px;
  left: 24px;
  background: #0068FF;
  width: 14px;
  height: 12px;
}

@media(min-width: 992px){
  #hero:before {
    right: 144px;
  }
  #hero:after {
    bottom: 66px;
    left: 65px;
  }
}

@media(max-width: 992px){
  #hero img.hs-image-widget {
    max-width: 182px!important;
  }
}

.hero-heading .rich-text-rutan__content h1,
.hero-heading .rich-text-rutan__content h1 span{
  font-size: 40px!important;
  line-height: 36.61px!important;
}

@media(min-width: 998px){
  .hero-heading .rich-text-rutan__content h1,
  .hero-heading .rich-text-rutan__content h1 span{
    font-size: 70px!important;
    line-height: 74.53px!important;
  }
}
/*** Radiografía ***/
#radiografia {
  position: relative;
}

#radiografia:before {
  content: '';
  position: absolute;
  background: url(https://www.rutanmedellin.org/hubfs/Pulso%20CTI%20de%20Medell%C3%ADn/globe-blue.svg);
  width: 180px;
  height: 180px;
  left: -90px;
  top: 0;
  opacity: .5;
}

#radiografia .rich-text-rutan__content {
  z-index: 9;
  position: relative;
}

#ecosistema,
#innovacion{
  position: relative;
  overflow: hidden;
}

#ecosistema:before,
#innovacion:before{
  content: '';
  position: absolute!important;
  background: url(https://www.rutanmedellin.org/hubfs/Pulso%20CTI%20de%20Medell%C3%ADn/globe-white.svg);
  width: 180px;
  height: 180px;
  right: -38px;
  top: 40px;
  z-index: 2;
}

/*** Capacidades ***/
/* Grilla 4x2 con separadores de 1px */
.capacidades {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.08);
}

.capacidades .cards__card__basic {
  margin: 0;
  min-width: 0;
  width: 100%;
}

/* caja visible de cada tarjeta (hijo directo dentro de cards__card__basic) */
.capacidades .cards__card__basic > .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 32px;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: .3s all ease-in-out;
}

.capacidades .cards__card__basic > .card:hover{
  background-color: oklch(98.5% .002 247.839);;
}

.capacidades .card__text {
  padding: 0;
  margin: 0;
}

.capacidades .card__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #212121;
}

/* indicador de color, insertado antes del título */
.capacidades .card__title::before {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: 16px;
  transition: .3s all ease-in-out;
}

.capacidades .card:hover .card__title::before {
  width: 48px;
}

.capacidades .card__text > div p {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 23.52px;
  letter-spacing: 0;
  color: #555555;
}

/* el CTA viene vacío en el diseño; ocúltalo si no vas a usar link por tarjeta */
.capacidades .card__cta {
  display: none;
}

/* colores por posición, orden CONECTA → ESCALA */
.capacidades .cards__card__basic:nth-child(1) .card__title::before { background: #0068ff; } /* CONECTA */
.capacidades .cards__card__basic:nth-child(2) .card__title::before { background: #c0d400; } /* CONVIERTE */
.capacidades .cards__card__basic:nth-child(3) .card__title::before { background: #ff4c17; } /* ACELERA */
.capacidades .cards__card__basic:nth-child(4) .card__title::before { background: #ffca00; } /* IDENTIFICA */
.capacidades .cards__card__basic:nth-child(5) .card__title::before { background: #253d36; } /* VIGILA */
.capacidades .cards__card__basic:nth-child(6) .card__title::before { background: #0068ff; } /* FORMULA */
.capacidades .cards__card__basic:nth-child(7) .card__title::before { background: #ffca00; } /* EXPERIMENTA */
.capacidades .cards__card__basic:nth-child(8) .card__title::before { background: #c0d400; } /* ESCALA */

@media (max-width: 900px) {
  .capacidades { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .capacidades { grid-template-columns: 1fr; }
}

/*** Datos ***/

/* Grilla 3 columnas con separadores tipo "línea" */
.datos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(20, 20, 20, 0.5);
  border: 0.8px solid rgba(255, 255, 255, 0.15);;
  box-sizing: border-box;
  /* si la fila/sección de HubSpot ya trae fondo oscuro, borra la línea de abajo */
  background-color: rgba(255, 255, 255, 0.15);;
}

.datos .cards__card__basic {
  margin: 0;
  min-width: 0;
  width: 100%;
  transition: .3s all ease-out;
}

.datos .cards__card__basic > .card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  margin: 0;
  overflow: hidden;
  background: #212121;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

/* barra superior de acento */
.datos .cards__card__basic > .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9;
}

.datos .card__text {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 9999;
}

.datos .card__title {
  margin: 0 0 20px;
  font-size: 13.6px;
  font-weight: 700;
  line-height: 20.4px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
}

.datos .card__text h2 {
  margin: 30px 0 16px;
  font-size: 44px!important;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: 1.44px!important;
  color: #fff;
}


@media(min-width: 992px){
  .datos .card__text h2 {
    font-size: 62px!important;
    letter-spacing: -2.06px!important;
  }
}

.datos .card__text > p:not(.card__title) {
  margin: 0;
  max-width: 290px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 23.52px;
  letter-spacing: 0;
  color: #fff;
}

/* CTA vacío en el diseño; quita esta regla si vas a usar link por tarjeta */
.datos .card__cta {
  display: none;
}

/* color por tarjeta, en el orden que llega del módulo */
.datos .cards__card__basic:nth-child(1) .card__title  { color: #ff4c17; } /* Capital levantado */
.datos .cards__card__basic:nth-child(1) .card::before { background: #ff4c17; }

.datos .cards__card__basic:nth-child(2) .card__title  { color: #0068ff; } /* Facturación del Ecosistema */
.datos .cards__card__basic:nth-child(2) .card::before { background: #0068ff; }

.datos .cards__card__basic:nth-child(3) .card__title  { color: #ffca00; } /* Valoración General */
.datos .cards__card__basic:nth-child(3) .card::before { background: #ffca00; }

.datos .cards__card__basic .card {
  position: relative;
}

.datos .cards__card__basic .card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
  background: radial-gradient(circle at left top, rgba(0, 104, 255, 0.125) 0%, transparent 70%);
}

.datos .cards__card__basic:nth-child(1) > .card:hover::after{background: radial-gradient(circle at left top, #ff4c1720 0%, #212121 70%);}
.datos .cards__card__basic:nth-child(2) > .card:hover::after{background: radial-gradient(circle at left top, #0068ff20 0%, #212121 70%);}
.datos .cards__card__basic:nth-child(3) > .card:hover::after{background: radial-gradient(circle at left top, #ffca0020 0%, #212121 70%);}

.datos .cards__card__basic .card:hover::after {
  opacity: 1;
}

@media (max-width: 900px) {
  .datos { grid-template-columns: 1fr; }
}

/*** Talento ***/
#talento .container-stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: 186.34px 180px 180px;
  min-height: 551.94px;
  gap: 1px;
  padding: 1px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  #talento .container-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #talento .container-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#talento .columns  {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  overflow: hidden;
  min-height: 0;
  padding: 28px;
  background: #ffffff;
  width: 100%;
  transition: background-color 0.4s, color 0.4s;
}

@media (min-width: 768px) {
  #talento .columns  {
    padding: 1.75rem; /* md:p-7 */
    min-height: 180px;
  }
  #talento .col-1,
  #talento .col-4,
  #talento .col-5 {
    grid-column: span 2;
  }

  #talento .col-2,
  #talento .col-3,
  #talento .col-6 {
    grid-column: span 1;
  }

  #talento .col-7 {
    grid-column: span 3;
  }
}

@media (min-width: 1024px) {
  #talento .col-1 {
    grid-column: span 2 / span 2;
  }
  #talento .col-1,
  #talento .col-4,
  #talento .col-5 {
    grid-column: span 2;
  }

  #talento .col-2,
  #talento .col-3,
  #talento .col-6 {
    grid-column: span 1;
  }

  #talento .col-7 {
    grid-column: span 3;
  }
}


/* ícono "+" decorativo */
#talento .columns::before {
  content: "+";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.25);2
  transition: stroke 0.4s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* línea de acento inferior izquierda */
#talento .columns::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: var(--accent);
}

/* empuja el bloque valor+descripción hacia abajo, debajo del ícono */
#talento .row-fluid {
  margin: auto 0 0;
  padding: 0;
}

#talento .count-container {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* spans — fila1: 2/1/1, fila2: 2/2, fila3: 1/3 */
#talento .col-1 { grid-column: span 2; --accent: #0068ff; }
#talento .col-2 { grid-column: span 1; --accent: #ff4c17; }
#talento .col-3 { grid-column: span 1; --accent: #c0d400; }
#talento .col-4 { grid-column: span 2; --accent: #253d36; }
#talento .col-5 { grid-column: span 2; --accent: #ffca00; }
#talento .col-6 { grid-column: span 1; --accent: #ff4c17; }
#talento .col-7 { grid-column: span 3; --accent: #0068ff; }

/* valor principal */
#talento .countup.jumbo {
  font-size: 47.776px;
  font-weight: 800 !important;
  line-height: 42.998px;
  letter-spacing: -1.911px;
  color: var(--accent);
  transition: .4s all ease-in-out;
}

/* descripción */
#talento .description {
  padding: 0;
}

#talento .description p {
  margin: 12px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 22.68px;
  color: #4a4a4a;
  transition: .4s all ease-in-out;
}

@media (max-width: 900px) {
  #talento .container-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  #talento .col-1, #talento .col-4, #talento .col-5, #talento .col-7 { grid-column: span 2; }
  #talento .col-2, #talento .col-3, #talento .col-6 { grid-column: span 1; }
}

@media (max-width: 560px) {
  #talento .container-stats { grid-template-columns: 1fr; }
  #talento .columns { grid-column: span 1 !important; }
}

#talento .columns:hover {
  background: #000000;
}

#talento .columns:hover .countup.jumbo,
#talento .columns:hover .description p{
  color: #ffffff;
}

#talento .columns:hover:after{
  width: 100%;
}

#talento .columns:hover:before{
  color: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg) scale(1.1);
}

.rich-text-rutan__content h2,
.rich-text-rutan__content h2 span{
  font-size: 36px!important;
  line-height: 37.44px!important;
}

@media(min-width: 998px){
  .rich-text-rutan__content h2,
  .rich-text-rutan__content h2 span{
    font-size: 53px!important;
    line-height: 55.9px!important;
  }
}

/*** INNOVACION ***/
.innovacion-footer .rich-text-rutan__content {
  width: 100%;
  max-width: 1280px;
}

.innovacion-footer__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 24px;
  width: 100%;
  min-height: 183.2px;
  margin: 0;
  padding: 40px 0 0;
  list-style: none;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 640px) {
  ul.innovacion-footer__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem; /* 32px */
  }
}

@media (min-width: 1024px) {
  ul.innovacion-footer__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  ul.innovacion-footer__list {
    padding-top: 2.5rem; /* 40px */
  }
}

.innovacion-footer__list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.innovacion-footer__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13.6px;
  font-weight: 700;
  line-height: 20.4px;
  color: #fff;
}

.innovacion-footer__heading::before {
  content: "";
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.innovacion-footer__description {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 22.8px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6);
}

.innovacion-footer__list li:nth-child(1) .innovacion-footer__heading::before { background: #0068ff; }
.innovacion-footer__list li:nth-child(2) .innovacion-footer__heading::before { background: #ffca00; }
.innovacion-footer__list li:nth-child(3) .innovacion-footer__heading::before { background: #c0d400; }
.innovacion-footer__list li:nth-child(4) .innovacion-footer__heading::before { background: #ff4c17; }

@media (max-width: 900px) {
  .innovacion-footer__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .innovacion-footer__list { grid-template-columns: 1fr; }
}

.innovacion-text .rich-text-rutan__content blockquote {
  border-left-color: #0068ff;
  background: #212121;
}

.comparison-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 525.2px;
  border: 0;
  background: transparent;
}

.comparison-table thead,
.comparison-table tbody {
  display: contents;
}

.comparison-table tr {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.comparison-table thead th,
.comparison-table tbody th,
.comparison-table tbody td {
  border: 0;
  padding: 0 !important;
  vertical-align: baseline;
  background: transparent;
}

.comparison-table .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* fila encabezado */
.comparison-table thead tr {
  justify-content: flex-end;
  gap: 48px;
  padding: 0 0 16px;
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.2);
}

.comparison-table__city,
.comparison-table__city--medellin {
  width: 80px;
  flex: none;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #c0d400;
  text-align: right;
}

/* filas de datos */
.comparison-table tbody tr {
  justify-content: space-between;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.1);
}

.comparison-table tr:first-child {
  background-color: #212121;
}

.comparison-table tbody tr:last-child {
  border-bottom: 0;
}

.comparison-table tbody th[scope="row"] {
  flex: 1;
  min-width: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 25.2px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.comparison-table tbody td {
  flex: none;
  width: 80px;
  text-align: right;
}

/* valor Medellín, destacado */
.comparison-table tbody td:first-of-type {
  margin-right: 48px;
  font-weight: 700;
  font-size: 17.6px;
  line-height: 26.4px;
  color: #ffffff;
}

/* valor Bogotá, secundario */
.comparison-table tbody td:last-of-type {
  font-weight: 500;
  font-size: 16.8px;
  line-height: 25.2px;
  color: rgba(255, 255, 255, 0.4);
}
/*** FOOTER ***/
.footer-text .rich-text-rutan__content h2,
.footer-text .rich-text-rutan__content h2 span{
  font-size: 36px!important;
  line-height: 37.44px!important;
}

@media(min-width: 998px){
  .footer-text .rich-text-rutan__content h2,
  .footer-text .rich-text-rutan__content h2 span{
    font-size: 53px!important;
    line-height: 55.9px!important;
  }
}