:root{height:100vh;width:100vw;display:flex;flex-direction:column;overflow-y:hidden;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;--primary-color: #004aad;--secondary-color: #f0efef;--tertiary-color: #6e46d1;--accent-color: #004aad;--graph-color: #118dff;--destroy-color: #ff0000;--background-color: #f5ffff;--foreground_color: #1b1b1b;--hover-background: rgba(0,0,0,.1);--login-color: #3f3f3f;--text-font: arial;--heading-font: serif}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--text-font);font-size:1rem}body{width:100vw;height:100vh;background:var(---background-color)}h1,h2,h3,h4,h5,h6{font-family:var(---heading-font)}h1{font-size:2.027rem}h2{font-size:1.802rem}h3{font-size:1.602rem}h4{font-size:1.424rem}h5{font-size:1.266em}h6{font-size:1.125rem}button{border:none;background-color:none;padding:10px 15px;border-radius:10px;transition:all .3s ease;display:flex;align-items:center;gap:5px}button svg{font-size:1.3rem}button.primary{background-color:var(--primary-color);color:#fff}button.secondary{background-color:var(--secondary-color);color:var(--primary-color)}button.cta{background-color:var(--accent-color);color:#fff}button.destroy{background-color:var(--destroy-color);color:#fff}button.destroy-secondary{color:var(--destroy-color);background-color:transparent}button.destroy-secondary:hover{background:#ffdfdf}button:hover{cursor:pointer}.welcome-container{width:100vw;height:100vh;display:flex;flex-direction:column}.welcome-container .welcome-header{width:100%;padding:1rem 2rem;background:#fff;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;align-items:center}.welcome-container .welcome-header .welcome-logo{height:100%}.welcome-container .welcome-header .welcome-nav{display:flex;align-items:center;gap:1rem}.welcome-container .welcome-header .welcome-nav a{text-decoration:none;color:#004aad;font-weight:500}.welcome-container .welcome-header .welcome-nav a.login{margin-right:1rem}.welcome-container .welcome-header .welcome-nav .btn-start{background:#fff;border:2px solid var(--primary-color);border-radius:.75rem;padding:1rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s ease,transform .2s ease;padding:.5rem 1rem;background:#cecece;border:none;color:#fff;cursor:pointer}.welcome-container .welcome-main{flex:1;width:100%;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;max-width:1500px;margin:auto}.welcome-container .welcome-main .welcome-content{display:flex;flex-direction:column;justify-content:center;padding:1rem}.welcome-container .welcome-main .welcome-content h1{font-size:2rem;margin-bottom:1.5rem;color:#737373;font-size:50px;font-weight:lighter}.welcome-container .welcome-main .welcome-content .welcome-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.welcome-container .welcome-main .welcome-content .welcome-actions .btn{width:495px;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid;border-radius:50px;background:#fff;cursor:pointer;font-size:1rem;transition:background .2s}.welcome-container .welcome-main .welcome-content .welcome-actions .btn:hover{background:#004aad1a}.welcome-container .welcome-main .welcome-content .welcome-actions .btn.google{color:#fff;background-color:#6e46d1}.welcome-container .welcome-main .welcome-content .welcome-actions .btn.microsoft,.welcome-container .welcome-main .welcome-content .welcome-actions .btn.email{color:#3f3f3f;border-color:#cecece;justify-content:center;border-width:1px}.welcome-container .welcome-main .welcome-content .welcome-actions .btn svg{font-size:1.25rem;color:inherit}.welcome-container .welcome-main .welcome-content .signup{font-size:.875rem;color:#000}.welcome-container .welcome-main .welcome-content .signup a{color:#6e46d1;font-weight:600;text-decoration:none}.welcome-container .welcome-main .welcome-content .signup a:hover{text-decoration:underline}.welcome-container .welcome-main .welcome-media{display:flex;align-items:center;justify-content:center;padding:1rem}.welcome-container .welcome-main .welcome-media .mockup-video{width:100%;border-radius:10px;overflow:hidden;background:#eee;position:relative;aspect-ratio:16/9}.welcome-container .welcome-main .welcome-media .mockup-video .video-placeholder{width:100%;height:100%;display:grid;place-content:center;color:#666}.welcome-container footer{height:150px;width:100%;background-color:#004aad;color:#fff;display:grid;place-content:center;margin-top:2rem}header.landing-topbar-container{width:100%;height:75px;overflow:hidden;position:relative;position:sticky;top:0;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:10px 25px;background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10;border-bottom:2px solid rgba(0,0,0,.1)}header.landing-topbar-container img.landing-topbar-logo{height:35px}header.landing-topbar-container nav.landing-topbar-nav{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;height:100%;gap:45px;justify-content:center}header.landing-topbar-container nav.landing-topbar-nav a.landing-topbar-link{text-decoration:none;color:var(--login-color);font-weight:500;font-size:1.2rem}.datify-sidebar-container{float:left;width:fit-content;height:100vh;position:relative;z-index:200;box-sizing:border-box;background-color:var(--secondary-color);box-shadow:1px 0 3px #4f4f6d4b;z-index:100}.datify-sidebar-container .datify-sidebar-main-menu{width:82px;display:flex;flex-direction:column;align-items:center;padding:10px 0}.datify-sidebar-container .datify-sidebar-main-menu img.datify-logo{height:80px;margin-bottom:8px}.datify-sidebar-container .datify-sidebar-main-menu .datify-sidebar-nav{display:flex;flex-direction:column;align-items:center}.datify-sidebar-container .datify-sidebar-main-menu .datify-sidebar-nav .datify-sidebar-nav-option{width:100%;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:var(--primary-color);transition:background-color .1s ease}.datify-sidebar-container .datify-sidebar-main-menu .datify-sidebar-nav .datify-sidebar-nav-option span{font-size:14px}.datify-sidebar-container .datify-sidebar-main-menu .datify-sidebar-nav .datify-sidebar-nav-option .datify-sidebar-icon{font-size:50px;margin-right:0}.datify-sidebar-container .datify-sidebar-main-menu .datify-sidebar-nav .datify-sidebar-nav-option:hover{background-color:var(--tertiary-color);color:#fff}.datify-sidebar-home-menu{min-width:250px;max-width:250px;display:flex;flex-direction:column;padding:10px;position:absolute;height:100vh;transform:translate(200px);transition:all .5s ease;background:#fff;z-index:90;box-shadow:3px 0 3px #4f4f6d4b}.datify-sidebar-home-menu button.btn-collapse{position:absolute;border-radius:0 50px 50px 0;height:50px;right:-50px;top:75px;background-color:#fff;box-shadow:3px 0 3px #4f4f6d4b}.datify-sidebar-home-menu button.btn-collapse .btn-collapse-icon{font-size:1.5rem;color:var(--primary-color);transition:all .5s ease}.datify-sidebar-home-menu button.cta{margin-top:70px}.datify-sidebar-home-menu .datify-sidebar-home-menu-content{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.datify-sidebar-home-menu .datify-sidebar-home-menu-content h4{font-size:1rem;padding:10px 0}.datify-sidebar-home-menu .datify-sidebar-home-menu-content .datify-sidebar-home-menu-projects{display:flex;flex-direction:column;gap:10px;width:100%;min-height:500px}.datify-sidebar-home-menu .datify-sidebar-home-menu-content .datify-sidebar-home-menu-projects .datify-sidebar-home-menu-project{width:100%;display:flex;align-items:center;gap:10px;text-decoration:none;color:#000;border-radius:5px}.datify-sidebar-home-menu .datify-sidebar-home-menu-content .datify-sidebar-home-menu-projects .datify-sidebar-home-menu-project img{width:50px;aspect-ratio:1;object-fit:fill;border-radius:5px}.datify-sidebar-home-menu .datify-sidebar-home-menu-content .datify-sidebar-home-menu-projects .datify-sidebar-home-menu-project:hover{background:#f5f5f5}.datify-sidebar-home-menu.hidden{transform:translate(-50px);box-shadow:3px 0 3px transparent}.datify-sidebar-home-menu.hidden button.btn-collapse .btn-collapse-icon{transform:rotate(180deg)}div.input-group{position:relative;width:100%}div.input-group input{background:none;border:1px solid grey;padding:10px;border-radius:5px;outline:none;transition:all .3s ease;width:100%}div.input-group input:focus{border:1px solid var(--accent-color);box-shadow:0 0 2px var(--accent-color)}div.input-group input:focus~label{color:var(--accent-color)}div.input-group input:focus~label,div.input-group input:valid~label{top:0;background:#fff}div.input-group input.mandatory~label:after{content:"*";color:red}div.input-group label{position:absolute;left:10px;top:50%;transform:translateY(-50%);transition:all .3s ease}.newProjectForm-container{position:absolute;top:0;left:0;width:100vw;height:100vh;display:grid;place-content:center;background-color:#6464641a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100}.newProjectForm-container .newProjectForm{background-color:#fff;max-width:1200px;height:600px;display:flex;flex-direction:column;border-radius:10px;overflow:hidden}.newProjectForm-container .newProjectForm .newProjectForm-view{height:100%;width:100%}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider{height:100%;width:400%;display:flex;transition:all .5s ease}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider.tab-0{transform:translate(0)}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider.tab-1{transform:translate(-25%)}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider.tab-2{transform:translate(-50%)}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider.tab-3{transform:translate(-75%)}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-section{width:100%;outline:1px solid lime;height:100%;padding:20px;display:flex;flex-direction:column}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-section h2{font-size:1.5rem;margin-bottom:10px}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-inputs-section{display:flex;flex-direction:column;gap:10px;height:100%;position:relative}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-inputs-section .newProjectForm-inputFields{display:flex;flex-direction:column;gap:20px;height:100%;position:relative}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-projectType-section-buttons{display:flex;gap:10px;height:100%;position:relative}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-projectType-section-buttons .newProjectForm-projectType{flex:1;display:flex;flex-direction:column;gap:20px;padding:10px;border-radius:10px;border:1px solid #efefef;background:transparent;text-align:left;line-height:150%}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-projectType-section-buttons .newProjectForm-projectType:hover{color:var(--primary-color);background-color:var(--secondary-color)}.newProjectForm-container .newProjectForm .newProjectForm-view .newProjectForm-slider .newProjectForm-projectType-section-buttons .newProjectForm-projectType img{height:150px}.newProjectForm-container .newProjectForm .newProjectForm-actionBtns{display:flex;justify-content:flex-end;align-items:center;height:100%;gap:10px;padding:10px;animation:fade 5s ease}.newProjectForm-container .newProjectForm-closeBtn{position:absolute;top:10px;right:10px;cursor:pointer;background-color:transparent;color:#fff;filter:drop-shadow(0px 0px 5px black)}@keyframes fade{0%{opacity:0}to{opacity:1}}header.topbar-container{width:100%;height:90px;overflow:hidden;position:sticky;top:0;display:flex;justify-content:flex-end;align-items:center;gap:30px;padding-right:182px;background-color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10}header.topbar-container h1{width:100%}header.topbar-container .datify-topbar-icon{font-size:26px}header.topbar-container .topbar-account-info{display:flex;align-items:center;padding-right:0;text-decoration:none;color:#000}header.topbar-container .topbar-account-info img{border-radius:50px;width:46px;height:46px}.data-table-title{margin:auto;font-size:1.3rem;text-align:center;padding:10px}table.data-table{margin-bottom:40px;width:100%;position:relative;border-collapse:collapse;border-radius:10px;overflow:hidden;box-shadow:0 5px 10px #efefff;table-layout:fixed}table.data-table thead,table.data-table tbody{width:100%}table.data-table thead th,table.data-table thead td,table.data-table tbody th,table.data-table tbody td{padding:10px;width:25%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;font-size:14px}table.data-table thead th{background-color:var(--secondary-color);color:#000}table.data-table tbody tr:nth-child(2n){background-color:#f2f2ff}table.data-table tbody tr:hover{background-color:#f0f0f5}.datify-chart-container{width:100%;height:100%;position:relative}.datify-chart-container svg{width:100%;height:100%}.datify-chart-container svg rect{fill:var(--graph-color);transition:all .3s ease}.datify-chart-container svg rect:hover{fill:var(--tertiary-color)}.home-container{width:100vw;height:100vh;display:flex}.home-container .home-content{width:100%;height:100vh;overflow-y:auto}.home-container .home-content main{width:100%;max-width:1500px;margin:auto}.home-container .home-content main .home-data-col h2{color:var(--primary-color);font-size:20px}.home-container .home-content main .home-banner{width:99%;display:grid;place-content:center;height:300px;position:relative;margin:auto;border-radius:12pt;overflow:hidden;background-attachment:fixed;background-position:center 160%;background-repeat:no-repeat;background-size:85%}.home-container .home-content main .home-banner h1{color:#fff;font-size:40px;z-index:10}.home-container .home-content main .home-data{width:100%;display:flex;padding:10px;gap:10px;overflow-x:auto;height:fit-content}.home-container .home-content main .home-data .home-data-col{width:100%;display:flex;flex-direction:column;gap:10px;height:fit-content}.home-container .home-content footer{height:150px;width:100%;background-color:var(--primary-color);color:#fff;margin-top:50px;display:grid;place-content:center}.project-card{text-decoration:none;color:#000;background-color:var(--secondary-color);display:flex;flex-direction:column;border-radius:10px;overflow:over;gap:10px;transition:all .3s ease}.project-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.project-card .project-card-info{width:100%;display:flex;flex-direction:column;justify-content:center;padding:20px;gap:15px}.project-card .project-card-info .project-card-info-top{display:flex;justify-content:space-between;align-items:center}.project-card .project-card-info .project-card-info-bottom{width:100%;height:100%}.project-card .project-card-info .project-card-info-bottom p{width:100%;height:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-align:left}.project-card:hover{background-color:#f5f5ff}.myProjects-container{width:100vw;height:100vh;display:flex}.myProjects-container .myProjects-content{width:100%;height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.myProjects-container .myProjects-content main{padding:10px;height:100%;max-width:1500px;margin:auto;width:100%;display:flex;flex-direction:column;gap:10px;position:relative;overflow-y:auto}.myProjects-container .myProjects-content main .myProjects-infobar{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.myProjects-container .myProjects-content main .myProjects-projects{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:10px}.myProjects-container .myProjects-content main .myProjects-projects .myProjects-projects-empty{width:100%;height:100px;display:grid;place-content:center}.myProjects-container .myProjects-content footer{height:150px;width:100%;background-color:var(--primary-color);color:#fff;display:grid;place-content:center}body{display:grid;place-items:center}.base-card{border:2px solid var(--primary-color);border-radius:.75rem;padding:1rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s ease,transform .2s ease;background:#fff}.base-card__header{display:flex;align-items:flex-start;margin-bottom:.5rem}.base-card__icon{margin-right:.5rem}.base-card__title{font-size:20px;font-weight:700;color:var(--primary-color)}.base-card__body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.stat-card{background:#fff;border:2px solid var(--primary-color);border-radius:.75rem;padding:1rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;width:48%;min-width:250px;min-height:150px;padding:20px}.stat-card .base-card__title{font-size:20px}.stat-card__value{display:flex;justify-content:center;align-items:center;font-size:80px;height:50%;width:100%;font-weight:lighter;color:#d9b300}.map-card{background:#fff;border:2px solid var(--primary-color);border-radius:.75rem;padding:1rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:default;height:100%;width:100%}.map-card__container{width:100%;height:90%;overflow:hidden;display:flex;justify-content:center;align-items:center}.graph-card{background:#fff;border:2px solid var(--primary-color);border-radius:.75rem;padding:1rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:default;height:100%;width:100%}.graph-card__chart{width:100%;height:90%}.section-investigacion{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;overflow-y:auto}.section-investigacion .investigacion-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.section-investigacion .investigacion-header h2{width:49%;display:flex;align-items:center;border-radius:10px;color:var(--primary-color);border:2px solid var(--primary-color);background-color:#fff;padding:10px;height:65px;flex:none;font-size:26px}.section-investigacion .investigacion-header-view{width:10%;height:65px;border-radius:10px;display:flex;justify-content:center;border:2px solid var(--primary-color);background-color:#fff;padding:5px;flex:none}.section-investigacion .investigacion-header-partner{width:49%;height:65px;border-radius:10px;display:flex;justify-content:center;border:2px solid var(--primary-color);background-color:#fff;padding:10px;flex:none}.section-investigacion .investigacion-header .nav-arrow{border-radius:6px;color:var(--primary-color);background-color:#fff;padding:10px}.section-investigacion .investigacion-main{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%}.section-investigacion .investigacion-main .investigacion-section-cards{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%;height:50%}.section-investigacion .investigacion-main .investigacion-section-cards .investigacion-section-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1rem;width:49%;height:100%;flex:none}.section-investigacion .investigacion-main .investigacion-section-graficos{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%;height:85%}.section-investigacion .investigacion-main .investigacion-section-graficos .investigacion-section-graficos-container{display:flex;flex-direction:row;flex-wrap:wrap;overflow-y:auto;justify-content:space-between;gap:1rem;width:49%;height:100%}.section-oportunidades .oportunidades-header h2{width:49%;display:flex;align-items:center;border-radius:10px;color:var(--primary-color);border:2px solid var(--primary-color);padding:10px;height:65px;flex:none;font-size:26px}.section-oportunidades .oportunidades-header-partner{width:49%;height:65px;border-radius:10px;display:flex;justify-content:center;border:2px solid var(--primary-color);padding:10px;flex:none}.section-estimaciones{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;overflow-y:auto}.section-estimaciones .estimaciones-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.section-estimaciones .estimaciones-header h2{width:49%;display:flex;align-items:center;border-radius:10px;color:var(--primary-color);border:2px solid var(--primary-color);background-color:#fff;padding:10px;height:65px;flex:none;font-size:26px}.section-estimaciones .estimaciones-header-partner{width:49%;height:65px;border-radius:10px;display:flex;justify-content:center;border:2px solid var(--primary-color);background-color:#fff;padding:10px;flex:none}.section-estimaciones .investigacion-main{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%}.section-estimaciones .investigacion-main .investigacion-section-cards{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%;height:50%}.section-estimaciones .investigacion-main .investigacion-section-cards .investigacion-section-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1rem;width:49%;height:100%;flex:none}.section-estimaciones .investigacion-main .investigacion-section-graficos{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%;height:52%}.section-estimaciones .investigacion-main .investigacion-section-graficos .investigacion-section-graficos-container{display:flex;flex-direction:row;flex-wrap:wrap;overflow-y:auto;justify-content:space-between;gap:1rem;width:49%;height:100%}.geojson-map-container{width:100%;height:100%;border-radius:8px;overflow:hidden}.table-card{background:#fff;border:2px solid var(--primary-color);border-radius:.75rem;padding:1rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;height:100%;width:100%}.nse-table-wrapper{overflow-x:auto;border:3px solid #6e46d1;border-radius:8px}.nse-table{width:100%;border-collapse:collapse;min-width:400px}.nse-table thead{background-color:#c7bdff}.nse-table thead th{padding:.6666666667rem 1rem;border-right:2px solid #6e46d1}.nse-table thead th:last-child{border-right:none}.nse-table tbody tr{height:48px}.nse-table tbody tr.odd{background-color:#faf7ff}.nse-table tbody tr td{padding:.6666666667rem 1rem;border-bottom:1px solid #6e46d1;text-align:center}.nse-table tbody tr:last-child td{border-bottom:none}.nse-table .color-cell{padding:0;width:50px;height:50px}.nse-table .color-box{width:100%;height:100%}.nse-table-wrapper::-webkit-scrollbar{height:6px}.nse-table-wrapper::-webkit-scrollbar-thumb{background:#6e46d1;border-radius:3px}.section-oportunidades{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;overflow-y:auto}.section-oportunidades .oportunidades-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.section-oportunidades .oportunidades-header h2{width:49%;display:flex;align-items:center;border-radius:10px;color:var(--primary-color);border:2px solid var(--primary-color);background-color:#fff;padding:10px;height:65px;flex:none;font-size:26px}.section-oportunidades .oportunidades-header-partner{width:49%;height:65px;border-radius:10px;display:flex;justify-content:center;border:2px solid var(--primary-color);background-color:#fff;padding:10px;flex:none}.section-oportunidades .oportunidades-main{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%}.section-oportunidades .oportunidades-main .oportunidades-section-cards{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%;height:50%}.section-oportunidades .oportunidades-main .oportunidades-section-cards .oportunidades-section-cards-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:49%;height:100%;flex:none}.section-oportunidades .oportunidades-main .oportunidades-section-graficos{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%;height:52%}.section-oportunidades .oportunidades-main .oportunidades-section-graficos .oportunidades-section-graficos-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1rem;width:49%;height:100%;flex:none}.distribution-chart-card{background:#fff;border:2px solid var(--primary-color);border-radius:.75rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;padding:1rem;height:100%;width:100%}.distribution-chart-title{color:#004aad;margin-bottom:1.5rem;font-weight:700;font-size:20px;text-align:center}.rectangular-chart{display:flex;width:100%;height:80%;border-radius:6px;overflow:hidden;position:relative}.chart-group{height:100%;display:flex;flex-direction:column}.chart-segment{width:100%;display:flex;align-items:center;position:relative;flex-grow:1;flex-shrink:0}.segment-label{display:flex;flex-direction:column;padding-left:1rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.7);width:100%}.segment-label .label-name{font-size:.8rem;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.segment-label .label-percentage{font-size:1rem;font-weight:700;line-height:1.2}.barChart-container{width:100%;height:100%}.barChart-container .barChart{aspect-ratio:950/500;width:100%;height:100%}.project-topbar{position:sticky;top:0;width:100vw;background-color:var(--primary-color);color:#fff;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.project-topbar #project-name{font-size:1.2rem;background-color:transparent;border:transparent;outline:none;color:#fff;width:100%}.project-topbar button.project-topbar-menu{background-color:transparent;border:transparent;color:#fff}.project-topbar button.project-topbar-menu svg{transform:scale(1.2)}.project-topbar button.project-topbar-share{border-radius:5px;height:40px}.project-topbar button.project-topbar-share svg{transform:scale(.8)}.project-topbar a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:10px}.project-topbar a img{width:40px;border-radius:5px}.project-main-container{width:100vw;height:100vh;overflow-y:auto;display:flex;position:relative}.project-main-container .project-sidebar{width:300px;height:100%;background-color:#fff;display:flex;flex-direction:column;gap:20px}.project-main-container .project-sidebar h3{padding:30px;color:var(--primary-color);font-size:2rem}.project-main-container .project-sidebar nav{display:flex;flex-direction:column;gap:0px}.project-main-container .project-sidebar nav button{color:#000;text-decoration:none;padding:20px 30px;width:100%;border:none;text-align:left;font-size:16px;font-weight:500;gap:0;border-radius:0;background-color:transparent}.project-main-container .project-sidebar nav button.active{background-color:#004aad59}.project-main-container .project-sidebar nav button:hover{background-color:#004aad59}.project-main-container .project-main{background-color:#fff;position:relative;width:100%;overflow-y:auto}.project-main-container .project-main .project-section{background-color:#f0efef;height:95%;padding:20px}
