*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: 'DM Sans',sans-serif; background: #FAFAF8; color: #1E1812; overflow-x: hidden; } :root { --w: #FAFAF8; --cream: #F5EFE6; --nude: #EDE3D7; --sand: #D9CBBA; --brown: #9C6B3C; --brown2: #7A5230; --gold: #C8A06A; --gold-pale: #E8D5B4; --ink: #1E1812; --ink60: rgba(30,24,18,.6); --ink30: rgba(30,24,18,.25); --line: rgba(156,107,60,.13); } /* NAV */nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 56px; background: rgba(250,250,248,.96); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; } nav.scrolled { box-shadow: 0 1px 20px rgba(0,0,0,.07); } .nav-logo { height: 44px; width: auto; } .nav-links { display: flex; gap: 36px; list-style: none; } .nav-links a { font-size: 11px; font-weight: 400; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink60); text-decoration: none; transition: color .25s; } .nav-links a:hover { color: var(--brown); } .nav-actions { display: flex; align-items: center; gap: 10px; } .nav-ig { width: 36px; height: 36px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all .25s; color: var(--brown); } .nav-ig:hover { border-color: var(--brown); background: var(--cream); } .nav-wa { padding: 9px 22px; background: var(--brown); color: #fff; font-size: 10.5px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: background .25s; } .nav-wa:hover { background: var(--brown2); } /* HERO */.hero { margin-top: 70px; min-height: calc(100vh - 70px); display: grid; grid-template-columns: 1fr 480px; overflow: hidden; } .hero-l { background: var(--cream); padding: 88px 72px; display: flex; flex-direction: column; justify-content: center; position: relative; } .hero-l::after { content: ''; position: absolute; bottom: 0; right: 0; width: 1px; height: 100%; background: var(--line); } .eyebrow { font-size: 10.5px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brown); display: flex; align-items: center; gap: 12px; margin-bottom: 26px; } .eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--brown); } .hero-h1 { font-family: 'Playfair Display',serif; font-size: clamp(44px,4.5vw,68px); font-weight: 300; line-height: 1.1; letter-spacing: -.5px; color: var(--ink); margin-bottom: 26px; } .hero-h1 em { font-style: italic; color: var(--brown); } .hero-p { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--ink60); max-width: 400px; margin-bottom: 46px; } .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; } .btn-prim { padding: 13px 32px; background: var(--brown); color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: background .25s; } .btn-prim:hover { background: var(--brown2); } .btn-ghost { padding: 13px 32px; background: transparent; color: var(--brown); border: 1px solid var(--gold-pale); font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: all .25s; } .btn-ghost:hover { background: var(--nude); } .hero-stats { display: flex; gap: 44px; margin-top: 52px; padding-top: 36px; border-top: 1px solid var(--line); } .stat-n { font-family: 'Playfair Display',serif; font-size: 34px; font-weight: 300; color: var(--brown); display: block; line-height: 1; } .stat-l { font-size: 10.5px; color: var(--ink60); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 5px; } /* Hero right - doctor with CSS bg treatment */.hero-r { background: var(--nude); position: relative; overflow: hidden; } .hero-r-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; display: block; } /* Fade bottom into nude bg */.hero-r::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 35%; background: linear-gradient(to top, var(--nude) 0%, transparent 100%); pointer-events: none; z-index: 1; } .hero-r-label { position: absolute; bottom: 28px; left: 24px; z-index: 2; } .dra-name-tag { font-family: 'Playfair Display',serif; font-size: 17px; font-weight: 400; color: var(--ink); display: block; } .dra-role-tag { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brown); margin-top: 3px; display: block; } .hero-r-deco { position: absolute; top: 28px; right: 24px; z-index: 2; width: 48px; height: 48px; border: 1px solid rgba(200,160,106,.35); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--gold); } /* MARQUEE */.marquee { background: var(--ink); padding: 13px 0; overflow: hidden; } .mq-track { display: inline-flex; gap: 52px; animation: mq 26s linear infinite; } .mq-item { font-size: 10.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-pale); white-space: nowrap; flex-shrink: 0; display: flex; align-items: center; gap: 20px; } .mq-item::after { content: '✦'; font-size: 6px; color: var(--gold); } @keyframes mq { from {  transform: translateX(0); }  to {  transform: translateX(-50%); } } /* SECTION BASE */section { padding: 92px 56px; } .sec-nude { background: var(--cream); } .sec-dark { background: var(--ink); } .tag { font-size: 10.5px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brown); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; } .tag::before { content: ''; display: block; width: 22px; height: 1px; background: var(--brown); } .tag-l { color: var(--gold-pale); } .tag-l::before { background: var(--gold-pale); } h2.sh { font-family: 'Playfair Display',serif; font-size: clamp(30px,3vw,44px); font-weight: 300; line-height: 1.18; color: var(--ink); letter-spacing: -.3px; } h2.sh em { font-style: italic; color: var(--brown); } h2.sh-l { color: #fff; } h2.sh-l em { color: var(--gold-pale); } /* DRA BIO */.bio-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 52px; border: 1px solid var(--line); } .bio-q { padding: 52px 48px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; } .bio-q blockquote { font-family: 'Playfair Display',serif; font-size: 21px; font-style: italic; font-weight: 300; line-height: 1.65; color: var(--brown); padding-left: 22px; border-left: 3px solid var(--gold); } .bio-q cite { display: block; margin-top: 22px; font-style: normal; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink60); } .bio-creds { padding: 52px 48px; display: flex; flex-direction: column; } .bio-cred { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; gap: 14px; align-items: flex-start; } .bio-cred:last-child { border-bottom: none; } .cred-ico { width: 34px; height: 34px; flex-shrink: 0; background: var(--nude); display: flex; align-items: center; justify-content: center; } .cred-lbl { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown); margin-bottom: 3px; font-weight: 500; } .cred-txt { font-size: 13.5px; line-height: 1.6; color: var(--ink60); font-weight: 300; } /* SERVICIOS */.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 48px; background: var(--sand); } .svc { background: var(--w); overflow: hidden; display: flex; flex-direction: column; transition: background .35s; cursor: pointer; } .svc:hover { background: var(--ink); } .svc-img { height: 190px; overflow: hidden; flex-shrink: 0; } .svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; } .svc:hover .svc-img img { transform: scale(1.06); } .svc-body { padding: 28px 26px 32px; flex: 1; display: flex; flex-direction: column; } .svc-no { font-size: 10px; letter-spacing: 3px; color: var(--gold); margin-bottom: 10px; } .svc-name { font-family: 'Playfair Display',serif; font-size: 19px; color: var(--ink); margin-bottom: 9px; transition: color .3s; } .svc:hover .svc-name { color: #fff; } .svc-desc { font-size: 13px; line-height: 1.75; color: var(--ink60); transition: color .3s; flex: 1; font-weight: 300; } .svc:hover .svc-desc { color: rgba(255,255,255,.55); } .svc-link { font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown); text-decoration: none; margin-top: 18px; padding-bottom: 2px; border-bottom: 1px solid var(--gold-pale); align-self: flex-start; transition: color .3s; } .svc:hover .svc-link { color: var(--gold-pale); border-color: rgba(200,160,106,.3); } /* EQUIPO - compact horizontal */.team-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; margin-top: 48px; } .tm { text-align: center; } .tm-pic { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: var(--nude); margin-bottom: 12px; position: relative; } .tm-pic img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .5s; } .tm:hover .tm-pic img { transform: scale(1.05); } .tm-pic::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,24,18,.1) 0%, transparent 60%); pointer-events: none; } .tm-name { font-family: 'Playfair Display',serif; font-size: 14px; font-weight: 400; color: var(--ink); margin-bottom: 3px; } .tm-role { font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--brown); } .tm-dra .tm-pic { border-bottom: 2px solid var(--gold); } /* TESTIMONIOS */.testimonios { background: var(--cream); } .test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 48px; background: var(--sand); } .test-card { background: var(--w); padding: 36px 32px; display: flex; flex-direction: column; gap: 20px; transition: background .3s; } .test-card:hover { background: var(--cream); } .test-stars { display: flex; gap: 3px; } .star { width: 14px; height: 14px; background: var(--gold); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); } .test-text { font-family: 'Playfair Display',serif; font-size: 15px; font-style: italic; font-weight: 300; line-height: 1.7; color: var(--ink); flex: 1; } .test-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); } .test-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--gold) 0%, var(--brown) 100%); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display',serif; font-size: 14px; color: #fff; flex-shrink: 0; } .test-name { font-size: 13px; font-weight: 500; color: var(--ink); } .test-detail { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brown); } .test-google-badge { display: flex; align-items: center; gap: 8px; margin-top: 36px; justify-content: center; } .test-google-badge svg { width: 80px; height: auto; } .test-rating-txt { font-size: 13px; color: var(--ink60); font-weight: 300; } .test-rating-num { font-family: 'Playfair Display',serif; font-size: 18px; color: var(--brown); font-weight: 400; } /* PRODUCTOS */.prod-layout { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 2px; margin-top: 48px; background: var(--sand); } .prod-text-card { background: var(--cream); padding: 48px 40px; display: flex; flex-direction: column; justify-content: space-between; } .prod-h { font-family: 'Playfair Display',serif; font-size: 26px; font-weight: 300; line-height: 1.35; color: var(--ink); } .prod-h em { font-style: italic; color: var(--brown); } .prod-p { font-size: 13.5px; line-height: 1.8; color: var(--ink60); margin-top: 14px; font-weight: 300; } .prod-btn { display: inline-block; margin-top: 28px; padding: 12px 26px; background: var(--brown); color: #fff; font-size: 10.5px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: background .25s; align-self: flex-start; } .prod-btn:hover { background: var(--brown2); } .prod-img-card { background: var(--nude); overflow: hidden; position: relative; } .prod-img-card img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; transition: transform .5s; } .prod-img-card:hover img { transform: scale(1.04); } .prod-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px 18px; background: linear-gradient(to top, rgba(30,24,18,.8) 0%, transparent 100%); } .prod-pn { font-family: 'Playfair Display',serif; font-size: 15px; color: #fff; } .prod-ps { font-size: 10.5px; color: rgba(255,255,255,.6); letter-spacing: .8px; } /* FAQ */.faq-inner { max-width: 740px; margin: 48px auto 0; } .faq-item { border-bottom: 1px solid var(--line); } .faq-btn { width: 100%; text-align: left; background: none; border: none; padding: 22px 0; cursor: pointer; font-family: inherit; display: flex; justify-content: space-between; align-items: center; gap: 20px; } .faq-q { font-size: 15px; font-weight: 400; color: var(--ink); line-height: 1.5; } .faq-ico { width: 26px; height: 26px; flex-shrink: 0; border: 1px solid var(--gold-pale); display: flex; align-items: center; justify-content: center; color: var(--brown); font-size: 18px; transition: transform .25s, background .25s; } .faq-item.open .faq-ico { transform: rotate(45deg); background: var(--brown); color: #fff; border-color: var(--brown); } .faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; } .faq-item.open .faq-body { max-height: 200px; } .faq-ans { font-size: 14px; line-height: 1.8; color: var(--ink60); padding-bottom: 22px; font-weight: 300; } /* UBICACIÓN */.location-wrap { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); } .loc-l { padding: 80px 56px; display: flex; flex-direction: column; justify-content: center; } .loc-items { display: flex; flex-direction: column; gap: 24px; margin-top: 32px; } .loc-item { display: flex; gap: 14px; align-items: flex-start; } .loc-ico { width: 40px; height: 40px; flex-shrink: 0; background: rgba(200,160,106,.1); border: 1px solid rgba(200,160,106,.18); display: flex; align-items: center; justify-content: center; } .loc-lbl { font-size: 9.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; font-weight: 500; } .loc-val { font-size: 13.5px; color: rgba(250,250,248,.72); line-height: 1.6; font-weight: 300; } .loc-val a { color: inherit; text-decoration: none; transition: color .25s; } .loc-val a:hover { color: var(--gold); } .hor-table { margin-top: 28px; } .hor-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(200,160,106,.1); } .hor-d { font-size: 13px; color: rgba(250,250,248,.45); font-weight: 300; } .hor-t { font-size: 13px; color: rgba(250,250,248,.82); } .loc-ctas { display: flex; flex-direction: column; gap: 8px; margin-top: 32px; } .loc-btn { padding: 13px 0; color: #fff; font-size: 10.5px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all .25s; } .loc-btn-wa { background: var(--brown); } .loc-btn-wa:hover { background: var(--brown2); } .loc-btn-ig { background: transparent; border: 1px solid rgba(200,160,106,.22); color: var(--gold-pale); } .loc-btn-ig:hover { border-color: var(--gold); color: var(--gold); } .loc-r { position: relative; overflow: hidden; min-height: 500px; } .loc-r iframe { width: 100%; height: 100%; border: none; display: block; min-height: 500px; filter: grayscale(50%) sepia(15%) contrast(1.05); } .map-caption { position: absolute; top: 0; left: 0; right: 0; background: rgba(30,24,18,.7); backdrop-filter: blur(4px); padding: 13px 20px; text-align: center; font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-pale); } /* FOOTER — premium block below */ /* RESPONSIVE */@media (max-width:1080px){ .hero {  grid-template-columns: 1fr; }  .hero-r {  min-height: 420px; }  .hero-l {  padding: 60px 32px; }  .bio-wrap, .location-wrap {  grid-template-columns: 1fr; }  .svc-grid {  grid-template-columns: 1fr 1fr; }  .team-grid {  grid-template-columns: repeat(3,1fr); }  .prod-layout {  grid-template-columns: 1fr 1fr; }  .prod-text-card {  grid-column: span 2; }  .test-grid {  grid-template-columns: 1fr 1fr; }  section {  padding: 64px 28px; }  nav {  padding: 0 24px; }  .nav-links {  display: none; }  .loc-l {  padding: 56px 28px; }  footer {  padding: 24px; } } @media (max-width:640px){ .svc-grid, .test-grid {  grid-template-columns: 1fr; }  .team-grid {  grid-template-columns: repeat(2,1fr); }  .prod-layout {  grid-template-columns: 1fr; }  .prod-text-card {  grid-column: auto; } }
#servicios .svc-grid--home { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 768px){ #servicios .svc-grid--home { grid-template-columns: 1fr; } }
#servicios .svc { position: relative; }
#servicios .svc .svc-link { position: static; }
#servicios .svc .svc-link::after { content: ''; position: absolute; inset: 0; z-index: 1; }
/* WhatsApp flotante */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 490; width: 56px; height: 56px; border-radius: 50%; background: var(--brown); color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 20px rgba(156,107,60,.45), 0 2px 8px rgba(30,24,18,.12); transition: background .25s, transform .25s, box-shadow .25s; }
.wa-float:hover { background: var(--brown2); transform: scale(1.06); box-shadow: 0 6px 28px rgba(122,82,48,.5), 0 3px 12px rgba(30,24,18,.15); }
.wa-float:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }
@media (max-width:640px){ .wa-float { right: 18px; bottom: 18px; width: 52px; height: 52px; } .wa-float svg { width: 26px; height: 26px; } }
/* FOOTER PREMIUM */
footer.site-footer { background: #14100c; padding: 0; display: block; }
.foot-wrap { max-width: 1280px; margin: 0 auto; padding: 64px 56px 0; }
.foot-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.15fr; gap: 48px 40px; padding-bottom: 52px; }
.foot-col-brand .foot-logo { height: 42px; width: auto; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 18px; }
.foot-tagline { font-size: 13.5px; line-height: 1.65; color: rgba(250,250,248,.55); font-weight: 300; max-width: 280px; margin-bottom: 22px; }
.foot-socials { display: flex; gap: 12px; }
.foot-social { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(200,160,106,.35); display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(250,250,248,.7); transition: border-color .25s, color .25s, background .25s; }
.foot-social:hover { border-color: var(--gold); color: var(--gold); background: rgba(200,160,106,.08); }
.foot-social svg { width: 17px; height: 17px; fill: currentColor; }
.foot-col-title { font-size: 10px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(250,250,248,.92); margin-bottom: 20px; }
.foot-links, .foot-contact { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.foot-links a, .foot-links button, .foot-contact a { font-size: 13.5px; font-weight: 300; color: rgba(250,250,248,.52); text-decoration: none; transition: color .2s; background: none; border: none; padding: 0; cursor: pointer; font-family: inherit; text-align: left; line-height: 1.45; }
.foot-links a:hover, .foot-links button:hover, .foot-contact a:hover { color: var(--gold); }
.foot-contact li { font-size: 13.5px; font-weight: 300; color: rgba(250,250,248,.52); line-height: 1.55; }
.foot-nit { font-size: 12px !important; opacity: .65; margin-top: 4px; }
.foot-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 22px 0 28px; border-top: 1px solid rgba(200,160,106,.14); }
.foot-copy { font-size: 11.5px; color: rgba(250,250,248,.35); font-weight: 300; letter-spacing: .3px; margin: 0; }
.foot-credit { font-size: 11.5px; color: rgba(250,250,248,.35); font-weight: 300; margin: 0; }
.foot-credit a { color: var(--gold); text-decoration: none; font-weight: 400; }
.foot-credit a:hover { text-decoration: underline; }
.foot-legal-overlay { position: fixed; inset: 0; z-index: 800; background: rgba(20,16,12,.72); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.foot-legal-overlay[hidden] { display: none; }
.foot-legal-panel { position: relative; background: var(--w); color: var(--ink); max-width: 520px; width: 100%; max-height: min(80vh, 560px); overflow-y: auto; padding: 36px 32px 32px; box-shadow: 0 24px 64px rgba(0,0,0,.28); }
.foot-legal-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: none; background: transparent; font-size: 24px; line-height: 1; color: var(--ink60); cursor: pointer; }
.foot-legal-close:hover { color: var(--brown); }
.foot-legal-panel-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; color: var(--ink); margin-bottom: 16px; padding-right: 32px; }
.foot-legal-panel-body { font-size: 13.5px; line-height: 1.75; color: var(--ink60); font-weight: 300; }
.foot-legal-panel-body a { color: var(--brown); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width:1024px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px 32px; } .foot-col-brand { grid-column: 1 / -1; } }
@media (max-width:768px){ .foot-wrap { padding: 48px 24px 0; } .foot-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; } .foot-bar { flex-direction: column; align-items: flex-start; gap: 10px; padding-bottom: 24px; } }