: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}.header__nav{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;height:80px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 767px){.header__nav{padding:0 .75rem}}@media (max-width: 767px){.header__nav{height:70px}}.header__brand{flex-shrink:0}.header__brand-link{font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.25rem;color:#9c8f89;transition:color .3s ease}.header__brand-link:hover{color:#6b5759}@media (max-width: 767px){.header__brand-link{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:center;height:80vh;color:#fff;text-align:center;transition:height 1s cubic-bezier(.25,.46,.45,.94)}.home-hero-section.hero-animated{height:800px;max-height:80vh}.home-hero-section h1,.home-hero-section h2{color:#6b5759;opacity:0;transform:translateY(30px);transition:all 1.5s cubic-bezier(.25,.46,.45,.94)}.home-hero-section h1.text-visible,.home-hero-section h2.text-visible{opacity:1;transform:translateY(0)}.home-hero-section .web-title{font-size:clamp(44px,3vw,86px);font-weight:400;transition-delay:.2s}.home-hero-section .web-subtitle{font-size:clamp(24px,2vw,46px);font-weight:400;transition-delay:.4s}.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,40px);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)}.home-content{opacity:0;transition:opacity 2s cubic-bezier(.25,.46,.45,.94)}.home-content.home-content__visible{opacity:1}.home-section__01{margin-top:-80px}.home-section__01 .image__home-section-01{background-image:url(/assets/daniela-porta-04-v3XWXcLM.png);background-size:cover;background-position:center;aspect-ratio:3/4;border-radius:50% 50% 0 0/40% 40% 0 0;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);min-height:200px;flex-grow:1}@media (max-width: 767px){.home-section__01 .image__home-section-01{min-height:250px;min-height:300px}.home-section__01 .image__home-section-01 div{align-items:center}}@media (min-width: 768px) and (max-width: 1023px){.home-section__01 .image__home-section-01{min-height:300px}}@media (min-width: 1024px){.home-section__01 .image__home-section-01{min-height:350px}}.home-section__01 a.button{order:2}.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-BIxbLybY.webp);background-size:cover;background-position:center;aspect-ratio:3/4;border-radius:50%;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);min-height:200px;flex-grow:1;max-width:400px;margin:0 auto}@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 .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}}
