@charset "utf-8";
/* CSS Document */
.special-content{
	font-family: 'Segoe', "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Verdana', "sans-serif";
	font-size: 21px;
	color:#1B1B1B;
	font-style: normal;
	line-height: 22pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style:none;
	max-width:970px; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF;
	margin-bottom: 30px
}
.special-content p{
	padding-bottom: 10px
}
.special-content a{
	color: #072f51;
	font-weight: bold;
	text-decoration: underline
}
.special-content h4{
	color: #072f51;
	font-size: 48px;
	line-height: 40pt;
	padding-bottom: 35px;
	font-weight:normal;
}
.special-content h4 strong{
	line-height: 22pt;
}
.special-content h5 strong{
	font-size: 48px;
	line-height: 25pt;
}
.special-content h5{
	color: #072f51;
	font-size: 50px;
	line-height: 40pt;
	font-weight: normal;
	padding-bottom: 20px
}
.special-content .clear{
	clear: both
}
.special-content .absolute{
	position: absolute;
	margin-left: 550px;
	padding-top: 445px
}
.special-content .back1{
	background: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/73/13321176/images/Nespresso-Lattissima-Touch_1.jpg);
	height: 810px
}
.special-content .back2{
	background: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/73/13321176/images/Nespresso-Lattissima-Touch_2.jpg);
	height: 704px
}
.special-content .back3{
	background-color: #e3e0d9;
	margin-bottom: 10px
}
.special-content .back4{
	background: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/73/13321176/images/Nespresso-Lattissima-Touch3.jpg);
	height: 572px;
	position: relative
}
.special-content .back5{
	background: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/73/13321176/images/Nespresso-Lattissima-Touch4.jpg);
	height: 697px
}
.special-content .back6{
	background: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/73/13321176/images/Nespresso-Lattissima-Touch_5.jpg);
	height: 836px
}
.special-content .back7{
	background: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/73/13321176/images/Nespresso-Lattissima-Touch_6.jpg);
	height: 856px
}
.special-content footer{
	background-color: #5e3512;
	height: 20px
}
.special-content .alignimg{
	margin-left: 199px;
	padding-top: 95px
}
.special-content .alignimg1{
	margin-left: 108px;
}
.special-content .texto{
	margin-left: 30px;
	width: 910px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}
.special-content .texto1{
	margin-left: 30px;
	width: 250px;
	padding-top: 42px
}
.special-content .coluna1{
	float: left;
	margin-left: 108px;
}
.special-content .coluna2{
	float: left;
	margin-left: 40px;
	width: 265px;
	padding-top: 480px
}
.special-content .coluna3{
	float: left;
	margin-left: 63px;
}
.special-content .coluna4{
	float: left;
	margin-left: 34px;
	width: 455px;
	padding-top: 150px
}
.special-content .colorfont{
	color: #fff
}

/* FUMAÇA */
.special-content ul
{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	margin: 0;
	padding: 0;	
}
.special-content li
{
	position: absolute;
	list-style: none;
	width: 50px;
	height: 50px;
	background: #fffff4;
	border-radius: 50%;
	filter: blur(40px); 
	opacity: 1
}
.special-content li:nth-child(even)
{
	animation: animateEven 3.8s linear infinite;	
}
.special-content li:nth-child(odd)
{
	animation: animateOdd 3.8s linear infinite;	
}
.special-content li:nth-child(9)
{
	animation: none;
	filter: blur(15px);	
}
@keyframes animateEven
{
	0%
	{
		transform: translate(0,0) scale(1);
		opacity: 1;
		filter: blur(15px);
	}
	100%
	{
		transform: translate(50px,-250px) scale(3);
		opacity: 0;
		filter: blur(20px);
	}
}
@keyframes animateOdd
{
	0%
	{
		transform: translate(0,0) scale(1);
		opacity: 1;
		filter: blur(15px);
	}
	100%
	{
		transform: translate(-100px,-500px) scale(3);
		opacity: 0;
		filter: blur(20px);
	}
}
.special-content li:nth-child(1)
{
	animation-delay: .1s;	
}
.special-content li:nth-child(2)
{
	animation-delay: .4s;	
}
.special-content li:nth-child(3)
{
	animation-delay: .8s;	
}
.special-content li:nth-child(4)
{
	animation-delay: 1.2s;	
}
.special-content li:nth-child(5)
{
	animation-delay: 1.6s;	
}
.special-content li:nth-child(6)
{
	animation-delay: 1.8s;	
}
.special-content li:nth-child(7)
{
	animation-delay: 2s;	
}
.special-content li:nth-child(8)
{
	animation-delay: 2.4s;	
}