:root{--navy:#1F3286;--rose:#BD7CAC;--green:#5FAD41;--white:#ffffff;--text-dark:#1F2937;--bg-light:#F9F0F5;--shadow-sm:0 2px 8px rgba(31, 50, 134, 0.04);--shadow-md:0 10px 30px rgba(31, 50, 134, 0.06);--shadow-lg:0 20px 40px rgba(31, 50, 134, 0.08);--transition:all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);--radius-sm:8px;--radius-md:16px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:110px}body{font-family:'Inter',sans-serif;background-color:var(--white);color:var(--text-dark);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}html body .container{width:100%;max-width:1200px;margin:0 auto;padding:0 60px}html body header{background-color:#FFF;box-shadow:0 4px 20px rgb(31 50 134 / .05);position:fixed;top:0;left:0;width:100%;z-index:1000;border-bottom:1px solid var(--bg-light);padding:16px 0;transition:var(--transition)}html body header .container{max-width:100%!important;padding:0 60px!important}@media (max-width:768px){html body .container,html body header .container{padding:0 22px!important}}@media (max-width:480px){html body .container,html body header .container{padding:0 16px!important}}html body .nav-item.has-dropdown>a::after{content:'▾';font-size:.75rem;opacity:.6;transition:transform 0.25s ease}html body .dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);background-color:var(--white);border:1px solid rgb(31 50 134 / .06);border-radius:var(--radius-sm);box-shadow:0 10px 30px rgb(31 50 134 / .08);width:max-content;min-width:230px;padding:10px 0;margin-top:8px;list-style:none;opacity:0;visibility:hidden;pointer-events:none;z-index:1100;transition:opacity 0.25s ease,transform 0.25s ease,visibility 0.25s ease}html body .dropdown-menu::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:10px;height:10px;background-color:var(--white);border-left:1px solid rgb(31 50 134 / .06);border-top:1px solid rgb(31 50 134 / .06)}html body .btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;border-radius:var(--radius-sm);font-family:'Montserrat',sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:var(--transition);cursor:pointer;border:2px solid #fff0}html body .hero-section{height:auto;min-height:58vh;display:flex;align-items:stretch;background-color:#FFF;position:relative;overflow:hidden;padding:0}html body .hero-minicards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:24px 0 28px 0;width:100%;align-items:stretch}html body .minicard-mujer{background-color:#EFF4DA;color:var(--text-dark)}html body .slider-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;border:none;border-radius:0;box-shadow:none}html body .floating-badge{position:absolute;background:rgb(255 255 255 / .95);backdrop-filter:blur(8px);padding:12px 20px;border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:12px;border:1px solid rgb(255 255 255 / .6);z-index:15;transition:var(--transition)}html body .camino-section{padding:100px 0;background-color:#FFF;border-top:1px solid rgb(31 50 134 / .03);position:relative;overflow:hidden}html body .camino-section .container{width:90%;max-width:1200px;padding:0;position:relative;z-index:1}html body .camino-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;width:100%}html body .camino-card{background-color:var(--white);border:1px solid #E5E7EB;border-radius:16px;padding:24px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;min-height:250px}html body .card-body-text{font-size:15px;color:var(--text-dark);line-height:1.6;margin-bottom:24px;opacity:.95}html body .card-number{position:absolute;top:15px;right:24px;font-family:'Montserrat',sans-serif;font-size:80px;font-weight:900;line-height:1;color:var(--accent-color,var(--navy));opacity:.15;user-select:none;pointer-events:none;z-index:1}html body .sintomas-section{background-color:#F7F9F2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%23BD7CAC' fill-opacity='0.15'/%3E%3C/svg%3E");padding:80px 0;border-top:1px solid var(--bg-light);position:relative;overflow:hidden}html body .sintomas-section .container{position:relative;z-index:1}html body .center-header{text-align:center;margin-bottom:50px}html body .sintomas-subtitle{font-family:'Montserrat',sans-serif;font-size:.85rem;font-weight:700;letter-spacing:2px;color:#BD7CAC;text-transform:uppercase;display:block;margin-bottom:12px}html body .sintomas-title{font-family:'Montserrat',sans-serif;font-size:36px;font-weight:800;color:#1F3286;margin-bottom:16px;line-height:1.25}html body .sintomas-description{font-size:1.1rem;color:#6B7280;max-width:600px;margin:0 auto}html body .sintomas-container{display:grid;grid-template-columns:1fr 380px;gap:40px;width:90%;max-width:1400px;margin:0 auto;align-items:flex-start}html body .sintomas-left{width:100%}html body .sintomas-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;align-items:stretch;width:100%}html body .sintoma-card{background-color:#F5F5F5;border:1px solid #E5E7EB;border-radius:12px;padding:14px;box-shadow:0 2px 6px rgb(31 50 134 / .01);transition:background 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:90px;width:100%;box-sizing:border-box;overflow:hidden;cursor:pointer;user-select:none}html body .sintoma-card.active{background-color:#F4E8EF!important;border-color:#BD7CAC!important}html body .sintoma-card-special{cursor:default}html body .sintomas-right{width:100%;position:sticky;top:100px;z-index:100;pointer-events:auto}html body .sintoma-detail-panel{background-color:#FFF;border:1px solid #E5E7EB;border-radius:16px;padding:20px;box-shadow:0 8px 32px rgb(0 0 0 / .18);transform:translateY(-4px);height:fit-content;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.3s ease;position:relative;width:380px;min-width:380px;flex-shrink:0;margin-left:auto}html body .sintoma-detail-panel.closed{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px)}html body .panel-close-btn{position:absolute;top:16px;right:18px;background:none;border:none;font-size:26px;font-weight:400;color:#9D5E8E;cursor:pointer;transition:color 0.25s ease,transform 0.25s ease;line-height:1;padding:4px;z-index:10}html body .detail-link-secondary{font-family:'Montserrat',sans-serif;font-size:.95rem;font-weight:700;color:#BD7CAC;text-decoration:none;transition:all 0.3s ease;border-bottom:2px solid #fff0;padding-bottom:2px;align-self:flex-start;margin-top:auto;white-space:nowrap}@media (max-width:992px){html body .sintomas-container{display:flex;flex-direction:column;gap:30px}html body .sintomas-left,html body .sintomas-right{width:100%!important;position:static!important}html body .sintomas-right{pointer-events:auto!important}html body .sintoma-detail-panel{position:static!important;min-height:auto;margin-top:24px}}html body footer{background-color:var(--navy);color:rgb(255 255 255 / .6);padding:40px 0;text-align:center;font-size:.9rem;border-top:1px solid rgb(255 255 255 / .05)}@media (max-width:1200px){html body .hero-content{padding:0 80px 0 60px!important}html body .nav-menu{gap:4px!important}html body .nav-item>a{padding:8px 10px!important;font-size:0.88rem!important}html body .nav-item a.nav-btn{padding:10px 20px!important;font-size:0.85rem!important}}@media (max-width:1023px){html body .hero-section{flex-direction:column;height:auto;min-height:auto;align-items:stretch}html body .hero-content{flex:none;width:100%!important;padding:120px 24px 40px 24px!important;text-align:center;box-sizing:border-box}html body .hero-minicards{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;text-align:left}html body .hero-ctas{justify-content:center}html body .hero-image-wrapper{position:relative!important;width:100%!important;height:450px!important;flex:none;align-self:stretch}html body .slider-container{position:relative!important;height:400px;border-radius:var(--radius-lg);border:8px solid var(--white);box-shadow:var(--shadow-lg);width:90%;margin:0 auto 40px auto}html body .badge-1{left:10px;bottom:60px}html body .badge-2{right:10px;top:40px}html body .camino-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}}html body .decor-circle{position:absolute;pointer-events:none;z-index:0;border-radius:50%}html body .circle-hero-1{width:300px;height:300px;left:-100px;top:10%;opacity:.08}html body .circle-hero-2{width:180px;height:180px;left:20%;bottom:-50px;opacity:.07}html body .minicard.active.minicard-mujer{border:2px solid #5FAD41!important;background-color:#E2EBB5!important;box-shadow:0 4px 16px rgb(95 173 65 / .12)}html body .hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:999px;font-family:'Montserrat',sans-serif;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--transition);border:2px solid #fff0}html body .hero-btn-primary{background-color:var(--navy);color:#fff;box-shadow:0 8px 20px rgb(31 50 134 / .25)}html body .hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgb(31 50 134 / .32);background-color:#18266a}html body .hero-btn-secondary{background-color:#fff0;color:var(--navy);border-color:rgb(31 50 134 / .25)}html body .hero-btn-secondary:hover{border-color:var(--navy);background-color:rgb(31 50 134 / .04);transform:translateY(-3px)}html body .hero-lifeline{position:relative;overflow:hidden;background:#fff;padding:140px 0 90px}html body .hero-lifeline .container{position:relative;z-index:2;max-width:1280px}html body .showcase-section{border-top:1px solid var(--bg-light)}html body .lifeline-section{background:linear-gradient(180deg,#ffffff 0%,var(--bg-light) 100%);padding:90px 0 100px;overflow:hidden}html body .lifeline-hint{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--rose);margin:0 0 26px}html body .lifeline{position:relative;max-width:1160px;margin:0 auto}html body .lifeline-inflection{position:absolute;top:41px;left:50%;width:25%;height:14px;border-radius:14px;background:linear-gradient(90deg,#fff0 0%,rgb(157 94 142 / .55) 50%,#fff0 100%);filter:blur(2px);opacity:0;z-index:0;pointer-events:none}html body .lifeline-traveler{position:absolute;top:40px;left:12.5%;width:18px;height:18px;margin-left:-9px;border-radius:50%;background:radial-gradient(circle,#ffffff 25%,#fff0 70%);box-shadow:0 0 16px 6px rgb(189 124 172 / .7);opacity:0;z-index:3;pointer-events:none}html body .lifeline.drawn .stage-1 .lifeline-dot{border-color:#5FAD41;background:#5FAD41;transition:background 0.5s ease 0.25s,border-color 0.5s ease 0.25s,transform 0.15s ease,box-shadow 0.15s ease}html body .lifeline-stage:hover .lifeline-dot{transform:scale(1.25)}html body .lifeline-panel{max-width:840px;margin:44px auto 0;background:var(--panel-bg,#F5FAF0);border-radius:var(--radius-lg);border-left:5px solid var(--accent,#5FAD41);box-shadow:var(--shadow-sm);min-height:300px;position:relative;overflow:hidden;transition:background 0.45s ease,border-color 0.45s ease}html body .lifeline-panel-inner{box-sizing:border-box;width:100%;min-height:300px;padding:26px 32px;display:flex;gap:30px;align-items:center;opacity:1;transition:opacity 0.4s ease}html body .lifeline-panel-body{flex:1;min-width:0}html body .lifeline-panel-figure{position:relative;flex-shrink:0;width:210px;align-self:stretch;display:flex;align-items:flex-end;justify-content:center}@media (max-width:768px){html body .lifeline-title{font-size:28px}html body .lifeline-intro{font-size:16px}html body .lifeline-stage-name{font-size:13px}html body .lifeline-stage-age,html body .lifeline-stage-phase{font-size:11px}html body .lifeline-stage{padding:34px 2px 0}html body .lifeline-panel-inner{flex-direction:column;padding:24px 22px}html body .lifeline-panel-figure{order:-1;width:100%;align-self:center;margin-bottom:6px}html body .lifeline-panel-figure img{max-height:150px}html body .lifeline-panel-title{font-size:16px}html body .lifeline-panel-tag{font-size:11px}html body .lifeline-panel-desc{font-size:13px}html body .lifeline-panel-list li{font-size:13px}html body .lifeline-panel-list{grid-template-columns:1fr}}@media (max-width:480px){html body .lifeline-stage{min-width:0;padding-left:1px;padding-right:1px}html body .lifeline-stage-name{font-size:11px;letter-spacing:0}html body .lifeline-stage-age,html body .lifeline-stage-phase{font-size:10px}html body .lifeline-panel-title{font-size:15px}html body .lifeline-panel-figure img{max-height:135px}}html body .chequeo-layout{display:grid;grid-template-columns:1fr 460px;gap:50px;max-width:1220px;margin:0 auto;align-items:start}html body .chequeo-ctas .hero-btn{padding:11px 18px;font-size:14px}@media (max-width:480px){html body .chequeo-chip{padding:12px 15px;font-size:13px}}html body .test-section{background:linear-gradient(180deg,#ffffff 0%,#FBFAFC 100%);padding:80px 0;border-top:1px solid var(--bg-light)}html body .chequeo-anat{display:flex;justify-content:center;margin:2px 0 14px}html body .testimonios-section{background:#fff;padding:80px 0;border-top:1px solid var(--bg-light)}html body .pasos-section{background:#F9F7FB;padding:80px 0;border-top:1px solid var(--bg-light)}html body .equipo-section{background:#fff;padding:80px 0;border-top:1px solid var(--bg-light)}html body .site-footer{background:#1F3286;color:#b7c0e0;padding:62px 0 26px}html body .mobile-cta-bar{display:none}html body .hero-lifeline h1,html body .hero-lifeline h2,html body .hero-lifeline h3,html body .sintomas-section h2,html body .sintomas-section h3,html body .test-section h2,html body .test-section h3,html body .pasos-section h2,html body .equipo-section h2,html body .equipo-section h3,html body .testimonios-section h2,html body .showcase-section h2,html body .hero-lifeline h1,html body .hero-lifeline h2,html body .hero-lifeline h3,html body .sintomas-section h2,html body .sintomas-section h3,html body .test-section h2,html body .test-section h3,html body .pasos-section h2,html body .pasos-section h3,html body .equipo-section h2,html body .equipo-section h3,html body .testimonios-section h3,html body .showcase-section h3{font-family:'Montserrat',sans-serif;color:var(--navy);font-weight:700}html body .hero-lifeline,html body .sintomas-section,html body .chequeo-section,html body .test-section,html body .hero-section,html body .pasos-section,html body .equipo-section,html body .testimonios-section,html body .site-footer,html body .mobile-cta-bar,html body .chequeo-siguiente,html body .hero-lifeline p,html body .sintomas-section p,html body .test-section p,html body .hero-section p,html body .pasos-section p,html body .equipo-section p,html body .testimonios-section p,html body .site-footer p{font-family:'Inter',sans-serif;font-weight:400;line-height:1.7}html body .hero-lifeline button,html body .hero-lifeline button span,html body .sintomas-section button,html body .chequeo-section button,html body .test-section button,html body .mobile-cta-bar a,html body header .nav-btn{text-transform:none;letter-spacing:normal}:root{font-size:16px}html body h1.hero-title.hero-title{font-weight:900}html body h2.sintomas-title.sintomas-title{font-weight:800}html body h2.hero-title.hero-title{font-weight:800}html body p.test-q.test-q{font-weight:600}html body p.equipo-rol.equipo-rol{font-weight:700;font-family:'Montserrat',sans-serif}html body p.test-result-email.test-result-email{font-weight:600}html body p strong,html body p b{font-weight:700}@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0ppC8MLnbtrVK.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ppC8MLnbtg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html body header{background-color:#FFF;box-shadow:0 4px 20px rgb(31 50 134 / .05);position:fixed;top:0;left:0;width:100%;z-index:1000;border-bottom:1px solid var(--bg-light);padding:16px 0;transition:var(--transition)}html body header .container{max-width:100%!important;padding:0 60px!important}@media (max-width:480px){html body .container,html body header .container{padding:0 16px!important}}html body .nav-wrapper{display:flex;justify-content:space-between;align-items:center}html body .logo{display:flex;align-items:center;text-decoration:none;justify-content:flex-start;margin:0;padding:0;margin-left:-6px;margin-right:auto}html body .logo img{height:62px;width:auto;max-height:62px;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0)}html body .nav-menu{display:flex;list-style:none;gap:8px;align-items:center;flex-shrink:0}html body .nav-item{position:relative}html body .nav-item>a{text-decoration:none;color:var(--text-dark);font-family:'Montserrat',sans-serif;font-size:13px;font-weight:600;padding:8px 12px;display:flex;align-items:center;gap:4px;transition:var(--transition);white-space:nowrap}html body .nav-item>a:hover{color:var(--rose)}html body .nav-item.has-dropdown>a::after{content:'▾';font-size:.75rem;opacity:.6;transition:transform 0.25s ease}html body .nav-item.has-dropdown:hover>a::after{transform:rotate(180deg);color:var(--rose)}html body .dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);background-color:var(--white);border:1px solid rgb(31 50 134 / .06);border-radius:var(--radius-sm);box-shadow:0 10px 30px rgb(31 50 134 / .08);width:max-content;min-width:230px;padding:10px 0;margin-top:8px;list-style:none;opacity:0;visibility:hidden;pointer-events:none;z-index:1100;transition:opacity 0.25s ease,transform 0.25s ease,visibility 0.25s ease}html body .dropdown-menu::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:10px;height:10px;background-color:var(--white);border-left:1px solid rgb(31 50 134 / .06);border-top:1px solid rgb(31 50 134 / .06)}html body .nav-item.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}html body .dropdown-item{width:100%}html body .dropdown-item a{display:block;padding:8px 20px;color:var(--text-dark);font-family:'Montserrat',sans-serif;font-size:.88rem;text-decoration:none;font-weight:500;transition:var(--transition);text-align:left}html body .dropdown-item a:hover{background-color:#F9F0F5;color:var(--navy);padding-left:24px}html body .nav-item a.nav-btn{background-color:var(--navy);color:var(--white)!important;padding:12px 28px!important;border-radius:var(--radius-sm);font-weight:700!important;box-shadow:0 4px 12px rgb(31 50 134 / .15);transition:var(--transition);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}html body .nav-item a.nav-btn:hover{background-color:var(--rose)!important;transform:translateY(-2px);box-shadow:0 6px 16px rgb(189 124 172 / .35)}html body .nav-item a.nav-btn.nav-btn-secondary{background-color:transparent!important;color:#BD7CAC!important;border:2px solid #BD7CAC;box-shadow:none;padding:10px 20px!important}html body .nav-item a.nav-btn.nav-btn-secondary:hover{background-color:#BD7CAC!important;color:var(--white)!important;box-shadow:0 6px 16px rgb(189 124 172 / .25);transform:translateY(-2px)}@media (max-width:768px){html body .nav-menu{display:none}}html body .mobile-cta-bar{display:none}@media (max-width:768px){html body .mobile-cta-bar{display:flex;gap:10px;position:fixed;bottom:0;left:0;right:0;z-index:900;background:#fff;box-shadow:0 -4px 20px rgb(31 50 134 / .12);padding:10px 14px calc(10px + env(safe-area-inset-bottom))}html body .mcta-primary,html body .mcta-secondary{display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;text-decoration:none;border-radius:12px;padding:14px 10px;white-space:nowrap}html body .mcta-primary{flex:1.5;background:#1F3286;color:#fff;font-weight:700;font-size:15px;box-shadow:0 4px 12px rgb(31 50 134 / .18)}html body .mcta-secondary{flex:1;background:#fff;color:#9D5E8E;border:1.5px solid #BD7CAC;font-weight:600;font-size:14px}}@media (max-width:768px){body{padding-bottom:74px}}html body .wp-site-blocks>header.wp-block-template-part{display:none}html body [data-elementor-type="header"]{display:none!important}body.admin-bar header{top:32px}@media (max-width:782px){body.admin-bar header{top:46px}}html body .hero-title{font-size:42px;line-height:1.15;color:var(--navy);margin-bottom:20px;letter-spacing:-1px;font-weight:900}html body .hero-ctas{display:flex;gap:20px;flex-wrap:wrap}@media (max-width:768px){html body .hero-title{font-size:32px!important}}@media (max-width:640px){html body .hero-title{font-size:26px!important}}html body .hero-lifeline{position:relative;overflow:hidden;background:#fff;padding:140px 0 90px}html body .hero-lifeline .container{position:relative;z-index:2;max-width:1280px}html body .hero-title-center{text-align:center;font-size:44px;line-height:1.15;letter-spacing:-1px;margin:0 auto 16px}html body .hero-ctas-center{justify-content:center;align-items:center;gap:20px;margin-top:46px}html body .hero-link{display:inline-flex;align-items:center;color:#9D5E8E;font-family:'Montserrat',sans-serif;font-weight:600;font-size:15px;text-decoration:none;transition:color .2s ease}html body .hero-link:hover{color:#1F3286;text-decoration:underline;text-underline-offset:4px}@media (max-width:768px){html body .hero-lifeline{padding:120px 0 70px}html body .hero-title-center{font-size:30px}}html body .lifeline-section{background:linear-gradient(180deg,#ffffff 0%,var(--bg-light) 100%);padding:90px 0 100px;overflow:hidden}html body .lifeline-header{text-align:center;max-width:860px;margin:0 auto 70px}html body .lifeline-eyebrow{display:inline-block;color:var(--rose);font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}html body .lifeline-title{font-size:34px;line-height:1.25;letter-spacing:-.5px;margin-bottom:16px}html body .lifeline-intro{font-size:18px;color:#5b6472;line-height:1.7}html body .lifeline-hint{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--rose);margin:0 0 26px}html body .lifeline-hint::after{content:"↓";font-size:14px;animation:hintBounce 1.6s ease-in-out infinite}@keyframes hintBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}html body .lifeline{position:relative;max-width:1160px;margin:0 auto}html body .lifeline-track{position:absolute;top:45px;left:12.5%;right:12.5%;height:7px;background:#E4DCEC;border-radius:4px;overflow:hidden;z-index:0}html body .lifeline-progress{height:100%;width:0;border-radius:4px;background:linear-gradient(90deg,#5FAD41 0%,#BD7CAC 45%,#9D5E8E 70%,#1F3286 100%);transition:width 2s cubic-bezier(.45,0,.2,1)}html body .lifeline-inflection{position:absolute;top:41px;left:50%;width:25%;height:14px;border-radius:14px;background:linear-gradient(90deg,#fff0 0%,rgb(157 94 142 / .55) 50%,#fff0 100%);filter:blur(2px);opacity:0;z-index:0;pointer-events:none}html body .lifeline.drawn .lifeline-inflection{animation:inflectionIn 0.8s ease 1.4s forwards,inflectionPulse 3.2s ease-in-out 2.4s infinite}@keyframes inflectionIn{to{opacity:.8}}@keyframes inflectionPulse{0%,100%{opacity:.5}50%{opacity:.9}}html body .lifeline-traveler{position:absolute;top:40px;left:12.5%;width:18px;height:18px;margin-left:-9px;border-radius:50%;background:radial-gradient(circle,#ffffff 25%,#fff0 70%);box-shadow:0 0 16px 6px rgb(189 124 172 / .7);opacity:0;z-index:3;pointer-events:none}html body .lifeline.drawn .lifeline-traveler{animation:travel 2s cubic-bezier(.45,0,.2,1) forwards}@keyframes travel{0%{left:12.5%;opacity:0}10%{opacity:1}90%{opacity:1}100%{left:87.5%;opacity:0}}html body .lifeline-stages{display:flex;position:relative;z-index:1}html body .lifeline-stage{flex:1;background:none;border:none;cursor:pointer;text-align:center;padding:33px 6px 0;font-family:'Inter',sans-serif;display:flex;flex-direction:column;align-items:center;transition:transform 0.3s ease}html body .lifeline-dot{width:30px;height:30px;border-radius:50%;background:#fff;border:4px solid #D9D2E4;box-shadow:0 0 0 6px rgb(255 255 255 / .9);transition:background 0.5s ease,border-color 0.5s ease,transform 0.15s ease,box-shadow 0.15s ease}html body .lifeline-stage-name{font-family:'Montserrat',sans-serif;font-size:22px;font-weight:700;color:var(--navy);margin-top:22px;transition:color 0.3s ease}html body .lifeline-stage-age{font-family:'Montserrat',sans-serif;font-size:15px;font-weight:600;color:#8b93a3;margin-top:4px}html body .lifeline-stage-phase{font-size:11px;font-style:italic;color:#a9aebb;margin-top:2px}html body .lifeline.drawn .stage-1 .lifeline-dot{border-color:#5FAD41;background:#5FAD41;transition:background 0.5s ease 0.25s,border-color 0.5s ease 0.25s,transform 0.15s ease,box-shadow 0.15s ease}html body .lifeline.drawn .stage-2 .lifeline-dot{border-color:#BD7CAC;background:#BD7CAC;transition:background 0.5s ease 0.75s,border-color 0.5s ease 0.75s,transform 0.15s ease,box-shadow 0.15s ease}html body .lifeline.drawn .stage-3 .lifeline-dot{border-color:#9D5E8E;background:#9D5E8E;transition:background 0.5s ease 1.25s,border-color 0.5s ease 1.25s,transform 0.15s ease,box-shadow 0.15s ease}html body .lifeline.drawn .stage-4 .lifeline-dot{border-color:#1F3286;background:#1F3286;transition:background 0.5s ease 1.75s,border-color 0.5s ease 1.75s,transform 0.15s ease,box-shadow 0.15s ease}html body .lifeline-stage:hover .lifeline-dot{transform:scale(1.25)}html body .lifeline-stage.active .lifeline-dot{transform:scale(1.45);box-shadow:0 0 0 7px rgb(189 124 172 / .18)}html body .lifeline-stage.active .lifeline-stage-name{color:var(--rose)}html body .lifeline-stage:hover{transform:translateY(-2px)}html body .lifeline-panel{max-width:840px;margin:44px auto 0;background:var(--panel-bg,#F5FAF0);border-radius:var(--radius-lg);border-left:5px solid var(--accent,#5FAD41);box-shadow:var(--shadow-sm);min-height:300px;position:relative;overflow:hidden;transition:background 0.45s ease,border-color 0.45s ease}html body .lifeline-panel-inner{box-sizing:border-box;width:100%;min-height:300px;padding:26px 32px;display:flex;gap:30px;align-items:center;opacity:1;transition:opacity 0.4s ease}html body .lifeline-panel-inner.is-entering{opacity:0}html body .lifeline-panel-inner.is-leaving{opacity:0;position:absolute;inset:0;pointer-events:none}html body .lifeline-panel-body{flex:1;min-width:0}html body .lifeline-panel-figure{position:relative;flex-shrink:0;width:210px;align-self:stretch;display:flex;align-items:flex-end;justify-content:center}html body .lifeline-panel-figure::before{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:170px;height:170px;border-radius:50%;background:var(--accent,#5FAD41);opacity:.1}html body .lifeline-panel-figure img{position:relative;z-index:1;width:100%;max-height:250px;object-fit:contain;display:block}html body .lifeline-panel-head{display:flex;align-items:center;gap:16px;margin-bottom:16px}html body .lifeline-panel-icon{width:50px;height:50px;flex-shrink:0;border-radius:50%;background:#fff;box-shadow:0 3px 10px rgb(0 0 0 / .07);display:inline-flex;align-items:center;justify-content:center;color:var(--accent,#5FAD41)}html body .lifeline-panel-icon svg{width:27px;height:27px}html body .lifeline-panel-heading{min-width:0}html body .lifeline-panel-tag{display:inline-block;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.5px;color:var(--accent,#5FAD41);margin-bottom:10px}html body .lifeline-panel-title{font-size:20px;margin-bottom:8px;line-height:1.25}html body .lifeline-panel-desc{font-size:14px;color:#4b5563;line-height:1.65;margin-bottom:16px}html body .lifeline-panel-list-title{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;color:#9aa1ae;margin-bottom:12px}html body .lifeline-panel-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:7px 22px;margin-bottom:20px}html body .lifeline-panel-list li{position:relative;padding-left:24px;font-size:14px;color:var(--text-dark)}html body .lifeline-panel-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--accent,#5FAD41);font-weight:700}html body .lifeline-panel-btn{display:inline-flex;align-items:center;gap:5px;padding:0;background:none;color:var(--accent,#5FAD41);font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:gap 0.2s ease}html body .lifeline-panel-btn:hover{gap:9px;text-decoration:underline;text-underline-offset:4px}html body .sintomas-section{background-color:#F7F9F2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%23BD7CAC' fill-opacity='0.15'/%3E%3C/svg%3E");padding:80px 0;border-top:1px solid var(--bg-light);position:relative;overflow:hidden}html body .sintomas-section .container{position:relative;z-index:1}@keyframes detailFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}html body .chequeo-layout{display:grid;grid-template-columns:1fr 460px;gap:50px;max-width:1220px;margin:0 auto;align-items:start}html body .chequeo-left{display:flex;flex-direction:column;gap:22px;min-width:0}html body .chequeo-desc-inner{background:#fff;border-radius:20px;box-shadow:0 12px 34px rgb(31 50 134 / .08);border-top:4px solid #BD7CAC;padding:24px 26px}html body .chequeo-desc-inner.is-empty{border-top-color:#E3DCEC;background:#FBFAFC}html body .chequeo-right{display:flex;flex-direction:column;gap:20px}html body .chequeo-fig{display:flex;flex-direction:column;align-items:center}html body .chequeo-zona{display:inline-flex;align-items:center;gap:5px;margin-bottom:12px;padding:5px 12px;background:#FBF0F7;border:1px solid #E7D3E0;border-radius:999px;font-family:'Montserrat',sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.5px;color:#9D5E8E}html body .chequeo-test-card{background:linear-gradient(135deg,#FBF0F7 0%,#EEF1FB 100%);border:1px solid #E4DCEC;border-radius:20px;padding:22px 24px;box-shadow:0 10px 28px rgb(31 50 134 / .06)}html body .ct-eyebrow{display:block;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;color:#9D5E8E;margin-bottom:8px}html body .chequeo-siguiente{max-width:1160px;margin:40px auto 0;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;background:linear-gradient(135deg,#FBF0F7 0%,#EEF1FB 100%);border:1px solid #E4DCEC;border-radius:18px;padding:20px 30px}html body .cs-info{flex:1;min-width:260px}html body .cs-text{font-size:14px;color:#44485a;line-height:1.55;margin:6px 0 0;max-width:640px}html body .cs-actions{display:flex;align-items:center;gap:16px;flex-shrink:0;flex-wrap:wrap}html body .btn-test{display:inline-flex;align-items:center;background:#BD7CAC;color:#fff;font-family:'Montserrat',sans-serif;font-weight:600;font-size:14px;padding:10px 21px;border-radius:999px;text-decoration:none;transition:background .2s ease,transform .2s ease}html body .btn-test:hover{background:#a85f93;transform:translateY(-1px)}html body .cs-link{display:inline-block;padding:10px 4px;font-size:14px;color:#9D5E8E;font-weight:600;text-decoration:none;white-space:nowrap}html body .cs-link:hover{text-decoration:underline}@media (max-width:640px){html body .chequeo-siguiente{flex-direction:column;align-items:flex-start}}html body .chequeo-fig .anat-fig{width:440px}@media (max-width:900px){html body .chequeo-layout{grid-template-columns:minmax(0,1fr);gap:28px}html body .chequeo-fig{position:static;order:-1;margin-bottom:4px}html body .chequeo-fig .anat-fig{width:min(300px, 100%)}}html body .chequeo-chips{display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start}html body .chequeo-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1.5px solid #E3DCEC;background:#fff;color:#44485a;font-family:'Inter',sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:background 0.18s ease,border-color 0.18s ease,color 0.18s ease,transform 0.18s ease}html body .chequeo-chip:hover{border-color:#BD7CAC;background:#FAF3F8;transform:translateY(-1px)}html body .chequeo-chip-check{display:inline-flex;align-items:center;justify-content:center;max-width:0;opacity:0;font-size:12px;font-weight:700;transition:max-width 0.18s ease,opacity 0.18s ease}html body .chequeo-chip.is-on{background:#BD7CAC;border-color:#BD7CAC;color:#fff}html body .chequeo-chip.is-on .chequeo-chip-check{max-width:16px;opacity:1}html body .chequeo-result{position:sticky;top:100px;align-self:start}html body .chequeo-result-inner{background:#fff;border-radius:20px;box-shadow:0 12px 34px rgb(31 50 134 / .1);border-top:4px solid var(--accent,#BD7CAC);padding:26px 28px}html body .chequeo-result-inner.is-empty{border-top-color:#E3DCEC;background:#FBFAFC}html body .chequeo-empty{font-size:15px;color:#6B7280;line-height:1.6;margin-bottom:20px}html body .chequeo-count{display:inline-block;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--accent,#BD7CAC);margin-bottom:18px}html body .chequeo-test-teaser{background:#FBF7FA;border:1px dashed #E2CEDC;border-radius:14px;padding:16px 18px 14px;margin:16px 0 18px}html body .chequeo-teaser-text{font-size:13.5px;color:#5b6472;line-height:1.55;margin:14px 0 0}html body .chequeo-msg{font-size:15px;color:#44485a;line-height:1.6;margin:16px 0 14px}html body .chequeo-marcados-title{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;color:#aab0bd}html body .chequeo-marcados ul{list-style:none;display:flex;flex-wrap:wrap;gap:6px 14px;margin:8px 0 0;padding:0}html body .chequeo-marcados li a{font-size:13px;color:var(--accent,#BD7CAC);text-decoration:none;border-bottom:1px dotted var(--accent,#BD7CAC)}html body .chequeo-marcados li a:hover{opacity:.75}html body .chequeo-ctas{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 16px}html body .chequeo-ctas .hero-btn{padding:11px 18px;font-size:14px}html body .chequeo-email label{display:block;font-size:13px;color:#6B7280;margin-bottom:7px}html body .chequeo-email-row{display:flex;gap:8px}html body .chequeo-email-row input{flex:1;min-width:0;padding:10px 13px;border:1.5px solid #E3DCEC;border-radius:10px;font-family:'Inter',sans-serif;font-size:14px}html body .chequeo-email-row input:focus{outline:none;border-color:#BD7CAC}html body .chequeo-email-row button{padding:10px 17px;border:none;border-radius:10px;background:var(--accent,#BD7CAC);color:#fff;font-family:'Montserrat',sans-serif;font-weight:600;font-size:14px;cursor:pointer}html body .chequeo-email-ok{font-size:14px;color:#5FAD41;font-weight:600;margin:0}html body .chequeo-disclaimer{font-size:11.5px;color:#aab0bd;margin:14px 0 0}@media (max-width:880px){html body .chequeo-layout{grid-template-columns:1fr;gap:26px}html body .chequeo-result{position:static}}@media (max-width:480px){html body .chequeo-chip{padding:12px 15px;font-size:13px}}html body .test-result .chequeo-ctas{justify-content:center;margin-top:16px}html body .chequeo-detalle-title{font-family:'Montserrat',sans-serif;font-size:19px;font-weight:800;color:#1F3286;margin:0 0 8px}html body .chequeo-detalle-desc{font-size:14.5px;color:#44485a;line-height:1.6;margin:0 0 10px}html body .chequeo-detalle-link{font-size:13px;color:#BD7CAC;font-weight:700;text-decoration:none;border-bottom:1px dotted #BD7CAC}html body .chequeo-detalle-link:hover{opacity:.75}html body .chequeo-test-cta{margin-top:18px;padding-top:16px;border-top:1px solid #F1EDF4}html body .chequeo-test-cta-text{font-size:13.5px;color:#5b6472;line-height:1.55;margin:0 0 12px}html body .chequeo-anat{display:flex;justify-content:center;margin:2px 0 14px}html body .chequeo-anat{display:flex;flex-direction:column;align-items:center;margin:2px 0 16px}html body .anat-fig{position:relative;width:178px;margin:0 auto}html body .anat-img{width:100%;display:block;position:relative;z-index:1;transition:filter .35s ease}html body .anat-fig::after{content:"";position:absolute;left:50%;bottom:1%;transform:translateX(-50%);width:46%;height:16px;background:radial-gradient(ellipse at center,rgb(31 50 134 / .12) 0%,#fff0 72%);z-index:0}html body .anat-fig.is-cuerpo .anat-img{filter:drop-shadow(0 0 15px rgb(189 124 172 / .85)) drop-shadow(0 0 6px rgb(189 124 172 / .7))}html body .anat-fig.is-glow .anat-img{filter:drop-shadow(0 0 7px rgb(189 124 172 / .95)) drop-shadow(0 0 2px rgb(189 124 172 / .85))}html body .anat-mark{position:absolute;z-index:3;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgb(232 160 168 / .55) 0%,rgb(232 160 168 / .55) 50%,#fff0 82%);opacity:0;transition:opacity .35s ease;pointer-events:none}html body .anat-mark.is-on{opacity:1;animation:anatPulse 2.4s ease-in-out infinite}@keyframes anatPulse{0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.16)}}html body .anat-cabeza{left:50%;top:9%;width:74px;height:74px}html body .anat-abdomen{left:50%;top:40%;width:84px;height:84px}html body .anat-pelvis{left:50%;top:50%;width:90px;height:90px}html body .anat-j{width:46px;height:46px}html body .anat-rodilla-l{left:46%;top:70%}html body .anat-rodilla-r{left:54%;top:70%}html body .anat-codo-l{left:33.5%;top:40%}html body .anat-codo-r{left:66.5%;top:40%}html body .anat-muneca-l{left:31.5%;top:51%}html body .anat-muneca-r{left:68.5%;top:51%}html body .anat-label{position:absolute;left:62%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:6px;padding:7px 15px;background:#fff;border:1px solid #E2CEDC;border-radius:999px;box-shadow:0 5px 16px rgb(31 50 134 / .10);font-family:'Montserrat',sans-serif;font-size:12.5px;font-weight:700;letter-spacing:.3px;color:#9D5E8E;white-space:nowrap;z-index:4}html body .chequeo-causa{margin-top:12px}html body .chequeo-causa-label{font-family:'Montserrat',sans-serif;font-size:10.5px;font-weight:700;letter-spacing:1px;color:#9aa1ae}html body .chequeo-causa-text{font-size:13.5px;color:#5b6472;line-height:1.55;margin:4px 0 0;font-style:italic}html body .mini-linea{display:flex;justify-content:space-between;position:relative;margin:6px 0 4px}html body .mini-linea::before{content:"";position:absolute;top:7px;left:12.5%;right:12.5%;height:3px;background:#E4DCEC;border-radius:3px;z-index:0}html body .mini-etapa{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;gap:7px}html body .mini-dot{width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid #D9D2E4;box-shadow:0 0 0 4px rgb(255 255 255 / .9);transition:transform 0.25s ease,background 0.25s ease,border-color 0.25s ease}html body .mini-etapa.is-active .mini-dot{background:var(--c);border-color:var(--c);transform:scale(1.35)}html body .mini-label{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;color:#aab0bd}html body .mini-etapa.is-active .mini-label{color:var(--c)}html body .mini-etapa.is-filled .mini-dot{background:var(--c);border-color:var(--c)}html body .mini-etapa.is-filled .mini-label{color:var(--c)}html body .chequeo-ctas{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 16px}html body .chequeo-ctas .hero-btn{padding:11px 18px;font-size:14px}html body .test-section{background:linear-gradient(180deg,#ffffff 0%,#FBFAFC 100%);padding:80px 0;border-top:1px solid var(--bg-light)}html body .test-card{max-width:720px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 16px 44px rgb(31 50 134 / .08);border:1px solid #EFEAF2;padding:26px 32px 30px}html body .test-progress{position:sticky;top:74px;background:#fff;padding:8px 0 12px;z-index:2}html body .test-progress-label{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:.5px;color:#9aa1ae}html body .test-progress-bar{height:6px;background:#EEE9F1;border-radius:6px;margin-top:6px;overflow:hidden}html body .test-progress-fill{height:100%;width:0;background:linear-gradient(90deg,#5FAD41,#BD7CAC,#9D5E8E,#1F3286);border-radius:6px;transition:width .3s ease}html body .test-area-title{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#9D5E8E;margin:22px 0 4px}html body .test-item{padding:12px 0;border-bottom:1px solid #F1EDF4}html body .test-q{font-size:15px;color:#2f3545;font-weight:600;margin:0 0 10px}html body .test-scale{display:flex;gap:6px}html body .test-opt{flex:1;min-width:0;padding:9px 4px;border:1.5px solid #E3DCEC;border-radius:10px;background:#fff;font-family:'Inter',sans-serif;font-size:11.5px;color:#7a8190;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;line-height:1.2}html body .test-opt:hover{border-color:#BD7CAC;color:#BD7CAC}html body .test-opt.is-on{background:#BD7CAC;border-color:#BD7CAC;color:#fff}html body .test-edad{margin:4px 0;padding-bottom:6px}html body .test-edad-opts{display:flex;flex-wrap:wrap;gap:8px}html body .test-edad-opt{padding:9px 15px;border:1.5px solid #E3DCEC;border-radius:999px;background:#fff;font-family:'Inter',sans-serif;font-size:14px;color:#44485a;cursor:pointer;transition:.15s ease}html body .test-edad-opt:hover{border-color:#BD7CAC}html body .test-edad-opt.is-on{background:#1F3286;border-color:#1F3286;color:#fff}html body .test-datos{display:flex;gap:10px;margin:22px 0 6px;flex-wrap:wrap}html body .test-datos input{flex:1;min-width:180px;padding:12px 14px;border:1.5px solid #E3DCEC;border-radius:12px;font-family:'Inter',sans-serif;font-size:14px}html body .test-datos input:focus{outline:none;border-color:#BD7CAC}html body .test-submit{margin-top:8px}html body .test-error{color:#d9534f;font-size:13px;margin:8px 0 0}html body .test-mini-disc{font-size:11.5px;color:#aab0bd;margin:14px 0 0}html body .test-result{text-align:center}html body .test-result-eyebrow{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;color:#9aa1ae}html body .test-score{font-family:'Montserrat',sans-serif;font-size:54px;font-weight:800;color:#1F3286;line-height:1;margin:8px 0 6px}html body .test-score span{font-size:22px;color:#aab0bd}html body .test-nivel{display:inline-block;padding:6px 16px;border-radius:999px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:13px;letter-spacing:.5px;margin-bottom:18px}html body .test-nivel-leve{background:#EAF5E4;color:#3f7a27}html body .test-nivel-moderado{background:#FBEFF6;color:#9D5E8E}html body .test-nivel-importante{background:#FBE7E6;color:#c0392b}html body .test-result .mini-linea{max-width:380px;margin:6px auto 0}html body .test-result-msg{font-size:15px;color:#44485a;line-height:1.6;max-width:500px;margin:18px auto 6px}html body .test-result-email{font-size:14px;color:#5FAD41;font-weight:600;margin:6px 0 4px}html body .test-result .chequeo-ctas{justify-content:center;margin-top:16px}@media (max-width:560px){html body .test-card{padding:22px 18px 26px}html body .test-opt{font-size:10.5px;padding:8px 2px;min-height:44px}html body .test-edad-opt{padding:12px 15px}}html body .hero-section{height:auto;min-height:58vh;display:flex;align-items:stretch;background-color:#FFF;position:relative;overflow:hidden;padding:0}html body .hero-content{width:55%;display:flex;flex-direction:column;justify-content:center;padding:120px 80px 60px 60px;z-index:2;box-sizing:border-box}html body .hero-description{font-size:1.15rem;color:var(--text-dark);margin-bottom:36px;line-height:1.75;font-weight:400}html body .hero-ctas{display:flex;gap:20px;flex-wrap:wrap}html body .hero-image-wrapper{position:absolute;top:0;right:0;bottom:0;width:45%;z-index:1;margin:0;padding:0;overflow:hidden}html body .hero-image-bg{position:absolute;width:100%;height:100%;background:radial-gradient(circle,rgb(95 173 65 / .1) 0%,rgb(189 124 172 / .05) 50%,#fff0 80%);z-index:-1}html body .slider-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;border:none;border-radius:0;box-shadow:none}html body .slider-wrapper{width:100%;height:100%;position:relative}html body .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:1;background-color:var(--bg-light)}html body .slide.active{opacity:1;z-index:2}html body .slide img{width:100%;height:100%;object-fit:cover}html body .slide img.img-slide-1{object-position:center center!important;object-fit:cover!important}html body .slide img.img-slide-2{object-position:20% center!important;object-fit:cover!important}html body .slide img.img-slide-3{object-position:center top!important;object-fit:cover!important}html body .slider-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}@keyframes float-reverse{0%{transform:translateY(0)}50%{transform:translateY(12px)}100%{transform:translateY(0)}}@media (max-width:768px){html body .hero-description{font-size:1.05rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}html body .hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:999px;font-family:'Montserrat',sans-serif;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--transition);border:2px solid #fff0}html body .hero-btn-primary{background-color:var(--navy);color:#fff;box-shadow:0 8px 20px rgb(31 50 134 / .25)}html body .hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgb(31 50 134 / .32);background-color:#18266a}html body .hero-btn-secondary{background-color:#fff0;color:var(--navy);border-color:rgb(31 50 134 / .25)}html body .hero-btn-secondary:hover{border-color:var(--navy);background-color:rgb(31 50 134 / .04);transform:translateY(-3px)}html body .hero-ctas-center{justify-content:center;align-items:center;gap:20px;margin-top:46px}html body .showcase-section{border-top:1px solid var(--bg-light)}html body .lifeline-eyebrow{display:inline-block;color:var(--rose);font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}html body .chequeo-ctas .hero-btn{padding:11px 18px;font-size:14px}html body .pasos-section{background:#F9F7FB;padding:80px 0;border-top:1px solid var(--bg-light)}html body .pasos-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:46px auto 0}html body .pasos-grid::before{content:"";position:absolute;top:28px;left:18%;right:18%;height:2px;background:repeating-linear-gradient(90deg,#E1D6E6 0 7px,transparent 7px 15px);z-index:0}html body .paso{position:relative;z-index:1;text-align:center;padding:0 10px}html body .paso-num{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--c,#BD7CAC);color:#fff;font-family:'Montserrat',sans-serif;font-weight:800;font-size:20px;margin-bottom:16px;box-shadow:0 6px 16px rgb(31 50 134 / .14)}html body .paso-title{font-family:'Montserrat',sans-serif;font-size:18px;color:#1F3286;margin:0 0 8px}html body .paso-desc{font-size:14.5px;color:#5b6472;line-height:1.6;max-width:280px;margin:0 auto}html body .pasos-cta{text-align:center;margin-top:42px}@media (max-width:760px){html body .pasos-grid{grid-template-columns:1fr;gap:34px;max-width:360px}html body .pasos-grid::before{display:none}}html body .equipo-section{background:#fff;padding:80px 0;border-top:1px solid var(--bg-light)}html body .equipo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px;max-width:1080px;margin:44px auto 0}html body .equipo-card{display:flex;flex-direction:column;background:#FBFAFC;border:1px solid #EFEAF2;border-radius:20px;padding:30px 24px 26px;text-align:center;box-shadow:0 8px 24px rgb(31 50 134 / .05);transition:transform .25s ease,box-shadow .25s ease}html body .equipo-avatar{flex-shrink:0}html body .equipo-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgb(31 50 134 / .10)}html body .equipo-avatar{width:150px;height:150px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--c,#BD7CAC) 0%,#1F3286 130%);color:#fff;font-family:'Montserrat',sans-serif;font-weight:800;font-size:28px;letter-spacing:1px;border:3px solid #fff;box-shadow:0 6px 18px rgb(31 50 134 / .16);overflow:hidden}html body .equipo-avatar img{width:100%;height:100%;object-fit:cover;display:block}html body .equipo-nombre{font-family:'Montserrat',sans-serif;font-size:17px;font-weight:800;color:#1F3286;margin:0 0 3px}html body .equipo-rol{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--c,#BD7CAC);margin:0 0 10px}html body .equipo-bio{font-size:13.5px;color:#5b6472;line-height:1.6;margin:0}html body .equipo-idiomas{font-size:12.5px;color:#8b93a3;margin:12px 0 0;padding-top:10px;border-top:1px solid #F1EDF4;margin-top:auto}html body .equipo-bio{margin-bottom:12px}html body .equipo-grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,420px));justify-content:center}html body .equipo-sello{display:flex;align-items:center;justify-content:center;gap:10px;max-width:620px;margin:40px auto 0;padding:14px 22px;background:#F9F7FB;border:1px solid #EFEAF2;border-radius:999px;font-size:14px;color:#44485a;text-align:center}html body .equipo-sello svg{width:20px;height:20px;color:#5FAD41;flex-shrink:0}html body .equipo-sello strong{color:#1F3286}@media (max-width:560px){html body .equipo-grid{grid-template-columns:1fr 1fr;gap:16px}html body .equipo-card{padding:22px 14px 20px}html body .equipo-avatar{width:116px;height:116px;font-size:22px}html body .equipo-sello{border-radius:20px}}html body .testimonios-section{background:#fff;padding:80px 0;border-top:1px solid var(--bg-light)}html body .testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1080px;margin:44px auto 0}html body .testi-card{position:relative;background:#FBFAFC;border:1px solid #EFEAF2;border-radius:20px;padding:30px 26px 24px;box-shadow:0 8px 24px rgb(31 50 134 / .05)}html body .testi-card::before{content:"\201C";position:absolute;top:6px;left:20px;font-family:Georgia,'Times New Roman',serif;font-size:62px;line-height:1;color:#E7D3E0}html body .testi-text{position:relative;z-index:1;margin:16px 0 20px;font-size:15px;line-height:1.65;color:#44485a;font-style:italic}html body .testi-author{display:flex;align-items:center;gap:11px}html body .testi-dot{width:11px;height:11px;border-radius:50%;background:var(--c,#BD7CAC);flex-shrink:0}html body .testi-who{display:flex;flex-direction:column}html body .testi-name{font-family:'Montserrat',sans-serif;font-weight:700;font-size:14px;color:#1F3286}html body .testi-etapa{font-size:12.5px;color:#8b93a3;margin-top:1px}html body .site-footer{background:#1F3286;color:#b7c0e0;padding:62px 0 26px}html body .footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.3fr;gap:40px}html body .footer-logo{font-family:'Montserrat',sans-serif;font-size:22px;font-weight:700;color:#fff}html body .footer-logo strong{color:#BD7CAC;font-weight:700}html body .footer-tagline{font-size:14px;line-height:1.65;margin:14px 0 18px;max-width:300px}html body .footer-social{display:flex;gap:10px}html body .footer-social a{width:38px;height:38px;border-radius:50%;background:rgb(255 255 255 / .10);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease,transform .2s ease}html body .footer-social a:hover{background:#BD7CAC;transform:translateY(-2px)}html body .footer-social svg{width:19px;height:19px}html body .footer-col h4{font-family:'Montserrat',sans-serif;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:#fff;margin:0 0 14px}html body .footer-col ul{list-style:none;padding:0;margin:0}html body .footer-col li{margin-bottom:9px}html body .footer-col a{color:#b7c0e0;text-decoration:none;font-size:14px;transition:color .2s ease}html body .footer-col a:hover{color:#fff}html body .footer-contact p{font-size:14px;margin:0 0 7px}html body .footer-btn{display:inline-flex;margin-top:12px;background:#BD7CAC;color:#fff;padding:11px 22px;border-radius:999px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:14px;text-decoration:none;transition:background .2s ease,transform .2s ease}html body .footer-btn:hover{background:#a85f93;transform:translateY(-1px)}html body .footer-bottom{border-top:1px solid rgb(255 255 255 / .13);margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#93 9dc9}html body .footer-bottom{color:#939dc9}html body .footer-legal a{color:#939dc9;text-decoration:none}html body .footer-legal a:hover{color:#fff}@media (max-width:820px){html body .footer-grid{grid-template-columns:1fr 1fr;gap:32px}html body .footer-brand{grid-column:1 / -1}}@media (max-width:520px){html body .footer-grid{grid-template-columns:1fr}html body .footer-bottom{flex-direction:column;align-items:flex-start}}html body .wp-site-blocks>footer.wp-block-template-part{display:none}html body [data-elementor-type="footer"]{display:none!important}