
















/*celular*/

@media (max-width: 768px) {
	
	
	.emphasis .box
	{
		padding-top:24px;
		padding-bottom:24px;
		margin-bottom:8px;
		
	}

	.hero
	{
		height:150px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:top center;
		
		
	}



}


/*Tablet*/

@media (min-width: 769px) and (max-width: 1198px) {
	
	
	.emphasis 
	{
		margin-top:-40px !important	;
	}

	.emphasis .box
	{
		min-height:240px;
		width:32%;
		margin-bottom:8px;
		margin-top:-80px;
	}

	.hero
	{
		height:440px;		
		background-size:cover;
		background-repeat:no-repeat;
		background-position:top center;
		
		
	}
	
}



/*Desktop*/
@media (min-width: 1199px) {
	
	
	.emphasis .box
	{
		min-height:216px;
		width:348px;
		margin-top:-80px;
	
	}

	.hero img
	{
		width:100%;
		height:100%;		
		object-fit: cover;
		
		
	}


}