/**
 * Componente: Think Different
 */

.bc-think-different {
	--bc-think-different-bg: #ffffff;
	--bc-think-different-text: #000000;
	--bc-think-different-font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	--bc-think-different-max: 1440px;
	--bc-think-different-padding-x: clamp(1.25rem, 4vw, 3.5rem);

	background: var(--bc-think-different-bg);
	color: var(--bc-think-different-text);
	font-family: var(--bc-think-different-font);
	width: 100%;
}

.bc-think-different__inner {
	margin: 0 auto;
	max-width: var(--bc-think-different-max);
	padding: clamp(2.5rem, 7vw, 5rem) var(--bc-think-different-padding-x);
}

.bc-think-different__title {
	font-size: var(--bc-title-size, clamp(2.75rem, 9vw, 6.5rem));
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 0.95;
	margin: 0 0 clamp(2rem, 5vw, 3.5rem);
	text-transform: uppercase;
}

.bc-think-different__media {
	line-height: 0;
	width: 100%;
}

.bc-think-different__img {
	display: block;
	height: auto;
	max-height: 85vh;
	object-fit: cover;
	width: 100%;
}

.bc-think-different__video {
	display: block;
	height: auto;
	max-height: 85vh;
	width: 100%;
}

.bc-think-different__embed {
	aspect-ratio: 16 / 9;
	line-height: 0;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.bc-think-different__embed iframe {
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bc-think-different__video-fallback {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin: 0;
	padding: 2rem;
	text-align: center;
}

.bc-think-different__video-fallback a {
	color: var(--bc-think-different-text);
	font-weight: 700;
	text-transform: uppercase;
}

.bc-think-different__media:empty::before {
	background: #f0f0f0;
	content: "";
	display: block;
	min-height: 320px;
	width: 100%;
}

@media (max-width: 768px) {
	.bc-think-different__title {
		font-size: var(--bc-title-size-mobile, var(--bc-title-size, clamp(2.25rem, 12vw, 3.5rem)));
	}
}
