* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Grid */
.grid-container-99 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 0 24px;
	align-items: stretch;
	position: relative;
}
/* End Grid */

/* Tipografia */
h1 {
	font-family: Montserrat;
	font-size: 3rem;
	line-height: 3.5rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -1.2px;
	color: #212121;
	margin: 0;
}

h2 {
	font-family: Montserrat;
	font-size: 2.5rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: 400;
	color: #212121;
	margin: 0;
}

h3 {
	font-family: Montserrat;
	font-size: 2.25rem;
	line-height: 2.75rem;
	font-style: normal;
	font-weight: 400;
	color: #212121;
	margin: 0;
}

h4 {
	font-family: Montserrat;
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: normal;
	font-weight: 400;
	color: #212121;
	margin: 0;
}

h5 {
	font-family: Montserrat;
	font-size: 1.5rem;
	line-height: 2rem;
	font-style: normal;
	font-weight: 400;
	color: #212121;
	margin: 0;
}

h6 {
	font-family: Montserrat;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-style: normal;
	font-weight: 400;
	color: #212121;
	margin: 0;
}

p {
	font-family: Montserrat;
	font-size: 1rem;
	line-height: 1.5rem;
	font-style: normal;
	font-weight: 400;
	color: #212121;
	margin: 0;
}

.label {
	font-family: Montserrat;
	font-size: 0.75rem;
	line-height: 1.25rem;
	font-style: normal;
	font-weight: 400;
	color: #212121;
	margin: 0;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}
/* End Tipografia */

.obs-tj {
	color: var(--Primrias-Preto, #212121);
	font-family: Montserrat;
	font-size: var(--Espaos-space-250, 12px);
	line-height: var(--Espaos-space-300, 18px); 
	font-style: normal;
	font-weight: 400;
	margin: 0;
}

.obs-tj strong {
	font-weight: 700;
	color: var(--Primrias-Preto, #212121);
	font-family: Montserrat;
	font-size: var(--Espaos-space-250, 12px);
	line-height: var(--Espaos-space-300, 18px); 
	font-style: normal;
}

/* Tablet de 768px até 1023px*/
@media (min-width: 768px) and (max-width: 1023px) {
	/* Grid */
	.grid-container-99 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
		gap: 16px;
		margin: 0 40px;
	}
	/* End Grid */

	/* Tipografia */
	h1 {
		font-family: Montserrat;
		font-size: 3.5rem;
		line-height: 4rem;
		font-style: normal;
		font-weight: 400;
		letter-spacing: -1.4px;
		color: #212121;
		margin: 0;
	}

	h2 {
		font-family: Montserrat;
		font-size: 2.5rem;
		line-height: 3rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h3 {
		font-family: Montserrat;
		font-size: 2.25rem;
		line-height: 2.75rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h4 {
		font-family: Montserrat;
		font-size: 2rem;
		line-height: 2.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h5 {
		font-family: Montserrat;
		font-size: 1.5rem;
		line-height: 2rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h6 {
		font-family: Montserrat;
		font-size: 1.25rem;
		line-height: 1.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	p {
		font-family: Montserrat;
		font-size: 1rem;
		line-height: 1.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	.label {
		font-family: Montserrat;
		font-size: 0.75rem;
		line-height: 1.25rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}
	/* End Tipografia */
	.obs-tj {
		color: var(--Primrias-Preto, #212121);
		font-family: Montserrat;
		font-size: var(--Espaos-space-250, 12px);
		line-height: var(--Espaos-space-300, 18px); 
		font-style: normal;
		font-weight: 400;
		margin: 0;
	}

	.obs-tj strong {
		font-weight: 700;
		color: var(--Primrias-Preto, #212121);
		font-family: Montserrat;
		font-size: var(--Espaos-space-250, 12px);
		line-height: var(--Espaos-space-300, 18px); 
		font-style: normal;
	}
}

/* Desktop Small de 1024px até 1439px */
@media (min-width: 1024px) and (max-width: 1439px) {
	/* Grid */
	.grid-container-99 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 16px;
		margin: 0 40px;
	}
	/* End Grid */

	/* Tipografia */
	h1 {
		font-family: Montserrat;
		font-size: 4rem;
		line-height: 4.5rem;
		font-style: normal;
		font-weight: 400;
		letter-spacing: -1.6px;
		color: var(--Primrias-Preto, #212121);
		margin: 0;
	}

	h2 {
		font-family: Montserrat;
		font-size: 3rem;
		line-height: 3.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h3 {
		font-family: Montserrat;
		font-size: 2.5rem;
		line-height: 3rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h4 {
		font-family: Montserrat;
		font-size: 2.25rem;
		line-height: 2.75rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h5 {
		font-family: Montserrat;
		font-size: 2rem;
		line-height: 2.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h6 {
		font-family: Montserrat;
		font-size: 1.25rem;
		line-height: 1.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	p {
		font-family: Montserrat;
		font-size: 1rem;
		line-height: 1.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	.label {
		font-family: Montserrat;
		font-size: 0.75rem;
		line-height: 1.25rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}
	/* End Tipografia */
	.obs-tj {
		color: var(--Primrias-Preto, #212121);
		font-family: Montserrat;
		font-size: var(--Espaos-space-250, 12px);
		line-height: var(--Espaos-space-300, 18px); 
		font-style: normal;
		font-weight: 400;
		margin: 0;
	}

	.obs-tj strong {
		font-weight: 700;
		color: var(--Primrias-Preto, #212121);
		font-family: Montserrat;
		font-size: var(--Espaos-space-250, 12px);
		line-height: var(--Espaos-space-300, 18px); 
		font-style: normal;
	}
}

/* Desktop Large de 1440px em diante */
@media (min-width: 1440px) {
	/* Grid */
	.grid-container-99 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 32px;
		margin: 0 112px;
	}
	/* Grid */
	/* Tipografia */
	h1 {
		font-family: Montserrat;
		font-size: 4.5rem;
		line-height: 5rem;
		font-style: normal;
		font-weight: 400;
		letter-spacing: -1.8px;
		color: var(--Primrias-Preto, #212121);
		margin: 0;
	}

	h2 {
		font-family: Montserrat;
		font-size: 3.5rem;
		line-height: 4rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h3 {
		font-family: Montserrat;
		font-size: 3rem;
		line-height: 3.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h4 {
		font-family: Montserrat;
		font-size: 2.5rem;
		line-height: 3rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h5 {
		font-family: Montserrat;
		font-size: 2rem;
		line-height: 2.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	h6 {
		font-family: Montserrat;
		font-size: 1.25rem;
		line-height: 1.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	p {
		font-family: Montserrat;
		font-size: 1rem;
		line-height: 1.5rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}

	.label {
		font-family: Montserrat;
		font-size: 0.75rem;
		line-height: 1.25rem;
		font-style: normal;
		font-weight: 400;
		color: #212121;
		margin: 0;
	}
	/* End Tipografia */

	.obs-tj {
		color: var(--Primrias-Preto, #212121);
		font-family: Montserrat;
		font-size: var(--Espaos-space-250, 12px);
		line-height: var(--Espaos-space-300, 18px); 
		font-style: normal;
		font-weight: 400;
		margin: 0;
	}

	.obs-tj strong {
		font-weight: 700;
		color: var(--Primrias-Preto, #212121);
		font-family: Montserrat;
		font-size: var(--Espaos-space-250, 12px);
		line-height: var(--Espaos-space-300, 18px); 
		font-style: normal;
	}
}
