/* 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 h4 sup {
	vertical-align: super;
	font-size: .75em;
}

.wrapperSamsung .containerSamsung {
	overflow: hidden;
	max-width: 85%;
	padding: calc(20px + 4%) 15px;
}

#hdr-samsung .containerSamsung {
	overflow: visible;
}

.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 */

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

#intro-samsung h2 {
	display: none;
}

/* LIMPEZA */

#limpeza-samsung{
    text-align: center;
    background: #000 url(../img/limpeza-samsung.jpg) top center no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 75%;
}
#limpeza-samsung .mobile img {
	width: 100%;
}

/* PODER */
#poder-samsung {
	background: #000 url(../img/poder-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 68.5%;
	animation: anima-poder-samsung 2s ease-in-out infinite alternate;
}
#poder-samsung .mobile img {
	width: 100%;
}

@keyframes anima-poder-samsung {
	0%, 33% {
		background: #000 url(../img/poder-samsung.jpg) top center no-repeat;
		background-size: cover;
	}

	33%, 66% {
		background: #000 url(../img/poder-samsung-2.jpg) top center no-repeat;
		background-size: cover;
	}

	66%, 100% {
		background: #000 url(../img/poder-samsung-3.jpg) top center no-repeat;
		background-size: cover;
	}
} 

/* CERTIFICADA */

#certificada-samsung{
    text-align: center;
	color: #fff;
	background: #000 url(../img/certificada-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 76%;
}

#certificada-samsung .containerSamsung p {
    padding: 0 13% 0 13%;
}

/* PROCESSADOR */

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

#anima-processador-samsung img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	animation: anima-processador-samsung1 10s ease-in-out infinite alternate;
	opacity: 0;
}

#anima-processador-samsung img:nth-of-type(2) {
	animation: anima-processador-samsung2 10s ease-in-out infinite alternate;
}

@keyframes anima-processador-samsung1 {
0%, 45% {
	opacity: 0;
}

50%, 100% {
	opacity: 100%;
}
} 

@keyframes anima-processador-samsung2 {
0%, 70%  {
	opacity: 0;
}

75%, 100% {
	opacity: 100%;
}
} 

/* LIBERDADE */
#liberdade-samsung{
    height: 0;
    padding-bottom: 69%;
    background: url(../img/liberdade-samsung.jpg) top left no-repeat;
    background-size: cover;
    position: relative;
}

#liberdade-samsung .mobile img {
	width: 100%;
	display: block;
}

#liberdade-samsung .containerSamsung {
    padding-top: 40%;
}

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

#qled-samsung p{
    padding: 0 6% 0 6%;
}

#qled-samsung .containerSamsung{
	padding: calc(20px + 4%) 15px 4% 15px;
}

#anima-qled-samsung {
	position: relative;
	height: 0;
    padding-bottom: 54%;
}

#anima-qled-samsung img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
    transition: all .5s ease-in-out 0s;
}

#anima-qled-samsung img:nth-of-type(1),
#anima-qled-samsung img:nth-of-type(2),
#anima-qled-samsung img:nth-of-type(3) {
	width: 100%;
	top: 0;
	left: 0;
}

#anima-qled-samsung img:nth-of-type(4) {
    width: 10%;
    top: 50%;
    left: 83%;
}

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

.range-2-samsung {
	position: relative;
	margin-top: 46% !important;
}

#range-2-a-samsung-input:checked ~ img:nth-of-type(3),
#range-2-a-samsung-input:checked ~ img:nth-of-type(2),
#range-2-b-samsung-input:checked ~ img:nth-of-type(2){
	opacity: 1 !important;
	visibility: visible !important;
	transition: all .5s ease-in-out 0s;
}

#range-2-a-samsung, #range-2-b-samsung, #range-2-c-samsung {
    height: 1.8vw;
    width: 1.8vw;
    background: url(../img/desativado.png) center no-repeat;
    background-size: contain;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin: 3vw 0;
    z-index: 999;
}

#range-2-a-samsung-input:checked ~ #range-2-a-samsung, 
#range-2-b-samsung-input:checked ~ #range-2-b-samsung, 
#range-2-c-samsung-input:checked ~ #range-2-c-samsung {
    background: url(../img/ativado.png) center no-repeat;
    background-size: contain;
}

.range-2-barra-samsung {
	background: #000;
	height: 2px;
	width: 20%;
	display: inline-block;
    margin: 0 0px 4% 0px;
	z-index: 9;
    position: relative;
}

#range-2-a-samsung::after {
    display: block;
    content: "70%";
    position: absolute;
    font-size: calc(6px + 1vw);
    top: 160%;
    left: -30%;
}

#range-2-c-samsung::after {
	display: block;
    content: "100%";
    font-size: calc(6px + 1vw);
    position: absolute;
    top: 160%;
    left: -25%;
}

#range-2-a-samsung-input:checked ~ #range-2-a-samsung::after, 
#range-2-c-samsung-input:checked ~ #range-2-c-samsung::after {
    font-weight: bold;
}

/* SOM EM MOVIMENTO */

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

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

#anima-som-samsung {
	background: red;
	opacity: .5;
	width: 49.25%;
	height: 59.75%;
	top: 19.25%;
	left: 34.5%;
	position: absolute;
}

#som-samsung img {
	position: absolute;
	mix-blend-mode: screen;
}

#som-samsung img:nth-of-type(1) {
	width: 40%;
	bottom: 0;
	left: 38%;
}

#som-samsung img:nth-of-type(2) {
	width: 22%;
	bottom: 21%;
	right: 0;
}

/* MODO */
#modo-samsung {
	background: url(../img/modo-bg-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

#modo-samsung h3{
    text-align: center;
}

#modo-samsung h4{
    margin-top: 22%;
}

       
/* SEUASPIRADOR */
#seuaspirador-samsung {
	color: #fff;
	background: url(../img/seuaspirador-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 95.5%;
	position: relative;
}       

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

#anima-seuaspirador-samsung img:nth-of-type(1) {
	height: 100%;
}

#anima-seuaspirador-samsung img:nth-of-type(2) {
	animation: anima-seuaspirador-2-samsung 6s ease-in-out infinite;
	opacity: 0;
}

#anima-seuaspirador-samsung img:nth-of-type(3) {
	animation: anima-seuaspirador-3-samsung 6s ease-in-out infinite;
	opacity: 0;
}

#anima-seuaspirador-samsung img:nth-of-type(4) {
	animation: anima-seuaspirador-4-samsung 6s ease-in-out infinite;
	opacity: 0;
}   

@keyframes anima-seuaspirador-2-samsung {
	0%, 50% {
		opacity: 0;
	}

	75%, 95% {
		opacity: 1;
	}

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

@keyframes anima-seuaspirador-3-samsung {
	25% {
		opacity: 0;
	}

	50%, 75% {
		opacity: 1;
	}

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

@keyframes anima-seuaspirador-4-samsung {
	25% {
		opacity: 1;
	}
 
	50%, 100% {
		opacity: 0;
	}
} 
       
/* tela infinita samsung */

#tela-infinita-samsung {
	background-color: #000;
	color: #fff;
	text-align: center;
}

#tela-infinita-samsung .containerSamsung {
	padding: calc(20px + 4%) 14%;
}

#anima-tela-infinita-samsung {
	background: url('../img/tela-infinita.jpg') no-repeat top left;
	background-size: cover;
	height: 0;
	padding-bottom: 60%;
	position: relative;
}

#anima-tela-infinita-samsung img {
	width: 59%;
    position: absolute;
    top: 21.5%;
    left: 18.5%;
    animation: opacity-tv 10s infinite;
    opacity: 0;
}

@keyframes opacity-tv {
0% {
	opacity: 0%;
}

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

100% {
	opacity: 0%;
}
}   

/* COMANDO DE VOZ */

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

#comando-samsung .containerSamsung {
    padding: calc(20px + 4%) 15px 2% 15px;
}

#comando-samsung .containerSamsung p{
	padding: 0 5% 0 5%;
}

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

#anima-comando-samsung img {
	position: absolute;
    top: 13%;
    left: 2%;
	width: 100%;
	animation: anima-comando-samsung 3s infinite;
}

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

@keyframes anima-comando-samsung {
0%, 10% {
	opacity: 0%;
}

25% {
	opacity: 100%;
}

50% {
	opacity: 0;
}

75% {
	opacity: 100%;
}

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

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

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

#pulso-container-2 {
    width: 20%;
    height: 20%;
    position: absolute;
    top: 70%;
    left: 23%;
}

#pulso-container-3 {
    width: 20%;
    height: 20%;
    position: absolute;
    top: 6%;
    left: 62%;
}

.pulso3 {
    display: block;
    transform: scale(0.5);
}

.pulso3:before {
    content: "";
    display: block;
    top: 55px;
    left: 15px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,247,255,0) 0%, rgba(0,247,255,0) 60%, rgba(0,247,255,.75) 65%, rgba(0,247,255,.90) 70%);
    width: 200px;
    height: 200px;
    opacity: .75;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32) backwards;
}

.pulso3:after {
    content: "";
    display: block;
    top: 55px;
    left: 15px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,247,255,0) 0%, rgba(0,247,255,0) 60%, rgba(0,247,255,.75) 65%, rgba(0,247,255,.90) 70%);
    width: 200px;
    height: 200px;
    opacity: .75;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32) backwards;
    animation-delay: 1s;
}

.pulso4:before {
    content: "";
    display: block;
    top: 55px;
    left: 15px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,247,255,0) 0%, rgba(0,247,255,0) 60%, rgba(0,247,255,.75) 65%, rgba(0,247,255,.90) 70%);
    width: 200px;
    height: 200px;
    opacity: .75;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32) backwards;
    animation-delay: 2s;
}

.pulso4:after {
    content: "";
    display: block;
    top: 55px;
    left: 15px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,247,255,0) 0%, rgba(0,247,255,0) 60%, rgba(0,247,255,.75) 65%, rgba(0,247,255,.90) 70%);
    width: 200px;
    height: 200px;
    opacity: .75;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32) backwards;
    animation-delay: 3s;
} 

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

to {
	transform: scale(2.5, 2.5);
	opacity: 0;
}
}

@keyframes scaleIn2 {
    from {
        transform: scale(0, 0);
        opacity: 1;
    }
    
    to {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    }

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

#flexibilidade-samsung .containerSamsung {
	padding-bottom: 0px;
}

#flexibilidade-samsung p{
    padding: 0px 10% 0 10%;
}

#anima-flexibilidade-samsung{
    background: url('../img/flexibilidade-samsung.jpg') top left no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 74.5%;
    position: relative;
    animation: flexibilidade 6s infinite alternate;
}

@keyframes flexibilidade{
    0%, 50%{
        background: url('../img/flexibilidade-2-samsung.jpg') top left no-repeat;
        background-size: cover;
    	height: 0;
    	padding-bottom: 74.5%;
    }
    70% {
    	background: url('../img/flexibilidade-2-samsung.jpg') top left no-repeat;
        background-size: cover;
    	height: 0;
    	padding-bottom: 74.5%;
    }
    70%, 95%{
        background: url('../img/flexibilidade-samsung.jpg') top left no-repeat;
        background-size: cover;
    	height: 0;
    	padding-bottom: 74.5%;
    }
    95%{
        background: url('../img/flexibilidade-samsung.jpg') top left no-repeat;
        background-size: cover;
    	height: 0;
    	padding-bottom: 74.5%;
    }
}

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

#limpa-samsung .containerSamsung {
	padding-bottom: 0px;
}

#limpa-samsung p{
    /* padding: 0px 10% 0 10%; */
}

#anima-limpa-samsung{
    background: url('../img/limpa-samsung.png') top left no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 55.5%;
    position: relative;
}

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

#versatilidade-samsung p{
    /* padding: 0px 10% 0 10%; */
}
#anima-versatilidade-samsung{
    background: url('../img/versatilidade-samsung.jpg') top left no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 61.5%;
    position: relative;
}

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

#remova-samsung p{
    /* padding: 0px 10% 0 10%; */
}

#anima-remova-samsung{
    background: url('../img/remova-samsung.jpg') top left no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 58.4%;
    position: relative;
    overflow: hidden;
}

#anima-remova-samsung img:nth-of-type(1) {
	animation: remova1 1s infinite;
	z-index: 999;
}

#anima-remova-samsung img:nth-of-type(2) {
	animation: remova2 1s infinite;
	z-index: 99;
}

#anima-remova-samsung img:nth-of-type(3) {
	animation: remova3 1s infinite;
}

#anima-remova-samsung img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	opacity: 0;
}

@keyframes remova1{
    0%, 10% {
		opacity: 1;
	}
    15%, 25%{
        opacity: 0.5;
    }
    30%, 40% {
		opacity: 0;
    }
    50%, 100% {
    	opacity: 0;
    }
}
@keyframes remova2{
	0%, 10% {
		opacity: 0;
	}
    15%, 25%{
        opacity: 1;
    }
    30%, 40% {
		opacity: 0.5;
    }
    50%, 100% {
    	opacity: 0;
    }
}
@keyframes remova3{
	0%, 10% {
		opacity: 0;
	}
    15%, 25%{
        opacity: 0.5;
    }
    30%, 40% {
    	opacity: 1;
    }
    50%, 100% {
    	opacity: 0;
    }
}

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

#limpar-samsung .containerSamsung {
	padding-bottom: 0px;
}

#limpar-samsung p{
    /* padding: 0px 10% 0 10%; */
}

#anima-limpar-samsung{
    background: url('../img/limpar-samsung.jpg') top left no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 51.4%;
    position: relative;
    overflow: hidden;
}

#anima-limpar-samsung img:nth-of-type(1) {
	animation: floating 4s infinite;
}

#anima-limpar-samsung img:nth-of-type(2) {
	z-index: 999;
}

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

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px) rotate(5deg); }
    to   { transform: translate(0, -0px) rotate(0deg); }    
}

@keyframes agua {
    from { transform: translate(20px, -15px); opacity: 0.8;}
    45%  { transform: translate(20px, -15px) scale(1.05); opacity: 0.5; }
    to   { transform: translate(20px, -15px); }    
}

/* aliado */
#aliado-samsung{
    height: 0;
    padding-bottom: 76%;
    background: url(../img/aliado-samsung.jpg) top left no-repeat;
    background-size: cover;
    position: relative;
}
#aliado-samsung .mobile img {
	width: 100%;
}

/* bateria */
#bateria-samsung{
	background: #000 url(../img/bateria-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 56.5%;
	animation: anima-bateria-samsung 2s ease-in-out infinite alternate;
}
#bateria-samsung .mobile img {
	width: 100%;
	display: block;
}

@keyframes anima-bateria-samsung {
	0%, 33% {
		background: #000 url(../img/bateria-samsung.jpg) top center no-repeat;
		background-size: cover;
	}

	33%, 66% {
		background: #000 url(../img/bateria-2-samsung.jpg) top center no-repeat;
		background-size: cover;
	}

	66%, 100% {
		background: #000 url(../img/bateria-3-samsung.jpg) top center no-repeat;
		background-size: cover;
	}
} 

       
/* INTELIGENCIA */       
       
#inteligencia-samsung {
	position: relative;
	height: 0;
	padding-bottom: 52.35%;
}  

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

#anima-inteligencia-samsung {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/inteligencia-samsung.jpg) top left no-repeat;
	background-size: cover;
	height: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}   
       
#anima-inteligencia-samsung img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: anima-inteligencia-samsung 1s infinite alternate;
}

#anima-inteligencia-samsung img:nth-of-type(2) {
	animation-duration: 4s;
}

@keyframes anima-inteligencia-samsung {
0% {
	opacity: 75%;
	transform: scale(1.25) translateY(-1.25%);
}
25% {
	opacity: 100%;
	transform: scale(1);
}
50% {
	opacity: 50%;
	transform: scale(1.15) translateY(-1%);
}
75% {
	opacity: 75%;
	transform: scale(1);
}
100% {
	opacity: 100%;
	transform: scale(1.1) translateY(-.75%);
}
} 

/* LUMINOSIDADE */
 
#luminosidade-samsung {
	text-align: center;
}    

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

#cont-luminosidade-samsung {
    position: absolute;
    width: 64.7%;
    height: 66.2%;
    left: 50%;
    bottom: 18.25%;
    transform: translateX(-49.7%);
    mix-blend-mode: multiply;
}

#cont-luminosidade-samsung div {
	position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    background: #888;
    opacity: .8;
    left: 0;
	animation: anima-luminosidade-samsung 7.5s ease-in-out infinite alternate;
}

@keyframes anima-luminosidade-samsung {
0%, 20% {
	width: 0;
}

40%, 60% {
	width: 50.1%;
}

80%, 100% {
	width: 100%;
}
}

/* MULTITELA */

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

#multi-samsung .containerSamsung {
    padding: calc(20px + 4%) 15px 0% 15px;
}

#anima-multi-samsung {
	background: url(../img/multitela-1-samsung.jpg) top center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 54.4%;
	position: relative;
	overflow: hidden;
}

#anima-multi-samsung > img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1s all ease-in-out;
}

#show-multi:checked ~ #anima-multi-samsung > img {
	opacity: 1;
} 

#show-multi:checked ~ #anima-multi-samsung label img{
	opacity: 0;
} 

#anima-multi-samsung label {
    cursor: pointer;
    position: absolute;
    width: 27.9%;
    height: 23.6%;
    right: 7.6%;
    bottom: 31.5%;
}

#anima-multi-samsung label img{
	max-width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	animation: anima-multi-samsung 1s ease-in-out infinite alternate-reverse;
	transition: opacity .5s ease-in-out 0s;
} 

@keyframes anima-multi-samsung {
from {
	border: 10px solid rgba(0,247,255,.90);
}

to {
	border: 30px solid rgba(0,247,255,.45);
}
}
	
/* 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 img {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
	width: 95px;
}

#footer-samsung .containerSamsung {
	padding: calc(20px + 2%) 15px;
}

 /* RESPONSIVO */
      
@media (min-width: 768px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block !important;
	}

	#poder-samsung, #limpeza-samsung, #liberdade-samsung, #aliado-samsung, #bateria-samsung, #seuaspirador-samsung {
		background: none !important;
		animation: none !important;
		height: auto !important;
		padding-bottom: 0px !important;
		text-align: center;
	}

    #anima-seuaspirador-samsung {
	    background-image: url(../img/seuaspirador-samsung.jpg) !important;
	    height: auto !important;
	    padding-bottom: 0px !important;
	    width: 100%;
	    background-size: contain !important;
	    background-repeat: no-repeat;
	   }

	   #anima-seuaspirador-samsung  img {
	   	width: 100%;
	   	height: auto;
	   	bottom: 0;
	   	top: unset;
	   }

	   #anima-seuaspirador-samsung  img:nth-of-type(1) {
	   	position: relative;
	   	width: 100%;
	   }
	
	#seuaspirador-samsung{
		color: #000;
	}

	#poder-samsung, #seuaspirador-samsung, #bateria-samsung, #aliado-samsung {
    text-align: center;
	}
	
	.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);
	}
	#liberdade-samsung .containerSamsung{
		padding: calc(20px + 4%) 15px;
	}

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

@media (max-width: 450px) {
	#intro-samsung {
	    background: url(../img/introc-samsung.jpg) center top no-repeat;
	    background-size: cover;
	    padding-bottom: 145%;
	}
}