/* 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;
	background: #000;
	color: #fff;
}

.wrapperSamsung {
	font-family: SamsungOne, sans-serif;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}

.wrapperSamsung p {
	font-weight: 400;
	margin: 0;
	font-size: calc(6px + 1vw);
	line-height: calc(14px + 1vw);
}

.wrapperSamsung h2, .wrapperSamsung h3 {
	font-family: SamsungSharpSans, sans-serif;
}

.wrapperSamsung h3 {
	margin: 0 0 20px;
	font-size: calc(24px + 1vw);
	line-height: calc(30px + 1vw);
}

.wrapperSamsung h3 sup {
	vertical-align: super;
	font-size: .75em;
}

.wrapperSamsung h4 {
	font-weight: 700;
	margin: 0 0 20px;
	font-size: calc(8px + 1vw);
	line-height: calc(16px + 1vw);
}

.wrapperSamsung h4 sup {
	vertical-align: super;
	font-size: .75em;
}

.wrapperSamsung .containerSamsung {
	overflow: hidden;
	max-width: 85%;
	padding: calc(20px + 4%) 15px;
}

#hdr-samsung .containerSamsung {
	overflow: visible;
}

.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;
}

input {
	display: none;
}

/* HEADER */

#intro-samsung {
	background: url(../img/intro-samsung.jpg) left top no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 59%;
}

#intro-samsung h2 {
	display: none;
}

/*legenda */

#legenda-tv-samsung {
	background-color: #dedede;
	color: #929191;
	text-align: center;
	padding: 2.5% 0 0%;
	text-align: center;
}

#legenda-tv-samsung h3 {
	font-size: calc(16px + 1vw);
}

#legenda-tv-samsung .containerSamsung {
	padding: 0;
}


/* CERTIFICADA */

#top-samsung {
	text-align: center;
}

#top-samsung img {
	max-width: 100%;
	display: block;
	margin-bottom: 30px;
}

#top-samsung .colSamsung-md-4 {
	transition: all .25s ease-in-out;
	opacity: .8;
	background: rgba(0, 0, 0, .5);
}

#top-samsung .colSamsung-md-4:hover {
	transition: all .25s ease-in-out;
	transform: scale(1.1);
	z-index: 999;
	opacity: 1;
}


/* LIDER */

#lider-samsung img {
	max-width: 100%;
}


/* RAPIDCURVE */

#rapidcurve-samsung {
	text-align: center;
}

#rapidcurve-samsung img {
	max-width: 100%;
}


/* SUAVE */

#suave-samsung {
	position: relative;
}

#suave-samsung h3 {
	margin-top: 10%;
}

#suave-samsung img {
	max-width: 100%;
}

label {
	cursor: pointer;
}

.modal {
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
	transition: all .75s ease-in-out 0s;
	position: absolute;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	background: rgb(49,53,62);
	background: linear-gradient(90deg, rgba(49,53,62,0.95) 0%, rgba(92,98,107,0.95) 100%);
	text-align: center;
	z-index: 999;
	border: 1px solid #dad8d8;
}

#modal-1-samsung:checked ~ #modal1 {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.modal iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.modal img {
	max-width: 95%;
	max-height: 90%;
	margin: 2.5% auto 0;
	display: block;
}

.modal__close {
	position: absolute;
	right: -2.5%;
	top: -5%;
	text-indent: -999em;
	background: url(../img/close-samsung.png) top center no-repeat;
	background-size: contain;
	width: 5%;
	height: 10%;
	z-index: 9999;
}

/* ENVOLVA */

#envolva-samsung {
	position: relative;
}

#envolva-samsung h3 {
	margin-top: 27%;
}

#envolva-samsung img {
	max-width: 100%;
}

#modal-2-samsung:checked ~ #modal2 {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

/* CONFORTO */

#conforto-samsung {
	text-align: center;
}

#conforto-samsung img {
	max-width: 100%;
}

/* GSYNC */

#gsync-samsung {
	text-align: center;
}

#gsync-samsung img {
	max-width: 100%;
}


/* DESIGN */

#design-samsung {
	background: url(../img/design-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 118.15%;
	position: relative;
}

#design-samsung .modal {
	position: fixed;
}

#modal-3-samsung:checked ~ #modal3, #modal-4-samsung:checked ~ #modal4, #modal-5-samsung:checked ~ #modal5 {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

#design-samsung > label {
	position: absolute;
	top: 20%;
	left: 73%;
	width: 8%;
	height: 7%;
	background: url(../img/zoom-samsung.png) center no-repeat;
	background-size: contain;
}

#design-samsung #link-4-samsung {
	top: 62.5%;
	left: 65%;
}

#design-samsung #modal4 img, #design-samsung #modal5 img {
	max-height: 95%;
	margin: 0 auto;
}

#design-samsung #link-5-samsung {
	top: 71.5%;
	left: 42.25%;
}


/* ENXERGUE */

#enxergue-samsung {
	background: url(../img/enxergue-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 92.15%;
	text-align: center;
	position: relative;
}

#anima-enxergue-samsung {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#cont-enxergue-samsung {
	position: absolute;
	width: 41.25%;
	height: 53.1%;
	top: 27.4%;
	left: 8.7%;
	overflow: hidden;
	border-right: 1px solid #fff;
	transition: all 1s ease-in-out 0s;
}

#labels-enxergue-samsung {
	width: 7.5%;
	height: 7.5%;
	position: absolute;
	top: 50%;
	left: 46.25%;
	background: url(../img/slider-samsung.png) center no-repeat;
	background-size: contain;
	transition: all 1s ease-in-out 0s;
}

#labels-enxergue-samsung label {
	width: 50%;
	height: 100%;
	float: left;
}

#cont-enxergue-samsung label:nth-of-type(1) {
	right: 0;
}

#cont-enxergue-samsung label:nth-of-type(2) {
	right: -15%;
}

#cont-enxergue-samsung img {
	height: 100%;
	display: block;
}

#anima-enxergue-samsung #link-6-samsung, #anima-enxergue-samsung #link-7-samsung {
	position: absolute;
	top: 85%;
	width: 20%;
	height: 6%;
}

#anima-enxergue-samsung  #link-6-samsung {
	background: url(../img/enxergue-1-samsung.png) top left no-repeat;
	background-size: contain;
	left: 10%;
}

#anima-enxergue-samsung  #link-7-samsung {
	background: url(../img/enxergue-2-samsung.png) top right no-repeat;
	background-size: contain;
	width: 31.5%;
	right: 10%;
	transition: all .5s ease-in-out 0s;
}

#enxergue-off:checked ~ #cont-enxergue-samsung {
	width: 2%;
}

#enxergue-on:checked ~ #cont-enxergue-samsung {
	width: 81%;
}

#enxergue-off:checked ~ #link-6-samsung, #enxergue-on:checked ~ #link-7-samsung {
	opacity: .5;
}

#enxergue-off:checked ~ #labels-enxergue-samsung {
	left: 6.85%;
}

#enxergue-on:checked ~ #labels-enxergue-samsung {
	left: 85.85%;
}

/* ANGULO */

#angulo-samsung {
	text-align: center;
}

#angulo-samsung img {
	max-width: 100%;
	margin-bottom: 10%;
}


/* EXCLUSIVIDADE */

#exclusividade-samsung {
	text-align: center;
}

#anima-exclusividade-samsung {
	height: 0;
	padding-bottom: 70.75%;
	position: relative;
	background-size: contain;
}

#anima-exclusividade-samsung img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#anima-exclusividade-samsung img:nth-of-type(2) {
	animation: exclusividade1 10s infinite;
}

#anima-exclusividade-samsung img:nth-of-type(3) {
	animation: exclusividade2 10s infinite;
}

@keyframes exclusividade1 {
0%, 30% {
	opacity: 0;
}

35%, 60% {
	opacity: 1;
}

65%, 100% {
	opacity: 0;
}
}

@keyframes exclusividade2 {
0%, 60% {
	opacity: 0;
}

65%, 90% {
	opacity: 1;
}

95%, 100% {
	opacity: 0;
}
}


/* OLHOS */

#olhos-samsung {
	text-align: center;
}

#anima-olhos-samsung {
	background: url(../img/olhos-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 68.6%;
	text-align: center;
	position: relative;
}

#cont-olhos-samsung {
	position: absolute;
	width: 36.5%;
	height: 60%;
	top: 6%;
	left: 13.55%;
	overflow: hidden;
	border-right: 1px solid #fff;
	transition: all 1s ease-in-out 0s;
}

#labels-olhos-samsung {
	width: 7.5%;
	height: 7.5%;
	position: absolute;
	top: 32.5%;
	left: 46.25%;
	background: url(../img/slider-samsung.png) center no-repeat;
	background-size: contain;
	transition: all 1s ease-in-out 0s;
}

#labels-olhos-samsung label {
	width: 50%;
	height: 100%;
	float: left;
}

#cont-olhos-samsung img {
	height: 100%;
	display: block;
}

#anima-olhos-samsung #link-8-samsung, #anima-olhos-samsung #link-9-samsung {
	position: absolute;
	top: 72.5%;
	width: 18%;
	height: 10%;
}

#anima-olhos-samsung  #link-8-samsung {
	background: url(../img/olhos-off-samsung.png) top left no-repeat;
	background-size: contain;
	left: 15%;
	width: 23.25%;
}

#anima-olhos-samsung  #link-9-samsung {
	width: 23%;
	background: url(../img/olhos-on-samsung.png) top left no-repeat;
	background-size: contain;
	right: 15%;
	transition: all .5s ease-in-out 0s;
}

#olhos-off:checked ~ #cont-olhos-samsung {
	width: 0%;
}

#olhos-on:checked ~ #cont-olhos-samsung {
	width: 73%;
}

#olhos-off:checked ~ #link-8-samsung, #olhos-on:checked ~ #link-9-samsung {
	opacity: .5;
}

#olhos-off:checked ~ #labels-olhos-samsung {
	left: 9.8%;
}

#olhos-on:checked ~ #labels-olhos-samsung {
	left: 82.75%;
}

	
/* FOOTER */

#footer-samsung {
	background: #000;
	color: #fff;
}

#footer-samsung p {
	text-align: justify;
	font-size: calc(5px + 0.3vw);
	line-height: calc(3px + 0.8vw);
}

#footer-samsung img {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
	width: 95px;
}

#footer-samsung .containerSamsung {
	padding: calc(20px + 2%) 15px;
}


 /* RESPONSIVO */

@media (max-width: 1080px) {
	.wrapperSamsung h3, .wrapperSamsung h4 {
		margin: 0 0 5px !important;
	}
	
	.modal {
		width: 95%;
		height: 95%;
		top: 2.5%;
		left: 2.5%;
	}
	
	#design-samsung .modal {
		position: fixed;
		width: 95%;
		height: 40%;
		top: 30%;
		left: 2.5%;
	}
}
      
@media (min-width: 768px) {
	.mobile {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block !important;
	}
	
	.colSamsung-md-4, .colSamsung-md-5, .colSamsung-md-6 {
		text-align: center;
	}
	
	.colSamsung-md-4 p, .colSamsung-md-5 p, .colSamsung-md-6 p {
		margin-bottom: 5%;
	}
	
	.wrapperSamsung h4 {
		font-size: calc(8px + 2vw);
		line-height: calc(16px + 2vw);
	}
	
	.wrapperSamsung p {
		font-size: calc(6px + 2vw);
		line-height: calc(14px + 2vw);
	}
	
	#footer-samsung p {
		font-size: 1.5vw;
		line-height: calc(3px + 2vw);
	}
}
    
@media (max-width: 420px) {
	#intro-samsung {
		background: url(../img/introc-samsung.jpg) center top no-repeat;
		background-size: cover;
		padding-bottom: 145%;
	}
	
	#footer-samsung p {
		font-size: 2vw;
		line-height: calc(8px + 2vw);
	}
	
	#footer-samsung p {
		font-size: 1.5vw;
		line-height: calc(3px + 2vw);
	}
	
	#top-samsung img {
		margin-top: 45px;
	}
	
	.modal {
		position: fixed;
		width: 95%;
		height: 40%;
		top: 30%;
		left: 2.5%;
	}
	
	.modal__close {
		transform: scale(3);
		right: 3%;
		top: -7.5%;
	}
	
	#design-samsung {
		background: url(../img/design-samsung.jpg) bottom center no-repeat;
		background-size: contain;
		padding-bottom: 170%;
	}
	
	#design-samsung > label {
		top: 40%;
		left: 73%;
		width: 15%;
		height: 15%;
	}
	
	#design-samsung #link-4-samsung {
		top: 62.5%;
		left: 65%;
	}
	
	#design-samsung #link-5-samsung {
		top: 75.5%;
		left: 42.25%;
	}
	
	#enxergue-samsung {
		background: transparent;
		padding-bottom: 165%;
	}
	
	#anima-enxergue-samsung {
		background: url(../img/enxergue-samsung.jpg) top center no-repeat;
		background-size: cover;
		height: 0;
		padding-bottom: 92.15%;
		top: 45%;
	}
	
	#labels-enxergue-samsung, #labels-olhos-samsung {
		transform: scale(3);
	}
}
    
@media (max-width: 380px) {
	.wrapperSamsung p {
		font-size: calc(6px + 2.5vw);
		line-height: calc(14px + 2.5vw);
	}
	
	#footer-samsung p {
		font-size: 2.0vw;
		line-height: calc(4px + 2.5vw);
	}
}

@media (max-width: 365px) {
	#design-samsung {
		padding-bottom: 185%;
	}
	
	#design-samsung > label {
		top: 45%;
		left: 73%;
		width: 20%;
		height: 15%;
	}
	
	#design-samsung #link-4-samsung {
		top: 67.5%;
		left: 60%;
	}
	
	#design-samsung #link-5-samsung {
		top: 77.5%;
		left: 35%;
	}
	
	#enxergue-samsung {
		padding-bottom: 185%;
	}
	
	#anima-enxergue-samsung {
		top: auto;
		bottom: 0;
	}
}
  
@media (max-width: 325px) {
	#design-samsung {
		padding-bottom: 195%;
	}
	
	#design-samsung > label {
		top: 50%;
	}
	
	#design-samsung #link-4-samsung {
		top: 70%;
	}
	
	#design-samsung #link-5-samsung {
		top: 79%;
		left: 32.5%;
	}
	
	#enxergue-samsung {
		padding-bottom: 205%;
	}
	
}