.chart-labels-value,
.chart-labels-year {
  display: flex;
  justify-content: space-around; }

.chart-labels-value {
  margin-top: -40px; }
  @media only screen and (max-width: 500px) {
    .chart-labels-value {
      margin-top: 0; } }

.menu-wrapper {
  display: flex;
  justify-content: space-around; }

.menu-item small {
  color: #828282; }

.menu .active small {
  color: #fff; }

.menu h3 {
  width: 100%; }

.chart-labels-value.tab0 .value:first-child::after {
  content: "";
  background-image: url("../../images/ugt/indicadores-icons/indicadores_1_a.svg"); }

.chart-labels-value.tab0 .value:last-child::after {
  content: "";
  background-image: url("../../images/ugt/indicadores-icons/indicadores_1_b.svg"); }

.chart-labels-value.tab1 .value:first-child::after {
  content: "";
  background-image: url("../../images/ugt/indicadores-icons/indicadores_5_a.svg"); }

.chart-labels-value.tab1 .value:last-child::after {
  content: "";
  background-image: url("../../images/ugt/indicadores-icons/indicadores_5_b.svg"); }

.year_detail {
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
  text-align: left;
  min-width: 250px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 600px) {
    .year_detail {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-row-gap: 1rem; } }
  .year_detail h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #C4C4C4;
    margin: 0 0 16px 0; }
    @media only screen and (min-width: 600px) {
      .year_detail h2 {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  .year_detail h4 {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #4F4F4F; }
  .year_detail h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    color: #4F4F4F;
    position: relative; }
  .year_detail .source-1 {
    margin-bottom: 16px; }
    .year_detail .source-1 h3::after {
      content: '';
      position: absolute;
      width: 146px;
      height: 24px;
      background: -webkit-gradient(linear, right top, left top, from(#57A0D7), to(rgba(87, 160, 215, 0)));
      background: linear-gradient(-90deg, #57A0D7 0%, rgba(87, 160, 215, 0) 100%);
      margin-left: 12px; }
  .year_detail .source-2 h3::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 24px;
    background: -webkit-gradient(linear, right top, left top, from(#D5E7F5), to(rgba(213, 231, 245, 0)));
    background: linear-gradient(-90deg, #D5E7F5 0%, rgba(213, 231, 245, 0) 100%);
    margin-left: 12px; }
  .year_detail .source-3 {
    margin-bottom: 16px; }
    .year_detail .source-3 h3::after {
      content: '';
      position: absolute;
      width: 88px;
      height: 24px;
      background: -webkit-gradient(linear, right top, left top, from(#57A0D7), to(rgba(87, 160, 215, 0)));
      background: linear-gradient(-90deg, #57A0D7 0%, rgba(87, 160, 215, 0) 100%);
      margin-left: 12px; }
  .year_detail .source-4 h3::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 24px;
    background: -webkit-gradient(linear, right top, left top, from(#D5E7F5), to(rgba(213, 231, 245, 0)));
    background: linear-gradient(-90deg, #D5E7F5 0%, rgba(213, 231, 245, 0) 100%);
    margin-left: 12px; }
