/* 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: #fff;
	color: #000;
	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 2.5%;
	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 2.5%;
	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 */

#header-samsung {
	display: none;
}

#intro-samsung {
	background: url(../img/intro-samsung.jpg) left top no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 69%;
	position: relative;
}

/* TWIN */

#twin-samsung img{
	width: 100%;
}

#twin-samsung h3 {
	margin-top: 27%;
}


/* REFRIGERADA */

#refrigerada-samsung {
	text-align: center;
}

#anima-refrigerada-samsung {
	position: relative;
}

#anima-refrigerada-samsung img:nth-of-type(1) {
	width: 100%;
}

#anima-refrigerada-samsung img:nth-of-type(2) {
	position: absolute;
	bottom: .5%;
	left: 80.5%;
	width: 19.5%;
}


/* SHOWCASE */

#showcase-samsung {
	text-align: center;
}

#anima-showcase-samsung {
	background: url(../img/showcase-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 51.4%;
	position: relative;
}

#anima-showcase-samsung img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

#anima-showcase-samsung img:nth-of-type(1) {
	animation: showcase1 6s ease-in-out infinite;
}

#anima-showcase-samsung img:nth-of-type(2) {
	animation: showcase2 6s ease-in-out infinite;
}

@keyframes showcase1 {
0%, 25%  {
	opacity: 0;
}
35%, 90% {
	opacity: 1;
}

100% {
	opacity: 0;
}
}

@keyframes showcase2 {
0%, 60%  {
	opacity: 0;
}
70%, 90% {
	opacity: 1;
}

100% {
	opacity: 0;
}
}

#anima-showcase-samsung label {
	position: absolute;
	width: 20%;
	height: 30%;
	left: 73%;
	z-index: 999;
}

#anima-showcase-samsung label:nth-of-type(1) {
	top: 20%;
	animation: showcase3 6s ease-in-out infinite;
}

@keyframes showcase3 {
0%, 25%  {
	background: url(../img/showcase-btn-2.png) center no-repeat;
	background-size: contain;
}
35%, 65% {
	background: url(../img/showcase-btn-2-on.png) center no-repeat;
	background-size: contain;
}

70%, 100% {
	background: url(../img/showcase-btn-2.png) center no-repeat;
	background-size: contain;
}
}

#anima-showcase-samsung label:nth-of-type(2) {
	top: 50%;
	animation: showcase4 6s ease-in-out infinite;
}

@keyframes showcase4 {
0%, 60%  {
	background: url(../img/showcase-btn-1.png) center no-repeat;
	background-size: contain;
}
70%, 90% {
	background: url(../img/showcase-btn-1-on.png) center no-repeat;
	background-size: contain;
}

100% {
	background: url(../img/showcase-btn-1.png) center no-repeat;
	background-size: contain;
}
}

/* DESIGN */

#design-samsung img {
	width: 100%;
}

#design-samsung h3 {
	margin-top: 22%;
}


/* IMPRESSÃO */ 

#impressao-samsung h3 {
	margin-top: 42.5%;
}

#impressao-samsung img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#impressao-samsung  .colSamsung-md-6 {
	position: relative; 
	height: 0;
	padding-bottom: 50%;
}

#impressao-samsung img:nth-of-type(2) {
	animation: impressao1 6s linear 0s infinite backwards;
}

#impressao-samsung img:nth-of-type(3) {
	width: 21%;
	top: 54%;
	left: 72.35%;
	animation: impressao2 6s linear 0s infinite backwards;
}

@keyframes impressao1 {
0%, 10% {
	opacity: 0;
}
50%, 75% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}

@keyframes impressao2 {
0%, 35% {
	transform: scale(1.25);
	opacity: 0;
}
50%, 75% {
	transform: scale(1);
	opacity: 1;
}
100% {
	transform: scale(1);
	opacity: 0;
}
}

/* ARMAZENE */

#armazene-samsung {
	text-align: center;
}

#anima-armazene-samsung {
	background: url(../img/armazene-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 54.2%;
	position: relative;
}

#anima-armazene-samsung img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all .75s ease-in-out .25s;
}

#armazene-2:checked ~ img:nth-of-type(1),
#armazene-3:checked ~ img:nth-of-type(2),
#anima-armazene-samsung label:nth-of-type(2):hover ~ img:nth-of-type(1),
#anima-armazene-samsung label:nth-of-type(3):hover ~  img:nth-of-type(2)  {
	opacity: 1;
}

#anima-armazene-samsung label {
	position: absolute;
	width: 15%;
	height: 25%;
	top: 72.5%;
	cursor: pointer;
	z-index: 999;
}

#anima-armazene-samsung label:nth-of-type(1) {
	left: 25%;
}

#anima-armazene-samsung label:nth-of-type(2) {
	left: 42.5%;
}

#anima-armazene-samsung label:nth-of-type(3) {
	right: 25%;
}

#armazene-labels-samsung {
	position: absolute;
	top: 72.5%;
	left: 27.5%;
	width: 45%;
	height: 25%;
	background: url(../img/armazene-btn-1-samsung.png) top center no-repeat;
	background-size: contain;
}

#armazene-labels-samsung img {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease-in-out 0s !important;
}

#armazene-2:checked ~ #armazene-labels-samsung img:nth-of-type(1),
#armazene-3:checked ~ #armazene-labels-samsung img:nth-of-type(2),
#anima-armazene-samsung label:nth-of-type(2):hover ~ #armazene-labels-samsung img:nth-of-type(1),
#anima-armazene-samsung label:nth-of-type(3):hover ~  #armazene-labels-samsung img:nth-of-type(2)  {
	opacity: 1;
}


/* GELO */

#gelo-samsung img {
	width: 100%;
}

#gelo-samsung h3 {
	margin-top: 17%;
}


/* GAVETAS */

#gavetas-samsung img {
	width: 100%;
}

#gavetas-samsung h3 {
	margin-top: 12%;
}


/* WIFI */

#wifi-samsung {
	text-align: center;
}

#anima-wifi-samsung {
	background: url(../img/wifi-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 55.6%;
	position: relative;
}

#anima-wifi-samsung > img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: wifi 26s linear infinite backwards;
}

#anima-wifi-samsung > img:nth-last-of-type(1) {
	animation: none;
}

#anima-wifi-samsung img:nth-of-type(2) {
	animation-delay: .5s;
}

#anima-wifi-samsung img:nth-of-type(3) {
	animation-delay: 1s;
}

#anima-wifi-samsung img:nth-of-type(4) {
	animation-delay: 1.5s;
}

#anima-wifi-samsung img:nth-of-type(5) {
	animation-delay: 2s;
}

#anima-wifi-samsung img:nth-of-type(6) {
	animation-delay: 2.5s;
}

#anima-wifi-samsung img:nth-of-type(7) {
	animation-delay: 3s;
}

#anima-wifi-samsung img:nth-of-type(8) {
	animation-delay: 3.5s;
}

#anima-wifi-samsung img:nth-of-type(9) {
	animation-delay: 4s;
}

#anima-wifi-samsung img:nth-of-type(10) {
	animation-delay: 4.5s;
}

#anima-wifi-samsung img:nth-of-type(11) {
	animation-delay: 5s;
}

#anima-wifi-samsung img:nth-of-type(12) {
	animation-delay: 5.5s;
}

#anima-wifi-samsung img:nth-of-type(13) {
	animation-delay: 6s;
}

#anima-wifi-samsung img:nth-of-type(14) {
	animation-delay: 6.5s;
}

#anima-wifi-samsung img:nth-of-type(15) {
	animation-delay: 7s;
}

#anima-wifi-samsung img:nth-of-type(16) {
	animation-delay: 7.5s;
}

#anima-wifi-samsung img:nth-of-type(17) {
	animation-delay: 8s;
}

#anima-wifi-samsung img:nth-of-type(18) {
	animation-delay: 8.5s;
}

#anima-wifi-samsung img:nth-of-type(19) {
	animation-delay: 9s;
}

#anima-wifi-samsung img:nth-of-type(20) {
	animation-delay: 9.5s;
}

#anima-wifi-samsung img:nth-of-type(21) {
	animation-delay: 10s;
}

#anima-wifi-samsung img:nth-of-type(22) {
	animation-delay: 10.5s;
}

#anima-wifi-samsung img:nth-of-type(23) {
	animation-delay: 11s;
}

#anima-wifi-samsung img:nth-of-type(24) {
	animation-delay: 11.5s;
}

#anima-wifi-samsung img:nth-of-type(25) {
	animation-delay: 12s;
}

#anima-wifi-samsung img:nth-of-type(26) {
	animation-delay: 12.5s;
}

#anima-wifi-samsung img:nth-of-type(27) {
	animation-delay: 13s;
}

#anima-wifi-samsung img:nth-of-type(28) {
	animation-delay: 13.5s;
}

#anima-wifi-samsung img:nth-of-type(29) {
	animation-delay: 14s;
}

@keyframes wifi {
0% {
	opacity: 0;
}
5%, 45% {
	opacity: 1;
}
50%, 100% {
	opacity: 0;
}
}

#pulso-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#pulso-container img {
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	transform: translate(-50%, -50%);
	height: 50%;
	animation: scaleIn 3s ease-in-out infinite backwards;
}

#pulso-container img:nth-of-type(2) {
	animation-delay: 1s;
}

#pulso-container img:nth-of-type(3) {
	animation-delay: 2s;
}


@keyframes scaleIn {
0% {
	transform: scale(0, 0);
	opacity: 1;
}

25% {
	opacity: 1;
}

100% {
	transform: scale(1.25, 1.25) ;
	opacity: 0;
}
}


/* FACIL */

#facil-samsung {
	height: 0;
	padding-bottom: 56%;
	background: url(../img/facil-samsung.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
}

#facil-samsung h3 {
	margin-top: 30%;
}

#anima-facil-samsung {
	border-radius: 50%;
	position: absolute;
	top: 18.45%;
	left: 23.55%;
	width: 24.6%;
	height: 44%;
	overflow: hidden;
	/*background: rgba(255, 0, 0, .5);*/
}

#anima-facil-samsung img {
	position: absolute;
	top: 10%;
	left: -3%;
	width: 105%;
	animation: facil 7.5s ease-in-out infinite alternate backwards;
}

@keyframes facil {
0%, 7.5% {
	top: 7%;
}
15%, 25% {
	top: 22%;
}
35%, 45% {
	top: 37%;
}
55%, 65% {
	top: 52%;
}
75%, 85% {
	top: 62%;
}
92.5%, 100% {
	top: 72%;
}    
}

/* FOOTER */

#footer-samsung {
	background: #000;
	color: #fff;
}

#footer-samsung p {
	text-align: justify;
	font-size: 1vw;
	line-height: calc(8px + 1vw);
}

#footer-samsung img {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
	width: 95px;
}



/* RESPONSIVO */

@media (max-width: 1370px) {
	#anima-refrigerada-samsung img:nth-of-type(2) {
		bottom: .9%;
	}
	#anima-showcase-samsung label {
	    left: 78%;
	}
}

@media (max-width: 1030px) {
	#anima-refrigerada-samsung img:nth-of-type(2) {
		bottom: 1%;
	}
	.colSamsung-md-5 h3 {
		margin-top: 0 !important;
	}
}

@media (max-width: 770px) {
	#anima-refrigerada-samsung img:nth-of-type(2) {
	    bottom: 1.2%;
	}
}

	
@media (max-width: 767.98px) {
	
	#impressao-samsung  .colSamsung-md-6 {
		padding-bottom: 100%;
	}
	
	.colSamsung-md-5, .colSamsung-md-6 {
		margin-top: 10%;
		text-align: center;
	}
	
	.wrapperSamsung h4 {
		font-size: calc(8px + 2vw);
		line-height: calc(16px + 2vw);
	}
	
	.wrapperSamsung p {
		font-size: calc(6px + 2vw);
		line-height: calc(14px + 2vw);
	}
	
	.wrapperSamsung p {
		font-size: calc(6px + 1.5vw);
		line-height: calc(14px + 1.5vw);
	}
	
	#footer-samsung p {
		font-size: 1.5vw;
		line-height: calc(8px + 1.5vw);
	}
}

@media (max-width: 600px) {
	#footer-samsung p {
		font-size: 2vw;
		line-height: calc(8px + 2vw);
	}
}

@media (min-width: 451px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width: 450px) {
	.desktop {
		display: none;
	}
	
	#intro-samsung {
		background: url(../img/introc-samsung.jpg) top center no-repeat;
		background-size: cover;
		padding-bottom: 146%;
	}
	
	#facil-samsung {
		background: url(../img/facil-samsung.jpg) top left no-repeat;
	    background-size: 200%;
	    padding-top: 110%;
		padding-bottom: 90%;
	}
	#anima-facil-samsung {
	    top: 10%;
	    left: 46%;
	    width: 50.35%;
	    height: 25%;
		/*background: rgba(255, 0, 0, .5);*/
	}
}

@media (max-width: 400px) {
	.wrapperSamsung p {
		font-size: calc(6px + 2.5vw);
		line-height: calc(14px + 2.5vw);
	}
	
	#facil-samsung {
	    padding-bottom: 110%;
	}
	
	#anima-facil-samsung {
		    top: 9%;
		    left: 46%;
		    width: 50.6%;
		    height: 22.75%;
		}
		
	#footer-samsung p {
		font-size: 2.5vw;
		line-height: calc(8px + 2.5vw);
	}
}

@media (max-width: 330px) {

#facil-samsung {
    padding-bottom: 140%;
}
#anima-facil-samsung {
	    top:8%;
	    left: 46%;
	    width: 50.6%;
	    height: 20%;
	}
}