@import '../../node_modules/swiper/swiper-bundle.min.css';
.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

[class^=col-] {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  height: 70svh;
  min-height: 560px;
  color: #fff;
}

.home-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 70vh;
  height: 70svh;
  min-height: 560px;
  background-image: var(--slide-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
}

.home-slider__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 16px;
}

.home-slider__title {
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(32px, 6vw, 64px);
  margin: 0 0 16px;
}

.home-slider__subtitle {
  font-weight: 400;
  line-height: 1.6;
  font-size: clamp(16px, 2.2vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  max-width: 760px;
  margin: 0 auto 24px;
}

p.home-slider__subtitle.aos-init.aos-animate {
  font-size: 23px;
}

.home-slider__actions {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 120ms ease, opacity 120ms ease;
}

.home-slider__btn:hover,
.home-slider__btn:focus {
  transform: translateY(-1px);
}

.home-slider__btn--outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

a.home-slider__btn.home-slider__btn--outline {
  border: 2px solid #f6b100;
  background-color: #f6b100;
  width: 21rem;
  height: 4rem;
  font-size: 18px;
  color: #000 !important;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 120ms ease, opacity 120ms ease;
}

a.home-slider__btn.home-slider__btn--outline:hover {
  background-color: #fff;
  color: #000 !important;
}

.home-slider__btn--fill {
  border: 2px solid #f6b100;
  background-color: #f6b100;
  color: #000;
}

.home-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.home-slider .swiper-pagination-bullet-active {
  background: #f6b100;
}

.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
  color: #fff;
}

@media (max-width: 768px) {
  .home-slider,
  .home-slider .swiper-slide {
    height: 72vh;
    height: 72svh;
    min-height: 420px;
  }
  .home-slider .swiper-slide {
    background-image: var(--slide-bg-mobile, var(--slide-bg));
    background-position: center top;
  }
}
.unete-calidad {
  background: #F4F4F4;
  padding: 4rem 0rem;
}

.unete-calidad__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #8b8b8b;
  margin-bottom: 0;
}

.unete-calidad__breadcrumb a {
  color: #8b8b8b;
  text-decoration: none;
}

.unete-calidad__breadcrumb a:hover {
  color: #000;
}

.unete-calidad__badge {
  display: inline-block;
  background: #FFA600;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.4px;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 8px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.unete-calidad__breadcrumb-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 16px;
}

.contenedor-nav {
  padding: 15px;
  background: #fff;
}

.unete-calidad__row {
  align-items: stretch;
  row-gap: 22px;
}

.unete-calidad__content {
  height: 100%;
}

.unete-calidad__title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 400;
  color: #0b0b0b;
  margin: 0 0 14px;
}

.unete-calidad__subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #4b4b4b;
  max-width: 520px;
  margin: 0 0 22px;
  padding-top: 1rem;
}

.unete-calidad__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.unete-calidad-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.unete-calidad-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.unete-calidad-card__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.unete-calidad-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #0b0b0b;
  margin: 0 0 6px;
}

span.current {
  color: #000;
}

.unete-calidad-card__text {
  font-size: 12px;
  line-height: 1.5;
  color: #5a5a5a;
  margin: 0;
}

.unete-calidad__form {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.unete-calidad__form-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #f6b100;
  margin: 0 0 12px;
}

.unete-calidad__form-content {
  font-size: 14px;
  color: #2a2a2a;
  padding-bottom: 20px;
}

.unete-calidad__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fde7b6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 14px 16px;
  margin-top: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.unete-calidad__notice-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f6b100;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: 0 0 auto;
}

.unete-calidad__notice-text {
  font-size: 14px;
  color: #2a2a2a;
}

@media (min-width: 768px) {
  .unete-calidad__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .unete-calidad__title {
    font-size: 64px;
  }
}
.que-sucede {
  padding: 5rem 0rem;
  background: #fff;
}

.que-sucede__title {
  text-align: center;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  color: #f6b100;
  margin: 0 0 8px;
}

.que-sucede__subtitle {
  text-align: center;
  font-size: 14px;
  color: #6b6b6b;
  margin: 0 0 28px;
}

.qs-timeline {
  position: relative;
  display: grid;
  gap: 24px;
}

.qs-timeline__line {
  position: absolute;
  top: 15px;
  bottom: 25px;
  left: 50%;
  width: 1px;
  background: #000;
  transform: translateX(-50%);
  opacity: 0.9;
}

.qs-row {
  display: grid;
  grid-template-columns: 1fr 110px 1fr;
  align-items: center;
}

.qs-col {
  min-height: 1px;
}

.qs-step {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.qs-step__num {
  display: inline-block;
  font-weight: 800;
  color: #f6b100;
}

.qs-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 18px 18px;
  max-width: 440px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.qs-card__title {
  font-size: 16px;
  font-weight: 800;
  color: #0b0b0b;
  margin: 0 0 6px;
}

.qs-card__text {
  font-size: 14px;
  color: #4b4b4b;
  margin: 0;
}

@media (max-width: 992px) {
  .qs-row {
    grid-template-columns: 1fr 80px 1fr;
  }
}
@media (max-width: 720px) {
  .qs-timeline__line {
    left: 24px;
    transform: none;
  }
  .qs-row {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: flex-start;
  }
  .qs-col--left, .qs-col--right {
    grid-column: 2/-1;
    grid-row: 1;
  }
  .qs-col--center {
    grid-column: 1/2;
    grid-row: 1;
  }
  .qs-step {
    width: 48px;
    height: 48px;
  }
}
.faq {
  padding: 48px 0;
  background: #f4f4f4;
}

.faq__title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #f6b100;
  margin: 0 0 18px;
  padding: 2rem 0rem;
}

.faq__list {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.faq-item__header::-webkit-details-marker {
  display: none;
}

.faq-item__q {
  font-size: 15px;
  font-weight: 700;
  color: #0b0b0b;
}

.faq-item__toggle {
  position: relative;
  width: 20px;
  height: 20px;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__a {
  padding: 0 18px 16px;
  color: #4b4b4b;
  font-size: 14px;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 20px;
  }
}
.contenedor-centro {
  background: #f4f4f4;
  padding: 24px 0 40px;
}

.contenedor-centro .row {
  margin-bottom: 30px;
}

.contenedor-centro .row:last-child {
  margin-bottom: 0;
}

.contenedor-centro .row.g-3 {
  row-gap: 30px;
}

.centro-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.centro-header__badge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 20px;
  border-radius: 9px;
  background: #FFA600;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.centro-header__title {
  margin: 10px 0 6px;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 800;
}

.centro-header__location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
}

.centro-header__pin {
  display: inline-flex;
  color: #f3a300;
}

.centro-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 2px solid #111;
  background: transparent;
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.centro-share:hover {
  background: transparent;
}

.centro-share__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.centro-share__icon i {
  font-size: 16px;
  line-height: 1;
}

.centro-gallery {
  margin: 16px 0 18px;
}

.centro-gallery__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
}

.centro-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.centro-gallery__item--main {
  min-height: 360px;
}

@media (max-width: 991px) {
  .centro-gallery__item--main {
    min-height: 260px;
  }
}
.centro-gallery__item--more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.35);
}

.centro-gallery__more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  z-index: 1;
  font-weight: 700;
}

.centro-gallery__more-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  color: #f3a300;
}

.centro-gallery__more-text {
  font-size: 14px;
}

.centro-block {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 30px 40px;
}

.centro-block__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 12px;
  color: #f3a300;
}

.centro-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.centro-card__content {
  padding: 16px 18px;
  color: #040506;
  font-size: 14px;
}

.centro-card__content p:last-child {
  margin-bottom: 0;
}

.centro-reserva {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

aside.centro-reserva {
  margin-bottom: 2rem;
}

.centro-reserva__header {
  background: #000;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.centro-reserva__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: center;
}

.centro-reserva__icon i {
  font-size: 16px;
  color: #f3a300;
}

.centro-reserva__title {
  font-size: 16px;
}

.centro-reserva__body {
  padding: 16px;
}

.centro-reserva__text {
  margin: 0 0 14px;
  color: #4b4b4b;
  font-size: 14px;
}

.centro-reserva__steps {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  gap: 10px;
}

.centro-reserva__step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.centro-reserva__step-num {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #000;
  color: #f3a300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 11px;
}

.centro-reserva__step-text {
  color: #111;
  font-size: 13px;
}

.centro-reserva__btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 6px;
  background: #f3a300;
  color: #111;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}

.centro-reserva__btn:hover {
  background: #f6b100;
}

.centro-reserva__note {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #6b7280;
}

.centro-contact {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 14px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.centro-contact__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.centro-contact__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.centro-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 14px;
}

.centro-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f3a300;
}

.centro-contact__link {
  color: inherit;
  text-decoration: none;
}

.centro-manual {
  margin-top: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.centro-manual__link {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  text-decoration: none;
  color: #111;
}

.centro-manual__file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f3a300;
  font-size: 18px;
}

.centro-manual__content {
  display: grid;
  gap: 2px;
}

.centro-manual__title {
  font-size: 18px;
  font-weight: 800;
}

.centro-manual__meta {
  font-size: 13px;
  color: #4b4b4b;
}

.centro-manual__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 18px;
}

.centros-relacionados {
  margin: 34px 0 18px;
}

.centros-relacionados__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.centros-relacionados__title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
  color: #f3a300;
}

.centros-relacionados__subtitle {
  margin: 0;
  color: #4b4b4b;
  font-size: 14px;
  max-width: 720px;
}

.centros-relacionados__all {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.centros-relacionados-card {
  border: 0;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  height: 100%;
  box-shadow: none;
}

.centros-relacionados-card__link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  text-decoration: none;
}

.centros-relacionados-card__media {
  position: relative;
  background: #f3f4f6;
}

.centros-relacionados-card__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.centros-relacionados-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 26px;
  background: #FFA600;
  color: #fff;
  border-radius: 9px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 0 20px;
}

.centros-relacionados-card__body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 8px;
}

.centros-relacionados-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 12px;
}

.centros-relacionados-card__pin {
  color: #f3a300;
}

.centros-relacionados-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.centros-relacionados-card__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 13px;
}

.centros-relacionados-card__btn {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #f3a300;
  color: #111;
  font-weight: 800;
  font-size: 13px;
}

.centros-relacionados-card__link:hover .centros-relacionados-card__btn {
  background: #f3a300;
}

@media (max-width: 768px) {
  .centros-relacionados__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .centros-relacionados-card__img {
    height: 180px;
  }
}
.centro-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.centro-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f1de;
  color: #111;
  font-weight: 600;
  font-size: 13px;
}

.centro-chips__icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #f3a300;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.centro-chips__icon svg {
  width: 14px;
  height: 14px;
}

.centro-equipos {
  margin-top: 18px;
}

.centro-equipos__label {
  margin: 12px 0 10px;
  font-size: 14px;
  color: #111;
}

.centro-tarifas__subtitle {
  margin: -4px 0 14px;
  color: #4b4b4b;
  font-size: 13px;
}

.centro-tarifas__label {
  margin: 14px 0 10px;
  font-size: 13px;
  color: #111;
}

.centro-table {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.centro-table__head {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 0;
  background: #000;
  color: #fff;
}

.centro-table__th {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
}

.centro-table__th--right {
  text-align: right;
}

.centro-table__row {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 0;
}

.centro-table__row--alt {
  background: #fde9c1;
}

.centro-table__td {
  padding: 10px 12px;
  font-size: 13px;
  color: #111;
}

.centro-table__td--right {
  text-align: right;
  white-space: nowrap;
}

.centro-ubicacion__map {
  margin-top: 8px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
}

.centro-ubicacion__map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.centro-ubicacion__bar {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.centro-ubicacion__left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 14px;
}

.centro-ubicacion__pin {
  color: #f3a300;
}

.centro-ubicacion__link {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}

.centro-ubicacion__link:hover {
  text-decoration: none;
}

.centro-entry {
  margin-top: 18px;
}

.centro-lightbox--open {
  overflow: hidden;
}

.centro-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centro-lightbox[hidden] {
  display: none !important;
}

.centro-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.centro-lightbox__dialog {
  position: relative;
  width: min(980px, 92vw);
  height: min(680px, 86vh);
  background: #0b0f19;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}

.centro-lightbox__figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.centro-lightbox__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0b0f19;
}

.centro-lightbox__caption {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  min-height: 40px;
}

.centro-lightbox__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #FFA600;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.centro-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #FFA600;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.centro-lightbox__nav--prev {
  left: 10px;
}

.centro-lightbox__nav--next {
  right: 10px;
}

.archive-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.archive-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.archive-card__link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.archive-card__media {
  position: relative;
  background: #f3f4f6;
}

.archive-card__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.archive-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 20px;
  border-radius: 9px;
  background: #FFA600;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.archive-card__body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 8px;
}

.archive-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 12px;
}

.archive-card__pin {
  color: #FFA600;
}

.archive-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.archive-card__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 13px;
}

.archive-card__btn {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #FFA600;
  color: #111;
  font-weight: 800;
  font-size: 13px;
}

.archive-card__link:hover .archive-card__btn {
  background: #FFA600;
}

.archive-pagination {
  margin-top: 24px;
}

@media (max-width: 992px) {
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .archive-grid {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}
.beneficios-hero {
  background: #f3f4f6;
  padding-top: 25px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.beneficios-hero.has-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(243, 244, 246, 0.4);
  pointer-events: none;
}

.beneficios-hero__inner {
  max-width: 820px;
  padding: 50px 0px;
  position: relative;
  z-index: 2;
}

.beneficios-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.beneficios-hero__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.beneficios-hero__title {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
  color: #111;
  line-height: 1.08;
}

.beneficios-hero__subtitle {
  margin-top: 12px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.beneficios-hero__subtitle p {
  margin: 0;
}

.beneficios-hero__subtitle p + p {
  margin-top: 6px;
}

.beneficio-block {
  margin-top: 34px;
}

.beneficio-block__title {
  margin: 0 0 12px;
  color: #FFA600;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.beneficio-block__text {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.6;
}

.beneficio-block__text p {
  margin: 0;
}

.beneficio-block__text p + p {
  margin-top: 8px;
}

.beneficio-block__media {
  margin-top: 22px;
  border-radius: 10px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.beneficio-block__img {
  width: 100%;
  height: auto;
  display: block;
}

.beneficio-req {
  margin-top: 34px;
  padding: 26px 28px;
  border-radius: 7px;
  background: #fdecc5;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.beneficio-req__title {
  margin: 0 0 18px;
  color: #FFA600;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  padding-bottom: 16px;
}

.beneficio-req__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.beneficio-req__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
}

.beneficio-req__icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
}

.beneficio-req__text {
  color: #111;
  font-size: 14px;
  line-height: 1.5;
}

.beneficio-docs {
  margin-top: 34px;
}

.beneficio-docs--fila {
  background: #fdecc5;
  border-radius: 10px;
  padding: 18px 18px 20px;
}

.beneficio-docs--fila .beneficio-docs__title {
  font-size: 16px;
  margin-bottom: 12px;
}

.beneficio-docs__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.beneficio-docs--fila .beneficio-docs__card {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.beneficio-docs__title {
  margin: 0 0 18px;
  color: #FFA600;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.beneficio-docs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.beneficio-docs__card {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.beneficio-docs__card-inner {
  display: grid;
  grid-template-columns: 44px 1fr 48px;
  gap: 16px;
  align-items: center;
  padding: 18px 18px;
}

.beneficio-docs__file-ico {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.beneficio-docs__file-ico i {
  color: #FFA600;
}

.beneficio-docs__name {
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #111;
  line-height: 1.2;
}

.beneficio-docs__sub {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.2;
}

.beneficio-docs__dl {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 0;
  color: #111;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  justify-self: end;
}

.beneficio-docs__card:hover .beneficio-docs__dl {
  background: transparent;
  color: #FFA600;
}

@media (max-width: 992px) {
  .beneficio-docs__grid {
    grid-template-columns: 1fr;
  }
}
.beneficio-faq {
  margin-top: 34px;
}

.beneficio-faq__title {
  margin: 0 0 18px;
  color: #FFA600;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.beneficio-faq__list {
  display: grid;
  gap: 18px;
}

.beneficio-faq-item {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
}

.beneficio-faq-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 24px;
  cursor: pointer;
  list-style: none;
}

.beneficio-faq-item__header::-webkit-details-marker {
  display: none;
}

.beneficio-faq-item__q {
  font-size: 15px;
  font-weight: bold;
  color: #111;
  line-height: 1.25;
}

.beneficio-faq-item__toggle {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.beneficio-faq-item__toggle::before,
.beneficio-faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #111;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.beneficio-faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.beneficio-faq-item[open] .beneficio-faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.beneficio-faq-item__a {
  padding: 0 24px 22px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.6;
}

.beneficio-faq-item__a p {
  margin: 0;
}

.beneficio-faq-item__a p + p {
  margin-top: 8px;
}

.beneficios-toolbar {
  padding: 20px 0 8px;
  align-items: center;
  margin-top: 30px;
}

.beneficios-search {
  display: flex;
  align-items: stretch;
}

.beneficios-toolbar__quick {
  display: flex;
  justify-content: flex-end;
}

.beneficios-search__field {
  position: relative;
  flex: 1 1 auto;
}

.beneficios-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFA600;
  font-size: 16px;
}

.beneficios-search__input {
  width: 100%;
  height: 60px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0 14px 0 42px;
  font-size: 14px;
  outline: none;
}

.beneficios-search__btn {
  flex: 0 0 auto;
  height: 60px;
  padding: 0 22px;
  border-radius: 0px 10px 10px 0px;
  border: 0;
  background: #ffa600;
  color: #111;
  font-weight: 800;
  font-size: 14px;
}

.beneficios-quick {
  flex: 0 0 auto;
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.beneficios-quick__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.05;
  color: #111;
}

.beneficios-toggle__wrap {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 65px;
  padding: 10px 22px;
  border-radius: 12px;
  border: 2px solid #FFA600;
  background: #fff;
  user-select: none;
}

.beneficios-toggle__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.beneficios-toggle__track {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #FFA600;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  flex: 0 0 auto;
}

.beneficios-toggle__track::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: #FFA600;
  left: 5px;
  top: 3px;
  transition: transform 200ms ease;
}

.beneficios-toggle__input:checked + .beneficios-toggle__track::before {
  transform: translateX(36px);
}

.beneficios-toggle__text {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
}

.container.contenedor-beneficios {
  padding: 4rem 0rem;
}

.beneficios-chips {
  list-style: none;
  padding: 0;
  margin: 2rem 0rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.beneficios-chip {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid #FFA600;
  background: #fff;
  color: #111;
  font-weight: 900;
  font-size: 12px;
  text-decoration: none;
}

.beneficios-chip.is-active {
  background: #FFA600;
  color: #fff;
}

.beneficios-grid .archive-card__img {
  height: 170px;
}

.beneficio-card__badge {
  left: 12px;
  right: auto;
}

.beneficio-card__intranet {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.beneficio-card__intranet i {
  color: #FFA600;
}

.beneficio-card__body {
  gap: 10px;
}

.beneficio-card__req-title {
  margin: 6px 0 8px;
  color: #FFA600;
  font-size: 12px;
  font-weight: 900;
}

.beneficio-card__req-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.beneficio-card__req-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #111;
  font-size: 13px;
}

.beneficio-card__req-ico {
  color: #FFA600;
  flex: 0 0 auto;
  margin-top: 1px;
}

@media (max-width: 992px) {
  .beneficios-hero__title {
    font-size: 36px;
  }
  .beneficios-toolbar__quick {
    justify-content: flex-start;
    margin-top: 14px;
  }
  .beneficios-quick {
    justify-content: space-between;
    align-items: flex-start;
  }
  .beneficios-toggle__wrap {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .beneficios-hero {
    padding: 24px 0 10px;
  }
  .beneficios-hero__title {
    font-size: 30px;
  }
  .beneficios-search {
    flex-direction: column;
  }
  .beneficios-search__input {
    border-radius: 10px;
  }
  .beneficios-search__btn {
    width: 100%;
    border-radius: 10px;
  }
  .beneficios-toggle__text {
    white-space: normal;
  }
}
.beneficio-sidebar {
  display: grid;
  gap: 18px;
  padding-bottom: 40px;
}

.beneficio-acceso {
  border-radius: 7px;
  background: #000;
  color: #fff;
  padding: 26px 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  margin-top: 34px;
}

.beneficio-acceso__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

.beneficio-acceso__text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
}

.beneficio-acceso__text p {
  margin: 0;
}

.beneficio-acceso__text p + p {
  margin-top: 8px;
}

.beneficio-acceso__btn {
  margin-top: 18px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 8px;
  background: #FFA600;
  color: #111;
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
}

.beneficio-acceso__btn:hover {
  background: #ffb01f;
}

.beneficio-plazos {
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.beneficio-plazos__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px 6px;
}

.beneficio-plazos__head-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.beneficio-plazos__head-icon i {
  color: #FFA600;
  font-size: 18px;
}

.beneficio-plazos__head-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.12;
  color: #111;
}

.beneficio-plazos__body {
  padding: 10px 20px 20px;
}

.beneficio-plazos__timeline {
  display: grid;
}

.beneficio-plazos__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
}

.beneficio-plazos__ico {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
}

.beneficio-plazos__item:not(:last-child) .beneficio-plazos__ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 2px;
  height: 28px;
  background: #FFA600;
}

.beneficio-plazos__ico i {
  color: #111;
  font-size: 18px;
}

.beneficio-plazos__label {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.1;
}

.beneficio-plazos__value {
  margin-top: 4px;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.12;
}

.beneficio-plazos__note {
  margin-top: 14px;
  border-radius: 0px;
  background: #fdecc5;
  border-left: 8px solid #FFA600;
  padding: 10px 16px;
  color: #111;
  font-size: 12px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 13px;
  align-items: anchor-center;
}

.beneficio-plazos__note-text {
  text-align: start;
  font-size: 12px;
}

.beneficio-plazos__note-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 16px;
  margin-top: 2px;
}

.beneficio-plazos__note-text p {
  margin: 0;
}

.beneficio-plazos__note-text p + p {
  margin-top: 6px;
}

.beneficio-soporte {
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: #fff;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.beneficio-soporte__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.12;
  color: #111;
}

.beneficio-soporte__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.beneficio-soporte__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 14px;
}

.beneficio-soporte__icon {
  color: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.beneficio-soporte__link {
  color: inherit;
  text-decoration: none;
}

.beneficio-soporte__hours {
  margin-top: 12px;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
}

.beneficio-soporte__hours p {
  margin: 0;
}

.beneficio-soporte__hours p + p {
  margin-top: 6px;
}

.beneficio-reqcards {
  margin-top: 34px;
}

.beneficio-reqcards__title {
  margin: 0 0 12px;
  color: #FFA600;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.beneficio-reqcards__intro {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.beneficio-reqcards__intro p {
  margin: 0;
}

.beneficio-reqcards__intro p + p {
  margin-top: 8px;
}

.beneficio-reqcards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.beneficio-reqcard {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 18px 18px 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.beneficio-reqcard__icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.beneficio-reqcard__icon-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.beneficio-reqcard__title {
  margin: 0 0 8px;
  color: #111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}

.beneficio-reqcard__text {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.55;
}

.beneficio-reqcard__text p {
  margin: 0;
}

.beneficio-reqcard__text p + p {
  margin-top: 8px;
}

.beneficio-reqcard__list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}

.beneficio-reqcard__item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
}

.beneficio-reqcard__check {
  color: #FFA600;
  font-size: 14px;
  margin-top: 2px;
}

.beneficio-reqcard__item-text {
  display: block;
}

.beneficio-reqcard__check {
  color: #fff;
  font-size: 14px;
  margin-top: 2px;
  background: #FFA600;
  border-radius: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}

@media (max-width: 992px) {
  .beneficio-reqcards__grid {
    grid-template-columns: 1fr;
  }
}
.convenio-hero {
  background: #f3f4f6;
  padding-top: 25px;
  padding-bottom: 35px;
}

.convenio-hero__inner {
  max-width: 820px;
}

.convenio-hero__title {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
  color: #111;
  line-height: 1.08;
}

.convenio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 26px 0 16px;
}

.convenio-header__left {
  display: grid;
  gap: 10px;
}

.convenio-header__badge {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #FFA600;
  color: #111;
  font-weight: 800;
  font-size: 12px;
}

.convenio-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.convenio-header__chip {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 12px;
}

.convenio-share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111;
}

.convenio-share:hover {
  cursor: pointer;
  background: #f9fafb;
}

.convenio-thumb {
  margin: 0 0 16px;
  border-radius: 10px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.convenio-thumb__img {
  display: block;
  width: 100%;
  height: auto;
}

.convenio-intro {
  margin: 10px 0 20px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.6;
}

.convenio-intro p {
  margin: 0 0 8px;
}

.convenio-entry {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.7;
}

.convenio-entry h2,
.convenio-entry h3 {
  color: #FFA600;
  font-weight: 900;
}

.convenio-aside {
  position: sticky;
  top: calc(var(--site-header-height, 0px) + var(--site-header-top-offset, 0px) + 20px);
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 10px;
  background: #fdecc5;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.convenio-aside__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  border: 0;
  background: #FFA600;
  color: #111;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.convenio-aside__note {
  font-size: 12px;
  color: #4b4b4b;
}

.convenio-single {
  background: #f4f4f4;
}

.convenio-top {
  padding: 4rem 0rem;
  background: #F4F4F4;
}

.convenio-top-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.convenio-top-card__row {
  margin-left: 0;
  margin-right: 0;
  align-items: stretch;
}

.convenio-top-card__col {
  padding-left: 0;
  padding-right: 0;
}

.convenio-top-card__col--left {
  border-right: 1px solid #e5e7eb;
}

.convenio-top-card__col--right {
  background: #f3f4f6;
}

.convenio-partner-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
  height: 100%;
  flex-direction: column;
}

.convenio-partner-card__logo {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.convenio-partner-card__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.convenio-partner-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.convenio-partner-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #111;
  line-height: 1.1;
}

.convenio-partner-card__subtitle {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.convenio-partner-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.convenio-partner-card__chip {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #111;
  font-size: 11px;
  font-weight: 800;
}

.convenio-partner-card__status {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 16px;
  border-radius: 9px;
  background: #FFA600;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.convenio-banner {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  height: 100%;
  min-height: 160px;
}

.convenio-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.convenio-detail {
  padding: 4rem 0rem;
  background: #fff;
}

.convenio-detail__row {
  row-gap: 18px;
}

.convenio-box {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  padding: 18px 18px 16px;
}

.convenio-box__title {
  margin: 0 0 12px;
  color: #FFA600;
  font-weight: 900;
  font-size: 18px;
  padding-bottom: 1rem;
}

.convenio-box__content {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.65;
}

.convenio-box__content p {
  margin: 0 0 10px;
}

.convenio-box__content ul,
.convenio-box__content ol {
  padding-left: 18px;
  margin: 0;
  display: grid;
  gap: 6px;
}

.convenio-box__content ul {
  padding-left: 0;
  list-style: none;
  gap: 10px;
}

.convenio-box__content ul li {
  position: relative;
  padding-left: 36px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.6;
}

.convenio-box__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #FFA600;
}

.convenio-box__content ul li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.convenio-box__list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.convenio-box__list-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.6;
}

.convenio-box__list-ico {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 2px;
}

.convenio-box__list-ico i {
  color: #fff;
  font-size: 12px;
}

.convenio-box__list-text {
  min-width: 0;
}

.convenio-box__note {
  margin-top: 14px;
  color: #111;
  font-size: 13px;
  line-height: 1.6;
}

.convenio-box__note p {
  margin: 0;
}

.convenio-steps {
  margin-top: 18px;
  border-radius: 10px;
  background: #fdecc5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  padding: 22px 18px;
}

.convenio-steps__title {
  margin: 0 0 14px;
  color: #FFA600;
  font-weight: 900;
  font-size: 22px;
}

.convenio-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.convenio-step {
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px 16px 16px;
  display: grid;
  gap: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.convenio-step__num {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #FFA600;
  font-size: 26px;
  margin: 0 auto 6px;
}

.convenio-step__title {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.convenio-step__text {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.6;
}

.convenio-step__text p {
  margin: 0;
}

.convenio-accordion {
  margin-top: 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.convenio-accordion__summary {
  list-style: none;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
}

.convenio-accordion__lead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.convenio-accordion__lead-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fdecc5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.convenio-accordion__lead-ico i {
  color: #FFA600;
  font-size: 16px;
}

.convenio-accordion__summary::-webkit-details-marker {
  display: none;
}

.convenio-accordion__label {
  font-size: 13px;
  font-weight: 900;
  color: #111;
}

.convenio-accordion__icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f3f4f6;
  position: relative;
  flex: 0 0 auto;
}

.convenio-accordion__icon::before,
.convenio-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #111;
  transform: translate(-50%, -50%);
}

.convenio-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.convenio-accordion[open] .convenio-accordion__icon::after {
  display: none;
}

.convenio-accordion__content {
  padding: 0 16px 16px;
}

.convenio-restrictions {
  display: grid;
  gap: 12px;
}

.convenio-restrictions-block {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.convenio-restrictions-block .convenio-accordion {
  margin-top: 0;
}

.convenio-restriction {
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.convenio-restriction:first-child {
  padding-top: 0;
  border-top: 0;
}

.convenio-restriction__title {
  font-weight: 900;
  color: #111;
  font-size: 14px;
  margin: 0 0 6px;
}

.convenio-restriction__text {
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.6;
}

.convenio-restriction__text p {
  margin: 0;
}

.convenio-conditions {
  margin: 0;
  padding: 0 0 0 18px;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.6;
  display: grid;
  gap: 6px;
}

.convenio-sidebar {
  position: sticky;
  top: calc(var(--site-header-height, 0px) + var(--site-header-top-offset, 0px) + 18px);
  padding-bottom: 40px;
}

section.convenio-contact {
  margin: 25px 0px;
}

section.convenio-exec {
  margin: 25px 0px;
}

.convenio-quick,
.convenio-contact {
  border-radius: 7px;
  background: #000;
  color: #fff;
  padding: 26px 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.convenio-quick__title,
.convenio-contact__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.12;
}

.convenio-quick__actions {
  display: grid;
  gap: 10px;
}

.convenio-quick__btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 8px;
  background: #FFA600;
  color: #111;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
}

.convenio-quick__btn:hover {
  background: #ffb01f;
}

.convenio-quick__btn--outline {
  background: transparent;
  border: 2px solid #FFA600;
  color: #FFA600;
}

.convenio-quick__btn--outline:hover {
  background: rgba(255, 166, 0, 0.14);
}

.convenio-contact__list {
  display: grid;
  gap: 10px;
}

.convenio-contact__item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.convenio-contact__icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  margin-top: 2px;
}

.convenio-contact__text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.6;
  width: 400px;
}

.convenio-contact__text a {
  color: #fff;
  text-decoration: underline;
}

.convenio-coverage,
.convenio-exec {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  padding: 16px;
}

.convenio-coverage__title {
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.convenio-coverage__media {
  margin: 0 0 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.convenio-coverage__img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.convenio-coverage__media figure {
  padding: 1.5rem 0rem;
}

.convenio-coverage__media .convenio-coverage__btn {
  display: inline-flex;
  width: 100%;
  max-width: 340px;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 999px;
  background: #FFA600;
  color: #111;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.convenio-exec__head {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
}

.convenio-exec__avatar {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #FFEAC2;
  color: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.convenio-exec__name {
  font-weight: 900;
  color: #111;
  font-size: 13px;
}

.convenio-exec__role {
  color: #6b7280;
  font-size: 12px;
}

.convenio-exec__hint {
  margin-top: 10px;
  color: #111;
  font-size: 13px;
}

.convenio-exec__link {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  color: #040506;
  font-weight: 400;
  text-decoration: underline;
  font-size: 14px;
}

.convenio-back {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  margin-top: 1rem;
}

.convenio-related {
  padding: 34px 0 54px;
  background: #F4F4F4;
}

.convenio-related .archive-grid.convenios-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.convenio-related .archive-card__img {
  height: 150px;
}

.convenio-related .archive-card__body {
  gap: 8px;
}

.convenio-related .archive-card__title {
  font-size: 16px;
  line-height: 1.2;
}

.convenio-related .archive-card__text {
  font-size: 12px;
  color: #6b7280;
}

.convenio-related .convenio-card__footer {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6px;
}

.convenio-related .convenio-card__promo {
  height: auto;
  padding: 6px 12px;
  border-radius: 7px;
  background: #FFEAC2;
  color: #FFA600;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.convenio-related .convenio-card__more {
  display: none;
}

.convenio-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 10px 0 18px;
}

.convenio-related__title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #FFA600;
}

.convenio-related__all {
  color: #040506;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .convenio-top-card__col--left {
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }
  .convenio-sidebar {
    position: static;
    top: auto;
  }
  .convenio-related .archive-grid.convenios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .convenio-steps__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .convenio-partner-card__title {
    font-size: 20px;
  }
  .convenio-related .archive-grid.convenios-grid {
    grid-template-columns: 1fr;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: var(--site-header-height, 0px);
  overflow-x: hidden;
}

html {
  height: 100%;
  overflow-x: hidden;
}

.site-main {
  flex: 1 0 auto;
}

.site-header {
  position: fixed;
  top: var(--site-header-top-offset, 0px);
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: #000;
  padding: 14px 0;
}

.admin-bar {
  --site-header-top-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --site-header-top-offset: 46px;
  }
}
.site-header__grid {
  align-items: center;
}

.site-header__col--logo {
  display: flex;
  align-items: center;
}

.site-header__col--panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.site-header__toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
}

.site-header__toggle:hover {
  cursor: pointer;
}

.site-header__toggle-icon {
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
  display: block;
}

.site-header__toggle-icon::before,
.site-header__toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #fff;
}

.site-header__toggle-icon::before {
  top: -6px;
}

.site-header__toggle-icon::after {
  top: 6px;
}

.site-header__close {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  align-self: flex-end;
}

.site-header__close:hover {
  cursor: pointer;
}

.site-header__panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.site-header__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.site-header__menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__menu a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}

.site-header__logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 60px;
}

.site-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
}

.site-header__btn--outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}

.site-header__btn--fill {
  border: 1px solid #f6b100;
  background-color: #f6b100;
  color: #000 !important;
  padding: 0px 25px;
  font-weight: bold;
}

.site-header a {
  color: #fff;
}

.site-header a:hover,
.site-header a:focus {
  color: #fff;
}

body.is-menu-open {
  overflow: hidden;
}

.site-header__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  z-index: 999;
}

body.is-menu-open .site-header__backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 992px) {
  .site-header__toggle {
    display: inline-flex;
  }
  .site-header__close {
    display: inline-flex;
  }
  .site-header__panel {
    position: fixed;
    top: calc(var(--site-header-height, 0px) + var(--site-header-top-offset, 0px));
    right: 0;
    bottom: 0;
    width: min(360px, 86vw);
    background: #000;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    transform: translateX(100%);
    transition: transform 200ms ease;
    z-index: 1001;
  }
  body.is-menu-open .site-header__panel {
    transform: translateX(0);
  }
  .site-header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .site-header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .site-header__btn {
    width: 100%;
    height: 44px;
  }
}
.site-footer {
  color: rgba(255, 255, 255, 0.9);
  margin-top: auto;
}

.site-footer__top {
  padding: 56px 0 32px;
  background: linear-gradient(180deg, #1d1704 0%, #000000 100%);
}

.site-footer__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 28px;
}

h2.gform_title {
  display: none;
}

p.gform_description {
  display: none;
}

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
  max-width: 100%;
  border: 1px solid #CECECE;
  border-radius: 5px;
  height: 45px;
}

@media (max-width: 992px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .site-footer__container {
    padding: 0 40px;
  }
  .site-footer__text {
    padding: 0 !important;
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .site-footer__brand {
    grid-column: 1/-1;
  }
  .site-footer__col:last-child {
    grid-column: 1/-1;
  }
}
.site-footer__brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

.site-footer__logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 60px;
}

.site-footer__text {
  margin: 0;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 1.6;
  max-width: 360px;
  padding: 0px 15px;
  text-align: start;
  text-wrap: balance;
}

.site-footer__title {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
}

.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.site-footer__menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 12px;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus {
  color: rgba(255, 255, 255, 0.95);
}

.site-footer__contact {
  display: grid;
  gap: 10px;
}

.site-footer__contact-link {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
}

.site-footer__contact-link:hover,
.site-footer__contact-link:focus {
  color: rgba(255, 255, 255, 0.95);
}

.site-footer__contact-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #f6b100;
  object-fit: contain;
  display: block;
  margin-top: 2px;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px 0;
  background: #000;
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

@media (max-width: 576px) {
  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer__copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-footer__social-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
  background: rgba(255, 255, 255, 0.14);
}

.site-footer__social-link i,
.site-footer__social-link svg {
  color: #f6b100;
  font-size: 30px;
}

.site-footer a {
  color: inherit;
}

.site-whatsapp-float {
  position: fixed;
  z-index: 10050;
  right: max(18px, env(safe-area-inset-right, 0px));
  bottom: max(18px, env(safe-area-inset-bottom, 0px));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-whatsapp-float:hover,
.site-whatsapp-float:focus {
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}

.site-whatsapp-float:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.site-whatsapp-float i {
  font-size: 30px;
  line-height: 1;
}

.home-categorias {
  padding: 5rem 0rem;
  background: #f5f5f5;
  text-align: center;
}

.home-categorias__title,
.home-categorias > h1,
.home-categorias > h2,
.home-categorias > h3 {
  margin: 0 0 10px;
  color: #f6b100;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(28px, 3.8vw, 44px);
}

.home-categorias__subtitle,
.home-categorias > p {
  margin: 0 auto 28px;
  max-width: 760px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
}

.categorias-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 992px) {
  .categorias-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .home-categorias {
    padding: 56px 20px;
  }
  .categorias-list {
    grid-template-columns: 1fr;
  }
}
.categoria-item {
  background: #fff;
  border-radius: 8px;
  display: block;
  padding: 22px;
  text-align: left;
  border: 2px solid transparent;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  color: inherit;
  text-decoration: none;
}

.categoria-item:hover,
.categoria-item:focus-within {
  border-color: #f6b100;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.categoria-item:hover {
  cursor: pointer;
}

.categoria-item img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin: 0 0 14px;
}

.categoria-item__title,
.categoria-item h1,
.categoria-item h2,
.categoria-item h3,
.categoria-item h4 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.categoria-item__subtitle,
.categoria-item p {
  margin: 0;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.5;
}

.categoria-item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #111;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.categoria-item a:hover,
.categoria-item a:focus {
  color: #f6b100;
}

.home-destacados {
  padding: 5rem 0rem;
  background: #fff;
}

.home-destacados__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.home-destacados__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 2rem;
}

.home-destacados__title {
  margin: 0;
  color: #f6b100;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(28px, 3.8vw, 44px);
}

.home-destacados__all {
  margin-top: 6px;
  color: #333;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}

.home-destacados__all:hover,
.home-destacados__all:focus {
  color: #111;
}

.destacados-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 992px) {
  .destacados-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .home-destacados__container {
    padding: 0 20px;
  }
  .home-destacados__head {
    align-items: center;
  }
  .destacados-list {
    grid-template-columns: 1fr;
  }
}
.destacado-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #eaeaea;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.destacado-item__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f5f5;
}

.destacado-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.destacado-item__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f6b100;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.destacado-item__body {
  padding: 18px 18px 20px;
}

.destacado-item__title {
  margin: 0 0 10px;
  color: #111;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
}

.destacado-item__text {
  margin: 0 0 18px;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.55;
}

.destacado-item__actions {
  display: flex;
  justify-content: center;
}

.destacado-item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  border: 2px solid #f6b100;
  background: transparent;
  color: #111;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.destacado-item:hover,
.destacado-item:focus-within {
  border-color: #f6b100;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.destacado-item:hover {
  cursor: pointer;
}

.destacado-item:hover .destacado-item__btn,
.destacado-item:focus-within .destacado-item__btn {
  background: #f6b100;
  color: #111;
}

.home-centros {
  padding: 6rem 0rem;
  background: #f5f5f5;
}

.home-centros__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.home-centros__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.home-centros__head-left {
  min-width: 0;
}

.home-centros__title {
  margin: 0 0 10px;
  color: #f6b100;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(28px, 3.8vw, 44px);
}

.home-centros__eyebrow {
  display: inline-block;
  margin: 0 0 6px;
  color: #888888;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.home-centros__subtitle {
  margin: 0;
  max-width: 760px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
  padding: 1rem 0rem;
}

.home-centros__all {
  margin-top: 6px;
  color: #333;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}

.home-centros__all:hover,
.home-centros__all:focus {
  color: #111;
}

.home-como-usar {
  padding: 6rem 0rem;
  background: #fff;
  text-align: center;
}

.home-como-usar__title {
  margin: 0 0 10px;
  color: #f6b100;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(28px, 3.4vw, 40px);
}

.home-como-usar__subtitle {
  margin: 0 auto 28px;
  max-width: 760px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.como-usar-list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 34px;
  counter-reset: step;
}

@media (max-width: 768px) {
  .como-usar-list {
    grid-template-columns: 1fr;
  }
}
.como-usar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.como-usar-item__icon {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: #fff;
  border: 4px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  margin: 0 auto 6px;
}

.como-usar-item__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.como-usar-item__title {
  position: relative;
  margin: 0 0 2px;
  color: #111;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
}

.como-usar-item__title::before {
  counter-increment: step;
  content: counter(step) ". ";
  color: #111;
  font-weight: 800;
}

.como-usar-item__text {
  margin: 0;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.5;
  max-width: 280px;
}

.home-blog {
  padding: 60px 0;
  background: #ffffff;
}

.home-blog__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.home-blog__section-header {
  margin-bottom: 40px;
}

.home-blog__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: #888888;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-blog__title {
  margin: 0 0 10px;
  color: #040506;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 36px);
  line-height: 1.15;
}

.home-blog__subtitle {
  margin: 0;
  max-width: 600px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
}

.home-blog__posts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 30px;
  margin-bottom: 50px;
}

.home-blog__post {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-blog__post:hover,
.home-blog__post:focus {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.home-blog__post--featured {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
}

.home-blog__post--featured .home-blog__card-img {
  width: 100%;
  height: 350px;
}

.home-blog__post--featured .home-blog__card-content {
  padding: 35px;
  flex-grow: 1;
}

.home-blog__post--featured .home-blog__post-title {
  font-size: 28px;
}

.home-blog__post--secondary {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 220px;
}

.home-blog__post--secondary .home-blog__card-img {
  width: 40%;
  min-height: 220px;
}

.home-blog__post--secondary .home-blog__card-content {
  width: 60%;
  padding: 25px;
  justify-content: center;
}

.home-blog__post--secondary .home-blog__post-title {
  font-size: 18px;
  margin-bottom: 0;
}

.home-blog__card-img {
  width: 100%;
  height: 100%;
  background: #f1f5f9;
  overflow: hidden;
}

.home-blog__card-img img,
.home-blog__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-blog__card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-blog__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.home-blog__badge {
  background: #fff8e1;
  color: #d97706;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
}

.home-blog__date {
  color: inherit;
}

.home-blog__post-title {
  margin: 0 0 15px;
  color: #040506;
  font-weight: 800;
  line-height: 1.3;
}

.home-blog__excerpt {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
  flex-grow: 1;
}

.home-blog__more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  color: #040506;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-blog__post:hover .home-blog__more,
.home-blog__post:focus .home-blog__more {
  color: #d97706;
}

.home-blog__newsletter-banner {
  background: #040506;
  border-radius: 16px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.home-blog__newsletter-text {
  flex: 1;
}

.home-blog__newsletter-title {
  margin: 0 0 8px;
  color: #f6b100;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.1;
}

.home-blog__newsletter-description {
  margin: 0;
  color: #a0aec0;
  font-size: 15px;
  line-height: 1.6;
}

.home-blog__form {
  flex: 1;
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 500px;
}

.home-blog__input {
  flex-grow: 1;
  min-height: 56px;
  border-radius: 8px;
  border: 1px solid #333333;
  background: #2d3748;
  color: #ffffff;
  padding: 16px 20px;
  outline: none;
  font-family: inherit;
  font-size: 15px;
}

.home-blog__input::placeholder {
  color: #718096;
}

.home-blog__submit {
  border-radius: 8px;
  border: 0;
  background: #f6b100;
  color: #040506;
  padding: 16px 30px;
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  transition: background 0.3s ease;
}

.home-blog__submit:hover {
  cursor: pointer;
  background: #ffffff;
}

@media (max-width: 992px) {
  .home-blog__posts-grid {
    grid-template-columns: 1fr;
  }
  .home-blog__post--featured {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .home-blog__post--secondary {
    flex-direction: column;
  }
  .home-blog__post--secondary .home-blog__card-img,
  .home-blog__post--secondary .home-blog__card-content {
    width: 100%;
  }
  .home-blog__post--secondary .home-blog__card-img {
    min-height: 200px;
  }
  .home-blog__newsletter-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .home-blog__form {
    flex-direction: column;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .home-blog {
    padding: 48px 0;
  }
  .home-blog__container {
    padding: 0 20px;
  }
  .home-blog__title {
    font-size: 30px;
  }
  .home-blog__post--featured .home-blog__card-img {
    height: 240px;
  }
  .home-blog__post--featured .home-blog__card-content {
    padding: 24px 20px;
  }
  .home-blog__post--secondary .home-blog__card-content {
    padding: 20px;
  }
}
.home-banner-final {
  position: relative;
  width: 100%;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.home-banner-final__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-banner-final__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-banner-final__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}

.home-banner-final__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  padding: 56px 10px;
}

.home-banner-final__title {
  margin: 0 0 12px;
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(34px, 5vw, 60px);
  color: #fff;
  padding: 2rem;
}

.home-banner-final__subtitle {
  margin: 0 auto 22px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.6;
}

.home-banner-final__actions {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-banner-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.home-banner-final__btn--fill {
  border: 2px solid #f6b100;
  background: #f6b100;
  color: #111;
}

.home-banner-final__btn--outline {
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #fff;
}

.home-banner-final__btn:hover {
  cursor: pointer;
}

.centros-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 992px) {
  .centros-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .home-centros__container {
    padding: 0 20px;
  }
  .home-centros__head {
    align-items: center;
  }
  .centros-list {
    grid-template-columns: 1fr;
  }
}
.centro-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #eaeaea;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.centro-item__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f5f5;
}

.centro-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.centro-item__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f6b100;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.centro-item__body {
  padding: 16px 18px 20px;
}

.centro-item__location {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.4;
}

.centro-item__location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #f6b100;
  border-radius: 999px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2c3.866 0 7 3.134 7 7c0 5.25-7 13-7 13S5 14.25 5 9c0-3.866 3.134-7 7-7m0 4a3 3 0 0 0-3 3c0 1.657 1.343 3 3 3s3-1.343 3-3a3 3 0 0 0-3-3Z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2c3.866 0 7 3.134 7 7c0 5.25-7 13-7 13S5 14.25 5 9c0-3.866 3.134-7 7-7m0 4a3 3 0 0 0-3 3c0 1.657 1.343 3 3 3s3-1.343 3-3a3 3 0 0 0-3-3Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.centro-item__title {
  margin: 0 0 10px;
  color: #111;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
}

.centro-item__text {
  margin: 0 0 18px;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.55;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.centro-item__actions {
  display: flex;
  justify-content: center;
}

.centro-item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  border: 2px solid #f6b100;
  background: transparent;
  color: #111;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.centro-item:hover,
.centro-item:focus-within {
  border-color: #f6b100;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.centro-item:hover {
  cursor: pointer;
}

.centro-item:hover .centro-item__btn,
.centro-item:focus-within .centro-item__btn {
  background: #f6b100;
  color: #111;
}

.current-menu-item a {
  color: #FFA600;
  font-weight: bold;
}

.convenios-page .convenios-content {
  background: #fff;
}
.convenios-page .convenios-toolbar {
  margin-top: 24px;
}
.convenios-page .convenios-results {
  background: #f3f4f6;
  padding: 24px 0 50px;
  margin-top: 5rem;
}
.convenios-page .convenios-search {
  display: flex;
  align-items: stretch;
}
.convenios-page .convenios-search__field {
  position: relative;
  flex: 1 1 auto;
}
.convenios-page .convenios-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffa600;
  font-size: 16px;
}
.convenios-page .convenios-search__input {
  width: 100%;
  height: 58px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0 14px 0 42px;
  font-size: 14px;
  outline: none;
}
.convenios-page .convenios-search__btn {
  flex: 0 0 auto;
  height: 58px;
  padding: 0 26px;
  border-radius: 0 10px 10px 0;
  border: 0;
  background: #ffa600;
  color: #111;
  font-weight: 800;
  font-size: 14px;
}
.convenios-page .convenios-filters {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.convenios-page .convenios-filters__left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.convenios-page .convenios-filters__label {
  color: #ffa600;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}
.convenios-page .convenios-filters__form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.convenios-page .convenios-filters__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-left: auto;
}
.convenios-page .convenios-order {
  display: flex;
  justify-content: flex-end;
}
.convenios-page .convenios-select select {
  height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  border: 2px solid #ffa600;
  background: #fff;
  color: #111;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  outline: none;
  min-width: 160px;
}
.convenios-page .convenios-select--order select {
  min-width: 170px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
}
.convenios-page .convenios-clear {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}
.convenios-page .convenios-chips {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.convenios-page .convenios-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 12px;
  border-radius: 7px;
  background: #ffa600;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.convenios-page .convenios-chip--inactive {
  background: #FFA600;
  border: 1px solid #ffa600;
  border-radius: 7px;
  color: #fff;
}
.convenios-page .convenios-chip__x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.convenios-page .convenio-card__footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.convenios-page .convenio-card__promo {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: #FFEAC2;
  color: #ffa600;
  font-weight: 900;
  font-size: 12px;
}
.convenios-page .convenio-card__more {
  color: #040506;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
}
.convenios-page .convenios-grid .archive-card__img {
  height: 190px;
}
@media (max-width: 576px) {
  .convenios-page .convenios-results {
    padding: 24px 14px;
  }
  .convenios-page .convenios-search {
    flex-direction: column;
  }
  .convenios-page .convenios-search__input {
    border-radius: 10px;
  }
  .convenios-page .convenios-search__btn {
    width: 100%;
    border-radius: 10px;
  }
  .convenios-page .convenios-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .convenios-page .convenios-filters__left {
    width: 100%;
    align-items: flex-start;
  }
  .convenios-page .convenios-filters__form {
    width: 100%;
  }
  .convenios-page .convenios-select {
    width: 100%;
    display: block;
    position: relative;
  }
  .convenios-page .convenios-select::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
  }
  .convenios-page .convenios-select select {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 42px 0 16px;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
  }
  .convenios-page .convenios-filters__right {
    width: 100%;
    margin-left: 0;
    align-items: stretch;
  }
  .convenios-page .convenios-order {
    width: 100%;
    justify-content: flex-start;
  }
  .convenios-page .convenios-clear {
    align-self: flex-start;
  }
}

.convenios-content {
  padding: 24px 0 0;
}

/* Single Post */
.post-single {
  background: #fff;
  padding: 46px 0 56px;
}

.blog-single-hero {
  background: #F4F4F4;
  padding: 46px 0 30px;
}

.post-single__media {
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
}

.post-single__img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.post-single__title {
  margin: 8px auto 16px;
  text-align: center;
  color: #f6b100;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(26px, 4.2vw, 44px);
  max-width: 820px;
}

.post-single__content {
  margin: 0 auto;
  max-width: 820px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.7;
}

.post-single__content img {
  max-width: 100%;
  height: auto;
}

.post-single__actions {
  display: flex;
  justify-content: center;
  margin: 22px auto 0;
}

.post-single__share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border: 2px solid #f6b100;
  background: #f6b100;
  color: #111;
  font-weight: 800;
  font-size: 13px;
}

.post-single__share-btn:hover {
  cursor: pointer;
}

.nosotros-hero {
  padding: 46px 0 30px;
  position: relative;
  z-index: 2;
}

.nosotros-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 22px;
  align-items: center;
}

@media (max-width: 992px) {
  .nosotros-hero__grid {
    grid-template-columns: 1fr;
  }
}
.nosotros-hero__content {
  min-width: 0;
}

.nosotros-hero__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: #545454;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nosotros-hero__title {
  margin: 0 0 12px;
  color: #f6b100;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(30px, 3.8vw, 46px);
}

.nosotros-hero__lead {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.nosotros-hero__actions {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.nosotros-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #FFA600;
  color: #111;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
}

.nosotros-hero__link {
  color: #111;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}

.nosotros-hero__media {
  position: relative;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  min-height: 220px;
}

.nosotros-media__logo {
  position: absolute;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.nosotros-media__logo-img {
  height: 100%;
  width: 100%;
  display: block;
}

.nosotros-hero__img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

@media (max-width: 992px) {
  .nosotros-hero__img {
    height: 220px;
  }
}
.nosotros-section__title {
  margin: 0;
  color: #111;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.nosotros-section__subtitle {
  margin: 8px auto 0;
  max-width: 740px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.nosotros-content {
  background: #fff;
}

.nosotros-band {
  padding: 6rem 0rem;
}

.nosotros-band--white {
  background: #fff;
}

.nosotros-band--muted {
  background: #f3f4f6;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.nosotros-band--cta {
  padding-bottom: 72px;
}

.nosotros-pilares {
  margin: 0;
}

.nosotros-pilares__grid {
  width: 100%;
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 993px) {
  .nosotros-pilares__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 992px) {
  .nosotros-pilares__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .nosotros-pilares__grid {
    grid-template-columns: 1fr;
  }
}
.nosotros-pilar {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  padding: 14px 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.nosotros-pilar:hover,
.nosotros-pilar:focus-within {
  border-color: rgba(255, 166, 0, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.nosotros-pilar__icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 166, 0, 0.16);
  color: #FFA600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex: 0 0 auto;
  transition: transform 160ms ease, background 160ms ease;
}

.nosotros-pilar:hover .nosotros-pilar__icon,
.nosotros-pilar:focus-within .nosotros-pilar__icon {
  transform: scale(1.06);
  background: rgba(255, 166, 0, 0.22);
}

.nosotros-pilar__body {
  min-width: 0;
}

.nosotros-pilar__title {
  margin: 0 0 4px;
  color: #111;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.2;
}

.nosotros-pilar__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.6;
}

.nosotros-split {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.nosotros-split--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
}

.nosotros-split--reverse .nosotros-split__media {
  order: 2;
}

.nosotros-split__media {
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  min-height: 210px;
}

.nosotros-split__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.nosotros-split__content {
  padding: 18px 18px 18px;
}

.nosotros-hero__content {
  min-width: 0;
  padding-bottom: 3rem;
}

.nosotros-split__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 166, 0, 0.16);
  color: #111;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.nosotros-split__title {
  margin: 12px 0 8px;
  color: #111;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(18px, 2.2vw, 24px);
}

.nosotros-split__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 992px) {
  .nosotros-split,
  .nosotros-split--reverse {
    grid-template-columns: 1fr;
  }
  .nosotros-split--reverse .nosotros-split__media {
    order: 0;
  }
}
@media (max-width: 576px) {
  .nosotros-hero__media {
    min-height: 180px;
  }
  .nosotros-media__logo-img {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .nosotros-split__media {
    min-height: 190px;
  }
}
.nosotros-steps {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 992px) {
  .nosotros-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .nosotros-steps {
    grid-template-columns: 1fr;
  }
}
.nosotros-steps__item {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  padding: 14px 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.nosotros-steps__badge {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #FFA600;
  color: #111;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.nosotros-steps__title {
  margin: 0 0 4px;
  color: #111;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
}

.nosotros-steps__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.5;
}

.nosotros-cta {
  width: 100%;
  margin: 0;
  border-radius: 14px;
  background: #000;
  color: #fff;
  padding: 22px 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.nosotros-cta__content {
  min-width: 0;
  flex: 1 1 420px;
}

.nosotros-cta__title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.nosotros-cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.6;
}

.nosotros-cta__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.nosotros-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #FFA600;
  color: #111;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
}

.nosotros-cta__link {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}

.convenios-empty {
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  padding: 26px 24px;
  max-width: 760px;
}

.convenios-empty__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  color: #111;
}

.convenios-empty__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.6;
}

.convenios-empty__actions {
  margin-top: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.convenios-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: #FFA600;
  color: #111;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
}

.convenios-empty__link {
  color: #111;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

.error-404 {
  padding: 34px 0 64px;
  background: #f3f4f6;
}

.error-404 .container {
  display: flex;
  justify-content: center;
}

.error-404__panel {
  max-width: 760px;
  width: 100%;
  border-radius: 12px;
  background: #000;
  color: #fff;
  padding: 34px 28px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 0 auto;
}

.error-404__badge {
  display: block;
  width: fit-content;
  align-items: center;
  height: 13rem;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 166, 0, 0.18);
  color: #FFA600;
  font-weight: 900;
  font-size: 8rem;
  letter-spacing: 0.08em;
  margin: 0 auto;
  width: 25rem;
}

.error-404__icon {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(255, 166, 0, 0.18);
  color: #FFA600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  font-size: 36px;
}

.error-404__title {
  margin: 16px 0 10px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
}

.error-404__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
}

.error-404__actions {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.error-404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: #FFA600;
  color: #111;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
}

input#gform_submit_button_2 {
  border: 1px solid #f6b100;
  background-color: #f6b100;
  color: #000 !important;
  padding: 16px 25px;
  font-weight: bold;
  font-size: 16px;
  width: 50%;
  border-radius: 7px;
  margin: 0 auto;
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 100px !important;
  resize: none;
  border-radius: 7px;
  border: 1px solid #CECECE;
}

form#gform_2 input {
  border-radius: 7px;
  border: 1px solid #CECECE;
}

.contacto-page .contacto-perfiles__title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contacto-page .contacto-calugas {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
  justify-content: center;
  margin: 18px 0 32px;
}

.contacto-page .contacto-caluga {
  flex: 1 1 177px;
  max-width: 145px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #4cc97a 0%, #0b78d6 100%);
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.contacto-page .contacto-caluga__icon {
  font-size: 30px;
  line-height: 1;
}

.contacto-page .contacto-caluga__label {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.contacto-page .contacto-caluga.contacto-caluga--yellow {
  background-color: #f6b100;
  background-image: none;
  color: #000 !important;
}

.contacto-page .contacto-caluga.contacto-caluga--yellow .contacto-caluga__icon,
.contacto-page .contacto-caluga.contacto-caluga--yellow .contacto-caluga__label {
  color: #000 !important;
}

.contacto-page .contacto-caluga.contacto-caluga--yellow:hover {
  filter: brightness(0.98);
}

.contacto-page .contacto-caluga.contacto-caluga--yellow:active {
  filter: brightness(0.95);
}

.contacto-page .contacto-caluga:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
  filter: brightness(1.03);
}

.contacto-page .contacto-caluga:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

.contacto-page .contacto-caluga:focus-visible {
  outline: 3px solid #FFA600;
  outline-offset: 4px;
}

.contacto-page .contacto-zona {
  scroll-margin-top: calc(var(--site-header-height, 0px) + 24px);
}

.contacto-page .contacto-zona {
  margin-bottom: 28px;
}

.contacto-page .contacto-zona:last-child {
  margin-bottom: 0;
}

.contacto-page .contacto-zona__title {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.contacto-page .card-contacto-item {
  margin-bottom: 20px;
}

.contacto-page .title-cards-contacto {
  margin-bottom: 24px;
  margin-top: 24px;
}

.contacto-page .card-title-desc {
  height: 100%;
  border-radius: 12px;
  border: 2px solid #FFA600;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  color: #111;
  padding: 10px 15px;
}

.contacto-page .card-title-desc span,
.contacto-page .card-title-desc p {
  color: #111;
}

.contacto-page .card-title-desc a {
  color: #111;
  text-decoration: none;
}

.contacto-page .card-title-desc a:hover {
  color: #FFA600;
}

.contacto-page .card-title-desc p {
  font-size: 14px;
  line-height: 1.6;
}

.contacto-page .card-title-desc span.fs-3,
.contacto-page .card-title-desc__name {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.contacto-map {
  margin: -14px 0 40px;
}

.contacto-map__frame {
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
}

.contacto-map__frame iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

form#gform_1 input {
  border: 1px solid #CECECE;
  width: 100%;
  padding: 12px 16px;
}

form#gform_1 input::placeholder,
form#gform_1 textarea::placeholder {
  color: #888888;
  font-weight: 400 !important;
  opacity: 1;
}

.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0;
}

.contacto-row {
  padding: 5rem 0rem;
}

input#gform_submit_button_1 {
  background: #FFA600;
  border: 1px solid #FFA600 !important;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0px !important;
}

form#gform_1 input::-webkit-input-placeholder,
form#gform_1 textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea#input_1_5 {
  resize: none;
  height: 120px;
  border: 1px solid #CECECE;
  border-radius: 5px;
}

input#choice_1_6_1 {
  height: 15px;
}

.gchoice.gchoice_1_6_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center;
}

label#label_1_6_1 {
  width: 500px;
  font-size: 14px;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
  display: none;
}

.ginput_container.ginput_container_checkbox {
  background: #FFEAC2;
  padding: 15px 20px;
  border-radius: 7px;
  border: 1px solid #CECECE;
}

input#choice_1_6_1 {
  width: 20px !important;
}

.gform_wrapper.gravity-theme .gfield select {
  max-width: 100%;
  width: 100%;
}

.site-main--blog-archive {
  background: #f8fafc;
}

.blog-archive-hero {
  background: #1a1a1a;
  color: #ffffff;
  padding: 72px 0 108px;
  text-align: center;
}

.blog-archive-hero__content {
  max-width: 800px;
  margin: 0 auto;
}

.blog-archive-hero__title {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.blog-archive-hero__accent {
  color: #FFB800;
}

.blog-archive-hero__intro {
  margin: 0;
  color: #a0aec0;
  font-size: 18px;
  line-height: 1.6;
}

.blog-archive__toolbar-wrap {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  margin-bottom: 50px;
}

.blog-archive__toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-archive__search,
.blog-archive__select {
  min-height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
}

.blog-archive__search {
  flex: 1 1 320px;
  padding: 12px 18px;
  background: #f8fafc;
}

.blog-archive__select {
  flex: 0 0 190px;
  padding: 12px 16px;
  cursor: pointer;
}

.blog-archive__filter-btn,
.blog-archive__reset-btn,
.blog-archive__empty-btn,
.blog-archive__newsletter-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.blog-archive__filter-btn,
.blog-archive__empty-btn {
  background: #ffb800;
  color: #1a1a1a;
}

.blog-archive__reset-btn {
  background: #1a1a1a;
  color: #ffffff;
}

.blog-archive__filter-btn:hover,
.blog-archive__reset-btn:hover,
.blog-archive__empty-btn:hover,
.blog-archive__newsletter-submit:hover {
  transform: translateY(-1px);
  filter: brightness(0.97);
}

.blog-archive {
  padding: 0 0 80px;
}

.blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.blog-archive__card {
  min-width: 0;
}

.blog-archive__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-archive__card-link:hover,
.blog-archive__card-link:focus {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.blog-archive__image-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #edf2f7;
}

.blog-archive__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.blog-archive__card-link:hover .blog-archive__image,
.blog-archive__card-link:focus .blog-archive__image {
  transform: scale(1.05);
}

.blog-archive__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  background: #ffffff;
  color: #1a1a1a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-archive__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 700;
}

.blog-archive__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 30px;
}

.blog-archive__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.blog-archive__card-title {
  margin: 0 0 15px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.blog-archive__excerpt {
  margin: 0 0 24px;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  flex: 1 1 auto;
}

.blog-archive__read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
  border-top: 1px solid #e2e8f0;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.blog-archive__card-link:hover .blog-archive__read-more,
.blog-archive__card-link:focus .blog-archive__read-more {
  color: #d97706;
}

.blog-archive__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.blog-archive__page-link {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-archive__page-link.current,
.blog-archive__page-link:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffb800;
}

.blog-archive__empty {
  max-width: 700px;
  margin: 0 auto;
  padding: 56px 32px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.blog-archive__empty-title {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

.blog-archive__empty-text {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.blog-archive__newsletter-strip {
  padding: 70px 0;
  background: #ffb800;
}

.blog-archive__newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.blog-archive__newsletter-text {
  max-width: 520px;
}

.blog-archive__newsletter-title {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-size: clamp(28px, 3.5vw, 32px);
  font-weight: 800;
  line-height: 1.15;
}

.blog-archive__newsletter-description {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.blog-archive__newsletter-form {
  display: flex;
  gap: 12px;
  flex: 1 1 auto;
  width: 100%;
  max-width: 500px;
}

.blog-archive__newsletter-input {
  flex: 1 1 auto;
  min-height: 54px;
  padding: 16px 20px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-family: inherit;
  font-size: 15px;
}

.blog-archive__newsletter-submit {
  background: #1a1a1a;
  color: #ffffff;
}

.blog-archive__newsletter-form--gravity {
  display: block;
}

.blog-archive__newsletter-form--gravity .gform_wrapper {
  width: 100%;
  margin: 0;
}

.blog-archive__newsletter-form--gravity .gform_heading,
.blog-archive__newsletter-form--gravity .validation_message,
.blog-archive__newsletter-form--gravity .gform_validation_errors,
.blog-archive__newsletter-form--gravity .gfield_label,
.blog-archive__newsletter-form--gravity legend {
  display: none;
}

.blog-archive__newsletter-form--gravity .gform_body,
.blog-archive__newsletter-form--gravity .gform_fields,
.blog-archive__newsletter-form--gravity .gform-footer,
.blog-archive__newsletter-form--gravity .gform_page_footer {
  margin: 0;
}

.blog-archive__newsletter-form--gravity form,
.blog-archive__newsletter-form--gravity .gform-body form {
  margin: 0;
}

.blog-archive__newsletter-form--gravity .gform_fields {
  display: grid;
  gap: 12px;
}

.blog-archive__newsletter-form--gravity .gfield {
  margin: 0;
}

.blog-archive__newsletter-form--gravity input[type=text],
.blog-archive__newsletter-form--gravity input[type=email],
.blog-archive__newsletter-form--gravity select,
.blog-archive__newsletter-form--gravity textarea {
  width: 100%;
  min-height: 54px;
  padding: 16px 20px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-family: inherit;
  font-size: 15px;
}

.blog-archive__newsletter-form--gravity textarea {
  min-height: 120px;
  resize: vertical;
}

.blog-archive__newsletter-form--gravity .gform_footer,
.blog-archive__newsletter-form--gravity .gform-page-footer {
  margin-top: 12px;
  padding: 0;
}

.blog-archive__newsletter-form--gravity input[type=submit],
.blog-archive__newsletter-form--gravity button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 992px) {
  .blog-archive__toolbar {
    flex-wrap: wrap;
  }
  .blog-archive__search,
  .blog-archive__select,
  .blog-archive__filter-btn,
  .blog-archive__reset-btn {
    flex: 1 1 calc(50% - 10px);
  }
  .blog-archive__newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .blog-archive-hero {
    padding: 56px 0 92px;
  }
  .blog-archive__toolbar {
    padding: 20px;
  }
  .blog-archive__search,
  .blog-archive__select,
  .blog-archive__filter-btn,
  .blog-archive__reset-btn {
    flex: 1 1 100%;
    width: 100%;
  }
  .blog-archive__body {
    padding: 24px;
  }
  .blog-archive__newsletter {
    text-align: center;
    align-items: center;
  }
  .blog-archive__newsletter-form {
    flex-direction: column;
    max-width: 100%;
  }
  .blog-archive__newsletter-form--gravity .gform_footer,
  .blog-archive__newsletter-form--gravity .gform-page-footer {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .blog-archive__toolbar-wrap {
    margin-bottom: 40px;
  }
  .blog-archive__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .blog-archive__image-wrap {
    height: 200px;
  }
  .blog-archive__pagination {
    margin-top: 40px;
  }
  .blog-archive__newsletter-strip {
    padding: 56px 0;
  }
}
.site-main--blog-detail {
  background: #ffffff;
}

.blog-post-detail__hero {
  background: #1a1a1a;
  color: #ffffff;
  padding: 80px 0 160px;
  text-align: center;
}

.blog-post-detail__hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.blog-post-detail__category {
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 6px 16px;
  border-radius: 6px;
  background: #FFB800;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-post-detail__title {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.blog-post-detail__meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  color: #a0aec0;
  font-size: 14px;
  font-weight: 500;
}

.blog-post-detail__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-post-detail__featured-wrap {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  margin-bottom: 60px;
}

.blog-post-detail__featured-media {
  max-width: 1100px;
  margin: 0 auto;
  border: 4px solid #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.blog-post-detail__featured-image {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.blog-post-detail {
  padding: 0 0 80px;
}

.blog-post-detail__layout {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 40px;
}

.blog-post-detail__share {
  position: sticky;
  top: 120px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.blog-post-detail__share-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #718096;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-post-detail__share-link:hover {
  background: #FFB800;
  color: #1a1a1a;
  border-color: #FFB800;
  transform: scale(1.08);
}

.blog-post-detail__share-link--button {
  cursor: pointer;
  font-family: inherit;
}

.blog-post-detail__content {
  max-width: 750px;
  color: #334155;
  font-size: 19px;
  line-height: 1.8;
}

.blog-post-detail__content > p:first-of-type::first-letter {
  float: left;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  color: #FFB800;
  font-size: 75px;
  font-weight: 900;
  line-height: 60px;
}

.blog-post-detail__content p,
.blog-post-detail__content ul,
.blog-post-detail__content ol {
  margin: 0 0 30px;
}

.blog-post-detail__content h2,
.blog-post-detail__content h3 {
  margin: 50px 0 25px;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 1.2;
}

.blog-post-detail__content h2 {
  font-size: 32px;
}

.blog-post-detail__content h3 {
  font-size: 26px;
}

.blog-post-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.blog-post-detail__content blockquote {
  margin: 60px 0;
  padding: 40px;
  border-left: 6px solid #FFB800;
  border-radius: 20px;
  background: #f8fafc;
  color: #1a1a1a;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.blog-post-detail__content cite {
  display: block;
  margin-top: 15px;
  color: #718096;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-post-detail__related {
  margin-top: 80px;
  padding: 80px 0;
  background: #f8fafc;
}

.blog-post-detail__related-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.blog-post-detail__related-title {
  margin: 0 0 40px;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.blog-post-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.blog-post-detail__related-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-detail__related-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.blog-post-detail__related-image-wrap {
  height: 180px;
  background: #e2e8f0;
}

.blog-post-detail__related-image,
.blog-post-detail__related-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-post-detail__related-body {
  padding: 20px;
}

.blog-post-detail__related-card-title {
  margin: 0;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.blog-post-detail__newsletter {
  padding: 60px 0;
  background: #1a1a1a;
  color: #ffffff;
  text-align: center;
}

.blog-post-detail__newsletter-inner {
  max-width: 760px;
  margin: 0 auto;
}

.blog-post-detail__newsletter-title {
  margin: 0 0 15px;
  color: #FFB800;
  font-size: 32px;
  font-weight: 800;
}

.blog-post-detail__newsletter-description {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}

.blog-post-detail__newsletter-form {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
}

.blog-post-detail__newsletter-input {
  flex: 1 1 auto;
  min-height: 54px;
  padding: 15px 18px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #2d3748;
  font-family: inherit;
}

.blog-post-detail__newsletter-submit {
  border: 0;
  border-radius: 8px;
  padding: 0 25px;
  background: #FFB800;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.blog-post-detail__newsletter-form--gravity {
  display: block;
}

.blog-post-detail__newsletter-form--gravity .gform_wrapper {
  margin: 30px auto 0;
  max-width: 500px;
}

.blog-post-detail__newsletter-form--gravity .gform_heading,
.blog-post-detail__newsletter-form--gravity .validation_message,
.blog-post-detail__newsletter-form--gravity .gform_validation_errors,
.blog-post-detail__newsletter-form--gravity .gfield_label,
.blog-post-detail__newsletter-form--gravity legend {
  display: none;
}

.blog-post-detail__newsletter-form--gravity form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-post-detail__newsletter-form--gravity .gform_body {
  flex: 1 1 auto;
}

.blog-post-detail__newsletter-form--gravity .gform_fields {
  display: block;
}

.blog-post-detail__newsletter-form--gravity .gfield,
.blog-post-detail__newsletter-form--gravity .gform_footer,
.blog-post-detail__newsletter-form--gravity .gform-page-footer {
  margin: 0;
  padding: 0;
}

.blog-post-detail__newsletter-form--gravity input[type=text],
.blog-post-detail__newsletter-form--gravity input[type=email],
.blog-post-detail__newsletter-form--gravity textarea,
.blog-post-detail__newsletter-form--gravity select {
  width: 100%;
  min-height: 54px;
  padding: 15px 18px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #2d3748;
  font-family: inherit;
}

.blog-post-detail__newsletter-form--gravity input[type=submit],
.blog-post-detail__newsletter-form--gravity button[type=submit] {
  width: auto;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 0 25px;
  background: #FFB800;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 992px) {
  .blog-post-detail__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .blog-post-detail__share {
    position: static;
    flex-direction: row;
    justify-content: center;
  }
  .blog-post-detail__related-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .blog-post-detail__hero {
    padding: 60px 0 130px;
  }
  .blog-post-detail__featured-wrap {
    margin-top: -80px;
  }
  .blog-post-detail__featured-image {
    height: 350px;
  }
  .blog-post-detail__content {
    font-size: 17px;
  }
  .blog-post-detail__content blockquote {
    padding: 28px 24px;
    font-size: 20px;
  }
  .blog-post-detail__newsletter-form {
    flex-direction: column;
  }
  .blog-post-detail__newsletter-form--gravity form {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .blog-post-detail__title {
    font-size: 30px;
  }
  .blog-post-detail__featured-media {
    border-radius: 18px;
  }
  .blog-post-detail__featured-image {
    height: 240px;
  }
  .blog-post-detail__content > p:first-of-type::first-letter {
    font-size: 58px;
    line-height: 46px;
  }
}
.convenios-page {
  background: #fff;
}

.convenios-page__hero {
  padding: 80px 0 44px;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.convenios-page__hero.has-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(243, 244, 246, 0.4);
  pointer-events: none;
}

.convenios-page__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.convenios-page__hero-bg-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.convenios-page__hero-inner {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.convenios-page__title {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.1;
}

.convenios-page__subtitle {
  color: #666666;
  font-size: 16px;
  line-height: 1.65;
}

.convenios-page__subtitle p {
  margin: 0;
}

.legal-docs {
  padding: 44px 0 70px;
  background: #fff;
}

.legal-docs__content {
  max-width: 980px;
}

.legal-docs__content p {
  margin: 0;
}

.legal-docs__content p + p {
  margin-top: 12px;
}

.convenios-content {
  background: #fff;
}

.convenios-page__filters-wrap {
  padding: 40px 0;
  border-bottom: 1px solid #e2e8f0;
}

.convenios-page__filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.convenios-page__search-field {
  position: relative;
}

.convenios-page__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #f6b100;
  font-size: 15px;
}

.convenios-page__input,
.convenios-page__select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 2px solid #ffa600;
  border-radius: 10px;
  background: #fff;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}

.convenios-page__input {
  padding-left: 44px;
}

.convenios-page__input:focus,
.convenios-page__select:focus {
  border-color: #f6b100;
}

.convenios-page__submit {
  min-height: 54px;
  padding: 0 26px;
  border: 0;
  border-radius: 10px;
  background: #f6b100;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: filter 0.25s ease;
}

.convenios-page__submit:hover,
.convenios-page__submit:focus {
  filter: brightness(0.95);
}

.convenios-page__controls {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.convenios-page__top-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.convenios-page__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.convenios-page__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.convenios-page__chip--ghost {
  background: #fff7db;
  color: #8b5b00;
}

.convenios-page__control-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
}

.convenios-page__order {
  min-width: 190px;
}

.convenios-page__select--order {
  min-height: 44px;
  padding-right: 42px;
  font-weight: 700;
}

.convenios-page__clear {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.convenios-results {
  padding: 40px 0 64px;
}

.convenios-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 34px;
}

.convenios-page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.convenios-page__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.convenios-page__card-badge {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  max-width: calc(100% - 32px);
  padding: 9px 16px 9px 18px;
  border-radius: 8px 0 0 8px;
  background: #d32f2f;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: -3px 4px 12px rgba(0, 0, 0, 0.18);
}

.convenios-page__card-media {
  height: 190px;
  background: #f0f0f0;
}

.convenios-page__card-media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.convenios-page__card-image,
.convenios-page__card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.convenios-page__card-image {
  object-fit: cover;
}

.convenios-page__card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #374151 100%);
  color: rgba(255, 255, 255, 0.86);
  font-size: 60px;
  font-weight: 800;
}

.convenios-page__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.convenios-page__card-title {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.convenios-page__card-title a {
  color: inherit;
  text-decoration: none;
  font-size: 22px;
}

.convenios-page__card-text {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
}

.convenios-page__card-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 2rem;
  padding-top: 24px;
  padding: 16px;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: #f8fafc;
}

.convenios-page__card-tags-title {
  display: block;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.convenios-page__card-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.convenios-page__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.convenios-page__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-top: 1px solid #e2e8f0;
  background: #fafafa;
}

.convenios-page__benefit {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.convenios-page__benefit-label {
  margin-bottom: 4px;
  color: #666666;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.convenios-page__benefit-text {
  color: #d32f2f;
  font-size: clamp(20px, 2vw, 20px);
  font-weight: 800;
  line-height: 1;
}

.convenios-page__card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.convenios-page__detail-btn {
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid #1a1a1a;
  border-radius: 9px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.25s ease;
}

.convenios-page__detail-btn:hover,
.convenios-page__detail-btn:focus {
  border-color: #f6b100;
  background: #f6b100;
  color: #1a1a1a;
}

.convenios-page__detail-link {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.convenios-page__pagination {
  padding-top: 56px;
}

.convenios-page__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  margin: 0 5px;
  padding: 0 10px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: none;
}

.convenios-page__pagination .page-numbers.current,
.convenios-page__pagination .page-numbers:hover {
  border-color: #f6b100;
  background: #f6b100;
  color: #1a1a1a;
}

.convenios-empty {
  padding: 60px 24px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.convenios-empty__title {
  margin: 0 0 12px;
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 800;
}

.convenios-empty__text {
  margin: 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
}

.convenios-empty__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.convenios-empty__btn,
.convenios-empty__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.convenios-empty__btn {
  background: #f6b100;
  color: #1a1a1a;
}

.convenios-empty__link {
  border: 1px solid #e2e8f0;
  color: #1a1a1a;
}

.convenios-drawer-open {
  overflow: hidden;
}

.convenios-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.convenios-drawer-overlay.is-open {
  opacity: 1;
}

.convenios-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  width: min(100%, 520px);
  height: 100vh;
  padding: 32px;
  overflow-y: auto;
  background: #fff;
  box-shadow: -12px 0 36px rgba(0, 0, 0, 0.16);
  transform: translateX(100%);
  transition: transform 0.32s ease;
}

.convenios-drawer.is-open {
  transform: translateX(0);
}

.convenios-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.convenios-drawer__eyebrow {
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
}

.convenios-drawer__close {
  border: 0;
  background: transparent;
  color: #666666;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.convenios-drawer__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.convenios-drawer__media {
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 18px;
  background: #f0f0f0;
  min-height: 170px;
}

.convenios-drawer__image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.convenios-drawer__title {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.convenios-drawer__category {
  display: inline-flex;
  align-self: flex-start;
  min-height: 30px;
  margin-bottom: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef2f7;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.convenios-drawer__category:empty {
  display: none;
}

.convenios-drawer__highlight {
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid #f6b100;
  border-radius: 14px;
  background: #fffdf1;
}

.convenios-drawer__highlight h4 {
  margin: 0 0 8px;
  color: #d32f2f;
  font-size: 18px;
  font-weight: 800;
}

.convenios-drawer__highlight p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

.convenios-drawer__section {
  margin-top: 4px;
  margin-bottom: 24px;
}

.convenios-drawer__section-title {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 800;
}

.convenios-drawer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.convenios-drawer__chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.convenios-drawer__list {
  display: grid;
  gap: 12px;
}

.convenios-drawer__list-item {
  padding: 16px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.convenios-drawer__address {
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.convenios-drawer__address-name {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

.convenios-drawer__address-text {
  margin: 0 0 6px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.convenios-drawer__address-city {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.convenios-drawer__actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.convenios-drawer__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.convenios-drawer__action--primary {
  background: #f6b100;
  color: #1a1a1a;
}

.convenios-drawer__action--secondary {
  border: 2px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}

.convenios-drawer__action--link {
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  color: #1a1a1a;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .convenios-page__filter-bar {
    grid-template-columns: 1fr 1fr;
  }
  .convenios-page__submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .convenios-page__hero {
    padding: 56px 0 32px;
  }
  .convenios-page__filter-bar {
    grid-template-columns: 1fr;
  }
  .convenios-page__controls,
  .convenios-page__card-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .convenios-page__control-actions,
  .convenios-page__card-actions {
    margin-left: 0;
    align-items: stretch;
  }
  .convenios-page__detail-link {
    text-align: center;
  }
  .convenios-drawer {
    width: 100%;
    padding: 24px 20px;
  }
}
@media (max-width: 576px) {
  .convenios-results {
    padding: 32px 0 54px;
  }
  .convenios-page__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .convenios-page__card-body,
  .convenios-page__card-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .convenios-page__card-title {
    font-size: 21px;
  }
  .convenios-drawer__title {
    font-size: 26px;
  }
}
.home-blog__card-content {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

.home-blog__container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}

svg.swiper-navigation-icon {
  display: none;
}

.home-blog__card-content {
  display: flex;
  flex-direction: column;
  height: auto !important;
}

span.home-blog__more {
  margin: 15px 0px;
}

.blog-post-detail__content {
  max-width: 750px;
  color: #334155;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
}

.gfield input, .gfield textarea {
  border: 2px solid #ffa600 !important;
}

/*# sourceMappingURL=style.css.map */
