.panel {
    border: 1px solid transparent;
    box-shadow: none;
}

.panel-default {
    border-color: transparent !important;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
	padding-left: 0px !important;
}
.panel-clr.on .fa-circle {
	display: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent !important;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent !important;
}
.panel-title a {
    font-size: 24px;
	font-weight: 400;
    color: #696a6d !important;
}

@media (max-width: 1000px) {
	.panel-title span {
	   display: block;
	   margin-left: -20px;
	}
	
}
.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
   text-decoration: none;
}

.element-list {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
}
.element-list a:hover,
.element-list a:focus {
	font-size: 24px;
	font-weight: 500;
   	text-decoration: none;
}
.circle{
	font-size: 20px !important;
	margin-left: 20px;
}
.list{
	margin-right: 15px;
}

.catalogo-group {
	font-family: 'Bitter', serif;
}
.catalogo-group .panel-title a,
.catalogo-group .panel-title a:hover,
.catalogo-group .panel-title a:focus {
	font-weight: 600;
	color: #375E77 !important;
}