.oculto {
    display: none;
}

body.home-page .content {
    min-height: calc(100vh - 300px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.home-page .logo-container {
    max-width: 90vw;
    text-align: center;
}

body.home-page .logo-container img {
    max-width: 100%;
    max-height: 55vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-height: 800px) {
    body.home-page .logo-container img {
        max-height: 40vh;
    }
}

@media (max-width: 1400px) {
    body.home-page .logo-container {
        max-width: 80vw;
    }
}

@media (max-width: 767px) {
    body.fixed.layout-top-nav .content-wrapper {
        padding-top: 50px;
    }
}

.logoAbajo{
	position:absolute;
    bottom:55px;
    right:10px;
}

.dace-captcha-wrapper {
    margin-bottom: 15px;
}

.dace-captcha-wrapper label {
    display: block;
    text-align: center;
    margin: 10px 0 5px;
}

.dace-captcha-wrapper input.form-control {
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}

@keyframes rotating {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.rotating {
  animation: rotating 1.5s linear infinite;
}

/* Inactividad - Barra full-width en navbar */
.session-countdown-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    background: #f39c12;
    color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.session-countdown-bar .countdown-seconds {
    font-weight: bold;
    font-size: 1.1em;
}
.session-countdown-bar .btn {
    line-height: 1.2;
    padding: 3px 10px;
    font-size: 12px;
    border-color: rgba(255,255,255,0.8);
    color: #fff;
}
.session-countdown-bar .btn:hover {
    background: rgba(255,255,255,0.2) !important;
}

.avatar {
	/*opacity: 0.4;
	filter: alpha(opacity=40);*/
	height: 125px !important;
	width: 95px !important;
	vertical-align: middle !important;
}

.avatar-compa {
	width: 140px !important;
	vertical-align: middle !important;
}

.box-sub-title {
	background: #ffffff;
	border-top: 2px solid #f39c12 !important;
	font-size: 20px;
	font-weight: 400;
}

.box-sub-title-default {
	margin-left: 20px;
	margin-right: 20px;
	background: #ffffff;
	border-top: 2px solid #D1D1D1 !important;
	font-size: 20px;
	font-weight: 400;
}

.box-sub-title-warning {
	margin-left: 20px;
	margin-right: 20px;
	background: #ffffff;
	border-top: 2px solid #f39c12 !important;
	font-size: 20px;
	font-weight: 400;
}

.box-sub-title-info {
	margin-left: 20px;
	margin-right: 20px;
	background: #ffffff;
	border-top: 2px solid #00c0ef !important;
	font-size: 20px;
	font-weight: 400;
}

.box-sub-title-danger {
	margin-left: 20px;
	margin-right: 20px;
	background: #ffffff;
	border-top: 2px solid #EB1C24 !important;
	font-size: 20px;
	font-weight: 400;
}

.table-sub-title {
	font-size: 20px;
	font-weight: 400;
	background: #ffffff;
	border-top: 2px solid #3c8dbc !important;
}

.namenav {
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	display: block;
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	width: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 15px;
	font-weight: 300;
	overflow: hidden;
}

.fa-user-graduate:before {
  content: "\f501"; }

.main-header .sidebar-toggle:before {
    display: none;
}
.main-header .sidebar-toggle {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.no-bg {
	background-color: transparent !important;
}

.box.box-purple {
    border-top-color: #605ca8;
}

.box.box-solid.box-purple {
    border: 1px solid #605ca8;
}
.box.box-solid.box-purple > .box-header {
    color: #ffffff;
    background: #605ca8;
    background-color: #605ca8;
}

.box.box-solid.box-purple > .box-header a,
.box.box-solid.box-purple > .box-header .btn {
    color: #ffffff;
}

.box.box-olive {
    border-top-color: #3d9970;
}

.box.box-solid.box-olive {
    border: 1px solid #3d9970;
}

.box.box-solid.box-olive > .box-header {
    color: #ffffff;
    background: #3d9970;
    background-color: #3d9970;
}

.box.box-solid.box-olive > .box-header a,
.box.box-solid.box-olive > .box-header .btn {
    color: #ffffff;
}

.box.box-sace {
    border-top-color: #76BBBD;
}

.box.box-solid.box-sace {
    border: 1px solid #76BBBD;
}

.box.box-solid.box-sace > .box-header {
    color: #ffffff;
    background: #76BBBD;
    background-color: #76BBBD;
}

.box.box-solid.box-sace > .box-header a,
.box.box-solid.box-sace > .box-header .btn {
    color: #ffffff;
}

.box.box-purple {
    border-top-color: #D25ED4;
}

.box.box-solid.box-purple {
    border: 1px solid #D25ED4;
}

.box.box-solid.box-purple > .box-header {
    color: #ffffff;
    background: #D25ED4;
    background-color: #D25ED4;
}

.box.box-solid.box-purple > .box-header a,
.box.box-solid.box-purple > .box-header .btn {
    color: #ffffff;
}