﻿body {
	font-family: "Arial";
	overflow-x: hidden;
}

/* ################################################# */

.texto-cor-amarela {
	color: #E1A90B !important;
}
.texto-cor-cinza {
	color: #808080 !important;
}
.fundo-cor-cinza {
	background-color: #DDDDDF !important;
}

/* ################################################# */

.div-padrao-imagem-fundo {
	background-image:url('../imagens/background.jpg');
	background-position: center; 
	background-size: contain; 
	background-repeat: no-repeat; 
}

/* ################################################# */
@media only screen and (max-width: 991px) {
	.div-padrao-imagem-fundo {
		background-image:url('');
	}
}
