@charset "UTF-8";
/* CSS Document - Autoevaluacion Docente */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;500;600;700&family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;600;700&display=swap');

@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    margin-top: -5px!important;
}
}

.navbar-default .navbar-nav > .btn {
    margin-top: 18px!important;
    padding: 5px 15px!important;
    float: left!important;
}

.mainbox {
    margin-left: 0px;
}

body {font-family: 'Roboto', sans-serif;min-height: 100vh!important;}

main > .container {
  	padding: 0px 0px 60px;
	margin-top: 60px;
}

body > .container {
    padding: 0px 15px 0!important;
}

.input-group-addon {
    font-size: 21px!important;
    color: #ffffff!important;
    background-color: #10d3f6!important;
    border: 1px solid #10d3f6!important;
}

.main-container {
    min-height: calc(100vh - 281px);
    padding-bottom: 50px;
	padding-top: 50px;
}

.logoBrand {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600!important;
    font-size: 22px;
    max-width: 430px;
    line-height: 22px;
    margin-top: 8px;
}

.content {min-height: 700px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #00aee1!important;
    font-family: 'Encode Sans', sans-serif!important;
	letter-spacing: -1px!important;
}

.card {
    border-radius: 10px!important;
}

.card-body {
    background-color: #fff!important;
	border-radius: 10px!important;
}

.cardLogin {
    background-image: url(../images/bkg-card-login.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-size: cover;
    padding: 40px 20px 0px 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.54);
	z-index: 1;
}


.cardDebug {
    background-image: url(../images/cardLogin-img.png);
    background-position: center right;
    background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
	background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 40px 20px 0px 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 54%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 54%);
    z-index: 1;
    min-height: 600px;
}


.cardRecuperar {
    background-image: url(../images/bkg-recuperar.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-size: cover;
    padding: 40px 20px 0px 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.54);
	z-index: 1;
}

.text-blue {color: #02a2dc;}

.myLabel {
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #969696;
    background-color: #fff;
    left: 10px;
    position: relative;
    top: 13px;
    padding: 2px 6px;
    z-index: 100;
    max-height: 12px;
    line-height: 12px;
}
#loginbox {
    background-color: #fff;
    margin-top: 50px!important;
    border-radius: 8px;
    padding: 35px 35px 15px;
}

.form-control {
    height: 40px!important;
    font-size: 16px!important;
    border: solid 1px #00c7f4!important;
    background-color: transparent!important;
    padding: 6px 14px!important;
    color: #525252!important;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-group {
	margin-bottom: 0px!important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	font-weight: 300!important;
	opacity: 0.5!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 300!important;
	opacity: 0.5!important; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  	font-weight: 300!important;
	opacity: 0.5!important; /* Firefox */
}

.navbar-brand {
    font-family: 'Encode Sans', sans-serif;
    font-size: 35px;
    color: #02a2dc!important;
	font-weight: 600;
}

.footer {
  background-color: #FFFFFF;
	border-top: 1px solid #e2e2e2;
	height: 200px!important;
	position: relative;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

code {
  font-size: 80%;
}

.legales {
    background-color: #00aee1;
    height: 50px;
    padding: 14px 0px 8px 0px;
    margin-bottom: -16px!important;
    position: relative;
    bottom: 0;
    color: #fff;
}

.footer a {
    text-decoration: initial;
    font-size: 14px;
    font-weight: 400;
}

.navbar-bg-light {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

	.logos-footer1 {text-align: left!important;margin-top: 30px;margin-bottom: 30px;}
	.logos-footer2 {text-align: center!important;margin-top: 30px;margin-bottom: 30px;}
	.logos-footer3 {text-align: right!important;margin-top: 30px;margin-bottom: 30px;}

@media (max-width: 576px) {
	.navbar-brand {font-size: 25px;}
	.navbar-toggler {border: 1px solid #02b0e1!important;}
	.logos-footer1 {max-width: 200px!important;height: auto; margin-bottom: 0px!important; margin-top:10px!important; margin-left:20%!important;}
	.logos-footer2 {max-width: 200px!important;height: auto; margin-bottom: 0px!important; margin-left:20%!important;}
	.logos-footer3 {max-width: 200px!important;height: auto; margin-bottom: 0px!important; margin-left:20%!important;}
	.footer {height: 290px!important;}
	.legales {height: 60px!important;}
	.footer a {font-size: 12px;}
	.container.py-3 {padding: 0px!important;}
	.content {min-height: 700px;}
	.cardLogin {width: 90%; margin-left: 5%;}
	.navbar-default {min-height: 80px;}
	.navbar .navbar-brand {padding:0px;}
	.navbar .navbar-brand img {height: 60px;width: auto;}
	.nav.navbar-nav.navbar-left {position: relative;right: 30px;top: 0px;width: auto;height: 60px!important;float: right;}
	.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {margin-right: 0px;margin-left: 0px;}
	.navbar-toggle {margin-top: 20px;}
	.logoBrand {font-size: 15px;max-width: 200px;margin-top: 0px;line-height: 18px;}
	.cardLogin {background-position: left;}
	img.image-responsive.img.img-responsive.m-b-2 {width: 90%!important;margin-left: 5%!important;margin-bottom: 0px!important;margin-top: -10px!important;}
	.navbar-default {min-height: 84px!important;}
	.navbar .btn {margin-top: 26px!important;padding: 5px 15px!important;}
}

/*Recursos */
@media screen and (min-width: 768px) {
.panel.panel-default .panel-heading {
    max-height: 200px;
    overflow: hidden;
}
}

.page-sidebar .nav-pills li > a:visited {color: #02a2dc;}
.filters-parameter {
    color: white!important;
    background-color: #0695d6;
}

.page-sidebar .nav-pills li > a {
    padding: 8px 20px;
    border-radius: 3px;
}

.badge-inet {
    font-size: 12px !important;
    background-color: #fafafa !important;
    color: #02a2dc !important;
}

.filters-parameter {
    color: #fff!important;
    background-color: #0695d6;
}

.page-sidebar .nav-pills li > a:hover {
    border-color: #e9e9e9;
    color: #fff!important;
}

.page-sidebar li {
    font-size: 18px;
    margin-top: 10px;
}

.panel h6, .panel .h6 {
    font-size: 15px;
    letter-spacing: 2px;
}

@media (min-width: 992px) {
p, li, table {font-size: 16px!important;}
}


.dropdown-item {
    color: #00aee1!important;
}


.select2-container--bootstrap4 .select2-selection {
    border: 1px solid #11d3f6;
    min-height: 40px;
}