.funds-overview-table{box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:4px;overflow:hidden;padding:0;background:linear-gradient(118deg,rgba(255,255,255,.5) 0,rgba(243,248,254,.5) 100%),#fff;position:relative}.funds-overview-table::before{content:"";position:absolute;inset:0;border-radius:inherit;border-width:1px;border-style:solid;border-color:transparent;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;background-clip:border-box;background-origin:border-box;background-image:var(--color-border, "light");z-index:1}.funds-overview-table .gradient-right:not(.gradient-left){mask-image:linear-gradient(to right,#000 calc(100% - 50px),transparent 100%);-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 50px),transparent 100%)}.funds-overview-table .gradient-left:not(.gradient-right){mask-image:linear-gradient(to left,#000 calc(100% - 50px),transparent 100%);-webkit-mask-image:linear-gradient(to left,#000 calc(100% - 50px),transparent 100%)}.funds-overview-table .gradient-right.gradient-left{mask-image:linear-gradient(to right,transparent 0,#000 50px,#000 calc(100% - 50px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 50px,#000 calc(100% - 50px),transparent 100%)}@media (max-width:767px){.funds-overview-table{flex:1 0 auto;max-width:none}}@media (max-width:575px){.funds-overview-table{margin-left:-16px;margin-right:-16px}}.funds-overview-table__nav{width:100%;position:relative;padding:24px 24px 16px}@media (max-width:767px){.funds-overview-table__nav{padding:24px 16px 16px}}.funds-overview-table__nav-list{overflow-x:auto;display:flex}.funds-overview-table__nav-list li{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;height:38px;flex:1;cursor:pointer}.funds-overview-table__nav-list li::after{content:'';position:absolute;bottom:0;left:0;width:100%}@media (max-width:767px){.funds-overview-table__nav-list li{height:36px}}.funds-overview-table__nav-list li:not(.active){color:#c5c7c9}.funds-overview-table__nav-list li:not(.active)::after{height:2px;background-color:#c5c7c9}.funds-overview-table__nav-list li.active::after{height:3px;background-color:#a9acb0}.funds-overview-table__nav-list li[data-tab=alto]::before,.funds-overview-table__nav-list li[data-tab=bajo]::before,.funds-overview-table__nav-list li[data-tab=moderado]::before{content:'';display:inline-block;width:13px;height:11px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:10px;margin-bottom:3px}.funds-overview-table__nav-list li[data-tab=bajo]::before{background-image:url(../../../images/FundsOverviewTable/bajo.svg)}.funds-overview-table__nav-list li[data-tab=moderado]::before{background-image:url(../../../images/FundsOverviewTable/moderado.svg)}.funds-overview-table__nav-list li[data-tab=alto]::before{background-image:url(../../../images/FundsOverviewTable/alto.svg)}.funds-overview-table__table{border-collapse:collapse;width:100%}.funds-overview-table__table-scrollable-inner{overflow-x:auto}.funds-overview-table__table-scrollable-outer{position:relative}.funds-overview-table__table thead{background-color:#1a2e49}.funds-overview-table__table thead th{color:#fff;font-size:20px;line-height:1.2;font-weight:700;letter-spacing:0;padding:16px 12px;height:44px}p+.funds-overview-table__table thead th{margin-top:32px}.funds-overview-table__table thead th:not([class]):not(:last-child):not(:only-child){margin-bottom:8px}@media (max-width:576px){.funds-overview-table__table thead th{font-size:18px}}.funds-overview-table__table thead th:not(:first-of-type){width:33.333%}@media (max-width:575px){.funds-overview-table__table thead th{font-size:18px;line-height:1.3;letter-spacing:.2px}}.funds-overview-table__table tr{position:relative}.funds-overview-table__table tr.hidden{display:none}.funds-overview-table__table td,.funds-overview-table__table th{vertical-align:middle;white-space:nowrap}.funds-overview-table__table td:first-child,.funds-overview-table__table th:first-child{padding-left:24px}.funds-overview-table__table td:last-child,.funds-overview-table__table th:last-child{padding-right:24px}.funds-overview-table__table tr:not(:last-child)::after{content:'';position:absolute;width:calc(100% - 48px);height:1px;bottom:0;left:24px;border-bottom:1px solid #d0d1d3}.funds-overview-table__table td{padding:24px 12px;height:38px;font-size:16px;line-height:1.3;letter-spacing:.2px}.funds-overview-table__table td a{text-decoration:none;color:var(--color-text)}.funds-overview-table__table td:first-child{text-align:center}.funds-overview-table__table td:nth-child(2){font-weight:700}.funds-overview-table .riesgo-icon{display:inline-block;width:13px;height:11px;background-size:contain;background-repeat:no-repeat;background-position:center}.funds-overview-table .riesgo-icon--bajo{background-image:url(../../../images/FundsOverviewTable/bajo.svg)}.funds-overview-table .riesgo-icon--moderado{background-image:url(../../../images/FundsOverviewTable/moderado.svg)}.funds-overview-table .riesgo-icon--alto{background-image:url(../../../images/FundsOverviewTable/alto.svg)}