@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:var(--md-sys-color-on-background)}:root{--md-sys-color-primary: rgb(136 209 236);--md-sys-color-surface-tint: rgb(136 209 236);--md-sys-color-on-primary: rgb(0 53 68);--md-sys-color-primary-container: rgb(0 77 97);--md-sys-color-on-primary-container: rgb(184 234 255);--md-sys-color-secondary: rgb(179 202 212);--md-sys-color-on-secondary: rgb(30 51 59);--md-sys-color-secondary-container: rgb(52 74 82);--md-sys-color-on-secondary-container: rgb(207 230 241);--md-sys-color-tertiary: rgb(195 195 235);--md-sys-color-on-tertiary: rgb(44 45 77);--md-sys-color-tertiary-container: rgb(67 68 101);--md-sys-color-on-tertiary-container: rgb(225 224 255);--md-sys-color-error: rgb(255 180 171);--md-sys-color-on-error: rgb(105 0 5);--md-sys-color-error-container: rgb(147 0 10);--md-sys-color-on-error-container: rgb(255 218 214);--md-sys-color-background: rgb(15 20 22);--md-sys-color-on-background: rgb(222 227 230);--md-sys-color-surface: rgb(15 20 22);--md-sys-color-on-surface: rgb(222 227 230);--md-sys-color-surface-variant: rgb(64 72 76);--md-sys-color-on-surface-variant: rgb(191 200 204);--md-sys-color-outline: rgb(138 146 150);--md-sys-color-outline-variant: rgb(64 72 76);--md-sys-color-shadow: rgb(0 0 0);--md-sys-color-scrim: rgb(0 0 0);--md-sys-color-inverse-surface: rgb(222 227 230);--md-sys-color-inverse-on-surface: rgb(44 49 52);--md-sys-color-inverse-primary: rgb(8 103 127);--md-sys-color-primary-fixed: rgb(184 234 255);--md-sys-color-on-primary-fixed: rgb(0 31 40);--md-sys-color-primary-fixed-dim: rgb(136 209 236);--md-sys-color-on-primary-fixed-variant: rgb(0 77 97);--md-sys-color-secondary-fixed: rgb(207 230 241);--md-sys-color-on-secondary-fixed: rgb(7 30 38);--md-sys-color-secondary-fixed-dim: rgb(179 202 212);--md-sys-color-on-secondary-fixed-variant: rgb(52 74 82);--md-sys-color-tertiary-fixed: rgb(225 224 255);--md-sys-color-on-tertiary-fixed: rgb(23 24 55);--md-sys-color-tertiary-fixed-dim: rgb(195 195 235);--md-sys-color-on-tertiary-fixed-variant: rgb(67 68 101);--md-sys-color-surface-dim: rgb(15 20 22);--md-sys-color-surface-bright: rgb(53 58 61);--md-sys-color-surface-container-lowest: rgb(10 15 17);--md-sys-color-surface-container-low: rgb(23 28 31);--md-sys-color-surface-container: rgb(27 32 35);--md-sys-color-surface-container-high: rgb(37 43 45);--md-sys-color-surface-container-highest: rgb(48 54 56)}.main-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:75vh;background-color:var(--md-sys-color-surface-container);padding-left:48px;padding-right:48px;position:relative}.main-section .section-right:before{content:"";position:absolute;top:50%;left:50%;width:300px;height:300px;background:#0078ff1a;filter:blur(100px);border-radius:50%;margin-left:25%;z-index:0}.main-section .section-right img{position:relative;z-index:1}h1{font-family:Inter Tight,sans-serif;font-weight:700;font-size:2.5rem;color:var(--md-sys-color-on-background);margin-bottom:1rem}p{font-family:Inter Tight,sans-serif;font-size:1.2rem;color:var(--md-sys-color-on-background);text-align:center;max-width:600px}.description{text-align:left}.placeholder{height:360px;width:auto}.main-section-button{margin-top:24px;font-family:Inter Tight,sans-serif;font-weight:500;font-size:1rem;padding:.75em 2em;border-radius:28px;border:none;background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:0 2px 4px #00000014;transition:background .2s,box-shadow .2s;cursor:pointer}.main-section-button:hover{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);box-shadow:0 4px 8px #0000001f;outline:none}.section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:75vh;background-color:var(--md-sys-color-surface-container);padding-left:48px;padding-right:48px}.first-section{position:relative;flex-direction:column;justify-content:center;background-color:#40484c;overflow:hidden}.first-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,rgba(64,72,76,1),var(--md-sys-color-surface-container));pointer-events:none;z-index:1}.first-section>*{position:relative;z-index:2}.second-section{position:relative;background-color:var(--md-sys-color-surface-container)}.image-carousel{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;padding:16px}@media (max-width: 768px){.main-section,.section{flex-direction:column-reverse;align-items:center;justify-content:center;padding:24px;height:auto;text-align:center}h1{font-size:2rem}p,.description{font-size:1rem;max-width:100%;text-align:center}.placeholder{height:auto;max-width:100%;margin-bottom:24px}.main-section-button{font-size:.95rem;padding:.6em 1.5em}.section-right{margin-top:48px}.section-left{margin-top:12px;margin-bottom:48px}.footer{height:auto;padding:12px 0}.footer-text{font-size:.75rem;margin-bottom:8px;text-align:center}hr{width:90%}}@media (max-width: 480px){h1{font-size:1.5rem}p,.description{font-size:.95rem}.main-section-button{width:100%;padding:.75em 0}.placeholder{max-width:100%}}.header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;background-color:var(--md-sys-color-background);width:100%;height:auto;box-shadow:0 2px 8px #0000001a;padding-top:12px;padding-bottom:12px}.header-left{display:flex;align-items:center;margin-left:48px}.header-right{display:flex;align-items:center;margin-right:48px}.buttons-container{display:flex;align-items:center;margin-left:48px}.logo{height:64px;width:auto}.icon-button{background:var(--md-sys-color-surface-container-highest);border:none;cursor:pointer;padding:8px;margin-left:6px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--md-sys-elevation-1, 0px 1px 2px rgba(0,0,0,.08));transition:background .2s,box-shadow .2s;color:var(--md-sys-color-on-surface)}.icon-button:hover{background:var(--md-sys-color-surface-container-high);box-shadow:var(--md-sys-elevation-2, 0px 2px 4px rgba(0,0,0,.12))}@media (max-width: 768px){.header{flex-direction:column;align-items:center;height:auto;min-height:100px;padding:12px 16px}.header-left{flex-direction:column}.buttons-container{margin-left:0}.header-left,.header-right{margin:0;width:100%;justify-content:center;flex-wrap:wrap}.logo{height:48px;margin-bottom:12px}.header-button{font-size:.9rem;padding:6px 12px;margin:4px}.icon-button{margin:4px;padding:6px}}@media (max-width: 480px){body,html{overflow-x:hidden}.header{padding:8px 12px}.logo{height:40px}.header-button{font-size:.85rem;padding:6px 10px}.icon-button{padding:6px;margin:3px}}.text-button{background:none;color:var(--md-sys-color-primary);border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-family:Roboto,sans-serif;font-weight:500;font-size:1rem;letter-spacing:.05em;transition:background .2s,opacity .2s}.text-button:hover{color:var(--md-sys-color-primary);text-decoration:underline;opacity:.8}.footer-down{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;margin-bottom:24px}.footer-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:24px}.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;background-color:var(--md-sys-color-background);color:var(--md-sys-color-on-surface)}.footer-text{color:var(--md-sys-color-on-surface-variant);font-size:.875rem}hr{width:99%;border:none;height:1px;background-color:var(--md-sys-color-outline);margin:16px 0}.fab-container{position:fixed;bottom:24px;right:24px;z-index:2000;pointer-events:none}.fab{width:56px;height:56px;border-radius:50%;background-color:green;color:#fff;border:none;box-shadow:0 3px 6px #0003;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s,background-color .2s;pointer-events:auto}.fab:hover{box-shadow:0 5px 12px #0000004d;background-color:#006800}@media (max-width: 480px){.fab{width:64px;height:64px}}.sobre-section{display:flex;position:relative;flex-direction:column;justify-content:top;align-items:center;width:100%;height:80vh;padding-top:48px;background-color:var(--md-sys-color-surface-container)}
