/*@main-color: #2C2E4A;
@main-color2: #2E6AA0;
@main-color3: #C1C1C2;*/
/*@main-color: #7d4452;
@main-color2: #a8828c;
@main-color3: #B34D66;
*/
/*pregrado color verde*/
/*@main-color: #9aae5a;
@main-color2: #cdde88;
@main-color3: #9DB847;*/
/*@main-color: #0159b3;
*/
html {
  min-height: 100%;
}
/*.first-container {
    box-shadow: 0px 12px 11px -6px rgba(136, 136, 136, 0.62);
    z-index: 999;
}*/
html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.main-ak-container {
  flex: 1;
  margin-top: 0 !important;
  padding-top: 0;
  width: 100% !important;
}
.main-ak-container .ak-row {
  margin: auto;
  max-width: 1050px;
}
.container-ak-brand-login {
  background-color: white;
  display: flex;
  width: 60%;
}
.container-ak-brand {
  background-color: white;
  display: flex;
  width: 100%;
}
.container-ak-brand img {
  margin: auto;
  max-width: 150px;
  width: 100%;
}
/*.logo-position {
    margin-top: -53px;
}*/
.logo-position img.logo {
  border: 2px solid #6099d0;
  background-color: #fff;
  width: 30%;
  padding-top: 10px;
}
.border-top {
  margin-top: -17px;
  z-index: 1000;
}
.row .title {
  color: #9c9a9a;
}
.row .campus-title {
  font-size: 20px;
  color: #002d3c;
}
.borders-ak {
  border: 2px solid #d0c9c9;
}
.login-ak-form {
  min-height: 333px;
}
.login-ak-form form .row {
  padding: 0px 50px;
}
/*.campus-item {
    background-image: url(../../../../images/applications/border.png);
    background-position: center center;
    background-size: 75%;
    background-repeat: no-repeat;
    min-height: 101px;
    cursor: pointer;
    padding: 20px;
    z-index: 100;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}*/
.campus-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.campus-item:hover {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(1.1);
}
/* capa transparente roja al hacer hover */
.campus-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  /*background-color: rgba(230, 209, 214, 0.3);*/
  /* #E6D1D6 con 60% de opacidad */
  background-color: rgba(230, 242, 255, 0.3);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  /* opcional si quieres bordes suaves */
}
.campus-item:hover::after {
  opacity: 1;
}
.campus-item img {
  margin: auto;
  margin-top: -8px;
  max-width: 40%;
  padding: 10px 0px;
  /*padding-top: 15px;*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.empty-campus-item {
  min-height: 125px;
}
form input {
  padding-left: 10% !important;
}
form input:focus,
form input:active {
  outline: none;
  transition: border-color 1.5s ease;
  border-bottom: 1px solid #266cb4 !important;
}
.button-akdemic {
  background-color: #2d409a;
  border-color: transparent;
  border-radius: 4px;
  padding: 10px 5px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
  outline: none;
}
.button-akdemic:hover,
.button-akdemic:active,
.button-akdemic:focus {
  background-color: #3649a7;
}
.active {
  /*color: #4757a6 !important;*/
}
.hide {
  display: none !important;
}
/*.footer {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 50px 0px;
    text-align: center;
}
*/
.inside-footer {
  position: relative;
  right: 0;
  left: 0;
  bottom: -20px;
  padding: 1rem;
  text-align: center;
}
.header {
  position: absolute;
  right: 7.5%;
  top: 10px;
  padding: 1rem;
  text-align: right;
  z-index: 100000;
}
.inside-bottom-header {
  position: relative;
  padding: 1rem;
  text-align: center;
  z-index: 100000;
  bottom: -10px;
}
.inside-bottom-header .title-header {
  border: none !important;
}
.title-header {
  font-weight: bold;
  color: #4757a6;
  font-size: 17px;
  padding-bottom: 3px;
  text-decoration: none !important;
}
/*.separator-dot {
    height: 5px;
    width: 5px;
    background-color: #4757a6;
    border-radius: 50%;
    margin-bottom: 3px;
    margin-right: 8px;
    margin-left: 8px;
    display: inline-block;
}
*/
.img-footer {
  height: 20px;
}
.ak-container {
  width: 100%;
  padding: 0;
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  /*background-image: url(../img/background.png);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.middle-ak-container {
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  margin: 0;
}
.logo-r {
  display: none !important;
}
/*.inside-footer,
.inside-bottom-header {
    display: none !important;
}*/
/* v2 */
.logout {
  color: #f54a4a !important;
  font-weight: bold !important;
  text-decoration: none;
}
.logout:hover {
  color: red !important;
  font-weight: bold !important;
  text-decoration: none;
}
.img-logout {
  width: 15px;
}
.sidebar-large.panel {
  position: relative;
  /* o absolute, según tu caso */
  top: -60px !important;
}
.panel {
  background: #ffffff;
  /*   border: 1px solid #dfe4ed !important;
    padding: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 16px;*/
}
.sidebar-large.panel.panel-with-sidebar .panel-sidebar {
  width: 60%;
  /*border: 1px solid #d2d2d2;
    display: table;
    border-bottom: 5px solid @main-color2;*/
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.panel-sidebar .container-ak-brand {
  height: 100%;
  display: flex;
  align-items: center;
  /* centra verticalmente */
  justify-content: center;
  /* centra horizontalmente */
}
.panel-sidebar .container-ak-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* o contain según lo que quieras */
}
/*.panel-sidebar.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}*/
@media (max-width: 991px) {
  .sidebar-large.panel.panel-with-sidebar .panel-heading,
  .sidebar-large.panel.panel-with-sidebar .panel-body,
  .sidebar-large.panel.panel-with-sidebar .panel-footer {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sidebar-large.panel:before {
    display: none;
  }
  .sidebar-large.panel.panel-with-sidebar .panel-sidebar {
    width: 100%;
  }
  .panel {
    border: none !important;
  }
  c {
    margin: auto;
    margin-top: -8px;
    max-width: 40%;
    padding: 10px 0px;
    /*padding-top: 15px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
}
/* v2 */
@media only screen and (max-width: 600px) {
  .campus-item img {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 991px) {
  body,
  .ak-container {
    /*background: -webkit-repeating-linear-gradient(rgba(8, 8, 8, 0.38),rgba(0, 0, 0, 0.21),rgba(0, 0, 0, 0.07),rgba(0, 0, 0, 0.07),rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;*/
    background: transparent !important;
    /*background-color:black;
        background-image:none;*/
  }
  .login-ak-form {
    top: -5px;
    border-top: none;
  }
  /*.main-ak-container .row {
        margin: auto;
        max-width: 580px;
    }*/
  .container-brand {
    border: 2px solid #d0c9c9;
    border-bottom: none;
  }
  .container-ak-brand img {
    /*padding: 40px 0px 85px 0px;*/
  }
  /* .border-top {
        margin-top: -19px;
    }*/
  .border-top img.logo {
    height: 35px;
    max-width: 100.7%;
    left: -2px;
    position: relative;
  }
  /* .first-container {
        box-shadow: 1px 10px 16px -4px #888888;
    }*/
  .empty-campus-item {
    min-height: 0px;
  }
  .campus-item {
    /*min-height: 255px !important;
        background-size: 70% 80%;*/
  }
  .campus-item img {
    margin: auto;
    margin-top: -8px;
    max-width: 40%;
    padding: 10px 0px;
    /*padding-top: 15px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .forgot-password {
    margin: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important;
  }
  .logo-r {
    display: block !important;
  }
  .logo {
    /*display: none !important;*/
  }
  .header {
    display: none !important;
  }
  .footer {
    display: none !important;
  }
  .inside-footer,
  .inside-bottom-header {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  body,
  .ak-container {
    background: -webkit-repeating-linear-gradient(rgba(8, 8, 8, 0.38), rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    /*background-color:black;
        background-image:none;*/
  }
  .campus-item {
    min-height: 140px !important;
  }
  .main-ak-container {
    margin-top: 0px !important;
  }
  .main-ak-container .row {
    padding-top: 0px !important;
  }
  .campus-item img {
    margin: auto;
    margin-top: -8px;
    max-width: 40%;
    padding: 10px 0px;
    /*padding-top: 15px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .middle-ak-container {
    padding-top: 20px !important;
  }
  /*.logo {
        display: none !important;
    }

    .logo-r{
        display: block !important;
    }*/
}
@media only screen and (min-width: 992px) {
  .main-ak-container .item-container .row {
    margin: auto;
    max-width: 793px;
  }
  .border-left-none {
    border-left: 0px;
  }
  .login-ak-form {
    /*margin-top: 4px;
        left: -4px;*/
  }
  .border-top img.logo {
    max-width: 120.7%;
    width: 100.5%;
    left: -2px;
    position: relative;
  }
  .middle-ak-container {
    padding-top: 100px !important;
  }
  /*.logo {
        display: none !important;
    }

    .logo-r{
        display: block !important;
    }*/
  .campus-item img {
    margin: auto;
    margin-top: -8px;
    max-width: 40%;
    padding: 10px 0px;
    /*padding-top: 15px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
}
@media (min-width: 992px) and (max-width: 1334px) {
  .middle-ak-container {
    padding-top: 0px !important;
  }
  .header {
    top: 0 !important;
  }
  .campus-item img {
    margin: auto;
    margin-top: -8px;
    max-width: 40%;
    padding: 10px 0px;
    /*padding-top: 15px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
}
@media (max-width: 1465px) {
  .middle-ak-container {
    padding-top: 0px !important;
  }
  .header {
    right: 3.5%;
    top: 0 !important;
  }
  .sidebar-large.panel {
    position: relative;
    /* o absolute, según tu caso */
    top: -30px !important;
  }
  .campus-item img {
    margin: auto;
    margin-top: -8px;
    max-width: 40%;
    padding: 10px 0px;
    /*padding-top: 15px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
}
.bg-muted {
  background-color: #fff;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-40 {
  padding-bottom: 25px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-60 {
  padding-top: 60px;
}
.p-0 {
  padding: 0px !important;
  padding: 0rem !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mt-21 {
  margin-top: 21px !important;
  margin-top: 1.5rem !important;
}
.mtb-20 {
  margin: 20px 0px !important;
}
.mtb-25 {
  margin: 25px 0px !important;
}
.ak-brand-text {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
.panel-body {
  background-color: #fdfdfd;
  border: 1px solid #d2d2d2;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.app-icon {
  width: 140px;
  position: absolute;
  top: -70px;
  right: 36%;
  background: white;
  border: 1px solid #d2d2d2;
}
.login-form-container {
  /*    padding: 120px 60px 0px 60px;*/
  padding: 30px 40px 0px 40px;
}
.login-form-container h3 {
  color: #6099d0;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .login-form-container {
    padding: 90px 30px 0px 30px;
  }
  .app-icon {
    width: 120px;
    top: -60px;
    right: 34%;
  }
  .campus-item img {
    margin: auto;
    margin-top: -8px;
    max-width: 40%;
    padding: 10px 0px;
    /*padding-top: 15px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .app-icon {
    display: none;
  }
  .img-responsive.logo {
    max-width: 150px;
    padding: 30px 0;
  }
  .login-form-container {
    padding: 55px 30px 0px 30px;
  }
}
@media (max-width: 575px) {
  .middle-ak-container {
    padding-top: 0 !important;
  }
}
/*/////////////////////////////*/
.group {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 1.5vh 0px;
}
input {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  color: black;
  font-size: 13px;
  transition: 0.3s ease;
  padding: 6px 0px 5px 0px;
  height: 40px;
}
.ico {
  width: 25px;
  float: left;
  margin-top: -30px;
  margin-left: 3px;
}
.bar {
  background: black;
  content: '';
  width: 100%;
  height: 1px;
  position: relative;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.button-submit {
  background-color: #6099d0;
}
.button-submit {
  margin: 15px 0px;
  background-color: #6099d0;
  width: 100%;
  font-size: 18px;
  color: whitesmoke;
  letter-spacing: 0.5px;
}
.forget-password-label,
h1 {
  color: #6099d0;
}
.forget-password-label {
  color: #6099d0;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: none;
}
.campus-label {
  font-size: 25px;
  color: #6099d0;
}
