@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;font-family:Segoe UI,Arial,sans-serif;color:#000;font-size:16px;line-height:1.6;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}#root{min-height:100vh;display:flex;flex-direction:column}.header{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:1rem 1rem .5rem;border-bottom:1px solid #f1f1f1;font-family:Segoe UI,Arial,sans-serif;position:relative}.header__left{flex:0 0 auto;display:flex;align-items:center}.header__left .header__logo{height:32px;width:auto;display:block}.header__nav{display:none}.header__right{display:flex;align-items:center;gap:.5rem;position:relative;margin-right:40px}.header__menu-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.2rem .7rem .2rem .2rem;border-radius:2rem;transition:background .2s}.header__menu-trigger:hover{background:#f5f5f5}.header__menu-trigger .header__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.header .header__burger{display:none}.header .MuiMenu-paper{min-width:200px;padding:1rem 1.2rem}.header .MuiMenu-paper .header__menu-top{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.header .MuiMenu-paper .header__menu-top .header__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.header .MuiMenu-paper .header__menu-top .header__username{font-size:1rem;color:#222;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header .MuiMenu-paper .header__languages{display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem}.header .MuiMenu-paper .header__logout{color:#d32f2f!important;font-weight:500;width:100%;text-align:left}.header .MuiMenu-paper .header__logout:hover{background:#f8f8f8;text-decoration:underline}.header__username--desktop,.header__nav{display:none}.header__icon{font-size:1.2rem;margin-right:5px}.header__icon [alt=home]{margin-top:4px}.header__icon [alt=chat]{margin-top:10px}@media (min-width: 900px){.header{padding:1.2rem 2.5rem}.header__left{flex:0 0 auto}.header .header__nav{display:flex;flex:1 1 auto;justify-content:center;align-items:center;gap:2.5rem}.header .header__nav .header__nav-link{display:flex;align-items:center;gap:.4rem;font-size:1.1rem;color:#bdbdbd;text-decoration:none;font-weight:500}.header .header__nav .header__nav-link--active{color:#25a488;font-weight:700}.header .header__nav .header__nav-link .header__icon{font-size:1.2rem}.header .header__nav .header__nav-link .header__icon [alt=home]{margin-top:8px}.header .header__nav .header__nav-link .header__icon [alt=chat]{margin-top:10px}.header__right{flex:0 0 auto;gap:1.3rem}.header__menu-trigger{display:flex}.header__username--desktop{display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:.5rem;font-size:1rem;color:#222;font-weight:500;vertical-align:middle}.header__menu-links{display:none}}.login-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:Segoe UI,Arial,sans-serif}.login-page .login-header{width:100%;padding:2rem 0 0 2.5rem;display:flex;align-items:flex-start;justify-content:flex-start}.login-page .login-header .devera-logo{height:38px}.login-page .login-header .devera-logo img{height:100%;width:auto;display:block}.login-page .login-center{flex:1;display:flex;align-items:center;justify-content:center}.login-page .login-center .login-box{width:100%;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000000a;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-title{font-size:1.3rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#222;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-form{width:100%;display:flex;flex-direction:column;gap:1.2rem;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-form .login-field{position:relative}.login-page .login-center .login-box .login-form .login-field input{width:100%;padding:.8rem 2.5rem .8rem .8rem;border:none;border-bottom:1px solid #ccc;font-size:1rem;background:transparent;outline:none;transition:border .2s;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-form .login-field input::placeholder{color:#bbb;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-form .login-field input:focus{border-bottom:1.5px solid #222}.login-page .login-center .login-box .login-form .login-field .login-eye{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#888;cursor:pointer}.login-page .login-center .login-box .login-form .login-forgot{text-align:center;margin-bottom:.5rem}.login-page .login-center .login-box .login-form .login-forgot a{color:#666;font-size:.95rem;text-decoration:none;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-form .login-forgot a:hover{text-decoration:underline}.login-page .login-center .login-box .login-form .login-submit{width:100%;padding:.9rem 0;background:#000;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:background .2s;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-form .login-submit:hover{background:#222}.login-page .login-center .login-box .login-form .login-message{display:block;margin-top:.5rem;color:#d32f2f;font-size:.98rem;text-align:center;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-signup{margin:1.5rem 0 .5rem;text-align:center;font-size:1rem;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-signup a{color:#222;text-decoration:underline;margin-left:.2rem;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-legal{margin-top:1.5rem;font-size:.85rem;color:#888;text-align:center;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-legal a{color:#888;text-decoration:underline;margin:0 .1rem;font-family:Segoe UI,Arial,sans-serif}.login-page .login-center .login-box .login-legal b{color:#222;font-family:Segoe UI,Arial,sans-serif}.signup-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-header{width:100%;padding:2rem 0 0 2.5rem;display:flex;align-items:flex-start;justify-content:flex-start}.signup-page .signup-header .devera-logo{height:38px}.signup-page .signup-header .devera-logo img{height:100%;width:auto;display:block}.signup-page .signup-center{flex:1;display:flex;align-items:center;justify-content:center}.signup-page .signup-center .signup-box{width:100%;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000000a;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-title{font-size:1.3rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#222;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-form{width:100%;display:flex;flex-direction:column;gap:1.2rem;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-form .signup-field{position:relative}.signup-page .signup-center .signup-box .signup-form .signup-field input{width:93%;padding:.8rem;border:none;border-bottom:1px solid #ccc;font-size:1rem;background:#eaf2ff;outline:none;transition:border .2s;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-form .signup-field input::placeholder{color:#bbb;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-form .signup-field input:focus{border-bottom:1.5px solid #222}.signup-page .signup-center .signup-box .signup-form .signup-submit{width:100%;padding:.9rem 0;background:#000;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:background .2s;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-form .signup-submit:hover{background:#222}.signup-page .signup-center .signup-box .signup-message{display:block;margin-top:.5rem;color:#d32f2f;font-size:.98rem;text-align:center;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-login{margin:1.5rem 0 .5rem;text-align:center;font-size:1rem;font-family:Segoe UI,Arial,sans-serif}.signup-page .signup-center .signup-box .signup-login a{color:#222;text-decoration:underline;margin-left:.2rem;font-family:Segoe UI,Arial,sans-serif}.devera-form{max-width:700px;margin:0 auto;font-family:sans-serif}.devera-form h2{color:#40a77c;font-size:2.5rem;margin-top:3.2rem}.devera-form div,.devera-form fieldset{margin-bottom:1.5rem}.devera-form input[type=text],.devera-form textarea{border:2px solid #ccc;border-radius:10px;padding:.6rem;box-sizing:border-box;width:100%}.devera-form .question-label,.devera-form .radio-group legend{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;display:block}.devera-form .radio-group{display:flex;flex-direction:column;align-items:flex-start;border:none;gap:.5rem}.devera-form .radio-card{font-size:.95rem;font-weight:500;display:inline-flex;align-items:center;cursor:pointer;transition:.2s ease;border:2px solid #ccc;border-radius:8px;padding:1rem;background-color:#fff}.devera-form .radio-card input[type=radio]{display:none}.devera-form .radio-card .option-label{background-color:#7e7e7e;border-radius:4px;width:1.8rem;height:1.8rem;line-height:1.8rem;text-align:center;margin-right:1rem;color:#fff;font-weight:700}.devera-form .radio-card.selected{border-color:#40a77c;background-color:#f0f7ff}.devera-form .radio-card.selected .option-label{background-color:#40a77c}.devera-form .error{color:red;font-size:.875rem;margin-top:.2rem;display:block}.devera-form button{padding:.7rem 1.4rem;background-color:#40a77c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;margin-bottom:3rem}.devera-form button:hover{background-color:#328b66}.logo-devera{width:120px;margin-top:3rem}.intro-text{font-size:1rem;line-height:1.5rem;color:#686868}hr{margin-top:2rem;margin-bottom:3rem}.chat-container{background:#fff;color:#333;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;font-family:Segoe UI,Arial,sans-serif}.button-container{display:flex;justify-content:center;align-items:center;margin-top:1rem;width:100%}.button-container button{background-color:#25a488;color:#fff;border:none;border-radius:5px;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}@media (min-width: 768px){.button-container{margin-top:2rem}.button-container button{font-size:1.2rem;padding:1rem 2rem}}.bubble-container{display:flex;align-items:flex-start;margin:15px}.bubble-container.user{justify-content:flex-end}.bubble-container.bot{justify-content:flex-start}.bubble-container .avatar-bot{width:40px;height:40px;background:#fff;border:2px solid #2D5948;border-radius:50%;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:10px}.bubble-container .avatar-user{width:40px;height:40px;background:#fff;border:2px solid #e0e0e0;border-radius:50%;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:10px}.bubble-container .bubble{max-width:60%;padding:15px;border-radius:12px;box-shadow:0 2px 8px #0000001a;background-color:#f9f9f9}.bubble-container .bubble p{margin:0}.input-box{display:flex;align-items:center;border:1px solid #ddd;border-radius:12px;padding:10px 15px}.input-box input{flex:1;border:none;outline:none;font-size:16px}.input-box .icons{display:flex;gap:15px;font-size:18px;color:#333}.chat-wrapper{display:flex;justify-content:center;align-items:center;height:90vh;background:#f5f5f5;overflow-y:hidden;font-family:Segoe UI,Arial,sans-serif}.chat-box{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;width:500px;max-width:90%;padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:80vh}.navbar{display:block;align-items:center;gap:1.2rem;justify-content:flex-start;padding:1rem 0 .5rem;position:relative;overflow-x:auto;margin-left:50px;width:80%;overflow-y:hidden}.navbar h2{background:none;border:none;color:#222;font-size:1rem;font-weight:500;padding:.6rem 1.2rem;border-radius:7px;cursor:pointer;transition:background .2s,color .2s;margin:0;white-space:nowrap}.navbar h2.active{background:#25a488;color:#fff;font-weight:700}.navbar:after{content:"";display:block;position:absolute;left:0;right:0;bottom:-.3rem;height:2.5px;background:#25a488;opacity:.4;border-radius:2px;width:100%}.navbar-underline{width:95%;height:3px;background:#25a488;opacity:.4;border-radius:2px;margin:0 auto .5rem}@media (min-width: 900px){.navbar{display:flex;flex-direction:row;gap:3rem;padding:1.5rem 0 .5rem}.navbar h2{font-size:1.2rem;padding:.7rem 2.5rem}.navbar:after{height:3px;bottom:-.5rem}}.filters{display:flex;width:90%;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.filters__left{display:none}.filters__select{padding:.5rem 1.2rem;border-radius:8px;border:1px solid #e0e0e0;background:#fff;font-size:1rem;outline:none}.filters__right{display:flex;align-items:center;gap:1.2rem;flex:1 1 auto;justify-content:flex-end}.filters__search{display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:.3rem 1rem;min-width:260px;font-size:1rem}.filters__search-icon{color:#bdbdbd;margin-right:.5rem;font-size:1.2rem}.filters__input{border:none;outline:none;background:transparent;font-size:1rem;width:100%}.filters__export{display:flex;align-items:center;gap:.3rem;color:#222;font-weight:700;text-decoration:underline;cursor:pointer;font-size:1rem;white-space:nowrap}.filters__export:hover{color:#25a488}.filters__export__text{display:none}.filters__export-icon{font-size:1.3rem}@media (min-width: 960px){.filters__left{font-size:1.05rem;display:flex;margin-left:30px;align-items:center;gap:1.2rem}.filters__search{width:50%;margin-right:30px}.filters__export{font-size:1rem}.filters__export__text{display:inline}}.table-row{width:100%;border-bottom:1px solid #eee;padding:8px 0}table{border-collapse:collapse;align-items:center;width:100%;margin:0;border:none;justify-content:center}.carbon-footprint-container{display:flex;flex-direction:row;align-items:center}.carbon-footprint-container p{margin:0;font-size:.9rem}b{font-size:1.2rem;margin-bottom:.2rem}.table-cell{display:flex;justify-content:space-between;width:100%;align-items:center;font-size:14px;border-bottom:1px solid #f0f0f0;padding:4px 0;word-break:break-word}.table-cell img{width:32px;height:32px;border-radius:50%;margin-right:8px}.table-cell:last-child{border-bottom:none}.table-cell:before{content:attr(data-label);font-weight:700;color:#555;width:100px}.score-bar-container{margin:8px 0;position:relative;height:32px;width:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.score-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;background:#eee;position:relative;width:100%}.score-bar-segment{flex:1;height:100%}.green{background:#4caf50}.lime{background:#cddc39}.yellow{background:#ffeb3b}.orange{background:#ff9800}.red{background:#f44336}.score-badge{position:absolute;left:0;transition:left .3s;z-index:2}.score-badge .score-badge-circle{width:32px;height:32px;border-radius:50%;background:#fff;border:2.5px solid #222;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#222;box-shadow:0 2px 8px #0002}.status-badge{display:inline-block;width:100px;padding:4px 12px;border-radius:8px;font-weight:600;font-size:15px;color:#222;background:#eee;text-align:center}.status-analisis{background:#d6ede7;color:#222;width:80%}.status-finalizado{background:#1b9c7c;color:#fff;width:80%}.status-pendiente{background:#d88;color:#fff;width:80%}@media (min-width: 600px){.table-row{display:table-row;border-bottom:none;padding:0}.table-cell{display:flex;align-items:center;padding:8px}.table-cell img{width:25px;height:25px;border-radius:50%;margin-right:8px}.table-cell .product-name{margin:auto;padding-left:16px}.hide-mobile{display:table-cell}.carbon-footprint-container{display:flex;flex-direction:column;align-items:center}.carbon-footprint-container p{margin:0;font-size:.9rem}}td{text-align:center}.results-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}table{border-collapse:collapse;margin:20px 0}.results-container{width:100%;padding:0;margin:0 auto}.results-table{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;width:100%;padding:0;border:none}.results-table thead{display:none}.table-row{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000a;margin-bottom:16px;padding:12px 10px;border:1px solid #f0f0f0;width:90%;max-width:400px}.table-cell{display:flex;align-items:center;padding:6px 0;font-size:1rem;word-break:break-word}.table-cell .cell-label{min-width:120px;font-weight:600;color:#888;margin-right:8px;flex-shrink:0}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px;list-style:none;padding:0}.pagination li{display:flex;justify-content:center;align-items:center;border:1px solid #ccc;border-radius:4px;background-color:#f9f9f9;padding:8px 12px;font-size:14px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.pagination li:hover{background-color:#e0e0e0}.pagination li.active{background-color:#40a77c;color:#fff;border-color:#40a77c}.pagination li.disabled{background-color:#f0f0f0;color:#aaa;cursor:not-allowed}.pagination .pagination__break{font-size:14px;color:#666;padding:8px 12px}.pagination .pagination__next,.pagination .pagination__previous{font-size:14px;color:#1976d2;background-color:transparent;border:none;cursor:pointer}.pagination .pagination__next:hover,.pagination .pagination__previous:hover{text-decoration:underline}@media (min-width: 768px){.pagination{gap:12px}.pagination .pagination__page,.pagination .pagination__next,.pagination .pagination__previous{font-size:16px;padding:10px 16px}}@media (min-width: 900px){.results-table{display:table;width:100%;max-width:2400px;border-collapse:collapse;margin:20px auto;table-layout:fixed}.results-table thead{display:table-header-group;background-color:#f9f9f9;border-bottom:2px solid #ddd}.column-header{display:flex;flex-direction:row}.column-title{flex:1;display:flex;font-weight:700;font-size:16px;color:#222;padding:12px 16px;text-align:center;position:relative;justify-content:center;align-items:center;height:100px}.sort-icons{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100px}.sort-icon{cursor:pointer;margin:-8px 0}.table-row{display:table-row;background:#fff;border:none;padding:0}.table-cell{display:table-cell;padding:12px 16px;font-size:.95rem;border-bottom:1px solid #eee;text-align:center;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis}.table-cell:before{display:none}.table-cell:first-child{text-align:left}.score-bar-container{margin:0 auto;width:70%}.pagination{justify-content:flex-end;margin-top:16px;gap:8px}.pagination li{font-size:14px;padding:8px 12px}}.language-picker{display:flex;justify-content:center;align-items:center;gap:10px;padding:.5rem}.language-picker button{background-color:#fafafa;border:2px solid transparent;border-radius:50%;width:30px;height:30px;color:transparent;font-size:0;cursor:pointer;transition:transform .2s ease,border-color .3s ease,box-shadow .3s ease;background-size:cover;background-position:center;background-repeat:no-repeat}.language-picker button:hover{transform:scale(1.1);border-color:#1976d2}.language-picker button:focus{outline:none;box-shadow:0 0 0 3px #1976d280}.language-picker button[aria-label=es]{background-image:url(/icons/spain.svg)}.language-picker button[aria-label=en]{background-image:url(/icons/usa.svg)}@media (min-width: 900px){.language-picker{height:auto;justify-content:flex-start}}.archivos-container{height:100vh;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem}.archivos-buttons{display:flex;gap:1.5rem}.archivos-buttons button{padding:.8rem 1.5rem;font-weight:700;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.archivos-buttons .btn-anadir{background-color:#000;color:#fff;border:none}.archivos-buttons .btn-anadir:hover{background-color:#333}.archivos-buttons .btn-descargar{display:flex;align-items:center;gap:.8rem;padding:1rem 2rem;font-weight:700;font-size:1.2rem;border:2px solid #26a68b;border-radius:10px;background-color:#fff;color:#000;transition:all .3s ease}.archivos-buttons .btn-descargar:hover{background-color:#f0f0f0}.archivos-buttons .btn-descargar .icono-descargar{width:24px;height:24px}.archivos-listado{display:flex;flex-wrap:wrap;gap:2rem}.archivo-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:150px;padding:1rem;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 8px #0000000d;transition:all .3s ease}.archivo-item:hover{box-shadow:0 6px 12px #0000001a}.archivo-item .archivo-icono{width:60px;height:60px}.archivo-item .archivo-nombre{font-size:.9rem;text-align:center;word-break:break-word}.dropzone-wrapper{width:100%;max-width:500px;border:2px dashed #26a68b;border-radius:10px;padding:2rem;text-align:center;transition:all .3s ease;background-color:#fafafa}.dropzone-wrapper:hover{border-color:#999}.dropzone-area{font-size:1rem;color:#555}.dropzone-area.activo{border-color:#26a68b;color:#555}.information-container{padding:2rem;display:flex;flex-direction:column;gap:2rem}.card{border:1px solid #26a68b;border-radius:10px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.card-header h3{display:inline-flex;align-items:center;color:#26a68b;font-size:1.3rem;gap:1rem}.card-header .icon-edit,.card-header .icon-check{width:18px;height:18px}.icon-check{color:#26a68b}.buttons{display:flex;gap:1.5rem;margin-top:1rem}.btn-black{padding:.8rem 1.5rem;background-color:#000;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer}.btn-white{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.5rem;font-weight:700;font-size:1rem;border:2px solid #26a68b;border-radius:8px;background-color:#fff;color:#000;cursor:pointer}.btn-white .icon-download{width:20px;height:20px}.head-product{display:flex;justify-content:space-between;align-items:center;padding:2rem;border:1px solid #ddd;border-radius:12px;background-color:#fff;flex-wrap:wrap;gap:2rem}.head-product__left{flex:0 0 auto}.head-product__left .head-product__image{width:100px;height:100px;object-fit:contain;border:2px solid #40a77c;border-radius:8px;padding:.5rem}.head-product__placeholder{width:100px;height:100px;background-color:#f2f2f2;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#666}.head-product__center{flex:1;min-width:250px}.head-product__center .head-product__name-score{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.head-product__center .head-product__name{font-size:1.5rem;font-weight:700;color:#40a77c}.head-product__center .head-product__impact{display:flex;align-items:center;gap:1rem}.head-product__center .head-product__impact .head-product__label{font-weight:600;font-size:.85rem;color:#666}.head-product__center .head-product__impact .head-product__score-wrapper{position:relative;width:150px;height:24px}.head-product__center .head-product__impact .head-product__score-wrapper .head-product__bar{width:100%;height:15px;background:linear-gradient(to right,#4caf50,#ffeb3b,#f44336);border-radius:5px;position:absolute;bottom:0;left:0;z-index:1}.head-product__center .head-product__impact .head-product__score-wrapper .head-product__seal-wrapper{position:absolute;top:0;transform:translate(-50%);z-index:2}.head-product__center .head-product__impact .head-product__score-wrapper .head-product__seal{font-weight:700;background-color:#fff;border:2px solid black;border-radius:200px;width:24px;height:24px;text-align:center;line-height:33px;font-size:1.5rem;padding:.2rem}.head-product__center .head-product__impact .head-product__score{font-size:1.3rem;font-weight:700}.head-product__center .head-product__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;font-size:.85rem}.head-product__center .head-product__details div{display:flex;flex-direction:column;text-decoration:none;color:#000;font-weight:500}.head-product__center .head-product__details div strong,.head-product__center .head-product__details div p{margin:auto}.head-product__center .head-product__details div a{margin:auto;text-decoration:underline;color:#000}.head-product__center .head-product__details div a:hover{text-decoration:underline;color:#000}.head-product__right{flex:0 0 auto;display:flex;flex-direction:column;gap:.5rem;margin-right:5rem}.head-product__right .action-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:#000;text-decoration:underline}.head-product__right .action-button img{width:16px;height:16px}.head-product__right .action-button:hover{color:#40a77c}section{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}section article{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000012;padding:1.5rem 2rem;border:1px solid #e6e6e6;display:flex;flex-direction:column;gap:.5rem;width:90%;margin:0 auto;margin-bottom:.5rem;transition:transform .3s ease,box-shadow .3s ease}section article:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}section article h2{font-size:1.2rem;font-weight:700;margin:0 0 .3rem;display:flex;align-items:center;gap:.5rem}section article p{font-size:1rem;color:#222;margin:0;line-height:1.6}.materias-primas-header{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700}.navbar-detail-product{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:1rem;border-radius:8px}.navbar-detail-product .navbar-item{font-size:1rem;font-weight:500;color:#333;background:none;border:none;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease,color .3s ease}.navbar-detail-product .navbar-item:hover{background-color:#e0e0e0;color:#000}.navbar-detail-product .navbar-item.active{background-color:#25a488;color:#fff;font-weight:700}@media (min-width: 768px){.navbar-detail-product{flex-direction:row;justify-content:space-around}}.navbar-underline{width:100%;height:2px;background-color:#e0e0e0;margin-top:.5rem}.chart-container{width:100%;max-width:300px;margin:0 auto;padding:1rem}@media (min-width: 768px){.chart-container{max-width:600px}}@media (min-width: 1024px){.chart-container{max-width:800px}}.summary-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;font-family:Inter,sans-serif;color:#2b2b2b;padding:25px;background:#fff;border-radius:12px;box-shadow:0 0 10px #0000001a}.carbon-section{flex:1 1 60%;border:1px solid #cccccc;border-radius:12px;padding:25px;background:#fff}.carbon-section .carbon-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.carbon-section .carbon-header h2{font-size:16px;font-weight:600}.carbon-section .carbon-header .arrow img{width:32px;height:22px}.carbon-section .carbon-header .value{margin-left:20px;font-size:18px;font-weight:600;color:#000}.carbon-section .carbon-header .unit{justify-content:center;margin-left:20px;font-size:14px;font-weight:500;color:#666}.carbon-section .carbon-header .icon-co2{margin-left:20px}.carbon-section .carbon-header .icon-co2 img{width:40px;height:30px}.carbon-section .carbon-data{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.carbon-section .carbon-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.carbon-section .carbon-breakdown .item{background:#f9f9f9;border-radius:8px;padding:15px;text-align:center}.carbon-section .carbon-breakdown .item p{font-size:12px;margin-bottom:6px;font-weight:600}.carbon-section .carbon-breakdown .item span{font-weight:600;font-size:12px;color:#666}.benchmark-section{flex:1 1 35%;border:1px solid #cccccc;border-radius:12px;padding:25px;background:#fff}.benchmark-section .benchmark-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.benchmark-section .benchmark-header h3{font-size:16px;font-weight:600}.benchmark-section .benchmark-header .arrow img{width:32px;height:22px}.benchmark-section .benchmark-header .value{margin-left:20px;font-size:22px;font-weight:600;color:#000}.benchmark-section .benchmark-header .icon-benchmark{margin-left:20px}.benchmark-section .benchmark-header .icon-benchmark img{width:34px;height:34px}.benchmark-section .benchmark-data{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.benchmark-section .benchmark-values{margin-top:16px}.benchmark-section .benchmark-values .benchmark-average{display:flex;align-items:center;gap:10px}.benchmark-section .benchmark-values .benchmark-average .average-icon img{width:20px;height:20px}.benchmark-section .benchmark-values .benchmark-average .average-value{font-size:12px;font-weight:600;color:#000}.benchmark-section .benchmark-values .benchmark-average .average-text{font-size:12px;color:#555}.sustainability-data{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.sustainability-section{flex:1 1 35%;border:1px solid #cccccc;border-radius:12px;padding:25px;background:#fff}.sustainability-section .sustainability-header{display:flex;align-items:center;flex-wrap:nowrap;gap:20px;margin-bottom:25px}.sustainability-section .sustainability-header h3{font-size:18px;font-weight:600}.sustainability-section .sustainability-header .arrow img{width:32px;height:22px}.sustainability-section .sustainability-header .value{margin-left:20px;font-size:22px;font-weight:600;color:#000}.sustainability-section .sustainability-header .icon-sustainability{margin-left:20px}.sustainability-section .sustainability-header .icon-sustainability img{width:34px;height:34px}.sustainability-section .sustainability-values{display:flex;flex-direction:column;gap:16px}.sustainability-section .sustainability-values .sustainability-item{display:flex;align-items:center;gap:10px}.sustainability-section .sustainability-values .sustainability-item .item-icon img{width:28px;height:28px}.sustainability-section .sustainability-values .sustainability-item .item-value{font-size:12px;font-weight:600;color:#000}.sustainability-section .sustainability-values .sustainability-item .item-scale{font-size:12px;font-weight:400;color:#555}.sustainability-section .sustainability-values .sustainability-item .item-text{font-size:12px;color:#555}.marketing-info{display:flex;justify-content:space-between;gap:2rem}.marketing-info__content{display:flex;width:100%;flex-wrap:wrap}.marketing-info__column-left{flex:1;display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.marketing-info__column-left{width:100%}}.marketing-info__sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000012;padding:1.5rem 2rem;margin-bottom:.5rem;border:1px solid #e6e6e6}@media (max-width: 768px){.marketing-info__sidebar{width:100%}}.impact-score{display:flex;flex-direction:column;gap:1rem}.impact-score__label{font-weight:700}.impact-score__bar-wrapper{position:relative;height:20px;border-radius:10px;background:linear-gradient(to right,#7dd71d,#fff500,#ff5722,#e53935)}.impact-score__seal-wrapper{position:absolute;top:-4px;transform:translate(10%)}.impact-score__seal{display:inline-block;background:#fff;border:2px solid black;border-radius:50%;width:30px;height:24px;font-weight:700;text-align:center;line-height:20px}.impact-score__value{font-size:1.2rem;font-weight:700}.marketing-info__intro,.marketing-info__especial{background-color:#fff;padding:1rem;border-radius:8px}.marketing-info__intro h2,.marketing-info__especial h3{margin-top:0}.marketing-info__especial ul{list-style:none;padding:0;margin:0}.marketing-info__especial li{margin-bottom:.5rem}.marketing-info__metrics{font-size:.95rem;line-height:1.4;display:flex;flex-direction:column;gap:.5rem}.marketing-info__qr{justify-content:center;align-items:center;margin-top:1rem}.marketing-info__qr img{width:30%;max-width:200px;height:auto;border-radius:8px}
