:root{--expo-in: linear( 0 0%, .0085 31.26%, .0167 40.94%, .0289 48.86%, .0471 55.92%, .0717 61.99%, .1038 67.32%, .1443 72.07%, .1989 76.7%, .2659 80.89%, .3465 84.71%, .4419 88.22%, .554 91.48%, .6835 94.51%, .8316 97.34%, 1 100% );--expo-out: linear( 0 0%, .1684 2.66%, .3165 5.49%, .446 8.52%, .5581 11.78%, .6535 15.29%, .7341 19.11%, .8011 23.3%, .8557 27.93%, .8962 32.68%, .9283 38.01%, .9529 44.08%, .9711 51.14%, .9833 59.06%, .9915 68.74%, 1 100% )}::view-transition-group(root){animation-duration:.7s;animation-timing-function:var(--expo-out)}::view-transition-new(root){animation-name:reveal-light}::view-transition-old(root),.dark::view-transition-old(root){animation:none;z-index:-1}.dark::view-transition-new(root){animation-name:reveal-dark}@keyframes reveal-dark{0%{clip-path:polygon(50% -71%,-50% 71%,-50% 71%,50% -71%)}to{clip-path:polygon(50% -71%,-50% 71%,50% 171%,171% 50%)}}@keyframes reveal-light{0%{clip-path:polygon(171% 50%,50% 171%,50% 171%,171% 50%)}to{clip-path:polygon(171% 50%,50% 171%,-50% 71%,50% -71%)}}.theme-selector-btn{max-width:36px}.icon-moon{color:rgb(var(--rgb-primary-opposite))}.icon-sun{color:#fc3}html.dark .theme-selector-icon .icon-moon{display:none}html:not(.dark) .theme-selector-icon .icon-sun{display:none}#theme-selector svg{height:100%}button.btn{padding:12px 24px;font-weight:600;cursor:pointer}.btn-primary{background-color:var(--color-secondary);color:#fff;border:none}button:disabled{background-color:#8a8a8a;cursor:not-allowed}.btn-with-arrow{position:relative;overflow:hidden}.btn-with-arrow>*{display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease}.btn-with-arrow>* svg{width:16px;fill:#fff}.btn-with-arrow--hover{width:100%;position:absolute;top:50%;left:50%;transform:translateY(200%) translate(-50%)}.btn-with-arrow:hover .btn-with-arrow--shown{transform:translateY(-200%)}.btn-with-arrow:hover .btn-with-arrow--hover{transform:translateY(-50%) translate(-50%)}.btn-with-arrow:hover .btn-with-arrow--hover svg{animation:arrow .4s ease-in-out 1 forwards}@keyframes arrow{20%{transform:rotate(0)}to{transform:rotate(330deg)}}button.btn-call{padding:0;background:none;border:none}button.btn-call .btn-call-container{width:100%;display:flex}button.btn-call .btn-call-container .btn-call-icon{aspect-ratio:1;background-color:rgb(var(--rgb-primary-opposite));color:rgb(var(--rgb-primary))}button.btn-call .btn-call-container .btn-call-icon .icon{width:1rem}button.btn-call .btn-call-container .btn-call-icon,button.btn-call .btn-call-container .btn-call-text{display:flex;align-items:center;justify-content:center;padding:.75rem}button.btn-call .btn-call-container .btn-call-text{background-color:var(--color-secondary);flex:1}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:Lato,sans-serif;list-style:none;text-decoration:none}html{font-size:14px}@media only screen and (max-width:860px){html{font-size:14px}}h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{font-family:Merriweather,serif}h1{font-size:clamp(1.5rem,5vw,3rem)}h2{font-size:clamp(1.375rem,4.5vw,2.5rem)}h3{font-size:clamp(1.25rem,4vw,1.75rem)}h4{font-size:clamp(1.125rem,3.5vw,1.5rem)}h5{font-size:clamp(1rem,3vw,1.25rem)}h6{font-size:clamp(.875rem,2.5vw,1.15rem)}a{color:inherit;font-weight:700}a:hover{text-decoration:underline}:root{--rgb-primary-light: 238, 238, 238;--rgb-primary-dark: 0, 0, 0;--rgb-primary: var(--rgb-primary-light);--rgb-primary-opposite: var(--rgb-primary-dark);--rgb-secondary: 77, 151, 213;--rgb-bg: --rgb-primary;--rgb-foreground: 33, 37, 41;--rgb-foreground-light: 238, 238, 238;--color-primary: rgb(var(--rgb-primary));--color-secondary: rgb(var(--rgb-secondary));--color-bg: rgb(var(--rgb-primary));--color-foreground: rgb(var(--rgb-foreground));--color-foreground-light: rgb(var(--rgb-foreground-light));--padding-block: 1rem;--padding-block-section: 2.5rem;--padding-inline: 2rem;--max-width: 1100px}:root.dark{--rgb-primary: var(--rgb-primary-dark);--rgb-primary-opposite: var(--rgb-primary-light);--rgb-foreground: 238, 238, 238}body{background-color:var(--color-bg);color:var(--color-foreground);overflow-x:hidden;height:auto;min-height:100vh;min-height:100dvh}section,.max-width{max-width:var(--max-width);margin:0 auto}.padding{padding:var(--padding-block-section) var(--padding-inline)}.hl{color:var(--color-secondary)}.icon{width:32px}.section-spaced{width:100%;max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;flex-direction:column;gap:2rem}.text p+*{margin-top:.5rem}.visually-hidden,.visually-hidden-focusable:not(:focus,:focus-within){border:0!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;white-space:nowrap!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(caption):not(:focus,:focus-within){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus,:focus-within) *{overflow:hidden!important}.section-container h2{margin-bottom:1.5rem}.long-arrow[data-direction=left]{scale:-1}input,select,textarea{padding:.35rem .5rem}@media only screen and (max-width:860px){.overlay{display:none;position:fixed;inset:0;width:100%;height:100%;background-color:#00000080}.overlay.active{display:block;z-index:99}}@media only screen and (min-width:861px){.overlay{display:none!important}}#announcement-bar[data-astro-cid-3fjg436h]{background-color:var(--color-foreground);color:var(--color-bg)}#announcement-bar-container[data-astro-cid-3fjg436h]{font-size:14px;padding:var(--padding-block) var(--padding-inline);display:flex;justify-content:space-between;align-items:center;gap:1rem}#announcement-bar-btns[data-astro-cid-3fjg436h] ul[data-astro-cid-3fjg436h]{display:flex;align-items:center;gap:.5rem}@media only screen and (max-width:440px){#announcement-bar-btns[data-astro-cid-3fjg436h]{width:100%}#announcement-bar-btns[data-astro-cid-3fjg436h] ul[data-astro-cid-3fjg436h]{display:flex;align-items:center;justify-content:space-between}}@media only screen and (max-width:860px){#announcement-bar[data-astro-cid-3fjg436h]{justify-content:flex-end;font-size:12px}.prefix[data-astro-cid-3fjg436h],#announcement-bar[data-astro-cid-3fjg436h] #announcement-bar-text[data-astro-cid-3fjg436h]{display:none}}#theme-selector[data-astro-cid-f7asfk4l]{z-index:999;background:none;border:none;cursor:pointer;.theme-selector-btn{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:100%;padding:.5rem}.theme-selector-icon{color:#000;height:100%;svg{height:100%}}}html.dark .visually-hidden-dark[data-astro-cid-f7asfk4l]{display:none}html:not(.dark) .visually-hidden-light[data-astro-cid-f7asfk4l]{display:none}header[data-astro-cid-aygicng6]{width:100%;background-color:var(--color-primary);color:var(--color-foreground);transition:top .3s ease-in-out}#header-container[data-astro-cid-aygicng6]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:var(--padding-block);padding-inline:var(--padding-inline)}nav[data-astro-cid-aygicng6]{transition:transform .3s ease-in-out;li,li a{color:var(--color-foreground)}}nav[data-astro-cid-aygicng6] ul[data-astro-cid-aygicng6]{display:flex;gap:1rem}a[data-astro-cid-aygicng6]{color:var(--color-foreground-light)}#nav-btn[data-astro-cid-aygicng6]{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.line[data-astro-cid-aygicng6]{fill:none;stroke:var(--color-foreground);stroke-width:6;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line1[data-astro-cid-aygicng6]{stroke-dasharray:60 207;stroke-width:6}.line2[data-astro-cid-aygicng6]{stroke-dasharray:60 60;stroke-width:6}.line3[data-astro-cid-aygicng6]{stroke-dasharray:60 207;stroke-width:6}[data-astro-cid-aygicng6][data-open=true] .line1[data-astro-cid-aygicng6]{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}[data-astro-cid-aygicng6][data-open=true] .line2[data-astro-cid-aygicng6]{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}[data-astro-cid-aygicng6][data-open=true] .line3[data-astro-cid-aygicng6]{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.logo-img[data-astro-cid-aygicng6]{width:60px}.logo-img[data-astro-cid-aygicng6] img[data-astro-cid-aygicng6]{width:100%;height:auto;aspect-ratio:1}@media only screen and (max-width:860px){nav[data-astro-cid-aygicng6]{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;min-width:240px;height:100dvh;height:100vh;position:absolute;background-color:var(--color-primary);top:0;right:0;padding:2rem;z-index:-1}header[data-astro-cid-aygicng6][data-open=false] nav[data-astro-cid-aygicng6]{transform:translate(100%)}nav[data-astro-cid-aygicng6] ul[data-astro-cid-aygicng6]{flex-direction:column}.theme-selector-wrapper[data-astro-cid-aygicng6]{flex:1;display:flex;justify-content:flex-end}}@media only screen and (min-width:861px){#nav-btn[data-astro-cid-aygicng6]{display:none}nav[data-astro-cid-aygicng6]{flex:1;display:flex;justify-content:flex-end;gap:1rem}nav[data-astro-cid-aygicng6] ul[data-astro-cid-aygicng6]{align-items:center}}footer[data-astro-cid-i47g4raq]{background-color:var(--color-primary);color:var(--color-foreground);padding:var(--padding-block) var(--padding-inline)}html,body{margin:0;width:100%;height:100%}#header-wrapper[data-astro-cid-xiqzpj5e]{position:fixed;top:0;left:0;right:0;z-index:999}#hero[data-astro-cid-nbxsxyky]{display:flex;max-height:100vh;max-height:100dvh;min-height:75vh;min-height:75dvh}h1[data-astro-cid-nbxsxyky]{font-size:3rem}.hero-left[data-astro-cid-nbxsxyky]{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:var(--padding-block) var(--padding-inline)}.hero-right[data-astro-cid-nbxsxyky]{position:relative}.hero-right[data-astro-cid-nbxsxyky] img[data-astro-cid-nbxsxyky]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}@media only screen and (max-width:860px){#hero[data-astro-cid-nbxsxyky]{position:relative;flex-direction:column}h1[data-astro-cid-nbxsxyky]{font-size:2rem}.hero-left[data-astro-cid-nbxsxyky]{position:absolute;inset:0;z-index:9;color:var(--color-foreground-light);&[data-astro-cid-nbxsxyky]:after{content:"";position:absolute;inset:0;background-color:#00000080;z-index:-1}}.hero-right[data-astro-cid-nbxsxyky]{flex:1}}@media only screen and (min-width:861px){.hero-left[data-astro-cid-nbxsxyky],.hero-right[data-astro-cid-nbxsxyky]{width:50%}}.cards[data-astro-cid-gtjrpvxk]{display:grid;gap:2rem}.card[data-astro-cid-gtjrpvxk]{display:flex;flex-direction:column;gap:1.25rem;.card--image{width:100%;height:auto;aspect-ratio:1;object-fit:cover}}@media only screen and (min-width:861px){.cards[data-astro-cid-gtjrpvxk]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1100px){.cards[data-astro-cid-gtjrpvxk]{grid-template-columns:repeat(4,1fr)}}.gallery-header[data-astro-cid-x6gdins6]{display:flex;align-items:center;justify-content:space-between}.gallery-controls[data-astro-cid-x6gdins6]{display:flex;align-items:center;justify-content:center;gap:1rem}.gallery-controls[data-astro-cid-x6gdins6] .swiper-button-prev[data-astro-cid-x6gdins6],.gallery-controls[data-astro-cid-x6gdins6] .swiper-button-next[data-astro-cid-x6gdins6]{--swiper-navigation-size: 120px;--swiper-theme-color: var(--rgb-primary);position:static;margin:0;height:max-content}.gallery-controls[data-astro-cid-x6gdins6] .swiper-button-prev[data-astro-cid-x6gdins6]:after,.gallery-controls[data-astro-cid-x6gdins6] .swiper-button-next[data-astro-cid-x6gdins6]:after{content:none;display:none}.swiper-slide-container[data-astro-cid-x6gdins6],.swiper-slide--image[data-astro-cid-x6gdins6]{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.why-choose-us[data-astro-cid-yosgakau]{display:grid;gap:1rem}.why-choose-us--img[data-astro-cid-yosgakau]{min-height:300px}.why-choose-us--img[data-astro-cid-yosgakau] img[data-astro-cid-yosgakau]{width:100%;height:100%;object-fit:cover;object-position:center center}.why-choose-us--left[data-astro-cid-yosgakau],.why-choose-us--right[data-astro-cid-yosgakau]{display:flex;flex-direction:column}.why-choose-us--right[data-astro-cid-yosgakau] .why-choose-us--card-icon[data-astro-cid-yosgakau]{order:2}.why-choose-us--card[data-astro-cid-yosgakau]{padding-block:1rem;flex:1;display:flex;justify-content:center;gap:.5rem;h3{margin-bottom:.5rem}&[data-card="1"]{--icon-color: 126, 214, 67}&[data-card="2"]{--icon-color: 165, 178, 248}&[data-card="3"]{--icon-color: 240, 113, 113}&[data-card="4"]{--icon-color: 255, 126, 236}position:relative}.why-choose-us--card-icon[data-astro-cid-yosgakau]{display:flex;align-items:center;justify-content:center;width:60px;height:60px;max-height:100%;padding:2px;aspect-ratio:1;margin-bottom:.5rem;color:rgb(var(--icon-color));z-index:-1;opacity:.75;svg{width:100%}}h3[data-astro-cid-yosgakau]{width:100%}@media only screen and (min-width:861px){.why-choose-us[data-astro-cid-yosgakau]{grid-template-columns:repeat(3,1fr)}}#contacto[data-astro-cid-zjdydilg]{margin:0;max-width:none;background-color:var(--color-foreground);color:var(--color-primary)}#contact-details[data-astro-cid-zjdydilg]{display:flex;flex-direction:column;margin-top:.5rem;gap:.25rem}#contact-container[data-astro-cid-zjdydilg]{display:flex;justify-content:space-between;gap:1rem;>[data-astro-cid-zjdydilg]{flex:1}#contact-form{margin-top:1rem;@media only screen and (min-width:800px){padding:.875rem;margin-top:0}#contact-form-container{padding-block:12px;display:flex;flex-direction:column;gap:.55rem}}}input[data-astro-cid-zjdydilg],textarea[data-astro-cid-zjdydilg]{border:none;outline:none;width:100%;background-color:inherit;color:inherit}.input[data-astro-cid-zjdydilg]{border:1px solid #ccc;&[data-astro-cid-zjdydilg]:has(:focus){outline:2px solid var(--color-secondary)}}.input-with-icon[data-astro-cid-zjdydilg]{display:flex;.input-icon{padding:4px;height:32px;svg{height:100%}svg.icon-phone{height:90%}}input{flex:1}}.two-cols[data-astro-cid-zjdydilg]{display:flex;gap:.55rem;>[data-astro-cid-zjdydilg]{flex:1;width:50%}}@media only screen and (max-width:800px){#contact-container[data-astro-cid-zjdydilg]{flex-direction:column}}
