/* 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;
}

.wrapperSamsung input {
	display: none;
}

/* HEADER */

#header-samsung {
	display: none;
}

#intro-samsung {
	height: 0;
	padding-bottom: 66.4%;
	position: relative;
}

#intro-samsung img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity .5s ease-in-out 0s;
}

#intro-samsung img:nth-of-type(2) {
	opacity: 0;
}

#show-intro-2:checked ~ #intro-samsung img:nth-of-type(2) {
	opacity: 1;
}

#lava-seca-samsung #anima-lava-seca-samsung-samsung img:nth-of-type(2),
#ecobubble-samsung #anima-ecobubble-samsung .slider-wrapper article:nth-of-type(1) img:nth-of-type(2){
	display: none;
}
#show-intro-2:checked  ~ #lava-seca-samsung #anima-lava-seca-samsung-samsung img:nth-of-type(2),
#show-intro-2:checked  ~  #ecobubble-samsung #anima-ecobubble-samsung .slider-wrapper article:nth-of-type(1) img:nth-of-type(2){
	display: block;
}
#show-intro-2:checked  ~ #lava-seca-samsung #anima-lava-seca-samsung-samsung img:nth-of-type(1),
#show-intro-2:checked  ~  #ecobubble-samsung #anima-ecobubble-samsung .slider-wrapper article:nth-of-type(1) img:nth-of-type(1){
	display: none;
}

#show-intro-2:checked  ~  #durabilidade-samsung {
	background: url(../imgs/durabilidade-2-samsung.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 55.75%;
	height: 0;
}

#show-intro-2:checked  ~ #frescas-samsung {
    background: url(../imgs/frescas-2-samsung.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 54.5%;
    height: 0;
    color: #fff;
	position: relative;
}


#intro-btn-samsung {
    width: 17.5%;
    height: 9%;
    position: absolute;
    top: 45%;
    left: 31%;
}

#intro-btn-samsung label {
	width: 50%;
	height: 100%;
	float: left;
	background: url(../imgs/intro-btn-1-samsung.png) top left no-repeat;
	background-size: contain !important;
	cursor: pointer;
	transition: opacity .25s ease-in-out 0s;
}


#show-intro-1:checked ~ #intro-samsung #intro-btn-samsung label:nth-of-type(2) {
	opacity: .5;
}

#intro-btn-samsung label:nth-of-type(2) {
	background: url(../imgs/intro-btn-2-samsung.png) top left no-repeat;
}

#show-intro-2:checked ~ #intro-samsung #intro-btn-samsung label:nth-of-type(1) {
	opacity: .5;
}

/* 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(../imgs/menu-1-samsung.jpg) center 15%  no-repeat;
	background-size: 25%;
}

#menu-samsung .colSamsung-4:nth-of-type(2) {
	background: url(../imgs/menu-2-samsung.png) center 15%  no-repeat;
	background-size: 25%;
}

#menu-samsung .colSamsung-4:nth-of-type(3) {
	background: url(../imgs/menu-3-samsung.png) center 15%  no-repeat;
	background-size: 25%;
}

/* limpeza higeniaca */
.limpeza-higienica-text h3,
.limpeza-higienica-text h4,
.limpeza-higienica-text p{
	overflow: hidden;
    max-width: 72%;
	padding: 0 0px 0 15px;
	margin-right: auto;
    margin-left: auto;
}

.limpeza-higienica-text h3{
	padding: 39% 0px 1% 15px;
}

.anima-limpeza-higienica-samsung {
	background: url(../imgs/limpeza-higienica.png) top  no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-bottom: 52%;
}

/*limpeza tambor */
.limpeza-tambor-text h3,
.limpeza-tambor-text h4,
.limpeza-tambor-text p{
	overflow: hidden;
    max-width: 75%;
	padding: 0 55px 0 15px;
	margin-right: auto;
	margin-left: auto;
}

.limpeza-tambor-text h3{
	padding: 28% 15px 1% 15px;
}

.anima-limpeza-tambor-samsung {
	background: url(../imgs/tambor.png) top  no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-bottom: 50%;
}

/* ECOBUBBLE */

#ecobubble-samsung {
	text-align: center;
	position: relative;
}

#anima-ecobubble-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(../imgs/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(../imgs/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;
}

#anima-frescas-2-samsung {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

#anima-frescas-2-samsung img {
	width: 50%;
	position: absolute;
	animation: frescas 20s linear 0s infinite alternate backwards;
	transform: scale(.25) translate(-15%, -20%);
	mix-blend-mode: overlay;
}

#anima-frescas-2-samsung img:nth-of-type(1) {
	top: -15%;
	right: -10%;
	transform: scale(.25);
}

#anima-frescas-2-samsung img:nth-of-type(2) {
	bottom: -35%;
	left: -5%;
	transform: scale(.5);
	animation-delay: -2s;
}

#anima-frescas-2-samsung img:nth-of-type(3) {
	bottom: -25%;
	right: 25%;
	transform: scale(.35);
	animation-delay: -4s;
}

#anima-frescas-2-samsung img:nth-of-type(4) {
	top: -25%;
	left: -10%;
	transform: scale(.15);
	animation-delay: -6s;
}

#anima-frescas-2-samsung img:nth-of-type(5) {
	bottom: 10%;
	right: 45%;
	transform: scale(.45);
	animation-delay: -8s;
}



/* DURABILIDADE */

#durabilidade-samsung {
	background: url(../imgs/durabilidade-1-samsung.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 55.75%;
	height: 0;
}

#durabilidade-samsung h3 {
	margin-top: 38%;
}

/* FRESCAS */

#frescas-samsung {
	background: url(../imgs/frescas-1-samsung.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 54.5%;
	height: 0;
	color: #fff;
	position: relative;
}

#frescas-samsung h3 {
	margin-top: 28%;
}

#frescas-samsung .containerSamsung {
	position: relative;
	z-index: 9;
	mix-blend-mode: screen;
}

#frescas-samsung .containerSamsung img {
	width: 100%;
	display: block;
	margin-top: 10%;
}

#anima-frescas-samsung {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

#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: -35%;
	left: -5%;
	/*transform: scale(.5);*/
	animation-delay: 2s;
}

#anima-frescas-samsung img:nth-of-type(3) {
	bottom: -25%;
	right: 25%;
	/*transform: scale(.75);*/
	animation-delay: 4s;
}

#anima-frescas-samsung img:nth-of-type(4) {
	top: -25%;
	left: -10%;
	animation-delay: 6s;
}

#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;
}
}

/* TEMPO */

#tempo-samsung {
	text-align: center;
}

#anima-tempo-samsung {
	background: url(../imgs/tempo-samsung.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 43.75%;
	position: relative;
	overflow: hidden;
}

#anima-tempo-samsung label {
	height: 100%;
	width: 40%;
	left: 30%;
	position: absolute;
	cursor: pointer;
}

#anima-tempo-samsung > img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#tempo-cont1-samsung {
	top: 0;
	left: 0;
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1s ease-in-out 0s;
}

#show-tempo:checked ~  #tempo-cont1-samsung {
	opacity: 1;
}

#tempo-cont1-samsung img {
	width: 50%;
	position: absolute;
	animation: frescas 20s linear 0s infinite alternate backwards;
}

#tempo-cont1-samsung img:nth-of-type(1) {
	top: 0;
	left:0;
}

#tempo-cont1-samsung img:nth-of-type(2) {
	bottom: -10%;
	left: 0;
	animation-delay: 2s;
}

#tempo-cont1-samsung img:nth-of-type(3) {
	top: 0;
	right: 0;
	animation-delay: 4s;
}

#tempo-cont1-samsung img:nth-of-type(4) {
	bottom: 0;
	right: -10%;
	animation-delay: 6s;
}

#tempo-cont1-samsung img:nth-of-type(5) {
	top: 15%;
	left: 15%;
	animation-delay: 8s;
}

#tempo-cont1-samsung img:nth-of-type(6) {
	bottom: -15%;
	left: 15%;
	animation-delay: 10s;
}

#tempo-cont1-samsung img:nth-of-type(7) {
	top: 15%;
	right: -10%;
	animation-delay: 12s;
}

#c59-samsung {
	animation: c59 .5s ease-in-out 0s infinite alternate;
	opacity: .5;
}

@keyframes c59 {
0% {
	opacity: .5;
}

100% {
	opacity: .75;
}
}

#show-tempo:checked ~  #c59-samsung {
	animation: c592 10s linear forwards;
}

@keyframes c592 {
0% {
	opacity: .25;
}

100% {
	opacity: 1;
}
}

#anima-tempo-samsung > img:nth-of-type(1),
#anima-tempo-samsung > img:nth-of-type(2),
#anima-tempo-samsung > img:nth-of-type(3) {
	opacity: 0;
	transition: all 1s ease-in-out 0s;
}

#show-tempo:checked ~ img:nth-of-type(1),
#show-tempo:checked ~ img:nth-of-type(2),
#show-tempo:checked ~ img:nth-of-type(3) {
	animation: jato 1s ease-in-out 0s infinite alternate;
}

#show-tempo:checked ~ img:nth-of-type(2) {
	animation-delay: .5s;
}

@keyframes jato {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
	transform: scale(1.1) translateX(-2.5%);
}
}

#tempo-cont2-samsung {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

#tempo-cont2-samsung img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#show-tempo:checked ~ #tempo-cont2-samsung img {
	animation: minutos 10s linear forwards;
}

@keyframes minutos {
0%, 3% {
	opacity: 0;
}
6%, 100% {
	opacity: 1;
}
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(2) {
	animation-delay: 1s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(3) {
	animation-delay: 2s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(4) {
	animation-delay: 3s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(5) {
	animation-delay: 4s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(6) {
	animation-delay: 5s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(7) {
	animation-delay: 6s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(8) {
	animation-delay: 7s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(9) {
	animation-delay: 8s;
}

#show-tempo:checked ~ #tempo-cont2-samsung img:nth-of-type(10) {
	animation-delay: 9s;
}



/* TAMBOR */

#tambor-samsung {
	background: url(../imgs/tambor-samsung.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 49%;
	height: 0;
}

#tambor-samsung h3 {
	margin-top: 30%;
}

/* ASSIST */

#assist-samsung {
	text-align: center;
	margin-bottom: 8.5%;
}

#anima-assist-samsung {
	background: url(../imgs/assist-samsung.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 46.75%;
	height: 0;
	position: relative;
}

#anima-assist-samsung img {
	position: absolute;
}

#anima-assist-samsung img:nth-of-type(1) {
	width: 30%;
	top: 22%;
	left: 15%;
}

#anima-assist-samsung label {
	position: absolute;
	cursor: pointer;
	width: 25%;
	height: 100%;
	top: 17.5%;
	left: 17.5%;
}

#anima-assist-samsung label::after {
	background: url(../imgs/seta-samsung.png) center no-repeat;
	background-size: contain;
	width: 60%;
	height: 32%;
	content: "";
	top: 15%;
	left: 20%;
	position: absolute;
	animation: seta 1s ease-in-out 0s infinite alternate;
}

@keyframes seta {
0% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: .75;
	transform: scale(.75);
}
}

#anima-assist-samsung label::before {
	background-size: contain;
	width: 60%;
	height: 32%;
	content: "";
	top: 15%;
	left: 20%;
	position: absolute;
	animation: circle 1s ease-in-out 0s infinite alternate;
	border-radius: 50%;
	box-shadow: 0 0 50px #00c0ff;
}

@keyframes circle {
0% {
	opacity: 0;
	transform: scale(.25);
}

100% {
	opacity: 1;
	transform: scale(.6);
}
}

#anima-assist-samsung img:nth-of-type(2) {
	opacity: .5;
	width: 16.35%;
	top: 27.8%;
	left: 55.15%;
	opacity: 0;
	transition: opacity 1s ease-in-out 0s; 
}

#show-assist:checked ~  img:nth-of-type(2) {
	opacity: 1; 
}

/* 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: 1vw;
	line-height: calc(8px + 1vw);
}

#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;
	}
	
	#frescas-samsung h3 {
	    font-size: calc(24px + .5vw);
	    line-height: calc(30px + .5vw);
	}

	.limpeza-tambor-text h3 {
		padding: 11% 15px 1% 15px;
	}

}
	
@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);
	}

	.anima-limpeza-higienica-samsung{
		padding-bottom: 101%;
	}

	.limpeza-higienica-text h3,
	.limpeza-higienica-text h4,
	.limpeza-higienica-text p{
		overflow: hidden;
		max-width: 85%;
		padding: 0 0px 0 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.limpeza-higienica-text p{
		padding: 0 0px 0% 15px;
		padding-bottom: calc(20px + 4%);
	}

	.limpeza-higienica-text h3{
		padding: 5% 0px 1% 15px;
		padding-top: calc(20px + 4%);
	}

	.limpeza-tambor-text h3,
	.limpeza-tambor-text h4,
	.limpeza-tambor-text p{
		overflow: hidden;
		max-width: 85%;
		padding: 0 15px 0 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.limpeza-tambor-text h3 {
		padding: 9% 15px 1% 15px;
		padding-top: calc(20px + 4%);
	}

	.limpeza-tambor-text p{
		padding: 0 15px 0% 15px;

	}

	#durabilidade-samsung {
		background: url(../imgs/durabilidade-samsung.jpg) bottom center no-repeat;
		background-size: contain;
		padding-bottom: 95%;
		height: 0;
	}
	
	#frescas-samsung {
		background: url(../imgs/frescas-samsung.jpg) bottom center no-repeat;
		background-size: contain;
		padding-bottom: 105%;
		color: #000;
	}
	
	#frescas-samsung .containerSamsung {
		mix-blend-mode: normal;
	}
	
	#anima-frescas-samsung {
		display: none;
	}
	
	#frescas-samsung .desktop {
		display: none !important;
	}
	
	#frescas-samsung .mobile {
		display: block !important;
	}
	
	#tambor-samsung {
		background: url(../imgs/tambor-samsung.jpg) bottom center no-repeat;
		background-size: contain;
		padding-bottom: 90%;
	}
	
/*******************************************************************/
	#durabilidade-samsung .anima-durabilidade-samsung img:nth-of-type(2),
	#frescas-samsung .anima-frescas-samsung-mobile img:nth-of-type(2){
		display: none;
	}
	#show-intro-2:checked  ~ #durabilidade-samsung .anima-durabilidade-samsung img:nth-of-type(2),
	#show-intro-2:checked  ~ #frescas-samsung .anima-frescas-samsung-mobile img:nth-of-type(2){
		display: block;
	}
	#show-intro-2:checked  ~ #durabilidade-samsung .anima-durabilidade-samsung img:nth-of-type(1),
	#show-intro-2:checked  ~ #frescas-samsung .anima-frescas-samsung-mobile img:nth-of-type(1){
		display: none;
	}
	
	#show-intro-2:checked  ~  #durabilidade-samsung,
	#show-intro-2:checked  ~ #frescas-samsung {
		background: #ffffff;
		height: auto;
		padding-bottom: 0%;
		text-align: center;
		color: #000;
	}
	

/*******************************************************************/
	#footer-samsung p {
		font-size: 1.5vw;
		line-height: calc(8px + 1.5vw);
	}
}

@media (max-width: 600px) {
	#frescas-samsung .containerSamsung img {
		width: 50%;
		margin: 1.5% auto 0;
	}
	
	#tambor-samsung {
		padding-bottom: 92%;
	}
	
	#footer-samsung p {
		font-size: 2vw;
		line-height: calc(8px + 2vw);
	}
}

@media (max-width: 575px) {
	#menu-samsung a {
		padding: 40% 0 10%;
	}

	
	#tambor-samsung {
		padding-bottom: 97.5%;
	}

}

@media (max-width: 470px) {
	#tambor-samsung {
		padding-bottom: 105%;
	}
}

@media (min-width: 451px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width: 450px) {
	.desktop {
		display: none;
	}
	
	#durabilidade-samsung {
		padding-bottom: 130%;
	}

	
	#tambor-samsung {
		padding-bottom: 102.5%;
	}
	
	.slider-dot-control {
  height: 8%;
  bottom: 2.5%;
}
.slider-dot-control label {
  width: 4%;
  border-width: 2px;
  margin: 0 1%;
}

}

@media (max-width: 425px) {

	#tambor-samsung {
		padding-bottom: 115%;
	}

}

@media (max-width: 400px) {
	.wrapperSamsung p {
		font-size: calc(6px + 2.5vw);
		line-height: calc(14px + 2.5vw);
	}
	
	#durabilidade-samsung {
		padding-bottom: 130%;
	}

	#tambor-samsung {
		padding-bottom: 140%;
	}
	
	#footer-samsung p {
		font-size: 2.5vw;
		line-height: calc(8px + 2.5vw);
	}
}

@media (max-width: 340px) {
	
	#tambor-samsung {
		padding-bottom: 150%;
	}
	
}


/* 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%;
}


/* lava-15 samsung */
#lava-15-smasung .containerSamsung{
	text-align: center;
}

#anima-lava-15-samsung{
	background: url(../imgs/lava-15.jpg) top left no-repeat;
	height: 0;
	background-size: cover;
	padding-bottom: 56%;
	position: relative;
}
#anima-lava-15-samsung img {
	position: absolute;
}
#anima-lava-15-samsung img:nth-child(1) {
	width: 43%;
    left: 28.1%;
    bottom: 5%;
    animation: lava-samsung 10s infinite;
    animation-delay: 2s;
}
#anima-lava-15-samsung img:nth-child(2) {
    width: 14%;
    left: 42%;
	top:8%;
	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;
	}
}

	/* ajustes no responsivo */
	#anima-limpeza-higienica-samsung,
	.anima-durabilidade-samsung,
	.anima-tambor-samsung,
	.anima-frescas-samsung-mobile{
		display: none;
	}

@media (max-width: 767.98px) {
	#limpeza-higienica-samsung,
	#durabilidade-samsung,
	#tambor-samsung,
	#frescas-samsung{
		background: #ffffff;
		height: auto;
		padding-bottom: 0%;
		text-align: center;
	}

	#anima-limpeza-higienica-samsung,
	.anima-durabilidade-samsung,
	.anima-tambor-samsung,
	.anima-frescas-samsung-mobile{
		display: block;
	}

	.anima-durabilidade-samsung img{
		width: 200%;
		display: block;
	}
	#anima-limpeza-higienica-samsung img{
		width: 100%;
		display: block;
	}
	.anima-tambor-samsung img,
	.anima-frescas-samsung-mobile img{
		float: right;
		width: 170%;
	}

}