/* 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;
	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 1%;
	font-size: calc(28px + 1vw);
	line-height: calc(36px + 1vw);
}

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

.wrapperSamsung h4 {
	font-weight: 700;
	margin: 0 0 2%;
	font-size: calc(10px + 1vw);
	line-height: calc(18px + 1vw);
}

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

.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 {
	height: 0;
	padding-bottom: 69%;
	background: #ffff url(../img/intro-samsung.jpg) top left no-repeat;
	background-size: cover;
}

/* MENU */

#menu-samsung {
	background: #000;
	text-align: center;
	padding: 2.5% 0 0;
}

#menu-samsung .containerSamsung {
	padding: 0;
}

#menu-samsung a{
	display: block;
	padding: 50% 0 25%;
	color: #fff;
	text-decoration: none;
}

#menu-samsung .colSamsung-sm-3 {
	opacity: .75;
	transition: opacity .3s ease-in-out 0s;
}

#menu-samsung .colSamsung-sm-3:hover{
	opacity: 1;
}

#menu-samsung .colSamsung-sm-3:nth-of-type(1) {
	background: url(../img/menu-1.png) center 15%  no-repeat;
	background-size: 50%;
}

#menu-samsung .colSamsung-sm-3:nth-of-type(2) {
	background: url(../img/menu-2.png) center 15%  no-repeat;
	background-size: 50%;
}

#menu-samsung .colSamsung-sm-3:nth-of-type(3) {
	background: url(../img/menu-3.png) center 15%  no-repeat;
	background-size: 50%;
}

#menu-samsung .colSamsung-sm-3:nth-of-type(4) {
	background: url(../img/menu-4.png) center 15%  no-repeat;
	background-size: 54%;
}


/* PORTAS */

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

#anima-portas-samsung {
	position: relative;
	height: 0;
	padding-bottom: 57%;
}

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

#anima-portas-samsung label {
	display: block;
	position: absolute;
	top: 3%;
	left: 20%;
	width: 26%;
	height: 85%;
	cursor: pointer;
}

#anima-portas-samsung label:before {
	content: "";
	width: 60%;
	height: 35%;
	position: absolute;
	background: url(../img/portas-brilho-samsung.png) center no-repeat;
	background-size: contain;
	top: 22%;
	left: 45%;
	animation: brilho 1s ease-in-out 0s infinite alternate;
}

@keyframes brilho {
0% {
	opacity: .75;
	transform: scale(.8);
	
}

100% {
	opacity: 1;
	transform: scale(1.1);
}
}

#anima-portas-samsung label:after {
	content: "";
	width: 25%;
	height: 15%;
	position: absolute;
	background: url(../img/portas-seta-samsung.png) center no-repeat;
	background-size: contain;
	top: 32%;
	left: 60%;
}

#anima-portas-samsung img:nth-of-type(2), #anima-portas-samsung img:nth-of-type(3) {
	opacity: 0;
	visibility: hidden;
}

#show-portas:checked ~ img:nth-of-type(2) {
	animation: portas 1s ease-in-out forwards;
}

#show-portas:checked ~ img:nth-of-type(3) {
	animation: portas 1s ease-in-out 1s forwards;
}
 
@keyframes portas {
0% {
	opacity: 0;
	visibility: hidden;
}

100% {
	opacity: 1;
	visibility: visible;
}
}

/* FLEXZONE */

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

#anima-flexzone-samsung {
 position: relative;
}

/*Downloaded from https://www.codeseek.co/trungk18/responsive-slideshow-carousel-with-only-html5-andamp-css3-EydyoL */
/*---- NUMBER OF SLIDE CONFIGURATION ----*/

.inner {
  width: 400%;
  line-height: 0;
}

article {
  width: 25%;
  float: left;
  position: relative;
}
article img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  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 {
  display: none;
  width: 10%;
  height: 125%;
  cursor: pointer;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  transform: translateZ(0);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/right-arrow-samsung.png) center no-repeat;
   background-size: contain;
  padding-left: 15px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/left-arrow-samsung.png) center no-repeat;
  background-size: contain;
  padding-left: 8px;
}

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333;
}

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}

/* SPACEMAX */

#spacemax-samsung .containerSamsung,
#cooling-samsung .containerSamsung,
#prateleira-samsung .containerSamsung,
#vinho-samsung .containerSamsung,
#gelo-samsung .containerSamsung,
#filtro-samsung .containerSamsung{
	padding: calc(20px + 4%) 15px 0;
}

#spacemax-samsung img {
	width: 100%;
}

#spacemax-samsung h3 {
	margin-top: 20%;
}

/* METAL */

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

#metal-samsung img {
	width: 100%;
}

/* COOLING */

#cooling-samsung img {
	width: 100%;
}

#cooling-samsung h3 {
	margin-top: 18%;
}

/* DESIGN */

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

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

/* PRATELEIRA */

#prateleira-samsung img {
	width: 100%;
}

#prateleira-samsung h3 {
	margin-top: 15%;
}

/* VINHO */

#vinho-samsung img {
	width: 100%;
}

#vinho-samsung h3 {
	margin-top: 23%;
}

/* POWER */

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

#anima-power-samsung {
	position: relative;
}

#power-samsung img {
	width: 100%;
}

.pulso-container-1 {
	transform: scale(.75);
	width: 14%;
	height: 25%;
	top: 79%;
	left: 4%;
	position: absolute;
}

.pulso-container-2 {
	transform: scale(.75);
	width: 14%;
	height: 25%;
	top: 79%;
	right: -1.5%;
	position: absolute;
}

.pulso1 { 
	display: block;
	transform: scale(1);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: relative;
}

.pulso1:before {
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(6, 42, 182,0) 0%, rgba(6, 42, 182,0) 60%, rgba(6, 42, 182,.75) 65%, rgba(6, 42, 182,.90) 70%);
	opacity: .75;
	animation: scaleIn 6s infinite cubic-bezier(.36, .11, .89, .32) backwards; 
}

.pulso1:after {
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(6, 42, 182,0) 0%, rgba(6, 42, 182,0) 60%, rgba(6, 42, 182,.75) 65%, rgba(6, 42, 182,.90) 70%);
	
	opacity: .75;
	animation: scaleIn 6s infinite cubic-bezier(.36, .11, .89, .32) backwards; 
	animation-delay: 1s;
}

.pulso2:before {
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(6, 42, 182,0) 0%, rgba(6, 42, 182,0) 60%, rgba(6, 42, 182,.75) 65%, rgba(6, 42, 182,.90) 70%);
	opacity: .75;
	animation: scaleIn 6s infinite cubic-bezier(.36, .11, .89, .32) backwards; 
	animation-delay: 2s;
}
/*
.pulso2:after {
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(6, 42, 182,0) 0%, rgba(6, 42, 182,0) 60%, rgba(6, 42, 182,.75) 65%, rgba(6, 42, 182,.90) 70%);
	opacity: .75;
	animation: scaleIn 6s infinite cubic-bezier(.36, .11, .89, .32) backwards; 
	animation-delay: 3s;
} */

.pulso-container-2 .pulso1:before{
	animation-delay: 3.5s;
}

.pulso-container-2 .pulso1:after{
	animation-delay: 4.5s;
}

.pulso-container-2 .pulso2:before{
	animation-delay: 5.5s;
}

@keyframes scaleIn {
0% {
	transform: scale(0, 0);
	opacity: 1;
}

50%, 100% {
	transform: scale(2.5, 2.5);
	opacity: 0;
}
}


/* GELO */

#gelo-samsung h3 {
	margin-top: 21%;
}

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

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

#anima-gelo-samsung label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#anima-gelo-samsung label:before {
	content: "";
	width: 45%;
	height: 45%;
	position: absolute;
	background: url(../img/portas-brilho-samsung.png) center no-repeat;
	background-size: contain;
	top: 27.5%;
	left: 27.5%;
	animation: brilho 1s ease-in-out 0s infinite alternate;
}

@keyframes brilho {
0% {
	opacity: .75;
	transform: scale(.8);
}
100% {
	opacity: 1;
	transform: scale(1.1);
}
}

#anima-gelo-samsung label:after {
	content: "";
	width: 25%;
	height: 25%;
	position: absolute;
	background: url(../img/portas-seta-samsung.png) center no-repeat;
	background-size: contain;
	top: 37.5%;
	left: 37.5%;
}

#anima-gelo-samsung img:nth-of-type(2),
#anima-gelo-samsung img:nth-of-type(3){
	opacity: 0;
	visibility: hidden;
}

#show-gelo:checked ~ img:nth-of-type(2) {
	animation: portas 1s ease-in-out forwards;
}

#show-gelo:checked ~ img:nth-of-type(3) {
	width: 65%;
	top: 20%;
	left: 15%;
	animation: gelo 6s ease-in-out 1s forwards infinite;
}
 
@keyframes gelo {
0%, 10% {
	opacity: 0;
	visibility: hidden;
	width: 75%;
	top: 10%;
}


25%, 35% {
	opacity: 1;
	visibility: visible;
	width: 75%;
	top: 10%;
}

55%, 70% {
	opacity: 1;
	visibility: visible;
	width: 65%;
	top: 20%;
}

75%, 100% {
	opacity: 0;
	visibility: hidden;
	width: 65%;
	top: 20%;
}
}



/* FILTRO */

#filtro-samsung img {
	width: 100%;
}

#filtro-samsung h3 {
	margin-top: 23%;
}

/* COMPRESSOR */

#compressor-samsung h3 {
	margin-top: 33%;
}

#anima-compressor-samsung img {
	width: 110%;
	mix-blend-mode: multiply;
}

#icones-compressor-samsung {
	margin-top: 10%;
}

#icones-compressor-samsung img {
	width: 17%;
	display: block;
	float: left;
	margin-right: 2%;
	animation: compressor 15s ease-in-out 0s infinite backwards;
	mix-blend-mode: multiply;
}

#icones-compressor-samsung img:nth-of-type(2) {
	animation-delay: 1s;
}

#icones-compressor-samsung img:nth-of-type(3) {
	animation-delay: 2s;
}

#icones-compressor-samsung img:nth-of-type(4) {
	animation-delay: 3s;
	width: 18.5%;
	margin: -.5% 4% 0 0;
}

#icones-compressor-samsung img:nth-of-type(5) {
	animation-delay: 4s;
	width: 20%;
	margin: -1% 0 0;
}

@keyframes compressor {
0% {
	opacity: 0;
	transform: scale(.75);
}

5%, 65% {
	opacity: 1;
	transform: scale(1);
}

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

/* FOOTER */

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

#footer-samsung p {
	text-align: justify;
	font-size: calc(2px + 1vw);
	line-height: calc(6px + 1vw);
}

/* RESPONSIVO */

@media (max-width: 850px) {	
	
.wrapperSamsung h3 {
	margin: 0 0 2%;
	font-size: calc(28px + 1.25vw);
	line-height: calc(36px + 1.25vw);
}

.wrapperSamsung h4 {
	margin: 0 0 4%;
	font-size: calc(10px +  1.25vw);
	line-height: calc(18px +  1.25vw);
}

.wrapperSamsung p {
	font-size: calc(6px + 1.25vw);
	line-height: calc(14px + 1.25vw);
}

#footer-samsung p {
	font-size: calc(2px + 1.25vw);
	line-height: calc(6px + 1.25vw);
}

	
}

@media (min-width: 768px) {


}

@media (max-width: 767.98px) {
	
#spacemax-samsung, #cooling-samsung, #prateleira-samsung, #vinho-samsung,  #gelo-samsung, #filtro-samsung, #compressor-samsung{
	text-align: center;
}		
	
#spacemax-samsung p, #cooling-samsung p, #prateleira-samsung p, #vinho-samsung p,  #gelo-samsung p, #filtro-samsung p{
	margin-bottom: 10%;
}

#compressor-samsung #icones-compressor-samsung {
	overflow: hidden;
	margin-bottom: 10%;
}

#spacemax-samsung h3, #cooling-samsung h3, #prateleira-samsung h3, #vinho-samsung h3,  #gelo-samsung h3, #filtro-samsung h3, #compressor-samsung h3 {
	margin-top: 0;
}

#icones-compressor-samsung img {
	width: 30% !important;
	margin: 0 3% 5% 0 !important;
}
}

@media (max-width: 450px) {	
	
	#intro-samsung {
		height: 0;
		padding-bottom: 145%;
		background: #ffff url(../img/introc-samsung.jpg) top left no-repeat;
		background-size: cover;
	}
	
	
	.wrapperSamsung h3 {
		margin: 0 0 2%;
		font-size: calc(28px + 1vw);
		line-height: calc(36px + 1vw);
	}
	
	.wrapperSamsung h4 {
		margin: 0 0 4%;
		font-size: calc(10px +  2.5vw);
		line-height: calc(18px +  2.5vw);
	}
	
	.wrapperSamsung p {
		font-size: calc(6px + 2.5vw);
		line-height: calc(14px + 2.5vw);
	}
	
	#footer-samsung p {
		font-size: calc(2px + 2.5vw);
		line-height: calc(6px + 2.5vw);
	}
	
}