.cmx-page {
  background: #ffffff;
  color: #173e68;
  font-family: "Public Sans", sans-serif;
}

.cmx-page img {
  display: block;
  width: 100%;
  height: auto;
}

.cmx-hero {
  overflow: hidden;
  padding: 24px 0 20px;
  background: linear-gradient(135deg, #fbfcfe 0%, #eef3f8 60%, #f8fafc 100%);
}

.cmx-hero::before,
.cmx-band--form::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 20%, rgba(226, 233, 241, 0.45) 20% 24%, transparent 24% 100%),
    linear-gradient(45deg, transparent 0 72%, rgba(226, 233, 241, 0.32) 72% 76%, transparent 76% 100%);
  pointer-events: none;
}

.cmx-hero,
.cmx-band--form {
  position: relative;
}

.cmx-hero__row,
.cmx-clubs-row,
.cmx-footer-cta__row {
  display: flex;
  align-items: center;
}

.cmx-form-row {
  display: flex;
  align-items: flex-start;
}

.cmx-hero__banner,
.cmx-hero__cta,
.cmx-form-card,
.cmx-form-aside {
  position: relative;
  z-index: 1;
}

.cmx-hero__stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.cmx-clubs-copy h2 {
  margin: 0;
  color: #1362bf;
  font-family: "Graphik-bold", sans-serif;
  font-size: 66px;
  line-height: 0.95;
}

.cmx-hero__banner {
  border-radius: 20px;
  overflow: hidden;
}

.cmx-hero__banner img {
  width: 100%;
  height: auto;
}

.cmx-hero__cta {
  position: absolute;
  left: 5.5%;
  bottom: 9%;
  max-width: 300px;
  z-index: 2;
}

.cmx-hero__cta p {
  margin: 12px 0 0;
  color: #4e6a86;
  font-size: 15px;
  line-height: 1.35;
}

.cmx-hero__cta .cmx-button {
  margin-top: 0;
  min-width: 160px;
  min-height: 36px;
  padding: 0 24px;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(20, 82, 161, 0.18);
}

.cmx-clubs-copy h2 {
  margin: 0;
  color: #1362bf;
  font-family: "Graphik-bold", sans-serif;
  font-size: 66px;
  line-height: 0.95;
}

.cmx-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 24px;
  border-radius: 999px;
  background: #0e69c8;
  color: #ffffff;
  font-family: "Graphik-bold", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.cmx-button:hover {
  background: #084f98;
  color: #ffffff;
}

.cmx-button--small {
  min-width: 0;
  width: 100%;
  min-height: 40px;
  margin-top: 14px;
  font-size: 16px;
}

.cmx-band {
  padding: 34px 0;
}

.cmx-band--blue {
  background: linear-gradient(180deg, #0f67c5 0%, #0b2f7b 100%);
}

.cmx-band--deep {
  background: linear-gradient(180deg, #0f67c5 0%, #0b2f7b 100%);
}

.cmx-band--white {
  background: #ffffff;
}

.cmx-band--form {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  padding: 50px 0 0;
}

.cmx-band--cyan {
  background: #27c8d3;
}

.cmx-band--locations {
  padding-top: 50px;
  padding-bottom: 42px;
}

.cmx-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.cmx-section-title h2,
.cmx-form-card h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Graphik-bold", sans-serif;
  font-size: 24px;
}

.cmx-section-title--blue h2,
.cmx-form-card h2,
.cmx-location-card__body h3,
.cmx-footer-cta h3 {
  color: #1260bb;
}

.cmx-section-title__dot {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 5px rgba(19, 98, 191, 0.16);
}

.cmx-specialties,
.cmx-checkups {
  display: grid;
  gap: 18px;
}

.cmx-specialties {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 900px;
  margin: 0 auto;
}

.cmx-specialties-slider {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 54px;
}

.cmx-specialties-slider:not(.owl-loaded) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cmx-specialties-slider .owl-stage-outer {
  z-index: 1;
}

.cmx-specialties-slider .owl-nav {
  margin: 0;
}

.cmx-specialties-slider .owl-nav button.owl-prev,
.cmx-specialties-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 999px;
  background: #ffffff !important;
  color: #165fb8 !important;
  font-size: 14px !important;
  line-height: 34px !important;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(3, 25, 67, 0.16);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cmx-specialties-slider .owl-nav button.owl-prev {
  left: 0;
}

.cmx-specialties-slider .owl-nav button.owl-next {
  right: 0;
}

.cmx-specialties-slider .owl-nav button.owl-prev:hover,
.cmx-specialties-slider .owl-nav button.owl-next:hover {
  background: #26c8d6 !important;
  color: #ffffff !important;
}

.cmx-specialties-slider .owl-nav button.owl-prev span,
.cmx-specialties-slider .owl-nav button.owl-next span {
  display: block;
  line-height: 34px;
}

.cmx-specialty-card,
.cmx-checkup-card,
.cmx-form-card {
  border-radius: 16px;
  background: #ffffff;
}

.cmx-specialty-card {
  padding: 10px;
  box-shadow: 0 12px 24px rgba(4, 19, 54, 0.16);
}

.cmx-specialty-card img {
  border-radius: 12px;
}

.cmx-specialty-card__icon,
.cmx-profile-item__icon,
.cmx-location-pin {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #34d0da 0%, #159fd0 100%);
}

.cmx-specialty-card h3,
.cmx-checkup-card h3,
.cmx-profile-highlight__card h3,
.cmx-location-card__body h3 {
  margin: 0;
  font-family: "Graphik-bold", sans-serif;
}

.cmx-checkups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 920px;
  margin: 0 auto;
}

.cmx-checkups-slider {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 54px;
}

.cmx-checkups-slider:not(.owl-loaded) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cmx-checkups-slider .owl-stage-outer {
  z-index: 1;
}

.cmx-checkups-slider .owl-nav {
  margin: 0;
}

.cmx-checkups-slider .owl-nav button.owl-prev,
.cmx-checkups-slider .owl-nav button.owl-next {
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 999px;
  background: #f1f1f1 !important;
  color: #bfc4ca !important;
  font-size: 14px !important;
  line-height: 34px !important;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(3, 25, 67, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cmx-checkups-slider .owl-nav button.owl-prev {
  left: 0;
}

.cmx-checkups-slider .owl-nav button.owl-next {
  right: 0;
}

.cmx-checkups-slider .owl-nav button.owl-prev:hover,
.cmx-checkups-slider .owl-nav button.owl-next:hover {
  background: #0e69c8 !important;
  color: #ffffff !important;
}

.cmx-checkups-slider .owl-nav button.owl-prev span,
.cmx-checkups-slider .owl-nav button.owl-next span {
  display: block;
  line-height: 34px;
}

.cmx-checkup-card {
  text-align: center;
}

.cmx-checkup-card h3 {
  min-height: 54px;
  margin-bottom: 10px;
  color: #23a8d9;
  font-size: 18px;
  line-height: 1.25;
}

.cmx-checkup-card img {
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(14, 38, 83, 0.15);
}

.cmx-profiles-row {
  display: flex;
  align-items: center;
}

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

.cmx-profile-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  cursor: hand;
  font-size: 17px;
  line-height: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cmx-profile-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 999px;
  overflow: hidden;
}

.cmx-profile-item__icon {
  display: block;
  width: 44px !important;
  height: 44px !important;
  max-width: none;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.cmx-profile-item:hover,
.cmx-profile-item:focus,
.cmx-profile-item.is-active {
  opacity: 1;
  transform: translateX(4px);
}

.cmx-profile-item:not(.is-active) {
  opacity: 0.92;
}

.cmx-profile-item span {
  color: #ffffff;
}

.cmx-profile-item:focus {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.cmx-benefits {
  margin-top: 28px;
  color: #ffffff;
}

.cmx-benefits h3 {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-family: "Graphik-bold", sans-serif;
  font-size: 22px;
}

.cmx-benefits ul {
  margin: 0;
  padding-left: 18px;
}

.cmx-benefits li {
  margin-bottom: 8px;
  color: #ffffff !important;
  font-size: 16px;
}

.cmx-profile-highlight {
  display: flex;
  justify-content: center;
}

.cmx-profile-highlight__card {
  max-width: 360px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(3, 25, 67, 0.18);
}

.cmx-profile-highlight__card h3 {
  margin-bottom: 16px;
  color: #24b9ce;
  font-size: 28px;
  line-height: 1.05;
}

.cmx-profile-highlight__card img {
  border-radius: 18px;
}

.cmx-profile-highlight__title {
  min-height: 58px;
}

.cmx-profile-highlight__image {
  min-height: 260px;
  object-fit: cover;
  background: #f4f7fb;
  opacity: 1;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.cmx-profile-highlight__image.is-changing {
  opacity: 0.35;
  transform: scale(0.985);
}

.cmx-price-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  background: linear-gradient(90deg, #e7fafb 0%, #1ac2cf 100%);
  color: #ffffff;
}

.cmx-price-bar span {
  max-width: 170px;
  color: #0c5d89;
  font-family: "Graphik-bold", sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.cmx-price-bar strong {
  font-family: "Graphik-bold", sans-serif;
  font-size: 40px;
  line-height: 1;
}

.cmx-form-card {
  max-width: 520px;
  padding: 36px 34px;
  box-shadow: 0 20px 42px rgba(17, 46, 79, 0.08);
}

.cmx-form-card .entry-content p:first-child {
  margin-top: 0;
}

.cmx-form-card input,
.cmx-form-card select,
.cmx-form-card textarea {
  width: 100%;
  margin-bottom: 14px;
}

.cmx-form-card input[type="submit"],
.cmx-form-card button,
.cmx-form-card .wpcf7-submit {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #0e69c8;
  color: #ffffff;
  font-family: "Graphik-bold", sans-serif;
  font-size: 17px;
}

.cmx-form-fallback {
  padding: 22px;
  border: 1px dashed #bcd0df;
  border-radius: 14px;
  background: #f7fbfe;
  color: #4d6478;
}

.cmx-form-fallback code {
  word-break: break-word;
}

.cmx-form-aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-align: right;
}

.cmx-form-aside p {
  max-width: 320px;
  margin: 0 0 10px auto;
  color: #1e74b4;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}

.cmx-form-aside img {
  max-width: 460px;
  margin-left: auto;
  margin-top: auto;
}

.cmx-clubs-copy h2 {
  color: #ffffff;
  font-size: 58px;
}

.cmx-clubs-copy {
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}

.cmx-clubs-copy__logo {
  max-width: 380px;
  margin: 0 auto;
}

.cmx-clubs-copy p {
  max-width: 360px;
  margin: 24px auto 0;
  color: #ffffff;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.cmx-clubs-copy p strong {
  font-family: "Graphik-bold", sans-serif;
}

.cmx-clubs-visual {
  display: flex;
  justify-content: center;
}

.cmx-clubs-visual img {
  width: 100%;
  max-width: 760px;
  height: auto;
}

.cmx-band--locations .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.cmx-band--locations .row .columns {
  padding-left: 12px;
  padding-right: 12px;
}

.cmx-band--locations .row .columns:first-child {
  flex: 0 0 58%;
  max-width: 58%;
}

.cmx-band--locations .row .columns:last-child {
  flex: 0 0 42%;
  max-width: 42%;
}

.cmx-location-card img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
}

.cmx-location-card__body {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 470px;
  margin: 22px auto 0;
}

.cmx-band--locations .row .columns:first-child .cmx-location-card {
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
}

.cmx-band--locations .row .columns:first-child .cmx-location-card__body {
  max-width: 460px;
  margin-left: 0;
}

.cmx-band--locations .row .columns:last-child .cmx-location-card {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.cmx-band--locations .row .columns:last-child .cmx-location-card__body {
  max-width: 400px;
  margin-left: 0;
}

.cmx-location-card__body h3 {
  margin: 0 0 8px;
  font-family: "Graphik-bold", sans-serif;
  font-size: 32px;
  line-height: 0.94;
}

.cmx-location-card__body p {
  margin: 0;
  color: #6c6f79;
  font-size: 15px;
  line-height: 1.45;
}

.cmx-location-card__copy {
  flex: 1;
}

.cmx-location-card__title-primary,
.cmx-location-card__title-secondary {
  display: block;
}

.cmx-location-card__title-primary {
  color: #1260bb;
}

.cmx-location-card__title-secondary {
  color: #666666;
  font-family: "Graphik-Medium", sans-serif;
}

.cmx-location-pin {
  position: relative;
  width: 38px;
  height: 38px;
  margin-top: 4px;
  border: 6px solid #1260bb;
  border-radius: 999px 999px 999px 0;
  background: #ffffff;
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.cmx-location-pin::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1260bb;
}

.cmx-location-pin::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -19px;
  width: 30px;
  height: 9px;
  border: 1px solid rgba(18, 96, 187, 0.45);
  border-radius: 999px;
  transform: rotate(45deg);
}

.cmx-footer-cta {
  padding: 30px 0 22px;
  background: #1d63b7;
  color: #ffffff;
}

.cmx-footer-cta__row {
  align-items: center;
}

.cmx-footer-cta h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Graphik-bold", sans-serif;
  font-size: 25px;
  line-height: 1.02;
}

.cmx-footer-cta p,
.cmx-footer-cta a {
  color: #ffffff;
  font-size: 14px;
}

.cmx-footer-cta__social h3 {
  max-width: 220px;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 23px;
  line-height: 0.98;
}

.cmx-social-icons {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
}

.cmx-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.cmx-social-icons img,
.cmx-footer-contact img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.cmx-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.cmx-footer-contact--email {
  font-size: 13px;
}

.cmx-footer-contact--email img {
  width: 15px;
}

.cmx-footer-cta__center img {
  max-width: 205px;
  margin: 0 auto;
}

.cmx-footer-cta__contact {
  text-align: left;
}

.cmx-footer-contact--whatsapp {
  margin-bottom: 4px;
}

.cmx-footer-contact--whatsapp img {
  width: 22px;
  flex: 0 0 auto;
}

.cmx-footer-contact--whatsapp .cmx-phone {
  margin: 0;
}

.cmx-footer-cta a:hover {
  color: #d7f5ff;
}

.cmx-phone {
  margin: 0;
  font-family: "Graphik-bold", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.cmx-footer-cta__contact p:last-child {
  margin: 0;
  font-size: 11px;
  line-height: 1.15;
}

.cmx-footer-cta__social,
.cmx-footer-cta__contact {
  padding-top: 8px;
}

@media only screen and (max-width: 1024px) {
  .cmx-band {
    padding: 30px 0;
  }

  .cmx-hero {
    padding-top: 20px;
  }

  .cmx-hero__cta {
    left: 4%;
    bottom: 6%;
    max-width: 250px;
  }

  .cmx-hero__cta p {
    font-size: 13px;
  }

  .cmx-section-title {
    margin-bottom: 22px;
  }

  .cmx-section-title h2,
  .cmx-form-card h2 {
    font-size: 22px;
  }

  .cmx-specialties-slider {
    padding: 0 44px;
  }

  .cmx-checkups-slider {
    padding: 0 44px;
  }

  .cmx-checkup-card h3 {
    min-height: 48px;
    font-size: 17px;
  }

  .cmx-profiles-row {
    align-items: flex-start;
  }

  .cmx-profiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }

  .cmx-profile-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    font-size: 15px;
  }

  .cmx-profile-item__icon-wrap,
  .cmx-profile-item__icon {
    width: 40px !important;
    height: 40px !important;
  }

  .cmx-benefits {
    margin-top: 22px;
  }

  .cmx-profile-highlight__card {
    max-width: 320px;
    padding: 16px;
  }

  .cmx-profile-highlight__image {
    min-height: 220px;
  }

  .cmx-price-bar {
    padding: 12px 14px;
  }

  .cmx-price-bar strong {
    font-size: 34px;
  }

  .cmx-form-row {
    align-items: flex-end;
  }

  .cmx-form-card {
    padding: 30px 26px;
  }

  .cmx-form-aside {
    margin-top: 0;
    text-align: center;
  }

  .cmx-form-aside p,
  .cmx-form-aside img {
    margin-left: auto;
    margin-right: auto;
  }

  .cmx-form-aside img {
    max-width: 360px;
  }

  .cmx-clubs-row {
    align-items: center;
  }

  .cmx-clubs-copy__logo {
    max-width: 320px;
  }

  .cmx-clubs-copy p {
    font-size: 24px;
  }

  .cmx-clubs-visual img {
    max-width: 620px;
  }

  .cmx-band--locations .row .columns:first-child {
    flex-basis: 56%;
    max-width: 56%;
  }

  .cmx-band--locations .row .columns:last-child {
    flex-basis: 44%;
    max-width: 44%;
  }

  .cmx-location-card__body h3 {
    font-size: 26px;
  }

  .cmx-location-card__body p {
    font-size: 14px;
  }

  .cmx-footer-cta__social,
  .cmx-footer-cta__contact {
    text-align: center;
  }

  .cmx-footer-cta__social h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .cmx-social-icons {
    justify-content: center;
  }

  .cmx-footer-contact {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .cmx-band,
  .cmx-hero,
  .cmx-band--form,
  .cmx-footer-cta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cmx-button {
    width: 100%;
    min-width: 0;
  }

  .cmx-hero {
    padding-top: 12px;
  }

  .cmx-hero__stage {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .cmx-hero__cta {
    position: static;
    max-width: 100%;
  }

  .cmx-hero__cta .cmx-button {
    width: 100%;
    min-width: 0;
  }

  .cmx-hero__cta p {
    font-size: 14px;
  }

  .cmx-specialties-slider,
  .cmx-checkups-slider {
    display: block !important;
    width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Mobile does not depend on Owl: every browser gets a native swipe carousel. */
  .cmx-specialties-slider:not(.owl-loaded),
  .cmx-checkups-slider:not(.owl-loaded),
  .cmx-specialties-slider.cmx-slider-static,
  .cmx-checkups-slider.cmx-slider-static {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 10px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .cmx-specialties-slider.cmx-mobile-slider,
  .cmx-checkups-slider.cmx-mobile-slider {
    display: block !important;
    overflow: hidden;
    padding: 0 0 10px !important;
    touch-action: pan-y;
  }

  .cmx-specialties-slider .owl-stage,
  .cmx-checkups-slider .owl-stage {
    display: flex;
    align-items: stretch;
  }

  .cmx-specialties-slider .owl-item,
  .cmx-checkups-slider .owl-item {
    display: flex;
  }

  .cmx-specialty-card,
  .cmx-checkup-card {
    width: 100%;
  }

  .cmx-specialties-slider:not(.owl-loaded)::-webkit-scrollbar,
  .cmx-checkups-slider:not(.owl-loaded)::-webkit-scrollbar,
  .cmx-slider-static::-webkit-scrollbar {
    height: 6px;
  }

  .cmx-specialties-slider:not(.owl-loaded)::-webkit-scrollbar-thumb,
  .cmx-checkups-slider:not(.owl-loaded)::-webkit-scrollbar-thumb,
  .cmx-slider-static::-webkit-scrollbar-thumb {
    background: rgba(16, 73, 145, 0.28);
    border-radius: 999px;
  }

  .cmx-specialties-slider:not(.owl-loaded) .cmx-specialty-card,
  .cmx-checkups-slider:not(.owl-loaded) .cmx-checkup-card,
  .cmx-slider-static .cmx-specialty-card,
  .cmx-slider-static .cmx-checkup-card {
    flex: 0 0 82%;
    width: auto;
    scroll-snap-align: start;
  }

  .cmx-specialties-slider.cmx-mobile-slider .cmx-specialty-card,
  .cmx-checkups-slider.cmx-mobile-slider .cmx-checkup-card {
    display: none;
    width: 100%;
    flex: none;
  }

  .cmx-specialties-slider.cmx-mobile-slider .is-mobile-slide-active,
  .cmx-checkups-slider.cmx-mobile-slider .is-mobile-slide-active {
    display: block;
    animation: cmx-mobile-slide-in 0.35s ease both;
  }

  .cmx-mobile-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 12px;
  }

  .cmx-mobile-slider__button {
    width: 34px;
    height: 34px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #1462bd;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 5px 12px rgba(3, 25, 67, 0.2);
  }

  .cmx-mobile-slider__count {
    min-width: 42px;
    color: #ffffff;
    font-family: "Graphik-bold", sans-serif;
    font-size: 13px;
    text-align: center;
  }

  .cmx-band--white .cmx-mobile-slider__count {
    color: #1462bd;
  }

  @keyframes cmx-mobile-slide-in {
    from { opacity: 0; transform: translateX(14px); }
    to { opacity: 1; transform: translateX(0); }
  }

  .cmx-section-title {
    gap: 8px;
    margin-bottom: 18px;
  }

  .cmx-section-title__dot {
    width: 16px;
    height: 16px;
  }

  .cmx-section-title h2,
  .cmx-form-card h2 {
    font-size: 20px;
  }

  .cmx-profiles-row,
  .cmx-form-row,
  .cmx-band--locations .row {
    display: block;
  }

  .cmx-profiles-row > .columns,
  .cmx-form-row > .columns {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cmx-band--locations .row .columns:first-child,
  .cmx-band--locations .row .columns:last-child {
    max-width: 100%;
  }

  .cmx-band--locations .row .columns:first-child .cmx-location-card,
  .cmx-band--locations .row .columns:last-child .cmx-location-card,
  .cmx-band--locations .row .columns:first-child .cmx-location-card__body,
  .cmx-band--locations .row .columns:last-child .cmx-location-card__body {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmx-band--locations .row .columns + .columns {
    margin-top: 36px;
  }

  .cmx-specialties-slider {
    padding: 0 34px;
  }

  .cmx-checkups-slider {
    padding: 0 34px;
  }

  .cmx-specialties-slider .owl-nav button.owl-prev,
  .cmx-specialties-slider .owl-nav button.owl-next {
    width: 28px;
    height: 28px;
    font-size: 11px !important;
    line-height: 28px !important;
  }

  .cmx-specialties-slider .owl-nav button.owl-prev span,
  .cmx-specialties-slider .owl-nav button.owl-next span {
    line-height: 28px;
  }

  .cmx-checkups-slider .owl-nav button.owl-prev,
  .cmx-checkups-slider .owl-nav button.owl-next {
    width: 28px;
    height: 28px;
    font-size: 11px !important;
    line-height: 28px !important;
  }

  .cmx-checkups-slider .owl-nav button.owl-prev span,
  .cmx-checkups-slider .owl-nav button.owl-next span {
    line-height: 28px;
  }

  .cmx-specialty-card {
    padding: 8px;
  }

  .cmx-checkup-card h3 {
    min-height: 0;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .cmx-checkup-card img {
    border-radius: 14px;
  }

  .cmx-profiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cmx-profile-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
    font-size: 14px;
    line-height: 1.1;
  }

  .cmx-profile-item__icon-wrap,
  .cmx-profile-item__icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px;
  }

  .cmx-benefits {
    margin-top: 18px;
  }

  .cmx-benefits h3 {
    font-size: 19px;
  }

  .cmx-benefits li {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .cmx-profile-highlight {
    margin-top: 22px;
  }

  .cmx-profile-highlight__card {
    max-width: 100%;
    padding: 14px;
    border-radius: 18px;
  }

  .cmx-profile-highlight__image {
    min-height: 200px;
  }

  .cmx-price-bar {
    gap: 10px;
    padding: 10px 12px;
  }

  .cmx-price-bar span {
    font-size: 13px;
    max-width: 140px;
  }

  .cmx-price-bar strong {
    font-size: 28px;
  }

  .cmx-form-card {
    padding: 22px 18px;
  }

  .cmx-form-row {
    display: block !important;
  }

  .cmx-form-row > .columns {
    float: none !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .cmx-form-row > .columns + .columns,
  .cmx-profiles-row > .columns + .columns {
    margin-top: 20px;
  }

  .cmx-form-card input,
  .cmx-form-card select,
  .cmx-form-card textarea {
    font-size: 16px;
  }

  .cmx-form-aside {
    display: block;
    margin-top: 20px;
    text-align: center;
  }

  .cmx-form-aside p {
    display: block;
    max-width: 100%;
    margin: 0 auto 12px;
    font-size: 18px;
    text-align: center;
  }

  .cmx-form-aside img {
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }

  .cmx-clubs-row,
  .cmx-footer-cta__row {
    display: block;
  }

  .cmx-clubs-copy {
    max-width: 100%;
  }

  .cmx-clubs-copy__logo {
    max-width: 280px;
  }

  .cmx-clubs-copy p {
    max-width: 280px;
    font-size: 18px;
    margin-top: 18px;
  }

  .cmx-clubs-visual {
    margin-top: 20px;
  }

  .cmx-clubs-visual img {
    max-width: 100%;
  }

  .cmx-location-card img {
    max-width: 100%;
  }

  .cmx-location-card__body {
    gap: 14px;
    margin-top: 16px;
  }

  .cmx-location-card__body h3 {
    font-size: 24px;
  }

  .cmx-location-card__body p {
    font-size: 13px;
  }

  .cmx-location-pin {
    width: 32px;
    height: 32px;
    border-width: 5px;
  }

  .cmx-location-pin::before {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
  }

  .cmx-location-pin::after {
    left: -6px;
    bottom: -16px;
    width: 24px;
    height: 8px;
  }

  .cmx-footer-cta {
    text-align: center;
  }

  .cmx-footer-cta__social,
  .cmx-footer-cta__contact {
    padding-top: 0;
  }

  .cmx-footer-cta__social h3,
  .cmx-footer-cta__contact h3 {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
  }

  .cmx-social-icons {
    justify-content: center;
    margin-bottom: 18px;
  }

  .cmx-footer-contact {
    justify-content: center;
  }

  .cmx-footer-cta__center {
    margin: 16px 0;
  }

  .cmx-footer-cta__center img {
    max-width: 150px;
  }

  .cmx-footer-cta__contact {
    text-align: center;
  }

  .cmx-phone {
    font-size: 20px;
  }

  .cmx-footer-cta__contact p:last-child {
    font-size: 11px;
    max-width: 220px;
    margin: 0 auto;
  }
}

/* Keep the medical sliders functional on Android browsers that report a wide viewport. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cmx-specialties-slider:not(.owl-loaded),
  .cmx-checkups-slider:not(.owl-loaded) {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 10px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .cmx-specialties-slider:not(.owl-loaded) .cmx-specialty-card,
  .cmx-checkups-slider:not(.owl-loaded) .cmx-checkup-card {
    flex: 0 0 82%;
    width: auto;
    scroll-snap-align: start;
  }

  .cmx-specialties-slider.cmx-mobile-slider,
  .cmx-checkups-slider.cmx-mobile-slider {
    display: block !important;
    overflow: hidden;
    padding: 0 0 10px !important;
    touch-action: pan-y;
  }

  .cmx-specialties-slider.cmx-mobile-slider .cmx-specialty-card,
  .cmx-checkups-slider.cmx-mobile-slider .cmx-checkup-card {
    display: none;
    width: 100%;
    flex: none;
  }

  .cmx-specialties-slider.cmx-mobile-slider .is-mobile-slide-active,
  .cmx-checkups-slider.cmx-mobile-slider .is-mobile-slide-active {
    display: block;
  }

  .cmx-mobile-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 12px;
  }

  .cmx-mobile-slider__button {
    width: 34px;
    height: 34px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #1462bd;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 5px 12px rgba(3, 25, 67, 0.2);
  }

  .cmx-mobile-slider__count {
    min-width: 42px;
    color: #ffffff;
    font-family: "Graphik-bold", sans-serif;
    font-size: 13px;
    text-align: center;
  }

  .cmx-band--white .cmx-mobile-slider__count {
    color: #1462bd;
  }
}

/* Chequeos Category Tabs */
.cmx-section-title--center {
  justify-content: center;
  margin-bottom: 30px;
}
.cmx-category-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 40px;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.cmx-category-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

@media (min-width: 768px) {
  .cmx-category-tabs {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }
}

.cmx-category-tab {
  background: #ffffff;
  color: #555555;
  border: 1px solid #e0e5eb;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 16px;
  font-family: "Graphik-bold", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  white-space: nowrap;
}
.cmx-category-tab:hover {
  background: #f8fafe;
  color: #1260bb;
  border-color: #c4d6ee;
}
.cmx-category-tab.active {
  background: #1260bb;
  color: #ffffff;
  border-color: #1260bb;
  box-shadow: 0 6px 15px rgba(18, 96, 187, 0.3);
  transform: translateY(-2px);
}
.cmx-checkups-slider-container {
  width: 100%;
}
/* Fallback para evitar saltos o "freezers" antes de que cargue el Javascript (Owl Carousel) */
.cmx-checkups-slider:not(.owl-loaded),
.cmx-specialties-slider:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 22px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.cmx-checkups-slider:not(.owl-loaded)::-webkit-scrollbar,
.cmx-specialties-slider:not(.owl-loaded)::-webkit-scrollbar {
  display: none;
}
.cmx-checkups-slider:not(.owl-loaded) > *,
.cmx-specialties-slider:not(.owl-loaded) > * {
  flex: 0 0 82%;
  max-width: 320px;
}
@media (min-width: 768px) {
  .cmx-checkups-slider:not(.owl-loaded) > *,
  .cmx-specialties-slider:not(.owl-loaded) > * {
    flex: 0 0 30%;
  }
}

.cmx-checkups-slider .owl-stage {
  margin: 0 auto;
}

/* Consulta Externa Sidebar */
.cmx-form-aside {
  justify-content: flex-start !important;
  text-align: left !important;
  padding-top: 36px;
}

.cmx-form-aside p.cmx-form-aside-quote {
  max-width: 100% !important;
  margin: 0 0 34px 0 !important;
  font-size: 22px !important;
  color: #1e74b4 !important;
  font-family: "Graphik-bold", sans-serif !important;
  text-align: left !important;
}

.cmx-consulta-side {
  text-align: left;
  margin-top: 10px;
}

.cmx-consulta-side p.cmx-consulta-side__subtitle {
  max-width: 100% !important;
  margin: 0 0 24px 0 !important;
  color: #1260bb !important;
  font-size: 18px !important;
  text-align: left !important;
  font-family: "Public Sans", sans-serif !important;
}

.cmx-consulta-side__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.cmx-consulta-side__icon {
  width: 42px;
  height: 42px;
  color: #fff;
  background: #1462bd;
  padding: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cmx-consulta-side__title h3 {
  color: #1260bb;
  font-size: 28px;
  margin: 0;
  font-family: "Graphik-bold", sans-serif;
  line-height: 1.1;
}

.cmx-specialties-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cmx-specialties-grid .cmx-specialty-card {
  padding: 12px;
  box-shadow: 0 6px 16px rgba(4, 19, 54, 0.12);
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmx-specialties-grid .cmx-specialty-card img {
  border-radius: 8px;
  width: 100%;
  max-width: 90px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .cmx-specialties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
