body, 
.z-window.pdgmgouv, 
.pdgmgouv .z-window-content,
.window_pdg>.z-window-content{
	background: #fff !important;
}

.content{
	padding-top:15px;
	background: #fff !important;
	background-image:none !important;
}

.box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
	position: relative;
	color: #fff;
	padding: 45px 10px;
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	cursor: pointer;
	text-align: center;
	background: #000;
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
	filter: alpha(opacity = 70);
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 20% 50%;
	-webkit-transition: -webkit-transform 1s linear;
	-moz-transition: -moz-transform 1s linear;
	-ms-transition: -ms-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	transition: transform 1s linear;
}

.box:hover .mask {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform 1s linear;
	-moz-transition: -moz-transform 1s linear;
	-ms-transition: -ms-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	transition: transform 1s linear;
	opacity: .6;
	filter: alpha(opacity = 60);
}

.icon {
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
	display: block;
	font-size: 26px;
	font-size: 1.625rem;
	height: 60px;
	line-height: 60px;
	margin: auto auto 15px;
	width: 60px;
	overflow: hidden;
	color: #fff;
	position: relative;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.box:hover .icon {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.icon:before{
	speak: none;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.box:hover .icon:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

.title {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	position: relative;
}

.denuncia .mask {background-image: url(../imagens/denuncia.jpg)}
.denuncia:hover .icon{color:#732427}

.reclamacao .mask {background-image: url(../imagens/reclamacao.jpg)}
.reclamacao:hover .icon{color:#82893a}

.solicitacao .mask {background-image: url(../imagens/solicitacao.jpg)}
.solicitacao:hover .icon{color:#33495a}

.sugestao .mask {background-image: url(../imagens/sugestao.jpg)}
.sugestao:hover .icon{color:#322c48}

.elogio .mask {background-image: url(../imagens/elogio.jpg)}
.elogio:hover .icon{color:#246147}

.acesso .mask{background-image: url(../imagens/acesso.jpg)}
.acesso:hover .icon{color:#515559}

.consulta .mask{background-image: url(../imagens/consulta.jpg)}
.consulta:hover .icon{color:#515559}

@-webkit-keyframes toLeftFromRight {
	49% {-webkit-transform: translate(-100%)}
	50% {opacity: 0;-webkit-transform: translate(100%)}
	51% {opacity: 1}
}
@-moz-keyframes toLeftFromRight {
	49% {-moz-transform: translate(-100%)}
	50% {opacity: 0;-moz-transform: translate(100%)}
	51% {opacity: 1}
}
@keyframes toLeftFromRight {
	49% {transform: translate(-100%)}
	50% {opacity: 0;transform: translate(100%)}
	51% {opacity: 1}
}

.text_overflow .z-listcell-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: help;
}

/*===============================================*/
/*	MEDIA
/*===============================================*/
@media (max-width: 320px){
	.acesso .title{
		font-size:26px;
		font-size: 1.625rem;
		margin: 0 20px;
	}
}

@media (max-width: 568px){
	.box{
		padding:15px;
		text-align:center;
	}
	.mask{
		background-position: 50% 50%;
	}
	.icon{
		display:inline-block;
		float:left;
		margin:0;
	}
	.title{
		font-size:28px;
		font-size: 1.75rem;
		margin: 13px 0;
    	display: block;
	}	
}

@media (min-width: 768px) and (max-width: 1199px){
	.acesso{padding: 48px 10px;} 
	.acesso .title{
		font-size:26px;
		font-size: 1.625rem;
	}
}