/* 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 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 .containerSamsung {
	overflow: hidden;
	max-width: 85%;
	padding: calc(20px + 4%) 15px;
}

.wrapperSamsung 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: 66%;
}

#anima-limpeza-higienica-samsung,
#anima-frescas-samsung,
#anima-digital-inverter-samsung,
#anima-ecobubble-samsung-mobile {
    display: none;
}

#anima-limpeza-higienica-samsung img,
#anima-frescas-samsung img,
#anima-digital-inverter-samsung img {
    width: 100%;
}

/* limpeza higeniaca */

.limpeza-higienica-text h3{
	padding-top: 39%;
}

#limpeza-higienica-samsung{
	background: url(../img/limpeza-higienica.jpg) top right  no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-bottom: 52.1%;	
}

#limpeza-higienica-samsung h3{
	padding-top: 30%;
}

/*limpeza tambor */
#limpeza-tambor-samsung h3{
	padding-top: 27%;
}

.anima-limpeza-tambor-samsung {
	background: url(../img/tambor.jpg) top  no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-bottom: 47%;
}

/* ECOBUBBLE */

#smartthings-samsung {
	text-align: center;
	position: relative;
}

#anima-smartthings-samsung .containerSamsung{
	padding: 0 15px calc(20px + 1%) 15px !important;
}

#anima-smartthings-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;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 60%;
  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-dot-control {
  position: absolute;
  width: 100%;
  height: 5%;
  bottom: 3.5%;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  width: 2.5%;
  height: 100%;
  border: 4px solid #808080;
  opacity: .5;
  transition: all .5s ease-in-out;
  margin: 0 .5%;
}
.slider-dot-control label:hover {
	opacity: 1;
}

/* Slider Styling */
.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-wrapper .inner {
  transform: translateZ(0);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.slider-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

/*---- SET POSITION FOR SLIDE ----*/

.slider-prev-next-control label::after {
  display: block;
}

#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(6)::after,
#slide6:checked ~ .slider-prev-next-control label:nth-child(7)::after, 
#slide7:checked ~ .slider-prev-next-control label:nth-child(8)::after, 
#slide8:checked ~ .slider-prev-next-control label:nth-child(9)::after, 
#slide9:checked ~ .slider-prev-next-control label:nth-child(10)::after, 
#slide10:checked ~ .slider-prev-next-control label:nth-child(11)::after, 
#slide11:checked ~ .slider-prev-next-control label:nth-child(12)::after, 
#slide12:checked ~ .slider-prev-next-control label:nth-child(13)::after, 
#slide13:checked ~ .slider-prev-next-control label:nth-child(14)::after, 
#slide14:checked ~ .slider-prev-next-control label:nth-child(15)::after, 
#slide15:checked ~ .slider-prev-next-control label:nth-child(16)::after, 
#slide16:checked ~ .slider-prev-next-control label:nth-child(17)::after, 
#slide17:checked ~ .slider-prev-next-control label:nth-child(18)::after, 
#slide18:checked ~ .slider-prev-next-control label:nth-child(19)::after, 
#slide19:checked ~ .slider-prev-next-control label:nth-child(20)::after, 
#slide20: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(6),
#slide6:checked ~ .slider-prev-next-control label:nth-child(7),
#slide7:checked ~ .slider-prev-next-control label:nth-child(8),
#slide8:checked ~ .slider-prev-next-control label:nth-child(9),
#slide9:checked ~ .slider-prev-next-control label:nth-child(10),
#slide10:checked ~ .slider-prev-next-control label:nth-child(11),
#slide11:checked ~ .slider-prev-next-control label:nth-child(12),
#slide12:checked ~ .slider-prev-next-control label:nth-child(13),
#slide13:checked ~ .slider-prev-next-control label:nth-child(14),
#slide14:checked ~ .slider-prev-next-control label:nth-child(15),
#slide15:checked ~ .slider-prev-next-control label:nth-child(16),
#slide16:checked ~ .slider-prev-next-control label:nth-child(17),
#slide17:checked ~ .slider-prev-next-control label:nth-child(18),
#slide18:checked ~ .slider-prev-next-control label:nth-child(19),
#slide19:checked ~ .slider-prev-next-control label:nth-child(20),
#slide20: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),
#slide6:checked ~ .slider-prev-next-control label:nth-child(5),
#slide7:checked ~ .slider-prev-next-control label:nth-child(6),
#slide8:checked ~ .slider-prev-next-control label:nth-child(7),
#slide9:checked ~ .slider-prev-next-control label:nth-child(8),
#slide10:checked ~ .slider-prev-next-control label:nth-child(9),
#slide11:checked ~ .slider-prev-next-control label:nth-child(10),
#slide12:checked ~ .slider-prev-next-control label:nth-child(11),
#slide13:checked ~ .slider-prev-next-control label:nth-child(12),
#slide14:checked ~ .slider-prev-next-control label:nth-child(13),
#slide15:checked ~ .slider-prev-next-control label:nth-child(14),
#slide16:checked ~ .slider-prev-next-control label:nth-child(15),
#slide17:checked ~ .slider-prev-next-control label:nth-child(16),
#slide18:checked ~ .slider-prev-next-control label:nth-child(17),
#slide19:checked ~ .slider-prev-next-control label:nth-child(18),
#slide20:checked ~ .slider-prev-next-control label:nth-child(19), 
#slide1:checked ~ .slider-prev-next-control label:nth-child(20) {
  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,
#slide6:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slide7:checked ~ .slider-prev-next-control label:nth-child(6)::after,
#slide8:checked ~ .slider-prev-next-control label:nth-child(7)::after,
#slide9:checked ~ .slider-prev-next-control label:nth-child(8)::after,
#slide10:checked ~ .slider-prev-next-control label:nth-child(9)::after,
#slide11:checked ~ .slider-prev-next-control label:nth-child(10)::after,
#slide12:checked ~ .slider-prev-next-control label:nth-child(11)::after,
#slide13:checked ~ .slider-prev-next-control label:nth-child(12)::after,
#slide14:checked ~ .slider-prev-next-control label:nth-child(13)::after,
#slide15:checked ~ .slider-prev-next-control label:nth-child(14)::after,
#slide16:checked ~ .slider-prev-next-control label:nth-child(15)::after,
#slide17:checked ~ .slider-prev-next-control label:nth-child(16)::after,
#slide18:checked ~ .slider-prev-next-control label:nth-child(17)::after,
#slide19:checked ~ .slider-prev-next-control label:nth-child(18)::after,
#slide20:checked ~ .slider-prev-next-control label:nth-child(19)::after,
#slide1:checked ~ .slider-prev-next-control label:nth-child(20)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/left-arrow-samsung.png) center no-repeat;
  background-size: contain;
  padding-left: 8px;
    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%;
}

#slide6:checked ~ .slider-wrapper .inner {
  margin-left: -500%;
}

#slide7:checked ~ .slider-wrapper .inner {
  margin-left: -600%;
}

#slide8:checked ~ .slider-wrapper .inner {
  margin-left: -700%;
}

#slide9:checked ~ .slider-wrapper .inner {
  margin-left: -800%;
}

#slide10:checked ~ .slider-wrapper .inner {
  margin-left: -900%;
}

#slide11:checked ~ .slider-wrapper .inner {
  margin-left: -1000%;
}

#slide12:checked ~ .slider-wrapper .inner {
  margin-left: -1100%;
}

#slide13:checked ~ .slider-wrapper .inner {
  margin-left: -1200%;
}

#slide14:checked ~ .slider-wrapper .inner {
  margin-left: -1300%;
}

#slide15:checked ~ .slider-wrapper .inner {
  margin-left: -1400%;
}

#slide16:checked ~ .slider-wrapper .inner {
  margin-left: -1500%;
}

#slide17:checked ~ .slider-wrapper .inner {
  margin-left: -1600%;
}

#slide18:checked ~ .slider-wrapper .inner {
  margin-left: -1700%;
}

#slide19:checked ~ .slider-wrapper .inner {
  margin-left: -1800%;
}

#slide20:checked ~ .slider-wrapper .inner {
  margin-left: -1900%;
}

#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: #808080;
}


/*---- 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;
  }
}

.slider-wrapper article:nth-of-type(1) {
	position: relative;
}

/* digital-inverter */

#digital-inverter-samsung {
	background: url(../img/digital-inverter.jpg) bottom center no-repeat;
	background-size: cover;
	padding-bottom: 55%;
	height: 0;
}

#digital-inverter-samsung h3 {
	margin-top: 38%;
}

/* FRESCAS */

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

#frescas-samsung .containerSamsung img {
	width: 70%;
	display: block;
	margin-top: 10%;
}

/* lavagem-a-seco */
#lavagem-a-seco-samsung{ 
	background: url(../img/lavagem-a-seco.jpg)  top center no-repeat;
    background-size: cover;
    padding-bottom: 56.7%;
    height: 0;
	position: relative;
	overflow: hidden;
}

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

#anima-lavagem-a-seco-samsung img {
	width: 30%;
	position: absolute;
	animation: lavagem-a-seco 20s linear 0s infinite alternate backwards;
	transform: scale(.65) translate(-15%, -20%);
}

#anima-lavagem-a-seco-samsung img:nth-of-type(1) {
	top: -15%;
	right: -10%;
	/*transform: scale(1);*/
}

#anima-lavagem-a-seco-samsung img:nth-of-type(2) {
    bottom: 64%;
    left: 50%;
    /* transform: scale(.5); */
    animation-delay: 2s;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(3) {
	bottom: 0%;
    right: 66%;
    /* transform: scale(.75); */
    animation-delay: 4s;
    width: 21%;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(4) {
    top: 2%;
    left: -10%;
    animation-delay: 6s;
    width: 27%;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(5) {
	bottom: 10%;
	right: 45%;
	animation-delay: 8s;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(6) {
	top: 5%;
	right: 10%;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(7) {
	bottom: 5%;
	left: 35%;
	animation-delay: -2s;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(8) {
	bottom: 25%;
	right: -25%;
	animation-delay: -4s;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(9) {
	top: -10%;
	left: 20%;
	animation-delay: -6s;
}

#anima-lavagem-a-seco-samsung img:nth-of-type(10) {
	bottom: -5%;
	right: -5%;
	animation-delay: -8s;
}

@keyframes lavagem-a-seco {
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;
}
}

#lavagem-a-seco-samsung h3{
	padding-top: 8%;
}

/* TAMBOR */

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

#tambor-samsung h3 {
	margin-top: 30%;
}

/* ecobubble samsung */
#ecobubble-samsung{
	position: relative;
}

#ecobubble-samsung .hiden{
	visibility: hidden;
}

#ecobubble-samsung img{
	width: 90%;
}

#anima-ecobubble-samsung{
    position: absolute;
    width: 50%;
    height: 57.6%;
    top: 16%;
    right: 0%;
}

#anima-ecobubble-samsung-mobile{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}

#anima-ecobubble-samsung iframe{
	width: 100%;
	height: 100%;
}

#anima-ecobubble-samsung-mobile iframe, 
#anima-ecobubble-samsung-mobile object, 
#anima-ecobubble-samsung-mobile embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; }

/* dispenser samsung */

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

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

#anima-dispenser-samsung .containerSamsung{
	padding: 0;
}

/* manchas-samsung */
#manchas-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%;
	}
}

/* alta-capacidade */
#alta-capacidade-samsung {
	text-align: center;
}

#anima-alta-capacidade-samsung img {
	width: 100%;
	display: block;
}

/* FOOTER */

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

#footer-samsung p,
sup {
	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) {
	.colSamsung-md-5 h3, .colSamsung-md-4 h3 {
		margin-top: 0 !important;
	}
	h3 {
		margin-top: 0 !important;
	}
	
	.wrapperSamsung h3 {
		margin: 0 0 5px;
	}

	.wrapperSamsung h4 {
		margin: 0 0 5px;
	}
	
}
	
@media (max-width: 767.98px) {
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block !important;
	}
	
	.colSamsung-md-5, .colSamsung-md-6 {
		text-align: center;
	}
	
	.colSamsung-md-5 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);
	}


	#limpeza-higienica-samsung,
	#frescas-samsung,
	#digital-inverter-samsung {
		background: #ffffff;
		height: auto;
		padding-bottom: 0%;
		text-align: center;
	}

	#anima-limpeza-higienica-samsung,
	#anima-frescas-samsung,
	#anima-digital-inverter-samsung,
	#anima-ecobubble-samsung-mobile {
    display: block;
	}

	#limpeza-higienica-samsung h3,
	#limpeza-tambor-samsung h3{
		padding: 0;
	}

	#frescas-samsung .containerSamsung img{
		margin: 5% auto 0 auto;
	}
	.anima-manchas-samsung{
		padding-bottom: 104.2%;
	}
	.anima-manchas-samsung img{
		width: 34%;
	}
	#lavagem-a-seco-samsung{ 
		background: #fff;
		padding-bottom: 0%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	
	#anima-lavagem-a-seco-samsung{
		background: url(../img/lavagem-a-seco.jpg) bottom left no-repeat;
		background-size: cover;
		padding-bottom:55.5%;
		height: 0;
		position: relative;
		overflow: hidden;
	}

	#ecobubble-samsung .hiden{
		visibility: hidden;
		display: none;
	}
}

@media (max-width: 600px) {
	#footer-samsung p {
		font-size: 2vw;
		line-height: calc(8px + 2vw);
	}
    #footer-samsung p {
        font-size: 1.5vw;
        line-height: calc(3px + 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;
	}
	
	#intro-btn-samsung {
		width: 33.5%;
		height: 10%;
		top: auto;
		bottom: 2%;
		left: 52%;
		transform: translateX(-50%);
	}
	
	.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);
	}
	
	#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%;
}
