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

label {
	cursor: pointer;
}

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

.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) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 69%;
}

#intro-samsung h2 {
	display: none;
}


/* DESIGN */

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

#design-samsung img {
	width: 100%;
	display: block;
}

#design-samsung h4 {
	margin-top: 15%;
}

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

/* CONFORTO */

#conforto-samsung {
	text-align: center;
	position: relative;
	height: 0;
	padding-bottom: 85%;
}

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

#anima-conforto-samsung img {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: opacity 1s ease-in-out 0s;
}

#anima-conforto-samsung img:nth-of-type(2) {
	opacity: 0;
}

#conforto-samsung .rowSamsung img {
	width: 30%;
	margin-bottom: 5%;
}

#conforto-samsung p {
	margin-bottom: 15%;
}

#cont-angulo-samsung {
	position: absolute;
	bottom: 7.5%;
	left: 5%;
	width: 50%;
	height: 10%;
	background: url(../img/conforto-bg-samsung.png) top center no-repeat;
	background-size: 50%;
}

#cont-angulo-samsung label {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding-top: 7.5%;
}

#cont-angulo-samsung label:before {
	content: "";
	width: 10%;
	height: 29.5%;
	border: 1px solid #000;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -15%;
	transform: translateX(-50%);
	transition: all .5s ease-in-out 0s;
}

#cont-angulo-samsung label:nth-of-type(1) {
	font-weight: bold;
}

#cont-angulo-samsung label:nth-of-type(1):before {
	background: #000;
}

#show-angulo-samsung:checked ~ #cont-angulo-samsung label:nth-of-type(1):before {
	background: #fff;
}

#show-angulo-samsung:checked ~ #cont-angulo-samsung label:nth-of-type(2):before {
	background: #000;
}

#show-angulo-samsung:checked ~ img:nth-of-type(2) {
	opacity: 1;
}

#show-angulo-samsung:checked ~ #cont-angulo-samsung label:nth-of-type(1) {
	font-weight: normal;
}

#show-angulo-samsung:checked ~ #cont-angulo-samsung label:nth-of-type(2) {
	font-weight: bold;
}


/* ANGULO */

#angulo-samsung {
	height: 0;
	padding-bottom: 83%;
	position: relative;
}

#angulo-samsung .containerSamsung {
	position: relative;
}

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

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

#anima-angulo-samsung img:nth-of-type(2) {
	animation: angulo1 5s infinite;
}

#anima-angulo-samsung img:nth-of-type(3) {
	animation: angulo2 5s infinite;
}

#anima-angulo-samsung img:nth-of-type(4) {
	animation: angulo3 5s infinite;
}

@keyframes angulo1 {
0%, 10% {
	opacity: 0;
}

20%, 40% {
	opacity: 1;
}

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

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

40%, 85% {
	opacity: 1;
}

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


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

70%, 85% {
	opacity: 1;
}

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


/* ECO */

#eco-samsung {
	text-align: center;
	height: 0;
	padding-bottom: 78%;
	position: relative;
}

#eco-samsung .containerSamsung {
	position: relative;
}

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

#anima-eco-samsung > img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .5s ease-in-out 0s;
}

#anima-eco-samsung > img:nth-of-type(2), #anima-eco-samsung > img:nth-of-type(3) {
	opacity: 0;
}

#anima-eco-samsung label {
	position: absolute;
	top: 45%;
	right: 17.5%;
	width: 10%;
	transition: opacity .5s ease-in-out 0s;
}

#anima-eco-samsung label:nth-of-type(2) {
	top: 61%;
	opacity: .5;
}

#anima-eco-samsung label:nth-of-type(3) {
	top: 77%;
	opacity: .5;
}

#anima-eco-samsung label img {
	width: 100%;
}

#show-eco2-samsung:checked ~ #anima-eco-samsung img:nth-of-type(2), #show-eco3-samsung:checked ~ #anima-eco-samsung img:nth-of-type(3) {
	opacity: 1;
}

#show-eco2-samsung:checked ~ #anima-eco-samsung label:nth-of-type(2), #show-eco3-samsung:checked ~ #anima-eco-samsung label:nth-of-type(3) {
	opacity: 1;
}

#show-eco2-samsung:checked ~ #anima-eco-samsung label:nth-of-type(1), #show-eco3-samsung:checked ~ #anima-eco-samsung label:nth-of-type(1) {
	opacity: .5;
}


	
/* FOOTER */

#footer-samsung {
	display: none;
	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: 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;
	}
	
	#cont-angulo-samsung {
		bottom: 0;
	}
}

@media (max-width: 775px) {
	#conforto-samsung .rowSamsung img {
		width: 25%;
	}
	
	#conforto-samsung p {
		margin-bottom: 10%;
	}
	
	#cont-angulo-samsung {
		bottom: 1%;
	}
}
      
@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 h3 br, .wrapperSamsung h4 br {
		display: none;
	}
	
	.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;
	}
}
    
@media (max-width: 420px) {
	#intro-samsung {
		background: url(../img/introc-samsung.jpg) center top no-repeat;
		background-size: cover;
		padding-bottom: 146%;
	}
	
	#footer-samsung p {
		font-size: 2vw;
	}
	
	#conforto-samsung {
		text-align: center;
		padding-bottom: 220%;
	}
	
	#anima-conforto-samsung {
		height: 0;
		padding-bottom: 85%;
	}
	
	#cont-angulo-samsung {
		bottom: 5%;
		left: 12%;
		width: 50%;
		height: 30%;
		background: none;
	}
	
	#cont-angulo-samsung label {
		width: 100%;
		height: 50%;
		text-align: left;
		padding: 0;
	}
	
	#cont-angulo-samsung label::before {
		content: "";
		width: 10%;
		height: 40%;
		border: 1px solid #000;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		left: -13%;
		top: -1%;
		transform: none;
	}
	
	#angulo-samsung {
		text-align: center;
		height: 0;
		padding-bottom: 150%;
	}
	
	#anima-angulo-samsung {
		height: 0;
		padding-bottom: 83%;
	}
	
	#eco-samsung {
		padding-bottom: 160%;
	}
	
	#anima-eco-samsung {
		height: 0;
		padding-bottom: 78%;
		top: auto;
		bottom: 0;
	}
	
	#anima-eco-samsung label {
		position: absolute;
		top: 2.5%;
		right: auto;
		left: 5%;
		width: 25%;
	}
	
	#anima-eco-samsung label:nth-of-type(2) {
		top: 2.5%;
		left: 37.5%;
	}
	
	#anima-eco-samsung label:nth-of-type(3) {
		top: 2.5%;
		left: 70%;
	}
}
    
@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;
	}
	
	#conforto-samsung {
		padding-bottom: 235%;
	}
	
	#angulo-samsung {
		padding-bottom: 170%;
	}
	
	#eco-samsung {
		padding-bottom: 180%;
	}
}

@media (max-width: 365px) {
	#footer-samsung p {
		line-height: 2.5em;
	}
	
	#conforto-samsung {
		padding-bottom: 240%;
	}
	
	#angulo-samsung {
		padding-bottom: 175%;
	}
	
	#eco-samsung {
		padding-bottom: 185%;
	}
}
  
@media (max-width: 325px) {
	#conforto-samsung {
		padding-bottom: 250%;
	}
	
	#angulo-samsung {
		padding-bottom: 195%;
	}
	
	#eco-samsung {
		padding-bottom: 215%;
	}
}