﻿.crumb-sep-with-image::before {
	content: url('/SiteAssets/v1/assets/components/interna-noticias/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;
}

.figure-page img {
    object-fit: cover;
	width: 100%;
	height: 100%;
}

.figure-page :nth-child(2) {
	display: flex !important;
}

.figure-page :nth-child(2) > .ms-rtestate-field {
	width: 100% !important;
}

.basic-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

@media (min-width:1024px) {
	.figure-page img {
		max-height: 400px;
	}
}