.content-p {
	background-color: #EFEFEF;
}
#c-img-pqrs {
	width: 100%;
	padding: 10px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#c-img-pqrs img {
	width: 80%;
}

#c-f-pqrs {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#c-f-pqrs form {
	width: 100%;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.c-i-pqrs {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.c-i-pqrs input, select, textarea {
	width: 80%;
	font-size: 15px;
	color: #95A5A6;
	padding: 4px 20px;
	border-radius: 4px;
	background-color: #ffffff;
	border: none;
	outline: none;
}

.c-i-pqrs textarea {
	max-width: 80%;
	min-width: 80%;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
}

#btn-enviar-pqrs {
	padding: 3px 30px;
	border-radius: 8px;
	color: #ffffff;
	background-color: #FF0000;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

#btn-enviar-pqrs:hover {
	transform: scale(1.1,1.1);
}