:root {
  --red: #E1001A;
  --dark: #1C1B27;
  --dark2: #2D2938;
  --gray: #E5E5E5;
  --footer: #D5D7DC;
  --copy: #1F2125;
  --h1: #5E5868;
}

* {
  box-sizing: border-box
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--copy);
  background: #fff
}

.container-xl {
  max-width: 1160px
}

/* NAVBAR */
.bg-navbar {
  background-color: var(--dark) !important
}

.logo-img {
  height: 35px
}

.nav-main .nav-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 14px
}

.nav-main .nav-link:hover {
  color: var(--red) !important
}

.nav-main .sep span {
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 10px
}

/* Dropdown */
.dropdown-menu-custom {
  border: none;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .15)
}

.dropdown-item {
  font-size: 14px;
  color: var(--dark);
  padding: 9px 14px
}

.dropdown-item:hover {
  background: #e7e7e7be
}

.dropdown-item.active-red {
  color: var(--red);
  font-weight: 600
}

.dropdown-item:active,
.dropdown-item:focus {
  color: var(--dark) !important;
  background-color: #f7f6f5 !important;
}

.dropdown-item.active-red:active,
.dropdown-item.active-red:focus {
  color: var(--red) !important;
  background-color: #f7f6f5 !important;
}

/* HERO - gradient edges with project colors 
.hero-section{
  background:
    linear-gradient(90deg, var(--dark) 0%, rgba(28,27,39,0.85) 8%, rgba(28,27,39,0) 22%, rgba(28,27,39,0) 78%, rgba(28,27,39,0.85) 92%, var(--dark) 100%),
    linear-gradient(180deg, rgba(225,0,26,0.20) 0%, rgba(45,41,56,0.00) 45%, rgba(45,41,56,0.55) 100%),
    url('../../assets/img/gespasa-hero-banner.jpg') center/cover no-repeat;
  color:#fff;
  padding:120px 0 80px;
  text-align:left;}
*/

.hero-section {
  background: linear-gradient(rgba(45, 41, 56, 0.6), rgba(45, 41, 56, 0.6)), url('../../assets/img/gespasa-hero-banner.webp');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 3rem 0;
}




.hero-section .container {
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.hero-section .row {
  justify-content: center;
}

.hero-section .col-lg-6 {
  text-align: center;
}

.hero-title {
  font-weight: 200;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 14px
}

.hero-sub {
  font-size: 16px;
  color: #fff;
  max-width: 700px
}


.section-gray {
  background: var(--gray)
}

.section-h1 {
  color: var(--h1);
  font-size: 32px;
  font-weight: 400;
  margin-left: 0.25rem
}


.custom-card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06)
}

.card-title-main {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: var(--h1);
  padding-bottom: 1rem;
}

.card-home {
  padding: 2rem;
}

.card-text {
  font-size: 14px;
  color: var(--h1);
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.big-number {
  font-size: 50px;
  font-weight: 600;
  color: var(--red);
  line-height: 1
}

.under-text {
  font-size: 12px;
  color: #7b7d86
}

.badge-red {
  display: inline-block;
  background: var(--red);
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600
}


.badge-grey {
  display: inline-block;
  background: #ACB0B9;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600
}

.product-img {
  max-height: 150px;
  margin: 6px auto 10px auto;
  display: block
}

.btn-cta {
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px
}


.partners-section {
  background: var(--footer);
  border-top: 1px solid #E5E5E5
}

.partners-title {
  color: var(--h1);
  font-size: 18px;
  font-weight: 500;
  margin-left: 0.25rem;
  margin-bottom: 20px
}

.partners-box {
  max-width: 820px;
  margin: 0 auto;
  padding: 16px 0 10px
}

.partners-lead {
  font-size: 22px;
  line-height: 1.45;
  color: var(--copy);
  margin-bottom: 18px
}

.partners-btn {
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 16px
}


.cert-section {
  background: var(--dark)
}

.cert-h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 400
}

.ver-mas-section {
  background: var(--red)
}

.ver-mas-h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 400 !important;
}

.ver-mas-btn {
  padding-right: 1rem;
}

/* Ajuste tipográfico en móviles */
@media (max-width: 767.98px) {
  #ver-mas .display-5 {
    font-size: 1.7rem;
    text-align: center;
  }

  .ver-mas-btn {
    text-align: center;
  }

}

.cert-item {
  padding: 10px 14px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto
}

.red-line {
  height: 2px;
  background: var(--red);
  width: 13rem;
  margin: 0 auto 14px auto
}

.cert-title {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 8px
}

.cert-desc {
  color: #fff;
  font-size: 13px
}


.bg-footer {
  background: var(--footer)
}

.footer-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--copy);
  margin-bottom: 12px
}

.foot-links a {
  color: var(--copy);
  text-decoration: none;
  font-size: 14px
}

.foot-links a:hover {
  text-decoration: underline
}

.foot-copy {
  font-size: 14px;
  color: var(--copy)
}

.foot-hr {
  opacity: .3
}


.btn-danger {
  background: var(--red);
  border: none
}

.btn-danger:hover {
  background: #c50016
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}


.badge-container {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.badge-container-prod {
  margin-top: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}


@media (max-width:991px) {
  .hero-title {
    font-size: 42px
  }

  .cert-title {
    font-size: 32px
  }

}

@media (max-width:575px) {
  .partners-lead {
    font-size: 18px
  }

  .badge-red {
    margin: 0.5rem
  }
}


.page-servicios .page-title {
  font-weight: 400;
  color: var(--h1);
  font-size: 48px;
  margin: 28px 0 22px;
}


.serv-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  padding: 28px;
  margin: 0 0 26px 0;
}

.serv-card__col {
  min-width: 0;
  padding-top: 1rem;
}

.serv-card__title {
  font-size: 26px;
  color: var(--h1);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 14px 0;
}

.serv-card__text p {
  font-size: 14px;
  line-height: 1.6;
  color: #5e5868;
  margin: 0 0 10px 0;
}


.media-photo {
  width: 100%;
  border-radius: 8px;
  background: #d9dee6;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .06) inset;
}

.media-photo--building {

  background-image: url('assets/img/fabrica.jpg');
}

.img-serv-prod {
  width: 100%;
}

.photo-placeholder {
  background: #47464d;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  font-size: 12px;
  letter-spacing: .5px;
  margin-top: 10px;
}


.serv-card__bullets {
  align-self: center
}

.prod-list {
  padding-left: 18px;
  margin: 0
}

.prod-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #5e5868;
  margin: 0 0 10px 0
}

.prod-list strong {
  font-weight: 600;
  color: #3d3946
}



.intl-services {
  padding: 16px 0 0
}

.intl-title {
  font-weight: 400;
  color: var(--h1);
  font-size: 28px;
  margin: 0 0 8px 0;
}

.intl-lead {
  font-size: 13px;
  color: #6b6a74;
  margin: 0 0 18px 0
}


.svc-grid {
  display: grid;
  gap: 26px 40px;
  grid-template-columns: 1fr 1fr;
}

.svc-item {
  padding: 0 0 12px 0;
  border-bottom: 1px solid rgba(225, 0, 26, .25);
}

.svc-item h3 {
  font-weight: 500;
  color: #3d3946;
  font-size: 20px;
  margin: 0 0 6px 0;
}

.svc-item h3::after {
  content: "";
  display: block;
  width: 210px;
  height: 2px;
  background: var(--red);
  margin-top: 6px;
}

.svc-item p {
  font-size: 14px;
  color: #5e5868;
  margin: 8px 0 0 0
}


.world-map {
  background: #DADBE2;
  margin-top: 40px;
  padding: 36px 0;
}

.world-map img {
  display: block;
  max-width: 920px;
  width: 92%;
  margin: 0 auto;
  opacity: .8;
  filter: grayscale(1);
}


@media (max-width: 991px) {
  .page-servicios .page-title {
    font-size: 36px
  }

  .serv-card {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .media-photo {
    height: 200px
  }

  .svc-grid {
    grid-template-columns: 1fr
  }
}


:root {
  --pc-red: var(--red, #E1001A);
  --pc-copy: var(--copy, #3D3946);
  --pc-muted: #7A7C86;
  --pc-bg-gray: #DADBE2;
}


.page-contact .pc-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
}

@media (max-width:768px) {
  .page-contact .pc-wrap {
    padding: 40px 18px;
  }
}


.page-contact .pc-h1 {
  font-weight: 400;
  color: var(--h1, #3D3946);
  font-size: 52px;
  line-height: 1.15;
  margin: 0 0 24px 0;
}

@media (max-width:991px) {
  .page-contact .pc-h1 {
    font-size: 38px;
  }
}


.pc-hero__inner {
  padding: 24px 24px 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.pc-hero__title {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 8px 0;
}

.pc-hero__sub {
  color: #e9e9ee;
  font-size: 14px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 0 16px 0;
}

.pc-hero__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pc-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
}

.pc-btn--primary {
  background: var(--pc-red);
  color: #fff;
  border: 1px solid var(--pc-red);
}

.pc-btn--primary:hover {
  filter: brightness(.95);
}

.pc-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .85);
}

.pc-btn--ghost:hover {
  background: #fff;
  color: #1B1B1F;
}


.pc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 64px;
}

@media (max-width:991px) {
  .pc-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}



.pc-block__head {
  margin-bottom: 14px;
}

.pc-block__title {
  font-size: 18px;
  font-weight: 600;
  color: #3D3946;
  line-height: 1.2;
  margin: 0;
}

.pc-divider {
  display: block;
  height: 1px;
  background: var(--pc-red);
  margin: 10px 0 0 0;
}


.pc-cols {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}

.pc-cols--single {
  display: block;
}

.pc-col {
  min-width: 220px;
}

.pc-label {
  color: #747474;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: .2px;
  font-weight: bold;

}

.pc-link {
  color: var(--pc-copy);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.pc-link:hover {
  text-decoration: underline;
}

.pc-address {
  font-style: normal;
  color: var(--pc-copy);
  font-size: 16px;
  line-height: 1.6;
}

.pc-hours {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.pc-hours small {
  color: #8B8E98;
}


.pc-map {

  padding-bottom: 30px;
}

.pc-map__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  width: 92%;
}

.pc-map__img {
  width: 100%;

}

.gp-category {
  background: var(--gp-soft);
  padding-bottom: 2rem;
}



:root {
  --gp-red: var(--red, #E1001A);
  --gp-h1: var(--h1, #3D3946);
  --gp-copy: var(--copy, #3D3946);
  --gp-muted: #7B7D86;
  --gp-soft: #E7E8ED;
  /* gris claro de cabecera de página */
  --gp-dark: #1D1C23;
  /* fondo sección certificaciones */
  --gp-card: #FFFFFF;
  --gp-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 6px 24px rgba(0, 0, 0, .05);
}

/* Contenedor y cabecera de página */
.gp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 31px 24px 8px 24px;
}

.gp-pagehead {
  background: var(--gp-soft);
}

.gp-h1 {
  margin: 0;
  color: var(--gp-h1);
  font-weight: 400;
  font-size: 52px;
  line-height: 1.15;
}

@media (max-width:991px) {
  .gp-h1 {
    font-size: 38px;
  }
}

.gp-lead {
  margin-top: 16px;
  color: #5E5868;
  font-size: 16px;
  line-height: 1.7;
}

/* Lista de subcategorías (categoría) */
.gp-list {
  padding-top: 28px;
  padding-bottom: 12px;
}

.gp-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--gp-card);
  border-radius: 10px;
  padding: 18px;
  box-shadow: var(--gp-shadow);
  margin-bottom: 18px;
}

.gp-card__media {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background: #23222B;
  flex: 0 0 72px;
}

.gp-card__body {
  flex: 1 1 auto;
}

.gp-card__title {
  margin: 2px 0 6px 0;
  color: var(--gp-h1);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.gp-card__text {
  margin: 0;
  color: #5E5868;
  font-size: 14px;
  line-height: 1.7;
}

/* Media destacado (producto principal) */

/* Tarjeta de información (producto principal) */
.gp-info {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: var(--gp-shadow);
  margin: 18px 0 32px;
}

.gp-info__body {
  flex: 1 1 auto;
}

.gp-info__title {
  margin: 2px 0 8px 0;
  color: var(--gp-h1);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.gp-info__text {
  margin: 0;
  color: #5E5868;
  font-size: 14px;
  line-height: 1.7;
}

.gp-info__toggle {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F0F1F5;
  border: 1px solid #E6E7EC;
  cursor: default;
  position: relative;
}

.gp-info__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translate(-50%, -60%) rotate(45deg);
}

/* Certificaciones (sección oscura) */
.gp-certs {
  background: var(--gp-dark);
  color: #E6E7EC;
  padding: 46px 0;
}

.gp-certs__h1 {
  margin: 0 0 36px 0;
  font-weight: 600;
  font-size: 18px;
  color: #E9E9EE;
}

.gp-certs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 56px;
}

@media (max-width:991px) {
  .gp-certs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:560px) {
  .gp-certs__grid {
    grid-template-columns: 1fr;
  }
}

.gp-cert__line {
  display: block;
  height: 1px;
  background: var(--gp-red);
  margin: 0 0 18px 0;
  /* distancia exacta antes del título */
}

.gp-cert__title {
  margin: 0 0 6px 0;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.1;
}

.gp-cert__sub {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #C8C9D0;
  text-align: left;
}

.gp-full-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* extra mínimo */
.gp-card-link {
  display: block;
  /* hace clicable todo el bloque */
  text-decoration: none;
  color: inherit;
}

.gp-card-link:focus-visible {
  outline: 2px solid var(--gp-red);
  outline-offset: 4px;
}




/* Cabecera y media como en tus páginas anteriores */
.gp-container-subcat {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0px 0px 24px;
}


.gp-container-prod {
  max-width: 1200px;
  margin: 0 auto;

  padding: 0px 24px 0px 24px;
}

.gp-product {
  background: var(--gp-soft);
  padding-bottom: 2rem;
}

.gp-h1 {
  margin: 0;
  color: var(--gp-h1);
  font-weight: 400;
  font-size: 52px;
  line-height: 1.15;
}

@media (max-width:991px) {
  .gp-h1 {
    font-size: 38px
  }
}

.gp-media-wrap {}

.gp-media {
  width: 100%;
}

.gp-media-img {
  width: 100%;
}

/* Tarjeta de info (estética blanca con sombra ligera) */
.gp-info {
  position: relative;
  /* necesario para posicionar el botón */
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 18px 62px 18px 18px;
  /* deja espacio a la derecha para el botón */
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 6px 24px rgba(0, 0, 0, .05);
  margin: 18px 0 32px;
}

.gp-info__title {
  margin: 2px 0 8px;
  color: var(--gp-h1);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.gp-info__text {
  margin: 0;
  color: #5E5868;
  font-size: 14px;
  line-height: 1.7;
}

/* Botón circular abajo a la derecha, como en la imagen */
.gp-info__toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F0F1F5;
  border: 1px solid #E6E7EC;
  cursor: pointer;
  z-index: 2;
}

.gp-info__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translate(-50%, -60%) rotate(45deg);
  /* flecha hacia abajo */
}

.gp-info__toggle.is-open::after {
  transform: translate(-50%, -40%) rotate(-135deg);
  /* flecha hacia arriba */
}

.gp-info__toggle:hover {
  filter: brightness(.98)
}

.gp-info__toggle:focus-visible {
  outline: 2px solid var(--gp-red);
  outline-offset: 2px;
}

/* Breadcrumb Container */
.breadcrumb-section {
  background-color: #f8f9fa;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
  font-family: 'Inter', sans-serif;
}

/* Breadcrumb List */
.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

/* Breadcrumb Items */
.breadcrumb-item {
  display: flex;
  align-items: center;
}

/* Links in Breadcrumb */
.breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.2rem 0.2rem;
  border-radius: 0.25rem;
  font-weight: 400;
}

.breadcrumb-item a:hover {
  color: #dc3545;
  background-color: #e9ecef;
  text-decoration: none;
}

/* Active Breadcrumb Item */
.breadcrumb-item.active {
  color: #495057;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
}

/* Separator between breadcrumb items */
.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #6c757d;
  padding: 0 0.5rem;
  font-weight: 300;
}

/* Alternative separator styles - choose one */
/* 
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #6c757d;
  padding: 0 0.5rem;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
  padding: 0 0.5rem;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  color: #6c757d;
  padding: 0 0.5rem;
  font-weight: 700;
}
*/

/* Responsive Design */
@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 0.75rem 0;
  }

  .breadcrumb {
    font-size: 0.85rem;
  }

  .breadcrumb-item a {
    padding: 0.2rem 0.4rem;
  }

  .breadcrumb-item.active {
    padding: 0.2rem 0.4rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding: 0 0.4rem;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    font-size: 0.7rem;
  }

  .breadcrumb-item a {
    padding: 0;
  }

  .breadcrumb-item.active {
    padding: 0;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding: 0 0.3rem;
  }
}

/* Dark theme variant */
.breadcrumb-section.dark {
  background-color: #343a40;
  border-bottom-color: #495057;
}

.breadcrumb-section.dark .breadcrumb-item a {
  color: #adb5bd;
}

.breadcrumb-section.dark .breadcrumb-item a:hover {
  color: #fff;
  background-color: #495057;
}

.breadcrumb-section.dark .breadcrumb-item.active {
  color: #dee2e6;
}

.breadcrumb-section.dark .breadcrumb-item+.breadcrumb-item::before {
  color: #adb5bd;
}

/* Custom color scheme matching Gespasa brand */
.breadcrumb-section.brand {
  background-color: #fff;
  border-bottom: 2px solid #e9ecef;
}

.breadcrumb-section.brand .breadcrumb-item a {
  color: #6c757d;
  font-weight: 400;
}

.breadcrumb-section.brand .breadcrumb-item a:hover {
  color: #dc3545;
  background-color: #f8f9fa;
}

.breadcrumb-section.brand .breadcrumb-item.active {
  color: #dc3545;
  font-weight: 600;
}

.breadcrumb-section.brand .breadcrumb-item+.breadcrumb-item::before {
  color: #dc3545;
  font-weight: 500;
}

/* Adaptación del botón Bootstrap con variables CSS de Bootstrap */
.btn-gp-red {
  --bs-btn-bg: var(--gp-red);
  --bs-btn-border-color: var(--gp-red);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--gp-red), black 12%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--gp-red), black 14%);
  --bs-btn-active-bg: color-mix(in srgb, var(--gp-red), black 18%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--gp-red), black 22%);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}

.serv-card .media-photo {
  border-radius: var(--card-radius);
}

/* Card video cu fundal */
.serv-card--video {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
  color: #fff;
  background: #ffffff;
  border-radius: inherit;
}

.serv-card--video .yt-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.serv-card--video .yt-bg__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}

.serv-card--video .yt-bg__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

}

.serv-card--video .serv-card__text--onvideo {
  position: relative;
  z-index: 2;
  padding: 3rem 2rem;
  text-align: left;
}


@media (prefers-reduced-motion: reduce) {
  .serv-card--video .yt-bg {
    display: none !important;
  }

  .serv-card--video {
    background-image: url('<?php echo $site_url; ?>assets/img/hero-poster.jpg');
    background-size: cover;
    background-position: center;
  }
}

.serv-card {
  --card-radius: 10px;
}


.serv-card--video {
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
}


.serv-card--video .yt-bg,
.serv-card--video .yt-bg__overlay {
  border-radius: inherit;
}


.serv-card--video .yt-bg__iframe {
  border-radius: inherit;
}


@supports (-webkit-touch-callout: none) {
  .serv-card--video .yt-bg {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
}

.part-top{
    padding-top: 2rem;
}