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

#menu-samsung .menu-custom {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1A1A1A;
	padding: 1rem 0.5rem;
	border: 1px solid #555555;
	border-radius: 16px;
}

#menu-samsung .menu-custom p {
	margin: 0;
}

/* CONTENT */

.wrapperSamsung {
	background: #fff;
	color: #000;
}

.wrapperSamsung img {
	width: 100%;
	display: block;
}

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

#intro-samsung,
#bloco1-samsung,
#bloco2-samsung,
#bloco3-samsung,
#bloco4-samsung,
#bloco6-samsung,
#bloco7-samsung,
#bloco8-samsung,
#bloco9-samsung{
	text-align: 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;
}

.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 .menu-custom img {
		margin: auto;
	}

	#menu-samsung .menu-custom {
		flex-wrap: wrap;
	}

	#menu-samsung a {
		padding: 10% 0 5%;
	}
}


#anima-inteligente-samsung {
	position: relative;
}

/*Downloaded from https://www.codeseek.co/trungk18/responsive-slideshow-carousel-with-only-html5-andamp-css3-EydyoL */
/*---- NUMBER OF SLIDE CONFIGURATION ----*/

.inner {
	width: 300%;
	line-height: 0;
}

article {
	width: 33.33%;
	float: left;
	position: relative;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
	position: absolute;
	top: 60%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-prev-next-control label {
	background-color: rgba(227, 227, 227, .5);
	display: none;
	width: 80px;
	height: 80px;
	border-radius: 160px;
	cursor: pointer;
}

.slider-dot-control {
	border: 2px solid #E5E5E5;
	position: absolute;
	border-radius: 40px;
	padding: 4px 8px;
	bottom: -50px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	display: flex;
}

.slider-dot-control label {
	cursor: pointer;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	background: #000;
	opacity: .5;
	transition: all .3s ease-in-out;
	margin: 4px;
}

.slider-dot-control label:hover {
	opacity: 1;
}

/* Slider Styling */
.slider-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.slider-wrapper .inner {
	transform: translateZ(0);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.slider-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

/*---- SET POSITION FOR SLIDE ----*/

.slider-prev-next-control label::after {
	display: block;
}

#slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slide6:checked~.slider-prev-next-control label:nth-child(7)::after,
#slide7:checked~.slider-prev-next-control label:nth-child(8)::after,
#slide8:checked~.slider-prev-next-control label:nth-child(9)::after,
#slide9:checked~.slider-prev-next-control label:nth-child(10)::after,
#slide10:checked~.slider-prev-next-control label:nth-child(11)::after,
#slide11:checked~.slider-prev-next-control label:nth-child(12)::after,
#slide12:checked~.slider-prev-next-control label:nth-child(13)::after,
#slide13:checked~.slider-prev-next-control label:nth-child(14)::after,
#slide14:checked~.slider-prev-next-control label:nth-child(15)::after,
#slide15:checked~.slider-prev-next-control label:nth-child(16)::after,
#slide16:checked~.slider-prev-next-control label:nth-child(17)::after,
#slide17:checked~.slider-prev-next-control label:nth-child(18)::after,
#slide18:checked~.slider-prev-next-control label:nth-child(19)::after,
#slide19:checked~.slider-prev-next-control label:nth-child(20)::after,
#slide20:checked~.slider-prev-next-control label:nth-child(1)::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/right-arrow-samsung.png) no-repeat center center;
	background-size: 20px;
}

#slide1:checked~.slider-prev-next-control label:nth-child(2),
#slide2:checked~.slider-prev-next-control label:nth-child(3),
#slide3:checked~.slider-prev-next-control label:nth-child(4),
#slide4:checked~.slider-prev-next-control label:nth-child(5),
#slide5:checked~.slider-prev-next-control label:nth-child(6),
#slide6:checked~.slider-prev-next-control label:nth-child(7),
#slide7:checked~.slider-prev-next-control label:nth-child(8),
#slide8:checked~.slider-prev-next-control label:nth-child(9),
#slide9:checked~.slider-prev-next-control label:nth-child(10),
#slide10:checked~.slider-prev-next-control label:nth-child(11),
#slide11:checked~.slider-prev-next-control label:nth-child(12),
#slide12:checked~.slider-prev-next-control label:nth-child(13),
#slide13:checked~.slider-prev-next-control label:nth-child(14),
#slide14:checked~.slider-prev-next-control label:nth-child(15),
#slide15:checked~.slider-prev-next-control label:nth-child(16),
#slide16:checked~.slider-prev-next-control label:nth-child(17),
#slide17:checked~.slider-prev-next-control label:nth-child(18),
#slide18:checked~.slider-prev-next-control label:nth-child(19),
#slide19:checked~.slider-prev-next-control label:nth-child(20),
#slide20:checked~.slider-prev-next-control label:nth-child(1) {
	display: block;
	float: right;
	margin-right: 10px;
}

#slide2:checked~.slider-prev-next-control label:nth-child(1),
#slide3:checked~.slider-prev-next-control label:nth-child(2),
#slide4:checked~.slider-prev-next-control label:nth-child(3),
#slide5:checked~.slider-prev-next-control label:nth-child(4),
#slide6:checked~.slider-prev-next-control label:nth-child(5),
#slide7:checked~.slider-prev-next-control label:nth-child(6),
#slide8:checked~.slider-prev-next-control label:nth-child(7),
#slide9:checked~.slider-prev-next-control label:nth-child(8),
#slide10:checked~.slider-prev-next-control label:nth-child(9),
#slide11:checked~.slider-prev-next-control label:nth-child(10),
#slide12:checked~.slider-prev-next-control label:nth-child(11),
#slide13:checked~.slider-prev-next-control label:nth-child(12),
#slide14:checked~.slider-prev-next-control label:nth-child(13),
#slide15:checked~.slider-prev-next-control label:nth-child(14),
#slide16:checked~.slider-prev-next-control label:nth-child(15),
#slide17:checked~.slider-prev-next-control label:nth-child(16),
#slide18:checked~.slider-prev-next-control label:nth-child(17),
#slide19:checked~.slider-prev-next-control label:nth-child(18),
#slide20:checked~.slider-prev-next-control label:nth-child(19),
#slide1:checked~.slider-prev-next-control label:nth-child(20) {
	display: block;
	float: left;
	margin-left: 10px;
}

#slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide7:checked~.slider-prev-next-control label:nth-child(6)::after,
#slide8:checked~.slider-prev-next-control label:nth-child(7)::after,
#slide9:checked~.slider-prev-next-control label:nth-child(8)::after,
#slide10:checked~.slider-prev-next-control label:nth-child(9)::after,
#slide11:checked~.slider-prev-next-control label:nth-child(10)::after,
#slide12:checked~.slider-prev-next-control label:nth-child(11)::after,
#slide13:checked~.slider-prev-next-control label:nth-child(12)::after,
#slide14:checked~.slider-prev-next-control label:nth-child(13)::after,
#slide15:checked~.slider-prev-next-control label:nth-child(14)::after,
#slide16:checked~.slider-prev-next-control label:nth-child(15)::after,
#slide17:checked~.slider-prev-next-control label:nth-child(16)::after,
#slide18:checked~.slider-prev-next-control label:nth-child(17)::after,
#slide19:checked~.slider-prev-next-control label:nth-child(18)::after,
#slide20:checked~.slider-prev-next-control label:nth-child(19)::after,
#slide1:checked~.slider-prev-next-control label:nth-child(20)::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/left-arrow-samsung.png) no-repeat center center;
	background-size: 20px;
	opacity: 1;
}

#slide1:checked~.slider-wrapper .inner {
	margin-left: 0%;
}

#slide2:checked~.slider-wrapper .inner {
	margin-left: -100%;
}

#slide3:checked~.slider-wrapper .inner {
	margin-left: -200%;
}

#slide4:checked~.slider-wrapper .inner {
	margin-left: -300%;
}

#slide5:checked~.slider-wrapper .inner {
	margin-left: -400%;
}

#slide6:checked~.slider-wrapper .inner {
	margin-left: -500%;
}

#slide7:checked~.slider-wrapper .inner {
	margin-left: -600%;
}

#slide8:checked~.slider-wrapper .inner {
	margin-left: -700%;
}

#slide9:checked~.slider-wrapper .inner {
	margin-left: -800%;
}

#slide10:checked~.slider-wrapper .inner {
	margin-left: -900%;
}

#slide11:checked~.slider-wrapper .inner {
	margin-left: -1000%;
}

#slide12:checked~.slider-wrapper .inner {
	margin-left: -1100%;
}

#slide13:checked~.slider-wrapper .inner {
	margin-left: -1200%;
}

#slide14:checked~.slider-wrapper .inner {
	margin-left: -1300%;
}

#slide15:checked~.slider-wrapper .inner {
	margin-left: -1400%;
}

#slide16:checked~.slider-wrapper .inner {
	margin-left: -1500%;
}

#slide17:checked~.slider-wrapper .inner {
	margin-left: -1600%;
}

#slide18:checked~.slider-wrapper .inner {
	margin-left: -1700%;
}

#slide19:checked~.slider-wrapper .inner {
	margin-left: -1800%;
}

#slide20:checked~.slider-wrapper .inner {
	margin-left: -1900%;
}

#slide1:checked~.slider-dot-control label:nth-child(1),
#slide2:checked~.slider-dot-control label:nth-child(2),
#slide3:checked~.slider-dot-control label:nth-child(3),
#slide4:checked~.slider-dot-control label:nth-child(4),
#slide5:checked~.slider-dot-control label:nth-child(5) {
	opacity: 1;
}


/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
	.slider-wrapper {
		border-radius: 0;
	}
}

/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
	.slider-wrapper {
		border-radius: 0;
	}

	.slider-wrapper .info {
		opacity: 0;
	}

	.slider-prev-next-control label{
		width: 40px;
		height: 40px;	
	}
	.slider-prev-next-control label::after{
		background-size: 16px !important;
	}
}