#blogfaixa{
	background: #000;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#blogfaixa h1{
    line-height: 55px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: rgba(255,255,255,1);
    letter-spacing: -0.3px;
}
#blogdetalhe{
	background: #f4f4f4;
	padding-top: 50px;
}
#blogdetalhe h1{
    line-height: 55px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
    background: url(../images/bg-texto-3.png) top left no-repeat;
    background-position-x: 24px;
    background-position-y: -2px;
    margin-bottom: 50px;
}
#blogdetalhe h2{
    line-height: 30px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: rgba(85,85,85,1);
    letter-spacing: -0.3px;
    margin-bottom: 50px;
}
#blogdetalhe .autor{
	float: left;
	width: 50%;
	text-align: left;
	line-height: 30px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(85,85,85,1);
	margin-bottom: 85px;
}
#blogdetalhe .autor span{
	font-size: 15px;
	display: block;
}
#blogdetalhe .compartilhar{
	float: right;
	width: 50%;
	text-align: right;
	margin-bottom: 85px;
}
#blogdetalhe .compartilhar #Redes_Sociais{
	width: max-content;
	float: right;
}
#blogdetalhe .conteudo{
	padding-left: 85px;
	padding-right: 85px;
}
#blogdetalhe .conteudo img{
	width: 100%;
	margin-bottom: 35px;
}
#blogdetalhe .conteudo p{
	line-height: 40px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgba(100,100,100,1);
    letter-spacing: -0.3px;
}
#blog{
	padding-bottom: 0px;
	background: #f4f4f4;
	padding-top: 90px;
}
#blog h1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
	margin-bottom: 20px;
}
#blog p{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
	margin-bottom: 20px;
}
#blog span{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
	margin-bottom: 70px;
	display: block;
}
#blog img{
	max-width: 100%;
	margin-bottom:30px;
}
#blog ul{
	list-style: none;
	text-align: right;
	padding: 0;
	width: 100%;
	height: 48px;
	margin-bottom: 60px;
	margin-top: 20px;
}
#blog ul li{
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgba(0,0,0,1);
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
#blog ul li a{
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgba(0,0,0,1);
	height: 60px;
	line-height: 60px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
#blog ul li:hover a{
	background: #FFF;
	border-radius: 60px;
}

#blog h1.titulo{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 45px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
	float: left;
	width: 50%;
	margin-bottom: 95px;
}
#blog a.btn-todos{
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgba(0,0,0,1);
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	background: url(../images/bg-btn-todos-interna.png) center no-repeat;
	width: 231px;
	height: 60px;
	text-align: center;
	display: block;
	float: right;
	margin-bottom: 95px;
}
@media (max-width: 980px){
	#blog{
		padding-bottom: 195px;
	}
	#blog h1,#blog p{
		width: 100%;
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	#blog span{
		text-align: center;
		width: 100%;
	}
	#blogfaixa{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#blogdetalhe{
		padding-top: 25px;
	}
	#blogfaixa h1{
    	font-size: 20px;
    	line-height: 25px;
		margin-bottom: 0px;
	}
	#blog ul{
		height: auto;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#blog ul li{
		display: inline-block;
		text-align: center;
		width: 45%;
	}
	#blog ul li:nth-child(1){
		display: block;
		text-align: center;
		width: 100%;
	}
	#blogdetalhe h1 {
	    line-height: 35px;
	    font-size: 30px;
	    background-position-x: 15px;
	    background-position-y: 0px;
	    margin-bottom: 30px;
	    background-size: 40px;
	}
	#blogdetalhe h2{
		line-height: 28px;
	    font-size: 18px;
	}
	#blogdetalhe .autor,#blogdetalhe .compartilhar{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	#blogdetalhe .compartilhar #Redes_Sociais{
		float: none;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}
	#blogdetalhe .conteudo{
		padding-left: 0;
		padding-right: 0;
		margin-top: 75px;
	}
	#blogdetalhe .conteudo p{
		line-height: 22px;
	    font-size: 18px;
	}
	#blog h1.titulo{
		line-height: 35px;
	    font-size: 30px;
	    text-align: center;
	    width: 100%;
	    display: block;
	    margin-bottom: 20px;
	    float: none;
	}
	#blog a.btn-todos{
		display: block;
		margin: 0 auto;
	    margin-bottom: 20px;
	    float: none;
	}
}