.res-conflitos { cursor: pointer; }

.res-conflitos-popup {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10;
	top: 0;
	left: 0;
}

.res-conflitos-box {
	position: fixed;
	right: 50%;
	bottom: 120%;
	-webkit-transform: translate(50%, 50%);
	   -moz-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		 -o-transform: translate(50%, 50%);
			transform: translate(50%, 50%);
	background-color: #fff;
	padding: 70px 50px;
	width: 400px;
	max-width: 90%;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.res-conflitos-box .conteudo-editavel a { color: #e30613; }

.res-conflitos-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	background-color: #fff;
	text-align: center;
	color: #212121;
	font-size: 18px;
	cursor: pointer;
}

.res-conflitos-close:hover {
	background-color: #212121;
	color: #fff;
}
