@import url('https://fonts.googleapis.com/css2?family=--font-family-1:wght@400;700&family=Montserrat:wght@400;500;600;700&display=swap');

/**umb_name:Titulo*/
h3 {
	color: var(--gray-dark-10);
	font-family: var(--font-family-1);
	font-size: var(--text-4xl);
	font-style: normal;
	font-weight: var(--weight-bolder);
	line-height: normal;
	width: 100%;
}

/**umb_name:Subtitulo*/
h4 {
	color: var(--gray-dark);
	font-family: var(--font-family-1);
	font-size: var(--text-4xl);
	font-style: normal;
	font-weight: var(--weight-bold);
	line-height: normal;
}

/**umb_name:Parrafo*/
p {
	color: var(--gray-dark-1);
	font-family: var(--font-family-1);
	font-size: var(--text-md);
	font-style: normal;
	font-weight: var(--weight-extra-bold);
	line-height: 140%;
}

/**umb_name:imagen-completa*/
img.rte-image-full {
	width: 100%;
	height: auto;
}

/**umb_name:imagen-media*/
.rte-image-half {
	width: 50%;
	height: auto;
}