.img-icons {
	width: 40px;
	height: 40px;
}

.painel-cliente ul.tab {
	list-style-type: none;
	margin-left: 12%;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

/* Float the list items side by side */
.painel-cliente ul.tab li {
	float: left;
}

#btn-honer:hover {
	background-color: #000;
}

/* Style the links inside the list items */
.painel-cliente ul.tab li a {
	display: inline-block;
	color: #616161;
	text-align: center;
	padding: 14px 16px 0px 50px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14px;
}

/* Change background color of links on hover */
.painel-cliente ul.tab li a:hover {
	/* 	background-color: #008B45; */
	color: #CCC;
	border-radius: 9px;
}

/* Create an active/current tablink class */
.painel-cliente ul.tab li a:focus, .active {
	/* 	background-color: #008B45; */
	color: #ccc;
	border-radius: 9px;
}

/* Style the tab content */
.painel-cliente .tabcontent {
	display: none;
	padding: 0px 15px;
	border: 0px solid #ccc;
	border-radius: 5px;
	border-top: none;
}

.new-tab
 
p
:not
 
(
:last-child
 
)
{
margin
:
 
0
0
20
px
;


}
.new-tab main {
	padding: 8px;
	margin-top: 20px;
	border: 0px solid rgba(0, 0, 0, .2);
	background: #fff;
}

.new-tab section {
	display: none;
	padding: 20px 0 0;
	border-top: 1px solid #abc;
}

.new-tab input {
	display: none;
}

.new-tab label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #abc;
	border: 1px solid transparent;
}

.new-tab label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}

.new-tab label[for*='1']:before {
	content: '\f11b';
}

.new-tab label[for*='2']:before {
	content: '\f09d';
}

.new-tab label[for*='3']:before {
	content: '\f007';
}

.new-tab label[for*='4']:before {
	content: '\f0d6';
}

.new-tab label:hover {
	color: #789;
	cursor: pointer;
}

.new-tab input:checked+label {
	color: green;
	border: 1px solid #abc;
	border-top: 2px solid green;
	border-bottom: 1px solid #fff;
}

.new-tab #tab1:checked ~ #content1, .new-tab #tab2:checked ~ #content2,
	.new-tab #tab3:checked ~ #content3, .new-tab #tab4:checked ~ #content4
	{
	display: block;
}

.input-buscar-p {
	display: block !important;
}

.input-q {
	display: block !important;
}

@media screen and (max-width: 800px) {
	.new-tab label {
		font-size: 0;
	}
	.new-tab label:before {
		margin: 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.new-tab label {
		padding: 15px;
	}
}