
/* ============================================================
   MOTORIN — Página de Contactos
   ============================================================ */
.mot-contactos { width: 100%; }
.mot-contactos__inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 20px 48px;
}
.mot-contactos__header { margin-bottom: 28px; }
.mot-contactos__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-contactos__title::before {
	content: "";
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	width: 5px; height: 30px;
	background: #BA0707;
	border-radius: 2px;
}
.mot-contactos__subtitle {
	font-size: 12px;
	color: #8a8880;
	letter-spacing: 1.5px;
	font-weight: 600;
	margin: 10px 0 0 16px;
}

.mot-contactos__grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 28px;
	align-items: stretch;
}
/* coluna esquerda estica e o mapa cresce para alinhar a base com o formulário */
.mot-contactos__left {
	display: flex;
	flex-direction: column;
}

/* coluna esquerda */
.mot-contactos__info {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.mot-contactos__info li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin: 0;
}
.mot-contactos__ic {
	width: 40px; height: 40px;
	border-radius: 50%;
	border: 1.5px solid #BA0707;
	color: #BA0707;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 0;
	flex-shrink: 0;
}
.mot-contactos__ic svg { width: 18px; height: 18px; }
.mot-contactos__lbl {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #141414;
	margin-bottom: 2px;
}
.mot-contactos__val {
	display: block;
	font-size: 13.5px;
	color: #5a5a5a;
	line-height: 1.55;
}
.mot-contactos__val a { color: #5a5a5a; text-decoration: none; }
.mot-contactos__val a:hover { color: #BA0707; }
.mot-contactos__map {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e8e6df;
	flex: 1;
	min-height: 220px;
}
.mot-contactos__map iframe { display: block; width: 100%; height: 100%; min-height: 220px; }

/* coluna direita — formulário */
.mot-contactos__right {
	background: #faf9f6;
	border: 1px solid #e8e6df;
	border-radius: 12px;
	padding: 26px;
}
.mot-contactos__form-title {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #141414;
	margin: 0 0 18px;
}
/* estilizar campos do WPForms para combinar */
.mot-contactos__right .wpforms-field-label {
	font-size: 12.5px !important;
	font-weight: 600 !important;
	color: #5a5a5a !important;
}
.mot-contactos__right input.wpforms-field-medium,
.mot-contactos__right input[type="text"],
.mot-contactos__right input[type="email"],
.mot-contactos__right input[type="tel"],
.mot-contactos__right textarea {
	border: 1px solid #d8d4c8 !important;
	border-radius: 6px !important;
	background: #fff !important;
	font-size: 14px !important;
}
.mot-contactos__right input:focus,
.mot-contactos__right textarea:focus {
	border-color: #BA0707 !important;
	outline: none !important;
}
.mot-contactos__right .wpforms-submit {
	background: #BA0707 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 6px !important;
	font-family: "Oswald", sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: .5px !important;
	text-transform: uppercase !important;
	padding: 13px 28px !important;
	transition: background .15s !important;
}
.mot-contactos__right .wpforms-submit:hover {
	background: #141414 !important;
}

/* banner inferior colado ao footer */
.mot-contactos__banner {
	width: 100%;
	height: 320px;
	background-size: cover;
	background-position: center;
	margin-top: 8px;
}

@media (max-width: 860px) {
	.mot-contactos__grid { grid-template-columns: 1fr; }
	.mot-contactos__title { font-size: 28px; }
	.mot-contactos__banner { height: 200px; }
}
