:root {
  --home-radius-sm: 6px;
  --home-radius-md: 8px;
  --home-radius-lg: 12px;
  --home-shadow-soft: 0 12px 28px rgba(15, 23, 42, 0.08);
  --home-space-2: 8px;
  --home-space-3: 12px;
  --home-space-4: 16px;
  --home-space-5: 20px;
  --home-space-6: 24px;
  --home-space-8: 32px;
  --home-space-12: 48px;
  --home-space-20: 80px;
  --home-space-24: 96px;
  --home-color-ink: #0f172a;
  --home-color-copy: #4b5565;
  --home-color-muted: #64748b;
  --home-color-line: rgba(15, 23, 42, 0.1);
  --home-color-panel: #f8fafc;
  --home-color-brand: #1b3196;
  --home-color-brand-dark: #12246f;
}

.home-gsn-copy {
  color: var(--home-color-ink);
  display: block;
  overflow: hidden;
}

ul.rs-top li {
  z-index: 9999;
}

.home-gsn-copy .section-title-two .sub-title {
  display: inline-block;
  margin-bottom: var(--home-space-3);
  color: var(--home-color-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
}

.home-gsn-copy .section-title-two .title,
.home-gsn-copy .service-card-clean .title,
.home-gsn-copy .brand-card-clean span {
  text-wrap: balance;
}

.home-gsn-copy .section-title-two .title {
  max-width: 15ch;
  margin: 0 auto;
  color: var(--home-color-ink);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.home-gsn-copy #clientes .section-title-two .sub-title {
  display: inline-block;
  margin-bottom: var(--home-space-3);
  color: var(--home-color-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
}

.home-gsn-copy #marcas .section-title-two .title,
.home-gsn-copy #clientes .section-title-two .title,
.home-gsn-copy #socios-servicio .section-title-two .title {
  max-width: 15ch;
  margin: 0 auto;
  color: var(--home-color-ink);
  font-family: inherit;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.home-gsn-copy #nosotros-home {
  padding-top: 112px;
  padding-bottom: var(--home-space-24);
  background: var(--home-color-panel);
}

.home-gsn-copy #nosotros-home::before {
  display: none;
}

.home-gsn-copy .about-content-area {
  max-width: 540px;
}

.home-gsn-copy .about-content-area .section-title-two .title {
  margin-right: 0;
  margin-left: 0;
}

.home-gsn-copy .section-title-two .hero-title {
  max-width: 17ch;
  color: var(--home-color-brand);
  font-size: 46px;
  line-height: 1.08;
}

.home-gsn-copy .about-content-area p {
  max-width: 56ch;
  margin-top: var(--home-space-6);
  color: var(--home-color-copy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.home-gsn-copy .about-content-area p span {
  color: var(--home-color-ink);
  font-weight: 700;
}

.home-gsn-copy .hero-country {
  display: flex;
  max-width: 420px;
  align-items: center;
  gap: var(--home-space-3);
  margin-top: var(--home-space-5);
  color: var(--home-color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-gsn-copy .hero-country .flag {
  width: 68px;
  flex: 0 0 auto;
}

.home-gsn-copy .hero-stats {
  display: grid;
  max-width: 520px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.45fr) minmax(0, 1fr);
  margin-top: var(--home-space-8);
  border-top: 1px solid var(--home-color-line);
  border-bottom: 1px solid var(--home-color-line);
}

.home-gsn-copy .hero-stat {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: var(--home-space-4) var(--home-space-5);
  border-right: 1px solid var(--home-color-line);
}

.home-gsn-copy .hero-stat:first-child {
  padding-left: 0;
}

.home-gsn-copy .hero-stat:last-child {
  border-right: 0;
}

.home-gsn-copy .hero-stat strong,
.home-gsn-copy .hero-stat span {
  display: block;
}

.home-gsn-copy .hero-stat strong {
  color: var(--home-color-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.home-gsn-copy .hero-stat span {
  margin-top: 4px;
  color: var(--home-color-muted);
  font-size: 12px;
  line-height: 1.35;
}

.home-gsn-copy .video {
  overflow: hidden;
  border: 1px solid var(--home-color-line);
  border-radius: var(--home-radius-lg);
  background: #ffffff;
}

@media (min-width: 992px) {
  .home-gsn-copy #nosotros-home .row.align-items-center {
    align-items: flex-start !important;
  }

  .home-gsn-copy #nosotros-home .video {
    margin-top: 120px;
  }
}

.home-gsn-copy .video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-gsn-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--home-space-4);
  align-items: center;
  margin-top: var(--home-space-8);
}

.home-gsn-copy .hero-actions .btn,
.home-gsn-copy .service-card-clean .link {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-gsn-copy .hero-actions .btn {
  min-width: 168px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--home-radius-sm);
  line-height: 48px;
}

.home-gsn-copy .hero-secondary-cta {
  border: 1px solid rgba(27, 49, 150, 0.16);
  background: #ffffff;
  color: var(--home-color-brand);
}

.home-gsn-copy .hero-actions .btn-primary {
  border-color: var(--home-color-brand);
  background: var(--home-color-brand);
}

.home-gsn-copy .hero-actions .btn-primary:hover,
.home-gsn-copy .hero-secondary-cta:hover {
  border-color: var(--home-color-brand-dark);
  background: var(--home-color-brand-dark);
  color: #ffffff;
}

.home-gsn-copy .section-title-services {
  margin-bottom: var(--home-space-3);
  margin-top: var(--home-space-12);
}

.home-gsn-copy .section-intro {
  max-width: 56ch;
  margin: var(--home-space-4) auto 0;
  color: var(--home-color-copy);
  font-size: 16px;
  line-height: 1.7;
}

.home-gsn-copy .simplified-services,
.home-gsn-copy .simplified-brands-section,
.home-gsn-copy .simplified-clients-section,
.home-gsn-copy .simplified-gallery-section {
  padding-top: var(--home-space-24);
  padding-bottom: var(--home-space-20);
}

.home-gsn-copy .home-section-spacer {
  height: var(--home-space-24);
  background: var(--home-color-panel);
}

.home-gsn-copy > section#marcas.simplified-brands-section {
  padding-top: var(--home-space-6);
}

.home-gsn-copy > section#marcas.simplified-brands-section .section-title-services {
  margin-top: 0;
}

.home-gsn-copy > section#socios-servicio.simplified-clients-section {
  padding-top: var(--home-space-6);
}

.home-gsn-copy > section#socios-servicio.simplified-clients-section .section-title-services {
  margin-top: 0;
}

.home-gsn-copy .simplified-services {
  background: linear-gradient(
    to bottom,
    var(--home-color-panel) 0,
    var(--home-color-panel) 72px,
    #ffffff 72px,
    #ffffff 100%
  );
}

.home-gsn-copy .simplified-brands-section,
.home-gsn-copy .simplified-gallery-section {
  background: var(--home-color-panel);
}

.home-gsn-copy > section#socios-servicio.simplified-clients-section {
  background: var(--home-color-panel);
}

.home-gsn-copy .simplified-services .row:first-child,
.home-gsn-copy .simplified-brands-section .row:first-child,
.home-gsn-copy .simplified-clients-section .row:first-child,
.home-gsn-copy .simplified-gallery-section .row:first-child {
  margin-bottom: var(--home-space-12);
}

.home-gsn-copy .service-card-clean {
  display: flex;
  min-height: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--home-color-line);
  border-top: 4px solid var(--home-color-brand);
  border-radius: var(--home-radius-md);
  background: #ffffff;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-gsn-copy .service-card-clean:hover {
  transform: translateY(-2px);
  border-color: rgba(27, 49, 150, 0.18);
  border-top-color: var(--home-color-brand-dark);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.home-gsn-copy .service-card-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--home-color-line);
  background: #e5e7eb;
}

.home-gsn-copy .service-card-media > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-gsn-copy .service-card-clean .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px;
}

.home-gsn-copy .service-card-icon {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--home-radius-sm);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.home-gsn-copy .service-card-icon img {
  width: 30px;
  height: auto;
  max-width: 30px;
  object-fit: contain;
}

.home-gsn-copy .service-card-kicker {
  display: block;
  min-height: 32px;
  margin-bottom: var(--home-space-2);
  color: var(--home-color-brand);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-gsn-copy .service-card-clean .title {
  min-height: 58px;
  margin-bottom: var(--home-space-4);
  color: var(--home-color-ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-gsn-copy .service-card-clean .desc ul {
  display: grid;
  gap: var(--home-space-2);
  margin-bottom: var(--home-space-5);
  padding: 0;
  list-style: none;
}

.home-gsn-copy .service-card-clean .desc li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: var(--home-color-copy);
  font-size: 15px;
  line-height: 1.62;
}

.home-gsn-copy .service-card-clean .desc li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-color-brand);
  content: '';
}

.home-gsn-copy .service-card-clean .link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: var(--home-space-2);
  min-height: 40px;
  margin-top: auto;
  padding: 0 15px;
  border: 1px solid rgba(27, 49, 150, 0.14);
  border-radius: var(--home-radius-sm);
  background: #ffffff;
  line-height: 40px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-gsn-copy .service-card-clean .link:hover {
  border-color: var(--home-color-brand);
  background: var(--home-color-brand);
  color: #ffffff;
}

.home-gsn-copy .service-card-clean .link::after {
  content: '\2192';
  font-size: 14px;
  line-height: 1;
}

.home-gsn-copy .business-unit-grid {
  --bs-gutter-x: 20px;
  justify-content: center;
  row-gap: var(--home-space-6);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-gsn-copy .business-unit-grid > .col {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  margin-bottom: 0 !important;
}

.home-gsn-copy .business-unit-grid .service-card-clean {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: 0 18px 74px;
  border: 1px solid var(--home-color-line);
  border-top: 4px solid var(--home-color-brand);
  border-radius: var(--home-radius-md);
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transform: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-gsn-copy .business-unit-grid > .col:last-child .service-card-clean {
  border-right: 1px solid var(--home-color-line);
}

.home-gsn-copy .business-unit-grid .service-card-clean:hover {
  z-index: 1;
  border-color: rgba(27, 49, 150, 0.18);
  border-top-color: var(--home-color-brand-dark);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  color: inherit;
  transform: translateY(-2px);
}

.home-gsn-copy .business-unit-title {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  color: var(--home-color-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.home-gsn-copy .business-unit-title::before {
  display: none;
}

.home-gsn-copy .business-unit-title img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
}

.home-gsn-copy .business-unit-title span {
  min-width: 0;
}

.home-gsn-copy .business-unit-grid .service-card-media {
  margin: 0 0 var(--home-space-6);
  border: 0;
  border-radius: var(--home-radius-sm);
  background: #ffffff;
}

.home-gsn-copy .business-unit-grid .service-card-media > img {
  width: 100%;
  height: 190px;
  border-radius: var(--home-radius-sm);
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.home-gsn-copy .business-unit-grid .service-card-clean:hover .service-card-media > img {
  transform: scale(1.03);
}

.home-gsn-copy .business-unit-cta {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 12px;
  border: 1px solid rgba(27, 49, 150, 0.14);
  border-radius: var(--home-radius-sm);
  background: #ffffff;
  color: var(--home-color-brand);
  font-size: 12px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-gsn-copy .business-unit-cta::after {
  margin-left: 7px;
  content: '\2192';
}

.home-gsn-copy .business-unit-grid .service-card-clean:hover .business-unit-cta {
  border-color: var(--home-color-brand);
  background: var(--home-color-brand);
  color: #ffffff;
}

.home-gsn-copy .business-unit-grid-main + .business-unit-grid {
  display: none;
}

.home-gsn-copy .business-unit-grid-main .service-card-clean {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.home-gsn-copy .business-unit-grid-main .business-unit-title {
  min-height: 68px;
  font-size: 22px;
}

.home-gsn-copy .business-unit-kicker {
  display: block;
  min-height: 34px;
  margin: 0 0 var(--home-space-5);
  color: var(--home-color-brand);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.home-gsn-copy .business-unit-list {
  display: grid;
  gap: 10px;
  min-height: 156px;
  margin: 0;
  padding: 0;
  color: var(--home-color-copy);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  list-style: none;
}

.home-gsn-copy .business-unit-list li {
  position: relative;
  padding-left: 20px;
}

.home-gsn-copy .business-unit-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-color-brand);
  content: '';
}

@media (min-width: 1200px) {
  .home-gsn-copy .business-unit-grid > .col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    width: 16.666667%;
  }

  .home-gsn-copy .business-unit-grid .service-card-media > img {
    height: 190px;
  }
}

@media (min-width: 1400px) {
  .home-gsn-copy .business-unit-grid .service-card-media > img {
    height: 200px;
  }

  .home-gsn-copy .business-unit-title {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .home-gsn-copy .business-unit-grid-main > .col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }

  .home-gsn-copy .business-unit-grid-main .service-card-media > img {
    height: 170px;
  }
}

@media (min-width: 1400px) {
  .home-gsn-copy .business-unit-grid-main .service-card-clean {
    max-width: 380px;
  }

  .home-gsn-copy .business-unit-grid-main .service-card-media > img {
    height: 180px;
  }

  .home-gsn-copy .business-unit-grid-main .business-unit-title {
    font-size: 23px;
  }
}

.home-gsn-copy .business-unit-grid-main {
  --bs-gutter-x: 24px;
  row-gap: var(--home-space-6);
}

.home-gsn-copy .business-unit-grid-main .service-card-clean {
  max-width: none;
  padding: 12px 22px 92px;
  border-color: rgba(15, 23, 42, 0.1);
  border-top: 4px solid var(--home-color-brand);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  text-align: left;
}

.home-gsn-copy .business-unit-grid-main .service-card-clean:hover {
  border-color: rgba(27, 49, 150, 0.2);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.home-gsn-copy .business-unit-grid-main .service-card-media {
  margin-bottom: var(--home-space-5);
  overflow: hidden;
  border-radius: 8px;
}

.home-gsn-copy .business-unit-grid-main .service-card-media > img {
  height: 205px;
  border-radius: 8px;
}

.home-gsn-copy .business-unit-grid-main .business-unit-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin: 0 0 var(--home-space-4);
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(27, 49, 150, 0.1);
  color: var(--home-color-brand);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
}

.home-gsn-copy .business-unit-grid-main .business-unit-title {
  min-height: 84px;
  align-items: center;
  gap: 18px;
  margin-bottom: var(--home-space-5);
  color: var(--home-color-ink);
  font-size: 26px;
  line-height: 1.12;
}

.home-gsn-copy .business-unit-grid-main .business-unit-title img {
  width: 42px;
  height: 42px;
}

.home-gsn-copy .business-unit-copy {
  min-height: 94px;
  margin: 0 0 var(--home-space-8);
  color: var(--home-color-copy);
  font-size: 14px;
  line-height: 1.6;
}

.home-gsn-copy .business-unit-grid-main .business-unit-list {
  gap: 13px;
  min-height: 128px;
  margin-bottom: 0;
  color: var(--home-color-copy);
  font-size: 14px;
  line-height: 1.45;
}

.home-gsn-copy .business-unit-grid-main .business-unit-list li {
  padding-left: 28px;
}

.home-gsn-copy .business-unit-grid-main .business-unit-list li::before {
  top: 0.18em;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  background: var(--home-color-brand);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  content: '\2713';
}

.home-gsn-copy .business-unit-grid-main .business-unit-cta {
  right: 22px;
  bottom: 22px;
  left: 22px;
  min-height: 46px;
  border-color: var(--home-color-brand);
  border-radius: 8px;
  background: var(--home-color-brand);
  color: #ffffff;
  font-size: 14px;
  line-height: 46px;
  text-transform: none;
}

.home-gsn-copy .business-unit-grid-main .service-card-clean:hover .business-unit-cta {
  border-color: var(--home-color-brand-dark);
  background: var(--home-color-brand-dark);
}

@media (max-width: 1199px) {
  .home-gsn-copy .business-unit-grid-main .service-card-media > img {
    height: 190px;
  }

  .home-gsn-copy .business-unit-grid-main .business-unit-title {
    font-size: 23px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-gsn-copy .business-unit-grid > .col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-gsn-copy .business-unit-grid > .col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-gsn-copy .service-card-clean .content {
    padding: 24px;
  }

  .home-gsn-copy .service-card-clean .title {
    min-height: 96px;
    font-size: 24px;
  }

  .home-gsn-copy .service-card-clean .desc {
    min-height: 210px;
  }

  .home-gsn-copy .service-card-clean .desc ul {
    margin-bottom: var(--home-space-6);
  }

  .home-gsn-copy .service-card-clean .link {
    width: fit-content;
    min-height: 42px;
    margin-top: auto;
    line-height: 42px;
    white-space: nowrap;
  }
}

.home-gsn-copy .distributor-grid {
  row-gap: var(--home-space-6);
  justify-content: center;
}

.home-gsn-copy .brand-card-clean {
  display: flex;
  height: 100%;
  min-height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--home-space-4);
  padding: var(--home-space-8);
  border: 1px solid var(--home-color-line);
  border-radius: var(--home-radius-md);
  background: #ffffff;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.home-gsn-copy .brand-card-clean:hover {
  transform: translateY(-2px);
  border-color: rgba(27, 49, 150, 0.18);
}

.home-gsn-copy .brand-card-clean img {
  width: auto;
  max-width: 92%;
  max-height: 84px;
}

.home-gsn-copy .brand-card-clean span {
  color: var(--home-color-brand);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.home-gsn-copy .industry-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--home-space-3);
  margin-top: var(--home-space-6);
}

.home-gsn-copy .industry-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--home-color-line);
  border-radius: var(--home-radius-sm);
  background: #ffffff;
  color: var(--home-color-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.home-gsn-copy .clientes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--home-space-5);
  align-items: center;
  margin-top: var(--home-space-4);
}

.home-gsn-copy #socios-servicio .clientes-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 168px));
  justify-content: center;
  margin-top: var(--home-space-12);
}

.home-gsn-copy #clientes .clientes-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 168px));
  justify-content: center;
}

.home-gsn-copy .clientes-item {
  display: flex;
  width: 168px;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  padding: var(--home-space-5);
  border: 1px solid var(--home-color-line);
  border-radius: var(--home-radius-md);
  background: #ffffff;
}

.home-gsn-copy #socios-servicio .clientes-item {
  width: 100%;
}

.home-gsn-copy #clientes .clientes-item {
  width: 100%;
}

.home-gsn-copy .clientes-item img {
  filter: saturate(0.92) contrast(1.02);
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.home-gsn-copy .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--home-space-5);
}

.home-gsn-copy .gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--home-radius-md);
}

.home-gsn-copy + .section-light.bg-secc-footer {
  clear: both;
  margin-top: 0;
}

@media (max-width: 991px) {
  .home-gsn-copy .section-title-two .title,
  .home-gsn-copy #clientes .section-title-two .title {
    font-size: 36px;
  }

  .home-gsn-copy #socios-servicio .clientes-grid {
    grid-template-columns: repeat(3, minmax(0, 168px));
  }

  .home-gsn-copy #clientes .clientes-grid {
    grid-template-columns: repeat(3, minmax(0, 168px));
  }

  .home-gsn-copy .section-title-two .hero-title {
    font-size: 40px;
  }

  .home-gsn-copy .business-unit-grid .service-card-clean .title {
    min-height: 58px;
    font-size: 24px;
  }

  .home-gsn-copy .business-unit-grid .service-card-kicker {
    min-height: 32px;
  }
}

@media (max-width: 767px) {
  .home-gsn-copy #nosotros-home {
    padding-top: 96px;
    padding-bottom: var(--home-space-20);
  }

  .home-gsn-copy .section-title-two .title,
  .home-gsn-copy #clientes .section-title-two .title,
  .home-gsn-copy .section-title-two .hero-title {
    font-size: 32px;
  }

  .home-gsn-copy .simplified-services,
  .home-gsn-copy .simplified-brands-section,
  .home-gsn-copy .simplified-clients-section,
  .home-gsn-copy .simplified-gallery-section {
    padding-top: var(--home-space-20);
    padding-bottom: var(--home-space-20);
  }

  .home-gsn-copy .home-section-spacer {
    height: var(--home-space-20);
  }

  .home-gsn-copy .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-gsn-copy .hero-actions .btn {
    width: 100%;
  }

  .home-gsn-copy .hero-country {
    align-items: flex-start;
  }

  .home-gsn-copy .hero-stats {
    grid-template-columns: 1fr;
  }

  .home-gsn-copy .hero-stat,
  .home-gsn-copy .hero-stat:first-child {
    padding: var(--home-space-4) 0;
    border-right: 0;
    border-bottom: 1px solid var(--home-color-line);
  }

  .home-gsn-copy .hero-stat:last-child {
    border-bottom: 0;
  }

  .home-gsn-copy .service-card-clean .title,
  .home-gsn-copy .service-card-kicker {
    min-height: auto;
  }

  .home-gsn-copy .brand-card-clean {
    min-height: 150px;
    padding: var(--home-space-5);
  }

  .home-gsn-copy .brand-card-clean img {
    max-height: 64px;
  }

  .home-gsn-copy .business-unit-grid .service-card-clean .title,
  .home-gsn-copy .business-unit-grid .service-card-kicker {
    min-height: auto;
  }

  .home-gsn-copy .gallery-grid {
    grid-template-columns: 1fr;
  }

  .home-gsn-copy #socios-servicio .clientes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-gsn-copy #clientes .clientes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-gsn-copy .video,
  .home-gsn-copy .service-card-clean,
  .home-gsn-copy .brand-card-clean,
  .home-gsn-copy .clientes-item,
  .home-gsn-copy .gallery-grid img {
    border-radius: var(--home-radius-md);
  }
}
