	

	#descricao_receita{
		display:inline-block;
		vertical-align:top;
		width:20%;
		padding:70px 0 50px 1%;
		text-align:left;		
	}
		#descricao_receita .titulo_descricao{
			padding:0 0 20px 0;
			color:#FFF;
			font-size:20px;
			font-family:'Aller';
		}
			#descricao_receita .titulo_descricao .texto{
				line-height:20px;
			}
		
	
	
	#receitas{
		display:inline-block;
		vertical-align:top;
		width:45%;
		padding:25px 28% 150px 5%;
		text-align:left;
		background:url(../../imagens/receitas/imagem_bk.png) right top no-repeat;
		background-size:55%;			
	}
		#receitas .titulo{
			display:inline-block;
			padding:20px 20px 20px 20px;
			margin:0 0 55px 0;
			color:#FFF;
			font-size:40px;
			font-family:'Aller';
			background:url(../../imagens/bk_titulo.png) center top repeat-x, url(../../imagens/bk_titulo.png) center bottom repeat-x, url(../../imagens/bk_canto_titulo.png) left top no-repeat, url(../../imagens/bk_canto_titulo.png) left bottom no-repeat, url(../../imagens/bk_canto_titulo.png) right top no-repeat, url(../../imagens/bk_canto_titulo.png) right bottom no-repeat;	
			text-align:center;	
		}
		
		#receitas .sem_sublinhado{
			display:inline-block;
			vertical-align:top;
			width:44%;
			margin:25px 5% 5px 0;
			transition:0.5s;
		}
		#receitas .box_receita{
			display:inline-block;
			vertical-align:top;
			width:100%;
			padding:0 0 15px 0;
			text-align:left;
			text-decoration:none;
			color:#FFF;
			background:url(../../imagens/bk_titulo.png) center bottom repeat-x;
			transition:0.5s;
		}
			#receitas .box_receita img{
				display:inline-block;
				width:100%;
				max-width:435px;
				height:auto;
			}
			#receitas .box_receita .data_receita{
				display:inline-block;
				width:100%;
				padding:10px 0 5px 0;
				color:#04330E;
				font-size:13px;
				font-family:'Aller';
				text-decoration:none;
				transition:0.5s;
			}
			#receitas .box_receita .titulo_receita{
				display:inline-block;
				width:100%;
				color:#04330E;
				font-size:18px;
				font-family:'Aller';
				text-decoration:none;
				font-weight:bold;
				transition:0.5s;
			}
			.fb-like{
				margin:10px 0 0 0;
			}
			
			#receitas .box_receita .link_receita{
				display:inline-block;
				width:100%;
				color:#FFF;
				font-size:12px;
				padding:10px 0 5px 0;
			}
			#receitas .box_receita .tempo_receita{
				display:inline-block;
				width:90%;
				padding:10px 0 10px 10%;
				background:url(../../imagens/receitas/icone_tempo.png) left center no-repeat;
				background-size:8%;
				color:#04330E;
				font-size:15px;
				font-family:'Aller';
				text-decoration:none;
				transition:0.5s;				
			}
			
			#receitas .box_receita:hover .data_receita, #receitas .box_receita:hover .titulo_receita, #receitas .box_receita:hover .tempo_receita{
				color:#FFF;
			}
			#receitas .box_receita:hover .tempo_receita{
				background:url(../../imagens/receitas/icone_tempo_branco.png) left center no-repeat;
				background-size:8%;			
			}
	
	
	#receitas .bt_pagina{
		display:inline-block;
		vertical-align:top;
		width:44%;
		margin:25px 5% 5px 0;
		text-align:left;
	}
		#receitas .bt_pagina a{
			color:#04330E;
			font-size:18px;
			font-family:'Aller';
			text-decoration:none;
			font-weight:bold;
			transition:0.5s;
		}
			#receitas .bt_pagina a:hover{
				color:#FFF;
			}
		#receitas .bt_dir{
			text-align:right;
		}
	

/* --------------------- RESPANSIVO TABLET --------------------- */

@media  (min-width : 651px) and (max-width: 1250px)
{
	#receitas .box_receita{
		width:90%;
		margin:25px 0 5px 0;
		padding:0 0 15px 0;
	}
}

/* --------------------- RESPANSIVO CELULAR --------------------- */

@media (max-width: 650px) {		
	
	#descricao_receita{
		width:90%;
		padding:30px 0 50px 0;
		text-align:center;		
	}
		#descricao_receita .titulo_descricao{
		}
			#descricao_receita .titulo_descricao .texto{
			}
		
	
	
	#receitas{
		width:90%;
		padding:10px 0 85% 0;
		margin:0 0 30px 0;
		text-align:center;
		background:url(../../imagens/receitas/imagem_bk.png) center bottom no-repeat;
		background-size:90%;			
	}
		#receitas .titulo{
		}
		
		#receitas .sem_sublinhado{
			display:inline-block;
			vertical-align:top;
			width:90%;
			margin:25px 5% 5px 0;
		}
		#receitas .box_receita{
			width:100%;
			padding:0 0 15px 0;
			text-align:center;
		}
			#receitas .box_receita img{
			}
			#receitas .box_receita .data_receita{
			}
			#receitas .box_receita .titulo_receita{
			}
			#receitas .box_receita .link_receita{
			}
			#receitas .box_receita .tempo_receita{
				width:90%;
				padding:40px 0 0 0;
				background:url(../../imagens/receitas/icone_tempo.png) center 10px no-repeat;
				background-size:auto;		
			}
			
			#receitas .box_receita:hover .data_receita, #receitas .box_receita:hover .titulo_receita, #receitas .box_receita:hover .tempo_receita{
			}
			#receitas .box_receita:hover .tempo_receita{
				background:url(../../imagens/receitas/icone_tempo_branco.png) center 10px no-repeat;
				background-size:auto;			
			}
			
	#receitas .bt_pagina{
		width:49%;
		margin:25px 0 25px 0;
	}
		#receitas .bt_pagina a{
			font-size:12px;
		}
			#receitas .bt_pagina a:hover{
			}
		#receitas .bt_dir{
		}
	
}		