.logo {
    border: 16px solid transparent;
    border-color: #0086cb;
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 0;
    margin-right: 10px;
    top: -9px;
	border-radius: 5px;
}

.logo2{
	content: url(../../../images/logoUNAp.jpg);
	width: 50px;
	height: 50px;
	position: relative;
}

.btn .btn-default .buttons-print .btn-sm {
	display: none !veryimportant;
}

.semi-font{
	font-weight: 600;
}

.w-100 {
	width: 100%;
}

.font-16{
	font-size: 16px;
}
.font-14{
	font-size: 14px;
}
.font-12{
	font-size: 12px;
}
.font-italic{
	font-style: italic;
}

.border{
	border-bottom: 1px solid #0086cb;
}

.green{
	color: limegreen;
}

.mt-20{
	margin-top:2em;
}
.mt-10{
	margin-top:1em;
}
.ml-10{
	margin-left:1em;
}
.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
}