/* 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) left top no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 61%;
}

#intro-samsung h2 {
	display: none;
}

/*legenda tv */

#legenda-tv-samsung {
	background-color: #dedede;
	color: #929191;
	text-align: center;
	padding: 2.5% 0 .75%;
	text-align: center;
}

#legenda-tv-samsung .containerSamsung {
	padding: 0 15px 0 15px;
}

/* acoustic-bean-samsung */
#acoustic-bean-samsung .containerSamsung{
	text-align: center;
}

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

#anima-acoustic-bean-samsung img{
    position: absolute;
    top: 1.2%;
    left: 40.2%;
    width: 51%;
	animation: fade-pulsar 7s infinite;
	opacity: 0;
}

@keyframes fade-pulsar{
	0%{
		opacity: 0;
	}
	30%,70%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
	
}
/* experiencia-som-samsung */
#experiencia-som-samsung .containerSamsung:nth-child(1){
	text-align: center;
}

#experiencia-som-samsung .containerSamsung:nth-child(2){
	padding: 0 15px;
}

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

#anima-experiencia-som-samsung img:nth-child(1){
    position: absolute;
    top: 0%;
    left: -0.7%;
	width: 100%;
	animation: fade-bluetooth 7s infinite;
	animation-delay: 2s;
	opacity: 0;
}

#anima-experiencia-som-samsung img:nth-child(2){
    position: absolute;
    top: 0%;
    left: 0%;
	width: 100%;
	animation: fade-bluetooth 7s infinite;
	animation-delay: 3s;
	opacity: 0;
}

#anima-experiencia-som-samsung img:nth-child(3){
    position: absolute;
    top: 0%;
    left: 0%;
	width: 100%;
	animation: fade-bluetooth 7s infinite;
	animation-delay: 4s;
	opacity: 0;
}

#anima-experiencia-som-samsung img:nth-child(4){
    position: absolute;
    bottom: 7%;
    left: 36.1%;
	width: 29%;
	animation: fade-bluetooth 7s infinite;
    opacity: 0;
}

#anima-experiencia-som-samsung img:nth-child(5){
    position: absolute;
    bottom: 0%;
    left: 32%;
	width: 37%;
	animation: fade-bluetooth 7s infinite;
	animation-delay: 1s;
    opacity: 0;
}

#equaliza-samsung .containerSamsung p,
#modo-game-samsung .containerSamsung p{
    padding: 0 15% 0 15%;
}

/* equaliza-samsung */
.containerSamsung{
	text-align: center;
}

#anima-equaliza-samsung{
	height: 0;
	padding-bottom: 47.75%;
	position: relative;
}

#anima-equaliza-samsung iframe{
    position: absolute;
    top: 0;
	left: 10%;
    width: 80%;
    height: 100%;
}

/* modo-game-samsung */
#modo-game-samsung .containerSamsung{
	text-align: center;
}

#modo-game-samsung .containerSamsung p,
#subwoofer-wireless-samsung .containerSamsung p{
	padding: 0 10% 0 10%;
}

#anima-modo-game-samsung{
	background: url(../img/modo-game.jpg) top left no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 55.5%;
}

/* bluetooth-samsung */
#bluetooth-samsung img{
	width: 100%;
}

#bluetooth-samsung .containerSamsung p{
	padding: calc(20px + 3%) 15px;
}

#anima-bluetooth-samsung{
    background: url(../img/bluetooth-1.jpg) top left no-repeat;
    background-size: contain;
    height: 0;
    padding-bottom: 68%;
    position: relative;
}

#anima-bluetooth-samsung img{
    position: absolute;
    top: 42.2%;
    left: 38.9%;
    width: 27%;
    animation: fade-bluetooth 5s infinite;
    opacity: 0;
}

@keyframes fade-bluetooth{
	0%{
		opacity: 0.0;
	}
	40%,60%{

		opacity: 1;
	}
	100%{
		opacity: 0.0;
	}
}

#anima-bluetooth-samsung-2{
    background: url(../img/bluetooth-2.jpg) top left no-repeat;
    background-size: contain;
    height: 0;
    padding-bottom: 68%;
    position: relative;
}

#anima-bluetooth-samsung-2 img{
    position: absolute;
    top: 56.2%;
    left: 39.5%;
    width: 27%;
    animation: fade-bluetooth 5s infinite;
    opacity: 0;
}

/* subwoofer-wireless-samsung */
#subwoofer-wireless-samsung{
	background: url(../img/subwoofer-wireless.jpg) top center no-repeat;
	background-size: cover;
}

#subwoofer-wireless-samsung .containerSamsung:nth-child(2){
	padding: 0 15px calc(20px + 4%) 15px;
}

#subwoofer-wireless-samsung .containerSamsung{
	text-align: center;
	color: #fff;
}

#anima-subwoofer-wireless-samsung iframe{
    position: absolute;
    top: 0;
	left: 10%;
    width: 80%;
    height: 100%;
}

#anima-subwoofer-wireless-samsung{
	height: 0;
    padding-bottom: 44.5%;
	position: relative;
}

#design-slim-samsung .containerSamsung{
	text-align: center;
}

#anima-design-slim-samsung{
	background: url(../img/design-slim.jpg) top left no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 50%;
}

/* sincronia-sonora-samsung */
#sincronia-sonora-samsung .containerSamsung{
	text-align: center;
}

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

#anima-sincronia-sonora-samsung img:nth-child(1){
    position: absolute;
    top: 37%;
    left: 17%;
    height: 28%;
    animation: fade-pulsar 5s infinite;
    opacity: 0;
}

#anima-sincronia-sonora-samsung img:nth-child(2){
	position: absolute;
    bottom: 3.2%;
    left: 17%;
    height: 21%;
	animation: fade-pulsar 5s infinite;
	animation-delay: 1s;
    opacity: 0;
}

/* assistente-pessoal */
#assistente-pessoal-samsung .containerSamsung{
	text-align: center;
}

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

#anima-assistente-pessoal-samsung img:nth-child(1){
    position: absolute;
    top: 40%;
    right: -4%;
    height: 27%;
    animation: fade-pulsar 7s infinite;
	opacity: 0;
	animation-delay: 2s;
}

#anima-assistente-pessoal-samsung img:nth-child(2){
    position: absolute;
    top: 33%;
    left: 35%;
	height: 7.1%;
	animation: fade-pulsar 7s infinite;
    opacity: 0;
}

#anima-assistente-pessoal-samsung img:nth-child(3){
	position: absolute;
    top: 35.3%;
    left: 36.5%;
	height: 3%;
	animation: fade-pulsar 7s infinite;
    opacity: 0;
}

/* ESPECIALISTA */

#especialista-samsung img {
	max-width: 100%;
	display: block;
	margin-top: 2.5%;
}

#especialista-samsung .colSamsung-md-6:nth-of-type(2) img {
	margin-top: 15.25%;
}

/* 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 (main-width: 1280px) {
 }

@media (max-width: 1080px) {
	 h3 {
		margin-top: 0 !important;
	}
	
	.wrapperSamsung h3 {
	margin: 0 0 5px;
}

.wrapperSamsung h4 {
	margin: 0 0 5px;
}

}
      
@media (min-width: 768px) {
	.mobile {
		display: none;
	}
}

@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);
	}

	#equaliza-samsung .containerSamsung p,
	#modo-game-samsung .containerSamsung p,
	#subwoofer-wireless-samsung .containerSamsung p{
		padding: 0;
	}	

	#subwoofer-wireless-samsung{
		background: #fff;
	}
	#subwoofer-wireless-samsung .containerSamsung{
		color: #000;
	}
	#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);
	}
    #footer-samsung p {
        font-size: 1.5vw;
        line-height: calc(3px + 2vw);
    }

}
    
@media (max-width: 575px) {
	.rowSamsung.menu-centro-samsung {
		margin: 0 auto 8% auto !important;
	}
}
    
@media (min-width: 451px) {
	.mobile {
		display: none;
	}
}
    
@media (max-width: 450px) {
	.desktop {
		display: none !important;
	}
	
	#intro-samsung {
		background: url(../img/introc-samsung.jpg) center top no-repeat;
		background-size: cover;
		padding-bottom: 146%;
	}
	}
    
@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: 365px) {

}
  
@media (max-width: 325px) {
}