
/* ============================================================
   MOTORIN — Página Sobre Nós
   ============================================================ */
.mot-sobre { width: 100%; }
.mot-sobre__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 44px 20px 48px;
}
.mot-sobre__header { margin-bottom: 26px; }
.mot-sobre__title {
	font-family: "Oswald", sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #141414;
	margin: 0;
	padding-left: 16px;
	position: relative;
	letter-spacing: .3px;
	text-transform: uppercase;
}
.mot-sobre__title::before {
	content: "";
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	width: 5px; height: 30px;
	background: #BA0707;
	border-radius: 2px;
}

/* conteúdo textual */
.mot-sobre__content { font-family: "Montserrat", sans-serif; }
.mot-sobre__content p {
	font-size: 14.5px;
	color: #4a4a4a;
	line-height: 1.75;
	margin: 0 0 16px;
}
.mot-sobre__content p:first-of-type {
	font-size: 16.5px;
	color: #141414;
	font-weight: 500;
	line-height: 1.7;
}
.mot-sobre__content p:last-of-type {
	border-left: 3px solid #BA0707;
	padding: 12px 0 12px 18px;
	margin-top: 24px;
	background: #faf9f6;
	border-radius: 0 8px 8px 0;
	font-style: italic;
	color: #141414;
	font-size: 15px;
}

/* grelha de marcas */
.mot-sobre__marcas {
	margin-top: 38px;
	padding-top: 30px;
	border-top: 1px solid #f0eee8;
}
.mot-sobre__marcas-title {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #141414;
	margin: 0 0 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.mot-sobre__marcas-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.mot-sobre__marca {
	border: 1px solid #e8e6df;
	border-radius: 8px;
	padding: 16px 12px;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: #141414;
	letter-spacing: .3px;
	transition: border-color .15s, color .15s;
}
.mot-sobre__marca:hover {
	border-color: #BA0707;
	color: #BA0707;
}

@media (max-width: 860px) {
	.mot-sobre__title { font-size: 28px; }
	.mot-sobre__marcas-grid { grid-template-columns: repeat(2, 1fr); }
}
