/* 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;
}

/* 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-3 {
	opacity: .75;
	transition: opacity .3s ease-in-out 0s;
}

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

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

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

#intro-btn-samsung {
    width: 17.5%;
    height: 9%;
    position: absolute;
	top: 43%;
    left: 35%;
}

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

.wrapperSamsung .mobile{
	display: none;
}

.wrapperSamsung .desktop{
	display: block;
}

#powervolt-samsung,
#classificacao-samsung,
#prateleiras-samsung,
#bigbox-samsung{  
	text-align: center;
}

#intro-samsung img,
#powervolt-samsung img,
#classificacao-samsung img,
#aromanatural-samsung img,
#facilidade-samsung img,
#prateleiras-samsung img,
#gelado-samsung img,
#bigbox-samsung img,
#iluminacao-samsung img,
#frescos-samsung img{
    width: 100%;
    display: block;
}

#frescos-samsung{
	background: url("../img/frescos-samsung.jpg") top left no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 68%;
	color: #fff;
}


/* 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;
}

/* RESPONSIVO */	
@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);
	}
	#menu-samsung img {
		width: auto;
		height: 60px;
		max-width: 113px;
		display: block;
		margin: 0 auto 20px;
	}
	#frescos-samsung{
		background: none;
		height: auto;
		padding-bottom: 0;
		color: #000;
	}
	#footer-samsung p {
		font-size: 1.5vw;
	}
}
