:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeSpeed;min-height:100vh;background-color:#f6f3ed}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;line-height:1.25}p{overflow-wrap:break-word;line-height:1.625}@media (pointer: coarse){*:focus{outline:none}}*:focus-visible{outline:2px solid #6b5759;outline-offset:2px}#root{width:100%}.no-margin{margin:0}body{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400;color:#6b5759;background-color:#f6f3ed}h1,.h1{font-size:2.25rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem}@media (max-width: 767px){h1,.h1{font-size:1.875rem}}h2,.h2{font-size:1.875rem;font-weight:600;line-height:1.25;margin-bottom:1rem}@media (max-width: 767px){h2,.h2{font-size:1.5rem}}h3,.h3{font-size:1.5rem;font-weight:600;line-height:1.25;margin-bottom:1rem}@media (max-width: 767px){h3,.h3{font-size:1.25rem}}h4,.h4{font-size:1.25rem;font-weight:500;line-height:1.5;margin-bottom:.75rem}h5,.h5{font-size:1.125rem;font-weight:500;line-height:1.5;margin-bottom:.75rem}h6,.h6{font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:.5rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#6b5759;text-decoration:none;transition:color .15s ease}a:hover{color:#4f403c}a:focus-visible:focus{outline:2px solid #6b5759;outline-offset:2px}a:focus-visible:focus:not(:focus-visible){outline:none}ul,ol{margin-bottom:1rem;padding-left:1.5rem}ul li,ol li{margin-bottom:.5rem}ul li:last-child,ol li:last-child{margin-bottom:0}ul{list-style-type:disc}ol{list-style-type:decimal}.text--xs{font-size:.75rem}.text--sm{font-size:.875rem}.text--base{font-size:1rem}.text--lg{font-size:1.125rem}.text--xl{font-size:1.25rem}.text--2xl{font-size:1.5rem}.text--3xl{font-size:1.875rem}.text--light{font-weight:300}.text--normal{font-weight:400}.text--medium{font-weight:500}.text--semibold{font-weight:600}.text--bold{font-weight:700}.text--primary{color:#6b5759}.text--secondary{color:#7a6e68}.text--light{color:#fff}.text--muted{color:#b3aaa4}.text--accent{color:#a77c6d}.text--left{text-align:left}.text--center{text-align:center}.text--right{text-align:right}.text--uppercase{text-transform:uppercase}.text--lowercase{text-transform:lowercase}.text--capitalize{text-transform:capitalize}.text--underline{text-decoration:underline}.text--no-underline{text-decoration:none}.text--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead{font-size:1.125rem;font-weight:300;line-height:1.625;color:#7a6e68}small,.small{font-size:.875rem;color:#7a6e68}.brand{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600}.brand--primary{color:#6b5759}.text-center{text-align:center}.container{max-width:1600px;margin:0 auto;padding:0 40px;width:100%}@media (max-width: 767px){.container{padding:0 20px}}.container-fluid{margin:0 auto;padding:0 40px;width:100%}.width-100{width:100%}.row{display:flex;flex-wrap:wrap}.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-center{justify-content:center}.flex-start{justify-content:flex-start}.flex-end{justify-content:flex-end}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}.flex-evenly{justify-content:space-evenly}.flex-center{align-items:center}.flex-start{align-items:flex-start}.flex-end{align-items:flex-end}.flex-baseline{align-items:baseline}.flex-stretch{align-items:stretch}.flex-basis-50{flex-basis:50%;flex-shrink:0}.flex-basis-25{flex-basis:25%;flex-shrink:0}.flex-basis-75{flex-basis:75%;flex-shrink:0}.flex-basis-33{flex-basis:33.333%;flex-shrink:0}.flex-basis-66{flex-basis:66.66666%;flex-shrink:0}.gap-16{gap:16px}.gap-24{gap:24px}.gap-40{gap:40px}@media (max-width: 767px){.sm-order-1{order:1}.sm-order-2{order:2}.sm-order-3{order:3}.sm-order-4{order:4}}@media (min-width: 768px) and (max-width: 1023px){.md-order-1{order:1}.md-order-2{order:2}.md-order-3{order:3}.md-order-4{order:4}}.header{position:fixed;top:0;left:0;right:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(217,211,204,.4);z-index:1010;transition:all .3s ease;height:100px;background-color:#fff}.header__nav{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 40px;justify-content:center}@media (max-width: 767px){.header__nav{padding:0 .75rem}}@media (max-width: 767px){.header__nav{height:100px}}.header__brand{flex-shrink:0;text-align:center}.header__brand-link h1{font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.5rem;margin:0}.header__brand-link h1:hover{color:#6b5759}@media (max-width: 767px){.header__brand-link h1{font-size:1.125rem}}.header__brand-subtitle{margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:1.125rem}.header__brand-subtitle:hover{color:#6b5759}@media (max-width: 767px){.header__brand-subtitle{font-size:1.125rem}}.header__menu{display:flex;justify-content:center;align-items:center;gap:2.5rem;margin-bottom:0}@media (max-width: 767px){.header__menu{position:fixed;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2.5rem 1rem;gap:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-100vh);opacity:0;visibility:hidden;transition:all .3s ease}}@media (max-width: 767px){.header__menu--open{transform:translateY(0);opacity:1;visibility:visible}}.header__menu-item{position:relative;list-style:none;margin-bottom:0}.header__menu-link{color:#6b5759;font-weight:500;font-size:1rem;padding:.5rem 0;position:relative;transition:color .3s ease}.header__menu-link:hover,.header__menu-link--active{color:#6b5759}@media (max-width: 767px){.header__menu-link{font-size:1.125rem;padding:.75rem 0;text-align:center;display:block}}.header__toggle{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-decoration:none;outline:none;display:flex;flex-direction:column;gap:4px;padding:.5rem;display:none}@media (max-width: 767px){.header__toggle{display:flex}}.header__toggle-line{width:25px;height:2px;background:#9c8f89;transition:all .3s ease;transform-origin:center}.header__toggle--open .header__toggle-line:nth-child(1){transform:rotate(45deg) translateY(6px)}.header__toggle--open .header__toggle-line:nth-child(2){opacity:0}.header__toggle--open .header__toggle-line:nth-child(3){transform:rotate(-45deg) translateY(-6px)}.header--scrolled{background:#fffffffa;border-bottom-color:#d9d3cc4d;box-shadow:0 1px 2px #0000000d}@media (max-width: 767px){.header .button{display:none}}.home-hero-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:80vh;padding:20vh 40px 80px;transition:all 1s cubic-bezier(.25,.46,.45,.94);position:relative}@media (max-width: 767px){.home-hero-section{padding:20vh 24px 60px}}.home-hero-section .hero-identity{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:80px;width:100%;max-width:1200px}@media (max-width: 1023px){.home-hero-section .hero-identity{flex-direction:column;gap:50px;margin-bottom:60px}}.home-hero-section .hero-identity .button{margin-top:32px}.home-hero-section .webtitle__tagline{font-size:clamp(24px,3vw,32px);font-weight:400;line-height:1.5;color:#6b5759;margin:0}.home-hero-section .hero-identity__text{flex:1;max-width:650px;margin:40px 0 80px}@media (max-width: 1023px){.home-hero-section .hero-identity__text{text-align:center;max-width:100%;order:2}}.home-hero-section h1,.home-hero-section .hero-tagline,.home-hero-section .button-wrapper,.home-hero-section .webtitle__tagline{color:#6b5759;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1)}.home-hero-section h1.text-visible,.home-hero-section .hero-tagline.text-visible,.home-hero-section .button-wrapper.text-visible,.home-hero-section .webtitle__tagline.text-visible{opacity:1;transform:translateY(0)}.home-hero-section .webtitle{font-size:clamp(44px,5vw,86px);font-weight:400;margin-bottom:8px}.home-hero-section .web-subtitle{font-size:clamp(24px,3vw,32px);font-weight:400;margin-bottom:16px}.home-hero-section .web-subtitle.text-visible{opacity:.8}.home-hero-section .hero-tagline{font-size:clamp(18px,2vw,24px);font-weight:300;line-height:1.5;color:#7a6e68;margin:0}.home-hero-section .hero-content{width:100%;max-width:1200px;opacity:0;transform:translateY(20px);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.home-hero-section .hero-content.hero-content__visible{opacity:1;transform:translateY(0)}.home-hero-section .hero-content__inner{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:900px;margin:0 auto;text-align:center}@media (max-width: 767px){.home-hero-section .hero-content__inner{gap:32px}}.home-hero-section .hero-content__inner p.main-text{font-size:clamp(22px,3vw,36px);line-height:1.5;color:#6b5759;max-width:850px}.home-hero-section .hero-content__inner .button{margin-top:8px}.home-hero-section .hero-content__image{background-image:url(/assets/test-home-04-BzfRzLRH.jpg);background-size:cover;background-position:top center;aspect-ratio:3/4;border-radius:16px;overflow:hidden;flex-shrink:0;width:380px;min-height:450px;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1)}.home-hero-section .hero-content__image.image-visible{opacity:1;transform:translateY(0)}@media (max-width: 1023px){.home-hero-section .hero-content__image{width:100%;max-width:320px;min-height:380px;order:1}}@media (max-width: 767px){.home-hero-section .hero-content__image{max-width:400px;min-height:340px}}.section{width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem 2rem;color:#6b5759;padding:80px 40px;border-radius:50px 50px 0 0}.section .section__title{font-size:clamp(32px,4vw,48px);font-weight:600;margin-bottom:4rem}.section p.main-text{font-size:clamp(24px,4vw,32px);line-height:1.4;transition:all .3s ease}.section.section-white{background:#fff}.section.section-linear-white{background:linear-gradient(to bottom,#ffffff,transparent)}.section .section-container{width:100%}.section .section__two-columns{width:100%;transition:all .4s ease}@media (max-width: 767px){.section .section__two-columns{flex-direction:column!important;gap:4rem 2rem;text-align:center}.section .section__two-columns p{flex-basis:100%!important}.section .section__two-columns .img{flex-basis:100%!important;margin:0 auto;width:100%;max-width:400px}.section .section__two-columns div{align-items:center}}@media (min-width: 768px) and (max-width: 1023px){.section .section__two-columns{gap:3rem 1.5rem}.section .section__two-columns p{flex-basis:60%!important}.section .section__two-columns .image__home-section-01{flex-basis:35%!important}}a.button{display:inline-block;padding:.75rem 1.5rem;background-color:#e6dfd6;color:#4a3f39;font-family:Georgia,serif;font-size:1rem;font-weight:500;border:none;border-radius:9999px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;text-decoration:none;text-align:center;width:fit-content}a.button:hover{background-color:#d8d0c6;transform:translateY(-2px)}a.button:active{transform:translateY(0)}a.button.secondary{background-color:#fff}.home-content{opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1)}.home-content.home-content__visible{opacity:1;transform:translateY(0)}@keyframes draw-circle{0%{stroke-dashoffset:2000}to{stroke-dashoffset:0}}.circle-text-scribbe{position:relative;display:inline-block}.circle-text-scribbe .circle-svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:auto;pointer-events:none;z-index:1;opacity:.8}.circle-text-scribbe .circle-svg .circle-path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw-circle .4s ease-out .4s forwards}.home-section__01{border-radius:50px}.home-section__01 p.main-text{max-width:720px}.home-section__02{padding:100px 0 200px;border-radius:50px 50px 0 0;position:relative;z-index:2}.home-section__02>div{display:flex;flex-wrap:wrap;gap:4rem 2rem;justify-content:space-around}.home-section__02 .service-card{flex:1;ratio:1/1;min-width:300px;max-width:300px;text-align:center;justify-content:center}.home-section__02 .service-card img{width:80%;height:300px;object-fit:cover;object-position:center;aspect-ratio:3/4;border-radius:50% 50% 0 0/40% 40% 0 0;overflow:hidden;margin:0 auto}.home-section__02 .service-card hr{width:80%;height:2px;margin:0 auto;background:#6b5759}.home-section__02 .service-card .service-card__title{margin-top:24px;font-size:21px}.home-section__02 .service-card .service-description{font-size:18px;margin-top:24px}.image__home-section-03{background-image:url(/assets/daniela-porta-02-793-JnOP.jpg);background-size:cover;background-position:center;aspect-ratio:3/4;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);min-height:200px;flex-grow:1;max-width:400px}@media (max-width: 767px){.image__home-section-03{min-height:250px;min-height:300px}}@media (min-width: 768px) and (max-width: 1023px){.image__home-section-03{min-height:300px}}@media (min-width: 1024px){.image__home-section-03{min-height:350px}}.home-section__contact .main-text{margin-bottom:40px}.home-section__contact .contact-info{display:flex;flex-direction:column;gap:24px;padding-top:40px}.home-section__contact .contact-info .contact-info__item{display:flex;flex-direction:row;gap:24px;justify-content:flex-start;align-items:center}.home-section__contact .contact-info .contact-info__item p{margin:0;font-size:18px}.home-section__contact .contact-info img{object-fit:cover;object-position:center;width:24px;height:24px}@media (max-width: 767px){.home-section__contact .contact-info img{display:none}}
