ul.ok li {
  background-size: 30px 24px;
}
/* DASHBOARD */

.look-eci .docum:before,
.look-eci .ico-doc:before {
   /* background-image: url('/assets/img/icons/19_Documentos_naranja-Outline-black_light.svg'); */
  -webkit-mask-image: url("/assets/img/icons/19_Documentos_naranja-Outline-black_light.svg");
  mask-image: url("/assets/img/icons/19_Documentos_naranja-Outline-black_light.svg");

  width: 2rem;   /* Ajusta al tamaño del icono */
  height: 2rem;  /* Ajusta al tamaño del icono */

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: ButtonText; 
}

.docum:before,
.ico-doc:before {
   background-image: url('/assets/img/icons/19_Documentos_naranja-Outline.svg');
   background-size: 18px 22px;
 }
.select select,
select,
.box.transp.combo .item-selector {
  background-image: url('/assets/img/icons/arrow_grey_down.svg');
  background-size: 12px 8px;
  background-repeat: no-repeat;
}
.close {
  background-image: url('/assets/img/icons/cross_grey.svg');
  background-size: 12px 12px;
}

.box.transp.contact > h1 {
  background-image: url('/assets/img/icons/12_Valida_black-Outline.svg');
  background-size: 58px 51px;
}

.alert.alert-info {
  background-image: none;
}
.open-info::after,
.open-conditions::after,
.open-details::after,
.ico-open-settigns:before,
.open-table-finan a::after,
.open-details::after,
.open-panel-info,
.footer-pages .parent-link i,
.features .title i,
.features .title .up i,
.our-card .open-details i,
.our-card .parent-detail .title > span i,
#openFiltersMobile:after,
#evolveOpenFiltersMobile:after {
  background-image: url('/assets/img/icons/arrow_black_down.svg');
  background-size: 12px 8px;
  background-repeat: no-repeat;
}
.open-panel-info.active,
.open-info.on::after,
.open-conditions.on::after,
.open-table-finan a.on::after,
.open-details.open-conditions.up::after,
.open-details.up::after,
.footer-pages .parent-link.up i,
.footer-pages .go-up i,
.our-card .open-details.up i,
.our-card .parent-detail .title > span.up i {
  background-image: url('/assets/img/icons/arrow_black_up.svg');
  background-repeat: no-repeat;
}
.ico-info {
  /* background-image: url('/assets/img/icons/Info_new.svg');
  background-size: 20px 20px;
  border-bottom: none; */
  -webkit-mask-image: url("/assets/img/icons/Info_new.svg");
  mask-image: url("/assets/img/icons/Info_new.svg");

  width: 2rem;   /* Ajusta al tamaño del icono */
  height: 2rem;  /* Ajusta al tamaño del icono */

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: ButtonText;  
}
.alert-box .close {
  background: url('/assets/img/icons/cross_white.svg');
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .look-eci .download-excel .icon {
    background-image: url('/assets/img/icons/00_documento-excel_black.svg');
  }
  .download-excel .icon {
    background-image: url('/assets/img/icons/00_documento-excel.svg');
  }
  .download-pdf .icon {
    background-image: url('/assets/img/icons/pdf-document.svg');
    background-size: 20px 31px;
  }
}
@media (min-width: 1024px) {
  .alert {
    background-image: url('/assets/img/icons/13_Confirma_blanco_Outline.svg');
    background-size: 48px 38px;
  }
  .alert-info:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-size: 38px;
    background-image: url('/assets/img/icons/28_Error-atencion_blanco.svg');
    left: 0;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
