@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #444444;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #1A1A2E;
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1rem;
}

p {
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7;
  color: #444444;
}

strong {
  font-weight: 700;
}

a {
  color: #009FE3;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #044295;
  text-decoration: none;
}

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

.section {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .section {
    padding: 3rem 0;
  }
}

.section-tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .3rem .9rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.7;
  max-width: 680px;
}

.section-divider {
  width: 56px;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 2rem;
}

.stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1;
}

.stat-label {
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.btn-coocrea {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: .95rem;
  padding: .7rem 1.8rem;
  border-radius: 100px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}

.btn-coocrea--primary {
  background: #044295;
  color: #FFFFFF;
  border-color: #044295;
}

.btn-coocrea--primary:hover {
  background: #07006A;
  border-color: #07006A;
  color: #FFFFFF;
}

.btn-coocrea--outline {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-coocrea--outline:hover {
  background: #FFFFFF;
  color: #044295;
}

.btn-coocrea--fucsia {
  background: #C22077;
  color: #FFFFFF;
  border-color: #C22077;
}

.btn-coocrea--fucsia:hover {
  background: #96195c;
  border-color: #96195c;
  color: #FFFFFF;
}

.btn-coocrea--light {
  background: #FFFFFF;
  color: #044295;
  border-color: #FFFFFF;
}

.btn-coocrea--light:hover {
  background: #DFEEEf;
  border-color: #DFEEEf;
  color: #07006A;
}

.dato-highlight {
  border-left: 4px solid currentColor;
  padding-left: 1rem;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5;
}

.bg-blue {
  background-color: #044295;
}

.bg-blue-dark {
  background-color: #07006A;
}

.bg-blue-light {
  background-color: #009FE3;
}

.bg-blue-lighter {
  background-color: #DFEEEf;
}

.bg-fucsia {
  background-color: #C22077;
}

.bg-green {
  background-color: #AFCC00;
}

.bg-turquoise {
  background-color: #2CC1B9;
}

.bg-gray-light {
  background-color: #F5F5F5;
}

.text-blue {
  color: #044295;
}

.text-blue-light {
  color: #009FE3;
}

.text-fucsia {
  color: #C22077;
}

.text-green {
  color: #AFCC00;
}

.text-turquoise {
  color: #2CC1B9;
}

.text-white {
  color: #FFFFFF !important;
}

.text-gray {
  color: #444444;
}

.container {
  max-width: 1344px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-coocrea {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 1000;
  transition: background .35s ease;
  padding: 0 2rem;
  overflow: visible;
}

.navbar-coocrea::before {
  display: none;
}

.navbar-coocrea__gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.97) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}

.navbar-coocrea--transparent {
  background: transparent;
}

.navbar-coocrea--transparent .navbar-coocrea__logo--color {
  display: none;
}

.navbar-coocrea--transparent .navbar-coocrea__logo--blanco {
  display: block;
}

.navbar-coocrea--transparent .nav-link-coocrea {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-coocrea--scrolled .navbar-coocrea__gradient-bg {
  opacity: 1;
}

.navbar-coocrea__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.navbar-coocrea__logo {
  margin-right: auto;
  flex-shrink: 0;
}

.navbar-coocrea__logo img {
  height: 28px;
  width: auto;
}

.navbar-coocrea__nav {
  display: none;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0 4rem 0 0;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-coocrea__nav {
    display: flex;
  }
}

.navbar-coocrea__cta {
  display: none;
}

@media (min-width: 992px) {
  .navbar-coocrea__cta {
    display: flex;
  }
}

@media (max-width: 991px) {
  .navbar-coocrea__cta {
    display: none !important;
  }
}

.navbar-coocrea__cta .btn-coocrea--primary {
  background: #009ade;
  border-color: #009ade;
  padding: 5px 10px;
}

.navbar-coocrea__cta .btn-coocrea--primary:hover {
  background: #0077ab;
  border-color: #0077ab;
}

.navbar-coocrea__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-coocrea__toggle,
  #menuToggle26 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .navbar-coocrea__toggle {
    display: flex !important;
  }
  .navbar-coocrea__toggle span,
  .navbar-coocrea--scrolled .navbar-coocrea__toggle span,
  .navbar-coocrea__toggle.is-open span {
    background: #FFFFFF !important;
  }
}

.navbar-coocrea__toggle span {
  display: block;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-coocrea--scrolled .navbar-coocrea__toggle span {
  background: #FFFFFF;
}

.navbar-coocrea__toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar-coocrea__toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.navbar-coocrea__toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767px) {
  .liderazgo__header h2,
  .cultura__header h2,
  .talento__header h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  .liderazgo-titulo-seccion {
    font-size: 40px !important;
  }
  .iconos-apartado-mobile {
    display: flex !important;
  }
  .iconos-apartado-desktop {
    display: none !important;
  }
}

.navbar-coocrea__mobile {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  padding: 2rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  z-index: 999;
}

.navbar-coocrea__mobile.is-open {
  display: block;
}

.navbar-coocrea__mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-coocrea__mobile li {
  border-bottom: 1px solid #DDDDDD;
}

.navbar-coocrea__mobile a {
  display: block;
  padding: .85rem 0;
  font-weight: 600;
  color: #1A1A2E;
}

.navbar-coocrea__mobile a:hover {
  color: #044295;
}

.navbar-coocrea__mobile .btn-coocrea {
  margin-top: 1rem;
  width: 100%;
  justify-content: center;
}

.navbar-coocrea__mobile .navbar-coocrea__mobile-cta {
  width: auto !important;
  justify-content: flex-start;
  background: #009ade;
  border-color: #009ade;
  padding: 5px 10px;
  color: #fff;
}

.nav-link-coocrea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: none;
  transition: all 0.3s ease;
  text-decoration: none;
}

.nav-link-coocrea:hover {
  opacity: .75;
}

.nav-link-coocrea.active {
  font-weight: 700;
}

.lang-switch {
  font-size: .8rem;
  font-weight: 600;
  color: inherit;
  opacity: .6;
}

.lang-switch:hover {
  opacity: 1;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 64px;
  background: url("../img-coocrea26/hero-bg.jpg") center center/cover no-repeat;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7, 0, 106, 0.65);
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.hero__content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .hero__content {
    padding: 4rem 0;
  }
}

.hero__pretitle {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #009FE3;
  margin-bottom: 1rem;
}

.hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  color: #FFFFFF;
  margin-bottom: 2rem;
  max-width: 750px;
}

.hero__title span {
  color: #fff;
  display: block;
}

.hero__desc {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  max-width: 580px;
  margin-bottom: 4rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero__clients {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}

.hero__clients-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}

.hero__clients .logo-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.hero__clients .logo-strip img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .6;
  transition: all 0.3s ease;
}

.hero__clients .logo-strip img:hover {
  opacity: 1;
}

.hero__scroll {
  position: absolute;
  bottom: 90px;
  right: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

@media (max-width: 768px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  animation: scrollLine 1.6s ease-in-out infinite;
}

.hero-pillars {
  background: #044295;
  padding: 4rem 0;
}

.hero-pillars__item {
  text-align: center;
  color: #FFFFFF;
  padding: 2rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-pillars__item:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .hero-pillars__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.hero-pillars__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  filter: brightness(0) invert(1);
}

.hero-pillars__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: .4rem;
}

.hero-pillars__desc {
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.6;
  opacity: .85;
  margin: 0;
}

.clientes-section {
  padding: 4rem 0;
  background: #F5F5F5;
}

.clientes-section__title {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #888888;
  text-align: center;
  margin-bottom: 2rem;
}

.clientes-section__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.clientes-section__logos img {
  height: 32px;
  width: auto;
  filter: grayscale(100%);
  opacity: .5;
  transition: all 0.3s ease;
}

.clientes-section__logos img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 1;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}

.liderazgo {
  background: #FFFFFF;
}

.liderazgo__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  padding-bottom: 4rem;
  background: url("../img-coocrea26/liderazgo-bg.jpg") center center/cover no-repeat;
}

.liderazgo__header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(44, 193, 185, 0.72);
  z-index: 1;
}

.liderazgo__header > * {
  position: relative;
  z-index: 2;
}

.liderazgo__header .container {
  position: relative;
  z-index: 2;
}

.liderazgo__header .section-tag {
  background: rgba(0, 159, 227, 0.2);
  color: #009FE3;
  border: 1px solid rgba(0, 159, 227, 0.35);
}

.liderazgo__header .section-title,
.liderazgo__header .section-subtitle {
  color: #FFFFFF;
}

.liderazgo__header .section-divider {
  background: #009FE3;
}

.liderazgo__stat {
  background: #07006A;
  padding: 4rem 0;
}

.liderazgo__stat .stat-number {
  color: #009FE3;
}

.liderazgo__stat .stat-label {
  color: rgba(255, 255, 255, 0.7);
}

.liderazgo__stat p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 600px;
}

.liderazgo__services {
  padding: 6rem 0;
}

.liderazgo__service-card {
  padding: 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}

.liderazgo__service-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.liderazgo__service-card .service-icon {
  width: 48px;
  height: 48px;
  background: #DFEEEf;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.liderazgo__service-card .service-icon img {
  width: 28px;
}

.liderazgo__service-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #044295;
  margin-bottom: .5rem;
}

.liderazgo__service-card p {
  font-size: .95rem;
  line-height: 1.65;
  color: #444444;
  margin: 0;
}

.liderazgo__proyectos {
  padding: 6rem 0;
  background: #F5F5F5;
}

.liderazgo .project-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  height: 100%;
  transition: all 0.3s ease;
}

.liderazgo .project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}

.liderazgo .project-card__img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.liderazgo .project-card__body {
  padding: 2rem;
}

.liderazgo .project-card__client {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #009FE3;
  margin-bottom: .4rem;
}

.liderazgo .project-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.liderazgo .project-card__section {
  font-size: .88rem;
  line-height: 1.65;
  color: #444444;
}

.liderazgo .project-card__section strong {
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #888888;
  margin-bottom: .3rem;
  margin-top: 1rem;
}

.liderazgo .project-card__impact {
  margin-top: 1rem;
  padding: 1rem;
  background: #DFEEEf;
  border-radius: 4px;
  border-left: 3px solid #044295;
}

.liderazgo .project-card__impact p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.55;
  color: #07006A;
}

.liderazgo__desc p {
  color: #444444;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.liderazgo__desc p:first-child {
  margin-bottom: .3rem;
}

.liderazgo__servicio-titulo {
  color: #2CC1B9;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .75rem;
}

.liderazgo__servicio-bold {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: .5rem;
}

.liderazgo__servicio-texto {
  color: #444444;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.cultura {
  background: #FFFFFF;
}

.cultura__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  padding-bottom: 4rem;
  background: url("../img-coocrea26/cultura-bg.jpg") center center/cover no-repeat;
}

.cultura__header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(194, 32, 119, 0.75);
  z-index: 1;
}

.cultura__header > * {
  position: relative;
  z-index: 2;
}

.cultura__header .container {
  position: relative;
  z-index: 2;
}

.cultura__header .section-tag {
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cultura__header .section-title,
.cultura__header .section-subtitle {
  color: #FFFFFF;
}

.cultura__header .section-divider {
  background: #FFFFFF;
}

.cultura__stat {
  background: #C22077;
  padding: 4rem 0;
}

.cultura__stat .stat-number {
  color: #FFFFFF;
}

.cultura__stat .stat-label {
  color: rgba(255, 255, 255, 0.75);
}

.cultura__stat p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 300;
}

.cultura__manifiesto {
  padding: 6rem 0;
  background: #FFFFFF;
}

.cultura__manifiesto .manifiesto-quote {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A2E;
  border-left: 5px solid #C22077;
  padding-left: 2rem;
}

.cultura__services {
  padding: 6rem 0;
  background: #F5F5F5;
}

.cultura__service-item {
  text-align: center;
  padding: 2rem;
}

.cultura__service-item .service-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(194, 32, 119, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: #C22077;
}

.cultura__service-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #C22077;
  margin-bottom: .4rem;
}

.cultura__service-item p {
  font-size: .9rem;
  line-height: 1.65;
  color: #444444;
  margin: 0;
}

.cultura__proyectos {
  padding: 6rem 0;
  background: #FFFFFF;
}

.cultura__proyectos .project-card__client {
  color: #C22077;
}

.cultura__proyectos .project-card__impact {
  background: #f7d0e5;
  border-left-color: #C22077;
}

.cultura__proyectos .project-card__impact p {
  color: #96195c;
}

.talento {
  background: #FFFFFF;
}

.talento__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  padding-bottom: 4rem;
  background: url("../img-coocrea26/talento-bg.jpg") center center/cover no-repeat;
}

.talento__header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(44, 193, 185, 0.78);
  z-index: 1;
}

.talento__header > * {
  position: relative;
  z-index: 2;
}

.talento__header .container {
  position: relative;
  z-index: 2;
}

.talento__header .section-tag {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.talento__header .section-title,
.talento__header .section-subtitle {
  color: #FFFFFF;
}

.talento__header .section-divider {
  background: #FFFFFF;
}

.talento__stat {
  background: #239791;
  padding: 4rem 0;
}

.talento__stat .stat-number {
  color: #FFFFFF;
}

.talento__stat .stat-label {
  color: rgba(255, 255, 255, 0.75);
}

.talento__stat p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 300;
}

.talento__services {
  padding: 6rem 0;
  background: #FFFFFF;
}

.talento__service-card {
  border: 2px solid #DFEEEf;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.talento__service-card:hover {
  border-color: #2CC1B9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.talento__service-card .service-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(44, 193, 185, 0.25);
  line-height: 1;
  margin-bottom: .2rem;
}

.talento__service-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #218f89;
  margin-bottom: .5rem;
}

.talento__service-card p {
  font-size: .93rem;
  line-height: 1.65;
  color: #444444;
  margin: 0;
}

.talento__proyectos {
  padding: 6rem 0;
  background: #F5F5F5;
}

.talento__proyectos .project-card__client {
  color: #24a099;
}

.talento__proyectos .project-card__impact {
  background: rgba(44, 193, 185, 0.08);
  border-left-color: #2CC1B9;
}

.talento__proyectos .project-card__impact p {
  color: #218f89;
}

.asi-trabajamos {
  background: #FFFFFF;
}

.asi-trabajamos__header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 480px;
  background: url("../img-coocrea26/asi-trabajamos-bg.jpg") center center/cover no-repeat;
}

.asi-trabajamos__header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7, 0, 106, 0.82);
  z-index: 1;
}

.asi-trabajamos__header > * {
  position: relative;
  z-index: 2;
}

.asi-trabajamos__header .container {
  position: relative;
  z-index: 2;
}

.asi-trabajamos__header .section-tag {
  background: rgba(175, 204, 0, 0.15);
  color: #AFCC00;
  border: 1px solid rgba(175, 204, 0, 0.3);
}

.asi-trabajamos__header .section-title {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.asi-trabajamos__header .section-subtitle {
  color: rgba(255, 255, 255, 0.85);
}

.asi-trabajamos__header .section-divider {
  background: #AFCC00;
}

.asi-trabajamos__problema {
  padding: 6rem 0;
  background: #F5F5F5;
}

.asi-trabajamos__problema .problema-quote {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.4;
  color: #07006A;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.asi-trabajamos__problema p {
  font-size: 1rem;
  line-height: 1.75;
  color: #444444;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.asi-trabajamos__claves {
  padding: 6rem 0;
  background: #FFFFFF;
}

.asi-trabajamos__clave {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 8px;
  border: 2px solid #DFEEEf;
  height: 100%;
  transition: all 0.3s ease;
}

.asi-trabajamos__clave:hover {
  border-color: #009FE3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.asi-trabajamos__clave-num {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  color: #DFEEEf;
  flex-shrink: 0;
  width: 60px;
}

.asi-trabajamos__clave-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #044295;
  margin-bottom: .5rem;
}

.asi-trabajamos__clave-content p {
  font-size: .93rem;
  line-height: 1.65;
  color: #444444;
  margin: 0;
}

.asi-trabajamos__frentes {
  padding: 6rem 0;
  background: #07006A;
}

.asi-trabajamos__frente {
  text-align: center;
  padding: 2rem;
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.asi-trabajamos__frente:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .asi-trabajamos__frente {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
  }
}

.asi-trabajamos__frente-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 159, 227, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.asi-trabajamos__frente-icon img {
  width: 36px;
  filter: brightness(0) invert(1);
}

.asi-trabajamos__frente-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #009FE3;
  margin-bottom: .4rem;
}

.asi-trabajamos__frente-tagline {
  font-size: .88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .6rem;
}

.asi-trabajamos__frente p {
  font-size: .9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.asi-trabajamos__resultados {
  padding: 6rem 0;
  background: #F5F5F5;
}

.asi-trabajamos__resultado-item {
  text-align: center;
  padding: 2rem;
}

.asi-trabajamos__resultado-item .resultado-porcentaje {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #044295;
  line-height: 1;
  margin-bottom: .4rem;
}

.asi-trabajamos__resultado-item .resultado-label {
  font-size: .9rem;
  color: #444444;
  line-height: 1.5;
}

.asi-trabajamos__nps {
  background: #044295;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  color: #FFFFFF;
}

.asi-trabajamos__nps .nps-score {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
}

.asi-trabajamos__nps .nps-label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7;
}

.equipo {
  background: #F5F5F5;
  padding: 6rem 0;
}

.equipo__intro {
  text-align: center;
  margin-bottom: 4rem;
}

.equipo__intro .section-tag {
  background: rgba(4, 66, 149, 0.08);
  color: #044295;
  border: 1px solid rgba(4, 66, 149, 0.2);
}

.equipo__intro .section-divider {
  background: #044295;
  margin: 1rem auto 2rem;
}

.equipo__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.equipo__member {
  flex: 0 0 calc(50% - 2rem);
  max-width: 260px;
  text-align: center;
}

@media (min-width: 768px) {
  .equipo__member {
    flex: 0 0 calc(33.333% - 2rem);
  }
}

@media (min-width: 992px) {
  .equipo__member {
    flex: 0 0 calc(25% - 2rem);
  }
}

@media (min-width: 1200px) {
  .equipo__member {
    flex: 0 0 200px;
  }
}

.equipo__photo-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 1rem;
}

.equipo__photo-wrap::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #009FE3, #07006A);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.equipo__member:hover .equipo__photo-wrap::before {
  opacity: 1;
}

.equipo__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border: 3px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.equipo__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1A1A2E;
  margin-bottom: .2rem;
}

.equipo__role {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #044295;
}

.equipo__cta {
  text-align: center;
  margin-top: 4rem;
}

.equipo__cta p {
  font-size: 1.05rem;
  color: #444444;
  margin-bottom: 1rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.equipo__directivo-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #888888;
  text-align: center;
  margin-bottom: 2rem;
}

.blog {
  background: #FFFFFF;
  padding: 6rem 0;
}

.blog__header {
  margin-bottom: 4rem;
}

.blog__header .section-tag {
  background: rgba(110, 35, 131, 0.08);
  color: #6E2383;
  border: 1px solid rgba(110, 35, 131, 0.2);
}

.blog__header .section-title {
  color: #1A1A2E;
}

.blog__header .section-divider {
  background: #6E2383;
}

.blog__card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.blog__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}

.blog__card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .4s ease;
}

.blog__card:hover .blog__card-img {
  transform: scale(1.04);
}

.blog__card-img-wrap {
  overflow: hidden;
}

.blog__card-body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog__card-meta {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .7rem;
}

.blog__card-date {
  font-size: .75rem;
  color: #888888;
  font-weight: 500;
}

.blog__card-tag {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6E2383;
  background: rgba(110, 35, 131, 0.07);
  padding: .2rem .6rem;
  border-radius: 100px;
}

.blog__card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1A1A2E;
  line-height: 1.3;
  margin-bottom: .6rem;
}

.blog__card-excerpt {
  font-size: .9rem;
  line-height: 1.65;
  color: #444444;
  flex: 1;
  margin: 0;
}

.blog__card-author {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #DDDDDD;
}

.blog__card-author span {
  font-size: .8rem;
  font-weight: 600;
  color: #1A1A2E;
}

.blog__card-author small {
  font-size: .72rem;
  color: #888888;
}

.blog__featured {
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .blog__featured {
    flex-direction: row;
  }
}

.blog__featured-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .blog__featured-img {
    width: 45%;
    height: auto;
    flex-shrink: 0;
  }
}

.blog__featured-body {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog__featured .blog__card-tag {
  margin-bottom: 1rem;
}

.blog__featured h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 1rem;
}

.blog__featured p {
  font-size: .95rem;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 2rem;
}

.blog__pagination {
  display: flex;
  justify-content: center;
  gap: .4rem;
  margin-top: 4rem;
}

.blog__pagination .page-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: .88rem;
  font-weight: 600;
  color: #444444;
  background: #F5F5F5;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog__pagination .page-btn:hover, .blog__pagination .page-btn.active {
  background: #044295;
  color: #FFFFFF;
}

.contacto {
  background: #07006A;
  padding: 6rem 0;
}

.contacto__intro {
  margin-bottom: 4rem;
}

.contacto__intro .section-tag {
  background: rgba(0, 159, 227, 0.15);
  color: #009FE3;
  border: 1px solid rgba(0, 159, 227, 0.3);
}

.contacto__intro .section-title {
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.contacto__intro .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.contacto__intro .section-divider {
  background: #009FE3;
}

.contacto__form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 4rem;
}

@media (max-width: 768px) {
  .contacto__form {
    padding: 2rem;
  }
}

.contacto .form-field {
  position: relative;
  margin-bottom: 2rem;
}

.contacto .form-field label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: .4rem;
}

.contacto .form-field input,
.contacto .form-field textarea,
.contacto .form-field select {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: .95rem;
  outline: none;
  transition: all 0.3s ease;
  -webkit-appearance: none;
}

.contacto .form-field input::placeholder,
.contacto .form-field textarea::placeholder,
.contacto .form-field select::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contacto .form-field input:focus,
.contacto .form-field textarea:focus,
.contacto .form-field select:focus {
  border-color: #009FE3;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 159, 227, 0.2);
}

.contacto .form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.contacto .form-check-wrap {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  margin-bottom: 2rem;
}

.contacto .form-check-wrap input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: .2rem;
  accent-color: #009FE3;
}

.contacto .form-check-wrap label {
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  cursor: pointer;
}

.contacto .form-check-wrap label a {
  color: #009FE3;
}

.contacto__info {
  color: #FFFFFF;
  padding-left: 4rem;
}

@media (max-width: 768px) {
  .contacto__info {
    padding-left: 0;
    margin-top: 4rem;
  }
}

.contacto__info h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

.contacto__info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: .95rem;
  line-height: 1.5;
}

.contacto__info-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(0, 159, 227, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  color: #009FE3;
}

.contacto__social {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
}

.contacto__social a {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contacto__social a:hover {
  background: #009FE3;
  border-color: #009FE3;
  color: #FFFFFF;
}

.contacto__clientes {
  margin-top: 8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4rem;
}

.contacto__clientes-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 2rem;
  text-align: center;
}

.contacto__clientes .logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.contacto__clientes .logo-strip img {
  height: 26px;
  filter: brightness(0) invert(1);
  opacity: .35;
  transition: all 0.3s ease;
}

.contacto__clientes .logo-strip img:hover {
  opacity: .8;
}

.footer {
  background: #060056;
  padding: 4rem 0 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: .85rem;
}

.footer__logo img {
  height: 36px;
  width: auto;
  margin-bottom: 1rem;
}

.footer__tagline {
  font-size: .9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  max-width: 300px;
}

.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav li {
  margin-bottom: .5rem;
}

.footer__nav a {
  color: rgba(255, 255, 255, 0.55);
  font-size: .88rem;
  transition: all 0.3s ease;
}

.footer__nav a:hover {
  color: #009FE3;
}

.footer__nav-title {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 1rem;
}

.footer__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 2rem 0;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__legal a {
  color: rgba(255, 255, 255, 0.4);
  font-size: .78rem;
}

.footer__legal a:hover {
  color: #FFFFFF;
}

.footer__gallup {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer__gallup img {
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: .3;
}

.caso-card {
  margin-bottom: 2.5rem;
}

.caso-card__inner {
  background: transparent;
  box-shadow: none;
  margin-bottom: .5rem;
}

.caso-card .caso-video-col {
  display: flex;
  flex-direction: column;
}

.caso-card .caso-video {
  position: relative;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.caso-card .caso-video__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.caso-card .caso-video__play {
  position: absolute;
  top: 10px;
  right: 10px;
  transform-origin: top right;
  transform: scale(1);
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 2;
  opacity: .85;
  transition: opacity .2s ease, transform .2s ease;
}

.caso-card .caso-video__play svg {
  width: 100%;
  height: 100%;
}

.caso-card .caso-video:hover .caso-video__thumb {
  transform: scale(1.03);
}

.caso-card .caso-video--no-video {
  cursor: default;
}

.caso-card .caso-video--no-video .caso-video__thumb {
  object-fit: contain;
  background: #f5f5f5;
}

.caso-card .caso-video--no-video:hover .caso-video__thumb {
  transform: none;
}

.caso-card .caso-video:hover .caso-video__play {
  opacity: 1;
  transform: scale(1.2);
}

.caso-card .caso-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
}

.caso-card__body {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {
  .caso-card__body {
    padding: 1.5rem 0 0;
  }
}

.caso-card__nombre {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.caso-card__texto {
  font-size: 16px;
  line-height: 1.55;
  color: #444444;
  margin-bottom: 1rem;
}

.caso-card__texto:last-child {
  margin-bottom: 0;
}

.caso-card__texto strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .2rem;
}

.caso-card__impacto {
  margin-top: 1rem;
  border-radius: 8px;
  padding: 10px 20px;
}

.caso-card__impacto p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #FFFFFF;
}

.caso-card__impacto strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  color: #FFFFFF;
}

.caso-card--liderazgo .caso-card__nombre {
  color: #2CC1B9;
}

.caso-card--liderazgo .caso-card__texto strong {
  color: #1A1A2E;
}

.caso-card--liderazgo .caso-card__impacto {
  background: #2CC1B9;
}

.caso-card--cultura .caso-card__nombre {
  color: #004995;
}

.caso-card--cultura .caso-card__texto strong {
  color: #1A1A2E;
}

.caso-card--cultura .caso-card__impacto {
  background: #004995;
}

.caso-card--talento .caso-card__nombre {
  color: #00bde3;
}

.caso-card--talento .caso-card__texto strong {
  color: #1A1A2E;
}

.caso-card--talento .caso-card__impacto {
  background: #00bde3;
}

/* ── BLOG ── */
.blog-articulo {
  padding: 2.5rem 0;
}

.blog-articulo__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.blog-articulo__fecha {
  font-size: .82rem;
  color: #888;
  margin: 0 0 .4rem;
}

.blog-articulo__titulo {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0 0 .9rem;
  line-height: 1.3;
}

.blog-articulo__texto {
  font-size: .92rem;
  color: #444;
  line-height: 1.55;
  margin: 0 0 .6rem;
  text-align: justify;
}

.blog-articulo__autor {
  font-size: .9rem;
  font-weight: 700;
  color: #1A1A2E;
  margin: 1rem 0 1rem;
}

.blog-articulo__leer-mas {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 2.5px solid #4371b0;
  border-radius: 50px;
  padding: .35rem 3.1rem;
  font-size: .85rem;
  color: #4371b0;
  background: transparent;
  cursor: default;
  font-weight: 500;
}

.blog-articulo__leer-mas-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
   width: 28px;
  height: 28px;
  border: 2.5px solid #4371b0;
  border-radius: 50%;
  font-size: .95rem;
  line-height: 1;
  background: transparent;
  color: #4371b0;
  cursor: default;
  margin-left: .4rem;
  padding: 0;
}

.blog-articulo__leer-mas-icon::after {
  content: '›';
  font-size: 1.4rem;
  line-height: 1;
  color: #4371b0;
  margin-top: -1px;
}

.blog-separador {
  border: none;
  border-top: 1.5px solid #e8c0c8;
  margin: 0;
}

.blog-paginacion {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding-top: 2.5rem;
}

.blog-paginacion__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #bbb;
  background: transparent;
  color: #888;
  font-size: .85rem;
  font-weight: 500;
  cursor: default;
}

.blog-paginacion__num--activo {
  background: #4371b0;
  border-color: #4371b0;
  color: #fff;
}

.blog-paginacion__siguiente {
  border: none;
  border-radius: 50px;
  background: #4371b0;
  color: #fff;
  padding: .4rem 1.4rem;
  font-size: .85rem;
  font-weight: 500;
  cursor: default;
  margin-left: .25rem;
}

.blog-articulo__acciones {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.blog-articulo__linkedin {
  border-color: #0077b5;
  color: #0077b5;
}

.blog-articulo__linkedin:hover {
  background: #0077b5;
  color: #fff;
}

.blog-articulo__leer-mas:hover {
  background: #4371b0;
  color: #fff;
  text-decoration: none;
}

#blog-scroll-loader {
  text-align: center;
  padding: 2rem 0;
}

.blog-scroll-loader__text {
  font-size: .9rem;
  color: #888;
  font-weight: 500;
}

.blog-post__contenido img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}

.blog-post__fulltext {
  text-align: justify;
}

.blog-post__fulltext p {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .header-stat-fuente {
    font-size: 18px !important;
  }
  .inicio__stat-h1 {
    font-size: 45px !important;
  }
}

.header-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.liderazgo__header::before,
.cultura__header::before,
.talento__header::before,
.asi-trabajamos__header::before {
  display: none !important;
}

.overlay-inicio {
  background: rgba(2, 33, 74, 0.82);
  mix-blend-mode: darken;
}

.overlay-liderazgo {
  background: rgba(44, 193, 185, 1.82);
  mix-blend-mode: darken;
}

.overlay-cultura {
  background: rgba(0, 73, 149, 0.82);
  mix-blend-mode: darken;
}

.overlay-contacto {
  background: rgba(0, 73, 149, 0.82);
  mix-blend-mode: darken;
}

.overlay-talento {
  background: rgba(0, 189, 227, 1);
  mix-blend-mode: darken;
}

.overlay-equipo {
  background: rgba(214, 11, 82, 1);
  mix-blend-mode: darken;
}

.overlay-asi-trabajamos {
  background: rgba(149, 193, 31, 1);
  mix-blend-mode: darken;
}

.overlay-blog {
  background: rgba(194, 32, 119, 0.82);
  mix-blend-mode: darken;
}

.inicio__header p strong {
  color: inherit;
}

.caso-card__texto strong {
  color: #000;
}

@media (max-width: 700px) {
  .inicio__header {
    padding-top: 94px;
  }
}

@media (max-width: 575.98px) {
  .inicio__header {
    padding-top: 74px;
    min-height: 420px;
  }
}

/* Todos los headers: texto al bottom, mismo tamaño */
.liderazgo__header,
.cultura__header,
.talento__header,
.equipo__header,
.blog__header,
.contacto__header,
.asi-trabajamos__header {
  align-items: flex-end !important;
  padding-top: 64px !important;
  padding-bottom: 3rem !important;
  min-height: 500px !important;
}

@media (max-width: 700px) {
  .liderazgo__header,
  .cultura__header,
  .talento__header,
  .equipo__header,
  .blog__header,
  .contacto__header,
  .asi-trabajamos__header {
    padding-top: 94px !important;
  }
}
