/* Concepto — adaptación de la nueva identidad Eventos Puebla */

.concept-page {
  color: var(--ep-text);
  background: var(--ep-black);
}

.concept-page .page-main {
  overflow: hidden;
  padding-top: 84px;
}

.concept-page .page-main > .block {
  margin-bottom: 0;
  opacity: 1;
}

.concept-page .block--title {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 90px 0 80px;
  background: url('../images/content/about-2.jpg') center 43% / cover no-repeat;
}

.concept-page .block--title::before,
.concept-page .block--title::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: '';
}

.concept-page .block--title::before {
  background: linear-gradient(90deg, rgba(3, 2, 6, .97), rgba(3, 2, 6, .78) 56%, rgba(1, 38, 144, .38));
}

.concept-page .block--title::after {
  opacity: .2;
  background-image: linear-gradient(rgba(79, 136, 255, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(79, 136, 255, .14) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.concept-page .block--title h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-transform: uppercase;
}

.concept-page .block--title h1 .icon {
  display: inline-grid;
  width: 57px;
  height: 57px;
  place-items: center;
  margin: 0 17px 0 0;
  padding: 0;
  border: 1px solid rgba(79, 136, 255, .48);
  border-radius: 12px;
  color: #8fb0ff !important;
  background: rgba(2, 71, 227, .11);
  font-size: 27px;
  line-height: 1;
  vertical-align: 9px;
}

.concept-page .block--title h1 .icon::before {
  color: currentColor !important;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
}

.concept-page .breadcrumbs {
  padding: 8px 17px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #bec5d1;
  background: rgba(3, 2, 6, .6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.concept-page .breadcrumbs a {
  color: #7fa8ff;
}

.concept-page .breadcrumbs li:not(:last-child)::after {
  color: #4f88ff;
}

/* Presentación general */
.concept-page .page-main > .block:nth-child(2) {
  position: relative;
  padding: 105px 0 112px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: var(--ep-carbon);
}

.concept-page .page-main > .block:nth-child(2)::before {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  background: radial-gradient(circle at 15% 36%, rgba(2, 71, 227, .15), transparent 38%);
}

.concept-page .page-main > .block:nth-child(2) .container {
  position: relative;
}

.concept-page .page-main > .block:nth-child(2) h2 {
  margin: 0 0 58px;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.08;
}

.concept-page .page-main > .block:nth-child(2) h2::before {
  display: block;
  width: 42px;
  height: 2px;
  margin: 0 auto 20px;
  content: '';
  background: var(--ep-blue);
  box-shadow: 0 0 15px rgba(2, 71, 227, .72);
}

.concept-page .page-main > .block:nth-child(2) h2 span {
  display: inline-block;
  margin-top: 10px;
  color: #8fb0ff;
  font-size: clamp(23px, 3vw, 38px) !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .01em;
}

.concept-page .page-main > .block:nth-child(2) .row {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 62px;
  margin: 0;
}

.concept-page .page-main > .block:nth-child(2) .row::before,
.concept-page .page-main > .block:nth-child(2) .row::after,
.concept-page .row--half::before,
.concept-page .row--half::after {
  display: none;
  content: none;
}

.concept-page .page-main > .block:nth-child(2) .row > [class*='col-'] {
  width: auto;
  padding: 0;
  float: none;
}

.concept-page .page-main > .block:nth-child(2) img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .42), 0 0 0 8px rgba(255, 255, 255, .015);
  filter: saturate(.76) contrast(1.06);
}

.concept-page .page-main > .block:nth-child(2) .col-md-5 {
  position: relative;
}

.concept-page .page-main > .block:nth-child(2) .col-md-5::after {
  position: absolute;
  right: -17px;
  bottom: -17px;
  width: 42%;
  height: 42%;
  content: '';
  border-right: 2px solid var(--ep-blue);
  border-bottom: 2px solid var(--ep-blue);
  border-radius: 0 0 15px;
  pointer-events: none;
}

.concept-page .page-main > .block:nth-child(2) p {
  margin: 0;
  color: #b9c0cc;
  font-size: 16px;
  line-height: 1.9;
}

.concept-page .page-main > .block:nth-child(2) strong {
  color: #edf1f8;
  font-weight: 700;
}

.concept-page .divider {
  display: none;
}

/* Misión, visión y políticas de calidad */
.concept-page .page-main > .block.block--darkbg:not(.block--title) {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: var(--ep-black);
}

.concept-page .page-main > .block.block--darkbg:not(.block--title) .container {
  padding: 0 15px;
}

.concept-page .row--half {
  position: relative;
  display: grid;
  min-height: 490px;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, .07);
  border-left: 1px solid rgba(255, 255, 255, .07);
  background: var(--ep-panel);
}

.concept-page .row--half.bg-grey::after {
  display: none;
  content: none;
}

.concept-page .half-bg-left,
.concept-page .half-bg-right {
  position: relative;
  left: auto;
  width: auto;
  height: auto;
  min-height: 490px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  filter: saturate(.72) contrast(1.06);
}

.concept-page .half-bg-left::after,
.concept-page .half-bg-right::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(120deg, rgba(3, 2, 6, .08), rgba(1, 38, 144, .18));
}

.concept-page .half-bg-right {
  grid-column: 2;
}

.concept-page .row--half > [class*='col-'] {
  display: flex;
  width: auto;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 72px 62px;
  float: none;
  background: linear-gradient(145deg, rgba(17, 21, 28, .98), rgba(7, 9, 14, .98));
}

.concept-page .row--half > [class*='col-'].pull-right {
  margin-left: 0;
  padding: 72px 62px;
  grid-column: 2;
}

.concept-page .half-bg-right + .col-sm-6 {
  grid-row: 1;
  grid-column: 1;
}

.concept-page .row--half h5 {
  position: relative;
  margin: 0 0 25px;
  padding-top: 24px;
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.12;
}

.concept-page .row--half h5::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 2px;
  content: '';
  background: var(--ep-blue-light);
  box-shadow: 0 0 13px rgba(2, 71, 227, .66);
}

.concept-page .row--half .text-right h5::before {
  right: 0;
  left: auto;
}

.concept-page .row--half .theme-color {
  color: #8fb0ff !important;
}

.concept-page .row--half p {
  margin: 0;
  color: #b9c0cc;
  font-size: 16px;
  line-height: 1.85;
}

@media (max-width: 991px) {
  .concept-page .page-main > .block:nth-child(2) .row {
    gap: 42px;
  }

  .concept-page .row--half > [class*='col-'],
  .concept-page .row--half > [class*='col-'].pull-right {
    padding: 52px 42px;
  }

  .concept-page .row--half p {
    font-size: 15px;
    line-height: 1.72;
  }
}

@media (max-width: 767px) {
  .concept-page .page-main {
    padding-top: 72px;
  }

  .concept-page .block--title {
    padding: 58px 0 52px;
  }

  .concept-page .block--title h1 .icon {
    display: grid;
    margin: 0 auto 17px;
    vertical-align: 0;
  }

  .concept-page .page-main > .block:nth-child(2) {
    padding: 72px 0 82px;
  }

  .concept-page .page-main > .block:nth-child(2) h2 {
    margin-bottom: 42px;
  }

  .concept-page .page-main > .block:nth-child(2) .row {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .concept-page .page-main > .block:nth-child(2) .col-md-5::after {
    right: -9px;
    bottom: -9px;
  }

  .concept-page .row--half {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .concept-page .half-bg-left,
  .concept-page .half-bg-right {
    width: auto;
    height: 300px;
    min-height: 300px;
    grid-row: auto;
    grid-column: 1;
  }

  .concept-page .row--half > [class*='col-'],
  .concept-page .row--half > [class*='col-'].pull-right,
  .concept-page .half-bg-right + .col-sm-6 {
    width: auto;
    padding: 48px 30px 54px;
    grid-row: auto;
    grid-column: 1;
    text-align: left;
  }

  .concept-page .row--half .text-right h5::before {
    right: auto;
    left: 0;
  }
}

@media (max-width: 420px) {
  .concept-page .block--title h1 {
    font-size: 34px;
  }

  .concept-page .breadcrumbs {
    font-size: 10px;
    letter-spacing: .06em;
  }

  .concept-page .page-main > .block:nth-child(2) h2 {
    font-size: 34px;
  }
}
