<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GERAL */

@font-face {
font-family: 'SamsungOne';
src: url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.eot);
src: url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.eot?#iefix) format("embedded-opentype"), url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff2) format("woff2"), url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff) format("woff"), url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.ttf) format("truetype");
font-weight: normal;
font-style: normal
}

@font-face {
font-family: 'SamsungOne';
src: url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.eot);
src: url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.eot?#iefix) format("embedded-opentype"), url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff2) format("woff2"), url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff) format("woff"), url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.ttf) format("truetype");
font-weight: bold;
font-style: normal
}

@font-face {
font-family: 'SamsungSharpSans';
src: url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.eot);
src: url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.eot?#iefix) format("embedded-opentype"), url(https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.woff) format("woff");
font-weight: bold;
font-style: normal
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

.wrapperSamsung {
	font-family: SamsungOne, sans-serif;
	background: #fff;
	color: #000;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}

.wrapperSamsung p {
	font-weight: 400;
	margin: 0 0 min(1.8vw, 18px);
	padding-bottom: 0 !important;
	font-size: min(1.8vw, 18px);
	line-height: min(2.5vw, 24px);
}

.wrapperSamsung p small {
	display: block;
	font-size: min(1.8vw, 12px);
	line-height: min(2.5vw, 18px);
}

.wrapperSamsung h2, .wrapperSamsung h3 {
	font-family: SamsungSharpSans, sans-serif;
}

.wrapperSamsung h3 {
	margin: 0 0 5%;
	font-size: min(3vw, 30px);
	line-height: min(4vw, 32px);
}

.wrapperSamsung sup {
	font-size: .5em;
	line-height: .5em;
}

.wrapperSamsung h4 {
	font-weight: 700;
	margin: 0 0 5%;
	font-size: min(2vw, 22px);
	line-height: min(3vw, 26px);
}

.wrapperSamsung .containerSamsung {
	overflow: hidden;
	max-width: 85%;
	padding: calc(20px + 3%) 15px;
}

.btn-samsung, .btn-samsung:hover {
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: calc(12px + 1vw);
	color: #000;
	padding: calc(6px + 1vw) calc(15px + 1vw);
	border: 2px solid #000;
	border-radius: 50px;
	display: block;
	float: left;
	text-decoration: none;
}

button.btn-samsung {
	background: #000;
}

.wrapperSamsung input {
	display: none;
}

.justify-conent-center-samsung {
	justify-content: center;
}

.d-flex-samsung{
	display: flex;
	align-items: center;
}

/* HEADER */

#intro-samsung {
	background:  url(../img/intro-samsung.jpg) left top no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 66.7%;
}

#intro-samsung h2 {
	display: none;
}

/* MENU */

#menu-samsung {
	background: #000;
	text-align: center;
}

#menu-samsung .containerSamsung {
	padding: 0 !important;
}

#menu-samsung a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20% 0 8.5%;
}

#menu-samsung .colSamsung-md-2 {
	opacity: .75;
	transition: opacity .3s ease-in-out 0s;
}

#menu-samsung .colSamsung-md-2:hover {
	opacity: 1;
}

#menu-samsung img {
	height: auto;
	max-width: 100px;
    max-height: 100px;
	display: block;
	margin: 0 auto 20px;
}

#pontos-quanticos-samsung,
#burn-in-samsung,
#movimento-virtual-samsung,
#smart-hub-samsung,
#ajusta-som-samsung,
#solar-cell-samsung,
#base-samsung,
#smart-things-samsung,
#atividades-samsung,
#controle-remoto-samsung,
#embalagem-samsung,
#gaming-samsung {
	text-align: center;
}

#pontos-quanticos-samsung img,
#burn-in-samsung img,
#movimento-virtual-samsung img,
#design-samsung img,
#smart-hub-samsung img,
#quantum-samsung img,
#motion-samsung img,
#ultra-wide-samsung img,
#sincronia-sonora-samsung img,
#ajusta-som-samsung img,
#solar-cell-samsung img,
#base-samsung img,
#smart-things-samsung img,
#atividades-samsung img,
#tv-plus-samsung img,
#multitela-samsung img,
#assistentes-samsung img,
#controle-remoto-samsung img,
#embalagem-samsung img,
#espelhamento-samsung img,
#gaming-samsung img{ 
	width: 100%;
	display: block;
}

#pontos-quanticos-samsung,
#burn-in-samsung,
#gaming-samsung{
	background-color: #000;
	color: #fff;
}

#gaming-samsung img{
	margin-top: -5%;
}



#pontos-quanticos-samsung .containerSamsung,
#burn-in-samsung .containerSamsung{
	position: relative;
}

#pontos-quanticos-samsung img,
#burn-in-samsung img{
	margin-top: -5%;
}


/* FOOTER */
#footer-samsung {
	background: #000;
	color: #fff;
}

#footer-samsung p {
	text-align: justify;
	font-size: calc(5px + 0.3vw);
	line-height: 2em;
}

#footer-samsung img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 95px;
}

#footer-samsung .containerSamsung {
	padding: calc(20px + 2%) 15px;
}

    @media (max-width: 767.98px) {
	.wrapperSamsung .containerSamsung {
		text-align: center;
		padding: calc(15px + 2%) 15px !important;
		max-width: 100%;
	}
	
	.desktop {
		display: none !important;
	}
	
	.mobile {
		display: block !important;
	}
	
	.colSamsung-md-6, .colSamsung-md-5 {
		text-align: center;
	}
	
	.wrapperSamsung h3 {
		font-size: calc(15px + 1vw);
		line-height: calc(18px + 1vw)
	}
	
	.wrapperSamsung h4 {
		font-size: calc(8px + 2vw);
		line-height: calc(16px + 2vw);
	}
	
	.wrapperSamsung p {
		font-size: calc(6px + 1.5vw);
		line-height: calc(14px + 1.5vw);
	}
	
	.wrapperSamsung p small {
		font-size: calc(6px + 1vw);
		line-height: calc(10px + 1vw);
	}
	
	#footer-samsung p {
		font-size: 1.5vw;
	}

	#menu-samsung img {
		max-width: 50px;
		max-height: 50px;
		margin: 0 auto 5px;
	}
}</pre></body></html>