:root { --brand-ink: #0f2d46; --brand-muted: #5b6476; --brand-accent: #c28a4a; --brand-soft: #fcfaf8; --brand-border: rgba(15, 45, 70, 0.12); --shadow: 0 18px 48px rgba(0, 0, 0, 0.1); --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.06); --radius-xl: 32px; --radius-lg: 24px; --radius-md: 18px; --max: 1200px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: var(--brand-ink); background: var(--brand-soft); overflow-x: hidden; } a { color: inherit; text-decoration: none; } img { max-width: 100%; display: block; } .wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; } .muted { color: rgb(15 45 70 / 0.65); } .chip { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 900; letter-spacing: 0.35em; text-transform: uppercase; color: var(--brand-accent); } .chip:before { content: ""; width: 34px; height: 1px; background: rgb(194 138 74 / 0.35); display: inline-block; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 900; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid #fff0; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, opacity 0.18s ease; cursor: pointer; user-select: none; white-space: nowrap; } .btn:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgb(0 0 0 / 0.1); } .btn-primary { background: var(--brand-accent); color: #fff; } .btn-ghost { background: #fff; border-color: var(--brand-border); color: var(--brand-ink); } .btn-ghost:hover { background: #fafafa; } header { position: sticky; top: 0; z-index: 200; background: rgb(252 250 248 / 0.8); backdrop-filter: blur(10px); border-bottom: 1px solid rgb(15 45 70 / 0.08); } .nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 14px; } .brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.02em; } .logo { width: 42px; height: 42px; border-radius: 14px; background: linear-gradient( 135deg, rgb(194 138 74 / 0.18), rgb(15 45 70 / 0.06) ); border: 1px solid rgb(15 45 70 / 0.1); box-shadow: 0 10px 26px rgb(0 0 0 / 0.06); } .brand small { display: block; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; font-size: 10px; color: rgb(15 45 70 / 0.55); margin-top: 2px; } .navlinks { display: flex; gap: 18px; align-items: center; } .navlinks a { font-weight: 800; font-size: 12px; color: rgb(15 45 70 / 0.7); padding: 10px 10px; border-radius: 999px; transition: background 0.18s ease, color 0.18s ease; } .navlinks a:hover { background: rgb(194 138 74 / 0.1); color: var(--brand-ink); } .nav-cta { display: flex; gap: 10px; align-items: center; } .burger { display: none; width: 44px; height: 44px; border-radius: 14px; background: #fff; border: 1px solid var(--brand-border); box-shadow: 0 10px 26px rgb(0 0 0 / 0.06); cursor: pointer; align-items: center; justify-content: center; } .burger span { width: 18px; height: 2px; background: var(--brand-ink); display: block; position: relative; } .burger span:before, .burger span:after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--brand-ink); } .burger span:before { top: -6px; } .burger span:after { top: 6px; } .drawer { position: fixed; inset: 0; background: rgb(0 0 0 / 0.35); display: none; z-index: 300; } .drawer.open { display: block; } .drawer-panel { position: absolute; right: 0; top: 0; height: 100%; width: min(420px, 92vw); background: var(--brand-soft); border-left: 1px solid rgb(15 45 70 / 0.12); box-shadow: -18px 0 60px rgb(0 0 0 / 0.18); padding: 18px; transform: translateX(0); } .drawer-top { display: flex; align-items: center; justify-content: space-between; padding: 6px 4px 14px; } .drawer-close { width: 44px; height: 44px; border-radius: 14px; background: #fff; border: 1px solid var(--brand-border); cursor: pointer; display: grid; place-items: center; font-weight: 900; } .drawer-links { display: grid; gap: 10px; padding: 6px 4px 16px; } .drawer-links a { background: #fff; border: 1px solid var(--brand-border); border-radius: 18px; padding: 14px 14px; font-weight: 900; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgb(15 45 70 / 0.8); } .drawer-contacts { margin-top: 10px; background: #0b1f2f; color: #fff; border-radius: 22px; padding: 16px; border: 1px solid rgb(255 255 255 / 0.08); } .drawer-contacts strong { display: block; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; } .drawer-contacts p { margin: 8px 0 0; color: rgb(255 255 255 / 0.75); font-weight: 600; font-size: 13px; line-height: 1.5; } .section { padding: 74px 0; border-top: 1px solid rgb(15 45 70 / 0.08); } .section.white { background: #fff; } .section.soft { background: var(--brand-soft); } .head { text-align: center; margin-bottom: 40px; } .head h2 { margin: 10px 0 0; font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.2; font-weight: 900; letter-spacing: -0.02em; } .head p { margin: 12px auto 0; max-width: 70ch; color: rgb(15 45 70 / 0.65); font-weight: 600; line-height: 1.7; } .head .accent { color: var(--brand-accent); } .intl-switcher-wrap { display: inline-flex; background: rgb(15 45 70 / 0.06); padding: 6px; border-radius: 999px; border: 1px solid rgb(15 45 70 / 0.1); margin-top: 32px; } .intl-toggle-btn { border: 0; background: #fff0; padding: 12px 24px; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer; color: #5b6476; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); font-family: "Inter", sans-serif; } .intl-toggle-btn.is-active { background: #fff; color: #0f2d46; box-shadow: 0 10px 25px rgb(0 0 0 / 0.1); } .intl-content-panel { display: none; opacity: 0; transform: translateY(10px); transition: opacity 0.4s ease, transform 0.4s ease; } .intl-content-panel.is-visible { display: block !important; opacity: 1; transform: translateY(0); } .intl-grid-container { margin-top: 48px; } .intl-step-pill { width: 36px; height: 36px; background: #c28a4a; color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; margin-bottom: 20px; box-shadow: 0 6px 15px rgb(194 138 74 / 0.25); } .intl-footer-cta { margin-top: 56px; padding-top: 32px; border-top: 1px solid rgb(15 45 70 / 0.08); text-align: center; } .intl-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } .route-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); } @media (max-width: 1024px) { .route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .route-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 720px) { .route-grid { grid-template-columns: 1fr; } .route-grid--two { grid-template-columns: 1fr; } } .route-card { padding: 0; overflow: hidden; } .route-card > summary { list-style: none; } .route-card > summary::-webkit-details-marker { display: none; } .route-summary { cursor: pointer; padding: 22px 22px 18px; user-select: none; } .route-summary:focus { outline: none; } .route-summary-row { display: flex; align-items: flex-start; gap: 14px; } .route-summary-text { flex: 1; min-width: 0; } .route-kicker { font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.72rem; color: rgb(15 45 70 / 0.55); margin-bottom: 8px; } .route-tag { margin: 0; font-weight: 700; color: rgb(15 45 70 / 0.55); } .route-more { font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.75rem; color: var(--brand-accent); padding-top: 6px; white-space: nowrap; } .route-more-open { display: none; } .route-card[open] .route-more-closed { display: none; } .route-card[open] .route-more-open { display: inline; } .route-body { padding: 0 22px 22px; border-top: 1px solid rgb(15 45 70 / 0.08); } .route-subhead { margin: 18px 0 10px; font-weight: 900; color: var(--brand-ink); } .route-bullets, .route-steps { margin: 0 0 0 18px; padding: 0; } .route-bullets li, .route-steps li { margin: 8px 0; color: rgb(15 45 70 / 0.7); font-weight: 650; } .route-steps ul { margin-top: 8px; margin-bottom: 0; } .route-note { margin-top: 14px; padding: 12px 14px; border-radius: 14px; background: rgb(194 138 74 / 0.1); border: 1px solid rgb(194 138 74 / 0.25); color: rgb(15 45 70 / 0.75); font-weight: 700; } .grid { display: grid; gap: 16px; } .grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .card { background: #fff; border: 1px solid rgb(15 45 70 / 0.12); border-radius: 28px; padding: 32px; box-shadow: var(--shadow-soft); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; } .card:hover { transform: translateY(-4px); box-shadow: 0 22px 64px rgb(0 0 0 / 0.12); border-color: rgb(194 138 74 / 0.4); } .card .ic { width: 52px; height: 52px; border-radius: 18px; background: rgb(194 138 74 / 0.1); border: 1px solid rgb(194 138 74 / 0.22); display: grid; place-items: center; color: var(--brand-accent); margin-bottom: 18px; transition: transform 0.3s ease; } .card:hover .ic { transform: scale(1.05); background: rgb(194 138 74 / 0.15); } .card h3 { margin: 0 0 10px; font-weight: 900; font-size: 1.25rem; color: var(--brand-ink); } .card p { margin: 0; color: rgb(15 45 70 / 0.65); font-weight: 600; line-height: 1.7; } .process { max-width: 1050px; margin: 0 auto; } .steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 26px; } .step { background: #fff; border: 1px solid rgb(15 45 70 / 0.12); border-radius: 26px; padding: 18px; box-shadow: var(--shadow-soft); position: relative; } .step .num { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 18px; background: rgb(15 45 70 / 0.04); border: 1px solid rgb(15 45 70 / 0.1); font-weight: 900; color: rgb(15 45 70 / 0.72); letter-spacing: 0.08em; margin-bottom: 10px; } .step h3 { margin: 0 0 8px; font-weight: 900; } .step p { margin: 0; color: rgb(15 45 70 / 0.65); font-weight: 600; line-height: 1.7; } .faq { max-width: 900px; margin: 0 auto; } details.faq-item { background: #fff; border: 1px solid rgb(15 45 70 / 0.12); border-radius: 22px; box-shadow: var(--shadow-soft); overflow: hidden; margin-bottom: 14px; } summary.faq-q { list-style: none; cursor: pointer; padding: 18px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 900; } summary.faq-q::-webkit-details-marker { display: none; } .faq-ic { width: 30px; height: 30px; border-radius: 999px; display: grid; place-items: center; border: 1px solid rgb(15 45 70 / 0.18); font-weight: 900; transition: transform 0.18s ease, background 0.18s ease; } details[open] .faq-ic { transform: rotate(45deg); background: rgb(194 138 74 / 0.12); } .faq-a { padding: 0 18px 18px; color: rgb(15 45 70 / 0.68); font-weight: 600; line-height: 1.75; } .loc-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; } .loc-grid { display: grid; grid-template-columns: 440px 1fr; gap: 40px; align-items: stretch; } .map-card { border-radius: 38px; overflow: hidden; height: 100%; min-height: 480px; border: 1px solid var(--brand-border); box-shadow: var(--shadow-soft); } .map-card iframe { width: 100%; height: 100%; border: 0; } #formStatus.success { color: #1faa59; margin-top: 10px; font-weight: 700; } #formStatus.error { color: #d93025; margin-top: 10px; font-weight: 700; } [data-reveal] { opacity: 0; transition: all 0.9s cubic-bezier(0.2, 0.8, 0.2, 1); will-change: opacity, transform; } [data-reveal="up"] { transform: translateY(45px); } [data-reveal="left"] { transform: translateX(-45px); } [data-reveal="right"] { transform: translateX(45px); } [data-reveal].is-revealed { opacity: 1; transform: translate(0, 0); } .staggered-grid > * { transition-delay: calc(var(--stagger-index, 0) * 110ms); } footer { background: #081a27; color: #fff; padding: 44px 0; margin-top: 0; } @media (max-width: 1024px) { .hero-grid { grid-template-columns: 1fr; text-align: center; } .hero-actions { justify-content: center; } .doctor-card { left: 12px; } .ad-main-container { flex-direction: column; } .ad-info-panel { width: 100%; position: static; } .loc-grid { grid-template-columns: 1fr; } .navlinks { display: none; } .burger { display: flex; } .opt-grid.cols-3, .intl-grid-4, .steps { grid-template-columns: 1fr; } } button, a { -webkit-tap-highlight-color: #fff0; } .asst { background: #fff; border: 1px solid rgb(15 45 70 / 0.12); border-radius: 38px; box-shadow: 0 40px 90px rgb(0 0 0 / 0.1); overflow: hidden; max-width: 980px; margin: 0 auto; } .asst-top { padding: 26px 28px 18px; background: linear-gradient(180deg, rgb(194 138 74 / 0.08), #fff0); border-bottom: 1px solid rgb(15 45 70 / 0.08); } .asst-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; } .asst-title h3 { margin: 0; font-size: 18px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; color: rgb(15 45 70 / 0.82); } .asst-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid rgb(15 45 70 / 0.12); font-weight: 900; font-size: 11px; color: rgb(15 45 70 / 0.75); } .asst-progress { display: flex; gap: 8px; margin-top: 14px; } .asst-progress span { flex: 1; height: 5px; border-radius: 99px; background: rgb(15 45 70 / 0.08); overflow: hidden; position: relative; } .asst-progress span:after { content: ""; position: absolute; inset: 0; transform: scaleX(0); transform-origin: left; background: #c28a4a; transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.2, 1); } .asst-progress span.active:after { transform: scaleX(1); } .asst-body { padding: 32px 28px 36px; } .asst-q { font-size: 22px; font-weight: 900; color: #0f2d46; margin: 0 0 10px; } .asst-help { margin: 0 0 18px; color: rgb(15 45 70 / 0.62); font-weight: 600; line-height: 1.6; } .asst-options { display: grid; gap: 12px; } .asst-cols-3 { grid-template-columns: repeat(3, 1fr); } .asst-cols-2 { grid-template-columns: repeat(2, 1fr); } .asst-opt input { display: none; } .asst-opt span { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 14px; border-radius: 20px; border: 1px solid rgb(15 45 70 / 0.14); background: #fff; font-weight: 900; font-size: 12px; text-transform: uppercase; color: rgb(15 45 70 / 0.82); cursor: pointer; transition: all 0.18s ease; min-height: 58px; } .asst-opt input:checked + span { background: #c28a4a; border-color: #c28a4a; color: #fff; box-shadow: 0 16px 40px rgb(194 138 74 / 0.22); } .asst-box { background: rgb(15 45 70 / 0.04); border: 1px solid rgb(15 45 70 / 0.1); border-radius: 22px; padding: 18px; margin-top: 16px; } .asst-box strong { display: block; font-size: 11px; font-weight: 900; text-transform: uppercase; color: rgb(15 45 70 / 0.85); margin-bottom: 8px; } .asst-bullets { padding-left: 20px; color: rgb(15 45 70 / 0.72); font-weight: 600; } .asst-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; } .asst-cta a, .asst-cta button { border: 0; padding: 16px; border-radius: 22px; cursor: pointer; display: flex; align-items: center; gap: 14px; transition: all 0.2s ease; } .asst-cta .primary { background: #1faa59; color: #fff; } .asst-cta .secondary { background: #fff; border: 1px solid rgb(15 45 70 / 0.14); color: rgb(15 45 70 / 0.82); } .asst-cta i { font-style: normal; font-size: 20px; width: 44px; height: 44px; display: grid; place-items: center; background: rgb(255 255 255 / 0.2); border-radius: 14px; } .asst-cta .secondary i { background: rgb(15 45 70 / 0.05); } .cta-text { display: block; text-align: left; } .cta-text small { display: block; font-size: 10px; opacity: 0.8; text-transform: uppercase; font-weight: 800; } .asst-footnote { margin-top: 16px; font-size: 12px; color: rgb(15 45 70 / 0.5); font-weight: 600; text-align: center; } @media (max-width: 768px) { .asst-cols-3, .asst-cols-2, .asst-cta { grid-template-columns: 1fr; } } @media (max-width: 980px) { .wrap { padding: 0 16px; } .section { padding: 60px 0; } .nav-cta .btn-ghost { display: none; } .navlinks { display: none; } .burger { display: flex; } .hero { padding: 40px 0; } .hero-grid { grid-template-columns: 1fr !important; text-align: center; gap: 32px; } .hero h1 { font-size: clamp(1.8rem, 8vw, 2.5rem) !important; line-height: 1.1; } .hero p { margin: 18px auto; } .hero-actions { justify-content: center; gap: 10px; } .trust { justify-content: center; } .doctor-card { position: relative; left: 0; bottom: 0; margin: -30px auto 0; width: 90%; max-width: 320px; z-index: 10; } .grid.cols-3, .intl-grid-4, .steps, .staggered-grid, .unique-grid-fix { grid-template-columns: 1fr !important; gap: 16px; } .card { padding: 24px; } .card .ic { margin: 0 auto 16px; } .card h3, .card p { text-align: center; } .intl-switcher-wrap { display: flex; flex-direction: column; border-radius: 20px; width: 100%; } .intl-toggle-btn { width: 100%; padding: 14px; } #contacto-directo .wrap > div { grid-template-columns: 1fr !important; padding: 32px 20px; text-align: center; } #contacto-directo form { padding: 0; } #contacto-directo input, #contacto-directo textarea { font-size: 16px !important; } .ad-main-container { flex-direction: column; } .ad-info-panel { width: 100% !important; position: static !important; padding: 24px; margin-bottom: 20px; } .ad-card { flex: 0 0 calc(100vw - 48px) !important; } .loc-grid { grid-template-columns: 1fr !important; } .map-card { min-height: 350px; } .footer-grid { grid-template-columns: 1fr !important; text-align: center; gap: 32px; } .stars { justify-content: center; } [data-reveal="left"], [data-reveal="right"] { transform: translateY(30px); } } .patient-card-footer { display: flex !important; align-items: center !important; justify-content: space-between !important; margin-top: 16px !important; } .stars-container { display: flex !important; gap: 4px !important; } .stars-container svg { width: 20px !important; height: 20px !important; fill: none !important; stroke: #c28a4a !important; stroke-width: 1.5px !important; } .review-btn-link { font-weight: 900 !important; font-size: 13px !important; text-transform: uppercase !important; letter-spacing: 0.08em !important; color: #0f2d46 !important; border-bottom: 2px solid #c28a4a !important; padding-bottom: 2px !important; transition: opacity 0.2s ease !important; }
###
  Block
  2:contacto
  Directo
  CTA
  (Mobile Action Stack)
  This
  is
  the
  big
  one.
  It
  forces
  the
  blue
  box
  to
  stack
  vertically,
restores the background color so text is visible,
and
  makes
  the
  form
  fields
  100%
  wide
  for
  easy
  typing.
css @media screen and (max-width:980px) { #contacto-directo .wrap > div[style*="display:grid"] { display: flex !important; flex-direction: column !important; background: linear-gradient(180deg, #0e2a40, #0b2234) !important; padding: 48px 24px !important; text-align: center !important; gap: 32px !important; border-radius: 32px !important; } #contacto-directo h2 { font-size: 28px !important; color: #ffffff !important; line-height: 1.2 !important; margin: 0 auto 16px !important; } #contacto-directo p { color: rgb(255 255 255 / 0.8) !important; font-size: 15px !important; margin: 0 auto 24px !important; max-width: 35ch !important; } #contacto-directo a[href*="wa.me"] { display: flex !important; width: 100% !important; max-width: 320px !important; margin: 0 auto !important; padding: 18px !important; background: #c28a4a !important; color: #ffffff !important; justify-content: center !important; } #contacto-directo div:last-child { background: rgb(255 255 255 / 0.05) !important; border: 1px solid rgb(255 255 255 / 0.1) !important; border-radius: 24px !important; padding: 24px 16px !important; width: 100% !important; } #contacto-directo form { display: flex !important; flex-direction: column !important; gap: 12px !important; } #contacto-directo input, #contacto-directo textarea { width: 100% !important; min-height: 54px !important; background: rgb(0 0 0 / 0.3) !important; border: 1px solid rgb(255 255 255 / 0.15) !important; color: #ffffff !important; font-size: 16px !important; padding: 0 16px !important; border-radius: 12px !important; margin-bottom: 0 !important; } #contacto-directo textarea { padding-top: 14px !important; min-height: 100px !important; } #formSubmitBtn { height: 56px !important; background: #ffffff !important; color: #0b2234 !important; border-radius: 999px !important; font-weight: 900 !important; text-transform: uppercase !important; width: 100% !important; margin-top: 8px !important; border: none !important; } } .ad-scroll-track { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 24px; cursor: grab; scroll-behavior: smooth; scroll-snap-type: x mandatory; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ad-card-v2 { flex: 0 0 320px; background: #fff; border-radius: 24px; padding: 18px; box-shadow: 0 10px 35px rgb(0 0 0 / 0.05); scroll-snap-align: start; display: flex; flex-direction: column; gap: 14px; border: 1px solid rgb(15 45 70 / 0.04); } .ad-card-v2 img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 16px; } .ad-toggle-bar { display: inline-flex; background: #f4f1ed; padding: 6px; border-radius: 50px; width: fit-content; gap: 4px; } .ad-toggle-bar button { border: 0; padding: 10px 24px; border-radius: 50px; font-size: 14px; font-weight: 900; cursor: pointer; background: #fff0; transition: 0.25s; color: #5b6476; text-transform: uppercase; letter-spacing: 0.05em; } .ad-toggle-bar button.active { background: #c28a4a; color: #fff; box-shadow: 0 6px 15px rgb(194 138 74 / 0.3); } .ad-card-v2 h3 { font-size: 15px; font-weight: 900; color: #0f2d46; margin: 0; } .ad-card-v2 .desc { font-size: 13px; color: #5b6476; line-height: 1.5; margin-bottom: 12px; } .ad-meta-rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; } .ad-meta-row { display: flex; flex-wrap: wrap; gap: 8px; } .ad-pill { background: #faf8f4; padding: 6px 12px; border-radius: 8px; font-size: 11px; font-weight: 700; color: #0f2d46; display: inline-flex; align-items: center; } .ad-pill b { color: #c28a4a; margin-right: 4px; font-weight: 800; } .ad-case-link { font-size: 13px; font-weight: 800; color: #c28a4a; text-decoration: none; transition: transform 0.2s ease; } .ad-case-link:hover { transform: translateX(4px); } @media (max-width: 980px) { .ad-card-v2 { flex: 0 0 calc(100vw - 80px); padding: 16px; } } .brand { padding: 4px 0; gap: 0 !important; } @media (max-width: 980px) { .brand img { height: 44px !important; } } .nav { padding: 5px 0 !important; } .brand img { transition: transform 0.3s ease; } @media (max-width: 980px) { .brand img { height: 70px !important; } } .social-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 40px; } .social-media-card img, .social-media-card-alt img { width: 100%; border-radius: 24px; box-shadow: var(--shadow-soft); object-fit: cover; } .social-media-card { transform: translateY(20px); } .social-media-card-alt { transform: translateY(-20px); } .social-content { text-align: center; padding: 0 20px; } .social-tag { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; line-height: 1.1; margin: 15px 0 30px; } .testimonial-box { position: relative; padding-top: 20px; } .quote-text { font-family: "Inter", sans-serif; font-style: italic; font-size: 18px; color: var(--brand-muted); line-height: 1.6; max-width: 35ch; margin: 0 auto; } .quote-text::before { content: "“"; font-size: 60px; color: var(--brand-accent); opacity: 0.2; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); } @media (max-width: 980px) { .social-grid { grid-template-columns: 1fr; gap: 32px; } .social-media-card, .social-media-card-alt { transform: none; max-width: 400px; margin: 0 auto; } .social-content { order: -1; } } .pre-footer { background: var(--brand-soft); padding: 80px 0; text-align: center; border-top: 1px solid var(--brand-border); } .pre-footer-content h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 900; margin-bottom: 15px; color: var(--brand-ink); } .pre-footer-content p { font-size: 1.1rem; color: var(--brand-muted); margin-bottom: 30px; max-width: 50ch; margin-left: auto; margin-right: auto; } .main-footer { background: var(--brand-ink); color: #fff; padding: 80px 0 40px; } .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 60px; } .footer-col h4 { color: var(--brand-accent); text-transform: uppercase; font-size: 12px; letter-spacing: 0.15em; margin-bottom: 25px; font-weight: 900; } .footer-logo { height: 80px; width: auto; margin-bottom: 20px; filter: brightness(0) invert(1); } .footer-bio { font-size: 14px; line-height: 1.6; color: rgb(255 255 255 / 0.7); margin-bottom: 20px; } .footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 12px; } .footer-links a { font-size: 14px; color: rgb(255 255 255 / 0.8); transition: color 0.2s; } .footer-links a:hover { color: var(--brand-accent); } .hours { font-size: 14px; color: rgb(255 255 255 / 0.7); line-height: 1.8; } .trust-badge { background: rgb(255 255 255 / 0.05); padding: 20px; border-radius: 18px; border: 1px solid rgb(255 255 255 / 0.1); text-align: center; } .trust-badge .stars-container { justify-content: center; margin-bottom: 10px; } .trust-badge .stars-container svg { width: 18px; fill: var(--brand-accent); } .trust-badge span { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: rgb(255 255 255 / 0.6); } .footer-bottom { padding-top: 30px; border-top: 1px solid rgb(255 255 255 / 0.1); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgb(255 255 255 / 0.5); } .legal-links { display: flex; gap: 20px; } .legal-links a { color: inherit; } @media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; text-align: center; } .footer-col h4 { margin-top: 20px; } .footer-bottom { flex-direction: column; gap: 15px; text-align: center; } } .google-trust-card { background: #fff; border-radius: 28px; padding: 32px; box-shadow: 0 20px 50px rgb(15 45 70 / 0.08); border: 1px solid rgb(15 45 70 / 0.05); margin-bottom: 30px; text-align: center; position: relative; overflow: hidden; } .google-trust-card::before { content: ""; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient( circle, rgb(194 138 74 / 0.05) 0%, transparent 70% ); border-radius: 50%; } .gt-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; } .gt-logo { height: 24px; width: auto; } .gt-verify-badge { font-size: 10px; font-weight: 800; color: #34a853; text-transform: uppercase; letter-spacing: 1px; background: rgb(52 168 83 / 0.1); padding: 4px 10px; border-radius: 99px; } .gt-main { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 20px; } .gt-score { font-size: 48px; font-weight: 900; color: var(--brand-ink); letter-spacing: -2px; } .gt-stars-wrap { text-align: left; } .gt-stars-wrap .stars-container svg { width: 20px; height: 20px; fill: #fbbc05; } .gt-count { display: block; font-size: 13px; color: var(--brand-muted); margin-top: 4px; } .gt-quote { font-size: 15px; font-weight: 600; color: var(--brand-ink); font-style: italic; margin-bottom: 24px; opacity: 0.8; } .gt-link { font-size: 13px; font-weight: 800; color: var(--brand-accent); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid rgb(194 138 74 / 0.2); transition: all 0.3s ease; } .gt-link:hover { border-bottom-color: var(--brand-accent); letter-spacing: 1.5px; } .gt-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; } .gt-logo { height: 60px; width: auto; display: block; filter: drop-shadow(0 2px 4px rgb(0 0 0 / 0.05)); } .gt-verify-badge { font-size: 11px; padding: 6px 14px; } body { font-size: 16px; line-height: 1.65; } .navlinks a { font-size: 15px !important; font-weight: 700; letter-spacing: -0.01em; } .btn { font-size: 13px !important; padding: 16px 28px !important; letter-spacing: 0.08em !important; } .asst-opt span { font-size: 14px !important; font-weight: 800; } .asst-q { font-size: 26px !important; } .chip { font-size: 12px !important; letter-spacing: 0.15em !important; } .doctor-card p { font-size: 12px !important; letter-spacing: 0.1em !important; } .hero p { font-size: 1.2rem !important; } .head p { font-size: 17px !important; } .footer-links a, .footer-col p { font-size: 15px !important; } .footer-col h4 { font-size: 13px !important; letter-spacing: 0.12em !important; } @media (max-width: 980px) { body { font-size: 15px; } .hero p { font-size: 1.1rem !important; } .asst-q { font-size: 22px !important; } } .doctor-card h4 { font-size: 14px !important; font-weight: 900 !important; letter-spacing: -0.01em !important; margin-bottom: 6px !important; color: var(--brand-ink) !important; } .doctor-card p { font-size: 10px !important; font-weight: 900 !important; letter-spacing: 0.22em !important; text-transform: uppercase !important; color: rgb(15 45 70 / 0.58) !important; line-height: 1.45 !important; } .scroll-top-btn { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); width: 60px; height: 60px; border-radius: 14px; background: #fff; color: var(--brand-ink); border: 1px solid rgb(0 0 0 / 0.08); box-shadow: 0 14px 40px rgb(0 0 0 / 0.25); font-size: 18px; font-weight: 900; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform 0.2s ease, box-shadow 0.2s ease; z-index: 10; } .scroll-top-btn:hover { transform: translateX(-50%) translateY(-3px); box-shadow: 0 18px 50px rgb(0 0 0 / 0.3); } @media (max-width: 980px) { .scroll-top-btn { width: 40px; height: 40px; top: -20px; } } .hero-chip { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 999px; background: rgb(15 45 70 / 0.06); border: 1px solid rgb(15 45 70 / 0.1); color: rgb(15 45 70 / 0.72); font-weight: 800; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; } .hero-chip-dot { width: 10px; height: 10px; border-radius: 999px; background: rgb(194 138 74 / 0.95); box-shadow: 0 10px 22px rgb(194 138 74 / 0.25); } .hero-copy { max-width: 680px; } .hero-more { margin-top: 14px; max-width: 55ch; } .hero-more summary { list-style: none; cursor: pointer; user-select: none; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 999px; background: rgb(255 255 255 / 0.85); border: 1px solid rgb(15 45 70 / 0.14); box-shadow: 0 10px 26px rgb(0 0 0 / 0.06); font-weight: 900; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgb(15 45 70 / 0.75); } .hero-more summary::-webkit-details-marker { display: none; } .hero-more-text--less { display: none; } .hero-more[open] .hero-more-text--less { display: inline; } .hero-more[open] .hero-more-text--more { display: none; } .hero-more-icon { width: 28px; height: 28px; border-radius: 12px; display: grid; place-items: center; background: rgb(194 138 74 / 0.1); border: 1px solid rgb(194 138 74 / 0.22); color: rgb(194 138 74 / 0.95); transition: transform 0.25s ease; } .hero-more[open] .hero-more-icon { transform: rotate(45deg); } .hero-more-body { margin-top: 12px; padding-left: 2px; } @media (max-width: 900px) { .hero-chip { width: fit-content; } .hero-more summary { margin-top: 2px; } } #especialidades .spec-card .spec-img { width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; margin: 0 0 14px; background: rgb(15 45 70 / 0.06); border: 1px solid rgb(15 45 70 / 0.1); } #especialidades .spec-card .spec-img img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02); } #especialidades .spec-card details.spec-more { margin-top: 12px; border-top: 1px solid rgb(15 45 70 / 0.1); padding-top: 12px; } #especialidades .spec-card details.spec-more > summary { list-style: none; cursor: pointer; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11px; color: rgb(15 45 70 / 0.76); display: flex; align-items: center; gap: 10px; user-select: none; } #especialidades .spec-card details.spec-more > summary::-webkit-details-marker { display: none; } #especialidades .spec-card details.spec-more > summary:before { content: "+"; width: 26px; height: 26px; border-radius: 10px; display: grid; place-items: center; background: rgb(194 138 74 / 0.1); border: 1px solid rgb(194 138 74 / 0.2); color: #c28a4a; font-weight: 900; flex: 0 0 auto; } #especialidades .spec-card details.spec-more[open] > summary:before { content: "–"; } #especialidades .spec-card .spec-list { margin: 10px 0 0; padding-left: 18px; color: rgb(15 45 70 / 0.72); font-weight: 650; line-height: 1.6; font-size: 14px; } #especialidades .spec-card .spec-list li { margin: 6px 0; } =================================================SECTION:specialties (ESPECIALIDADES)=========================================================*/ 

/* =========================================================
   ESPECIALIDADES — IMAGE ICON SYSTEM (2× SIZE TEST)
   ========================================================= */

#especialidades {
  /* ---------- ICON SIZE TOKENS (≈ 2×) ---------- */
  --esp-icon-size-desktop: 112px; /* was 56px */
  --esp-icon-size-tablet: 96px;   /* was 48px */
  --esp-icon-size-mobile: 84px;   /* was 42px */
}

/* ---------- ICON BASE ---------- */
#especialidades .dg-icon-box {
  width: var(--esp-icon-size-desktop);
  height: var(--esp-icon-size-desktop);

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  flex-shrink: 0;

  /* Rendering & perf safety */
  contain: content;
  will-change: transform;
}

/* ---------- ICON IMAGE MAPPING ---------- */
#especialidades .dg-icon-box[data-icon="1"] {
  background-image: url("assets/img/svgs/especialidades-1.jpg");
}
#especialidades .dg-icon-box[data-icon="2"] {
  background-image: url("assets/img/svgs/especialidades-2.jpg");
}
#especialidades .dg-icon-box[data-icon="3"] {
  background-image: url("assets/img/svgs/especialidades-3.jpg");
}
#especialidades .dg-icon-box[data-icon="4"] {
  background-image: url("assets/img/svgs/especialidades-4.jpg");
}
#especialidades .dg-icon-box[data-icon="5"] {
  background-image: url("assets/img/svgs/especialidades-5.jpg");
}
#especialidades .dg-icon-box[data-icon="6"] {
  background-image: url("assets/img/svgs/especialidades-6.jpg");
}

/* ---------- HEADER ALIGNMENT ---------- */
#especialidades .dg-back-header {
  display: flex;
  align-items: center;
  gap: 16px; /* slightly increased to match larger icon */
}

/* ---------- RESPONSIVE CONTROL ---------- */
@media (max-width: 1024px) {
  #especialidades .dg-icon-box {
    width: var(--esp-icon-size-tablet);
    height: var(--esp-icon-size-tablet);
  }
}

@media (max-width: 600px) {
  #especialidades .dg-icon-box {
    width: var(--esp-icon-size-mobile);
    height: var(--esp-icon-size-mobile);
  }
}


:root { --dg-navy: #0f2d46; --dg-gold: #c28a4a; --dg-gold-light: #fcf6ef; --dg-grey: #5b6476; --dg-border: rgba(15, 45, 70, 0.12); --dg-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); --dg-radius: 24px; --card-h: 430px; } .dg-section { font-family: "Inter", system-ui, sans-serif; background: #f8fafc; color: var(--dg-navy); padding: 60px 20px; line-height: 1.5; width: 100%; } .dg-container { max-width: 1240px; margin: 0 auto; } .dg-header { text-align: center; margin-bottom: 50px; max-width: 800px; margin-inline: auto; } .dg-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dg-gold); margin-bottom: 12px; } .dg-chip::before { content: ""; width: 30px; height: 1px; background: rgb(194 138 74 / 0.4); } .dg-title { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 900; line-height: 1.1; margin-bottom: 12px; color: var(--dg-navy); } .dg-subtitle { font-size: 1.05rem; color: var(--dg-grey); font-weight: 500; max-width: 600px; margin-inline: auto; } .dg-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .dg-card { width: 100%; height: var(--card-h); background: #fff; border-radius: var(--dg-radius); box-shadow: var(--dg-shadow); border: 1px solid var(--dg-border); overflow: hidden; position: relative; cursor: grab; user-select: none; touch-action: pan-y; flex: 0 0 100%; max-width: 360px; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; } @media (min-width: 1024px) { .dg-card { flex: 0 0 calc((100% - 40px) / 3); max-width: none; } } .dg-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgb(0 0 0 / 0.1); border-color: rgb(194 138 74 / 0.3); } .dg-card:active { cursor: grabbing; } .dg-track { display: flex; width: 200%; height: 100%; will-change: transform; } .dg-track.is-animating { transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); } .dg-panel { width: 50%; height: 100%; flex-shrink: 0; display: flex; flex-direction: column; padding: 22px; background: #fff; position: relative; } .dg-front { background: #fff; z-index: 2; } .dg-img-wrap { width: 100%; height: 180px; border-radius: 18px; overflow: hidden; margin-bottom: 18px; position: relative; background: #f0f0f0; } .dg-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; pointer-events: none; } .dg-card:hover .dg-img-wrap img { transform: scale(1.05); } .dg-card-title { font-size: 1.35rem; font-weight: 900; color: var(--dg-navy); margin-bottom: 6px; line-height: 1.2; letter-spacing: -0.01em; } .dg-card-title span { display: block; font-size: 1rem; color: var(--dg-gold); } .dg-card-desc { font-size: 0.9rem; color: var(--dg-grey); line-height: 1.5; font-weight: 500; margin-bottom: 12px; } .dg-front-footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--dg-border); display: flex; justify-content: space-between; align-items: center; } .dg-swipe-hint { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 900; letter-spacing: 0.15em; color: var(--dg-gold); text-transform: uppercase; } .dg-swipe-arrow { display: block; width: 14px; height: 14px; animation: dg-nudge 1.5s infinite; } @keyframes dg-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(4px); } } .dg-btn { background: var(--dg-navy); color: #fff; border: none; padding: 10px 20px; border-radius: 50px; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; } .dg-btn:hover { background: #1a4b70; } .dg-back { background: #fdfcfb; border-left: 1px solid var(--dg-border); overflow: hidden; } .dg-watermark { position: absolute; bottom: -30px; right: -30px; width: 140px; height: 140px; color: var(--dg-gold); opacity: 0.04; pointer-events: none; z-index: 0; transform: rotate(-15deg); } .dg-back-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; position: relative; z-index: 1; } .dg-icon-box { width: 72px; height: 72px; background: rgb(194 138 74 / 0.08); border: 1px solid rgb(194 138 74 / 0.15); border-radius: 18px; display: grid; place-items: center; color: var(--dg-gold); } .dg-icon-box svg { width: 36px; height: 36px; } .dg-laser-badge { font-size: 9px; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; color: var(--dg-navy); background: #fff; border: 1px solid var(--dg-border); padding: 6px 10px; border-radius: 8px; display: flex; align-items: center; gap: 6px; box-shadow: 0 4px 10px rgb(0 0 0 / 0.03); } .dg-laser-badge svg { width: 12px; height: 12px; color: var(--dg-gold); } .dg-list-title { font-size: 10px; font-weight: 900; letter-spacing: 0.15em; color: var(--dg-grey); text-transform: uppercase; margin-bottom: 10px; opacity: 0.7; position: relative; z-index: 1; } .dg-list { list-style: none; width: 100%; position: relative; z-index: 1; } .dg-item { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgb(0 0 0 / 0.04); font-size: 0.9rem; font-weight: 700; color: var(--dg-navy); line-height: 1.3; } .dg-item:last-child { border-bottom: none; } .dg-check { width: 16px; height: 16px; flex-shrink: 0; background: rgb(15 45 70 / 0.05); border-radius: 50%; display: grid; place-items: center; margin-top: 2px; } .dg-check svg { width: 9px; height: 9px; color: var(--dg-gold); stroke-width: 3; } .dg-back-footer { margin-top: auto; padding-top: 14px; width: 100%; display: flex; align-items: center; border-top: 1px solid var(--dg-border); position: relative; z-index: 1; } .dg-back-btn { background: #fff0; border: none; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; color: var(--dg-grey); text-transform: uppercase; cursor: pointer; padding: 6px 0; transition: color 0.2s; } .dg-back-btn svg { width: 18px; height: 18px; stroke-width: 2; transition: transform 0.2s; } .dg-back-btn:hover { color: var(--dg-navy); } .dg-back-btn:hover svg { transform: translateX(-4px); } :root { --wa-size: 56px; --wa-gap: 12px; --wa-safe-bottom: env(safe-area-inset-bottom, 0px); --wa-safe-right: env(safe-area-inset-right, 0px); --wa-z: 9999; --wa-shadow: 0 14px 30px rgba(0, 0, 0, 0.22); } .wa-float, .whatsapp-float, #whatsappFloat, a[href*="wa.me"].wa-float, a[href*="whatsapp"].wa-float { position: fixed !important; right: calc(var(--wa-gap) + var(--wa-safe-right)) !important; bottom: calc(var(--wa-gap) + var(--wa-safe-bottom)) !important; width: var(--wa-size) !important; height: var(--wa-size) !important; border-radius: 999px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; z-index: var(--wa-z) !important; box-shadow: var(--wa-shadow) !important; -webkit-tap-highlight-color: #fff0; touch-action: manipulation; transform: none !important; } .wa-float img, .whatsapp-float img, #whatsappFloat img, .wa-float svg, .whatsapp-float svg, #whatsappFloat svg { width: 60% !important; height: 60% !important; display: block !important; } .wa-float:hover, .whatsapp-float:hover, #whatsappFloat:hover { filter: brightness(1.03); } .wa-float:focus-visible, .whatsapp-float:focus-visible, #whatsappFloat:focus-visible { outline: 3px solid rgb(4 115 142 / 0.35); outline-offset: 3px; } @media (max-width: 520px) { :root { --wa-size: 60px; --wa-gap: 14px; } } .fab-stack { position: fixed; right: calc(var(--wa-gap) + var(--wa-safe-right)); bottom: calc(var(--wa-gap) + var(--wa-safe-bottom)); z-index: var(--wa-z); display: flex; flex-direction: column; gap: 10px; } .fab-stack .wa-float, .fab-stack .whatsapp-float, .fab-stack #whatsappFloat { position: static !important; right: auto !important; bottom: auto !important; } :root { --wa-z: 99999; --wa-pill-radius: 18px; --wa-pill-gap: 0px; --wa-pill-padding: 8px; --wa-bg: rgba(10, 16, 22, 0.72); --wa-blur: 10px; --wa-btn-radius: 14px; --wa-btn-height: 46px; --wa-btn-minw: 180px; --wa-shadow: 0 16px 40px rgba(0, 0, 0, 0.28); --wa-border: 1px solid rgba(255, 255, 255, 0.12); --wa-text: #ffffff; --wa-muted: rgba(255, 255, 255, 0.82); --wa-green: #25d366; } .fab-stack, .whatsapp-stack, .wa-stack { position: fixed; right: 16px; bottom: 16px; z-index: var(--wa-z); display: flex; flex-direction: column; gap: var(--wa-pill-gap); padding: var(--wa-pill-padding); border-radius: var(--wa-pill-radius); background: var(--wa-bg); border: var(--wa-border); backdrop-filter: blur(var(--wa-blur)); -webkit-backdrop-filter: blur(var(--wa-blur)); box-shadow: var(--wa-shadow); } @supports (padding: env(safe-area-inset-bottom)) { .fab-stack, .whatsapp-stack, .wa-stack { right: calc(16px + env(safe-area-inset-right)); bottom: calc(16px + env(safe-area-inset-bottom)); } } .fab-stack a, .whatsapp-stack a, .wa-stack a { display: flex !important; align-items: center !important; justify-content: flex-start !important; gap: 10px !important; height: var(--wa-btn-height) !important; min-width: var(--wa-btn-minw) !important; padding: 10px 14px !important; border-radius: var(--wa-btn-radius) !important; text-decoration: none !important; font-weight: 700 !important; letter-spacing: 0.2px !important; color: var(--wa-text) !important; border: 1px solid rgb(255 255 255 / 0.1) !important; background: rgb(255 255 255 / 0.06) !important; box-shadow: none !important; transition: transform 0.12s ease, filter 0.12s ease, background 0.12s ease !important; -webkit-tap-highlight-color: #fff0; touch-action: manipulation; } .fab-stack a::before, .whatsapp-stack a::before, .wa-stack a::before { content: ""; width: 30px; height: 30px; border-radius: 999px; background: var(--wa-green); flex: 0 0 30px; box-shadow: 0 10px 18px rgb(37 211 102 / 0.28); } .fab-stack a img, .whatsapp-stack a img, .wa-stack a img, .fab-stack a svg, .whatsapp-stack a svg, .wa-stack a svg { width: 18px !important; height: 18px !important; display: block !important; } .fab-stack a:hover, .whatsapp-stack a:hover, .wa-stack a:hover { background: rgb(255 255 255 / 0.1) !important; transform: translateY(-1px); } .fab-stack a:focus-visible, .whatsapp-stack a:focus-visible, .wa-stack a:focus-visible { outline: 3px solid rgb(37 211 102 / 0.45); outline-offset: 3px; } .fab-stack .wa-float, .fab-stack .whatsapp-float, .fab-stack #whatsappFloat, .whatsapp-stack .wa-float, .whatsapp-stack .whatsapp-float, .whatsapp-stack #whatsappFloat, .wa-stack .wa-float, .wa-stack .whatsapp-float, .wa-stack #whatsappFloat { position: static !important; right: auto !important; bottom: auto !important; width: auto !important; height: auto !important; border-radius: var(--wa-btn-radius) !important; box-shadow: none !important; transform: none !important; } @media (max-width: 520px) { :root { --wa-btn-minw: 220px; --wa-btn-height: 50px; --wa-pill-radius: 20px; } } .fab-stack a:first-child, .whatsapp-stack a:first-child, .wa-stack a:first-child { background: rgb(37 211 102 / 0.18) !important; border: 1px solid rgb(37 211 102 / 0.35) !important; } .asst-cta-primary, .asst-cta-secondary { position: relative; } .asst-cta-primary { z-index: 3; } .asst-cta-secondary { z-index: 4; } .asst-cta-primary:hover { z-index: 10; } .asst-cta-secondary:hover { z-index: 10; } .cta--overlap:hover .asst-cta-primary:not(:hover), .cta--overlap:hover .asst-cta-secondary:not(:hover) { opacity: 0.96; filter: saturate(0.98); } .asst-cta-secondary:hover { transform: translateY(-2px); background: #e9eef6; box-shadow: 0 18px 42px rgb(15 45 70 / 0.14); } .asst-ctaIcon { display: grid; place-items: center; } .asst-waSvg { width: 22px; height: 22px; display: block; } .asst-waSvg { width: 20px; height: 20px; display: block; } #inicio.hero { position: relative; overflow: hidden; padding: clamp(44px, 6vw, 82px) 0; background: linear-gradient( 180deg, rgb(15 45 70 / 0.06) 0%, rgb(15 45 70 / 0.02) 55%, rgb(255 255 255) 100% ); } #inicio .wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; } #inicio .hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; column-gap: clamp(18px, 3.2vw, 36px); row-gap: 26px; } @media (max-width: 980px) { #inicio .hero-grid { grid-template-columns: 1fr; row-gap: 22px; } } #inicio .chip { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 12px; padding: 10px 14px; border-radius: 999px; background: rgb(15 45 70 / 0.08); color: rgb(15 45 70 / 0.92); border: 1px solid rgb(15 45 70 / 0.12); backdrop-filter: blur(6px); } #inicio h1 { margin: 16px 0 12px; line-height: 1.05; font-weight: 800; font-size: clamp(32px, 4.2vw, 54px); letter-spacing: -0.02em; color: #0f2d46; } #inicio h1 .accent { color: #c28a4a; position: relative; display: inline-block; } #inicio h1 .accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 10px; border-radius: 999px; background: rgb(194 138 74 / 0.18); filter: blur(0.2px); z-index: -1; } #inicio p { margin: 0; font-size: 16px; line-height: 1.75; color: rgb(15 45 70 / 0.8); max-width: 62ch; } #inicio p[style*="margin:20px"] { max-width: 64ch; } #inicio .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; } #inicio .btn { transform: translateZ(0); transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease; will-change: transform; } #inicio .btn:hover { transform: translateY(-2px); } #inicio .btn.btn-primary { box-shadow: 0 12px 28px rgb(15 45 70 / 0.14); } #inicio .btn.btn-primary:hover { box-shadow: 0 16px 34px rgb(15 45 70 / 0.18); } #inicio .btn.btn-ghost:hover { box-shadow: 0 10px 22px rgb(15 45 70 / 0.1); } #inicio .trust { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 720px; } @media (max-width: 980px) { #inicio .trust { grid-template-columns: 1fr; max-width: 520px; } } #inicio .trust-item { display: flex; gap: 12px; align-items: flex-start; padding: 14px 14px; border-radius: 18px; background: rgb(255 255 255 / 0.75); border: 1px solid rgb(15 45 70 / 0.1); box-shadow: 0 10px 24px rgb(15 45 70 / 0.06); transition: transform 220ms ease, box-shadow 220ms ease; } #inicio .trust-item:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgb(15 45 70 / 0.09); } #inicio .trust-icon { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: rgb(194 138 74 / 0.12); color: rgb(15 45 70 / 0.92); border: 1px solid rgb(194 138 74 / 0.18); flex: 0 0 auto; } #inicio .trust strong { display: block; font-size: 14px; color: rgb(15 45 70 / 0.95); margin-bottom: 2px; } #inicio .trust span { display: block; font-size: 13px; color: rgb(15 45 70 / 0.7); line-height: 1.4; } #inicio .hero-media { position: relative; width: 100%; border-radius: 26px; overflow: hidden; background: #f2f5f7; box-shadow: 0 18px 46px rgb(15 45 70 / 0.16); border: 1px solid rgb(15 45 70 / 0.1); aspect-ratio: 4 / 5; min-height: 420px; } @media (max-width: 980px) { #inicio .hero-media { aspect-ratio: 16 / 11; min-height: 260px; } } #inicio .hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02); transition: transform 420ms ease; user-select: none; -webkit-user-drag: none; } #inicio .hero-media:hover img { transform: scale(1.05); } #inicio .doctor-card { position: absolute; left: 18px; bottom: 18px; width: min(340px, calc(100% - 36px)); padding: 14px 16px; border-radius: 18px; background: rgb(255 255 255 / 0.88); border: 1px solid rgb(15 45 70 / 0.12); box-shadow: 0 16px 34px rgb(15 45 70 / 0.16); backdrop-filter: blur(10px); transform: translateY(0); transition: transform 220ms ease, box-shadow 220ms ease; } #inicio .doctor-card:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgb(15 45 70 / 0.18); } #inicio .doctor-card h4 { margin: 0 0 4px; font-size: 15px; color: #0f2d46; letter-spacing: -0.01em; } #inicio .doctor-card p { margin: 0; font-size: 13px; color: rgb(15 45 70 / 0.72); line-height: 1.45; } #inicio [data-reveal] { will-change: transform, opacity; } .trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 30px; border-top: 1px solid rgb(15 45 70 / 0.08); } .trust-item { display: flex; flex-direction: column; gap: 8px; } .trust-icon { width: 40px; height: 40px; background: rgb(194 138 74 / 0.1); border-radius: 12px; color: var(--brand-accent); display: flex; align-items: center; justify-content: center; } .trust-item strong { display: block; font-size: 0.9rem; font-weight: 800; color: var(--brand-ink); } .trust-item span { font-size: 0.8rem; color: var(--brand-muted); line-height: 1.3; } .hero-media-wrapper { position: relative; z-index: 1; } .hero-media { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; background: #f0f0f0; } .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; } .doctor-card { position: absolute; bottom: 30px; left: -30px; background: #fff; padding: 20px; border-radius: 20px; box-shadow: 0 20px 40px rgb(0 0 0 / 0.15); border: 1px solid rgb(15 45 70 / 0.05); z-index: 2; max-width: 260px; animation: floatIn 1s ease-out forwards; } .doctor-card h4 { margin: 0 0 5px 0; color: var(--brand-ink); font-weight: 900; } .doctor-card p { margin: 0; font-size: 0.85rem; color: var(--brand-muted); font-weight: 600; } @keyframes floatIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 50px; } .hero-content { order: 2; } .hero h1 { margin-left: auto; margin-right: auto; } .hero-lead, .hero-bio { margin-left: auto; margin-right: auto; text-align: center; border-left: none; padding-left: 0; } .hero-actions { justify-content: center; } .trust { grid-template-columns: 1fr; gap: 20px; text-align: left; } .trust-item { flex-direction: row; align-items: center; background: #fff; padding: 15px; border-radius: 16px; box-shadow: 0 4px 10px rgb(0 0 0 / 0.05); } .doctor-card { left: 50%; transform: translateX(-50%); bottom: -20px; width: 90%; text-align: left; } } #resultados { background: #f7f4ef; padding: 80px 0; font-family: "Inter", system-ui, sans-serif; overflow: hidden; } #resultados .ad-main-container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 420px 1fr; gap: 40px; align-items: start; } #resultados .ad-info-panel { background: #fff; padding: 40px; border-radius: 30px; box-shadow: 0 15px 45px rgb(0 0 0 / 0.05); height: fit-content; position: sticky; top: 100px; } #resultados .ad-eyebrow { font-size: 12px; letter-spacing: 2px; font-weight: 800; color: #c28a4a; margin-bottom: 10px; text-transform: uppercase; } #resultados .ad-title { font-size: 30px; font-weight: 900; color: #0f2d46; line-height: 1.2; margin: 0 0 15px; } #resultados .ad-desc { color: #5b6476; font-size: 15px; line-height: 1.6; margin-bottom: 25px; } #resultados .ad-check-list { list-style: none; padding: 0; margin: 0 0 30px; } #resultados .ad-check-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; background: #faf8f4; padding: 12px; border-radius: 12px; font-weight: 600; font-size: 14px; color: #0f2d46; } #resultados .ad-check-icon { color: #c28a4a; font-weight: 900; } #resultados .ad-btn { display: block; width: 100%; background: #c28a4a; color: #fff; text-align: center; padding: 18px; border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 13px; letter-spacing: 1px; transition: all 0.3s; } #resultados .ad-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgb(194 138 74 / 0.3); } #resultados .ad-gallery-viewport { width: 100%; overflow: hidden; cursor: grab; touch-action: pan-y; position: relative; } #resultados .ad-gallery-viewport.is-dragging { cursor: grabbing; } #resultados .ad-scroll-track { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 26px; scroll-snap-type: x mandatory; scrollbar-width: none; } #resultados .ad-scroll-track::-webkit-scrollbar { display: none; } #resultados .ad-card-v2 { flex: 0 0 340px; scroll-snap-align: start; background: #fff; padding: 20px; border-radius: 24px; user-select: none; box-shadow: 0 10px 30px rgb(0 0 0 / 0.04); border: 1px solid rgb(15 45 70 / 0.08); transition: transform 0.3s ease; } #resultados .ad-card-v2:hover { transform: translateY(-4px); } #resultados .ad-img-stack { position: relative; width: 100%; aspect-ratio: 3/2; border-radius: 18px; overflow: hidden; background: #f0f0f0; margin-bottom: 16px; } #resultados .ad-img-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; transition: opacity 0.3s ease; } #resultados .ad-img-before { opacity: 0; z-index: 1; } #resultados .ad-img-after { opacity: 1; z-index: 2; } #resultados .ad-img-stack.is-before .ad-img-before { opacity: 1; } #resultados .ad-img-stack.is-before .ad-img-after { opacity: 0; } #resultados .ad-toggle-bar { display: inline-flex; gap: 4px; padding: 4px; background: #f4f6f8; border-radius: 99px; margin-bottom: 16px; } #resultados .ad-toggle-bar button { border: none; padding: 8px 18px; border-radius: 99px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; background: #fff0; color: #5b6476; transition: all 0.2s ease; } #resultados .ad-toggle-bar button:hover { color: #0f2d46; } #resultados .ad-toggle-bar button.active { background: #c28a4a; color: #fff; box-shadow: 0 4px 12px rgb(194 138 74 / 0.3); } #resultados .ad-meta-rows { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; } #resultados .ad-pill { background: #f4f6f8; padding: 6px 10px; border-radius: 8px; font-size: 11px; font-weight: 700; color: #0f2d46; } #resultados .ad-pill b { color: #c28a4a; margin-right: 4px; } #resultados h3 { margin: 12px 0 6px; font-size: 16px; font-weight: 800; color: #0f2d46; } #resultados .desc { margin: 0; font-size: 13px; color: #5b6476; line-height: 1.5; } #resultados .ad-progress-container { height: 4px; background: rgb(15 45 70 / 0.1); border-radius: 99px; margin-top: 24px; width: 100%; overflow: hidden; } #resultados .ad-progress-bar { height: 100%; background: #c28a4a; width: 0%; border-radius: 99px; transition: width 0.1s linear; } @media (max-width: 980px) { #resultados .ad-main-container { grid-template-columns: 1fr; gap: 30px; } #resultados .ad-info-panel { position: static; } #resultados .ad-card-v2 { flex: 0 0 290px; } } :root { --reel-navy: #0f2d46; --reel-gold: #c28a4a; --reel-bg: #fcfaf8; } .dg-reels-section { width: 100%; background: var(--reel-bg); padding: 100px 0; overflow: hidden; font-family: "Inter", sans-serif; position: relative; } .dg-reels-container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px; } .dg-reels-header { text-align: center; max-width: 700px; margin: 0 auto 60px; } .dg-reels-chip { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 900; letter-spacing: 0.25em; text-transform: uppercase; color: var(--reel-gold); margin-bottom: 20px; } .dg-reels-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; color: var(--reel-navy); line-height: 1.1; margin: 0 0 15px; } .dg-reels-subtitle { font-size: 1.1rem; color: rgb(15 45 70 / 0.6); font-weight: 500; margin: 0; } .swiper-reels { width: 100%; padding: 50px 0 25px; } .swiper-reels .swiper-wrapper { align-items: center; } .swiper-slide { width: 310px; height: 550px; border-radius: 28px; overflow: hidden; background: #000; cursor: pointer; position: relative; transform: scale(0.955); filter: brightness(0.78) grayscale(0.22); transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1); user-select: none; -webkit-user-select: none; touch-action: pan-y; } .swiper-slide-active { transform: scale(1.02); filter: brightness(1) grayscale(0); box-shadow: 0 25px 60px rgb(15 45 70 / 0.18); z-index: 10; } .swiper-slide-prev, .swiper-slide-next { transform: scale(0.99); filter: brightness(0.88) grayscale(0.12); z-index: 6; } .dg-reel-thumb { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; pointer-events: none; } .dg-reel-overlay { position: absolute; inset: 0; background: linear-gradient( to bottom, rgb(15 45 70 / 0.04) 0%, rgb(15 45 70 / 0.14) 45%, rgb(15 45 70 / 0.88) 100% ); pointer-events: none; } .dg-reel-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.86); width: 76px; height: 76px; border-radius: 50%; background: rgb(255 255 255 / 0.2); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 0.35); color: #fff; opacity: 0; transition: 0.35s ease; pointer-events: none; box-shadow: 0 18px 45px rgb(0 0 0 / 0.35); } .swiper-slide-active .dg-reel-play { opacity: 1; transform: translate(-50%, -50%) scale(1); } .dg-reel-info { position: absolute; bottom: 38px; left: 0; right: 0; text-align: center; color: #fff; transform: translateY(12px); opacity: 0; transition: 0.35s ease; z-index: 5; pointer-events: none; } .swiper-slide-active .dg-reel-info { transform: translateY(0); opacity: 1; } .dg-reel-name { font-weight: 900; font-size: 1.35rem; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 2px 12px rgb(0 0 0 / 0.55); } .dg-reel-modal { position: fixed; inset: 0; z-index: 99999; background: radial-gradient( circle at 50% 40%, rgb(194 138 74 / 0.12) 0%, #fff0 48% ), radial-gradient( circle at center, rgb(15 45 70 / 0.55) 0%, rgb(0 0 0 / 0.82) 70%, rgb(0 0 0 / 0.9) 100% ); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.22s ease; padding: 26px; } .dg-reel-modal.active { opacity: 1; pointer-events: auto; } .dg-reel-modal-card { width: min(420px, 92vw); aspect-ratio: 9 / 16; border-radius: 34px; overflow: hidden; position: relative; background: rgb(0 0 0 / 0.75); box-shadow: 0 28px 95px rgb(0 0 0 / 0.62), 0 0 0 1px rgb(255 255 255 / 0.1); transform: translateY(16px) scale(0.985); transition: transform 0.22s ease; } .dg-reel-modal.active .dg-reel-modal-card { transform: translateY(0) scale(1); } .dg-reel-video { width: 100%; height: 100%; object-fit: cover; background: #000; display: block; } .dg-reel-modal-fade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient( to bottom, transparent 62%, rgb(0 0 0 / 0.58) 100% ); opacity: 0.95; } .dg-reel-close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 999px; background: rgb(255 255 255 / 0.12); border: 1px solid rgb(255 255 255 / 0.18); color: #fff; font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 20; transition: 0.22s ease; backdrop-filter: blur(10px); } .dg-reel-close:hover { background: rgb(194 138 74 / 0.92); border-color: rgb(194 138 74 / 0.95); transform: scale(1.03); } .dg-reel-mute { position: absolute; top: 14px; left: 14px; width: 44px; height: 44px; border-radius: 999px; background: rgb(255 255 255 / 0.12); border: 1px solid rgb(255 255 255 / 0.18); color: #fff; cursor: pointer; display: grid; place-items: center; z-index: 20; transition: 0.22s ease; backdrop-filter: blur(10px); } .dg-reel-mute:hover { background: rgb(255 255 255 / 0.18); transform: scale(1.03); } .dg-reel-mute svg { width: 20px; height: 20px; display: block; fill: currentColor; opacity: 0.95; } .dg-reel-modal-name { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; color: rgb(255 255 255 / 0.94); font-weight: 900; letter-spacing: 2px; text-transform: uppercase; font-size: 0.95rem; text-shadow: 0 2px 12px rgb(0 0 0 / 0.65); z-index: 6; pointer-events: none; } @media (max-width: 768px) { .swiper-slide { width: 275px; height: 490px; } .dg-reel-name { font-size: 1.1rem; } .dg-reel-modal-card { border-radius: 30px; } } #contacto-directo { --cta-navy: #0f2d46; --cta-gold: #c28a4a; --cta-cream: #fcfaf8; --cta-ink: rgba(15, 45, 70, 0.92); --cta-muted: rgba(15, 45, 70, 0.62); --cta-border: rgba(15, 45, 70, 0.14); --cta-shadow: 0 28px 85px rgba(15, 45, 70, 0.12); --cta-wa: #1faa59; --cta-wa2: #148a49; --cta-waGlow: rgba(31, 170, 89, 0.18); --cta-radius: 34px; --cta-radius-sm: 18px; } #contacto-directo { width: 100%; padding: 96px 0; background: radial-gradient( circle at 18% 30%, rgb(194 138 74 / 0.12), #fff0 45% ), radial-gradient(circle at 82% 55%, rgb(15 45 70 / 0.08), #fff0 50%), var(--cta-cream); position: relative; overflow: hidden; font-family: Inter, system-ui, -apple-system, sans-serif; } #contacto-directo .wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; } #contacto-directo .cta-card { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; padding: 28px; border-radius: var(--cta-radius); background: rgb(255 255 255 / 0.78); border: 1px solid rgb(15 45 70 / 0.1); box-shadow: var(--cta-shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } #contacto-directo .cta-card::before { content: ""; position: absolute; inset: -120px -120px auto auto; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient( circle at center, rgb(194 138 74 / 0.22) 0%, #fff0 62% ); pointer-events: none; filter: blur(2px); } #contacto-directo .cta-card::after { content: ""; position: absolute; left: -140px; bottom: -140px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient( circle at center, rgb(15 45 70 / 0.14) 0%, #fff0 64% ); pointer-events: none; } #contacto-directo .cta-content { position: relative; z-index: 2; padding: 8px 6px 10px; color: var(--cta-ink); } #contacto-directo .cta-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 950; letter-spacing: 0.28em; text-transform: uppercase; color: var(--cta-gold); margin-bottom: 14px; } #contacto-directo .cta-eyebrow::before { content: ""; width: 34px; height: 1px; background: rgb(194 138 74 / 0.35); display: inline-block; } #contacto-directo .cta-title { margin: 0 0 10px; font-size: clamp(2.1rem, 4.6vw, 3.2rem); font-weight: 950; letter-spacing: -0.03em; line-height: 1.05; color: var(--cta-navy); } #contacto-directo .cta-title span { color: var(--cta-gold); } #contacto-directo .cta-text { margin: 0 0 18px; font-size: 1.05rem; font-weight: 600; line-height: 1.65; color: var(--cta-muted); max-width: 60ch; } #contacto-directo .cta-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 16px 0 22px; } #contacto-directo .trust-pill { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 16px; background: rgb(255 255 255 / 0.75); border: 1px solid rgb(15 45 70 / 0.1); box-shadow: 0 12px 30px rgb(15 45 70 / 0.08); color: var(--cta-ink); font-weight: 800; font-size: 13px; line-height: 1.15; } #contacto-directo .trust-ico { width: 36px; height: 36px; border-radius: 14px; display: grid; place-items: center; background: rgb(194 138 74 / 0.14); border: 1px solid rgb(194 138 74 / 0.22); color: var(--cta-gold); font-size: 16px; flex: 0 0 auto; } #contacto-directo .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 10px; } #contacto-directo .cta-whatsapp-btn { position: relative; display: inline-flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 18px; color: #fff; text-decoration: none; font-weight: 950; letter-spacing: 0.02em; background: linear-gradient(180deg, var(--cta-wa), var(--cta-wa2)); border: 1px solid rgb(21 145 76 / 0.35); box-shadow: 0 18px 46px var(--cta-waGlow), 0 12px 28px rgb(15 45 70 / 0.1); overflow: hidden; transform: translateZ(0); transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease; } #contacto-directo .cta-whatsapp-btn:hover { transform: translateY(-2px); box-shadow: 0 24px 60px rgb(31 170 89 / 0.22), 0 18px 40px rgb(15 45 70 / 0.14); filter: saturate(1.04); } #contacto-directo .cta-whatsapp-btn:active { transform: translateY(0); } #contacto-directo .cta-whatsapp-btn i { font-style: normal; width: 44px; height: 44px; border-radius: 16px; display: grid; place-items: center; background: rgb(255 255 255 / 0.16); border: 1px solid rgb(255 255 255 / 0.22); box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.05); font-size: 18px; } #contacto-directo .cta-whatsapp-btn .cta-waText { display: flex; flex-direction: column; line-height: 1.05; gap: 3px; } #contacto-directo .cta-whatsapp-btn .cta-waTitle { font-size: 15.5px; font-weight: 950; } #contacto-directo .cta-whatsapp-btn .cta-waSub { font-size: 11px; font-weight: 950; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.95; } #contacto-directo .cta-whatsapp-btn::after { content: ""; position: absolute; top: -30%; left: -60%; width: 55%; height: 170%; transform: rotate(22deg); background: linear-gradient( to right, #fff0 0%, rgb(255 255 255 / 0.22) 45%, #fff0 100% ); opacity: 0; transition: transform 0.65s cubic-bezier(0.2, 0.85, 0.2, 1), opacity 0.2s ease; pointer-events: none; } #contacto-directo .cta-whatsapp-btn:hover::after { opacity: 1; transform: translateX(220%) rotate(22deg); } #contacto-directo .cta-reassure { color: rgb(15 45 70 / 0.58); font-weight: 650; font-size: 12.5px; line-height: 1.4; max-width: 44ch; } #contacto-directo .cta-reassure b { color: var(--cta-gold); font-weight: 950; } #contacto-directo .cta-form-container { position: relative; z-index: 2; padding: 20px; border-radius: 26px; background: rgb(255 255 255 / 0.72); border: 1px solid rgb(15 45 70 / 0.12); box-shadow: 0 18px 55px rgb(15 45 70 / 0.1); backdrop-filter: blur(10px); } #contacto-directo .cta-form { display: grid; gap: 12px; } #contacto-directo .cta-form .form-group { margin: 0; } #contacto-directo .cta-form input, #contacto-directo .cta-form textarea { width: 100%; padding: 14px 14px; border-radius: 16px; border: 1px solid rgb(15 45 70 / 0.16); background: rgb(255 255 255 / 0.92); color: rgb(15 45 70 / 0.92); font-weight: 650; font-size: 14px; outline: none; transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease; } #contacto-directo .cta-form textarea { resize: vertical; min-height: 88px; } #contacto-directo .cta-form input:focus, #contacto-directo .cta-form textarea:focus { border-color: rgb(194 138 74 / 0.55); box-shadow: 0 0 0 4px rgb(194 138 74 / 0.14); transform: translateY(-1px); } #contacto-directo .cta-submit-btn { width: 100%; border: 0; cursor: pointer; padding: 14px 16px; border-radius: 16px; background: linear-gradient( 180deg, rgb(15 45 70 / 0.98), rgb(15 45 70 / 0.9) ); color: #fff; font-weight: 950; letter-spacing: 0.1em; text-transform: uppercase; box-shadow: 0 18px 45px rgb(15 45 70 / 0.16); transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease; } #contacto-directo .cta-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 24px 60px rgb(15 45 70 / 0.2); filter: brightness(1.02); } #contacto-directo #formStatus { font-size: 12px; font-weight: 650; color: rgb(15 45 70 / 0.62); padding: 4px 2px 0; min-height: 18px; } @media (max-width: 980px) { #contacto-directo { padding: 74px 0; } #contacto-directo .cta-card { grid-template-columns: 1fr; padding: 22px; gap: 18px; } #contacto-directo .cta-trust { grid-template-columns: 1fr; } #contacto-directo .cta-whatsapp-btn { width: 100%; justify-content: flex-start; } #contacto-directo .cta-reassure { max-width: 100%; } } .fallback-slide { width: 310px; height: 550px; border-radius: 28px; background: #111; display: flex; align-items: center; justify-content: center; } .dg-reel-fallback { text-align: center; color: rgb(255 255 255 / 0.85); font-weight: 700; letter-spacing: 0.08em; font-size: 13px; } .dg-reel-fallback-thumb { width: 100%; height: 100%; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 0.2), rgb(0 0 0 / 0.8)); } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }