:root{--color-primary:#0a4da2;--color-secondary:#00bcd4;--color-accent:#e3f2fd;--color-dark:#121828;--color-text:#2f3337;--color-white:#fff;--font-serif:"Playfair Display", serif;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-white);width:100%;max-width:100vw;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-primary);word-wrap:break-word;overflow-wrap:break-word;font-weight:700}.serif{font-family:var(--font-serif)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-wrapper{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:100;position:relative}.logo-hidden{opacity:0;visibility:hidden;transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),visibility 1.2s}.logo-visible{opacity:1;visibility:visible;transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),visibility 1.2s}.navbar-inner{justify-content:space-between;align-items:center;gap:.5rem;width:100%;max-width:1400px;display:flex}.logo{flex-shrink:0;align-items:center;gap:0;display:flex}.logo img{mix-blend-mode:multiply;filter:contrast(1.1)brightness(1.05);object-fit:contain;width:auto;max-width:100%;height:120px;display:block}.logo-text-container{text-align:center;flex-direction:column;flex:1 1 0;justify-content:center;min-width:0;margin-left:-5%;display:flex;overflow:hidden}.logo-name{line-height:1.1}.logo-subtitle{margin-top:2px;line-height:1.1}.logo-text{color:var(--color-primary);white-space:nowrap;letter-spacing:.02em;justify-content:center;font-family:Playfair Display,serif;font-size:2.8rem;font-style:italic;font-weight:700;display:inline-flex}.logo-text.subtitle-text{color:var(--color-secondary);font-size:1.5rem;font-style:normal;font-weight:600}.logo-text .word{display:flex}.logo-text .letter{opacity:0;animation:1.2s ease-out forwards letterWrite;display:inline-block}.logo-text .space{width:.6rem}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #00000014}.desktop-nav{justify-content:center;align-items:center;gap:0;padding:.6rem 0;display:flex;box-shadow:0 4px 16px #0a4da20f}.desktop-nav-link{color:var(--color-primary);white-space:nowrap;letter-spacing:.02em;text-shadow:0 2px 4px #0a4da21f;border-radius:6px;padding:.65rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s}.desktop-nav-link:hover{color:#063a7a;text-shadow:0 2px 8px #0a4da226;background:#0a4da20f}.desktop-nav-link:active{color:#fff;background:var(--color-primary);text-shadow:none}.hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;min-width:36px;height:36px;margin-left:.75rem;padding:0;display:none}.hamburger span{background:var(--color-primary);transform-origin:50%;border-radius:2px;width:100%;height:2.5px;transition:all .3s;display:block}.hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99;background:#fffffffa;border-top:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:0;max-height:0;padding:0;transition:max-height .4s,padding .4s;display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.mobile-menu.is-open{max-height:400px;padding:.5rem 0 1rem;display:flex}.mobile-menu-link{text-align:center;width:100%;color:var(--color-primary);border-bottom:1px solid #f1f5f9;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.mobile-menu-link:last-child{border-bottom:none}.mobile-menu-link:hover{background:var(--color-primary);color:#fff}.logo-text .word:first-child .letter:first-child{animation-delay:.2s}.logo-text .word:first-child .letter:nth-child(2){animation-delay:.3s}.logo-text .word:first-child .letter:nth-child(3){animation-delay:.4s}.logo-text .word:first-child .letter:nth-child(4){animation-delay:.5s}.logo-text .word:first-child .letter:nth-child(5){animation-delay:.6s}.logo-text .word:first-child .letter:nth-child(6){animation-delay:.7s}.logo-text .word:nth-child(3) .letter:first-child{animation-delay:.95s}.logo-text .word:nth-child(3) .letter:nth-child(2){animation-delay:1.05s}.logo-text .word:nth-child(3) .letter:nth-child(3){animation-delay:1.15s}.logo-text .word:nth-child(3) .letter:nth-child(4){animation-delay:1.25s}.logo-text .word:nth-child(3) .letter:nth-child(5){animation-delay:1.35s}.logo-text .word:nth-child(5) .letter:first-child{animation-delay:1.6s}.logo-text .word:nth-child(5) .letter:nth-child(2){animation-delay:1.7s}.logo-text .word:nth-child(5) .letter:nth-child(3){animation-delay:1.8s}.logo-text .word:nth-child(5) .letter:nth-child(4){animation-delay:1.9s}.logo-text .word:nth-child(5) .letter:nth-child(5){animation-delay:2s}.logo-text .word:nth-child(5) .letter:nth-child(6){animation-delay:2.1s}.subtitle-text .word:first-child .letter:first-child{animation-delay:2.4s}.subtitle-text .word:first-child .letter:nth-child(2){animation-delay:2.45s}.subtitle-text .word:first-child .letter:nth-child(3){animation-delay:2.5s}.subtitle-text .word:first-child .letter:nth-child(4){animation-delay:2.55s}.subtitle-text .word:first-child .letter:nth-child(5){animation-delay:2.6s}.subtitle-text .word:first-child .letter:nth-child(6){animation-delay:2.65s}.subtitle-text .word:nth-child(3) .letter:first-child{animation-delay:2.85s}.subtitle-text .word:nth-child(3) .letter:nth-child(2){animation-delay:2.9s}.subtitle-text .word:nth-child(3) .letter:nth-child(3){animation-delay:2.95s}.subtitle-text .word:nth-child(3) .letter:nth-child(4){animation-delay:3s}.subtitle-text .word:nth-child(3) .letter:nth-child(5){animation-delay:3.05s}.subtitle-text .word:nth-child(3) .letter:nth-child(6){animation-delay:3.1s}.subtitle-text .word:nth-child(5) .letter:first-child{animation-delay:3.3s}.subtitle-text .word:nth-child(5) .letter:nth-child(2){animation-delay:3.35s}.subtitle-text .word:nth-child(7) .letter:first-child{animation-delay:3.55s}.subtitle-text .word:nth-child(7) .letter:nth-child(2){animation-delay:3.6s}.subtitle-text .word:nth-child(7) .letter:nth-child(3){animation-delay:3.65s}.subtitle-text .word:nth-child(7) .letter:nth-child(4){animation-delay:3.7s}.subtitle-text .word:nth-child(7) .letter:nth-child(5){animation-delay:3.75s}.subtitle-text .word:nth-child(7) .letter:nth-child(6){animation-delay:3.8s}.subtitle-text .word:nth-child(7) .letter:nth-child(7){animation-delay:3.85s}.subtitle-text .word:nth-child(7) .letter:nth-child(8){animation-delay:3.9s}.subtitle-text .word:nth-child(7) .letter:nth-child(9){animation-delay:3.95s}.subtitle-text .word:nth-child(7) .letter:nth-child(10){animation-delay:4s}.subtitle-text .word:nth-child(9) .letter:first-child{animation-delay:4.2s}.subtitle-text .word:nth-child(9) .letter:nth-child(2){animation-delay:4.25s}.subtitle-text .word:nth-child(9) .letter:nth-child(3){animation-delay:4.3s}.subtitle-text .word:nth-child(9) .letter:nth-child(4){animation-delay:4.35s}.subtitle-text .word:nth-child(9) .letter:nth-child(5){animation-delay:4.4s}.subtitle-text .word:nth-child(9) .letter:nth-child(6){animation-delay:4.45s}@keyframes letterWrite{0%{opacity:0;transform:translate(-10px)}70%{opacity:1;transform:translate(2px)}to{opacity:1;transform:translate(0)}}@media (width<=1400px){.logo img{height:110px}.logo-text{font-size:2.6rem}.logo-text.subtitle-text{font-size:1.4rem}}@media (width<=1200px){.navbar{min-height:130px;padding:10px 1rem}.navbar-inner{gap:1rem}.logo img{height:100px}.logo-text{font-size:2.4rem}.logo-text.subtitle-text{font-size:1.3rem}}@media (width<=992px){.navbar{min-height:120px;padding:8px .75rem}.navbar-inner{gap:.75rem}.logo img{height:90px}.logo-text{font-size:2rem}.logo-text.subtitle-text{font-size:1.1rem}.desktop-nav-link{padding:.4rem 1.2rem;font-size:.82rem}}@media (width<=850px){.desktop-nav{display:none}.hamburger,.mobile-menu{display:flex}.logo img{height:80px}.logo-text{font-size:1.7rem}.logo-text.subtitle-text{font-size:.95rem}.logo-text .space{width:.3rem}}@media (width<=768px){.navbar{min-height:100px;padding:8px .5rem}.navbar-inner{gap:.5rem}.logo{gap:.4rem}.logo img{height:75px}.logo-text{font-size:1.5rem}.logo-text.subtitle-text{font-size:.85rem}.logo-text .space{width:.3rem}.logo-text-container{margin-left:0}.hero{text-align:center;padding:3rem 1rem}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.hero .container>div{flex-direction:column;align-items:stretch}.hero .btn{justify-content:center;width:100%}.afecciones-grid{grid-template-columns:1fr;gap:1rem}.afeccion-card{padding:1.5rem}.afeccion-card h3{font-size:1.15rem}.modal-overlay{justify-content:center;align-items:flex-end}.modal-panel{border-radius:16px 16px 0 0;max-width:100%;height:auto;max-height:90vh;animation:.35s cubic-bezier(.22,1,.36,1) forwards modalSlideUp}.modal-header{padding:1.25rem 1.5rem}.modal-body{padding:1.5rem}.metodos-container{flex-direction:column;align-items:center}.metodo-pill{width:100%;max-width:100%}footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}section{padding:3rem 0}section h2{margin-bottom:2rem;font-size:1.5rem}.container{padding:0 1rem}}@media (width<=600px){.navbar{min-height:85px;padding:6px .4rem}.navbar-inner{gap:.3rem}.logo img{height:60px}.logo-text{font-size:1.2rem}.logo-text.subtitle-text{font-size:.7rem}.logo-text .space{width:.2rem}.mobile-menu-link{padding:.6rem 1.25rem;font-size:.85rem}.hero{min-height:55vh}.hero-logo-img{max-width:280px}.hero-video-element{max-width:90%}.hero h1{font-size:1.4rem}.hero p{font-size:.9rem}.hero-content-container .container{padding:3rem 1rem}.afeccion-card h3{font-size:1.1rem}.afeccion-btn{padding:.45rem 1rem;font-size:.78rem}.metodo-pill h3{font-size:1rem}.metodo-pill p{font-size:.85rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (width>=769px) and (orientation:landscape){.hero .container{align-items:center}.hero h1,.hero p{text-align:center}.hero .container>div{justify-content:center}}.hero{background:#fff;justify-content:center;align-items:flex-start;min-height:70vh;padding:0;display:flex;position:relative;overflow:hidden}.hero-content-container{will-change:opacity;background:#fff;justify-content:center;align-items:flex-start;width:100%;min-height:70vh;transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),background 1.5s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative}.hero-content-container.fade-out{opacity:0;transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94)}.hero-content-container.hero-with-bg{background:radial-gradient(ellipse at 80% 20%, var(--color-accent) 0%, #f8fafc 50%, #fff 100%)}.hero-content-container.hero-with-bg .container{animation:1s cubic-bezier(.4,0,.2,1) forwards contentFadeIn}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-logo-phase{background:#fff;justify-content:center;align-items:flex-start;width:100%;padding:1rem;animation:1.2s cubic-bezier(.25,.46,.45,.94) logoFadeIn;display:flex}.hero-logo-img{filter:contrast(1.1)brightness(1.05);width:90%;max-width:400px;height:auto}.hero-video-phase{background:#fff;justify-content:center;align-items:flex-start;width:100%;min-height:70vh;padding:1rem;display:flex}.hero-video-fallback{background:#fff;justify-content:center;align-items:center;width:100%;min-height:70vh;padding:1rem;display:flex}.hero-video-wrapper{width:100%;max-width:530px;position:relative}.hero-video-element{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;max-width:530px;overflow:hidden}.mute-btn{color:#fff;cursor:pointer;z-index:10;white-space:nowrap;background:#000000b3;border:none;border-radius:25px;justify-content:center;align-items:center;padding:10px 16px;font-size:.85rem;transition:background .3s;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.mute-btn:hover{background:#000c}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero .container{flex-direction:column;align-items:center;display:flex}.hero-content-container .container{flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex}.hero h1{text-align:center;max-width:900px;margin-top:1rem;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1}.hero-subtitle{color:var(--color-secondary)}.hero p{color:#555;text-align:center;max-width:800px;margin-bottom:2rem;font-size:1.25rem}.hero-btn-group{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.afecciones-section{content-visibility:auto;contain-intrinsic-size:0 600px;padding:5rem 0}.afecciones-section:after{content:"";background:linear-gradient(90deg, transparent, var(--color-secondary), transparent);border-radius:1px;width:70%;max-width:700px;height:2px;margin:3rem auto 0;display:block;box-shadow:0 0 8px #00bcd44d}.afecciones-grid{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1.5rem;margin-top:3rem;display:grid}.afeccion-card{border-left:4px solid var(--color-primary);background:#f8fafc;border-radius:12px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px #0a4da20f}.afeccion-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0a4da21f}.afeccion-card h3{margin:0 0 .75rem;font-size:1.25rem;line-height:1.3}.afeccion-summary{color:#555;flex:1;margin-bottom:1.25rem;font-size:.92rem;line-height:1.55}.afeccion-btn{border:2px solid var(--color-primary);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:100px;align-self:flex-start;padding:.5rem 1.2rem;font-size:.82rem;font-weight:600;transition:all .25s}.afeccion-btn:hover{background:var(--color-primary);color:#fff}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);will-change:opacity;background:#00000080;justify-content:flex-end;align-items:center;animation:.3s forwards modalOverlayIn;display:flex;position:fixed;inset:0}.modal-panel{will-change:transform;background:#fff;flex-direction:column;width:100%;max-width:600px;height:100vh;animation:.35s cubic-bezier(.22,1,.36,1) forwards modalSlideIn;display:flex;position:relative;box-shadow:-8px 0 40px #0003}.modal-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-header h2{color:var(--color-primary);margin:0;font-size:1.4rem}.modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;transition:all .2s;display:flex}.modal-close:hover{color:var(--color-primary);background:#e2e8f0}.modal-body{flex:1;padding:2rem;overflow-y:auto}.modal-intro{color:#555;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.modal-subtitle{color:var(--color-primary);border-bottom:2px solid var(--color-accent);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.modal-list{margin:0;padding:0;list-style:none}.modal-condition{border-bottom:1px solid #f1f5f9;padding:1rem 0}.modal-condition:last-child{border-bottom:none}.modal-condition-name{color:var(--color-text);margin-bottom:.25rem;font-size:.95rem;font-weight:600;display:block}.modal-condition-desc{color:#64748b;border-left:2px solid var(--color-accent);margin:0;padding-left:.75rem;font-size:.88rem;line-height:1.55}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.metodologia{color:#fff;content-visibility:auto;contain-intrinsic-size:0 500px;background:linear-gradient(135deg,#0a4da2 0%,#083d82 100%);padding:5rem 0}.metodologia h2{color:#fff;text-align:center;margin-bottom:2rem}.metodologia .container>p{text-align:center;color:#fff;opacity:.9;max-width:800px;margin:0 auto 3rem;line-height:1.7}.metodos-container{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.metodo-pill{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;max-width:280px;padding:1.5rem 2rem;transition:all .3s}.metodo-pill:hover{color:var(--color-primary);background:#fff}.metodo-pill:hover h3,.metodo-pill:hover p{color:var(--color-primary)}.metodo-pill h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.metodo-pill p{color:#ffffffe6;opacity:.9;font-size:.9rem}.consulta-section{text-align:center;padding:5rem 0}.consulta-section h2{margin-bottom:1.5rem}.consulta-section p{margin-bottom:2.5rem}.consulta-section .btn{margin-top:1rem;padding:1rem 3rem;font-size:1.05rem}.consulta-section:after{content:"";background:linear-gradient(90deg, transparent, var(--color-secondary), transparent);border-radius:1px;width:70%;max-width:700px;height:2px;margin:3rem auto 0;display:block;box-shadow:0 0 8px #00bcd44d}.btn{cursor:pointer;border-radius:100px;align-items:center;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-whatsapp{color:#fff;background:#25d366;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{background:#128c7e;transform:scale(1.05);box-shadow:0 6px 20px #25d36666}.btn-phone{border:2px solid var(--color-primary);color:var(--color-primary);box-shadow:0 4px 15px #0a4da21a}.btn-phone:hover{background:var(--color-primary);color:#fff;box-shadow:0 6px 20px #0a4da233}.reveal{opacity:0;will-change:transform, opacity;transition:all .8s cubic-bezier(.25,.46,.45,.94)}.reveal.active{opacity:1;will-change:auto}.reveal-left{transform:translate(-100px)}.reveal-left.active{transform:translate(0)}.reveal-right{transform:translate(100px)}.reveal-right.active{transform:translate(0)}.reveal-up{transform:translateY(60px)}.reveal-up.active{transform:translateY(0)}.reveal-down{transform:translateY(-60px)}.reveal-down.active{transform:translateY(0)}.reveal-scale{transform:scale(.8)}.reveal-scale.active{transform:scale(1)}@media (prefers-reduced-motion:reduce){.reveal,.logo-text .letter,.btn{transition:none;animation:none}.reveal{opacity:1;transform:none}.modal-overlay,.modal-panel{animation:none}html{scroll-behavior:auto}.afeccion-card,.mapa-frame,.btn{transition:none}}@media (hover:none){.btn:hover,.afeccion-card:hover{transform:none}.metodo-pill:hover{color:#fff;background:#ffffff1a}.metodo-pill:hover h3,.metodo-pill:hover p{color:#fff}}.floating-home{z-index:900;background:var(--color-primary);color:#fff;will-change:transform;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .3s;animation:.3s forwards fadeInUp;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 16px #0a4da259}.floating-home:hover{background:#063a7a;transform:translateY(-3px);box-shadow:0 6px 24px #0a4da273}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.floating-home{width:42px;height:42px;bottom:1rem;right:1rem}}.btn:focus-visible,.afeccion-btn:focus-visible,.mute-btn:focus-visible,.modal-close:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.mapa-container{justify-content:center;margin-bottom:3rem;display:flex}.mapa-frame{aspect-ratio:16/9;border:2px solid var(--color-accent);border-radius:16px;width:100%;max-width:600px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0a4da226}.mapa-frame:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0a4da233}.mapa-frame img{object-fit:cover;width:100%;height:100%}.mapa-overlay{background:var(--color-primary);color:#fff;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;position:absolute;bottom:12px;right:12px}.mapa-overlay:hover{background:var(--color-secondary)}footer{content-visibility:auto;contain-intrinsic-size:0 600px;background-color:#f0f4f8;border-top:1px solid #e2e8f0;padding:5rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.footer-address h3{margin-bottom:.5rem}.footer-address p+p{margin-top:.5rem}.footer-address p:first-of-type+p{margin-top:1rem}.footer-contact-title{color:var(--color-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.footer-contact p{margin-bottom:.3rem}.footer-contact p+p{margin-bottom:1rem}.footer-contact-title+p{margin-bottom:.3rem}.footer-gap-lg{margin-top:1.5rem}footer hr{opacity:.1;margin-bottom:2rem}.footer-bottom{color:#94a3b8;justify-content:space-between;font-size:.85rem;display:flex}section{padding:5rem 0;scroll-margin-top:140px}section h2{text-align:center;margin-bottom:3.5rem}section>.container>p{text-align:center;color:#666;max-width:700px;margin:0 auto 2.5rem}.footer-gap-xs{margin-bottom:.3rem}.footer-gap-sm{margin-top:.5rem}.footer-gap-md{margin-top:1rem}@media (width>=769px) and (width<=1024px){.afecciones-grid{grid-template-columns:repeat(2,1fr)}}
