.sectores-table{--header-height:30px;--sidebar-width:300px;--row-height:30px;--background-color:#21583f;--background-hover-color:rgba(0,0,0,0.2);--card-height:125px;width:100%;height:calc(100vh - 172px);resize:none;display:block;overflow:scroll;position:relative;white-space:nowrap;margin:0;border:none;border-collapse:separate;border-spacing:0;table-layout:fixed}.sectores-table thead{z-index:2}.sectores-table thead tr{height:var(--header-height);max-height:var(--header-height)}.sectores-table thead tr th{border-width:1px 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.3);padding:.5rem;background:var(--background-color);color:#fff;position:sticky;top:0;text-align:left}.sectores-table thead tr th:first-child{left:0;z-index:5;border-width:1px;min-width:var(--sidebar-width);max-width:var(--sidebar-width)}.sectores-table thead tr th:not(:first-child){min-width:100%;width:100%;z-index:2;padding-left:0}.sectores-table thead tr th:not(:first-child) span{position:sticky;padding-left:1rem;left:var(--sidebar-width)}.sectores-table tbody tr:first-child td{border-top-width:0}.sectores-table tbody tr td{border-width:1px 1px 0 0;border-style:solid;border-color:rgba(0,0,0,.3);height:var(--row-height);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;vertical-align:top}.sectores-table tbody tr td:first-child{border-left-width:1px;background:var(--background-color);color:#fff;position:sticky;left:0;min-width:var(--sidebar-width);max-width:var(--sidebar-width);vertical-align:top;z-index:3;padding-right:0;padding-left:1rem}.sectores-table tbody tr td:first-child .sector-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.sectores-table tbody tr td:first-child .sector-data .sector-info{padding-top:.5rem}.sectores-table tbody tr td:first-child .sector-data .sector-titles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right;padding-top:calc(.25rem + 2px);margin-bottom:.5rem;margin-top:.5rem}.sectores-table tbody tr td:first-child .sector-data .sector-titles>div{padding:0 .5rem 0 1rem;border-radius:1rem 0 0 1rem;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sectores-table tbody tr td:first-child .sector-data .sector-titles>div:hover{background:var(--background-hover-color)}.sectores-table tbody tr td:first-child .sector-data .sector-titles>div.title-comparison{margin-bottom:.25rem}.sectores-table tbody tr td h3{max-width:calc(var(--sidebar-width) - 170px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sectores-table tbody tr td .cards-container{padding:.75rem .5rem}.sectores-table tbody tr td .cards-container .periodo{margin-bottom:.25rem;color:hsla(0,0%,39.2%,.8);position:sticky;left:var(--sidebar-width);padding-left:1.5rem;margin-left:-.5rem}.sectores-table tbody tr td .cards-container .cards{min-height:var(--card-height);padding-top:.25rem}.sectores-table tbody tr td .styled-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex:1 0 130px;flex:1 0 130px;min-width:130px;min-height:var(--card-height);border:1px solid rgba(0,0,0,.4);border-radius:.5rem;overflow:hidden;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin-right:1rem}.sectores-table tbody tr td .styled-card:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.sectores-table tbody tr td .styled-card .card-date{background:var(--background-color);color:#fff}.sectores-table tbody tr td .styled-card .card-title{border-radius:0;padding:0 .5rem;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sectores-table tbody tr td .styled-card .card-title:not(.card-date):hover{background:var(--background-hover-color)}.sectores-table tbody tr:last-child td{border-bottom-width:1px}.theme--dark .sectores-table{--background-color:#222837;--background-hover-color:hsla(0,0%,100%,0.1)}