@import url("/css/styles_ortodoncia.css?v=20260731-1");

/* Identidad visual de Radiolog&iacute;a Dental. */
.radiology-main {
  --dental-blue: #008D99;
  --dental-cyan: #008D99;
  --dental-teal: #008D99;
  --dental-navy: #003C48;
  --dental-soft: #e9f8fc;
  --dental-soft-2: #f3fbfd;
  --dental-line: #0FC8D8;
}

.radiology-main .endo-hero-banner__image {
  object-position: center;
}
/* ============================================================
   RADIOLOGÍA DENTAL · ESTUDIOS DIAGNÓSTICOS 3D
   ============================================================ */
.rd-section {
  position: relative;
  padding: 76px 0 58px;
  overflow: hidden;
  isolation: isolate;
}

.rd-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -100px;
  width: 500px;
  height: 500px;
  border: 2px solid rgba(0, 141, 153, .10);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(234, 248, 255, .28), 0 0 0 96px rgba(234, 248, 255, .15);
}

.rd-section--primary {
  background: linear-gradient(150deg, #fff 10%, #f2faff 70%, #eaf6ff);
}

.rd-section--secondary {
  border-top: 1px solid rgba(0, 141, 153, .10);
  background: linear-gradient(155deg, #f7fcff, #fff 65%);
}

.rd-section .page-shell {
  max-width: 1540px;
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.rd-heading {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.rd-heading--left {
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.rd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #008D99;
  background: #eaf8ff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

.rd-heading h2 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(34px, 4.3vw, 34px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 800;
}

.rd-title-line,
.rd-card__line {
  display: block;
  border-radius: 99px;
  background: linear-gradient(90deg, #0FC8D8, #008D99);
}

.rd-title-line {
  width: 70px;
  height: 4px;
  margin: 20px auto 17px;
}

.rd-heading--left .rd-title-line {
  margin-left: 0;
}

.rd-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #003C48;
  font-size: 13px;
  line-height: 1.55;
}

.rd-heading--left p {
  margin-left: 0;
}

.rd-card-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
  margin: 0 auto;
}

.rd-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1320px;
}

.rd-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1480px;
}

.rd-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 200, 216, .85);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 23%, rgba(221,244,255,.78), transparent 38%),
    rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(0, 60, 72, .09);
  transition: transform .24s ease, box-shadow .24s ease;
}

.rd-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 52px rgba(0, 60, 72, .14);
}

.rd-card__number {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0FC8D8, #008D99);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.rd-card__icon {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(0, 141, 153, .13);
  border-radius: 50%;
  color: #003C48;
  background: linear-gradient(145deg,#fff,#e3f5ff);
  box-shadow: 0 8px 18px rgba(0, 60, 72, .09);
  transform: translateX(-50%);
  font-size: 25px;
}

.rd-card figure {
  height: 270px;
  margin: 0;
  padding: 50px 12px 0;
  overflow: hidden;
  background: transparent;
}

.rd-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 17px rgba(0, 60, 72, .12));
}

.rd-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 22px 25px 28px;
  text-align: center;
}

.rd-card h3 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 800;
}

.rd-card__line {
  width: 34px;
  height: 3px;
  margin: 13px auto 15px;
}

.rd-card p {
  margin: 0;
  color: #003C48;
  font-size: 13px;
  line-height: 1.55;
}

.rd-card--compact figure {
  height: 220px;
}

.rd-card--compact .rd-card__body {
  padding-right: 17px;
  padding-left: 17px;
}

.rd-card--compact h3 {
  font-size: 18px;
}

.rd-card--compact p {
  font-size: 13px;
}

.rd-info {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(100%, 980px);
  margin: 28px auto 0;
  padding: 17px 24px;
  border: 1px solid rgba(0, 141, 153, .28);
  border-radius: 16px;
  color: #003C48;
  background: rgba(247,252,255,.95);
  box-shadow: 0 12px 30px rgba(0, 60, 72, .06);
}

.rd-info i {
  flex: 0 0 auto;
  color: #008D99;
  font-size: 38px;
}

.rd-info p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .rd-section {
    padding-top: 62px;
  }

  .rd-card-grid--three,
  .rd-card-grid--four {
    grid-template-columns: repeat(2,minmax(0,1fr));
    max-width: 760px;
  }

  .rd-card-grid--three .rd-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }
}

@media (max-width: 575.98px) {
  .rd-section {
    padding: 42px 0 38px;
  }

  .rd-section .page-shell {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .rd-heading,
  .rd-heading--left {
    margin-bottom: 24px;
    text-align: center;
  }

  .rd-eyebrow {
    margin-bottom: 9px;
    padding: 6px 10px;
    font-size: 9px;
  }

  .rd-heading h2 {
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .rd-heading--left .rd-title-line {
    margin-left: auto;
  }

  .rd-title-line {
    width: 52px;
    height: 3px;
    margin-top: 14px;
    margin-bottom: 12px;
  }

  .rd-heading p {
    font-size: 12px;
    line-height: 1.5;
  }

  .rd-card-grid--three,
  .rd-card-grid--four {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }

  .rd-card-grid--three .rd-card:last-child {
    width: calc(50% - 5px);
  }

  .rd-card {
    border-radius: 15px;
  }

  .rd-card__number {
    top: 9px;
    left: 9px;
    width: 25px;
    height: 25px;
    font-size: 8px;
  }

  .rd-card__icon {
    top: 9px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .rd-card figure,
  .rd-card--compact figure {
    height: 132px;
    padding: 36px 5px 0;
  }

  .rd-card__body,
  .rd-card--compact .rd-card__body {
    padding: 13px 10px 17px;
  }

  .rd-card h3,
  .rd-card--compact h3 {
    font-size: 13px;
    line-height: 1.22;
  }

  .rd-card__line {
    width: 24px;
    height: 2px;
    margin: 8px auto 9px;
  }

  .rd-card p,
  .rd-card--compact p {
    font-size: 10px;
    line-height: 1.45;
  }

  .rd-info {
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .rd-info i {
    font-size: 24px;
  }

  .rd-info p {
    font-size: 10.5px;
    line-height: 1.45;
  }
}
