/* 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: .75em;
	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;
}

/* 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: 10% 0 5%;
}

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

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

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

#automatizada-samsung,
#ecobubble-samsung,
#speedshot-samsung,
#smartthing-samsung,
#tresem1-samsung{
	text-align: center;
}

#automatizada-samsung img,
#ecobubble-samsung img,
#speedshot-samsung img,
#digital-inveter-samsung img,
#alta-capacidade-samsung img,
#smartthing-samsung img,
#tresem1-samsung img{
	display: block;
	width: 100%;
}

#ecobubble-samsung .containerSamsung:nth-of-type(2){
	padding-top: 0;
}

#alta-capacidade-samsung{
	background: url("../img/alta-capacidade-samsung.jpg") top left no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 65%;
	text-align: center;
}

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

/* 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: 1024px) {
	#menu-samsung img {
		height: 45px;
		max-width: 85px;
	}
}

@media (min-width: 768px) {
	.mobile {
		display: none !important;
	}
}

@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;
	}
	.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 .colSamsung-4:nth-of-type(4) {
		margin-left: auto;
	}
	#menu-samsung .colSamsung-4:nth-of-type(5) {
		margin-right: auto;
	}
	#menu-samsung img {
		max-width: 80px;
		max-height: 45px;
		margin: 0 auto 5px;
	}
	#alta-capacidade-samsung{
		background: none;
		height: auto;
		padding-bottom: 0;
	}
}
    
@media (max-width: 600px) {
	#footer-samsung p {
		font-size: 2vw;
	}
}
