﻿@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;500;600;700&display=swap";:root{--background: 30 25% 98%;--foreground: 30 10% 15%;--card: 30 20% 99%;--card-foreground: 30 10% 15%;--primary: 38 45% 55%;--primary-foreground: 30 20% 99%;--secondary: 30 20% 94%;--secondary-foreground: 30 10% 25%;--muted: 30 15% 92%;--muted-foreground: 30 10% 45%;--accent: 38 40% 88%;--accent-foreground: 30 10% 20%;--border: 30 20% 88%;--radius: 0.5rem;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:48px;margin-bottom:24px}h2{font-size:32px;margin-bottom:24px}h3{font-size:24px;margin-bottom:24px}h4{font-size:20px;margin-bottom:24px}h5{font-size:18px;margin-bottom:24px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2}.container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width: 640px){.container{padding:0 1.5rem}}@media(min-width: 1024px){.container{padding:0 2rem}}.admin-bar .header{top:32px}.header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:hsl(30,25%,98%);transition:all .3s;box-shadow:0 10px 30px rgba(0,0,0,.08)}.header--scrolled{background-color:#fff;backdrop-filter:blur(16px);box-shadow:0 4px 24px -4px hsl(30,20%,166.6666666667%),0 8px 32px -8px hsl(30,20%,250%)}.header__top-bar{display:none;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);padding:.5rem 0}@media(min-width: 1024px){.header__top-bar{display:block}}.header__top-bar>.container{text-align:center}.header__top-bar-text{font-size:.875rem;text-align:center;font-weight:500}.header__nav{padding:0;background-color:hsl(30,25%,98%)}@media(min-width: 1024px){.header__nav .container{max-width:1480px}}.header__content{display:flex;align-items:center;justify-content:space-between;height:5rem}@media(min-width: 1024px){.header__content{height:6rem}}.header__logo{display:flex;flex-direction:column;text-decoration:none;color:hsl(30,10%,15%);transition:opacity .3s}.header__logo:hover{opacity:.8}.header__logo-image{height:auto;max-height:3.5rem;width:auto;max-width:12rem;object-fit:contain}@media(min-width: 1024px){.header__logo-image{max-height:4rem;max-width:15rem}}.header__logo-name{font-size:1.5rem;font-weight:600;letter-spacing:.02em;line-height:1.2}@media(min-width: 1024px){.header__logo-name{font-size:1.875rem}}.header__logo-tagline{font-size:.75rem;letter-spacing:.15em;color:hsl(38,45%,55%);text-transform:uppercase;font-weight:500;margin-top:.125rem}.header__menu-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:none;border:2px solid hsl(30,20%,88%);border-radius:.25rem;color:hsl(30,10%,15%);cursor:pointer;transition:all .3s}.header__menu-toggle:hover{border-color:hsl(38,45%,55%);background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}@media(min-width: 1024px){.header__menu-toggle{display:none}}.header__menu-icon{display:block;width:1.5rem;height:1.25rem;position:relative}.header__menu-icon::before,.header__menu-icon::after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:currentColor;transition:all .3s;border-radius:2px}.header__menu-icon::before{top:0}.header__menu-icon::after{bottom:0}.header__menu-icon span{position:absolute;left:0;top:50%;width:100%;height:2px;background-color:currentColor;transform:translateY(-50%);opacity:1;transition:all .3s;border-radius:2px}.header__menu-toggle[aria-expanded=true] .header__menu-icon::before{top:50%;transform:translateY(-50%) rotate(45deg)}.header__menu-toggle[aria-expanded=true] .header__menu-icon span{opacity:0}.header__menu-toggle[aria-expanded=true] .header__menu-icon::after{bottom:50%;transform:translateY(50%) rotate(-45deg)}.header__menu-wrapper{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 25%, 99%) 100%);box-shadow:0 8px 32px -8px hsl(30,20%,133.3333333333%),0 16px 48px -16px hsl(30,20%,250%);padding:2rem 1.5rem;border-top:1px solid hsl(30,20%,90%);backdrop-filter:blur(20px)}.header__menu-wrapper--open{display:block;animation:slideDown .3s ease-out}@media(min-width: 1024px){.header__menu-wrapper{display:flex;position:static;background:none;box-shadow:none;padding:0;border-top:none;align-items:center;gap:1rem;backdrop-filter:none}}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}@media(min-width: 1024px){.header__menu{flex-direction:row;gap:.5rem;align-items:center}}.header__menu-item,.header li.menu-item{position:relative;margin:0;padding:0;list-style:none}@media(min-width: 1024px){.header__menu-item,.header li.menu-item{margin:0}}.header__menu-item a,.header li.menu-item>a{display:block;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;letter-spacing:.03em;color:hsl(30,10%,20%);text-decoration:none;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);border-radius:.375rem;position:relative;overflow:hidden;background:rgba(0,0,0,0);z-index:1}@media(min-width: 1024px){.header__menu-item a,.header li.menu-item>a{padding:.625rem 10px;font-size:.9375rem}}@media(max-width: 1023px){.header__menu-item a,.header li.menu-item>a{border-left:3px solid rgba(0,0,0,0);transition:all .3s ease}.header__menu-item a:hover,.header li.menu-item>a:hover{border-left-color:hsl(38,45%,55%);padding-left:1.5rem}.header__menu-item a.current-menu-item,.header__menu-item a.current_page_item,.header li.menu-item>a.current-menu-item,.header li.menu-item>a.current_page_item{border-left-color:hsl(38,45%,55%);background:linear-gradient(90deg, hsl(38, 45%, 687.5%), transparent)}}.header__menu-item a::before,.header li.menu-item>a::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, hsl(38, 45%, 916.6666666667%), hsl(38, 45%, 1833.3333333333%));opacity:0;transition:opacity .3s ease;border-radius:.375rem;z-index:0}@media(min-width: 1024px){.header__menu-item a::before,.header li.menu-item>a::before{background:linear-gradient(135deg, hsl(38, 45%, 1100%), hsl(38, 45%, 2750%))}}.header__menu-item a::after,.header li.menu-item>a::after{content:"";position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%) scaleX(0);width:calc(100% - 2rem);height:2px;background:linear-gradient(90deg, transparent, hsl(38, 45%, 55%), transparent);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);transform-origin:center;border-radius:2px;z-index:1}@media(min-width: 1024px){.header__menu-item a::after,.header li.menu-item>a::after{bottom:.25rem;width:calc(100% - 1.5rem);height:2.5px;background:linear-gradient(90deg, transparent, hsl(38, 45%, 55%), transparent)}}.header__menu-item a span,.header__menu-item a>*,.header li.menu-item>a span,.header li.menu-item>a>*{position:relative;z-index:2}.header__menu-item a:hover,.header li.menu-item>a:hover{transform:translateY(-1px)}@media(min-width: 1024px){.header__menu-item a:hover,.header li.menu-item>a:hover{transform:translateY(-2px)}}.header__menu-item a:hover::before,.header li.menu-item>a:hover::before{opacity:0}.header__menu-item a:hover::after,.header li.menu-item>a:hover::after{transform:translateX(-50%) scaleX(1)}.header__menu-item a.current-menu-item,.header__menu-item a.current_page_item,.header__menu-item a.current-menu-ancestor,.header li.menu-item>a.current-menu-item,.header li.menu-item>a.current_page_item,.header li.menu-item>a.current-menu-ancestor{color:hsl(38,45%,55%);font-weight:600}.header__menu-item a.current-menu-item::before,.header__menu-item a.current_page_item::before,.header__menu-item a.current-menu-ancestor::before,.header li.menu-item>a.current-menu-item::before,.header li.menu-item>a.current_page_item::before,.header li.menu-item>a.current-menu-ancestor::before{opacity:0}.header__menu-item a.current-menu-item::after,.header__menu-item a.current_page_item::after,.header__menu-item a.current-menu-ancestor::after,.header li.menu-item>a.current-menu-item::after,.header li.menu-item>a.current_page_item::after,.header li.menu-item>a.current-menu-ancestor::after{transform:translateX(-50%) scaleX(1);background:linear-gradient(90deg, transparent, hsl(38, 45%, 55%), transparent)}.header__menu-item a:active,.header li.menu-item>a:active{transform:translateY(0)}.header__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.375rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s;margin-top:1rem;box-shadow:0 2px 8px -2px hsl(38,45%,183.3333333333%)}@media(min-width: 1024px){.header__cta-button{margin-top:0;padding:.75rem 10px;font-size:14px}}.header__cta-button:hover{background-color:hsl(38,45%,45%);box-shadow:0 4px 16px -4px hsl(38,45%,137.5%);transform:translateY(-2px)}.header__cta-button:active{transform:translateY(0)}@media(min-width: 1024px){.main-content{padding:5rem 0}}.page-template-default .main-content{padding:5rem 0}@media(min-width: 1024px){.page-template-default .main-content{padding:12rem 0}}.footer{background-color:hsl(var(--foreground));color:hsl(var(--background))}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;padding:5rem 0}@media(min-width: 768px){.footer__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.footer__grid{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}}.footer__brand{grid-column:1/-1}@media(min-width: 1024px){.footer__brand{max-width:300px}}.footer__links ul li a{color:#fff;text-decoration:none;transition:color .3s}.footer__links ul li a:hover{color:hsl(38,45%,55%)}.footer__logo{display:flex;flex-direction:column}.footer__logo-image{object-fit:contain;margin-bottom:.5rem}.footer__logo-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;letter-spacing:.05em;color:hsl(var(--background))}.footer__logo-tagline{display:block;font-size:.75rem;letter-spacing:.3em;color:hsl(var(--primary));text-transform:uppercase;margin-top:.25rem}.footer__description{font-size:.875rem;line-height:1.75;color:hsl(var(--background)/0.7);margin:1.5rem 0}.footer__social{display:flex;gap:1rem}.footer__social-link{width:2.5rem;height:2.5rem;border-radius:50%;background-color:hsl(var(--background)/0.1);display:flex;align-items:center;justify-content:center;color:hsl(var(--background));transition:all .3s}.footer__social-link:hover{background-color:hsl(var(--primary))}.footer__image{margin-top:1.5rem}.footer__image-img{max-width:100%;height:auto;display:block}.footer__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:500;margin-bottom:1.5rem;color:hsl(var(--background))}.footer__menu{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__menu-item a{font-size:.875rem;color:hsl(var(--background)/0.7);text-decoration:none;transition:color .2s}.footer__menu-item a:hover{color:hsl(var(--primary))}.footer__contact-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem}.footer__contact-icon{color:hsl(var(--primary));flex-shrink:0;margin-top:.125rem}.footer__contact-text{font-size:.875rem;color:hsl(var(--background)/0.7);line-height:1.75}.footer__contact-link{font-size:.875rem;color:hsl(var(--background)/0.7);text-decoration:none;transition:color .2s}.footer__contact-link:hover{color:hsl(var(--primary))}.footer__bottom{border-top:1px solid hsl(var(--background)/0.1)}.footer__bottom-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0}@media(min-width: 768px){.footer__bottom-content{flex-direction:row}}.footer__copyright{font-size:.875rem;color:hsl(var(--background)/0.5)}.footer__legal{display:flex;gap:1.5rem}.footer__legal-link{font-size:.75rem;color:hsl(var(--background)/0.5);text-decoration:none;transition:color .2s}.footer__legal-link:hover{color:hsl(var(--primary))}.home-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:8rem;background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width: 1024px){.home-hero{padding-top:0}}.home-hero::before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,.6);z-index:1;pointer-events:none}.home-hero__content{position:relative;z-index:10}.home-hero__subtitle{display:block;margin-bottom:1.5rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500;animation:fadeIn .6s ease-out forwards}.home-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:#fff;animation:fadeInUp .6s ease-out forwards}@media(min-width: 768px){.home-hero__title{font-size:3rem}}@media(min-width: 1024px){.home-hero__title{font-size:3.75rem}}.home-hero__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:#fff;animation:fadeIn .6s ease-out .2s forwards;opacity:0}.home-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;animation:fadeIn .6s ease-out .4s forwards;opacity:0}.home-hero__button{padding:1rem 2rem;border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s;text-decoration:none}.home-hero__button--primary{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.home-hero__button--primary:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.home-hero__button--secondary{border:1px solid hsl(38,45%,55%);color:hsl(38,45%,55%);background:rgba(0,0,0,0)}.home-hero__button--secondary:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.home-hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 2s infinite;color:hsl(38,45%,55%)}.home-about{padding:5rem 0}@media(min-width: 768px){.home-about{padding:7rem 0}}@media(min-width: 1024px){.home-about{padding:8rem 0}}.home-about{background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.home-about__grid{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.home-about__grid{grid-template-columns:repeat(2, 1fr);gap:4rem}}.home-about__image-wrapper{border-radius:.125rem;overflow:hidden;box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transition:transform .5s}.home-about__image-wrapper:hover img{transform:scale(1.05)}.home-about__image{width:100%;height:auto;display:block;transition:transform .5s}.home-about__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.home-about__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.home-about__title{font-size:3rem}}@media(min-width: 1024px){.home-about__title{font-size:3.75rem}}.home-about__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 0 1.5rem 0}.home-about__description{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem;color:hsl(30,10%,45%)}.home-about__description-2{font-size:1rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,10%,45%)}.home-about__link{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s;text-decoration:none}.home-about__link:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.home-clinic{padding:5rem 0}@media(min-width: 768px){.home-clinic{padding:7rem 0}}@media(min-width: 1024px){.home-clinic{padding:8rem 0}}.home-clinic__grid{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.home-clinic__grid{grid-template-columns:repeat(2, 1fr);gap:4rem}}.home-clinic__content{order:2}@media(min-width: 1024px){.home-clinic__content{order:1}}.home-clinic__image-wrapper{order:1;border-radius:.125rem;overflow:hidden;box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transition:transform .5s}@media(min-width: 1024px){.home-clinic__image-wrapper{order:2}}.home-clinic__image-wrapper:hover img{transform:scale(1.05)}.home-clinic__image{width:100%;height:auto;display:block;transition:transform .5s}.home-clinic__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.home-clinic__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.home-clinic__title{font-size:3rem}}@media(min-width: 1024px){.home-clinic__title{font-size:3.75rem}}.home-clinic__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 0 1.5rem 0}.home-clinic__description{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem;color:hsl(30,10%,45%)}.home-clinic__features{list-style:none;padding:0;margin:0 0 2rem 0;display:flex;flex-direction:column;gap:1rem}.home-clinic__feature{display:flex;align-items:center;gap:.75rem}.home-clinic__feature-dot{width:.5rem;height:.5rem;background-color:hsl(38,45%,55%);border-radius:50%;flex-shrink:0}.home-clinic__feature-text{color:hsl(30,10%,45%)}.home-clinic__link{display:inline-flex;align-items:center;padding:1rem 2rem;border:1px solid hsl(38,45%,55%);color:hsl(38,45%,55%);background:rgba(0,0,0,0);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s;text-decoration:none}.home-clinic__link:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.home-services{padding:5rem 0;background-color:hsl(30,20%,94%)}@media(min-width: 768px){.home-services{padding:7rem 0}}@media(min-width: 1024px){.home-services{padding:8rem 0}}.home-services__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.home-services__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.home-services__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.home-services__title{font-size:3rem}}@media(min-width: 1024px){.home-services__title{font-size:3.75rem}}.home-services__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.home-services__grid{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width: 768px){.home-services__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.home-services__grid{grid-template-columns:repeat(3, 1fr)}}.home-services__card{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);overflow:hidden;transition:all .3s;height:100%;display:flex;flex-direction:column}.home-services__card:hover{box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transform:translateY(-4px)}.home-services__card-image{aspect-ratio:4/3;background-color:hsl(30,15%,92%);overflow:hidden;transition:transform .5s}.home-services__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.home-services__card-image:hover img{transform:scale(1.05)}.home-services__card-content{padding:1.5rem}@media(min-width: 1024px){.home-services__card-content{padding:2rem}}.home-services__card-icon{width:3rem;height:3rem;border-radius:50%;background-color:hsl(38,40%,88%);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s}.home-services__card-icon img{width:1.5rem;height:1.5rem}.home-services__card-title{font-size:1.25rem;font-weight:500;line-height:1.2;margin-bottom:.75rem;color:hsl(30,10%,15%);transition:color .3s}@media(min-width: 768px){.home-services__card-title{font-size:1.5rem}}.home-services__card:hover .home-services__card-title{color:hsl(38,45%,55%)}.home-services__card-description{font-size:1rem;line-height:1.75;margin-bottom:1rem;color:hsl(30,10%,45%)}.home-services__card-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:hsl(38,45%,55%);transition:gap .3s}.home-services__card:hover .home-services__card-link{gap:.5rem}.home-services__footer{text-align:center;margin-top:3rem}.home-services__link{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s;text-decoration:none}.home-services__link:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.home-testimonials{padding:5rem 0}@media(min-width: 768px){.home-testimonials{padding:7rem 0}}@media(min-width: 1024px){.home-testimonials{padding:8rem 0}}.home-testimonials__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.home-testimonials__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.home-testimonials__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.home-testimonials__title{font-size:3rem}}@media(min-width: 1024px){.home-testimonials__title{font-size:3.75rem}}.home-testimonials__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.home-testimonials__content{margin-top:3rem}.home-testimonials__grid{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width: 768px){.home-testimonials__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.home-testimonials__grid{grid-template-columns:repeat(3, 1fr)}}.home-testimonials__card{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);padding:2rem;display:flex;flex-direction:column;height:100%}.home-testimonials__rating{display:flex;margin-bottom:1rem}.home-testimonials__star{width:1rem;height:1rem;color:hsl(38,45%,55%);fill:hsl(38,45%,55%)}.home-testimonials__text{font-style:italic;line-height:1.75;flex-grow:1;margin-bottom:1.5rem;color:hsl(30,10%,15%)}.home-testimonials__author{padding-top:1.5rem;border-top:1px solid hsl(30,20%,88%)}.home-testimonials__name{font-weight:500;color:hsl(30,10%,15%);margin-bottom:.25rem}.home-testimonials__treatment{font-size:.875rem;color:hsl(30,10%,45%)}.home-testimonials__footer{text-align:center;margin-top:3rem}.home-testimonials__link{display:inline-flex;align-items:center;padding:1rem 2rem;border:1px solid hsl(38,45%,55%);color:hsl(38,45%,55%);background:rgba(0,0,0,0);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s;text-decoration:none}.home-testimonials__link:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.home-team{padding:5rem 0;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}@media(min-width: 768px){.home-team{padding:7rem 0}}@media(min-width: 1024px){.home-team{padding:8rem 0}}.home-team__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.home-team__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.home-team__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.home-team__title{font-size:3rem}}@media(min-width: 1024px){.home-team__title{font-size:3.75rem}}.home-team__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.home-team__grid{display:grid;gap:2rem;margin-bottom:3rem;max-width:64rem;margin-left:auto;margin-right:auto}@media(min-width: 768px){.home-team__grid{grid-template-columns:repeat(3, 1fr)}}.home-team__card{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);overflow:hidden;transition:all .3s}.home-team__card-image{aspect-ratio:3/4;background-color:hsl(30,15%,92%);overflow:hidden;transition:transform .5s}.home-team__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.home-team__card-image:hover img{transform:scale(1.05)}.home-team__card-content{padding:1.5rem;text-align:center}.home-team__card-name{font-size:1.25rem;font-weight:500;color:hsl(30,10%,15%);margin-bottom:.25rem;transition:color .3s}.home-team__card:hover .home-team__card-name{color:hsl(38,45%,55%)}.home-team__card-role{font-size:.875rem;color:hsl(30,10%,45%)}.home-team__footer{text-align:center;margin-top:3rem}.home-team__link{display:inline-flex;align-items:center;padding:1rem 2rem;border:1px solid hsl(38,45%,55%);color:hsl(38,45%,55%);background:rgba(0,0,0,0);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s;text-decoration:none}.home-team__link:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.home-cta{padding:5rem 0;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%)}@media(min-width: 768px){.home-cta{padding:7rem 0}}@media(min-width: 1024px){.home-cta{padding:8rem 0}}.home-cta__content{text-align:center}.home-cta__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.home-cta__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,25%,98%)}@media(min-width: 768px){.home-cta__title{font-size:3rem}}@media(min-width: 1024px){.home-cta__title{font-size:3.75rem}}.home-cta__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 auto 2rem}.home-cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,25%,140%);max-width:42rem;margin-left:auto;margin-right:auto}.home-cta__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.home-cta__button{padding:1rem 2rem;border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s}.home-cta__button--primary{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.home-cta__button--primary:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.home-cta__button--secondary{background-color:hsl(142,71%,45%);color:#fff}.home-cta__button--secondary:hover{opacity:.9;transform:translateY(-2px)}.home-location{padding:5rem 0}@media(min-width: 768px){.home-location{padding:7rem 0}}@media(min-width: 1024px){.home-location{padding:8rem 0}}.home-location__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.home-location__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.home-location__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.home-location__title{font-size:3rem}}@media(min-width: 1024px){.home-location__title{font-size:3.75rem}}.home-location__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.home-location__grid{display:grid;gap:3rem;align-items:start}@media(min-width: 1024px){.home-location__grid{grid-template-columns:repeat(2, 1fr)}}.home-location__map{background-color:hsl(30,15%,92%);border-radius:.125rem;overflow:hidden;height:24rem}.home-location__map iframe{width:100%;height:100%;border:0}.home-location__info{display:flex;flex-direction:column;gap:1.5rem}.home-location__info-item{display:flex;align-items:flex-start;gap:1rem}.home-location__info-icon{width:3rem;height:3rem;border-radius:50%;background-color:hsl(38,40%,88%);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:hsl(38,45%,55%)}.home-location__info-content{flex:1}.home-location__info-title{font-size:1.125rem;font-weight:500;margin-bottom:.25rem;color:hsl(30,10%,15%)}.home-location__info-text{color:hsl(30,10%,45%);line-height:1.75}.home-location__info-link{color:hsl(30,10%,45%);transition:color .3s}.home-location__info-link:hover{color:hsl(38,45%,55%)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.sobre-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.sobre-hero__grid{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.sobre-hero__grid{grid-template-columns:repeat(2, 1fr);gap:4rem}}.sobre-hero__image-wrapper{border-radius:.125rem;overflow:hidden;box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transition:transform .5s}.sobre-hero__image-wrapper:hover img{transform:scale(1.05)}.sobre-hero__image{width:100%;height:auto;display:block;transition:transform .5s}.sobre-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.sobre-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.sobre-hero__title{font-size:3rem}}@media(min-width: 1024px){.sobre-hero__title{font-size:3.75rem}}.sobre-hero__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 0 1.5rem 0}.sobre-hero__description{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem;color:hsl(30,10%,45%)}.sobre-hero__description-2{font-size:1rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,10%,45%)}.sobre-hero__link{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s}.sobre-hero__link:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.sobre-story{padding:5rem 0}@media(min-width: 768px){.sobre-story{padding:7rem 0}}@media(min-width: 1024px){.sobre-story{padding:8rem 0}}.sobre-story__header{text-align:center;margin-bottom:3rem}.sobre-story__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.sobre-story__title{font-size:2.25rem;font-weight:500;line-height:1.2;color:hsl(30,10%,15%)}@media(min-width: 768px){.sobre-story__title{font-size:3rem}}@media(min-width: 1024px){.sobre-story__title{font-size:3.75rem}}.sobre-story__grid{display:grid;gap:3rem;align-items:start}@media(min-width: 1024px){.sobre-story__grid{grid-template-columns:1fr 1fr;gap:4rem}}.sobre-story__gallery{order:1;width:100%;max-width:100%;overflow:hidden}@media(min-width: 1024px){.sobre-story__gallery{order:2}}.sobre-story__carousel{position:relative;width:100%;max-width:100%;overflow:hidden}.sobre-story__slide{outline:none;width:100%}.sobre-story__image{width:100%;max-width:100%;height:auto;min-height:300px;max-height:500px;object-fit:cover;display:block;border-radius:.5rem;box-shadow:0 4px 20px -4px hsl(30,20%,133.3333333333%);aspect-ratio:4/3}.sobre-story .slick-prev,.sobre-story .slick-next{z-index:10;width:3rem;height:3rem;background-color:hsl(38,45%,55%);border-radius:50%;transition:all .3s}.sobre-story .slick-prev:hover,.sobre-story .slick-prev:focus,.sobre-story .slick-next:hover,.sobre-story .slick-next:focus{background-color:hsl(38,45%,45%)}.sobre-story .slick-prev::before,.sobre-story .slick-next::before{font-size:1.5rem;color:#fff}.sobre-story .slick-prev{left:1rem}.sobre-story .slick-next{right:1rem}.sobre-story__content{order:0}@media(min-width: 1024px){.sobre-story__content{order:1}}.sobre-story__text{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.sobre-story__text p{margin-bottom:1.5rem}.sobre-story__text p:last-child{margin-bottom:0}.sobre-certifications{padding:5rem 0;background-color:hsl(30,20%,94%)}@media(min-width: 768px){.sobre-certifications{padding:7rem 0}}@media(min-width: 1024px){.sobre-certifications{padding:8rem 0}}.sobre-certifications__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.sobre-certifications__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.sobre-certifications__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.sobre-certifications__title{font-size:3rem}}@media(min-width: 1024px){.sobre-certifications__title{font-size:3.75rem}}.sobre-certifications__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.sobre-certifications__list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.sobre-certifications__item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%)}.sobre-certifications__icon{width:2.5rem;height:2.5rem;border-radius:50%;background-color:hsl(38,40%,88%);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:hsl(38,45%,55%)}.sobre-certifications__text{color:hsl(30,10%,15%)}.sobre-mission{padding:5rem 0}@media(min-width: 768px){.sobre-mission{padding:7rem 0}}@media(min-width: 1024px){.sobre-mission{padding:8rem 0}}.sobre-mission__content{max-width:48rem;margin:0 auto;text-align:center}.sobre-mission__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:2rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.sobre-mission__title{font-size:3rem}}@media(min-width: 1024px){.sobre-mission__title{font-size:3.75rem}}.sobre-mission__text{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.sobre-mission__text p{margin-bottom:1.5rem}.sobre-mission__text p:last-child{margin-bottom:0}.sobre-vision{padding:5rem 0;background-color:hsl(30,20%,96%)}@media(min-width: 768px){.sobre-vision{padding:7rem 0}}@media(min-width: 1024px){.sobre-vision{padding:8rem 0}}.sobre-vision__content{max-width:48rem;margin:0 auto;text-align:center}.sobre-vision__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:2rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.sobre-vision__title{font-size:3rem}}@media(min-width: 1024px){.sobre-vision__title{font-size:3.75rem}}.sobre-vision__text{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.sobre-vision__text p{margin-bottom:1.5rem}.sobre-vision__text p:last-child{margin-bottom:0}.sobre-values{padding:5rem 0}@media(min-width: 768px){.sobre-values{padding:7rem 0}}@media(min-width: 1024px){.sobre-values{padding:8rem 0}}.sobre-values__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.sobre-values__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.sobre-values__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.sobre-values__title{font-size:3rem}}@media(min-width: 1024px){.sobre-values__title{font-size:3.75rem}}.sobre-values__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.sobre-values__grid{display:grid;gap:2rem}@media(min-width: 768px){.sobre-values__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.sobre-values__grid{grid-template-columns:repeat(4, 1fr)}}.sobre-values__card{text-align:center}.sobre-values__icon{width:4rem;height:4rem;border-radius:50%;background-color:hsl(38,40%,88%);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:hsl(38,45%,55%)}.sobre-values__icon img{width:1.75rem;height:1.75rem}.sobre-values__card-title{font-size:1.25rem;font-weight:500;margin-bottom:.75rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.sobre-values__card-title{font-size:1.5rem}}.sobre-values__card-description{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.sobre-cta{padding:5rem 0;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%)}@media(min-width: 768px){.sobre-cta{padding:7rem 0}}@media(min-width: 1024px){.sobre-cta{padding:8rem 0}}.sobre-cta__content{text-align:center}.sobre-cta__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,25%,98%)}@media(min-width: 768px){.sobre-cta__title{font-size:3rem}}@media(min-width: 1024px){.sobre-cta__title{font-size:3.75rem}}.sobre-cta__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 auto 2rem}.sobre-cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,25%,140%);max-width:42rem;margin-left:auto;margin-right:auto}.sobre-cta__button{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s}.sobre-cta__button:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.servicos-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.servicos-hero__header{text-align:center;max-width:48rem;margin:0 auto}.servicos-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.servicos-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.servicos-hero__title{font-size:3rem}}@media(min-width: 1024px){.servicos-hero__title{font-size:3.75rem}}.servicos-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.servicos-grid{padding:5rem 0}@media(min-width: 768px){.servicos-grid{padding:7rem 0}}@media(min-width: 1024px){.servicos-grid{padding:8rem 0}}.servicos-grid__filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid hsl(30,20%,88%)}@media(min-width: 768px){.servicos-grid__filter{margin-bottom:4rem;padding-bottom:2.5rem}}.servicos-grid__filter-button{padding:.75rem 1.5rem;background-color:hsl(30,20%,99%);color:hsl(30,10%,15%);border:2px solid hsl(30,20%,88%);border-radius:2rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s;text-transform:none;letter-spacing:normal}.servicos-grid__filter-button:hover{border-color:hsl(38,45%,55%);color:hsl(38,45%,55%);background-color:hsl(30,25%,99%);transform:translateY(-2px);box-shadow:0 4px 12px -4px hsl(30,20%,200%)}.servicos-grid__filter-button--active{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-color:hsl(38,45%,55%)}.servicos-grid__filter-button--active:hover{background-color:hsl(38,45%,45%);border-color:hsl(38,45%,45%);color:hsl(30,20%,99%)}.servicos-grid__wrapper{display:grid;gap:2rem}@media(min-width: 768px){.servicos-grid__wrapper{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.servicos-grid__wrapper{grid-template-columns:repeat(3, 1fr)}}.servicos-grid__card{background-color:hsl(30,20%,99%);border-radius:.5rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);overflow:hidden;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);height:100%;display:flex;flex-direction:column;position:relative}.servicos-grid__card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, hsl(38, 45%, 55%), hsl(38, 50%, 60%));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}.servicos-grid__card:hover{box-shadow:0 12px 40px -8px hsl(30,20%,133.3333333333%);transform:translateY(-8px)}.servicos-grid__card:hover::before{transform:scaleX(1)}.servicos-grid__card-image{aspect-ratio:16/10;background:linear-gradient(135deg, hsl(30, 15%, 92%), hsl(30, 20%, 88%));overflow:hidden;position:relative}.servicos-grid__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.4, 0, 0.2, 1)}.servicos-grid__card-image::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, transparent 0%, transparent 60%, hsl(30, 20%, 330%) 100%);opacity:0;transition:opacity .4s}.servicos-grid__card:hover .servicos-grid__card-image img{transform:scale(1.1)}.servicos-grid__card:hover .servicos-grid__card-image::after{opacity:1}.servicos-grid__card-content{padding:2rem;flex:1;display:flex;flex-direction:column}@media(min-width: 1024px){.servicos-grid__card-content{padding:2.5rem}}.servicos-grid__card-title{font-size:1.375rem;font-weight:600;line-height:1.3;margin-bottom:1rem;color:hsl(30,10%,15%);transition:color .3s}@media(min-width: 768px){.servicos-grid__card-title{font-size:1.625rem}}.servicos-grid__card:hover .servicos-grid__card-title{color:hsl(38,45%,55%)}.servicos-grid__card-description{font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem;color:hsl(30,10%,45%);flex:1}.servicos-grid__card-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:hsl(38,45%,55%);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:all .3s;margin-top:auto}.servicos-grid__card-link::after{content:"→";font-size:1.125rem;transition:transform .3s}.servicos-grid__card-link:hover{gap:.75rem;color:hsl(38,45%,45%)}.servicos-grid__card-link:hover::after{transform:translateX(4px)}.servicos-cta{padding:5rem 0;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%)}@media(min-width: 768px){.servicos-cta{padding:7rem 0}}@media(min-width: 1024px){.servicos-cta{padding:8rem 0}}.servicos-cta__content{text-align:center}.servicos-cta__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,25%,98%)}@media(min-width: 768px){.servicos-cta__title{font-size:3rem}}@media(min-width: 1024px){.servicos-cta__title{font-size:3.75rem}}.servicos-cta__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 auto 2rem}.servicos-cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,25%,140%);max-width:42rem;margin-left:auto;margin-right:auto}.servicos-cta__button{display:inline-block;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s}.servicos-cta__button:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.servicos-grid__category{margin-bottom:4rem}@media(min-width: 768px){.servicos-grid__category{margin-bottom:5rem}}@media(min-width: 1024px){.servicos-grid__category{margin-bottom:6rem}}.servicos-grid__category-title{font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:.75rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.servicos-grid__category-title{font-size:2.5rem}}@media(min-width: 1024px){.servicos-grid__category-title{font-size:3rem}}.servicos-grid__category-description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,10%,45%);max-width:48rem}.servico-single{padding:80px 0}.servico-single__back{margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.servico-single__back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:hsl(30,20%,99%);color:hsl(30,10%,15%);text-decoration:none;border-radius:.125rem;border:1px solid hsl(30,20%,88%);font-size:.875rem;font-weight:500;transition:all .3s}.servico-single__back-button:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-color:hsl(38,45%,55%);transform:translateX(-4px)}.servico-single__article{max-width:48rem;margin:0 auto}.servico-single__image{margin-bottom:2rem;border-radius:.125rem;overflow:hidden;box-shadow:0 4px 20px -4px hsl(30,20%,250%)}.servico-single__image img{width:100%;height:auto;display:block}.servico-single__content{background-color:hsl(30,20%,99%);padding:2rem;border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%)}@media(min-width: 768px){.servico-single__content{padding:3rem}}.servico-single__title{font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:2rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.servico-single__title{font-size:2.5rem}}.servico-single__section{margin-bottom:3rem}.servico-single__section:last-of-type{margin-bottom:0}.servico-single__section-title{font-size:1.5rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%);padding-bottom:.75rem;border-bottom:2px solid hsl(38,45%,55%)}@media(min-width: 768px){.servico-single__section-title{font-size:1.75rem}}.servico-single__section-content{font-size:1rem;line-height:1.75;color:hsl(30,10%,35%)}.servico-single__section-content p{margin-bottom:1.5rem}.servico-single__section-content p:last-child{margin-bottom:0}.servico-single__list{list-style:none;padding:0;margin:0}.servico-single__list-item{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1rem;line-height:1.75;color:hsl(30,10%,35%)}.servico-single__list-item::before{content:"●";position:absolute;left:0;color:hsl(38,45%,55%);font-size:1.25rem;line-height:1.4}.servico-single__list-item:last-child{margin-bottom:0}.servico-single__faq{display:flex;flex-direction:column;gap:1rem}.servico-single__faq-item{background-color:hsl(30,25%,98%);border-radius:.5rem;border:1px solid hsl(30,20%,88%);overflow:hidden;transition:all .3s}.servico-single__faq-item:hover{border-color:hsl(38,45%,55%);box-shadow:0 4px 12px -4px hsl(30,20%,200%)}.servico-single__faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;line-height:1.4;color:hsl(30,10%,15%);cursor:pointer;transition:all .3s;position:relative}.servico-single__faq-question:hover{color:hsl(38,45%,55%);background-color:hsl(30,25%,99%)}.servico-single__faq-question:focus{outline:2px solid hsl(38,45%,55%);outline-offset:-2px}.servico-single__faq-question-text{flex:1;padding-right:1rem}.servico-single__faq-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);font-size:1.5rem;font-weight:300;line-height:1;flex-shrink:0;transition:all .3s}.servico-single__faq-item[aria-expanded=true] .servico-single__faq-question{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.servico-single__faq-item[aria-expanded=true] .servico-single__faq-question .servico-single__faq-icon{background-color:hsl(30,20%,99%);color:hsl(38,45%,55%);transform:rotate(180deg)}.servico-single__faq-answer{display:none}.servico-single__faq-answer-content{padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.75;color:hsl(30,10%,35%)}.servico-single__faq-answer-content p{margin-bottom:1rem}.servico-single__faq-answer-content p:last-child{margin-bottom:0}.servico-single__faq-answer-content ul,.servico-single__faq-answer-content ol{margin-bottom:1rem;padding-left:1.5rem}.servico-single__faq-answer-content li{margin-bottom:.5rem}.servico-single__cta{margin-top:3rem;text-align:center;padding-top:2rem;border-top:1px solid hsl(30,20%,88%)}.servico-single__cta-button{display:inline-block;padding:1rem 2.5rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border:none;border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;cursor:pointer;font-family:inherit;transition:all .3s}.servico-single__cta-button:hover{background-color:hsl(38,45%,45%);box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.servico-single__cta-button:focus{outline:2px solid hsl(38,45%,55%);outline-offset:2px}.equipa-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.equipa-hero__header{text-align:center;max-width:48rem;margin:0 auto}.equipa-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.equipa-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.equipa-hero__title{font-size:3rem}}@media(min-width: 1024px){.equipa-hero__title{font-size:3.75rem}}.equipa-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.equipa-members{padding:5rem 0}@media(min-width: 768px){.equipa-members{padding:7rem 0}}@media(min-width: 1024px){.equipa-members{padding:8rem 0}}.equipa-members__list{display:flex;flex-direction:column;gap:5rem}@media(min-width: 1024px){.equipa-members__list{gap:5rem}}.equipa-members__item{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.equipa-members__item{grid-template-columns:repeat(2, 1fr);gap:4rem}}@media(min-width: 1024px){.equipa-members__item--reverse .equipa-members__image-wrapper{order:2}.equipa-members__item--reverse .equipa-members__content{order:1}}.equipa-members__image-wrapper{border-radius:.125rem;overflow:hidden;box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transition:transform .5s}.equipa-members__image-wrapper:hover img{transform:scale(1.05)}.equipa-members__image{width:100%;height:auto;display:block;transition:transform .5s}.equipa-members__role{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.equipa-members__name{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.equipa-members__name{font-size:3rem}}@media(min-width: 1024px){.equipa-members__name{font-size:3.75rem}}.equipa-members__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 0 1.5rem 0}.equipa-members__bio{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem;color:hsl(30,10%,45%)}.equipa-members__specialties{margin-top:2rem}.equipa-members__specialties-title{font-size:1.125rem;font-weight:500;margin-bottom:1rem;color:hsl(30,10%,15%)}.equipa-members__specialties-list{display:flex;flex-wrap:wrap;gap:.5rem}.equipa-members__specialty{padding:.5rem 1rem;background-color:hsl(38,40%,88%);color:hsl(30,10%,20%);border-radius:9999px;font-size:.875rem}.equipa-cta{padding:5rem 0;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%)}@media(min-width: 768px){.equipa-cta{padding:7rem 0}}@media(min-width: 1024px){.equipa-cta{padding:8rem 0}}.equipa-cta__content{text-align:center}.equipa-cta__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,25%,98%)}@media(min-width: 768px){.equipa-cta__title{font-size:3rem}}@media(min-width: 1024px){.equipa-cta__title{font-size:3.75rem}}.equipa-cta__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 auto 2rem}.equipa-cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,25%,140%);max-width:42rem;margin-left:auto;margin-right:auto}.equipa-cta__button{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s}.equipa-cta__button:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.agendamentos-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.agendamentos-hero__header{text-align:center;max-width:48rem;margin:0 auto}.agendamentos-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.agendamentos-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.agendamentos-hero__title{font-size:3rem}}@media(min-width: 1024px){.agendamentos-hero__title{font-size:3.75rem}}.agendamentos-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.agendamentos-services{padding:5rem 0;background-color:hsl(30,20%,96%)}@media(min-width: 768px){.agendamentos-services{padding:7rem 0}}@media(min-width: 1024px){.agendamentos-services{padding:5rem 0}}.agendamentos-services__header{text-align:center;margin-bottom:3rem;max-width:48rem;margin-left:auto;margin-right:auto}.agendamentos-services__title{margin-bottom:1rem;color:hsl(30,10%,15%)}.agendamentos-services__title h1,.agendamentos-services__title h2,.agendamentos-services__title h3,.agendamentos-services__title h4,.agendamentos-services__title h5,.agendamentos-services__title h6{font-weight:500;line-height:1.2;color:inherit}.agendamentos-services__title p{margin-bottom:.5rem}.agendamentos-services__title p:last-child{margin-bottom:0}.agendamentos-services__title strong,.agendamentos-services__title b{font-weight:600}.agendamentos-services__title em,.agendamentos-services__title i{font-style:italic}.agendamentos-services__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.agendamentos-services__filter{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.agendamentos-services__filter-button{padding:.75rem 1.5rem;background-color:hsl(30,20%,99%);border:2px solid hsl(30,20%,88%);border-radius:.125rem;color:hsl(30,10%,15%);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s}.agendamentos-services__filter-button:hover{border-color:hsl(38,45%,55%);color:hsl(38,45%,55%)}.agendamentos-services__filter-button--active{background-color:hsl(38,45%,55%);border-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.agendamentos-services__wrapper{display:grid;gap:2rem}@media(min-width: 768px){.agendamentos-services__wrapper{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.agendamentos-services__wrapper{grid-template-columns:repeat(3, 1fr)}}.agendamentos-services__card{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);overflow:hidden;transition:all .3s;display:flex;flex-direction:column;height:100%}.agendamentos-services__card:hover{box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transform:translateY(-4px)}.agendamentos-services__card[data-categories]{display:block}.agendamentos-services__card-image{width:100%;height:12rem;overflow:hidden;background-color:hsl(30,15%,92%)}.agendamentos-services__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.agendamentos-services__card:hover .agendamentos-services__card-image img{transform:scale(1.05)}.agendamentos-services__card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.agendamentos-services__card-title{font-size:1.25rem;font-weight:500;margin-bottom:.75rem;color:hsl(30,10%,15%)}.agendamentos-services__card-description{font-size:.875rem;line-height:1.75;color:hsl(30,10%,45%);margin-bottom:1rem;flex-grow:1}.agendamentos-services__card-actions{display:flex;gap:1rem;margin-top:auto;padding-top:1rem}.agendamentos-services__card-link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:hsl(38,45%,55%);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:color .3s}.agendamentos-services__card-link:hover{color:hsl(38,45%,50%)}.agendamentos-services__card-button{flex:1;padding:.75rem 1.5rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border:none;border-radius:.125rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s}.agendamentos-services__card-button:hover{background-color:hsl(38,45%,50%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.agendamento-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem}.agendamento-modal--active{display:flex}.agendamento-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);backdrop-filter:blur(4px)}.agendamento-modal__content{position:relative;background-color:hsl(30,20%,99%);border-radius:.25rem;max-width:32rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);z-index:1}.agendamento-modal__close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:hsl(30,15%,92%);border:none;border-radius:50%;color:hsl(30,10%,15%);cursor:pointer;transition:all .3s;z-index:10}.agendamento-modal__close:hover{background-color:hsl(30,10%,15%);color:hsl(30,20%,99%)}.agendamento-modal__close svg{width:1.25rem;height:1.25rem}.agendamento-modal__header{padding:2rem 2rem 1.5rem;border-bottom:1px solid hsl(30,20%,88%)}.agendamento-modal__title{font-size:1.75rem;font-weight:500;margin-bottom:.5rem;color:hsl(30,10%,15%)}.agendamento-modal__subtitle{font-size:.875rem;color:hsl(30,10%,45%)}.agendamento-modal__form{padding:2rem}.agendamento-form{display:flex;flex-direction:column;gap:1.5rem}.agendamento-form__row{display:flex;flex-direction:column}.agendamento-form__field{width:100%}.agendamento-form__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:hsl(30,10%,15%);text-transform:uppercase;letter-spacing:.05em}.agendamento-form__input,.agendamento-form__textarea{width:100%;padding:.875rem 1rem;border:1px solid hsl(30,15%,85%);border-radius:.125rem;font-size:1rem;font-family:inherit;color:hsl(30,10%,15%);background-color:#fff;transition:border-color .3s,box-shadow .3s}.agendamento-form__input:focus,.agendamento-form__textarea:focus{outline:none;border-color:hsl(38,45%,55%);box-shadow:0 0 0 3px rgba(38,114.75,140.25,.1)}.agendamento-form__input[readonly],.agendamento-form__textarea[readonly]{background-color:hsl(30,15%,95%);cursor:not-allowed}.agendamento-form__input::placeholder,.agendamento-form__textarea::placeholder{color:hsl(30,10%,60%)}.agendamento-form__textarea{min-height:8rem;resize:vertical}.agendamento-form__submit{width:100%;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:#fff;border:none;border-radius:.125rem;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s}.agendamento-form__submit:hover{background-color:hsl(38,45%,50%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.agendamento-form br{display:none}.agendamento-form .wpcf7-response-output{padding:1rem;border-radius:.125rem;margin-top:1rem;font-size:.875rem}.agendamento-form .wpcf7-mail-sent-ok{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.agendamento-form .wpcf7-validation-errors,.agendamento-form .wpcf7-mail-sent-ng{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.agendamentos-values{padding:5rem 0}@media(min-width: 768px){.agendamentos-values{padding:7rem 0}}@media(min-width: 1024px){.agendamentos-values{padding:8rem 0}}.agendamentos-values__content{max-width:48rem;margin:0 auto;text-align:center}.agendamentos-values__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:2rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.agendamentos-values__title{font-size:3rem}}@media(min-width: 1024px){.agendamentos-values__title{font-size:3.75rem}}.agendamentos-values__text{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.agendamentos-values__text p{margin-bottom:1rem}.agendamentos-values__text p:last-child{margin-bottom:0}.agendamentos-policy{padding:3rem 0;background-color:hsl(30,20%,96%)}@media(min-width: 768px){.agendamentos-policy{padding:7rem 0}}@media(min-width: 1024px){.agendamentos-policy{padding:8rem 0}}.agendamentos-policy__content{max-width:48rem;margin:0 auto}.agendamentos-policy__title{font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:2rem;color:hsl(30,10%,15%);text-align:center}@media(min-width: 768px){.agendamentos-policy__title{font-size:2.5rem}}@media(min-width: 1024px){.agendamentos-policy__title{font-size:3rem}}.agendamentos-policy__text{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%);text-align:center}.agendamentos-policy__text p{margin-bottom:1rem}.agendamentos-policy__text p:last-child{margin-bottom:0}.agendamentos-policy__text ul,.agendamentos-policy__text ol{margin-left:1.5rem;margin-bottom:1rem}.agendamentos-policy__text ul li,.agendamentos-policy__text ol li{margin-bottom:.5rem}.contactos-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.contactos-hero__header{text-align:center;max-width:48rem;margin:0 auto}.contactos-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.contactos-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.contactos-hero__title{font-size:3rem}}@media(min-width: 1024px){.contactos-hero__title{font-size:3.75rem}}.contactos-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.contactos-content{padding:5rem 0}@media(min-width: 768px){.contactos-content{padding:7rem 0}}@media(min-width: 1024px){.contactos-content{padding:8rem 0}}.contactos-content__grid{display:grid;gap:3rem}@media(min-width: 1024px){.contactos-content__grid{grid-template-columns:repeat(2, 1fr)}}.contactos-content__info{display:flex;flex-direction:column;gap:2rem}.contactos-content__item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 10px 30px rgba(0,0,0,.08)}.contactos-content__icon{color:hsl(38,45%,55%);flex-shrink:0}.contactos-content__details{flex:1}.contactos-content__label{font-size:1.125rem;font-weight:500;margin-bottom:.5rem;color:hsl(30,10%,15%)}.contactos-content__text{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.contactos-content__link{font-size:1rem;color:hsl(30,10%,45%);text-decoration:none;transition:color .3s}.contactos-content__link:hover{color:hsl(38,45%,55%)}.contactos-content__whatsapp{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:#25d366;color:#fff;border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s;width:100%;justify-content:center}.contactos-content__whatsapp:hover{opacity:.9;transform:translateY(-2px)}.contactos-content__whatsapp svg{width:1.25rem;height:1.25rem}.contactos-content__form{background-color:hsl(30,20%,99%);padding:2rem;border-radius:.125rem;box-shadow:0 10px 30px rgba(0,0,0,.08)}@media(min-width: 1024px){.contactos-content__form{padding:3rem}}.contactos-content__form .wpcf7-form{display:flex;flex-direction:column;gap:1.5rem}.contactos-content__form .wpcf7-form-control-wrap{display:block;width:100%}.contactos-content__form input[type=text],.contactos-content__form input[type=email],.contactos-content__form input[type=tel],.contactos-content__form textarea{width:100%;padding:.875rem 1rem;border:1px solid hsl(30,15%,85%);border-radius:.125rem;font-size:1rem;font-family:inherit;color:hsl(30,10%,15%);background-color:#fff;transition:border-color .3s,box-shadow .3s}.contactos-content__form input[type=text]:focus,.contactos-content__form input[type=email]:focus,.contactos-content__form input[type=tel]:focus,.contactos-content__form textarea:focus{outline:none;border-color:hsl(38,45%,55%);box-shadow:0 0 0 3px rgba(38,114.75,140.25,.1)}.contactos-content__form input[type=text]::placeholder,.contactos-content__form input[type=email]::placeholder,.contactos-content__form input[type=tel]::placeholder,.contactos-content__form textarea::placeholder{color:hsl(30,10%,60%)}.contactos-content__form textarea{min-height:8rem;resize:vertical}.contactos-content__form input[type=submit]{padding:1rem 2rem;background-color:hsl(38,45%,55%);color:#fff;border:none;border-radius:.125rem;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s}.contactos-content__form input[type=submit]:hover{background-color:hsl(38,45%,50%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.contactos-content__form br{display:none}.contactos-content__form label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:hsl(30,10%,15%);text-transform:uppercase;letter-spacing:.05em}.contactos-content__form .wpcf7-response-output{padding:1rem;border-radius:.125rem;margin-top:1rem;font-size:.875rem}.contactos-content__form .wpcf7-mail-sent-ok{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.contactos-content__form .wpcf7-validation-errors,.contactos-content__form .wpcf7-mail-sent-ng{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contactos-content__map-full{margin-top:4rem;background-color:hsl(30,15%,92%);border-radius:.125rem;overflow:hidden;height:24rem;min-height:25rem}@media(min-width: 768px){.contactos-content__map-full{height:30rem}}@media(min-width: 1024px){.contactos-content__map-full{height:35rem}}.contactos-content__map-full iframe{width:100%;height:100%;border:0}.contactos-content__map{background-color:hsl(30,15%,92%);border-radius:.125rem;overflow:hidden;height:24rem;min-height:25rem}@media(min-width: 1024px){.contactos-content__map{height:100%;min-height:400px}}.contactos-content__map iframe{width:100%;height:100%;border:0}.depoimentos-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.depoimentos-hero__header{text-align:center;max-width:48rem;margin:0 auto}.depoimentos-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.depoimentos-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.depoimentos-hero__title{font-size:3rem}}@media(min-width: 1024px){.depoimentos-hero__title{font-size:3.75rem}}.depoimentos-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.depoimentos-grid{padding:5rem 0}@media(min-width: 768px){.depoimentos-grid{padding:7rem 0}}@media(min-width: 1024px){.depoimentos-grid{padding:8rem 0}}.depoimentos-grid__wrapper{display:flex;flex-direction:column;gap:2rem;max-width:48rem;margin:0 auto}.depoimentos-grid__card{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);padding:2rem;display:flex;flex-direction:column;height:100%}.depoimentos-grid__rating{display:flex;margin-bottom:1rem}.depoimentos-grid__star{width:1rem;height:1rem;color:hsl(38,45%,55%);fill:hsl(38,45%,55%)}.depoimentos-grid__text{font-style:italic;line-height:1.75;flex-grow:1;margin-bottom:1.5rem;color:hsl(30,10%,15%)}.depoimentos-grid__author{padding-top:1.5rem;border-top:1px solid hsl(30,20%,88%)}.depoimentos-grid__name{font-weight:500;color:hsl(30,10%,15%);margin-bottom:.25rem}.depoimentos-grid__treatment{font-size:.875rem;color:hsl(30,10%,45%)}.depoimentos-grid__card--video{padding:0;overflow:hidden}.depoimentos-grid__video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background-color:hsl(30,15%,92%)}.depoimentos-grid__video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.depoimentos-grid__video-title{font-size:1.25rem;font-weight:500;margin:1.5rem 2rem .75rem;color:hsl(30,10%,15%)}.depoimentos-grid__video-description{font-size:.875rem;line-height:1.75;color:hsl(30,10%,45%);margin:0 2rem 2rem}.depoimentos-grid__card--antes-depois{padding:2rem}.depoimentos-grid__antes-depois-title{font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:hsl(30,10%,15%)}.depoimentos-grid__antes-depois-description{font-size:.875rem;line-height:1.75;color:hsl(30,10%,45%);margin-bottom:1.5rem}.depoimentos-grid__antes-depois-images{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-top:1rem}@media(max-width: 640px){.depoimentos-grid__antes-depois-images{grid-template-columns:1fr}}.depoimentos-grid__antes-depois-item{position:relative;border-radius:.125rem;overflow:hidden;background-color:hsl(30,15%,92%)}.depoimentos-grid__antes-depois-label{position:absolute;top:.75rem;left:.75rem;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%);padding:.25rem .75rem;border-radius:.125rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;z-index:1}.depoimentos-grid__antes-depois-image{width:100%;height:auto;display:block;object-fit:cover;min-height:12rem}.depoimentos-grid__card--historia{padding:2rem;position:relative}.depoimentos-grid__historia-badge{display:inline-block;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);padding:.375rem 1rem;border-radius:.125rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.depoimentos-grid__historia-title{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:hsl(30,10%,15%)}.depoimentos-grid__historia-description{font-size:.875rem;line-height:1.75;color:hsl(30,10%,45%);margin-bottom:1.5rem}.depoimentos-grid__historia-gallery{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:1rem;margin-bottom:1.5rem}@media(max-width: 640px){.depoimentos-grid__historia-gallery{grid-template-columns:repeat(2, 1fr)}}.depoimentos-grid__historia-image{width:100%;height:auto;border-radius:.125rem;object-fit:cover;min-height:10rem;background-color:hsl(30,15%,92%)}.depoimentos-grid__historia-author{padding-top:1.5rem;border-top:1px solid hsl(30,20%,88%)}.depoimentos-grid__historia-name{font-weight:500;color:hsl(30,10%,15%);font-size:.875rem}.depoimentos-grid__card--video,.depoimentos-grid__card--antes-depois,.depoimentos-grid__card--historia{width:100%}.depoimentos-cta{padding:5rem 0;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%)}@media(min-width: 768px){.depoimentos-cta{padding:7rem 0}}@media(min-width: 1024px){.depoimentos-cta{padding:8rem 0}}.depoimentos-cta__content{text-align:center}.depoimentos-cta__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,25%,98%)}@media(min-width: 768px){.depoimentos-cta__title{font-size:3rem}}@media(min-width: 1024px){.depoimentos-cta__title{font-size:3.75rem}}.depoimentos-cta__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 auto 2rem}.depoimentos-cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,25%,140%);max-width:42rem;margin-left:auto;margin-right:auto}.depoimentos-cta__button{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s}.depoimentos-cta__button:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.antes-depois-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.antes-depois-hero__header{text-align:center;max-width:48rem;margin:0 auto}.antes-depois-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.antes-depois-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.antes-depois-hero__title{font-size:3rem}}@media(min-width: 1024px){.antes-depois-hero__title{font-size:3.75rem}}.antes-depois-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.antes-depois-filter{padding:2rem 0;border-bottom:1px solid hsl(30,20%,88%)}.antes-depois-filter__list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.antes-depois-filter__button{padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .3s;border:none;background-color:hsl(30,20%,94%);color:hsl(30,10%,25%);cursor:pointer}.antes-depois-filter__button:hover{background-color:hsl(38,40%,88%)}.antes-depois-filter__button--active{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%)}.antes-depois-filter__button--active:hover{background-color:hsl(38,45%,55%)}.antes-depois-gallery{padding:5rem 0}@media(min-width: 768px){.antes-depois-gallery{padding:7rem 0}}@media(min-width: 1024px){.antes-depois-gallery{padding:8rem 0}}.antes-depois-gallery__grid{display:grid;gap:2rem}@media(min-width: 768px){.antes-depois-gallery__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.antes-depois-gallery__grid{grid-template-columns:repeat(3, 1fr)}}.antes-depois-gallery__item{background-color:hsl(30,20%,99%);border-radius:.5rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);overflow:hidden;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid hsl(30,20%,88%);position:relative}.antes-depois-gallery__item::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, hsl(38, 45%, 55%), hsl(38, 50%, 60%));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);z-index:1}.antes-depois-gallery__item:hover{box-shadow:0 12px 40px -8px hsl(30,20%,133.3333333333%);transform:translateY(-8px);border-color:hsl(38,45%,55%)}.antes-depois-gallery__item:hover::before{transform:scaleX(1)}.antes-depois-gallery__image-wrapper{cursor:pointer;position:relative}.antes-depois-gallery__image-wrapper::before{content:"🔍";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);font-size:2rem;z-index:2;transition:transform .3s;pointer-events:none}.antes-depois-gallery__image-wrapper:hover::before{transform:translate(-50%, -50%) scale(1)}.antes-depois-gallery__images{aspect-ratio:4/3;background-color:hsl(30,15%,92%);display:flex;align-items:stretch;justify-content:stretch;position:relative;overflow:hidden;width:100%}.antes-depois-gallery__images--both .antes-depois-gallery__image{flex:1 1 50%;width:50%;height:100%}.antes-depois-gallery__images--single .antes-depois-gallery__image{flex:1 1 100%;width:100%;height:100%}.antes-depois-gallery__image{height:100%;object-fit:cover;display:block;visibility:visible;opacity:1;min-width:0}.antes-depois-gallery__placeholder{aspect-ratio:4/3;background-color:hsl(30,15%,92%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.antes-depois-gallery__placeholder-icon{width:4rem;height:4rem;border-radius:50%;background-color:hsl(38,40%,88%);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:hsl(38,45%,55%)}.antes-depois-gallery__placeholder-text{font-size:.875rem;color:hsl(30,10%,45%)}.antes-depois-gallery__content{padding:1.5rem}.antes-depois-gallery__category{font-size:.75rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.1em}.antes-depois-gallery__title{font-size:1.25rem;font-weight:500;margin:.5rem 0;color:hsl(30,10%,15%)}@media(min-width: 768px){.antes-depois-gallery__title{font-size:1.5rem}}.antes-depois-gallery__description{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.antes-depois-privacy{padding:3rem 0;background-color:hsl(30,20%,94%)}.antes-depois-privacy__text{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%);max-width:42rem;margin:0 auto;text-align:center}.antes-depois-privacy__text strong{color:hsl(30,10%,15%)}.antes-depois-cta{padding:5rem 0;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%)}@media(min-width: 768px){.antes-depois-cta{padding:7rem 0}}@media(min-width: 1024px){.antes-depois-cta{padding:8rem 0}}.antes-depois-cta__content{text-align:center}.antes-depois-cta__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,25%,98%)}@media(min-width: 768px){.antes-depois-cta__title{font-size:3rem}}@media(min-width: 1024px){.antes-depois-cta__title{font-size:3.75rem}}.antes-depois-cta__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 auto 2rem}.antes-depois-cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,25%,140%);max-width:42rem;margin-left:auto;margin-right:auto}.antes-depois-cta__button{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s}.antes-depois-cta__button:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.antes-depois-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.antes-depois-lightbox--active{opacity:1;visibility:visible}.antes-depois-lightbox__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsl(30,10%,15.7894736842%);backdrop-filter:blur(4px)}.antes-depois-lightbox__content{position:relative;z-index:1;max-width:90vw;max-height:90vh;width:100%;background-color:hsl(30,20%,99%);border-radius:.5rem;padding:2rem;overflow:auto;transform:scale(0.9);transition:transform .3s}@media(min-width: 768px){.antes-depois-lightbox__content{max-width:80vw;padding:3rem}}@media(min-width: 1024px){.antes-depois-lightbox__content{max-width:70vw}}.antes-depois-lightbox--active .antes-depois-lightbox__content{transform:scale(1)}.antes-depois-lightbox__close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;background-color:hsl(30,20%,99%);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:2;color:hsl(30,10%,15%);box-shadow:0 4px 12px -4px #fff}.antes-depois-lightbox__close:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);transform:rotate(90deg)}.antes-depois-lightbox__close svg{width:1.25rem;height:1.25rem}.antes-depois-lightbox__images{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width: 768px){.antes-depois-lightbox__images{grid-template-columns:repeat(2, 1fr)}}.antes-depois-lightbox__image-wrapper{position:relative;background-color:hsl(30,15%,92%);border-radius:.25rem;overflow:hidden;aspect-ratio:4/3}.antes-depois-lightbox__label{position:absolute;top:1rem;left:1rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:1}.antes-depois-lightbox__image{width:100%;height:100%;object-fit:contain;display:block}.antes-depois-lightbox__title{text-align:center;font-size:1.5rem;font-weight:500;color:hsl(30,10%,15%);margin-top:1rem}@media(min-width: 768px){.antes-depois-lightbox__title{font-size:1.75rem}}.blog-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.blog-hero__header{text-align:center;max-width:48rem;margin:0 auto}.blog-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.blog-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.blog-hero__title{font-size:3rem}}@media(min-width: 1024px){.blog-hero__title{font-size:3.75rem}}.blog-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.blog-posts{padding:5rem 0}@media(min-width: 768px){.blog-posts{padding:7rem 0}}@media(min-width: 1024px){.blog-posts{padding:8rem 0}}.blog-posts__grid{display:grid;gap:2rem}@media(min-width: 768px){.blog-posts__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.blog-posts__grid{grid-template-columns:repeat(3, 1fr)}}.blog-posts__card{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);overflow:hidden;transition:all .3s}.blog-posts__card:hover{box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transform:translateY(-4px)}.blog-posts__image{aspect-ratio:16/9;background-color:hsl(30,15%,92%);overflow:hidden}.blog-posts__image img{width:100%;height:100%;object-fit:cover}.blog-posts__content{padding:1.5rem}.blog-posts__date{font-size:.75rem;color:hsl(38,45%,55%)}.blog-posts__title{font-size:1.25rem;font-weight:500;margin:.5rem 0 .75rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.blog-posts__title{font-size:1.5rem}}.blog-posts__title a{color:inherit;text-decoration:none;transition:color .3s}.blog-posts__title a:hover{color:hsl(38,45%,55%)}.blog-posts__excerpt{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.blog-posts__pagination{margin-top:3rem;text-align:center}.blog-posts__pagination .page-numbers{display:inline-flex;gap:.5rem;align-items:center}.blog-posts__pagination .page-numbers a,.blog-posts__pagination .page-numbers span{padding:.5rem 1rem;border-radius:.125rem;text-decoration:none;transition:all .3s}.blog-posts__pagination .page-numbers a{background-color:hsl(30,20%,99%);color:hsl(30,10%,15%);border:1px solid hsl(30,20%,88%)}.blog-posts__pagination .page-numbers a:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-color:hsl(38,45%,55%)}.blog-posts__pagination .page-numbers .current{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border:1px solid hsl(38,45%,55%)}.blog-single{padding:80px 0}.blog-single__back{margin-top:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.blog-single__back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:hsl(30,20%,99%);color:hsl(30,10%,15%);text-decoration:none;border-radius:.125rem;border:1px solid hsl(30,20%,88%);font-size:.875rem;font-weight:500;transition:all .3s}.blog-single__back-button:hover{background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-color:hsl(38,45%,55%);transform:translateX(-4px)}.blog-single__article{max-width:48rem;margin:0 auto}.blog-single__content{background-color:hsl(30,20%,99%);padding:2rem;border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%)}@media(min-width: 768px){.blog-single__content{padding:3rem}}.blog-single__title{font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.blog-single__title{font-size:2.5rem}}.blog-single__body{font-size:1rem;line-height:1.75;color:hsl(30,10%,35%)}.blog-single__body p{margin-bottom:1.5rem}.blog-single__body h2,.blog-single__body h3,.blog-single__body h4{margin-top:2rem;margin-bottom:1rem;color:hsl(30,10%,15%);font-weight:500}.blog-single__body h2{font-size:1.75rem}.blog-single__body h3{font-size:1.5rem}.blog-single__body h4{font-size:1.25rem}.blog-single__body ul,.blog-single__body ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-single__body li{margin-bottom:.5rem}.blog-single__body a{color:hsl(38,45%,55%);text-decoration:underline;transition:color .3s}.blog-single__body a:hover{color:hsl(38,45%,45%)}.blog-single__body img{max-width:100%;height:auto;border-radius:.125rem;margin:1.5rem 0}.clinica-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.clinica-hero__header{text-align:center;max-width:48rem;margin:0 auto}.clinica-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.clinica-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.clinica-hero__title{font-size:3rem}}@media(min-width: 1024px){.clinica-hero__title{font-size:3.75rem}}.clinica-hero__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.clinica-main{padding:5rem 0}@media(min-width: 768px){.clinica-main{padding:7rem 0}}@media(min-width: 1024px){.clinica-main{padding:8rem 0}}.clinica-main__grid{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.clinica-main__grid{grid-template-columns:repeat(2, 1fr);gap:4rem}}.clinica-main__image-wrapper{border-radius:.125rem;overflow:hidden;box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transition:transform .5s}.clinica-main__image-wrapper:hover img{transform:scale(1.05)}.clinica-main__image{width:100%;height:auto;display:block;transition:transform .5s}.clinica-main__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.clinica-main__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.clinica-main__title{font-size:3rem}}@media(min-width: 1024px){.clinica-main__title{font-size:3.75rem}}.clinica-main__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 0 1.5rem 0}.clinica-main__description{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem;color:hsl(30,10%,45%)}.clinica-main__description-2{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.clinica-features{padding:5rem 0;background-color:hsl(30,20%,94%)}@media(min-width: 768px){.clinica-features{padding:7rem 0}}@media(min-width: 1024px){.clinica-features{padding:8rem 0}}.clinica-features__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.clinica-features__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.clinica-features__title{font-size:2.25rem;font-weight:500;line-height:1.2;color:hsl(30,10%,15%)}@media(min-width: 768px){.clinica-features__title{font-size:3rem}}@media(min-width: 1024px){.clinica-features__title{font-size:3.75rem}}.clinica-features__grid{display:grid;gap:2rem}@media(min-width: 768px){.clinica-features__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.clinica-features__grid{grid-template-columns:repeat(4, 1fr)}}.clinica-features__card{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);padding:1.5rem;text-align:center;transition:all .3s}.clinica-features__card:hover{box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transform:translateY(-4px)}.clinica-features__icon{width:3.5rem;height:3.5rem;border-radius:50%;background-color:hsl(38,40%,88%);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:hsl(38,45%,55%)}.clinica-features__icon img{width:1.5rem;height:1.5rem}.clinica-features__card-title{font-size:1.25rem;font-weight:500;margin-bottom:.75rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.clinica-features__card-title{font-size:1.5rem}}.clinica-features__card-description{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.clinica-spaces{padding:5rem 0}@media(min-width: 768px){.clinica-spaces{padding:7rem 0}}@media(min-width: 1024px){.clinica-spaces{padding:8rem 0}}.clinica-spaces__grid{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.clinica-spaces__grid{grid-template-columns:repeat(2, 1fr);gap:4rem}}.clinica-spaces__content{order:2}@media(min-width: 1024px){.clinica-spaces__content{order:1}}.clinica-spaces__image-wrapper{order:1;border-radius:.125rem;overflow:hidden;box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%);transition:transform .5s}@media(min-width: 1024px){.clinica-spaces__image-wrapper{order:2}}.clinica-spaces__image-wrapper:hover img{transform:scale(1.05)}.clinica-spaces__image{width:100%;height:auto;display:block;transition:transform .5s}.clinica-spaces__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.clinica-spaces__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.clinica-spaces__title{font-size:3rem}}@media(min-width: 1024px){.clinica-spaces__title{font-size:3.75rem}}.clinica-spaces__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 0 1.5rem 0}.clinica-spaces__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,10%,45%)}.clinica-spaces__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.clinica-spaces__item{display:flex;align-items:center;gap:.75rem}.clinica-spaces__check{width:1.25rem;height:1.25rem;color:hsl(38,45%,55%);flex-shrink:0}.clinica-spaces__text{color:hsl(30,10%,45%)}.clinica-location{padding:5rem 0;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}@media(min-width: 768px){.clinica-location{padding:7rem 0}}@media(min-width: 1024px){.clinica-location{padding:8rem 0}}.clinica-location__header{text-align:center;max-width:48rem;margin:0 auto 3rem}.clinica-location__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.clinica-location__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.clinica-location__title{font-size:3rem}}@media(min-width: 1024px){.clinica-location__title{font-size:3.75rem}}.clinica-location__description{font-size:1.125rem;line-height:1.75;color:hsl(30,10%,45%)}.clinica-location__grid{display:grid;gap:3rem;align-items:start}@media(min-width: 1024px){.clinica-location__grid{grid-template-columns:repeat(2, 1fr)}}.clinica-location__map{background-color:hsl(30,15%,92%);border-radius:.125rem;overflow:hidden;height:24rem;box-shadow:0 8px 30px -8px hsl(30,20%,166.6666666667%)}.clinica-location__map iframe{width:100%;height:100%;border:0}.clinica-location__info{background-color:hsl(30,20%,99%);border-radius:.125rem;box-shadow:0 4px 20px -4px hsl(30,20%,250%);padding:2rem}.clinica-location__info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.clinica-location__info-item:last-child{margin-bottom:0}.clinica-location__info-icon{width:1.5rem;height:1.5rem;color:hsl(38,45%,55%);flex-shrink:0}.clinica-location__info-content{flex:1}.clinica-location__info-title{font-size:1.125rem;font-weight:500;margin-bottom:.5rem;color:hsl(30,10%,15%)}.clinica-location__info-text{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.clinica-cta{padding:5rem 0;background-color:hsl(30,10%,15%);color:hsl(30,25%,98%)}@media(min-width: 768px){.clinica-cta{padding:7rem 0}}@media(min-width: 1024px){.clinica-cta{padding:8rem 0}}.clinica-cta__content{text-align:center}.clinica-cta__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem;color:hsl(30,25%,98%)}@media(min-width: 768px){.clinica-cta__title{font-size:3rem}}@media(min-width: 1024px){.clinica-cta__title{font-size:3.75rem}}.clinica-cta__divider{width:4rem;height:.125rem;background-color:hsl(38,45%,55%);margin:0 auto 2rem}.clinica-cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:2rem;color:hsl(30,25%,140%);max-width:42rem;margin-left:auto;margin-right:auto}.clinica-cta__button{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:hsl(38,45%,55%);color:hsl(30,20%,99%);border-radius:.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;text-decoration:none;transition:all .3s}.clinica-cta__button:hover{box-shadow:0 4px 20px -4px hsl(38,45%,220%);transform:translateY(-2px)}.termos-hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(180deg, hsl(30, 25%, 98%) 0%, hsl(30, 20%, 94%) 100%)}.termos-hero__header{text-align:center;max-width:48rem;margin:0 auto}.termos-hero__subtitle{display:block;margin-bottom:1rem;color:hsl(38,45%,55%);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:500}.termos-hero__title{font-size:2.25rem;font-weight:500;line-height:1.2;color:hsl(30,10%,15%)}@media(min-width: 768px){.termos-hero__title{font-size:3rem}}@media(min-width: 1024px){.termos-hero__title{font-size:3.75rem}}.termos-content{padding:5rem 0}@media(min-width: 768px){.termos-content{padding:7rem 0}}@media(min-width: 1024px){.termos-content{padding:8rem 0}}.termos-content__wrapper{max-width:48rem;margin:0 auto}.termos-content__section{margin-bottom:3rem}.termos-content__section:last-child{margin-bottom:0}.termos-content__section-title{font-size:1.875rem;font-weight:500;line-height:1.2;margin-bottom:1rem;color:hsl(30,10%,15%)}@media(min-width: 768px){.termos-content__section-title{font-size:2.25rem}}.termos-content__section-text{font-size:1rem;line-height:1.75;color:hsl(30,10%,45%)}.termos-content__section-text p{margin-bottom:1rem}.termos-content__section-text p:last-child{margin-bottom:0}/*# sourceMappingURL=main.css.map */
