

/*<style>*/

@charset "utf-8";



	
	.fundo-geral {
		
		
		background-color: rgb(255, 255, 255) !important;
		
		
	}
	
	.dado-empresa {
		
		
		background-color: rgb(56, 56, 56) !important;
		
		margin: 0 0 1rem !important;
		
		padding: .3rem 1rem !important;
		
		border-radius: 10px !important;
		
		
	}
	
	.dado-empresa .titulos-dado-empresa {
		
		
		font-family: FontPadrao !important;
		
		font-size: ; text-transform: uppercase; !important;
		
		font-weight: ;letter-spacing: 0.1rem; !important;
		
		color: rgb(214, 203, 20) !important;
		
		
	}
	
	
	.dado-empresa .texto-dado-empresa {
		
		
		color: rgb(245, 171, 0) !important;
		
		
	}
	
	.dado-empresa .imagem-empresa {
		
		
		border-radius: 5px !important;
		
		box-shadow: 0 1px 5px rgba(0,0,0,.3) !important;
		
		
		
		width: 100%;
		height:auto;
		
	}
	

