
.img_secador_cafe_01
{	
	/*width: 400px;	*/
	border-radius:10px 10px 10px 10px ;
	text-align: center;
}
.df_proj02_cont_01_pai
{
	display: flex;		
	margin: 0px;
	padding: 0px;		
}
.df_proj02_cont_01_filho1
{	
	
	margin-right:10px;
	margin-left: 10px;
	margin-top: 8px;	
}
.df_proj02_cont_01_filho2
{	
	width: calc(100% - 400px);
	border-radius: 10px 0px 0px 10px;
	margin-top:10px ;	
	border: 1px solid #ff9c00;
	border-right: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
/*--------------------------------*/
.img_circuito_eletronico_secador_de_cafe
{
	border-radius:10px 10px 10px 10px ;
	/*width: 250px;	*/
	/*height: auto;*/
}
.df_proj02_cont_02_pai
{
	display: flex;		
	margin: 0px;
	padding: 0px;	
	margin-top: -35px;
}
.df_proj02_cont_02_filho1
{	
	width: calc(100% - 250px);
	border-radius: 0px 10px 10px 0px;
	margin-top:10px ;	
	border: 1px solid #ff9c00;
	border-left: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
.df_proj02_cont_02_filho2
{		
	margin-right:10px;
	margin-left: 10px;
	margin-top: 8px;		
}
/*--------------------------------*/
.img_placa_eletronica_secador_cafe_frontal
{
	/*width: 350px;*/
	width: auto;	
	height: auto;	
	border-radius:10px 10px 10px 10px ;
}
.df_proj02_cont_03_pai
{
	display: flex;		
	margin: 0px;
	padding: 0px;
	margin-top: -35px;	
}
.df_proj02_cont_03_filho1
{	
	
	margin-right:10px;
	margin-left: 10px;
	margin-top: 8px;		
}
.df_proj02_cont_03_filho2
{	
	width: calc(100% - 350px);
	border-radius: 10px 0px 0px 10px;
	margin-top:10px ;	
	border: 1px solid #ff9c00;
	border-right: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
/*--------------------------------*/
/*--------------------------------*/
.img_estrutura_secador_de_cafe
{
	/*width: 350px;	*/
	height: auto;
	border-radius:10px 10px 10px 10px ;
}
.df_proj02_cont_04_pai
{
	display: flex;		
	margin: 0px;
	padding: 0px;	
	margin-top: -35px;
}
.df_proj02_cont_04_filho1
{	
	width: calc(100% - 350px);
	border-radius: 0px 10px 10px 0px;
	margin-top:10px ;	
	border: 1px solid #ff9c00;
	border-left: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
.df_proj02_cont_04_filho2
{		
	margin-right:10px;
	margin-left: 10px;
	margin-top: 8px;		
}
/*--------------------------------*/
.img_alimentador_secador_de_cafe
{
	width: 500px;	
	border-radius:0px 0px 0px 0px ;
}
.df_proj02_cont_05_pai
{
	display: flex;		
	margin: 0px;
	padding: 0px;
	margin-top: -35px;	
}
.df_proj02_cont_05_filho1
{	
	margin-right:10px;
	margin-left: 10px;
	margin-top: 8px;		
}
.df_proj02_cont_05_filho2
{	
	width: calc(100% - 500px);
	border-radius: 10px 0px 0px 10px;
	margin-top:10px ;	
	border: 1px solid #ff9c00;
	border-right: 0px;
	padding-top: 5px;
	padding-left: 10px;
}

/*==================================================================*/
/*=========================== RESPONSIVO ===========================*/
/*==================================================================*/

@media (max-width:1000px)
{
	/*----------------------------------------------*/
	/*--------- FONT SIZE (TXT2_MONT_PCI) ----------*/
	/*----------------------------------------------*/
	.titulo_principal
	{
		font-size: 30px;
		text-underline-offset: 8px;				
	}
	/*.titulo_principal2
	{
		font-size: 30px;
		text-underline-offset: 8px;				
	}
	.quebra_linha1
	{
		display: none;
	}*/
}



/*---------------------- DIMINUI FONTE ----------------------------*/
@media (max-width:940px)
{	
	.df_proj02_cont_01_filho2
	{		
		font-size: 15px;		
	}
	.df_proj02_cont_02_filho1
	{		
		font-size: 15px;		
	}
	.df_proj02_cont_03_filho2
	{		
		font-size: 15px;		
	}
	.df_proj02_cont_04_filho1	
	{		
		font-size: 15px;		
	}
	.df_proj02_cont_05_filho2
	{		
		font-size: 15px;		
	}
	

	
	
}

/*---------------------- DIMINUI IMAGENS ----------------------------*/
@media (max-width:900px)
{
	/*---------- CONTEUDO 1 ----------*/
	.além
	{
		
	    width: 300px;
	    height:249px;
	    object-fit: cover;
	    /*object-position: 0px 0px; */	    
	}
	.df_proj02_cont_01_filho2
	{	
		width: calc(100% - 300px);
	}
	/*---------- CONTEUDO 2 ----------*/
	.img_circuito_eletronico_secador_de_cafe
	{
		
	    width: 230px;
	    height:327px;
	    object-fit: cover;
	    /*object-position: 0px 0px; */	    
	}
	.df_proj02_cont_02_filho1
	{	
		width: calc(100% - 230px);
	}
	/*---------- CONTEUDO 3 ----------*/
	.img_placa_eletronica_secador_cafe_frontal
	{
		
	    width: 290px;
	    height:281px;
	    object-fit: cover;
	    /*object-position: 0px 0px; */	    
	}
	.df_proj02_cont_03_filho2
	{	
		width: calc(100% - 290px);
	}
	/*---------- CONTEUDO 4 ----------*/
	.img_estrutura_secador_de_cafe
	{
		
	    width: 280px;
	    height:321px;
	    object-fit: cover;
	    /*object-position: 0px 0px; */	    
	}
	.df_proj02_cont_04_filho1
	{	
		width: calc(100% - 280px);
	}
	/*---------- CONTEUDO 5 ----------*/
	.img_alimentador_secador_de_cafe
	{
		
	    width: 400px;
	    height:322px;
	    object-fit: cover;
	    /*object-position: 0px 0px; */	    
	}
	.df_proj02_cont_05_filho2
	{	
		width: calc(100% - 400px);
	}
	







}
/*---------------------- QUEDA DOS FLEX BOX----------------------------*/
@media (max-width:800px)
{

	/*---------- CONTEUDO 1 ----------*/
	.df_proj02_cont_01_pai
	{		
		flex-flow: column wrap;			
	}
	.df_proj02_cont_01_filho1
	{
		width: 100%;		
		margin-left: 0;
		text-align: center;
	}
	.df_proj02_cont_01_filho2
	{
		width: 100%;
		border-right: 1px solid orange;
		border-radius: 10px 10px 10px 10px;
	}
	.img_secador_cafe_01
	{
		
	    /*width: 400px;*/
	    height:auto;	    	    
	}
	/*---------- CONTEUDO 2 ----------*/
	.df_proj02_cont_02_pai
	{		
		flex-flow: column wrap;
		flex-direction:column-reverse;
	}
	.df_proj02_cont_02_filho1
	{
		width: 100%;		
		margin-left: 0;	
		border-left: 1px solid orange;	
		border-radius: 10px 10px 10px 10px;
	}
	.df_proj02_cont_02_filho2
	{
		width: 100%;				
		text-align: center;
	}
	.img_circuito_eletronico_secador_de_cafe
	{
		
	    /*width: 250px;*/
	    width: auto;
	    height:auto;	    	    
	}
	/*---------- CONTEUDO 3 ----------*/
	.df_proj02_cont_03_pai
	{		
		flex-flow: column wrap;			
	}
	.df_proj02_cont_03_filho1
	{
		width: 100%;		
		margin-left: 0;
		text-align: center;
	}
	.df_proj02_cont_03_filho2
	{
		width: 100%;
		border-right: 1px solid orange;
		border-radius: 10px 10px 10px 10px;
	}
	.img_placa_eletronica_secador_cafe_frontal
	{
		
	    /*width: 350px;*/
	    width: auto;
	    height:auto;	    	    
	}
	/*---------- CONTEUDO 4 ----------*/
	.df_proj02_cont_04_pai
	{		
		flex-flow: column wrap;
		flex-direction:column-reverse;
	}
	.df_proj02_cont_04_filho1
	{
		width: 100%;		
		margin-left: 0;	
		border-left: 1px solid orange;	
		border-radius: 10px 10px 10px 10px;
	}
	.df_proj02_cont_04_filho2
	{
		width: 100%;				
		text-align: center;
	}
	.img_estrutura_secador_de_cafe
	{
		
	    /*width: 350px;*/
	    width: auto;
	    height:auto;	    	    
	}
	/*---------- CONTEUDO 5 ----------*/
	.df_proj02_cont_05_pai
	{		
		flex-flow: column wrap;			
	}
	.df_proj02_cont_05_filho1
	{
		width: 100%;		
		margin-left: 0;
		text-align: center;
	}
	.df_proj02_cont_05_filho2
	{
		width: 100%;
		border-right: 1px solid orange;
		border-radius: 10px 10px 10px 10px;
	}
	.img_alimentador_secador_de_cafe
	{
		
	    /*width: 400px;*/
	    width: auto;
	    height:auto;	    	    
	}

	@media (max-width:780px)
{

	.titulo_principal
	{
		font-size: 25px;
		text-underline-offset: 6px;	
		text-decoration-thickness: 0px;	
	}
	/*.titulo_principal2
	{
		font-size: 10px;
		text-underline-offset: 6px;	
		text-decoration-thickness: 0px;	
	}*/


}






	
}
