
/* ==========================================
   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: #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 {
	margin: 0;
	font-size: min(5vw, 50px);
	line-height: min(6vw, 60px);
	font-family: SamsungSSHead, sans-serif;
	font-weight: bold;
	padding: 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;
}

.wrapperSamsung .containerSamsung {
	overflow: hidden;
	max-width: 85%;
	padding: calc(20px + 3%) 15px;
	position: relative;
	z-index: 1;
}

/* HEADER */

/* MENU */

#menu-samsung {
	background: #000;
	color: #fff;
	padding-bottom: 20px;
}


#menu-samsung h3{
	text-align: center;
}

#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 h4 {
	font-size: 18px;
}

#menu-samsung p {
	display: block;
	font-size: 14px;
	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;
	background-color: #1A1A1A;
	padding: 1rem 0.5rem;
	border: 1px solid #555555;
	border-radius: 16px;
	text-align: left;
}

#menu-samsung .menu-custom p {
	margin: 0;
}

#menu-samsung .rowSamsung{
	justify-content: center;
}

/* CONTENT */

.wrapperSamsung {
	background: #fff;
	color: #000;
}

.wrapperSamsung img {
	width: 100%;
	display: block;
}

.d-flex-samsung {
	display: flex;
	align-items: center;
}

.wrapperSamsung .containerSamsung{
	padding-bottom: 0;
}

.video-container-samsung{
	position: relative;
}

video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#bloco2-samsung .video-container-samsung{
	padding-bottom: 53%;
}

#bloco13-samsung .video-container-samsung{
	padding-bottom: 75%;
}



#bloco11-samsung .rowSamsung,
#bloco1-samsung .rowSamsung {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* FOOTER */
#footer-samsung {
	background: #000;
	color: #fff;
	margin-top: 4em;
}

#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;
}

.wrapperSamsung .desktop {
	display: block !important;
}

.wrapperSamsung .mobile {
	display: none !important;
}


@media (max-width: 767.98px) {

	.wrapperSamsung .desktop {
		display: none !important;
	}

	.wrapperSamsung .mobile {
		display: block !important;
	}

	.wrapperSamsung .containerSamsung {
		text-align: center;
		padding: calc(15px + 4%) 15px !important;
		max-width: 100%;
	}

	.colSamsung-md-6,
	.colSamsung-md-5 {
		text-align: center;
	}

	.wrapperSamsung .mtSamsung-3 {
		padding-top: calc(15px + 4%) !important;
	}

	.wrapperSamsung .mbSamsung-3 {
		padding-bottom: calc(15px + 4%) !important;
	}

	.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(6px + 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%;
	}

}

.text-centerSamsung{
	text-align: center;
}

#bloco6-samsung{
	text-align: center;
}

#bloco14-samsung{
	margin-bottom: 4em;
}

#bloco1-samsung  {
	text-align: center;
}

/*Downloaded from https://www.codeseek.co/trungk18/responsive-slideshow-carousel-with-only-html5-andamp-css3-EydyoL */
/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapperSamsung article .containerSamsung{
	padding: 0 15px !important;
}

#anima-inteligente-samsung-1 h3,
#anima-inteligente-samsung-2 h3,
#slider-3 h3,
#slider-4 h3,
#slider-5 h3{
	margin: 2rem 0 3rem;
}

#anima-inteligente-samsung-1,
#anima-inteligente-samsung-2,
#slider-3,
#slider-4,
#slider-5{
	position: relative;

}

.wrapperSamsung input{
	display: none;
}

.inner-1 {
	width: 510%;
	line-height: 0;
}

.inner-1 article {
	width: 16.66%;
	float: left;
	position: relative;
}

.inner-4 {
	width: 300%;
	line-height: 0;
}
  
.inner-4 article {
	width: 33.33%;
	float: left;
	position: relative;
}

.inner-2,
.inner-5 {
	width: 170%;
	line-height: 0;
  }
  
.inner-2 article,
.inner-5 article {
	width: 50%;
	float: left;
	position: relative;
  }

.inner-3 {
	width: 400%;
	line-height: 0;
}

.inner-3 article {
	width: 25%;
	float: left;
	position: relative;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control, 
.slider-prev-next-control-2, 
.slider-prev-next-control-3, 
.slider-prev-next-control-4, 
.slider-prev-next-control-5  {
	position: absolute;
	top: 50%;
	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, 
.slider-prev-next-control-2 label, 
.slider-prev-next-control-3 label, 
.slider-prev-next-control-4 label, 
.slider-prev-next-control-5 label {
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 160px;
	cursor: pointer;
}

.slider-dot-control, 
.slider-dot-control-2, 
.slider-dot-control-3, 
.slider-dot-control-4, 
.slider-dot-control-5 {
	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, 
.slider-dot-control-2 label, 
.slider-dot-control-3 label, 
.slider-dot-control-4 label, 
.slider-dot-control-5 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, 
.slider-dot-control-2 label:hover, 
.slider-dot-control-3 label:hover , 
.slider-dot-control-4 label:hover , 
.slider-dot-control-5 label:hover {
	opacity: 1;
}

/* Slider Styling */
.slider-wrapper-1 , 
.slider-wrapper-2, 
.slider-wrapper-3, 
.slider-wrapper-4, 
.slider-wrapper-5{
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.slider-wrapper-1 .inner-1, 
.slider-wrapper-2 .inner-2, 
.slider-wrapper-3 .inner-3, 
.slider-wrapper-4 .inner-4, 
.slider-wrapper-5 .inner-5  {
	transform: translateZ(0);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.wrapperSamsung img  {
	display: block;
	width: 100%;
	height: auto;
}

/*---- SET POSITION FOR SLIDE ----*/

.slider-prev-next-control label::after,
.slider-prev-next-control-2 label::after,
.slider-prev-next-control-3 label::after,
.slider-prev-next-control-4 label::after,
.slider-prev-next-control-5 label::after {
	display: block;
}

#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(5)::after,
#slide1-5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slide1-6:checked~.slider-prev-next-control label:nth-child(7)::after,
#slide1-7:checked~.slider-prev-next-control label:nth-child(1)::after,

#slide2-1:checked~.slider-prev-next-control-2 label:nth-child(2)::after,

#slide3-1:checked~.slider-prev-next-control-3 label:nth-child(2)::after,
#slide3-2:checked~.slider-prev-next-control-3 label:nth-child(3)::after,
#slide3-3:checked~.slider-prev-next-control-3 label:nth-child(4)::after,
#slide3-4:checked~.slider-prev-next-control-3 label:nth-child(1)::after,

#slide4-1:checked~.slider-prev-next-control-4 label:nth-child(2)::after,
#slide4-2:checked~.slider-prev-next-control-4 label:nth-child(3)::after,
#slide4-3:checked~.slider-prev-next-control-4 label:nth-child(1)::after,

#slide5-1:checked~.slider-prev-next-control-5 label:nth-child(2)::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-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(5),
#slide1-5:checked~.slider-prev-next-control label:nth-child(6),
#slide1-6:checked~.slider-prev-next-control label:nth-child(7),
#slide1-7:checked~.slider-prev-next-control label:nth-child(1),

#slide2-1:checked~.slider-prev-next-control-2 label:nth-child(2),

#slide3-1:checked~.slider-prev-next-control-3 label:nth-child(2),
#slide3-2:checked~.slider-prev-next-control-3 label:nth-child(3),
#slide3-3:checked~.slider-prev-next-control-3 label:nth-child(4),
#slide3-4:checked~.slider-prev-next-control-3 label:nth-child(1),

#slide4-1:checked~.slider-prev-next-control-4 label:nth-child(2),
#slide4-2:checked~.slider-prev-next-control-4 label:nth-child(3),
#slide4-3:checked~.slider-prev-next-control-4 label:nth-child(1),

#slide5-1:checked~.slider-prev-next-control-5 label:nth-child(2){
	display: block;
	float: right;
	margin-right: 10px;
}

#slide1-1:checked~.slider-prev-next-control label:nth-child(7),
#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-5:checked~.slider-prev-next-control label:nth-child(4),
#slide1-6:checked~.slider-prev-next-control label:nth-child(5),
#slide1-7:checked~.slider-prev-next-control label:nth-child(6),

#slide2-2:checked~.slider-prev-next-control-2 label:nth-child(1),

#slide3-2:checked~.slider-prev-next-control-3 label:nth-child(1),
#slide3-3:checked~.slider-prev-next-control-3 label:nth-child(2),
#slide3-4:checked~.slider-prev-next-control-3 label:nth-child(3),
#slide3-1:checked~.slider-prev-next-control-3 label:nth-child(4),

#slide4-2:checked~.slider-prev-next-control-4 label:nth-child(1),
#slide4-3:checked~.slider-prev-next-control-4 label:nth-child(2),
#slide4-1:checked~.slider-prev-next-control-4 label:nth-child(3),

#slide5-2:checked~.slider-prev-next-control-5 label:nth-child(1){
	display: block;
	float: left;
	margin-left: 10px;
}

#slide1-1:checked~.slider-prev-next-control label:nth-child(7)::after,
#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-5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide1-6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide1-7:checked~.slider-prev-next-control label:nth-child(6)::after,

#slide2-2:checked~.slider-prev-next-control-2 label:nth-child(1)::after,

#slide3-2:checked~.slider-prev-next-control-3 label:nth-child(1)::after,
#slide3-3:checked~.slider-prev-next-control-3 label:nth-child(2)::after,
#slide3-4:checked~.slider-prev-next-control-3 label:nth-child(3)::after,
#slide3-1:checked~.slider-prev-next-control-3 label:nth-child(4)::after,

#slide4-2:checked~.slider-prev-next-control-4 label:nth-child(1)::after,
#slide4-3:checked~.slider-prev-next-control-4 label:nth-child(2)::after,
#slide4-1:checked~.slider-prev-next-control-4 label:nth-child(3)::after,

#slide5-2:checked~.slider-prev-next-control-5 label:nth-child(1)::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-wrapper-1 .inner-1,
#slide2-1:checked~.slider-wrapper-2 .inner-2,
#slide3-1:checked~.slider-wrapper-3 .inner-3,
#slide4-1:checked~.slider-wrapper-4 .inner-4,
#slide5-1:checked~.slider-wrapper-5 .inner-5 {
	margin-left: 0%;
}

#slide1-2:checked~.slider-wrapper-1 .inner-1,
#slide2-2:checked~.slider-wrapper-2 .inner-2,
#slide3-2:checked~.slider-wrapper-3 .inner-3,
#slide4-2:checked~.slider-wrapper-4 .inner-4,
#slide5-2:checked~.slider-wrapper-5 .inner-5  {
	margin-left: -85%;
}

#slide1-3:checked~.slider-wrapper-1 .inner-1,
#slide3-3:checked~.slider-wrapper-3 .inner-3,
#slide4-3:checked~.slider-wrapper-4 .inner-4 {
	margin-left: -170%;
}

#slide1-4:checked~.slider-wrapper-1 .inner-1{
	margin-left: -255%;
}

#slide1-5:checked~.slider-wrapper-1 .inner-1{
	margin-left: -340%;
}

#slide1-6:checked~.slider-wrapper-1 .inner-1{
	margin-left: -425%;
}

#slide1-1:checked~.slider-dot-control label:nth-child(1),
#slide1-2:checked~.slider-dot-control label:nth-child(2),

#slide2-1:checked~.slider-dot-control-2 label:nth-child(1),
#slide2-2:checked~.slider-dot-control-2 label:nth-child(2),

#slide3-1:checked~.slider-dot-control-3 label:nth-child(1),
#slide3-2:checked~.slider-dot-control-3 label:nth-child(2),
#slide3-3:checked~.slider-dot-control-3 label:nth-child(3),
#slide3-4:checked~.slider-dot-control-3 label:nth-child(4),

#slide4-1:checked~.slider-dot-control-4 label:nth-child(1),
#slide4-2:checked~.slider-dot-control-4 label:nth-child(2),
#slide4-3:checked~.slider-dot-control-4 label:nth-child(3),
#slide4-4:checked~.slider-dot-control-4 label:nth-child(4),

#slide5-1:checked~.slider-dot-control-5 label:nth-child(1),
#slide5-2:checked~.slider-dot-control-5 label:nth-child(2) {
	opacity: 1;
}


/*---- MOBILE----*/
@media only screen and (max-width: 450px) {

	.slider-prev-next-control label,
	.slider-prev-next-control-2 label,
	.slider-prev-next-control-3 label,
	.slider-prev-next-control-4 label,
	.slider-prev-next-control-5 label{
		width: 40px;
		height: 40px;	
	}
	.slider-prev-next-control label::after,
	.slider-prev-next-control-2 label::after,
	.slider-prev-next-control-3 label::after,
	.slider-prev-next-control-4 label::after,
	.slider-prev-next-control-5 label::after{
		background-size: 16px !important;
	}
	.slider-dot-control,
	.slider-dot-control-2,
	.slider-dot-control-3,
	.slider-dot-control-4,
	.slider-dot-control-5{
		bottom: 0;
	}
	.slider-dot-control label
	.slider-dot-control-2 label,
	.slider-dot-control-3 label,
	.slider-dot-control-4 label,
	.slider-dot-control-5 label {
		width: 7px;
		height: 7px;
	}
}