/* ==========================================
   FAMÍLIA: Samsung SS Body
========================================== */

@font-face {
	font-family: 'SamsungSSBody';
	src: url('SamsungSS/1.%20For_General%20User/Samsung%20SS%20Body_TTF/SamsungSSBody-Light.ttf') format('truetype');
	font-weight: 300;
	/* Light */
	font-style: normal;
}

@font-face {
	font-family: 'SamsungSSBody';
	src: url('SamsungSS/1.%20For_General%20User/Samsung%20SS%20Body_TTF/SamsungSSBody-Regular.ttf') format('truetype');
	font-weight: 400;
	/* Regular */
	font-style: normal;
}

@font-face {
	font-family: 'SamsungSSBody';
	src: url('SamsungSS/1.%20For_General%20User/Samsung%20SS%20Body_TTF/SamsungSSBody-Bold.ttf') format('truetype');
	font-weight: 700;
	/* Bold */
	font-style: normal;
}

/* ==========================================
   FAMÍLIA: Samsung SS Head
========================================== */

@font-face {
	font-family: 'SamsungSSHead';
	src: url('SamsungSS/1.%20For_General%20User/Samsung%20SS%20Head_TTF/SamsungSSHead-Light.ttf') format('truetype');
	font-weight: 300;
	/* Light */
	font-style: normal;
}

@font-face {
	font-family: 'SamsungSSHead';
	src: url('SamsungSS/1.%20For_General%20User/Samsung%20SS%20Head_TTF/SamsungSSHead-Regular.ttf') format('truetype');
	font-weight: 400;
	/* Regular */
	font-style: normal;
}

@font-face {
	font-family: 'SamsungSSHead';
	src: url('SamsungSS/1.%20For_General%20User/Samsung%20SS%20Head_TTF/SamsungSSHead-Medium.ttf') format('truetype');
	font-weight: 500;
	/* Medium */
	font-style: normal;
}

@font-face {
	font-family: 'SamsungSSHead';
	src: url('SamsungSS/1.%20For_General%20User/Samsung%20SS%20Head_TTF/SamsungSSHead-Bold.ttf') format('truetype');
	font-weight: 700;
	/* Bold */
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

.wrapperSamsung {
	font-family: SamsungSSBody, sans-serif;
	background: #000;
	color: #fff;
	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 {
	margin: 0;
	font-size: min(4vw, 50px);
	line-height: min(5vw, 52px);
	font-family: SamsungSSHead, sans-serif;
	font-weight: bold;
	padding: calc(20px + 4%) 0;
	text-align: center;
}

.wrapperSamsung h3 {
	margin: 0 0 2.5%;
	font-size: min(5vw, 50px);
	line-height: min(6vw, 52px);
	font-family: SamsungSSHead, sans-serif;
	font-weight: medium;
}

.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);
	font-family: SamsungSSBody, sans-serif;
	font-weight: medium;
	margin: calc(25px + 0.5em) 0;
}

.wrapperSamsung .containerSamsung {
	overflow: hidden;
	max-width: 85%;
	padding: calc(20px + 3%) 15px;
	position: relative;
	z-index: 1;
}

.wrapperSamsung input {
	display: none;
}

/* CONTENT */

.wrapperSamsung{
	text-align: left;
}

.wrapperSamsung .colSamsung-lg-5,
.wrapperSamsung .colSamsung-lg-6{
	text-align: left;
}

.wrapperSamsung .colSamsung-lg-6{
	margin: auto;
}

.colSamsung-lg-6 h3,
.colSamsung-lg-6 h4 {
	margin: calc(25px + 0.5em) 0;
}


.wrapperSamsung img {
	width: 100%;
	display: block;
	height: auto;
}

.d-flex-samsung {
	display: flex;
	align-items: center;
}

.wrapperSamsung .rowSamsung {
	align-items: stretch;
	display: flex;
	align-items: center;
}

#bloco1-samsung{
	background: #000;
	color: #fff;
}

#bloco0-samsung,
#bloco1-samsung,
#bloco2-samsung,
#bloco6-samsung,
#bloco7-samsung,
#bloco8-samsung,
#bloco9-samsung,
#bloco10-samsung,
#bloco15-samsung {
	text-align: center;
}



.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 .containerSamsung.containerSamsung-slide{
		padding-bottom: 0 !important;
	}

	.wrapperSamsung .desktop {
		display: none !important;
	}

	.wrapperSamsung .mobile {
		display: block !important;
	}

	.colSamsung-md-6,
	.colSamsung-md-5 {
		text-align: center;
	}

	.wrapperSamsung h3 {
		font-size: calc(30px + 3vw);
		line-height: calc(40px + 3vw)
	}

	.wrapperSamsung h4 {
		font-size: calc(8px + 2vw);
		line-height: calc(16px + 2vw);
	}

	.wrapperSamsung p {
		font-size: calc(8px + 1.5vw);
		line-height: calc(14px + 1.5vw);
	}

	.wrapperSamsung p small {
		font-size: calc(6px + 1vw);
		line-height: calc(10px + 1vw);
	}

	#menu-samsung a {
		padding: 0% 0 5%;
	}
}

/* FOOTER */
#footer-samsung {
	background: #000;
	color: #fff;
}

#footer-samsung p,
#footer-samsung li {
	text-align: justify;
	font-size: calc(5px + 0.3vw);
	line-height: 2em;
}

#footer-samsung ul,
#footer-samsung ol {
	margin: 0;
	padding: 0;
	font-weight: 400;
	margin: 0 0 min(1.8vw, 18px);
}

#footer-samsung li {
	margin: 0;
	padding: 0;
}

#footer-samsung img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 95px;
}

#footer-samsung .containerSamsung {
	padding: calc(20px + 2%) 15px;
}

.slider{
	position: relative;
}

.slider-prev-next-control {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.slider-prev-next-control label {
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 160px;
	cursor: pointer;
}

.slider-prev-next-control label::after{
	display: block;
}

.slider-dot-control  {
	position: absolute;
	border-radius: 40px;
	padding: 4px 8px;
	bottom: -50px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	display: flex;
	border: 2px solid rgba(227, 227, 227, 0.7);
}

.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-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);
}


/*---- MOBILE----*/
@media only screen and (max-width: 450px) {

	.slider-prev-next-control label{
		width: 40px;
		height: 40px;	
	}
	.slider-prev-next-control label::after{
		background-size: 16px !important;
	}
	.slider-dot-control{
		bottom: 0;
	}
	.slider-dot-control labe {
		width: 7px;
		height: 7px;
	}
}

/* CUSTOM */

.inner-1 {
	width: 400%;
}
  
.inner-1 article {
	width: 25%;
	float: left;
}

.inner-2 {
	width: 400%;
}
  
.inner-2 article {
	width: 25%;
	float: left;
}

.inner-3 {
	width: 300%;
}
  
.inner-3 article {
	width: 33.33%;
	float: left;
}

.inner-4 {
	width: 300%;
}
  
.inner-4 article {
	width: 33.33%;
	float: left;
}

#slide1-2:checked~.slider-prev-next-control label:nth-child(1),
#slide1-3:checked~.slider-prev-next-control label:nth-child(2),
#slide1-4:checked~.slider-prev-next-control label:nth-child(3),
#slide1-1:checked~.slider-prev-next-control label:nth-child(4),

#slide2-2:checked~.slider-prev-next-control label:nth-child(1),
#slide2-3:checked~.slider-prev-next-control label:nth-child(2),
#slide2-4:checked~.slider-prev-next-control label:nth-child(3),
#slide2-5:checked~.slider-prev-next-control label:nth-child(4),
#slide2-1:checked~.slider-prev-next-control label:nth-child(5),

#slide3-2:checked~.slider-prev-next-control label:nth-child(1),
#slide3-3:checked~.slider-prev-next-control label:nth-child(2),
#slide3-1:checked~.slider-prev-next-control label:nth-child(3),

#slide4-2:checked~.slider-prev-next-control label:nth-child(1),
#slide4-3:checked~.slider-prev-next-control label:nth-child(2),
#slide4-1:checked~.slider-prev-next-control label:nth-child(3){
	display: block;
	float: left;
	margin-left: 10px;
}

#slide1-1:checked~.slider-prev-next-control label:nth-child(2),
#slide1-2:checked~.slider-prev-next-control label:nth-child(3),
#slide1-3:checked~.slider-prev-next-control label:nth-child(4),
#slide1-4:checked~.slider-prev-next-control label:nth-child(1),

#slide2-1:checked~.slider-prev-next-control label:nth-child(2),
#slide2-2:checked~.slider-prev-next-control label:nth-child(3),
#slide2-3:checked~.slider-prev-next-control label:nth-child(4),
#slide2-4:checked~.slider-prev-next-control label:nth-child(5),
#slide2-5:checked~.slider-prev-next-control label:nth-child(1),

#slide3-1:checked~.slider-prev-next-control label:nth-child(2),
#slide3-2:checked~.slider-prev-next-control label:nth-child(3),
#slide3-3:checked~.slider-prev-next-control label:nth-child(1),

#slide4-1:checked~.slider-prev-next-control label:nth-child(2),
#slide4-2:checked~.slider-prev-next-control label:nth-child(3),
#slide4-3:checked~.slider-prev-next-control label:nth-child(1){
	display: block;
	float: right;
	margin-right: 10px;
}

#slide1-2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide1-3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide1-4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide1-1:checked~.slider-prev-next-control label:nth-child(4)::after,

#slide2-2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide2-3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2-4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide2-5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide2-1:checked~.slider-prev-next-control label:nth-child(5)::after,

#slide3-2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide3-3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide3-1:checked~.slider-prev-next-control label:nth-child(3)::after,

#slide4-2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide4-3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide4-1:checked~.slider-prev-next-control label:nth-child(3)::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/arrow-samsung.png) no-repeat center center;
	background-size: 16px;
	opacity: 1;
}
  
#slide1-1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide1-2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide1-3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide1-4:checked~.slider-prev-next-control label:nth-child(1)::after,

#slide2-1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2-2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide2-3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide2-4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide2-5:checked~.slider-prev-next-control label:nth-child(1)::after,

#slide3-1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide3-2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide3-3:checked~.slider-prev-next-control label:nth-child(1)::after,

#slide4-1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide4-2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide4-3:checked~.slider-prev-next-control label:nth-child(1)::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/arrow-samsung.png) no-repeat center center;
	transform: rotate(180deg);
	background-size: 16px;
}

#slide1-1:checked~.slider-wrapper .inner,
#slide2-1:checked~.slider-wrapper .inner,
#slide3-1:checked~.slider-wrapper .inner,
#slide4-1:checked~.slider-wrapper .inner {
	margin-left: 0%;
}

#slide1-2:checked~.slider-wrapper .inner,
#slide2-2:checked~.slider-wrapper .inner,
#slide3-2:checked~.slider-wrapper .inner,
#slide4-2:checked~.slider-wrapper .inner   {
	margin-left: -100%;
}

#slide1-3:checked~.slider-wrapper .inner,
#slide2-3:checked~.slider-wrapper .inner,
#slide3-3:checked~.slider-wrapper .inner,
#slide4-3:checked~.slider-wrapper .inner{
	margin-left: -200%;
}

#slide1-4:checked~.slider-wrapper .inner,
#slide2-4:checked~.slider-wrapper .inner{
	margin-left: -300%;
}

#slide2-5:checked~.slider-wrapper .inner{
	margin-left: -400%;
}

#slide1-1:checked~.slider-dot-control label:nth-child(1),
#slide1-2:checked~.slider-dot-control label:nth-child(2),
#slide1-3:checked~.slider-dot-control label:nth-child(3),
#slide1-4:checked~.slider-dot-control label:nth-child(4),

#slide2-1:checked~.slider-dot-control label:nth-child(1),
#slide2-2:checked~.slider-dot-control label:nth-child(2),
#slide2-3:checked~.slider-dot-control label:nth-child(3),
#slide2-4:checked~.slider-dot-control label:nth-child(4),
#slide2-5:checked~.slider-dot-control label:nth-child(5),

#slide3-1:checked~.slider-dot-control label:nth-child(1),
#slide3-2:checked~.slider-dot-control label:nth-child(2),
#slide3-3:checked~.slider-dot-control label:nth-child(3),

#slide4-1:checked~.slider-dot-control label:nth-child(1),
#slide4-2:checked~.slider-dot-control label:nth-child(2),
#slide4-3:checked~.slider-dot-control label:nth-child(3){
	opacity: 1;
}