/* 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: #000;
	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 h2 {
	margin: 0;
	font-size: min(3vw, 50px);
	line-height: min(4vw, 52px);
}

.wrapperSamsung h3 {
	margin: 0 0 2.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 2.5%;
	font-size: min(2vw, 22px);
	line-height: min(3vw, 26px);
}

.wrapperSamsung .containerSamsung {
	overflow: hidden;
	max-width: 85%;
	padding: calc(20px + 3%) 15px;
	position: relative;
	z-index: 1;
}

.wrapperSamsung input {
	display: none;
}

/* HEADER */

/* MENU */

#menu-samsung {
	background: #000;
}

#menu-samsung .covererSamsung {
	padding: 0 !important;
}

#menu-samsung a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0% 0 5%;
	opacity: .75;
	transition: opacity .3s ease-in-out 0s;
}

#menu-samsung a:hover {
	opacity: 1;
}

#menu-samsung strong {
	display: block;
	font-size: 1.25em;
	font-family: SamsungSharpSans, sans-serif;
	font-weight: normal;
}

#menu-samsung img {
	display: block;
	margin-right: 15px;
	width: 60px;
}

#menu-samsung a {
	height: 100%;
}

/* CONTENT */

.wrapperSamsung {
	background: #000;
	color: #fff;
}

.wrapperSamsung img {
	width: 100%;
	display: block;
}

.d-flex-samsung {
	display: flex;
	align-items: center;
}

#intro-samsung,
#bloco2-samsung,
#bloco4-samsung,
#bloco6-samsung,
#bloco8-samsung {
	text-align: center;
}

#menu-samsung h3 {
	text-align: center;
}

#bloco2-samsung .rowSamsung,
#bloco4-samsung .rowSamsung,
#bloco6-samsung .rowSamsung,
#bloco7-samsung .rowSamsung,
#bloco8-samsung .rowSamsung{
	justify-content: center;
}


#bloco7-samsung .colSamsung-md-3,
#bloco2-samsung .colSamsung-md-3,
#bloco4-samsung .colSamsung-md-3,
#bloco6-samsung .colSamsung-md-3,
#bloco8-samsung .colSamsung-md-3{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

#bloco7-samsung img,
#bloco2-samsung img,
#bloco4-samsung img,
#bloco6-samsung img,
#bloco8-samsung img{
	margin-bottom: 16px;
	border-radius: 20px;
}

/* 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;
}

.wrapperSamsung .desktop {
	display: block !important;
}

.wrapperSamsung .mobile {
	display: none !important;
}

@media (max-width: 767.98px) {
	.wrapperSamsung .containerSamsung {
		text-align: center;
		padding: calc(15px + 2%) 15px !important;
		max-width: 100%;
	}

	.wrapperSamsung .desktop {
		display: none !important;
	}

	.wrapperSamsung .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 a {
		padding: 10% 0 5%;
	}
}
