/* Custom page CSS
-------------------------------------------------- */

main > .container {
  padding: 60px 15px 0;
}
.table {color:#686b6f;}
.footer {
  	background-color: #f7f7f7;
	min-height: 160px;
	margin-top: 50px!important;
	padding-bottom:15px;
}

.footer > .container {
	padding: 15px 15px 20px 15px;
}

code {
  font-size: 80%;
}

.logo-left {
	float: right;
	margin-left: auto;
}

.text-blue {
	color: #26b9ec!important;
}

a.text-blue:hover {
	color: #26b9ec!important;
}

.text-lime {
	color: #d2e23e!important;
}

a.text-lime:hover {
	color: #b1bd40!important;
}

.bg-lime {
	background-color: #d2e23e!important;
}

.text-orange {
	color: #FC9700;
}

a.text-orange:hover {
	color: #fc5d00!important;
}

.bg-orange {
	background-color: #FC9700!important;
}

.separator {
	height: 3px;
	background-color: #26b9ec;
	border-radius: 5px;
	max-width: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bg-title {
	background-color: #26b9ec !important;
	color: #fff;
	width: 100%;
	padding: 7px 10px 10px 10px;
	margin: 0px;
}

.table th, .table td {
	padding: 0.5rem!important;
	font-size: 14px
}

div#accordion {
    width: 100%;
}

.panel-heading {
	background-color: #2DC3EE;
    color: #fff;
    width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	padding-right: 20px;
}

.panel-heading:hover {
	background-color: #2eafd4;
}

.panel-body {
    width: 100%;
    padding: 20px;
}

.panel-title {
  position: relative;
	padding: 12px 20px 8px 20px;
}

.panel-title::after {
	content: "\f107";
	color: #fff;
	top: 14px;
	right: 0px;
	position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
	content: "\f106";
}

@media (max-width:768px) {
.logo-progresar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15%;
}
h1 {font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
.lead {font-size: 15px;}
.panel-group {padding: 0px 20px;}
.panel-title {font-size: 16px; padding-right: 40px;}
.panel-body {font-size: 14px;}
.footer {min-height: 250px;}
.logos-footer {width: 100%; height: auto; position:relative!important; padding-left:20%!important;padding-right: 20%!important;}
body {font-size:0.9rem;}
.table {font-size: 0.9rem;}
}