*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body,html,h1,h2,h3,h4,h5,h6,ul,figure,p{margin:0px;padding:0px}ul{list-style:none}a{text-decoration:none;cursor:pointer}button{outline:none;border:none;cursor:pointer;border-radius:0;background:none;margin:0;padding:0;font-family:inherit}select,input[type=text],input[type=submit],input[type=number],input[type=phone],input[type=email],input[type=password],input[type=mail],input[type=tel],textarea{outline:none;margin:0;border-radius:0;font-family:inherit}input::placeholder,textarea::placeholder{font-family:inherit}input[type=submit]{cursor:pointer;-webkit-appearance:none}img{display:block;max-width:100%}table{border-collapse:collapse}iframe{border:none}.u-displaynone{display:none !important}.u-displayflex{display:flex !important}.u-displayblock{display:block !important}.u-displayinline{display:inline !important}.u-displayinlineblock{display:inline-block !important}.u-hidden{visibility:hidden !important}.u-visible{visibility:visible !important}.u-text-center{text-align:center !important}.u-text-left{text-align:left !important}.u-text-right{text-align:right !important}.u-text-uppercase{text-transform:uppercase !important}.u-text-lowercase{text-transform:lowercase !important}.u-text-capitalize{text-transform:capitalize !important}.u-text-bold{font-weight:700 !important}.u-text-normal{font-weight:400 !important}.u-overflow-hidden{overflow:hidden !important}.u-overflow-auto{overflow:auto !important}.u-w-full{width:100% !important}.u-h-full{height:100% !important}.u-c-main{color:var(--color-main) !important}.u-bg-main{background:var(--color-main) !important}.u-c-second{color:var(--color-second) !important}.u-bg-second{background:var(--color-second) !important}.u-c-third{color:var(--color-third) !important}.u-bg-third{background:var(--color-third) !important}.u-hide-mobile{display:none !important}@media(min-width: 768px){.u-hide-mobile{display:initial !important}}.u-hide-desktop{display:initial !important}@media(min-width: 768px){.u-hide-desktop{display:none !important}}:root{--color-main: #B7644E;--color-second: #814583;--color-third: #6E6074;--color-four: #C9C9C9;--color-five: #525252}body,p,a,ul,li,button,label,table{font-family:Source Sans}h1,h2,h3,h4,h5,h6{font-family:Talesha}:root{--color-success: #3b82f6;--color-success-bg: #eff6ff;--color-success-text: #1e40af;--color-success-border: #bfdbfe;--color-error: #ef4444;--color-error-bg: #fef2f2;--color-error-text: #991b1b;--color-error-border: #fecaca;--color-warning: #f59e0b;--color-warning-bg: #fffbeb;--color-warning-text: #92400e;--color-warning-border: #fde68a;--color-info: #6366f1;--color-info-bg: #eef2ff;--color-info-text: #3730a3;--color-info-border: #c7d2fe;--color-main: #B7644E;--color-second: #814583;--color-third: #6E6074;--color-four: #C9C9C9;--color-five: #525252;--color-card-info-bg: #f0f7ff;--color-card-info-bg-light: #e3f2fd;--color-card-info-text: #1565c0;--color-card-warning-bg-light: #fff9e6;--color-card-warning-text-dark: #c77700;--color-online-bg: #88bff9;--color-online-text: #164990;--color-offline-text: #991b1b;--color-incident-bg: #fef3c7;--color-incident-border: #fde68a;--color-incident-text: #92400e;--color-white: #FFFFFF;--color-black: #000000;--color-text: #333333;--color-text-secondary: #666666;--color-text-tertiary: #999999;--color-bg: #FFFFFF;--color-bg-light: #F5F5F5;--color-bg-hover: #F0F0F0;--color-border: #DDDDDD;--color-border-light: #EEEEEE;--shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);--shadow-md: 0 2px 4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, 0.1);--shadow-xl: 0 8px 32px rgba(0, 0, 0, 0.1);--shadow-hover: 0 8px 20px rgba(0, 0, 0, 0.1);--shadow-card: 0 2px 8px rgba(0, 0, 0, 0.08);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 50%;--transition-fast: all 0.15s ease;--transition-base: all 0.3s ease;--transition-slow: all 0.5s ease;--font-size-xs: 12px;--font-size-sm: 12px;--font-size-base: 14px;--font-size-md: 16px;--font-size-lg: 20px;--font-size-xl: 24px;--font-size-2xl: 32px}.l-main{margin-top:80px}@media(min-width: 768px){.l-main{margin-top:90px}}.is-home .l-main{margin-top:0;padding:0;min-height:auto}.m-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#574060;padding:0 16px;height:80px}@media(min-width: 768px){.m-header{height:90px;padding:0 24px}}.m-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;height:100%}.m-header__menu{display:flex;align-items:center}.m-header__toggle{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:6px}.m-header__toggle span{display:block;width:32px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}@media(min-width: 768px){.m-header__toggle{gap:7px}.m-header__toggle span{width:36px}}.m-header__logo a{display:flex;align-items:center}.m-header__logo img{height:40px;width:auto}@media(min-width: 768px){.m-header__logo img{height:52px}}.m-header__cta{display:none}@media(min-width: 768px){.m-header__cta{display:block}}.m-header__btn{display:inline-block;background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.6);text-decoration:none;font-family:Source Sans;font-weight:400;font-size:15px;padding:12px 28px;border-radius:8px;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.m-header__btn:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.is-home .m-header{background:rgba(0,0,0,0)}.is-home .m-header.m-header--scrolled{background:#574060}.m-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:rgba(183,100,78,.95);z-index:9999;overflow:auto;padding:20px 15px;transition:right 1s ease;transition-delay:.25s}@media(min-width: 768px){.m-nav{padding:25px}}@media(min-width: 1248px){.m-nav{padding:50px}}.m-nav--open{right:0}.m-nav__start{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}@media(min-width: 1248px){.m-nav__start{border-bottom:1px solid #cd9484;padding:0 0 30px 0}}@media(min-width: 1440px){.m-nav__start{margin:0 0 50px 0}}.m-nav__start img{height:40px}@media(min-width: 768px){.m-nav__start img{height:45px}}@media(min-width: 1248px){.m-nav__start img{height:50px}}.m-nav__close{background:none;border:none;color:#fff;font-size:32px;cursor:pointer;padding:5px 10px;margin:0;line-height:1}@media(min-width: 1248px){.m-nav__content{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;width:90%;margin:0 auto}}.m-nav__menu{margin:25px 0;border-top:1px solid #cd9484;padding:25px 0 0 0}@media(min-width: 1248px){.m-nav__menu{border-top:none;order:2;width:70%}}.m-nav__links{list-style:none;margin:0;padding:15px;display:flex;flex-direction:column}@media(min-width: 1248px){.m-nav__links{padding:0}}.m-nav__links>li{border-bottom:1px solid #834635;padding:0 15px}@media(min-width: 1248px){.m-nav__links>li{padding:0}}.m-nav__links>li>a{display:block;padding:15px 0;color:#fff;text-decoration:none;font-family:Source Sans;font-size:14px;text-transform:uppercase}@media(min-width: 1248px){.m-nav__links>li>a{text-align:right;font-size:15px}}.m-nav__links>li>a:hover{opacity:.85}.m-nav__sub{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}@media(min-width: 768px){.m-nav__sub{justify-content:flex-end}}.m-nav__sub li{width:100%;border-bottom:none;padding:0}@media(min-width: 768px){.m-nav__sub li{width:33%}}.m-nav__sub li a{display:block;padding:0 0 10px 0;text-transform:none;text-align:left;color:#dcb3a9;font-family:Source Sans;font-size:16px;line-height:2;text-decoration:none}@media(min-width: 768px){.m-nav__sub li a{text-align:right}}.m-nav__sub li a:hover{color:#fff}@media(min-width: 1248px){.m-nav__info{order:1;width:25%}}.m-nav__logo{margin-bottom:40px}.m-nav__logo img{height:44px;width:auto}.m-nav__section{border-top:1px solid #d4a397;padding:20px 0 0 0;margin:35px 0 0 0}@media(min-width: 1248px){.m-nav__section{border-top:none}}.m-nav__section h5{text-transform:uppercase;margin:0 0 12px 0;font-size:15px;font-family:Talesha;color:#e3c3bb}.m-nav__social{display:flex;gap:10px;margin-left:15px}.m-nav__social a{display:inline-flex;align-items:center;justify-content:center;padding:4px;color:#fff;text-decoration:none;font-size:20px}.m-nav__social a:hover{opacity:.7}.m-nav__social a svg,.m-nav__social a i{width:20px;height:20px}.m-nav__units{list-style:none;margin:0;padding:0 15px}.m-nav__units li{line-height:1}.m-nav__units li a{display:inline-block;padding:5px 0;color:#fff;text-decoration:none;font-family:Source Sans;font-size:15px;display:block}.m-nav__units li a:hover{text-decoration:underline}.m-nav__contact{color:#fff;font-family:Source Sans;font-size:15px;margin:0 0 0 15px}.m-nav-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:9997}.m-footer{background:#814583;background:linear-gradient(200deg, #814583 0%, rgb(96, 51, 98) 50%);margin:50px 0 0 0}@media(min-width: 768px){.m-footer{margin:70px 0 0 0}}.m-footer__content-wrap{padding:50px 0 0 0;width:95%;margin:0 auto}@media(min-width: 389px){.m-footer__content-wrap{width:90%}}@media(min-width: 479px){.m-footer__content-wrap{width:85%}}@media(min-width: 559px){.m-footer__content-wrap{width:80%}}@media(min-width: 639px){.m-footer__content-wrap{width:75%}}@media(min-width: 751px){.m-footer__content-wrap{display:flex;flex-direction:row;align-items:inherit;justify-content:center;flex-wrap:wrap;padding:70px 0 35px 0;width:710px}}@media(min-width: 1023px){.m-footer__content-wrap{width:900px}}@media(min-width: 1247px){.m-footer__content-wrap{width:1100px}}@media(min-width: 1439px){.m-footer__content-wrap{width:1300px}}@media(min-width: 1799px){.m-footer__content-wrap{width:1500px}}.m-footer__content{width:90%;margin:0 5% 50px 5%}@media(min-width: 768px){.m-footer__content{width:45%;margin:0 2.5%}}@media(min-width: 1248px){.m-footer__content{width:18%;margin:0 3.5%}}.m-footer__content img{width:200px;margin:0 0 15px 0}.m-footer__content h2{color:#b577b7;text-transform:uppercase;font-size:15px;padding:0 0 7px 0;margin:0 0 20px 0;border-bottom:1px solid #d0a9d2;font-family:Lato}.m-footer__content p{color:#fff;line-height:1.75;font-size:15px}.m-footer__content ul{list-style:none;margin:0;padding:0}.m-footer__content ul li{line-height:1.4}.m-footer__content li a{display:inline-block;padding:4px 0;color:#fff;text-decoration:none;font-size:15px}.m-footer__content li a:hover{text-decoration:underline}.m-footer__form{margin:10px 0 0 0}.m-footer__form div{background:rgba(0,0,0,0) !important;padding:0 !important;margin:0 !important;border:none !important;box-shadow:none !important}.m-footer__form form{display:flex;flex-direction:column;margin:0;background:rgba(0,0,0,0) !important}.m-footer__form input[type=text],.m-footer__form input[type=email]{border:none !important;border-radius:5px 5px 0 0 !important;margin:0 0 3px 0 !important;padding:15px !important;font-family:Lato;color:#3f3f41;font-size:14px !important;width:100% !important;box-sizing:border-box;background:#fff !important}.m-footer__form input[type=submit],.m-footer__form button[type=submit]{background:#d9b9da !important;border:none !important;border-radius:0 0 5px 5px !important;padding:15px !important;font-family:Lato;color:#814583 !important;font-size:12px !important;text-transform:uppercase;width:100% !important;cursor:pointer;box-sizing:border-box}.m-footer__form label{display:none !important}.m-footer__form p{display:none !important}.m-footer__spam{display:block !important;color:#d0a9d2;font-size:13px;margin:12px 0 0 0;line-height:1.5}.m-footer__redes{margin:2px 0 0 0;list-style:none;padding:0;display:flex;gap:12px}.m-footer__redes li{display:inline}.m-footer__redes li a{display:inline-flex;align-items:center;justify-content:center;padding:3px;font-size:18px;color:#fff}.m-footer__redes li a:hover{opacity:.7}.m-footer__redes li a svg,.m-footer__redes li a i{width:18px;height:18px}.m-footer__copy{border-top:1px solid #844786;padding:20px 0;width:95%;margin:0 auto}@media(min-width: 389px){.m-footer__copy{width:90%}}@media(min-width: 479px){.m-footer__copy{width:85%}}@media(min-width: 559px){.m-footer__copy{width:80%}}@media(min-width: 639px){.m-footer__copy{width:75%}}@media(min-width: 751px){.m-footer__copy{width:710px}}@media(min-width: 1023px){.m-footer__copy{width:900px}}@media(min-width: 1247px){.m-footer__copy{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;width:1100px}}@media(min-width: 1439px){.m-footer__copy{width:1300px}}@media(min-width: 1799px){.m-footer__copy{width:1500px}}.m-footer__copy-left{margin:0 0 10px 0}.m-footer__copy-left p{font-size:13px;color:#fff;margin:0}.m-footer__copy-right p,.m-footer__copy-right a{color:#fff;font-size:13px}.m-footer__copy-right a{display:inline-block;padding:5px 0;color:#d0a9d2;text-decoration:none}.m-footer__copy-right a:hover{color:#fff}.m-whatsapp{position:fixed;bottom:15px;right:20px;z-index:9999;width:60px;height:60px;background:linear-gradient(#2C963C, #25B33B);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:box-shadow .3s ease}@media(min-width: 768px){.m-whatsapp{bottom:30px;width:70px;height:70px}}.m-whatsapp:hover{box-shadow:0 6px 16px rgba(0,0,0,.3)}.m-whatsapp svg{width:32px;height:32px}@media(min-width: 768px){.m-whatsapp svg{width:36px;height:36px}}.m-breadcrumb{background:#e5e6e7;padding:25px 0}@media(min-width: 751px){.m-breadcrumb{padding:35px 0}}.m-breadcrumb__content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;width:95%;margin:0 auto}@media(min-width: 389px){.m-breadcrumb__content{width:90%}}@media(min-width: 479px){.m-breadcrumb__content{width:85%}}@media(min-width: 559px){.m-breadcrumb__content{width:80%}}@media(min-width: 639px){.m-breadcrumb__content{width:75%}}@media(min-width: 751px){.m-breadcrumb__content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;width:710px}}@media(min-width: 1023px){.m-breadcrumb__content{width:900px}}@media(min-width: 1247px){.m-breadcrumb__content{width:1100px}}@media(min-width: 1439px){.m-breadcrumb__content{width:1300px}}@media(min-width: 1799px){.m-breadcrumb__content{width:1500px}}.m-breadcrumb__bread{width:100%}@media(min-width: 751px){.m-breadcrumb__bread{width:100%}}.m-breadcrumb__bread ul{list-style:none;padding:0;margin:0}@media(min-width: 751px){.m-breadcrumb__bread ul{margin:10px 0 0 0}}.m-breadcrumb__bread ul li{display:inline;color:#6c6d70;font-size:14px;margin:0 10px 0 0}@media(min-width: 751px){.m-breadcrumb__bread ul li{font-size:16px}}.m-breadcrumb__bread ul li::after{content:"|";margin:0 0 0 10px}.m-breadcrumb__bread ul li:last-child::after{content:""}.m-breadcrumb__bread ul li a{color:#3f3f41;text-decoration:none}.m-breadcrumb__bread ul li a:hover{text-decoration:underline}.m-breadcrumb__bread h1{font-size:20px;color:#814583}@media(min-width: 751px){.m-breadcrumb__bread h1{font-size:35px}}.m-breadcrumb__image{width:100%;display:none}@media(min-width: 751px){.m-breadcrumb__image{width:25%;aspect-ratio:10/6}}.m-breadcrumb__image img{width:100%;height:100%;object-fit:cover;float:left}.m-page{padding:40px 16px}@media(min-width: 768px){.m-page{padding:64px 24px}}.m-page__inner{max-width:900px;margin:0 auto}.m-page__inner h2{font-family:Talesha;font-size:24px;color:#b7644e;margin:0 0 16px}@media(min-width: 768px){.m-page__inner h2{font-size:30px}}.m-page__inner p{line-height:1.7;color:#444;margin:0 0 16px}.m-page__inner a{color:#b7644e;text-decoration:underline}.m-page__inner a:hover{color:#814583}.m-page__cards{display:grid;grid-template-columns:1fr;gap:16px;margin:24px 0}@media(min-width: 480px){.m-page__cards{grid-template-columns:1fr 1fr}}.m-page__card{background:#f9f9f9;border-radius:8px;padding:24px;text-align:center}.m-page__card h3{font-family:Source Sans;font-size:18px;color:#b7644e;margin:0 0 8px;display:flex;align-items:center;justify-content:center;gap:8px}.m-page__card h3 i,.m-page__card h3 svg{width:20px;height:20px}.m-page__card a{color:#b7644e;font-size:18px;font-weight:600;text-decoration:none}.m-page__card a:hover{text-decoration:underline}.m-page__note{font-size:14px;color:#777;margin-top:24px;text-align:center;font-style:italic}.m-page__pdf{margin:24px 0}.m-page__pdf embed{display:block;width:100%;height:80vh}.m-page__pdf-fallback{font-size:14px;color:#777;margin-top:8px}.m-page__form-embed{margin:32px 0;border-radius:8px;overflow:hidden}.m-page__form-embed iframe{display:block;width:100%;min-height:500px}.m-hero{position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center}@media(min-width: 768px){.m-hero{min-height:520px}}@media(min-width: 1248px){.m-hero{height:100vh;min-height:0;background-image:url("../img/home/home-bg-01.webp");background-size:cover;background-position:center}}.m-hero__band{position:relative;z-index:2;padding:48px 24px;max-width:500px}@media(min-width: 768px){.m-hero__band{padding:64px 48px;max-width:550px}}@media(min-width: 1248px){.m-hero__band{position:absolute;bottom:12%;left:0;width:100%;max-width:none;padding:50px 0 60px 0;background:rgba(129,69,131,.85)}}.m-hero h1{font-family:Talesha;font-size:40px;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(min-width: 768px){.m-hero h1{font-size:50px}}@media(min-width: 1248px){.m-hero h1{font-size:40px;font-weight:normal;letter-spacing:2px;margin:0 0 30px 50px;width:40%;text-shadow:none}}@media(min-width: 1440px){.m-hero h1{font-size:47px;margin:0 0 40px 70px;width:41%}}@media(min-width: 1799px){.m-hero h1{font-size:60px;margin:0 0 40px 130px;width:47%}}.m-hero__cta{display:inline-block;text-decoration:none;font-family:Source Sans;font-weight:700;font-size:14px;padding:14px 32px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;background:#fff;color:#b7644e}@media(min-width: 1248px){.m-hero__cta{background:rgba(0,0,0,0);color:#fff;border:1px solid #fff;border-radius:5px;padding:15px 30px;font-size:17px;font-weight:400;margin:0 0 0 50px}}@media(min-width: 1440px){.m-hero__cta{margin:0 0 0 70px}}@media(min-width: 1799px){.m-hero__cta{margin:0 0 0 130px}}.m-hero__cta:hover{opacity:.9;transform:translateY(-1px)}@media(min-width: 1248px){.m-hero__cta:hover{background:#fff;color:#814583;opacity:1;transform:none}}.m-hero__carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media(min-width: 1248px){.m-hero__carousel{z-index:3;top:auto;left:auto;right:3%;bottom:0;width:auto;height:90vh;aspect-ratio:31/34}}@media(min-width: 1440px){.m-hero__carousel{width:47%;height:90vh;aspect-ratio:auto}}@media(min-width: 1799px){.m-hero__carousel{width:39%;right:5%}}.m-hero__carousel::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);z-index:1}@media(min-width: 1248px){.m-hero__carousel::after{display:none}}.m-hero__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.m-hero__slide--active{opacity:1}.m-hero__slide img{width:100%;height:100%;object-fit:cover}@media(min-width: 1248px){.m-hero__slide img{object-fit:contain;object-position:bottom}}.m-home-about{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;padding:60px 0;width:90%;max-width:710px;margin:0 auto}@media(min-width: 768px){.m-home-about{flex-direction:row;justify-content:space-between}}@media(min-width: 1024px){.m-home-about{max-width:900px}}@media(min-width: 1248px){.m-home-about{padding:80px 0;justify-content:space-around;max-width:1100px}}@media(min-width: 1440px){.m-home-about{max-width:1300px}}@media(min-width: 1799px){.m-home-about{max-width:1500px}}.m-home-about__image{aspect-ratio:1/1;margin:0 0 30px 0;display:none}@media(min-width: 768px){.m-home-about__image{width:40%;margin:0;display:block}}@media(min-width: 1799px){.m-home-about__image{width:35%}}.m-home-about__image img{width:100%;border-radius:10px}.m-home-about__text{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap}@media(min-width: 768px){.m-home-about__text{width:50%}}@media(min-width: 1248px){.m-home-about__text{width:47%}}@media(min-width: 1440px){.m-home-about__text{width:40%}}.m-home-about__mobiletitle{display:block}@media(min-width: 768px){.m-home-about__mobiletitle{display:none}}.m-home-about__desktitle{display:none}@media(min-width: 768px){.m-home-about__desktitle{display:block}}.m-home-about h2{color:#b7644e;font-family:Talesha;width:80%;margin:0 10%;font-size:30px;line-height:1.35;font-weight:bold;text-align:center}@media(min-width: 768px){.m-home-about h2{text-align:left;font-weight:normal;margin:0}}@media(min-width: 1024px){.m-home-about h2{font-size:37px;line-height:1.25}}@media(min-width: 1248px){.m-home-about h2{font-size:50px}}.m-home-about p{color:#57585a;font-size:18px;font-weight:300;line-height:1.45;width:95%;margin:25px 2.5% 0 2.5%;text-align:center}@media(min-width: 768px){.m-home-about p{text-align:left;margin:35px 0 0 0}}@media(min-width: 1024px){.m-home-about p{font-size:21px}}@media(min-width: 1248px){.m-home-about p{margin:30px 0 0 0;font-size:25px}}@media(min-width: 1799px){.m-home-about p{margin:35px 0 0 0}}.m-home-tratamentos{padding:48px 16px;background:#f8f8f8}@media(min-width: 768px){.m-home-tratamentos{padding:64px 24px}}.m-home-tratamentos__inner{max-width:1000px;margin:0 auto;text-align:center}.m-home-tratamentos h2{font-family:Talesha;font-size:30px;color:#6e6074;margin:0 0 12px;text-transform:uppercase;letter-spacing:3px}@media(min-width: 768px){.m-home-tratamentos h2{font-size:50px}}.m-home-tratamentos__sub{color:#555;line-height:1.6;max-width:700px;margin:0 auto 32px;font-size:18px}.m-home-tratamentos__grid{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.m-home-tratamentos__item{display:block;flex:0 0 calc(50% - 4px);padding:10px;background:#f4ebf4;border-radius:7px;text-decoration:none;color:#814583;font-family:Source Sans;font-weight:600;font-size:14px;text-align:center;transition:all .3s ease}@media(min-width: 768px){.m-home-tratamentos__item{display:flex;align-items:center;justify-content:center;flex:0 0 45%;background:none;border:1px solid #a6a9ab;color:#3f3f41;height:65px;font-size:16px}}@media(min-width: 1024px){.m-home-tratamentos__item{height:80px;font-size:20px}}.m-home-tratamentos__item:hover{background:#814583;color:#fff;border-color:#814583;transform:translateY(-1px)}.m-home-agendamento{position:relative;padding:50px 0;background:#b7644e;text-align:center;overflow:visible}@media(min-width: 768px){.m-home-agendamento{padding:60px 0}}@media(min-width: 1248px){.m-home-agendamento{padding:90px 0}}.m-home-agendamento__logo{display:none}.m-home-agendamento__inner{position:relative;z-index:1}.m-home-agendamento h2{font-family:Talesha;color:#fff;font-size:24px;line-height:1.5;margin:0 auto;font-weight:normal}@media(min-width: 768px){.m-home-agendamento h2{font-size:30px;width:50%}}@media(min-width: 1248px){.m-home-agendamento h2{font-size:40px;width:60%}}.m-home-agendamento__cards{display:flex;flex-direction:row;align-items:normal;justify-content:center;flex-wrap:wrap;margin:20px 0 0 0}@media(min-width: 768px){.m-home-agendamento__cards{margin:40px 0 0 0}}.m-home-agendamento__card{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;width:60%;margin:20px 0}@media(min-width: 768px){.m-home-agendamento__card{margin:10px 20px;width:35%}}.m-home-agendamento__card img{width:90px;height:auto;margin:0 0 10px 0}@media(min-width: 768px){.m-home-agendamento__card img{width:120px;margin:0 0 15px 0}}@media(min-width: 1248px){.m-home-agendamento__card img{width:150px;margin:0 0 30px 0}}.m-home-agendamento__card a{width:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:#fff;font-family:Source Sans;font-size:14px;text-decoration:none;border-radius:10px;padding:15px 0;background:#a05541;transition:all .3s ease}@media(min-width: 768px){.m-home-agendamento__card a{width:220px;margin:0 20px;font-size:17px;border:1px solid #fff;padding:10px 0;background:rgba(0,0,0,0);box-shadow:4px 4px 16px -4px rgba(129,69,131,.5)}}@media(min-width: 1248px){.m-home-agendamento__card a{font-size:20px;width:300px}}.m-home-agendamento__card a:hover{box-shadow:4px 4px 16px -4px rgba(63,63,65,.75)}.m-home-patologias{position:relative;margin:-50px 0 0 0}@media(min-width: 480px){.m-home-patologias{margin:-10px 0 40px 0}}@media(min-width: 768px){.m-home-patologias{margin:10px 0 50px 0}}@media(min-width: 1248px){.m-home-patologias{margin:10px 0 60px 0}}.m-home-patologias__title{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:65px 0 25px 0;position:relative}@media(min-width: 768px){.m-home-patologias__title{margin:80px 0 30px 0}}@media(min-width: 1248px){.m-home-patologias__title{margin:130px 0 50px 0}}@media(min-width: 1799px){.m-home-patologias__title{margin:140px 0 70px 0}}.m-home-patologias__title h2{color:#6e6074;text-transform:uppercase;font-size:30px;text-align:center;letter-spacing:3px}@media(min-width: 768px){.m-home-patologias__title h2{font-size:35px}}@media(min-width: 1248px){.m-home-patologias__title h2{font-size:40px}}@media(min-width: 1440px){.m-home-patologias__title h2{font-size:50px}}.m-home-patologias__title h4{color:#808184;text-align:center;font-family:Lato;font-weight:normal;line-height:1.6;font-size:15px;margin:5px 2.5% 0 2.5%;width:95%}.m-home-patologias__carousel{position:relative}.m-home-patologias__content{width:280px;margin:0 auto;overflow:hidden;position:relative;z-index:1}@media(min-width: 480px){.m-home-patologias__content{width:380px}}@media(min-width: 768px){.m-home-patologias__content{width:500px}}@media(min-width: 1024px){.m-home-patologias__content{width:650px}}@media(min-width: 1248px){.m-home-patologias__content{width:1000px}}@media(min-width: 1799px){.m-home-patologias__content{max-width:1300px}}.m-home-patologias__track{display:flex;transition:transform .5s ease}.m-home-patologias__slide{flex:0 0 100%;text-align:center;padding:20px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;text-decoration:none;color:#333}@media(min-width: 480px){.m-home-patologias__slide{flex:0 0 48%}}@media(min-width: 768px){.m-home-patologias__slide{flex:0 0 30%;margin:0 1.5%;padding:10px}}@media(min-width: 1024px){.m-home-patologias__slide{flex:0 0 31%;margin:0 1%}}@media(min-width: 1248px){.m-home-patologias__slide{flex:0 0 21%;margin:0 2%}}.m-home-patologias__slide:hover .m-home-patologias__circle{border-color:#814583}.m-home-patologias__slide:hover .m-home-patologias__circle-inner{background:#814583}.m-home-patologias__slide:hover .m-home-patologias__img-default{width:0%}.m-home-patologias__slide:hover .m-home-patologias__img-hover{width:80%}.m-home-patologias__slide:hover h3{color:#814583}.m-home-patologias__circle{border:2px solid #bbbdbf;background:#fff;width:30px;height:30px;border-radius:15px;display:none;margin:25px 0}@media(min-width: 768px){.m-home-patologias__circle{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 0 25px 0}}.m-home-patologias__circle-inner{background:#bbbdbf;width:20px;height:20px;border-radius:15px}.m-home-patologias__images{width:70%;position:relative;aspect-ratio:2/3}@media(min-width: 768px){.m-home-patologias__images{width:90%}}.m-home-patologias__img-default{width:80%;position:absolute;top:50px;left:10%}@media(min-width: 480px){.m-home-patologias__img-default{width:100%;left:0;top:0}}@media(min-width: 768px){.m-home-patologias__img-default{width:80%;left:10%}}.m-home-patologias__img-hover{width:0%;position:absolute;top:50px;left:10%}@media(min-width: 480px){.m-home-patologias__img-hover{left:0;top:0}}@media(min-width: 768px){.m-home-patologias__img-hover{left:10%}}.m-home-patologias h3{color:#fff;background:#6e6074;text-transform:uppercase;font-size:15px;font-weight:normal;line-height:1.35;margin:15px 0 0 0;font-family:Source Sans;overflow:hidden;padding:5px 15px;border-radius:5px}@media(min-width: 480px){.m-home-patologias h3{color:#6e6074;background:none}}@media(min-width: 768px){.m-home-patologias h3{margin:0;font-size:16px;width:100%;height:47px}}.m-home-patologias__line{border-top:1px solid #e5e6e7;position:absolute;top:315px;width:100%;display:none}@media(min-width: 768px){.m-home-patologias__line{display:block;top:260px}}@media(min-width: 1024px){.m-home-patologias__line{top:270px}}@media(min-width: 1248px){.m-home-patologias__line{top:280px}}.m-home-patologias__arrows{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:900px;display:flex;justify-content:space-between;align-items:center;z-index:10}@media(min-width: 1248px){.m-home-patologias__arrows{max-width:1100px}}@media(min-width: 1799px){.m-home-patologias__arrows{max-width:1500px}}.m-home-patologias__arrows button{color:#814583;background:none;border:none;font-size:24px;cursor:pointer;padding:10px;line-height:1}.m-home-patologias__arrows button:hover{opacity:.7}.m-home-patologias__bottom{text-align:center}.m-home-patologias__link{display:inline-block;margin-top:24px;color:#814583;font-weight:600;text-decoration:none;font-size:15px}.m-home-patologias__link:hover{text-decoration:underline}.m-home-divisor{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px 24px;background:#fff}.m-home-divisor__line{flex:1;max-width:200px;height:2px;background:#814583}.m-home-divisor__logo{height:75px;width:auto;opacity:.7}.m-home-equipe{background:#fff}.m-home-equipe__title{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:100px 0 50px 0;position:relative}.m-home-equipe__title h2{color:#6e6074;text-transform:uppercase;font-size:30px;text-align:center;letter-spacing:3px}@media(min-width: 768px){.m-home-equipe__title h2{font-size:35px}}@media(min-width: 1248px){.m-home-equipe__title h2{font-size:40px}}@media(min-width: 1440px){.m-home-equipe__title h2{font-size:50px}}.m-home-equipe__title h4{color:#808184;text-align:center;font-family:Lato;font-weight:normal;line-height:1.6;font-size:15px;margin:5px 2.5% 0 2.5%;width:95%}.m-home-equipe__carousel{position:relative}.m-home-equipe__content{width:100%;max-width:1200px;margin:0 auto;overflow:hidden;position:relative;z-index:1}.m-home-equipe__track{display:flex;transition:transform .5s ease;width:92%;margin:0 auto}.m-home-equipe__slide{flex:0 0 46%;margin:0 2%;text-align:center;box-sizing:border-box;cursor:pointer}@media(min-width: 768px){.m-home-equipe__slide{flex:0 0 20%;margin:0 2.5%}}@media(min-width: 1248px){.m-home-equipe__slide{flex:0 0 16%;margin:0 2%}}.m-home-equipe__slide img{width:90%}@media(min-width: 768px){.m-home-equipe__slide:nth-child(2) img{width:100%;margin-top:-15px}}@media(min-width: 1248px){.m-home-equipe__slide:nth-child(2) img{width:90%;margin-top:0}}@media(min-width: 1024px){.m-home-equipe__slide:nth-child(3) img{width:100%;margin-top:-15px}}.m-home-equipe__slide h4{color:#814583;margin:10px 5% 5px 5%;font-size:16px;height:21px;overflow:hidden;width:90%;font-family:Lato;font-weight:normal}.m-home-equipe__slide p{color:#4c4c4e;width:90%;margin:10px 5% 5px 5%;font-size:14px}@media(min-width: 768px){.m-home-equipe__slide p{font-size:15px}}.m-home-equipe__arrows{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:1300px;display:flex;justify-content:space-between;align-items:center}.m-home-equipe__arrows button{color:#6c6d70;font-size:25px;background:none;border:none;cursor:pointer;padding:10px;line-height:1}.m-home-equipe__arrows button:hover{opacity:.7}.m-home-ebook{background:#814583;margin:40px 0 0 0}.m-home-ebook__content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;padding:35px 0;width:95%;margin:0 auto}@media(min-width: 480px){.m-home-ebook__content{width:90%}}@media(min-width: 768px){.m-home-ebook__content{width:80%}}@media(min-width: 1024px){.m-home-ebook__content{flex-direction:row;align-items:center;justify-content:space-between;width:900px}}@media(min-width: 1248px){.m-home-ebook__content{justify-content:space-around;width:1100px}}@media(min-width: 1920px){.m-home-ebook__content{width:1300px}}@media(min-width: 1799px){.m-home-ebook__content{width:1500px}}.m-home-ebook__topleft{width:100%;margin:0 0 15px 0;text-align:center;color:#fff}@media(min-width: 480px){.m-home-ebook__topleft{width:90%}}@media(min-width: 768px){.m-home-ebook__topleft{width:80%}}@media(min-width: 1024px){.m-home-ebook__topleft{width:55%;margin:0}}.m-home-ebook__topleft h3{font-family:Talesha;font-size:23px;color:#fff}@media(min-width: 1024px){.m-home-ebook__topleft h3{font-size:32px;margin:0 0 10px 0}}.m-home-ebook__topleft p{font-size:16px;color:#fff}@media(min-width: 1024px){.m-home-ebook__topleft p{font-size:20px}}.m-home-ebook__form{width:100%;margin:20px auto 25px auto}@media(min-width: 1024px){.m-home-ebook__form{margin:40px 0 0 0}}.m-home-ebook__form .bricks-form__fieldset{background:rgba(0,0,0,0)}.m-home-ebook__form .bricks-form__field{width:100% !important;margin:5px 0}.m-home-ebook__form .bricks-form__input{border-radius:5px !important}.m-home-ebook__form .bricks-form__field--phone-country{background:#fff;border-radius:5px}.m-home-ebook__form .bricks-form__field-group{gap:0;background:#fff;border-radius:5px}.m-home-ebook__form .bricks-form__field-group .bricks-form__field{margin:0}.m-home-ebook__bottomright{width:70%}@media(min-width: 560px){.m-home-ebook__bottomright{width:60%}}@media(min-width: 768px){.m-home-ebook__bottomright{width:50%}}@media(min-width: 1024px){.m-home-ebook__bottomright{width:40%}}@media(min-width: 1248px){.m-home-ebook__bottomright{width:30%}}.m-home-ebook__bottomright img{width:100%;object-fit:cover;height:100%;border-radius:10px}.m-home-blog{width:95%;margin:0 auto;padding:40px 0 60px 0}@media(min-width: 389px){.m-home-blog{width:90%}}@media(min-width: 479px){.m-home-blog{width:85%}}@media(min-width: 559px){.m-home-blog{width:80%}}@media(min-width: 639px){.m-home-blog{width:75%}}@media(min-width: 751px){.m-home-blog{width:710px}}@media(min-width: 1023px){.m-home-blog{width:900px}}@media(min-width: 1247px){.m-home-blog{width:1100px}}@media(min-width: 1439px){.m-home-blog{width:1300px}}@media(min-width: 1799px){.m-home-blog{width:1500px}}.m-home-blog__title{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:65px 0 25px 0}@media(min-width: 768px){.m-home-blog__title{margin:80px 0 30px 0}}@media(min-width: 1248px){.m-home-blog__title{margin:100px 0 50px 0}}.m-home-blog__title h2{color:#6e6074;text-transform:uppercase;font-size:30px;text-align:center;letter-spacing:3px}@media(min-width: 768px){.m-home-blog__title h2{font-size:35px}}@media(min-width: 1248px){.m-home-blog__title h2{font-size:40px}}@media(min-width: 1440px){.m-home-blog__title h2{font-size:50px}}.m-home-blog__list{display:flex;flex-direction:row;align-items:inherit;justify-content:center;flex-wrap:wrap}@media(min-width: 768px){.m-home-blog__list{justify-content:space-between}}.m-home-blog__card{width:90%;margin:15px auto;max-width:300px}@media(min-width: 768px){.m-home-blog__card{width:45%;margin:0 0 70px 0;max-width:none}}@media(min-width: 1248px){.m-home-blog__card{width:29%}}@media(min-width: 1920px){.m-home-blog__card{width:28%}}.m-home-blog__image{aspect-ratio:16/9}.m-home-blog__image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.m-home-blog__text{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center}.m-home-blog__text h4{color:#814583;margin:10px auto;font-size:17px;width:90%;font-weight:normal;font-family:Source Sans;line-height:1.25;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}@media(min-width: 768px){.m-home-blog__text h4{overflow:hidden;height:42px}}@media(min-width: 1248px){.m-home-blog__text h4{height:45px}}.m-home-blog__text p{color:#3f3f41;font-size:15px;width:90%;margin:0 auto;line-height:1.35}@media(min-width: 768px){.m-home-blog__text p{overflow:hidden;height:62px}}.m-home-blog__text a{background:#b7644e;color:#fff;padding:10px 30px;border-radius:7px;margin:15px 0 0 0;font-size:14px;text-decoration:none}@media(min-width: 768px){.m-home-blog__text a{margin:5px 0 0 0}}.m-home-blog__text a:hover{opacity:.9}.m-home-blog__vermais{display:flex;align-items:center;justify-content:center;margin:20px 0 0 0}@media(min-width: 768px){.m-home-blog__vermais{margin:0}}.m-home-blog__vermais a{color:#fff;background:#814583;border-radius:10px;padding:10px 70px;text-transform:uppercase;font-size:15px;text-decoration:none}.m-home-blog__vermais a:hover{opacity:.9}.m-sobre-nos{width:95%;margin:0 auto;padding:24px 0}@media(min-width: 389px){.m-sobre-nos{width:90%}}@media(min-width: 479px){.m-sobre-nos{width:85%}}@media(min-width: 559px){.m-sobre-nos{width:80%}}@media(min-width: 639px){.m-sobre-nos{width:75%}}@media(min-width: 751px){.m-sobre-nos{width:710px;padding:48px 0}}@media(min-width: 1023px){.m-sobre-nos{width:900px}}@media(min-width: 1247px){.m-sobre-nos{width:1100px}}@media(min-width: 1439px){.m-sobre-nos{width:1300px}}@media(min-width: 1799px){.m-sobre-nos{width:1500px}}.m-sobre-nos__text-grid{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:48px}@media(min-width: 768px){.m-sobre-nos__text-grid{gap:40px}}.m-sobre-nos__col{flex:1 1 100%}@media(min-width: 768px){.m-sobre-nos__col{flex:1 1 calc(50% - 20px)}}.m-sobre-nos__col p{line-height:1.8;color:var(--color-text-secondary);margin:0 0 16px;font-size:15px}@media(min-width: 768px){.m-sobre-nos__col p{font-size:17px}}.m-sobre-nos__mv-grid{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:48px}@media(min-width: 768px){.m-sobre-nos__mv-grid{gap:24px}}.m-sobre-nos__mv-card{flex:1 1 100%;background:var(--color-white);border-radius:var(--radius-lg);padding:28px 24px;border:1px solid var(--color-border-light);box-shadow:var(--shadow-sm)}@media(min-width: 768px){.m-sobre-nos__mv-card{flex:1 1 calc(50% - 12px)}}.m-sobre-nos__mv-card h3{font-family:Talesha;font-size:22px;color:#814583;margin:0 0 12px}.m-sobre-nos__mv-card p{line-height:1.7;color:#525252;margin:0;font-size:15px}.m-sobre-nos__valores{text-align:center;margin-top:100px}.m-sobre-nos__valores-title{font-family:Talesha;font-size:24px;color:#b7644e;margin:0 0 24px}@media(min-width: 768px){.m-sobre-nos__valores-title{font-size:30px}}.m-sobre-nos__valores-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}@media(min-width: 768px){.m-sobre-nos__valores-grid{gap:20px}}.m-sobre-nos__card{flex:0 0 calc(50% - 8px);background:var(--color-white);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:24px 16px;text-align:center;box-shadow:var(--shadow-xs);transition:var(--transition-base)}@media(min-width: 480px){.m-sobre-nos__card{flex:0 0 calc(33.333% - 11px)}}@media(min-width: 768px){.m-sobre-nos__card{flex:0 0 calc(25% - 15px)}}.m-sobre-nos__card:hover{border-color:#b7644e;box-shadow:var(--shadow-md)}.m-sobre-nos__card-icon{margin-bottom:12px}.m-sobre-nos__card-icon i,.m-sobre-nos__card-icon svg{width:32px;height:32px;color:#b7644e;stroke:#b7644e}@media(min-width: 768px){.m-sobre-nos__card-icon i,.m-sobre-nos__card-icon svg{width:36px;height:36px}}.m-sobre-nos__card h4{font-family:Source Sans;font-size:14px;font-weight:600;color:var(--color-text);margin:0}@media(min-width: 768px){.m-sobre-nos__card h4{font-size:15px}}.m-franquias-hero{background:#fff;padding:40px 16px}@media(min-width: 768px){.m-franquias-hero{padding:64px 24px}}.m-franquias-hero__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:32px}@media(min-width: 768px){.m-franquias-hero__inner{flex-direction:row;gap:48px;align-items:center}}.m-franquias-hero__text{flex:1}.m-franquias-hero__text h2{font-family:Talesha;font-size:32px;margin:0 0 12px;color:#814583;line-height:1.3}@media(min-width: 768px){.m-franquias-hero__text h2{font-size:44px}}.m-franquias-hero__text h3{font-family:"Source Sans";font-size:25px;font-weight:300;color:#6c6d70;margin:0 0 24px;line-height:1.5}.m-franquias-hero__cta{display:inline-block;background:#b7644e;color:#fff;text-decoration:none;font-weight:700;font-size:14px;padding:14px 28px;border-radius:4px;text-transform:uppercase;transition:all .3s ease}.m-franquias-hero__cta:hover{opacity:.9}.m-franquias-hero__form{background:#ddd;border-radius:8px;padding:24px;flex:1}.m-franquias-hero__form p{margin:0 0 16px;font-size:14px;color:#333}@media(min-width: 1024px){.m-franquias-hero__form p{font-size:15px}}.m-franquias-form{display:flex;flex-direction:column;gap:12px}.m-franquias-form input{padding:12px 16px;border:none;border-radius:4px;font-size:15px;font-family:Source Sans}.m-franquias-form input::placeholder{color:#999}.m-franquias-form__btn{background:#b7644e;color:#fff;border:none;padding:14px;border-radius:4px;font-size:14px;font-weight:700;font-family:Source Sans;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.m-franquias-form__btn:hover{opacity:.9}.m-franquias-about{padding:40px 16px 10px}@media(min-width: 768px){.m-franquias-about{padding:64px 24px 20px}}.m-franquias-about__inner{max-width:900px;margin:0 auto}.m-franquias-about__inner p{font-family:"Source Sans";font-size:20px;line-height:1.8;color:#6c6d70;text-align:center}.m-franquias-highlights{padding:20px 16px}@media(min-width: 768px){.m-franquias-highlights{padding:40px 24px}}.m-franquias-highlights__inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:normal;justify-content:center}@media(min-width: 768px){.m-franquias-highlights__inner{justify-content:space-between}}.m-franquias-highlights__card{background:#814583;width:70%;max-width:300px;margin:15px 0;padding:20px;aspect-ratio:5/3;display:flex;align-items:center;justify-content:center;border-radius:15px}@media(min-width: 768px){.m-franquias-highlights__card{width:48%;margin:15px 0}}@media(min-width: 1024px){.m-franquias-highlights__card{width:23%;margin:0}}.m-franquias-highlights__card p{font-size:17px;color:#fff;text-align:center;margin:0}@media(min-width: 1024px){.m-franquias-highlights__card p{font-size:20px}}.m-franquias-mercado{padding:40px 16px;border-top:1px solid #e5e6e7;max-width:1100px;margin:0 auto}@media(min-width: 768px){.m-franquias-mercado{padding:60px 0}}.m-franquias-mercado__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}@media(min-width: 1024px){.m-franquias-mercado__inner{justify-content:space-between;gap:0}}.m-franquias-mercado__item{width:45%;text-align:center}@media(min-width: 1024px){.m-franquias-mercado__item{width:23%}}.m-franquias-mercado__item p{font-size:15px;color:#3f3f41;margin:10px 0 0;line-height:1.4}@media(min-width: 768px){.m-franquias-mercado__item p{font-size:17px}}.m-franquias-mercado__icon{background:#b7644e;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto}.m-franquias-mercado__icon img{width:50%}.m-franquias-title{text-align:center;font-size:20px;color:#814583;margin:0 0 30px}@media(min-width: 768px){.m-franquias-title{font-size:25px}}@media(min-width: 1024px){.m-franquias-title{font-size:35px;margin:0 0 40px}}.m-franquias-beneficios{padding:40px 16px}@media(min-width: 768px){.m-franquias-beneficios{padding:64px 24px}}.m-franquias-beneficios__inner{max-width:1100px;margin:0 auto}.m-franquias-beneficios__carousel{position:relative;display:flex;align-items:center;gap:10px}.m-franquias-beneficios__track{display:flex;overflow:hidden;gap:20px;flex:1}.m-franquias-beneficios__item{flex:0 0 calc(50% - 10px);text-align:center;background:rgba(129,69,131,.15);border-radius:12px;padding:30px 20px}@media(min-width: 768px){.m-franquias-beneficios__item{flex:0 0 calc(33.333% - 14px)}}@media(min-width: 1024px){.m-franquias-beneficios__item{flex:0 0 calc(33.333% - 14px)}}.m-franquias-beneficios__item p{font-size:19px;color:#814583;margin:16px 0 0;line-height:1.4;font-weight:600}.m-franquias-beneficios__icon{width:90px;height:90px;margin:0 auto;background:#814583;border-radius:50%;display:flex;align-items:center;justify-content:center}.m-franquias-beneficios__icon img{width:40%;height:40%;filter:brightness(0) invert(1)}.m-franquias-beneficios__btn{background:none;border:1px solid #ccc;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease}.m-franquias-beneficios__btn:hover{border-color:#814583;color:#814583}.m-franquias-stats{background:#e5e6e7;padding:40px 16px}@media(min-width: 768px){.m-franquias-stats{padding:90px 24px}}.m-franquias-stats__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width: 768px){.m-franquias-stats__inner{flex-direction:row;justify-content:space-between;align-items:center}}.m-franquias-stats__content{text-align:center}@media(min-width: 768px){.m-franquias-stats__content{width:46%;text-align:left}}.m-franquias-stats__content .m-franquias-title{margin:0 0 20px}.m-franquias-stats__content img{max-width:100%;height:auto}.m-franquias-stats__circles{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}@media(min-width: 768px){.m-franquias-stats__circles{width:46%}}.m-franquias-stats__item{text-align:center}.m-franquias-stats__icon{background:#814583;width:100px;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}@media(min-width: 768px){.m-franquias-stats__icon{width:125px}}.m-franquias-stats__icon p{font-size:28px;color:#fff;font-weight:700;margin:0}@media(min-width: 768px){.m-franquias-stats__icon p{font-size:35px}}.m-franquias-stats__label{display:block;font-size:13px;color:#3f3f41;margin-top:8px;line-height:1.3}.m-franquias-models{padding:40px 16px;margin-top:50px}@media(min-width: 768px){.m-franquias-models{padding:64px 24px;margin-top:70px}}.m-franquias-models__inner{max-width:1100px;margin:0 auto}.m-franquias-models__grid{margin-top:40px}@media(min-width: 768px){.m-franquias-models__grid{display:flex;flex-direction:row;align-items:normal;justify-content:space-between;flex-wrap:wrap}}.m-franquias-models__card{background:#fff;border:1px solid #b7644e;border-radius:10px;padding:25px;margin:15px 0 30px 0}@media(min-width: 768px){.m-franquias-models__card{width:47%;margin:0 0 30px 0}}.m-franquias-models__card h4{font-family:Talesha;font-size:25px;color:#b7644e;text-align:center;background:#fff;padding:0 15px;margin:-40px 0 20px 0}.m-franquias-models__card p{font-size:16px;line-height:1.6;color:#555;margin:0}.m-franquias-parceiros{padding:40px 16px}@media(min-width: 768px){.m-franquias-parceiros{padding:64px 24px}}.m-franquias-parceiros__inner{max-width:1100px;margin:0 auto;text-align:center}.m-franquias-parceiros__img{display:flex;justify-content:center}.m-franquias-parceiros__img img{max-width:100%;height:auto}.m-franquias-faq{padding:40px 16px}@media(min-width: 768px){.m-franquias-faq{padding:64px 24px}}.m-franquias-faq__inner{max-width:1100px;margin:0 auto}.m-franquias-cta{background:#814583;padding:48px 16px;text-align:center}@media(min-width: 768px){.m-franquias-cta{padding:80px 24px}}.m-franquias-cta__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.m-franquias-cta .m-franquias-title{color:#fff;margin-bottom:32px}.m-franquias-cta__form{max-width:600px;padding:25px;border-radius:10px;display:flex;flex-direction:row;flex-wrap:wrap}.m-franquias-cta__form input[type=text],.m-franquias-cta__form input[type=email],.m-franquias-cta__form input[type=tel]{width:100%;border:1px solid #e5e6e7;margin:0 0 10px 0;padding:15px;border-radius:7px;font-family:Source Sans;color:#3f3f41;font-size:14px}.m-franquias-cta__form input[type=text]::placeholder,.m-franquias-cta__form input[type=email]::placeholder,.m-franquias-cta__form input[type=tel]::placeholder{font-family:Source Sans;color:#3f3f41;font-size:14px}.m-franquias-cta__form input[type=submit]{width:100%;margin:0;border:none;background:#fff;font-family:Source Sans;color:#814583;font-size:14px;text-transform:uppercase;padding:15px;border-radius:7px;cursor:pointer;transition:all .3s ease}.m-franquias-cta__form input[type=submit]:hover{opacity:.9}.m-faq{width:100%}@media(min-width: 768px){.m-faq{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}}.m-faq__item{border-bottom:1px solid #ddd;padding:15px 0;cursor:pointer;margin:0 0 10px;width:100%}@media(min-width: 768px){.m-faq__item{width:47%}}.m-faq__question{width:100%;background:none;border:none;padding:0;font-family:Source Sans;font-size:17px;color:#814583;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s}@media(min-width: 768px){.m-faq__question{font-weight:bold;font-size:20px}}.m-faq__question:hover{color:#814583}.m-faq__icon{font-size:22px;color:#814583;flex-shrink:0;margin-left:12px;transition:transform .3s,color .3s}.m-faq__answer{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease;font-size:16px;padding-top:10px}@media(min-width: 768px){.m-faq__answer{font-size:18px}}.m-faq__answer p{line-height:1.7;color:#555;margin:0}.m-faq__item--open .m-faq__answer{max-height:200px;opacity:1}.m-faq__item--open .m-faq__icon{transform:rotate(180deg);color:#814583}.m-listagem{padding:40px 16px}@media(min-width: 768px){.m-listagem{padding:64px 24px}}.m-listagem__inner{max-width:1100px;margin:0 auto}.m-listagem__intro{text-align:center;color:#555;font-size:22px;line-height:1.7;margin:0 0 32px;max-width:700px;margin-left:auto;margin-right:auto}.m-listagem__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width: 480px){.m-listagem__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.m-listagem__grid{grid-template-columns:repeat(3, 1fr)}}.m-listagem__card{display:block;background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:24px;text-decoration:none;transition:all .3s ease}.m-listagem__card:hover{border-color:#b7644e;box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.m-listagem__card h3{font-family:Talesha;font-size:20px;color:#b7644e;margin:0 0 8px}.m-listagem__card p{font-size:16px;color:#666;line-height:1.5;margin:0 0 12px}.m-listagem__link{font-size:15px;font-weight:600;color:#b7644e;text-transform:uppercase;letter-spacing:.5px}.m-listagemtratamento{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;width:95%;margin:0 auto}@media(min-width: 389px){.m-listagemtratamento{width:90%}}@media(min-width: 479px){.m-listagemtratamento{width:85%}}@media(min-width: 559px){.m-listagemtratamento{width:80%}}@media(min-width: 639px){.m-listagemtratamento{width:75%}}@media(min-width: 751px){.m-listagemtratamento{width:710px;flex-direction:row;align-items:normal;justify-content:flex-start;flex-wrap:wrap;margin:70px auto 0 auto}}@media(min-width: 1023px){.m-listagemtratamento{width:900px}}@media(min-width: 1247px){.m-listagemtratamento{width:1100px}}@media(min-width: 1439px){.m-listagemtratamento{width:1300px}}@media(min-width: 1799px){.m-listagemtratamento{width:1500px}}.m-listagemtratamento__card{width:100%;margin:0 0 100px 0;background:#fff;border:1px solid #e5e6e7;padding:30px 20px;position:relative;border-radius:10px}@media(min-width: 751px){.m-listagemtratamento__card{width:30%;margin:55px 1.5%}}.m-listagemtratamento__card:hover .imagemprincipaltratamento{width:0%}.m-listagemtratamento__card:hover .imagemhovertratamento{width:55%}.m-listagemtratamento__img{width:60%;margin:0 20% 0 20%}.m-listagemtratamento__img img{position:relative;transform:translateX(-50%);left:50%}.m-listagemtratamento__info{background:#fff;width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding-top:18px}.m-listagemtratamento__info h2{background:#6e6074;margin:0 0 22px 0;font-size:18px;font-weight:normal;font-family:Source Sans;padding:3px 10px;border-radius:5px;color:#fff}.m-listagemtratamento__info a{margin:0 5px;padding:7px 10px;font-size:13px}.imagemprincipaltratamento{width:10%;position:absolute}@media(min-width: 479px){.imagemprincipaltratamento{width:100%}}@media(min-width: 751px){.imagemprincipaltratamento{width:55%}}.imagemhovertratamento{width:0%;position:absolute}.m-general__btnone{padding:7px;border-radius:5px;text-transform:uppercase;font-size:13px;box-shadow:3px 3px 7px 0px rgba(146,148,151,.75);position:relative;text-decoration:none;display:inline-block}.m-general__btnone:hover{box-shadow:3px 3px 7px 0px rgba(108,109,112,.75)}.m-general__btnone:active{box-shadow:3px 3px 7px 0px rgba(63,63,65,.75);top:-1px}.m-general__linkmore{background:#b7644e;color:#fff}.m-general__linkwhats{background:linear-gradient(#2C963C, #25B33B);color:#fff}.m-patologias{width:95%;margin:30px auto}@media(min-width: 389px){.m-patologias{width:90%}}@media(min-width: 479px){.m-patologias{width:85%}}@media(min-width: 559px){.m-patologias{width:80%}}@media(min-width: 639px){.m-patologias{width:75%}}@media(min-width: 751px){.m-patologias{width:710px;display:flex;flex-direction:row;align-items:normal;justify-content:space-between;flex-wrap:wrap;margin:70px auto}}@media(min-width: 1023px){.m-patologias{width:900px}}@media(min-width: 1247px){.m-patologias{width:1100px}}@media(min-width: 1439px){.m-patologias{width:1300px}}@media(min-width: 1799px){.m-patologias{width:1500px}}.m-patologias aside{width:90%;margin:0 5%}@media(min-width: 751px){.m-patologias aside{width:22%;margin:0}}.m-patologias__content{width:90%;margin:0 5%}@media(min-width: 751px){.m-patologias__content{width:70%;margin:0}}.m-patologias__section{margin:0 0 50px 0;padding:0 0 50px 0;border-bottom:1px solid #e5e6e7}.m-patologias__section p,.m-patologias__section li{margin:0 0 10px 0;line-height:1.5;color:#3f3f41;font-size:16px}@media(min-width: 751px){.m-patologias__section p,.m-patologias__section li{font-size:18px}}.m-patologias__section ul{list-style:circle;padding:5px 0 0 15px}.m-patologias__section a{color:#b7644e}.m-patologias__title{margin:0 0 15px 0;display:flex;flex-direction:column;align-items:flex-start;flex-wrap:wrap}.m-patologias__title p{color:#fff;padding:3px 9px;border-radius:5px;background:#b7644e;text-transform:uppercase;font-size:12px;margin:0 0 5px 0}@media(min-width: 751px){.m-patologias__title p{font-size:13px;padding:5px 10px}}.m-patologias__title h3{font-size:22px;color:#6c6d70;font-family:Source Sans;font-weight:normal}@media(min-width: 751px){.m-patologias__title h3{font-size:30px}}@media(min-width: 751px){.m-patologias__info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}}.m-patologias__info p{color:#3f3f41;line-height:1.5;font-size:16px}@media(min-width: 751px){.m-patologias__info p{font-size:18px}}.m-patologias__txtfull{margin:0 0 20px 0}@media(min-width: 751px){.m-patologias__txtfull{width:100%;margin:0}}.m-patologias__txt{margin:0 0 20px 0}@media(min-width: 751px){.m-patologias__txt{width:48%;margin:0}}.m-patologias__txt p{color:#3f3f41;line-height:1.5;font-size:16px}@media(min-width: 751px){.m-patologias__txt p{font-size:18px}}.m-patologias__image{margin:20px 0}@media(min-width: 751px){.m-patologias__image{width:48%;margin:0}}.m-patologias__image img{width:100%;cursor:pointer;border-radius:5px}.m-general__thebox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:pointer}.m-general__thebox.u-displaynone{display:none}.m-general__thebox--content{width:90%;max-width:800px}.m-general__thebox--content img{width:100%}.m-general__aside{margin:0 0 50px 0}.m-general__aside h2{text-transform:uppercase;font-size:15px;color:#814583;font-weight:normal;font-family:Source Sans;padding:0 0 5px 0;margin:0 0 25px 0;border-bottom:1px solid #e5e6e7}.m-general__aside ul{display:flex;flex-direction:column;list-style:none;padding:0;margin:0}.m-general__aside ul li{border-left:2px solid #b7644e;margin:0 0 20px 0}.m-general__aside ul li a{color:#3f3f41;font-size:14.5px;padding:5px 0 5px 10px;text-decoration:none}.m-general__whatsapp{background:linear-gradient(#2C963C, #25B33B);width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;text-transform:uppercase;padding:10px;border-radius:5px;text-decoration:none;margin:0 0 20px 0}.m-general__whatsapp i,.m-general__whatsapp svg{width:18px;height:18px;margin-right:8px}.m-patologia{padding:40px 16px}@media(min-width: 768px){.m-patologia{padding:64px 24px}}.m-patologia__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px}@media(min-width: 768px){.m-patologia__inner{grid-template-columns:1fr 280px;gap:48px}}.m-patologia__content{min-width:0}.m-patologia__intro p{font-size:16px;line-height:1.8;color:#444;margin:0 0 16px}.m-patologia__extra{margin-bottom:24px}.m-patologia__extra p{line-height:1.7;color:#444;margin:0 0 12px}.m-patologia__extra ul{padding-left:20px;margin:0 0 16px}.m-patologia__extra ul li{line-height:1.6;color:#444;margin-bottom:6px}.m-patologia__section{margin-bottom:32px}.m-patologia__section h2{font-family:Talesha;font-size:22px;color:#b7644e;margin:0 0 16px}@media(min-width: 768px){.m-patologia__section h2{font-size:26px}}.m-patologia__section h4{font-family:Source Sans;font-size:16px;font-weight:700;color:#333;margin:20px 0 8px}.m-patologia__section p{line-height:1.7;color:#444;margin:0 0 12px}.m-patologia__section ul{padding-left:20px;margin:0 0 16px}.m-patologia__section ul li{line-height:1.6;color:#444;margin-bottom:6px}.m-patologia__section strong{color:#333}.m-patologia__section a{color:#b7644e}.m-patologia__section a:visited{color:#b7644e}.m-patologia__action{margin-top:24px;padding-top:24px;border-top:1px solid #e8e8e8}.m-patologia__btn{display:inline-flex;align-items:center;gap:8px;background:#b7644e;color:#fff;text-decoration:none;font-weight:700;font-size:14px;padding:14px 28px;border-radius:4px;text-transform:uppercase;transition:all .3s ease}.m-patologia__btn i,.m-patologia__btn svg{width:18px;height:18px}.m-patologia__btn:hover{opacity:.9}@media(min-width: 768px){.m-patologia__sidebar{position:sticky;top:96px;align-self:start}}.m-patologia__sidebar h3{font-family:Talesha;font-size:18px;color:#b7644e;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #b7644e}.m-patologia__sidebar ul{list-style:none;padding:0;margin:0}.m-patologia__sidebar ul li{border-bottom:1px solid #eee}.m-patologia__sidebar ul a{display:block;padding:10px 0;color:#555;text-decoration:none;font-size:14px;transition:color .2s ease}.m-patologia__sidebar ul a:hover{color:#b7644e}.m-patologia-cta{background:#b7644e;color:#fff;padding:48px 16px;text-align:center}@media(min-width: 768px){.m-patologia-cta{padding:64px 24px}}.m-patologia-cta__inner{max-width:700px;margin:0 auto}.m-patologia-cta h2{font-family:Talesha;font-size:24px;color:#fff;margin:0 0 12px}@media(min-width: 768px){.m-patologia-cta h2{font-size:30px}}.m-patologia-cta p{opacity:.9;margin:0 0 24px;line-height:1.6}.m-patologia-cta__btn{display:inline-block;background:#fff;color:#b7644e;text-decoration:none;font-weight:700;font-size:14px;padding:14px 32px;border-radius:4px;text-transform:uppercase;transition:all .3s ease}.m-patologia-cta__btn:hover{opacity:.9}.m-obrigado{padding:80px 16px;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.m-obrigado{padding:120px 24px}}.m-obrigado__inner{max-width:600px;margin:0 auto}.m-obrigado__icon{margin-bottom:24px}.m-obrigado__icon i,.m-obrigado__icon svg{width:64px;height:64px;color:#3b82f6;stroke:#3b82f6}.m-obrigado h1{font-family:Talesha;font-size:32px;color:#b7644e;margin:0 0 16px}@media(min-width: 768px){.m-obrigado h1{font-size:40px}}.m-obrigado p{font-size:16px;line-height:1.7;color:#555;margin:0 0 32px}.m-obrigado__btn{display:inline-block;background:#b7644e;color:#fff;text-decoration:none;font-weight:700;font-size:14px;padding:14px 32px;border-radius:4px;text-transform:uppercase;transition:all .3s ease}.m-obrigado__btn:hover{opacity:.9}.m-un{width:95%;margin:0 auto}@media(min-width: 389px){.m-un{width:90%}}@media(min-width: 479px){.m-un{width:85%}}@media(min-width: 559px){.m-un{width:80%}}@media(min-width: 639px){.m-un{width:75%}}@media(min-width: 751px){.m-un{width:710px}}@media(min-width: 1023px){.m-un{width:900px}}@media(min-width: 1247px){.m-un{width:1100px}}@media(min-width: 1439px){.m-un{width:1300px}}@media(min-width: 1799px){.m-un{width:1500px}}.m-un__top{margin:45px 0 0 0}@media(min-width: 751px){.m-un__top{margin:75px 0 0 0}}.m-un__mid{width:90%;margin:20px auto 40px auto}@media(min-width: 751px){.m-un__mid{max-width:800px;margin:25px auto 80px auto}}.m-un__mid p{font-size:15px;text-align:center;margin:0 0 10px 0;color:#3f3f41}@media(min-width: 751px){.m-un__mid p{font-size:17px}}.m-un__bot{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto 30px auto}@media(min-width: 751px){.m-un__bot{flex-direction:row;align-items:normal;justify-content:space-between;max-width:1000px;margin:0 auto 60px auto}}.m-un-map-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:pointer}.m-un-map-overlay.u-hidden{display:none}.m-un-map-overlay__frame{width:90%;max-width:900px;aspect-ratio:16/9}.m-un-map-overlay__frame iframe{width:100%;height:100%}.banner-unidades{position:relative;overflow:hidden}.banner-unidades__content{width:95%;max-width:1000px;margin:0 auto;overflow:hidden;position:relative;z-index:1}.banner-unidades__container{display:flex;transition:transform .5s ease}.banner-unidades__slide{flex:0 0 100%;margin:0;text-align:center;box-sizing:border-box}@media(min-width: 751px){.banner-unidades__slide{flex:0 0 80%;margin:0 10%}}@media(min-width: 1247px){.banner-unidades__slide{flex:0 0 100%;margin:0%}}.banner-unidades__slide img{width:100%;border-radius:10px}.banner-unidades__arrows{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:103%;max-width:1200px;display:flex;justify-content:space-between;align-items:center}@media(min-width: 751px){.banner-unidades__arrows{width:95%}}@media(min-width: 1247px){.banner-unidades__arrows{width:100%}}.banner-unidades__arrows button{color:#929497;font-size:25px;background:none;border:none;cursor:pointer}@media(min-width: 1247px){.banner-unidades__arrows button{font-size:35px}}.m-minihouses__content{border:1px solid #dbddde;width:100%;max-width:250px;margin:7px 0;border-radius:5px;padding:15px;text-align:center}@media(min-width: 751px){.m-minihouses__content{margin:0;padding:25px;text-align:left;max-width:270px}}@media(min-width: 1247px){.m-minihouses__content{max-width:290px}}.m-minihouses__content h3{color:#b7644e;font-size:20px;margin:0 0 15px 0}@media(min-width: 1247px){.m-minihouses__content h3{font-size:24px}}.m-minihouses__content p{line-height:1.4;margin:0 0 7px 0;font-size:15px;color:#57585a}@media(min-width: 1247px){.m-minihouses__content p{font-size:17px}}.m-minihouses__content a{font-size:15px;color:#57585a}@media(min-width: 1247px){.m-minihouses__content a{font-size:17px}}.m-minihouses__content span{font-size:13px;color:#929497}@media(min-width: 1247px){.m-minihouses__content span{font-size:15px}}.m-minihouses__btns{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;width:130px;padding:10px 0;border-radius:7px;cursor:pointer;font-size:10px;position:relative;transform:translateX(-50%);left:50%;margin:10px 0 0 0}@media(min-width: 751px){.m-minihouses__btns{width:140px;margin:10px 0 0 0;transform:translateX(0%);left:0%}}.m-minihouses__btns p{margin:0 !important;color:#fff !important;font-size:14px !important;text-align:center !important}.m-minihouses__btns--agenda{background:linear-gradient(#2C963C, #25B33B)}.m-minihouses__btns--mapa{background:linear-gradient(#B7644E, rgb(131, 70, 53))}.m-tratamentos{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;width:95%;margin:0 auto;padding-bottom:60px}@media(min-width: 751px){.m-tratamentos{padding-bottom:80px}}@media(min-width: 389px){.m-tratamentos{width:90%}}@media(min-width: 479px){.m-tratamentos{width:85%}}@media(min-width: 559px){.m-tratamentos{width:80%}}@media(min-width: 639px){.m-tratamentos{width:75%}}@media(min-width: 751px){.m-tratamentos{flex-direction:row;width:710px;margin:70px auto 0 auto}}@media(min-width: 1023px){.m-tratamentos{width:900px}}@media(min-width: 1247px){.m-tratamentos{width:1100px;margin:110px auto 0 auto}}@media(min-width: 1439px){.m-tratamentos{width:1300px}}@media(min-width: 1799px){.m-tratamentos{width:1500px}}.m-tratamentos__title{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:65px 0 25px 0;position:relative}@media(min-width: 751px){.m-tratamentos__title{margin:80px 0 30px 0}}@media(min-width: 1247px){.m-tratamentos__title{margin:130px 0 50px 0}}@media(min-width: 1799px){.m-tratamentos__title{margin:140px 0 70px 0}}.m-tratamentos__title h2{color:#6e6074;text-transform:uppercase;font-size:30px;text-align:center;letter-spacing:3px}@media(min-width: 751px){.m-tratamentos__title h2{font-size:35px}}@media(min-width: 1247px){.m-tratamentos__title h2{font-size:40px}}@media(min-width: 1439px){.m-tratamentos__title h2{font-size:50px}}.m-tratamentos__title h4{color:#808184;text-align:center;font-family:Lato;font-weight:normal;line-height:1.6;font-size:15px;margin:5px 2.5% 0 2.5%;width:95%}.m-tratamentos__content{width:100%;display:flex;flex-direction:row;align-items:normal;justify-content:space-around;flex-wrap:wrap}@media(min-width: 751px){.m-tratamentos__content{width:60%}}.m-tratamentos__content a,.m-tratamentos__content p{width:90%;margin:5px 0;background:#f5ecf5;text-transform:uppercase;color:#814583;font-size:14px;text-align:center;padding:10px;border-radius:7px;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}@media(min-width: 751px){.m-tratamentos__content a,.m-tratamentos__content p{width:45%;height:65px;font-size:16px;margin:10px 0;border:1px solid #a6a9ab;color:#3f3f41;background:none}}@media(min-width: 1247px){.m-tratamentos__content a,.m-tratamentos__content p{height:80px;width:45%;font-size:20px;margin:10px 0;border:1px solid #a6a9ab;color:#3f3f41;background:none}}.mtratamentosdaunidade{margin:35px auto 0 auto !important}.m-tratamentosemunidades{margin:0 auto !important}@media(min-width: 751px){.m-tratamentosemunidades{margin:30px auto 0 auto !important}}@media(min-width: 1247px){.m-tratamentosemunidades{margin:40px auto 0 auto !important}}@media(min-width: 1439px){.m-tratamentosemunidades{margin:50px auto 0 auto !important}}.m-tratamentosemunidades__content{margin:20px 0 0 0 !important}@media(min-width: 751px){.m-tratamentosemunidades__content{margin:40px 0 0 0 !important}}.m-un-equipe{width:95%;margin:0 auto}@media(min-width: 389px){.m-un-equipe{width:90%}}@media(min-width: 479px){.m-un-equipe{width:85%}}@media(min-width: 559px){.m-un-equipe{width:80%}}@media(min-width: 639px){.m-un-equipe{width:75%}}@media(min-width: 751px){.m-un-equipe{width:710px}}@media(min-width: 1023px){.m-un-equipe{width:900px}}@media(min-width: 1247px){.m-un-equipe{width:1100px}}@media(min-width: 1439px){.m-un-equipe{width:1300px}}@media(min-width: 1799px){.m-un-equipe{width:1500px}}.m-home__corpoclinico--content{width:100%}.m-general__title{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:65px 0 25px 0;position:relative}@media(min-width: 751px){.m-general__title{margin:80px 0 30px 0}}@media(min-width: 1247px){.m-general__title{margin:130px 0 50px 0}}@media(min-width: 1799px){.m-general__title{margin:140px 0 70px 0}}.m-general__title h2{color:#6e6074;text-transform:uppercase;font-size:30px;text-align:center;letter-spacing:3px}@media(min-width: 751px){.m-general__title h2{font-size:35px}}@media(min-width: 1247px){.m-general__title h2{font-size:40px}}@media(min-width: 1439px){.m-general__title h2{font-size:50px}}.m-general__title h4{color:#808184;text-align:center;font-family:Lato;font-weight:normal;line-height:1.6;font-size:15px;margin:5px 2.5% 0 2.5%;width:95%}.m-doutorunidade{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto;width:100%}@media(min-width: 751px){.m-doutorunidade{width:650px}}@media(min-width: 1247px){.m-doutorunidade{width:1350px}}.m-doutorunidade__content{width:40%;margin:0 5% 20px 5%;cursor:pointer}@media(min-width: 751px){.m-doutorunidade__content{width:180px;margin:0 45px 45px 45px}}.m-doutorunidade__image img{width:100%}.m-doutorunidade__info{text-align:center}.m-doutorunidade__info h4{color:#814583 !important;font-size:15px !important;margin:10px 0 7px 0 !important;height:inherit}@media(min-width: 751px){.m-doutorunidade__info h4{font-size:17px !important}}.m-doutorunidade__info p{color:#6c6d70 !important;margin:0 !important;height:inherit;font-size:14px;line-height:1.2}.m-blogdasunidades{width:95%;margin-left:auto;margin-right:auto;margin-top:-25px !important}@media(min-width: 389px){.m-blogdasunidades{width:90%}}@media(min-width: 479px){.m-blogdasunidades{width:85%}}@media(min-width: 559px){.m-blogdasunidades{width:80%}}@media(min-width: 639px){.m-blogdasunidades{width:75%}}@media(min-width: 751px){.m-blogdasunidades{width:710px;margin-top:-50px !important}}@media(min-width: 1023px){.m-blogdasunidades{width:900px}}@media(min-width: 1247px){.m-blogdasunidades{width:1100px}}@media(min-width: 1439px){.m-blogdasunidades{width:1300px}}@media(min-width: 1799px){.m-blogdasunidades{width:1500px}}.m-blog__list--content{display:flex;flex-direction:row;align-items:inherit;justify-content:center;flex-wrap:wrap}@media(min-width: 751px){.m-blog__list--content{justify-content:space-between}}.m-blog__list--card{width:90%;margin:15px auto;max-width:300px}@media(min-width: 751px){.m-blog__list--card{width:45%;margin:0 0 70px 0 !important;max-width:none}}@media(min-width: 1247px){.m-blog__list--card{width:29%}}@media(min-width: 1439px){.m-blog__list--card{width:28%}}.m-blog__list--text{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center}.m-blog__list--text h4{color:#814583;margin:10px auto;font-size:17px;width:90%;font-weight:normal;font-family:Source Sans;line-height:1.25;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}@media(min-width: 751px){.m-blog__list--text h4{overflow:hidden;height:42px}}@media(min-width: 1247px){.m-blog__list--text h4{height:45px}}.m-blog__list--text p{color:#3f3f41;font-size:15px;width:90%;margin:0 auto;line-height:1.35}@media(min-width: 751px){.m-blog__list--text p{overflow:hidden;height:62px}}.m-blog__list--text a{background:#b7644e;color:#fff;padding:10px 30px;border-radius:7px;margin:15px 0 0 0;font-size:14px;text-decoration:none}@media(min-width: 751px){.m-blog__list--text a{margin:5px 0 0 0}}.m-blog__list--image{aspect-ratio:16/9;overflow:hidden;border-radius:10px}.m-blog__list--image img{width:100%;height:100%;object-fit:cover}.m-general__vermais{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:20px 0 0 0}@media(min-width: 751px){.m-general__vermais{margin:0}}.m-general__vermais a{color:#fff;background:#814583;border-radius:10px;padding:10px 70px;text-transform:uppercase;font-size:15px;text-decoration:none}.m-especialista__header{display:flex;flex-direction:column;gap:20px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #eee}@media(min-width: 480px){.m-especialista__header{flex-direction:row;align-items:flex-start}}.m-especialista__photo{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0}@media(min-width: 480px){.m-especialista__photo{width:150px;height:150px}}.m-especialista__photo img{width:100%;height:100%;object-fit:cover;object-position:top}.m-especialista__credentials h2{font-family:Talesha;font-size:20px;color:#b7644e;margin:0 0 8px}@media(min-width: 768px){.m-especialista__credentials h2{font-size:24px}}.m-especialista__credentials p{font-size:14px;color:#555;margin:0 0 4px;line-height:1.5}.m-especialista__credentials a{color:#b7644e;text-decoration:none}.m-especialista__credentials a:hover{text-decoration:underline}.m-listagem__card--especialista{text-align:center}.m-listagem__card--unidade .m-listagem__img{border-radius:8px 8px 0 0;margin:-24px -24px 16px;overflow:hidden}.m-listagem__card--unidade .m-listagem__img img{width:100%;height:180px;object-fit:cover;display:block}.m-listagem__img--round{width:130px;height:130px;border-radius:50%;overflow:hidden;margin:0 auto 12px}.m-listagem__img--round img{width:100%;height:100%;object-fit:cover;object-position:top}.m-listagem__specialty{font-size:13px;font-weight:600;color:#814583}.m-listagem__units{font-size:12px;color:#888}.m-blog{display:block;max-width:1200px;margin:0 auto;padding:40px 16px}@media(min-width: 768px){.m-blog{padding:48px 24px}}@media(min-width: 1024px){.m-blog{padding:64px 24px}}.m-blog__sidebar{margin-bottom:32px}@media(min-width: 768px){.m-blog__sidebar{margin-bottom:0}}.m-blog__sidebar-title{font-family:Talesha;font-size:18px;color:#b7644e;margin:0 0 12px}.m-blog__sidebar-list{list-style:none;padding:0;margin:0}.m-blog__sidebar-list li{margin-bottom:6px}.m-blog__sidebar-list a{color:#555;text-decoration:none;font-size:14px;transition:color .2s}.m-blog__sidebar-list a:hover{color:#b7644e}.m-blog__sidebar-active{color:#b7644e !important;font-weight:600}.m-blog__content{min-width:0}.m-blog__header{margin-bottom:32px}.m-blog__title{font-family:Talesha;font-size:28px;color:#b7644e;margin:0 0 12px}@media(min-width: 768px){.m-blog__title{font-size:32px}}.m-blog__description{color:#666;line-height:1.6;margin:0 0 8px}.m-blog__meta{font-size:13px;color:#999}.m-blog__meta a{color:#b7644e;text-decoration:none}.m-blog__meta a:hover{text-decoration:underline}.m-blog__search{display:flex;gap:8px;margin-top:16px}.m-blog__search-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:Source Sans}.m-blog__search-input:focus{outline:none;border-color:#b7644e}.m-blog__search-btn{padding:8px 16px;background:#b7644e;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.m-blog__search-btn:hover{background:rgb(149.2771084337,79.2771084337,60.7228915663)}.m-blog__posts{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0}@media(min-width: 768px){.m-blog__posts{justify-content:space-between}}.m-blog__post{width:90%;max-width:300px;margin:0 auto 40px}@media(min-width: 768px){.m-blog__post{width:47%;max-width:none;margin:0 0 50px 0}}@media(min-width: 1024px){.m-blog__post{width:30%}}.m-blog__post-image{aspect-ratio:16/9;overflow:hidden;border-radius:10px;margin-bottom:0}.m-blog__post-image img{width:100%;height:100%;object-fit:cover}.m-blog__post-body{display:flex;flex-direction:column;align-items:center;text-align:center}.m-blog__post-category{display:inline-block;font-size:11px;font-weight:600;color:#814583;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;margin-top:10px}.m-blog__post-category:hover{color:#b7644e}.m-blog__post-title{font-family:Source Sans;font-size:18px;font-weight:normal;margin:10px auto;line-height:1.25;width:90%;color:#814583}@media(min-width: 768px){.m-blog__post-title{overflow:hidden;height:47px}}.m-blog__post-title a{color:inherit;text-decoration:none}.m-blog__post-title a:hover{color:#b7644e}.m-blog__post-intro{font-size:15px;color:#3f3f41;line-height:1.35;margin:0 auto;width:90%}@media(min-width: 768px){.m-blog__post-intro{overflow:hidden;height:62px}}.m-blog__post-meta{font-size:12px;color:#999;margin-top:8px}.m-blog__post-link{display:inline-block;background:#b7644e;color:#fff;padding:10px 30px;border-radius:7px;font-size:16px;text-decoration:none;margin-top:15px;transition:background .2s}.m-blog__post-link:hover{background:rgb(149.2771084337,79.2771084337,60.7228915663)}.m-blog__empty{color:#999;font-style:italic;padding:24px 0}.m-blog__tag-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px;vertical-align:middle}.m-blog__pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #eee}.m-blog__pagination-btn{padding:8px 16px;background:#b7644e;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;transition:background .2s}.m-blog__pagination-btn:hover{background:rgb(149.2771084337,79.2771084337,60.7228915663)}.m-blog__pagination-info{font-size:14px;color:#666}.m-blog-feedback{max-width:680px;margin:48px auto 0;padding:32px 24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06)}.m-blog-feedback__title{font-size:1.375rem;font-weight:700;color:#1e293b;margin-bottom:6px;letter-spacing:-0.01em}.m-blog-feedback__subtitle{font-size:.875rem;color:#64748b;margin-bottom:28px}.m-blog-feedback__actions{display:flex;gap:12px;flex-wrap:wrap}.m-blog-feedback__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:all .2s ease;flex:1;min-width:160px}.m-blog-feedback__btn--approve{background:#3b82f6;color:#fff;box-shadow:0 2px 8px rgba(59,130,246,.25)}.m-blog-feedback__btn--approve:hover{background:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.35);transform:translateY(-1px)}.m-blog-feedback__btn--revise{background:#fff;color:#475569;border-color:#cbd5e1}.m-blog-feedback__btn--revise:hover{border-color:#94a3b8;color:#1e293b;background:#f1f5f9}.m-blog-feedback__btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.m-blog-feedback__notes{margin-top:24px;display:none}.m-blog-feedback__notes.is-visible{display:block}.m-blog-feedback__textarea{width:100%;min-height:120px;padding:14px 16px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9375rem;font-family:inherit;resize:vertical;box-sizing:border-box;background:#fff;color:#334155;line-height:1.5}.m-blog-feedback__textarea:focus{outline:none;border-color:var(--color-second);box-shadow:0 0 0 3px rgba(129,69,131,.12)}.m-blog-feedback__textarea::placeholder{color:#94a3b8}.m-blog-feedback__submit{margin-top:12px;padding:12px 24px;background:var(--color-second);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.m-blog-feedback__submit:hover{background:#6b3768;box-shadow:0 2px 8px rgba(129,69,131,.25)}.m-blog-feedback__submit:disabled{opacity:.6;cursor:not-allowed}.m-blog-feedback__char-count{margin-top:6px;font-size:.75rem;color:#94a3b8;text-align:right}.m-blog-feedback__result{padding:16px 20px;border-radius:8px;font-size:.9375rem;font-weight:500;margin-top:20px}.m-blog-feedback__result--success{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.m-blog-feedback__result--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.m-blog-feedback__current{padding:20px;border-radius:8px;margin-bottom:20px;font-size:.875rem;line-height:1.5}.m-blog-feedback__current--aprovado{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.m-blog-feedback__current--revisao{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.m-blog-feedback__current--enderecado{background:#f5f0f5;color:var(--color-second);border:1px solid #d9bada}.m-blog-feedback__current-label{font-weight:700;margin-bottom:4px;font-size:1rem}.m-blog-feedback__current-notes{margin-top:8px;font-style:italic;color:#78716c}.m-blog-feedback__resend{margin-top:12px;font-size:.8125rem;color:var(--color-second);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.m-blog-feedback__resend:hover{color:#6b3768}@media(min-width: 768px){.m-blog-feedback{padding:40px 32px}}.m-post{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:30px 16px}@media(min-width: 751px){.m-post{flex-direction:row;justify-content:space-between;padding:50px 24px}}.m-post__section{width:100%}@media(min-width: 751px){.m-post__section{width:65%}}.m-post__image{aspect-ratio:16/9;border-radius:10px;width:100%;overflow:hidden}.m-post__image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.m-post__info{margin:35px 0 35px 0;padding:16px 0;border-top:1px solid #e5e6e7;border-bottom:1px solid #e5e6e7}.m-post__info p{color:#3f3f41;font-size:18px;line-height:1.6;margin:0}.m-post__info b{color:#b7644e}.m-post__content{font-size:18px;color:#3f3f41;line-height:1.5}.m-post__content p{margin:0 0 8px 0}.m-post__content p.m-post__pseudo-h>b,.m-post__content p.m-post__pseudo-h>strong{display:block;font-family:Talesha;font-size:22px;color:#814583;margin-top:16px}.m-post__content h1{font-family:Talesha;font-size:32px;color:#814583;margin:48px 0 16px;line-height:1.3}.m-post__content h2{font-family:Talesha;font-size:28px;color:#814583;margin:48px 0 16px;line-height:1.3}.m-post__content h3{font-family:Talesha;font-size:22px;color:#814583;margin:36px 0 12px;line-height:1.3}.m-post__content h4{font-family:Talesha;font-size:18px;color:#814583;margin:28px 0 10px}.m-post__content h5,.m-post__content h6{font-family:Talesha;font-size:16px;color:#814583;margin:24px 0 8px}.m-post__content mark{background-color:rgba(129,69,131,.15);color:inherit}.m-post__content ul{margin:0 0 20px;padding-left:28px;list-style-type:disc}.m-post__content ol{margin:0 0 20px;padding-left:28px;list-style-type:decimal}.m-post__content li{margin-bottom:8px;line-height:1.5}.m-post__content img{max-width:100%;height:auto;border-radius:6px;margin:24px 0}.m-post__content a{color:#b7644e;text-decoration:none}.m-post__content a:hover{text-decoration:underline}.m-post__content blockquote{border-left:3px solid #814583;margin:24px 0;padding:16px 20px;background:#f9f9f9;font-style:italic;color:#555;line-height:1.5}.m-post__content table{width:100%;border-collapse:collapse;margin:24px 0;font-family:Source Sans;font-size:16px;line-height:1.5}.m-post__content th,.m-post__content td{border:1px solid #e5e6e7;padding:10px 14px;text-align:left}.m-post__content th{background:#814583;color:#fff;font-family:Source Sans;font-weight:600;font-size:15px}.m-post__content tbody tr:nth-child(even){background:#f9f9f9}.m-post__content iframe{max-width:100%;margin:24px 0}.m-post__back{display:inline-block;margin-top:32px;color:#b7644e;text-decoration:none;font-size:14px}.m-post__back:hover{text-decoration:underline}.m-post__share{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid #eee}.m-post__share-label{font-size:14px;font-weight:600;color:#555}.m-post__share-btn{padding:6px 12px;font-size:13px;color:#555;background:#f5f5f5;border-radius:4px;text-decoration:none;transition:background .2s,color .2s}.m-post__share-btn:hover{background:#b7644e;color:#fff}.m-post__aside{width:100%;margin-top:40px}@media(min-width: 751px){.m-post__aside{width:30%;margin-top:0}}.m-post__aside-title{font-family:Talesha;font-size:20px;color:#b7644e;margin:0 0 16px}.m-post__minicard{margin:0 0 20px 0;padding:10px;border-bottom:1px solid #e5e6e7;display:flex;flex-direction:row;justify-content:space-between;width:100%;text-decoration:none}.m-post__minicard:hover .m-post__minititle{color:rgb(149.2771084337,79.2771084337,60.7228915663)}.m-post__miniimg{aspect-ratio:16/9;border-radius:10px;width:40%;overflow:hidden}.m-post__miniimg img{width:100%;height:100%;object-fit:cover;border-radius:10px}.m-post__minicontent{width:57%}.m-post__minititle{color:#b7644e;height:41px;font-size:17px;overflow:hidden;line-height:1.15;font-family:Source Sans;font-weight:normal;margin:0;transition:color .2s}.m-post__minidate{font-size:12px;color:#999;margin-top:6px}.m-post__nav{display:flex;justify-content:space-between;border-top:1px solid #eee;padding-top:24px;margin-top:40px}.m-post__nav-link{text-decoration:none;color:inherit;flex:1;transition:color .2s}.m-post__nav-link:hover{color:#b7644e}.m-post__nav-prev{text-align:left}.m-post__nav-next{text-align:right}.m-post__nav-label{display:block;font-size:13px;color:#999;margin-bottom:4px}.m-post__nav-title{display:block;font-weight:500}.m-post__nav-placeholder{flex:1}/*# sourceMappingURL=frontend.css.map */
