@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(--brand-black);
	font-family: var(--font-family-1);
	font-size: var(--title-2);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
}

/**umb_name:Subtitulo*/
h4 {
	color: var(--brand-black);
	font-family: var(--font-family-1);
	font-size: var(--title-3);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/**umb_name:Parrafo*/
p {
	color: var(--gray-dark-1);
	font-family: var(--font-family-1);
	font-size: var(--paragraph-1);
	font-style: normal;
	font-weight: 400;
	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;
}
