﻿.crumb-sep-with-image::before {
	content: url('/SiteAssets/V4/img/right.svg');
	display: inline-block;
	align-items: center;
	width: 0.4rem; /* Ajusta el ancho de la imagen segÃºn sea necesario */
	height: 0.4rem; /* Ajusta la altura de la imagen segÃºn sea necesario */
	margin: 0 5px;
	margin-top: 2px;
}

.mask-gradient {
    -webkit-mask-image: linear-gradient(
      to left,
      black,
      transparent
    );
    mask-image: linear-gradient(to left, black, transparent);
    -webkit-mask-size: 150% 150%;
    mask-size: 120% 110%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .article-content-page img{
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .head-description .ms-formfieldcontainer, .ms-formfieldvaluecontainer, textarea{
    width: 100% !important;
  }

