/* 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: 0px 0 20px 0px;
	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: 0px 0 20px 0px;
	font-size: calc(8px + 1vw);
	line-height: calc(8px + 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;
}

.wrapperSamsung input {
	display: none;
}

/* HEADER */

#header-samsung {
	display: none;
}

.wrapperSamsung #intro-samsung {
	background: url(../img/intro-samsung.gif) left top no-repeat;
    background-size: cover;
    height: 0;
	padding-bottom: 66%;
}

/* MENU */
#menu-samsung {
	background: #000;
	text-align: center;
	padding: 1.5% 0 0;
}

#menu-samsung .containerSamsung {
	padding: 0;
}

#menu-samsung a {
	display: block;
	padding: 40% 0 20%;
	color: #fff;
	text-decoration: none;
}

#menu-samsung .colSamsung-4 {
	opacity: .75;
	transition: opacity .3s ease-in-out 0s;
}

#menu-samsung .colSamsung-4:hover {
	opacity: 1;
}

#menu-samsung .colSamsung-4:nth-of-type(1) {
	background: url(../img/menu-1-samsung.jpg) center 15%  no-repeat;
	background-size: 25%;
}

#menu-samsung .colSamsung-4:nth-of-type(2) {
	background: url(../img/menu-2-samsung.png) center 15%  no-repeat;
	background-size: 25%;
}

#menu-samsung .colSamsung-4:nth-of-type(3) {
	background: url(../img/menu-3-samsung.png) center 15%  no-repeat;
	background-size: 25%;
}

.anima-limpeza-higienica-samsung {
	background: url(../img/limpeza-higienica.jpg) top left no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 52%;
	position: relative;
	overflow: hidden;
}

.anima-limpeza-higienica-samsung img:nth-child(1){
	position: absolute;
    width: 100%;
    bottom: -15%;
    left: 0%;
	animation: limpeza-higienica 5s infinite;
}

.anima-limpeza-higienica-samsung img:nth-child(2){
	position: absolute;
    width: 87%;
    bottom: 3%;
	left: 6%;
	animation: none;
}

@keyframes limpeza-higienica{
	0%{
		bottom: -15%;
	}
	80%,100%{
		bottom: 23%;
	}
}

/*limpeza tambor */
#limpeza-tambor-samsung{
	background: url(../img/tambor.gif) top right no-repeat;
    background-size: 70%;
	height: 0;
	padding-bottom: 50%;
	background-color: #f7f7f7;
}

#anima-limpeza-tambor-samsung{
	display: none;
}

/* FRESCAS */
#frescas-samsung{ 
	background: url(../img/frescas-samsung.jpg)  top center no-repeat;
    background-size: cover;
    padding-bottom: 55.7%;
    height: 0;
	position: relative;
	overflow: hidden;
}


#inteligencia-artificial-smasung .containerSamsung p,
#economiza-smasung .containerSamsung p,
#lava-59-smasung .containerSamsung p,
#lava-15-smasung .containerSamsung p{
	padding: 0 7% 0 7%;
}

#frescas-samsung .containerSamsung p{
	padding: 0 7% 0 0%;
}
#anima-frescas-samsung {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

#anima-frescas-samsung img {
	width: 30%;
	position: absolute;
	animation: frescas 20s linear 0s infinite alternate backwards;
	transform: scale(.65) translate(-15%, -20%);
}

#anima-frescas-samsung img:nth-of-type(1) {
	top: -15%;
	right: -10%;
	/*transform: scale(1);*/
}

#anima-frescas-samsung img:nth-of-type(2) {
    bottom: 64%;
    left: 50%;
    /* transform: scale(.5); */
    animation-delay: 2s;
}

#anima-frescas-samsung img:nth-of-type(3) {
	bottom: 0%;
    right: 66%;
    /* transform: scale(.75); */
    animation-delay: 4s;
    width: 21%;
}

#anima-frescas-samsung img:nth-of-type(4) {
    top: 2%;
    left: -10%;
    animation-delay: 6s;
    width: 27%;
}

#anima-frescas-samsung img:nth-of-type(5) {
	bottom: 10%;
	right: 45%;
	animation-delay: 8s;
}

#anima-frescas-samsung img:nth-of-type(6) {
	top: 5%;
	right: 10%;
}

#anima-frescas-samsung img:nth-of-type(7) {
	bottom: 5%;
	left: 35%;
	animation-delay: -2s;
}

#anima-frescas-samsung img:nth-of-type(8) {
	bottom: 25%;
	right: -25%;
	animation-delay: -4s;
}

#anima-frescas-samsung img:nth-of-type(9) {
	top: -10%;
	left: 20%;
	animation-delay: -6s;
}

#anima-frescas-samsung img:nth-of-type(10) {
	bottom: -5%;
	right: -5%;
	animation-delay: -8s;
}

@keyframes frescas {
0% {
	transform: scale(.65) translate(-15%, -20%);
	opacity: .75;
}

25% {
	transform: scale(.35) translate(5%, -30%);
	opacity: 1;
}

50% {
	transform: scale(.45) translate(15%, 20%);
	opacity: .75;
}

75% {
	transform: scale(.55) translate(0%, 0%);
	opacity: 1;
}

100% {
	transform: scale(.25) translate(-25%, 10%);
	opacity: .75;
}
}

/* TAMBOR */
#tambor-samsung {
	background: url(../img/tambor-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 48.7%;
}

#tambor-samsung h3 {
	margin-top: 30%;
}

#anima-tambor-samsung{
	display: none;
}

/* inteligencia-artificial */

#inteligencia-artificial-smasung .containerSamsung{
	text-align: center;
	padding: calc(20px + 4%) 15px 2% 15px;
}

#anima-inteligencia-artificial-samsung img {
	width: 100%;
	display: block;
}

/* economiza samsung */
#economiza-smasung .containerSamsung{
	text-align: center;
}

#anima-economiza-samsung{
	background: url(../img/EcoBubble-01.jpg) top left no-repeat;
	height: 0;
	background-size: cover;
	padding-bottom: 57.8%;
	animation: economiza-samsung 10s infinite;
}

@keyframes economiza-samsung{
	0%{
		background: url(../img/EcoBubble-01.jpg) top left no-repeat;
		background-size: cover;
	}
	12.5%{
		background: url(../img/EcoBubble-01.jpg) top left no-repeat;
		background-size: cover;
	}
	25%{
		background: url(../img/EcoBubble-02.jpg) top left no-repeat;
		background-size: cover;
	}
	37.5%{
		background: url(../img/EcoBubble-03.jpg) top left no-repeat;
		background-size: cover;
	}
	50%{
		background: url(../img/EcoBubble-04.jpg) top left no-repeat;
		background-size: cover;
	}
	62.5%{
		background: url(../img/EcoBubble-04.jpg) top left no-repeat;
		background-size: cover;
	}
	75%{
		background: url(../img/EcoBubble-03.jpg) top left no-repeat;
		background-size: cover;
	}
	87.5%{
		background: url(../img/EcoBubble-02.jpg) top left no-repeat;
		background-size: cover;
	}
	100%{
		background: url(../img/EcoBubble-01.jpg) top left no-repeat;
		background-size: cover;
	}
}

/* lava-59 samsung */
#lava-59-smasung .containerSamsung,
#lava-15-smasung .containerSamsung{
	text-align: center;
	padding: calc(20px + 4%) 15px 2% 15px;
}

#anima-lava-59-samsung{
	background: url(../img/lava-59.jpg) top left no-repeat;
	height: 0;
	background-size: cover;
	padding-bottom: 47%;
	position: relative;
}

#anima-lava-59-samsung img{
	position: absolute;
	opacity: 0;
}

#anima-lava-59-samsung img:nth-child(1){
    width: 39%;
    top: 14%;
    left: 30.6%;
	animation: lava-samsung 10s infinite;
	animation-delay: 2s;
}

#anima-lava-59-samsung img:nth-child(2){
    width: 12%;
    top: 1%;
	left: 45%;
	animation: lava-samsung-2 10s infinite;
	animation-delay: 5s;
}

@keyframes lava-samsung{
	0%{
		opacity: 0;
	}
	20%,80%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

@keyframes lava-samsung-2{
	0%{
		opacity: 0;
	}
	40%,60%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

/* manchas-samsung */
#manchas-samsung .colSamsung-md-5,
#limpeza-higienica-samsung .colSamsung-md-5{
    display: flex;
    align-items: center;
}

.anima-manchas-samsung{
	background: url(../img/manchas.jpg) top left no-repeat;
    height: 0;
    background-size: cover;
    padding-bottom: 52.2%;
}

.anima-manchas-samsung img{
	position: absolute;
	width: 45%;
	bottom: 2%;
	left: 2%;
	animation: anima-manchas 20s infinite;
}

@keyframes anima-manchas{
	0%{
		bottom: 2%;
		left: 2%;
	}
	12.5%{
		bottom: 11%;
		left: 27%;
	}
	25%{
		bottom: 23%;
		left: 4%;
	}
	37.5%{
		bottom: 30%;
		left: 27%;
	}
	50%{
		bottom: 30%;
		left: 27%;
	}
	62.5%{
		bottom: 23%;
		left: 4%;
	}
	75%{
		bottom: 11%;
		left: 22%;
	}
	87.5%{
		bottom: 2%;
		left: 2%;
	}
	100%{
		bottom: 2%;
		left: 2%;
	}
}

/* lava-15 samsung */
#lava-15-smasung .containerSamsung{
	text-align: center;
}

#anima-lava-15-samsung{
	background: url(../img/lava-15.jpg) top left no-repeat;
	height: 0;
	background-size: cover;
	padding-bottom: 51%;
	position: relative;
}
#anima-lava-15-samsung img {
	position: absolute;
}
#anima-lava-15-samsung img:nth-child(1) {
	width: 41%;
    left: 29.5%;
	top: 16.1%;
    animation: lava-samsung 10s infinite;
    animation-delay: 2s;
}
#anima-lava-15-samsung img:nth-child(2) {
    width: 14%;
    left: 42%;
	top:5%;
	animation: lava-samsung-2 10s infinite;
    animation-delay: 5s;
}

/* digital-inverter-samsung */
#digital-inverter-samsung{
	background: url(../img/digital-inverter.jpg) top left no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 62%;
}

#digital-inverter-samsung h3,
#limpeza-tambor-samsung h3,
#frescas-samsung h3{
	padding-top: 0%;
}

#anima-digital-inverter-samsung{
	display: none;
}

/* DESPERDICE */

#desperdice-samsung {
	text-align: center;
}

#desperdice-samsung img {
	width: 100%;
	display: block;
}

/* 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 .containerSamsung {
    padding: calc(20px + 2%) 15px;
}

#footer-samsung img {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
	width: 95px;
}

/* RESPONSIVO */

@media (max-width: 1080px) {
	.colSamsung-md-5 h3, .colSamsung-md-4 h3 {
		margin-top: 0 !important;
	}
}
	
@media (max-width: 767.98px) {
	#menu-samsung a {
		padding: 50% 0 20%;
	}
	
	.colSamsung-md-4, .colSamsung-md-5, .colSamsung-md-6 {
		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);
	}

	#frescas-samsung .containerSamsung p,
	#limpeza-tambor-samsung .containerSamsung p,
	#inteligencia-artificial-smasung .containerSamsung p,
	#economiza-smasung .containerSamsung p,
	#lava-59-smasung .containerSamsung p,
	#digital-inverter-samsung .containerSamsung p,
	#lava-15-smasung .containerSamsung p{
		padding: 0 0% 0 0%;
	}

	#frescas-samsung{ 
		background: #fff;
		padding-bottom: 0%;
		height: auto;
		position: relative;
		overflow: hidden;
	}

	#anima-frescas-samsung{
		background: url(../img/frescas-samsung.jpg) bottom left no-repeat;
		background-size: contain;
		padding-bottom:55.5%;
		height: 0;
		position: relative;
		overflow: hidden;
	}

	.anima-limpeza-higienica-samsung{
		padding-bottom: 101%;
	}
	
	#limpeza-tambor-samsung{
		background:  #f7f7f7;
		background-size: auto;
		height: auto;
		padding-bottom: 0%;
	}

	#anima-limpeza-tambor-samsung{
		display: block;
	}
	#anima-limpeza-tambor-samsung img{
		width: 100%;
	}

	.anima-manchas-samsung{
		padding-bottom: 104.2%;
	}
	.anima-manchas-samsung img{
		width: 34%;
	}

	#tambor-samsung {
		background: #fff;
		padding-bottom: 0%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	#anima-tambor-samsung {
		display: block;
	}

	#anima-tambor-samsung img{
		width: 170%;
		float: right;
	}
	
	#digital-inverter-samsung{
		background: #ffffff;;
		height: auto;
		padding-bottom: 0%;
		text-align: center;
	}
	
	#digital-inverter-samsung h3,
	#limpeza-tambor-samsung h3,
	#frescas-samsung h3{
		padding-top: 0%;
	}
	
	#anima-digital-inverter-samsung{
		display: block;
	}
	#anima-digital-inverter-samsung img{
		width: 100%;
	}
	#anima-inteligencia-artificial-samsung img{
		width: 170%;
	}
	#footer-samsung p {
		font-size: 1.5vw;
		line-height: calc(3px + 2vw);
	}
}

@media (max-width: 600px) {	
	#footer-samsung p {
		font-size: 2vw;
		line-height: calc(8px + 2vw);
	}
}

@media (max-width: 575px) {
	#menu-samsung a {
		padding: 40% 0 10%;
	}
}

@media (max-width: 470px) {
}

@media (min-width: 451px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width: 450px) {
	.desktop {
		display: none;
	}
	#durabilidade-samsung {
		padding-bottom: 130%;
	}
	
	.slider-dot-control {
  height: 8%;
  bottom: 2.5%;
}
.slider-dot-control label {
  width: 4%;
  border-width: 2px;
  margin: 0 1%;
}

}

@media (max-width: 425px) {
}

@media (max-width: 400px) {
	.wrapperSamsung p {
		font-size: calc(6px + 2.5vw);
		line-height: calc(14px + 2.5vw);
	}
	
	#durabilidade-samsung {
		padding-bottom: 130%;
	}
	
	#footer-samsung p {
		font-size: 2.0vw;
		line-height: calc(4px + 2.5vw);
	}
}

@media (max-width: 340px) {}

/* atualização 2021 */
/* 3 em 1 */
#lava-seca-samsung{
	text-align: center;
}

#lava-seca-samsung .containerSamsung{
	position: relative;

}
#lava-seca-samsung img{
    width: 100%;
    display: block;
    margin-top: -23%;
}