.admin-app,.admin-login,.admin-loading{min-height:100vh;background:#f7f6f4;color:#222}.admin-app{display:grid;grid-template-columns:260px 1fr}.admin-app aside{position:sticky;top:0;height:100vh;padding:28px 20px;background:#fff;border-right:1px solid #ebe7e2;display:flex;flex-direction:column}.admin-brand{display:block;padding:0 10px 30px}.admin-brand img{width:165px;height:70px;object-fit:contain}.admin-app nav{display:grid;gap:8px}.admin-app nav button,.admin-aside-bottom button,.admin-aside-bottom a{width:100%;border:0;border-radius:12px;padding:13px 15px;background:transparent;color:#554f52;display:flex;align-items:center;gap:12px;text-decoration:none;text-align:left;font-weight:700}.admin-app nav button:hover,.admin-app nav button.active{background:#f7eaf2;color:#a62f74}.admin-app svg{width:19px;height:19px;stroke-width:2}.admin-aside-bottom{margin-top:auto;display:grid;gap:5px;border-top:1px solid #eee;padding-top:18px}.admin-main{padding:42px;min-width:0}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:32px}.eyebrow{margin:0 0 4px;color:#a62f74;font-size:11px;font-weight:900;letter-spacing:.14em}.admin-top h1{font:800 42px/1.05 "Baloo 2";margin:0}.admin-top>button,.editor-form footer button{border:0;border-radius:999px;background:#e0a52c;color:#fff;padding:13px 20px;display:flex;align-items:center;gap:9px;font-weight:800}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}.stats-grid article{min-height:130px;padding:24px;background:#fff;border:1px solid #eee9e5;border-radius:20px;display:flex;align-items:center;gap:18px}.stat-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center}.stat-icon.green{background:#e8f1df;color:#6f9650}.stat-icon.gold{background:#fff2d7;color:#bd7f08}.stat-icon.blue{background:#e5eef9;color:#4c7fc2}.stat-icon.pink{background:#f7e2ef;color:#aa397c}.stats-grid small{display:block;color:#746d70}.stats-grid strong{font:800 34px/1 "Baloo 2"}.admin-panel{background:#fff;border:1px solid #ebe7e2;border-radius:22px;padding:26px;box-shadow:0 12px 36px #482c3a0b}.admin-panel>header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}.admin-panel h2{font:700 26px/1.1 "Baloo 2";margin:0}.admin-panel header p{color:#756f72;margin:5px 0 0}.text-button{border:0;background:none;color:#a62f74;font-weight:800}.admin-table{overflow-x:auto}.table-head,.admin-table>article{min-width:780px;display:grid;grid-template-columns:minmax(300px,1.6fr) 120px 220px 85px;gap:16px;align-items:center}.table-head{padding:0 14px 10px;color:#8b8587;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-table>article{padding:13px 14px;border-top:1px solid #f0ece9}.article-cell{display:flex;align-items:center;gap:14px}.article-cell img,.cover-placeholder{width:58px;height:48px;border-radius:10px;object-fit:cover;background:#f7eaf2;display:grid;place-items:center;color:#a62f74}.article-cell strong,.article-cell small{display:block}.article-cell small{color:#90898c;margin-top:3px}.status{justify-self:start;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.status.published{background:#e7f1df;color:#557d36}.status.draft{background:#f1efed;color:#736c6f}.status.scheduled{background:#e4edf8;color:#3f6da7}.admin-table time{display:flex;align-items:center;gap:7px;color:#6e686a;font-size:13px}.admin-table time svg{width:16px}.row-actions{display:flex;gap:6px;justify-content:flex-end}.row-actions button,.icon-button{width:36px;height:36px;border:1px solid #e8e2de;border-radius:10px;background:#fff;color:#666;display:grid;place-items:center}.row-actions button:hover{color:#a62f74;border-color:#d6a6c2}.row-actions button.danger:hover{color:#b22b36;border-color:#e4a8ad}.row-actions svg{width:16px}.team-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.team-admin-grid>article{display:grid;grid-template-columns:72px 1fr auto;gap:16px;align-items:center;padding:16px;border:1px solid #eee9e5;border-radius:17px}.team-admin-grid>article.inactive{opacity:.55}.team-admin-grid>article>img{width:72px;height:72px;border-radius:50%;object-fit:cover}.team-admin-grid h3{font:700 20px/1.15 "Baloo 2";margin:5px 0 2px}.team-admin-grid p{font-size:13px;margin:0 0 4px;color:#635d60}.team-admin-grid small{color:#918a8d}.group-chip{font-size:10px;font-weight:900;letter-spacing:.06em;color:#a62f74}.admin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#2e1926b8;padding:28px;display:grid;place-items:center}.admin-modal{width:min(900px,100%);max-height:calc(100vh - 56px);overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 80px #0004}.admin-modal>header{position:sticky;top:0;z-index:1;background:#fff;padding:24px 28px 18px;border-bottom:1px solid #eee8e4;display:flex;justify-content:space-between;align-items:center}.admin-modal h2{font:800 32px/1 "Baloo 2";margin:0}.editor-form{padding:25px 28px}.editor-form label{display:grid;gap:7px;margin-bottom:17px;font-size:13px;font-weight:800;color:#514b4d}.editor-form input,.editor-form select,.editor-form textarea,.admin-login input{width:100%;border:1px solid #dcd6d2;border-radius:11px;background:#fff;padding:12px 13px;color:#222;outline:none}.editor-form input:focus,.editor-form select:focus,.editor-form textarea:focus,.admin-login input:focus{border-color:#aa397c;box-shadow:0 0 0 3px #aa397c18}.editor-form textarea{resize:vertical;line-height:1.5}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.editor-form footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.editor-form footer .secondary{background:#f2efed;color:#5d5759}.editor-form footer svg{width:17px}.switch-row{display:flex!important;align-items:center;grid-template-columns:none!important;gap:10px!important}.switch-row input{width:18px!important;height:18px}.member-preview{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding:15px;background:#faf7f9;border-radius:16px}.member-preview img,.member-preview>span{width:60px;height:60px;border-radius:50%;object-fit:cover;background:#eed9e6;color:#a62f74;display:grid;place-items:center}.member-preview strong,.member-preview small{display:block}.member-preview small{color:#7b7477;margin-top:4px}.admin-error{color:#b22b36;font-weight:700}.admin-error.banner{padding:12px 16px;background:#fff0f1;border-radius:12px}.empty-state{text-align:center;color:#8b8587;padding:35px}.admin-login{display:grid;place-items:center;padding:25px;background:linear-gradient(135deg,#faf4f8,#f5eee0)}.admin-login section{width:min(430px,100%);padding:38px;background:#fff;border-radius:28px;box-shadow:0 24px 70px #71355320}.admin-login img{display:block;width:180px;height:80px;object-fit:contain;margin:0 auto 20px}.admin-login h1{font:800 38px/1 "Baloo 2";margin:0 0 10px}.admin-login section>p:not(.eyebrow){color:#746d70}.admin-login label{display:grid;gap:8px;font-weight:800;margin:24px 0 12px}.admin-login form button{width:100%;border:0;border-radius:999px;background:#aa397c;color:#fff;padding:13px;font-weight:800}.admin-login section>a{display:block;text-align:center;color:#6d6669;margin-top:20px}.admin-loading{display:grid;place-items:center;color:#a62f74;font-weight:800}@media(max-width:1000px){.admin-app{grid-template-columns:88px 1fr}.admin-app aside{padding:24px 12px}.admin-brand{padding:0 0 25px}.admin-brand img{width:64px;height:55px}.admin-app nav button,.admin-aside-bottom button,.admin-aside-bottom a{justify-content:center;font-size:0;padding:13px}.stats-grid{grid-template-columns:repeat(2,1fr)}.team-admin-grid{grid-template-columns:1fr}}@media(max-width:700px){.admin-app{display:block}.admin-app aside{position:static;width:100%;height:auto;padding:12px 15px;display:flex;flex-direction:row;align-items:center}.admin-brand{padding:0}.admin-brand img{width:72px;height:40px}.admin-app nav{display:flex;margin-left:auto}.admin-app nav button{width:42px;height:42px;padding:0}.admin-aside-bottom{display:none}.admin-main{padding:24px 15px 90px}.admin-top{align-items:flex-end}.admin-top h1{font-size:32px}.admin-top>button{width:46px;height:46px;padding:0;justify-content:center;font-size:0}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stats-grid article{min-height:105px;padding:16px;display:block}.stat-icon{width:38px;height:38px;margin-bottom:10px}.stats-grid strong{font-size:28px}.admin-panel{padding:18px 14px}.form-grid{grid-template-columns:1fr}.admin-overlay{padding:0}.admin-modal{max-height:100vh;height:100vh;border-radius:0}.team-admin-grid>article{grid-template-columns:58px 1fr}.team-admin-grid>article>img{width:58px;height:58px}.team-admin-grid .row-actions{grid-column:2;justify-content:flex-start}.admin-modal>header,.editor-form{padding-left:18px;padding-right:18px}}.site-tabs{display:flex;gap:8px;padding:20px;overflow-x:auto;border-bottom:1px solid #e2e8f0}.site-tabs button{white-space:nowrap;background:#edf1f5;color:#253b4a}.site-tabs button[aria-selected=true]{background:#235c49;color:#fff}.site-editor details{border:1px solid #dce3e8;border-radius:10px;padding:18px;margin-bottom:16px}.site-editor summary{cursor:pointer;font-size:1rem;font-weight:700;margin-bottom:12px}.site-editor details label{margin:14px 0}.site-editor fieldset{min-width:0;border:1px solid #dce3e8;border-radius:10px;padding:18px;margin-bottom:18px}.site-editor legend{font-weight:700;padding:0 8px}.site-editor input,.site-editor textarea,.site-editor select{font-size:1rem}.image-field{margin-bottom:20px}.image-upload{display:flex;align-items:center;gap:16px;margin-top:10px}.image-upload img{width:120px;height:90px;object-fit:contain;border:1px solid #e2e8f0;border-radius:8px}.image-upload label{font-size:.875rem;max-width:100%;overflow-wrap:anywhere}.image-upload input{max-width:100%;margin-top:8px}.gallery-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.site-save{position:sticky;bottom:0;background:#fff;border-top:1px solid #dce3e8;padding:16px 0!important;z-index:2;flex-wrap:wrap}.site-save span{font-size:.875rem;flex:1}.site-editor .row-actions button{width:auto;padding:8px 12px}.site-editor button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:700px){.gallery-editor{grid-template-columns:1fr}.image-upload{flex-wrap:wrap}.site-tabs{padding:12px}.site-save button{width:100%}}.admin-app textarea{font-family:inherit}.admin-login section>button{border:0;border-radius:999px;background:#aa397c;color:#fff;padding:12px 20px;font:inherit;cursor:pointer}.admin-users-list article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid #eee}.admin-users-list article div{min-width:0;overflow-wrap:anywhere}.admin-users-list span,.admin-users-list small{display:block;margin-top:6px}.admin-users-list small{color:#746d70}.admin-login input{width:100%;box-sizing:border-box;padding:12px;border:1px solid #d9d1d5;border-radius:8px;font:inherit}.admin-login small{display:block;margin:10px 0;color:#746d70}.admin-panel>header>button{display:flex;align-items:center;gap:8px;border:0;border-radius:12px;background:#aa397c;color:#fff;padding:12px;font-weight:700}@media(max-width:700px){.admin-panel>header{flex-wrap:wrap}.admin-app nav{gap:2px}.admin-app nav button{width:38px}}@font-face{font-family:"Baloo 2";src:url(/assets/source/1315a17e754a468c.woff2) format("woff2");font-weight:400 800;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/assets/source/877a6d082a560c47.woff2) format("woff2");font-weight:300 900;font-display:swap}:root{--pink:#b0317b;--gold:#e4a40f;--blue:#4c7fc2;--green:#91b273;--ink:#111}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);font-family:Nunito Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer}.wrap{max-width:1080px;margin:auto}.top{height:45px;background:var(--pink);color:#fff;font-size:12px}.top>div{height:100%;max-width:1140px;margin:auto;display:flex;align-items:center;gap:24px}.top span{display:flex;align-items:center;gap:7px;white-space:nowrap}.top i{margin-left:auto;display:flex;gap:28px}.top img{width:14px;height:14px;filter:brightness(0) invert(1)}header{height:90px;background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px #eee}.nav{height:100%;max-width:1140px;margin:auto;display:flex;align-items:center;gap:25px}.logob{border:0;background:none;padding:0}.logob img{display:block;width:200px;height:68px;object-fit:contain}.nav nav{display:flex;gap:25px;margin-left:auto}.nav nav button{border:0;background:none;padding:15px 0;font-size:14px}.nav nav button:hover{color:var(--pink)}.cta,.hero button,.blog button{border:0;background:#e3a832;color:#fff;border-radius:999px;font-family:"Baloo 2"}.cta{width:220px;height:70px;font-size:20px}.menu{display:none;border:0;background:none}.menu img{display:block;width:24px;height:24px}.hero{height:700px;color:#fff;background-image:linear-gradient(105deg,#d5ce3c91,#d42b6e82,#5072c27d),url(/assets/source/28d95caa266e3cd4.jpg);background-size:cover;background-position:center;display:flex;align-items:center}.hero>div{width:min(1120px,calc(100% - 80px));margin:auto}.hero h1{font:800 72px/1 "Baloo 2";margin:0 0 22px}.hero p{max-width:900px;font-size:24px;line-height:1.48;margin:0 0 35px}.hero button{width:193px;height:70px;font-size:19px}.about{background:#fff url(/assets/source/ee9f500441b6381b.png) center top/cover repeat-y;padding-bottom:25px}.pillars{max-width:1080px;margin:0 auto -100px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;transform:translateY(-140px)}.pillars article{min-height:540px;padding:45px 40px 38px;border-radius:0 0 55px 55px;color:#fff;display:flex;flex-direction:column}.pillars .green{background:#92b274}.pillars .pink{background:#aa397c}.pillars .blue{background:#5680bd}.pillars h3{font:800 48px/1 "Baloo 2";margin:0 0 20px}.pillars p{font-size:16px;line-height:1.5}.pillars img{width:100%;height:135px;margin-top:auto;object-fit:cover;border-radius:0 0 45px 45px}.trans{max-width:750px;margin:0 0 25px calc((100% - 1080px)/2);padding:42px 40px;border-radius:55px;background:#aa397c;color:#fff}.trans h2{font:800 42px/1 "Baloo 2";margin:0 0 20px}.trans p{line-height:1.55;margin:0}.history{max-width:1100px;margin:auto;padding:30px 0}.history h2,.team h2,.blog h2{font:800 72px/1 "Baloo 2";color:var(--pink);text-align:center;margin:0 0 20px}.lead{text-align:center;font-size:17px}.history-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:45px;align-items:center;margin-top:35px}.history-grid p{font-size:17px;line-height:1.48}.history-grid img{width:100%;border-radius:90px 0}.services{background:var(--blue);color:#fff;padding:70px 0}.service-grid{max-width:1060px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:30px}.services h2{font:800 48px/1 "Baloo 2";margin:0 0 22px}.services h3,.interventions h2{color:var(--pink);font:800 48px/1 "Baloo 2";margin:0 0 22px}.services h4{font-size:20px;line-height:1.42}.services p,.services li{line-height:1.5}.service-grid>img{width:100%;max-height:630px;object-fit:contain}.interventions{padding:40px 20px 50px}.interventions h4{margin:0}.interventions p{line-height:1.55}.accordion{margin-top:25px}.item{margin-bottom:10px}.item>button{width:100%;padding:17px 20px;border:0;background:#aa397c;color:#fff;display:flex;justify-content:space-between;text-align:left;font-weight:800}.item>p{margin:0;padding:18px 20px;background:#f6f6f6}.specialties{max-width:1080px;margin:auto;padding:40px 0 80px}.specialties>h2{font:800 70px/1 "Baloo 2";text-align:center;margin:0 0 45px}.special-grid{display:grid;grid-template-columns:320px 1fr;gap:40px}.tabs{display:flex;flex-direction:column;gap:10px}.tabs button{min-height:66px;padding:10px 22px;border:0;border-radius:10px;background:#5b84c2;color:#fff;text-align:left;font-size:18px}.tabs button.active{background:#aa397c}.special-grid article{min-height:520px;padding:45px;border-radius:35px;background:#fff;box-shadow:0 8px 24px #00000017;font-size:18px;line-height:1.55}.special-grid article img{float:right;width:47%;height:260px;object-fit:cover;margin:0 0 24px 35px;border-radius:0 0 45px 45px}.team{max-width:1120px;margin:auto;padding:0 0 70px}.carousel{position:relative;padding:10px 20px 35px}.people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.person{background:#f7f7f7;text-align:center;border-radius:0 0 24px 24px;padding:0 18px 30px;min-height:440px}.person>img{width:153px;height:153px;object-fit:cover;border-radius:50%}.person h3{font:400 24px/1.1 "Baloo 2";margin:10px 0}.person p{line-height:1.45;font-size:14px}.person .role{font-size:12px;text-transform:uppercase;color:#555;min-height:28px}.divider{display:block;width:54px;height:4px;margin:14px auto 18px;border-top:4px dotted #5c83b7}.arrow{position:absolute;top:45%;z-index:2;border:0;background:none}.arrow img{display:block;width:18px;height:34px;opacity:.45}.arrow.left{left:-5px}.arrow.right{right:-5px}.dots{display:flex;justify-content:center;gap:12px;margin-top:28px;overflow:hidden}.dots span{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#d4d4d4}.dots span.active{background:#111}.accordion button span img{display:block;width:14px;height:14px;filter:brightness(0) invert(1)}.gallery{background:#e3a832;padding:55px max(20px,calc((100% - 1120px)/2)) 70px}.gallery h2{font:800 72px/1 "Baloo 2";text-align:center;color:#fff;margin:0 0 35px}.gallery>div{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery img{width:100%;aspect-ratio:1.5/1;object-fit:cover}.gallery img:nth-last-child(-n+4){aspect-ratio:2/3}.blog{max-width:1120px;margin:auto;padding:50px 0 75px}.blog>div{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog article{border-radius:22px;padding:10px 10px 18px;box-shadow:0 4px 14px #0000001c;display:flex;flex-direction:column}.blog article img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}.blog time{margin:14px 5px 0;color:var(--pink);font-size:12px;font-weight:800;text-transform:uppercase}.blog h3{font:600 18px/1.25 "Baloo 2";margin:6px 4px;min-height:45px}.blog article>p{margin:0 4px 18px;color:#6d676a;font-size:14px;line-height:1.45}.blog button{align-self:flex-start;margin-top:auto;padding:10px 26px}.article-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#251520bf;padding:30px;display:grid;place-items:center}.article-modal{position:relative;width:min(900px,100%);max-height:calc(100vh - 60px);overflow:auto;background:#fff;border-radius:28px;box-shadow:0 30px 80px #0005}.article-modal>img{width:100%;height:330px;object-fit:cover;border-radius:28px 28px 0 0}.article-modal>div{padding:38px 48px 46px}.article-modal time{color:var(--pink);font-size:13px;font-weight:800;text-transform:uppercase}.article-modal h2{font:800 42px/1.08 "Baloo 2";margin:8px 0 16px}.article-modal p{line-height:1.65}.article-modal .article-lead{font-size:19px;color:#615b5e}.article-close{position:absolute;z-index:1;right:18px;top:18px;border:0;border-radius:999px;background:#fff;color:#7b2c5b;padding:10px 18px;font-weight:800;box-shadow:0 4px 18px #0003}.contact{max-width:1120px;margin:auto;padding:20px 0 70px}.contact>h2{font:800 70px/1 "Baloo 2";text-align:center;margin:0 0 45px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact form{border:1px solid #ddd;padding:24px;border-radius:8px}.contact label{display:block;font-weight:700;font-size:14px;margin-bottom:15px}.contact input:not([type=checkbox]){width:100%;padding:12px;border:1px solid #ccc;border-radius:4px;margin-top:5px}.contact .check{font-weight:400}.contact form>button{width:100%;border:0;border-radius:3px;background:#000;color:#fff;padding:12px;font-weight:700}.notice{color:var(--pink)}.map{width:100%;min-height:360px;border:0}footer{background:#e3a832;color:#fff}.footer-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding:70px 0}.footer-grid>div:first-child img{width:200px}.footer-grid h3{font:500 20px "Baloo 2"}.footer-grid p{font-size:14px;margin:8px 0}.copy{border-top:1px solid #ffffff40;max-width:1120px;margin:auto;padding:20px 0;display:flex;justify-content:space-between;font-size:11px}.whatsapp{position:fixed;right:16px;bottom:18px;z-index:60}.whatsapp img{width:80px;height:80px;filter:drop-shadow(0 2px 3px #0004)}@media(max-width:700px){.top{height:66px}.top>div{justify-content:center}.top span{display:none}.top i{margin:0;gap:28px}.top img{width:15px;height:15px}header{height:132px}.nav{padding:26px 20px 30px;align-items:flex-start;position:relative;flex-wrap:wrap}.logob img{width:82px;height:28px}.menu{display:block;margin-left:auto;padding:0}.cta{order:4;width:100%;height:40px;font-size:20px}.nav nav{display:none;position:absolute;top:70px;left:0;right:0;margin:0;padding:12px 22px;background:#fff;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 12px 18px #0002}.nav nav.open{display:flex}.nav nav button{text-align:left;border-bottom:1px solid #eee;padding:11px}.hero{height:646px;background-position:47% center;align-items:flex-start}.hero>div{width:100%;padding:85px 10px 20px}.hero h1{font-size:32px;line-height:1.05;margin-bottom:24px}.hero p{font-size:17px;line-height:1.6;margin-bottom:30px}.hero button{width:192px;height:70px}.pillars{display:block;width:100%;margin:0;transform:none;padding:0 30px}.pillars article{width:100%;min-height:0;margin-bottom:180px;padding:35px 40px}.pillars article:nth-child(2){width:48%;margin-left:auto;padding:25px 18px}.pillars article:nth-child(3){width:48%;margin-left:29%;padding:25px 18px}.pillars h3{font-size:28px}.pillars article:nth-child(n+2) h3{font-size:18px}.pillars p{font-size:16px}.pillars article:nth-child(n+2) p{font-size:9px}.pillars img{height:auto}.about{background-size:auto 1800px}.trans{width:calc(100% - 56px);margin:-90px 28px 25px;padding:40px;border-radius:45px}.trans h2{font-size:22px}.trans p{font-size:17px}.history{padding:0 30px}.history h2{font-size:32px}.lead,.history-grid p{font-size:17px;line-height:1.45}.history-grid{display:flex;flex-direction:column;gap:15px}.history-grid img{border-radius:50px 0}.services{padding:65px 40px}.service-grid{display:flex;flex-direction:column}.services h2{font-size:32px}.services h3{font-size:28px}.services h4{font-size:20px}.services p,.services li{font-size:16px}.service-grid>img{width:115%;margin-bottom:-65px}.interventions{padding:55px 30px}.interventions h2{font-size:32px}.item>button{padding:18px 20px;font-size:16px}.specialties{padding:30px 25px 70px}.specialties>h2{font-size:26px}.special-grid{display:block}.tabs{margin-bottom:45px}.tabs button{min-height:67px}.special-grid article{padding:32px 30px;min-height:0;font-size:16px;text-align:justify}.special-grid article img{width:48%;height:140px;margin:0 0 18px 20px;border-radius:0 0 30px 30px}.team{padding:0 20px 75px}.team h2,.blog h2{font-size:32px}.people-grid{display:block}.person.extra{display:none}.person{min-height:440px;padding:10px 25px 30px}.person img{width:155px;height:155px}.arrow.left{left:0}.arrow.right{right:0}.gallery{padding:55px 10px 35px}.gallery h2{font-size:34px}.gallery>div{grid-template-columns:1fr}.gallery img,.gallery img:nth-last-child(-n+4){aspect-ratio:auto}.blog{padding:45px 10px 70px}.blog>div{grid-template-columns:1fr;gap:24px}.blog h3{display:block;min-height:0}.blog article img{aspect-ratio:auto}.blog button{margin-top:16px}.article-overlay{padding:0}.article-modal{height:100vh;max-height:none;border-radius:0}.article-modal>img{height:240px;border-radius:0}.article-modal>div{padding:30px 22px 45px}.article-modal h2{font-size:31px}.article-modal .article-lead{font-size:17px}.contact{padding:15px 20px 55px}.contact>h2{font-size:32px}.contact-grid{grid-template-columns:1fr;gap:25px}.map{min-height:300px}.footer-grid{padding:65px 20px;grid-template-columns:1fr 1fr;gap:35px 10px;min-height:440px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:first-child img{width:80px}.footer-grid h3{font-size:18px}.footer-grid p{font-size:13px}.copy{padding:18px 20px;display:block;text-align:center;line-height:2}.whatsapp{right:5px}.whatsapp img{width:80px;height:80px}}
