body {
  overflow-x: hidden;
}

body, html {
  font-family: 'Montserrat', sans-serif;
  color: #3b424c;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #005e90;
}

a:hover {
 text-decoration: none;
 color: #074469; 
 }

img {
  max-width: 100%;
}

.h1-lg {
  line-height: 44px;
  font-size: 60px;
  font-weight: 700;
}

h1, .h1 {
  line-height: 44px;
  font-size: 36px;
  font-weight: 700;
}

h2, .h2 {
  line-height: 38px;
  font-size: 30px;
  font-weight: 700;
}

h3, .h3 {
  line-height: 28px;
  font-size: 21px;
  font-weight: 600;
}

h4, .h4 {
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}

h5, .h5 {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
}

p, .p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}

.button {
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
}

.small {
  line-height: 16px;
  font-size: 11px;
  font-weight: 400;
}

small {
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}

.tag {
  line-height: 14px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.full-h {
  height: 100%;
}

.full-w {
  width: 100%;
}

.bg-azul-footer {
  background-color: #005e90;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.table td, .table th {
  vertical-align: middle;
}

.icon-circle__usm {
  background-color: #e5b300;
  line-height: 1.25!important;
  padding: 6px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ml-2, .mx-2 {
  margin-left: .5rem !important;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 26px;
    line-height: 34px;
  }
  h2, .h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 778px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

#main-inner-page {
  display: block;
}

#main-inner-page .breadcrumbs-inner-page {
  border-left: 4px solid #005e90;
  padding: 0 0 0 10px;
  margin-bottom: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-inner-page .breadcrumbs-inner-page li {
  display: inline-block;
  margin-right: 6px;
}

#main-inner-page .breadcrumbs-inner-page li a {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}

#main-inner-page .breadcrumbs-inner-page li + li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #005e90;
  padding-right: 4px;
}

#main-inner-page .row p {
  text-align: justify;
}

#main-inner-page .row p.card-text {
  text-align: left;
}

#main-inner-page .img-top-card {
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#main-inner-page .img-top-card h4 {
  color: white;
  border-left: 4px solid #e5b300;
  z-index: 1;
  padding-left: 1em;
  margin-bottom: 0px;
}

#main-inner-page .img-top-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(90%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 90%);
}

#main-inner-page .table-blue {
  border-radius: 10px;
  overflow: hidden;
  background-color: #005e90;
  color: white;
}

#main-inner-page .table-blue tr:nth-of-type(odd) {
  background-color: #074469;
}

#main-inner-page .table-blue tbody td, #main-inner-page .table-blue tbody th {
  border-color: rgba(0, 0, 0, 0.4);
}

#main-inner-page .table-blue tbody tr:first-child td, #main-inner-page .table-blue tbody tr:first-child th {
  border-color: transparent;
}

#main-inner-page .card .list-group {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main-inner-page .list-group {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

#main-inner-page .list-group .list-group-item-action {
  border-left: 4px solid #e5b300;
  font-weight: 700;
  color: #005e90;
}

#main-inner-page .list-group .list-group-item-action i {
  color: #005e90;
}

#main-inner-page .list-group .list-group-item-action.disabled {
  color: #808080;
}

#main-inner-page .hr-divider {
  width: 100%;
  margin: 2rem 15px;
  border-top: 1px dashed #808080;
}

#main-inner-page .card-autoridad {
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#main-inner-page .card-autoridad.rector {
  background-size: contain !important;
}

#main-inner-page .card-autoridad::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(90%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 90%);
}

#main-inner-page .card-autoridad .border-white {
  border-left: 3px solid white;
}

#main-inner-page .card-title-lvl-1, #main-inner-page .card-title-lvl-2 {
  padding-left: 0;
  border-left: 0;
  position: relative;
}

#main-inner-page .card-title-lvl-1::before {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -8px;
  position: absolute;
  -webkit-box-shadow: 50px 0 #D7000B inset, 100px 0 #e5b300 inset, 150px 0 #005e90 inset;
          box-shadow: 50px 0 #D7000B inset, 100px 0 #e5b300 inset, 150px 0 #005e90 inset;
}

#main-inner-page .card-title-lvl-2::before {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -8px;
  position: absolute;
  -webkit-box-shadow: 30px 0 #e5b300 inset, 60px 0 #D7000B inset, 90px 0 #005e90 inset;
          box-shadow: 30px 0 #e5b300 inset, 60px 0 #D7000B inset, 90px 0 #005e90 inset;
}

#main-inner-page .card-autoridad .info-autoridad {
  background-color: rgba(0, 94, 144, 0.95);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 100%;
  opacity: 0;
}

#main-inner-page .card-autoridad:not(.not-layer-hover):hover .card-body .card-body {
  display: none;
}

#main-inner-page .card-autoridad:not(.not-layer-hover):hover .info-autoridad {
  top: 0;
  opacity: 1;
}

#main-inner-page #videoHistorico {
  width: 100% !important;
  height: 650px;
}

.card_list__usm .list-group-item {
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.card_list__usm .list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.card_list__usm .list-group-item:not(.icon-first) i {
  font-size: 12px;
  margin-left: 5px;
}

.card_list__usm .list-group-item.icon-first i {
  font-size: 12px;
  margin-right: 5px;
}

.btn__usm {
  border-radius: 4px;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-azul__usm {
  background-color: #005e90;
  color: white;
}

.btn-azul__usm:hover {
  background-color: #3b424c;
  color: white;
}

.col-iquals-h {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-iquals-h .card__usm {
  height: 100%;
}

.card__usm {
  border-radius: 10px;
  min-height: 260px;
  height: 100%;
}

.card__usm.card-bg-black {
  background-color: #191919;
  color: white;
}

.card_horizontal__usm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-effect__usm {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.card-effect__usm:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.6);
}

.card-shadow__usm {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.card-bg-img__usm {
  background-size: cover;
  background-position: 50%;
  height: 400px;
  border: none;
  overflow: hidden;
}

.card-bg-img__usm.bg-position-tc {
  background-position: top center !important;
}

.card-gradient__usm::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(98%, #000000));
  background-image: linear-gradient(-180deg, transparent, #000000 98%);
}

.card-body__usm {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 2;
}

.card-bg-transparent__usm {
  background-color: transparent !important;
  border: none;
}

.card-bg-alpha-white__usm {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.card-link__usm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  top: 0;
  left: 0;
}

.card-tag__usm {
  position: absolute;
  color: white;
  z-index: 6;
  top: 30px;
  right: 0px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #005e90;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.card-tag__usm.tag-nueva-carrera {
  background-color: #c500a4;
  font-weight: bold;
  top: auto;
  bottom: 8px;
  right: 8px;
  z-index: 3;
}

.card-tag__usm.tag-nueva-carrera:hover {
  background-color: #c500a4;
}

.card-tag__usm h5 {
  color: white;
  margin-bottom: 0;
}

.card-tag__usm:hover {
  background-color: #e5b300;
  text-decoration: none;
  color: white;
}

.card__usm .card-title-white__usm {
  border-left: 3px solid #e5b300;
  color: white;
  padding-left: 1em;
}

.card__usm .card-text-white__usm {
  color: white;
}

.card__usm .card-title-black__usm {
  border-left: 3px solid #e5b300;
  color: #3b424c;
  padding-left: 1em;
}

.card__usm .card-text-black__usm {
  color: #3b424c;
}

.card-contenido-interes__usm {
  min-height: auto;
  overflow: hidden;
  border: none;
  
}

.card-contenido-interes__usm img{
  height: 100%;

}

.card-contenido{
    margin: 10px 0;
}

h4 {
  padding-left: 0 !important;
}

#header {
  width: 100%;
  background-color: transparent;
}

#header .top-bar {
  background-color: #005e90;
  /* padding: 10px 0; 
  display: none;*/
  height: 40px;
}

#header .top-bar .breadcrumbs {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

#header .top-bar .breadcrumbs li {
  padding: 10px 0;
  display: inline-block;
  font-size:12px
}

#header .top-bar .breadcrumbs a {
  color: white;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
}

#header .top-bar .top-bar-menu{
    list-style:none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
}
#header .top-bar .top-bar-menu > li {
    padding: 10px;
    position: relative;
}
#header .top-bar .top-bar-menu li a.link-top-bar{
    color: white;
    opacity: .7;
    font-size: 11px;
    transition: all .2s ease-in-out;
    font-weight: 700;
    position: relative;
}
#header .top-bar .top-bar-menu li span.link-top-bar{
    color: white;
    opacity: .7;
    font-size: 11px;
    transition: all .2s ease-in-out;
    font-weight: 700;
    position: relative;
}

#header .top-bar .top-bar-menu li a.link-top-bar.highlight-link{
    background-color: #e5b300;
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    opacity: 1;
}
#header .top-bar .top-bar-menu li a.link-top-bar.single-link::after{
    content: '';
    position:absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255, .9);
    -webkit-transition: transform 250ms;
    transition: transform 250ms;
}
#header .top-bar .top-bar-menu li a.link-top-bar:hover{
    opacity: 1;
}
#header .top-bar .top-bar-menu li a.link-top-bar:hover.single-link::after{
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}


#header .wrap-menu {
  padding: 15px 0;
  display: none;
  height: 100px;
}

#header .wrap-menu .container{
    align-self: center;
}

#header .wrap-menu .brand-link {
  display: block;
}

#header .wrap-menu .brand-link img {
  width: 100%;
  max-width: 400px;
  height: 70px;
}

#header .wrap-menu-mobile .brand-link {
  padding: 15px 0;
  display: block;
}

#header .wrap-menu-mobile .brand-link img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 400px;
  height: 70px;
}

#header .top-bar .breadcrumbs li + li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #e5b300;
  padding-right: 4px;
}

#header .top-bar .breadcrumbs a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) scaleX(0);
  -webkit-transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: transform 250ms;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

#header .top-bar .breadcrumbs a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

@media (min-width: 992px) {
  #header {
    background-color: transparent;
  }
  #header .top-bar, #header .wrap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .wrap-menu-mobile {
    display: none;
  }
   #header .header-inner-page-max {
    display: block;
  }
 
 
}



/* PAGINAS */
.header-inner-page {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 40px;
}

.header-inner-page .container {
  position: relative;
  z-index: 1;
}

.header-inner-page::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
}

.header-inner-page:not(.not-shadow-after)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0, 0, 0, 0.5)), color-stop(90%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 90%);
}

.header-inner-page .title-inner-page {
  padding-left: 1em;
  border-left: 4px solid #e5b300;
 /* text-shadow: 1px 1px 6px black; */
}

.header-inner-page-max {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
}

.header-inner-page-max .container {
  position: relative;
  z-index: 1;
}

.header-inner-page-max::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;/*70*/
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
}

.header-inner-page-max:not(.not-shadow-after)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0, 0, 0, 0.5)), color-stop(90%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 90%);
}

#footer {
  color: white;
}

#footer .link-white-footer {
  color: white;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#footer .link-white-footer:hover {
  color: white;
  opacity: 1;
}

#footer .top-footer {
  background-color: #005e90;
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 15px;
}

#footer .top-logos {
  background-color: #005e90;
  padding-top: 20px;
}

#footer .footer3 {
  background-color: #191919;
  height: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .top-footer .link-rrss-footer__usm {
  display: inline-block;
  color: #005e90;
}

#footer .top-footer .link-rrss-footer__usm .icon-circle__usm {
  background-color: white;
  opacity: 1;
}

#footer .top-footer .link-rrss-footer__usm:hover .icon-circle__usm {
  opacity: .7;
}

#footer .sub-footer {
  background-color: #333333;
  height: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer .sub-footer .logo-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
}

.wrap-logos-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.acreditacion {
  text-align: right;
}

.acreditacion img {
  width: 200px;
}
/*.noventa-anios {
  text-align: right;
}*/
.icons-usm {
  text-align: right;
}

.noventa-anios img {
  width: 100px;
}
#footer .admin-titulo{
   font-weight: 700; 
}

#footer .logo-usm {
   margin: 0 0 8px 0;
   text-align: right;
}
#footer .logo-usm img{
    width: 200px;
}

@media (max-width: 992px) {
  #footer .sub-footer {
    height: 250px;
  }
  .wrap-logos-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*.noventa-anios {
    text-align: right;
  }*/
  
  .icons-usm {
    text-align: right;
  }
  
  #footer .logo-usm {
    text-align: right;
  }
  
}

#footer .alianzas{
    display:block;
}
#footer #carousel-alianzas{
    display: none;
}    

@media (min-width: 767px) {
    #footer .sub-footer .logo-footer img {
      max-height: 56px;
    }
}
@media (max-width: 767px) {
  .ocultar-mobile {
        display: none;
    }
  .acreditacion {
    text-align: left;
  }
  .icons-usm {
    text-align: left;
  }
  /* .noventa-anios {
    text-align: left;
  }*/
  #footer .logo-usm {
    text-align: left;
  }
  .top-logos {
    text-align: left;
    margin-bottom: 20px;
  }
  .btn-acceso{
      margin: 15px 0;
  }
  #carousel-alianzas{
    display: block!important;
    margin: 50px 0;
  }
    #footer .alianzas{
    display:none;
    }

    #footer .sub-footer .logo-footer img{
            height: 100px;
            max-width: 100%;
            border: none;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;

    }
}


.btn-acceso {
    width: 100%;
    color: #fff;
    background-color: #005e90;
    border-color: #005e90;
    height: 32px;
    font-size: 12px;
    font-weight: 600;
    line-height: 0.5;
        
}

.btn-acceso:hover {
    color: #fff;
    background-color: #005e90;
    border-color: #005e90;
        
}
.btn_interno{
   width: 100%; 
   height: 32px; 
   font-size: 12px;
   font-weight: 600;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.carousel-item{
    text-align: center;
}

.carousel-control-next, .carousel-control-prev {
    background-color: transparent;
    border-color: transparent;
}


@media all and (min-width: 992px) {

    .top-bar-menu .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0px; padding:20px; width:200px;}
    .top-bar-menu .nav-item .nav-link{ display: inline-block;padding:0; }
	.top-bar-menu .nav-item:hover .nav-link{ color: #fff;  }
	.top-bar-menu .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.top-bar-menu .dropdown-menu.fade-up{ top:180%;  }
    .top-bar-menu .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
    .top-bar-menu .nav-item:hover .dropdown-menu li{ border-bottom: thin dashed #808080; padding:0 !important;}
    .top-bar-menu .nav-item:hover .dropdown-menu li:last-child{border:none;}
    .top-bar-menu .nav-item:hover .dropdown-menu li:first-child a{padding-top: 0;}
    .top-bar-menu .nav-item:hover .dropdown-menu li:last-child a{padding-bottom: 0;}
    .top-bar-menu .nav-item .dropdown-menu:before {
        position: absolute;
        top: -7px;
        left: calc(25% - 7px);
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: white;
        content: '';
    }
    .top-bar-menu .nav-item .dropdown-menu .dropdown-item{
        font-size: 12px;
        color: #3b424c;
        padding: 10px 0;
        font-weight: 700;
        white-space: normal;
    }
    
    .top-bar-menu .nav-item .dropdown-menu .dropdown-item:hover{ background-color: transparent; text-decoration: underline; }
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

}

#header .wrap-icon-menu {
    display: inline-flex;
    padding: 10px;
    font-size: 1.8em;
    border: thin solid #005e90;
    border-radius: 4px;
    background-color: #005e90;
    color: white;
    transition: all .2s ease-in-out;
    margin: 15px 0;
}

#header .wrap-menu-mobile .brand-link{
    padding: 15px 0;
    display: block;
}
#header .wrap-menu-mobile .brand-link img {
    display: inline-flex;
}
#header .wrap-icon-menu{
    display: inline-flex;
    padding: 10px;
    font-size: 1.8em;
    border: thin solid #005e90;
    border-radius: 4px;
    background-color: #005e90;
    color: white;
    transition: all .2s ease-in-out;
    margin: 15px 0;
}
#header .wrap-icon-menu:hover{
    background-color: #3b424c;
    border-color: #3b424c;
}
#header .wrap-menu-mobile .btn-admision-mobile{
    background-color: #e5b300;
    color: white !important;
    font-weight: 700;
}
#header .wrap-menu-mobile .wrap-items-menu-mobile{
    border-top: thin solid #ccc;
    max-height: 90vh;
    overflow-y: auto;
}
#header .wrap-menu-mobile .navbar-menu-mobile{
    width: 100%;
}
#header .wrap-menu-mobile .navbar-menu-mobile.blue-menu{
    background-color: #005e90;
}
#header .wrap-menu-mobile .navbar-menu-mobile .item-navbar-mobile{
    border-bottom: thin solid rgba(0,0,0,0.15);
    display: flex;
    padding: 15px;
    font-weight: 700;
    color: #3b424c;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
#header .wrap-menu-mobile .navbar-menu-mobile.blue-menu .item-navbar-mobile{
    color: white;
}
#header .wrap-menu-mobile .navbar-menu-mobile.blue-menu .wrap-collapse-mobile .collapse-items-mobile{
    background-color: rgba(0,0,0,.4);
}
#header .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .collapse-items-mobile{
    background-color: rgba(0,0,0,.07);
}
#header .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .item-navbar-mobile[data-toggle="collapse"] .fas:before {  
    content: "\f077";
}
  
#header .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .item-navbar-mobile[data-toggle="collapse"].collapsed .fas:before {
    content: "\f078";
}


.title-section{
    padding: 0;
    margin: 0;
    line-height: 1;
}

.section-contenido{
    padding: 0 0 10px 10px;
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #E5B300;
    margin: 0 10px;
}

.pt-6, .py-6 {
    padding-top: 4rem !important;
}

.fixed-p{
    padding-left: 15px;
}

.navClass{
			width: 500px !important; 
			margin: auto !important;
                      
		}
                
.scroll{
    height: 400px !important;
    overflow: auto;
    width: 220px;
}
.header-inner-page-min {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*padding-bottom: 40px;*/
  padding-bottom: 0px;
}

.header-inner-page-min .container {
  position: relative;
  z-index: 1;
}

.header-inner-page-min::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  bottom: 0; /* se agrega para pag movil */
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
}

.header-inner-page-min:not(.not-shadow-after)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0, 0, 0, 0.5)), color-stop(90%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 90%);
}

.header-inner-page-min .title-inner-page {
  padding-left: 1em;
  border-left: 4px solid #e5b300;
}

.titulo-container {
    padding: 0px 0px 0px 10px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #005E90;
    border-radius: 0px 0px 0px 0px;
    line-height: 35px;
    font-size: 18px;
}

.titulo-container-card {
    padding: 0px 0px 0px 17px;
    margin-bottom: 0px;
    line-height: 35px;
    font-size: 18px;
}


.input-sm {
    width: 100px !important;
}

/*****************************************************************************/
.header-inner-page {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.header-inner-page .container {
    position: relative;
    opacity: 0;
    transform: translateX(-100%);
    animation: aparecerDesdeIzquierda 1s forwards;
}

@keyframes aparecerDesdeIzquierda {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.contenedor-imagen {
  position: relative;
  display: inline-block;
}

.texto-central {
  position: absolute;
  color: #ffffff; /* Color blanco */
  font-family: Monserrat, sans-serif; /* Fuente Arial Narrow */
  font-weight: 800; /* Grosor de fuente más alto */
  font-size: 18px; /* Tamaño de letra 20 */
  text-align: center; /* Alineado al centro */
  top: 0; /* Eliminar centrado vertical */
  left: 0; /* Alineado a la izquierda */
  margin: auto; /* Centro horizontalmente */
  width: 100%; /* Ancho completo */
  height: 100%; /* Altura completa */
  display: flex; /* Usar flexbox */
  justify-content: center; /* Centrar horizontalmente */
  align-items: center; /* Centrar verticalmente */
  letter-spacing: -1px; /* Espaciado entre letras más estrecho */
}

.imagen-con-sombra {
  position: relative;
  display: inline-block;
}

.imagen-con-sombra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%; /* Cambia el valor para ajustar el tamaño del sombreado */
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.8), transparent); /* Puedes ajustar el color y la opacidad del sombreado */
}

.multi-select {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  width: 100%;
  user-select: none;
}
.multi-select .multi-select-header {
  border: 1px solid #dee2e6;
  padding: 7px 30px 7px 12px;
  overflow: hidden;
  gap: 7px;
  min-height: 45px;
}
.multi-select .multi-select-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
}
.multi-select .multi-select-header.multi-select-header-active {
  border-color: #c1c9d0;
}
.multi-select .multi-select-header.multi-select-header-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.multi-select .multi-select-header.multi-select-header-active + .multi-select-options {
  display: flex;
}
.multi-select .multi-select-header .multi-select-header-placeholder {
  color: #65727e;
}
.multi-select .multi-select-header .multi-select-header-option {
  display: inline-flex;
  align-items: center;
  background-color: #f3f4f7;
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 5px;
}
.multi-select .multi-select-header .multi-select-header-max {
  font-size: 14px;
  color: #65727e;
}
.multi-select .multi-select-options {
  display: none;
  box-sizing: border-box;
  flex-flow: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 5px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.multi-select .multi-select-options::-webkit-scrollbar {
  width: 5px;
}
.multi-select .multi-select-options::-webkit-scrollbar-track {
  background: #f0f1f3;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb {
  background: #cdcfd1;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
  background: #b2b6b9;
}
.multi-select .multi-select-options .multi-select-option, .multi-select .multi-select-options .multi-select-all {
  padding: 4px 12px;
  height: 42px;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
  margin-right: 14px;
  height: 16px;
  width: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-text, .multi-select .multi-select-options .multi-select-all .multi-select-option-text {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-size: 16px;
  line-height: 20px;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
  border-color: #40c979;
  background-color: #40c979;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: 0.12em 0 0 0.27em;
  border: solid #fff;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
  color: #40c979;
}
.multi-select .multi-select-options .multi-select-option:hover, .multi-select .multi-select-options .multi-select-option:active, .multi-select .multi-select-options .multi-select-all:hover, .multi-select .multi-select-options .multi-select-all:active {
  background-color: #f3f4f7;
}
.multi-select .multi-select-options .multi-select-all {
  border-bottom: 1px solid #f1f3f5;
  border-radius: 0;
}
.multi-select .multi-select-options .multi-select-search {
  padding: 7px 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 10px 10px 5px 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
}
.multi-select .multi-select-options .multi-select-search::placeholder {
  color: #b2b5b9;
}
.multi-select .multi-select-header, .multi-select .multi-select-option, .multi-select .multi-select-all {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #212529;
}

/* Estilo para la lista desplegable del autocompletado */
.ui-autocomplete {
    max-height: 200px; /* Altura máxima de la lista */
    overflow-y: auto; /* Habilita el desplazamiento vertical si la lista es demasiado larga */
    overflow-x: hidden; /* Oculta el desplazamiento horizontal */
    background-color: white; /* Cambia el color de fondo */
    border: 1px solid #ddd; /* Agrega un borde */
}

/* Estilo para cada elemento de la lista desplegable */
.ui-menu-item {
    padding: 5px 10px; /* Ajusta el espaciado interior */
    cursor: pointer; /* Cambia el cursor al pasar sobre los elementos */
}

/* Estilo para el elemento resaltado en la lista desplegable */
.ui-menu-item-wrapper.ui-state-active {
    background-color: #007bff; /* Cambia el color de fondo del elemento activo */
    color: #fff; /* Cambia el color del texto del elemento activo */
}

/******************************************************************************/

 /* Asegurar que el contenedor del radio button (td) esté centrado */
        td.custom-radio-container {
            text-align: center;
        }

       /* Ajustar el tamaño de la fuente y alineación vertical del texto seleccionado */
        .choices__inner {
            min-height: 30px !important;
            max-height: 30px !important;
            height: 30px !important;
            width: 250px; /* Aumentado para mostrar más caracteres */
           /* font-size: 12px !important; /* Ajustar el tamaño de la fuente si es necesario */
            display:  flex !important;
            align-items: center !important;
            vertical-align: top;
            padding: 0 7.5px 0 2.5px !important;
            line-height: 1.2; /* Ajustar según sea necesario para alinear el texto */
        }

        /* Ajustar la altura y el ancho del dropdown de Choices.js */
        .choices__list--dropdown .choices__item {
            white-space: nowrap;
            font-size: 12px !important; /* Ajustar el tamaño de la fuente dentro del dropdown */
            padding: 5px 10px; /* Ajustado para mejor espaciado */
        }

        .choices__list--dropdown {
            height: 30px;
            width: 250px; /* Coincide con el ancho del campo de selección */
        }

        .choices__list--dropdown.is-active {
            height: auto;
        }

        .choices__list[aria-expanded] {
            word-break: break-word;
            width: max-content;
        }

        .choices {
            margin-bottom: 0;
            min-height: 30px !important;
            max-height: 30px !important;
        }
        
        /* Nuevo estilo para manejar el texto en dos líneas */
        .choices__list--single {
            font-size: 12px !important;
            padding: 0 !important;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 28px; /* Ajusta esto según sea necesario */
        }
        
       /*  Ajustar el input dentro del select */
        .choices__input {
            min-height: 28px !important;
            max-height: 28px !important;
            font-size: 16px !important;   
            line-height: 28px !important;
        } 
        
        @media screen and (max-width: 48em) {
            .row-offcanvas {
                position: relative;
                -webkit-transition: all 0.25s ease-out;
                -moz-transition: all 0.25s ease-out;
                transition: all 0.25s ease-out;
            }
            .row-offcanvas-left .sidebar-offcanvas {
                left: -33%;
            }
            .row-offcanvas-left.active {
                left: 33%;
                margin-left: -6px;
            }
        }
    
        @media screen and (max-width: 34em) {
            .row-offcanvas-left {
                left: -45%;
            }
            .row-offcanvas-left.active {
                left: 45%;
                margin-left: -6px;
            }
        }
    
        .card {
            overflow: hidden;
        }
    
        .card-block .rotate {
            z-index: 8;
            float: right;
            height: 100%;
        }
    
        .card-block .rotate i {
            color: rgba(20, 20, 20, 0.15);
            position: absolute;
            left: 0;
            left: auto;
            right: -10px;
            bottom: 0;
            display: block;
            -webkit-transform: rotate(-44deg);
            -moz-transform: rotate(-44deg);
            -o-transform: rotate(-44deg);
            -ms-transform: rotate(-44deg);
            transform: rotate(-44deg);
       }  
          
        .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #tabla_activo_fijo {
        width: 100%;
        min-width: 1200px; /* Ajustado para ser más consistente con otras tablas */
        white-space: nowrap;
    }

    #tabla_activo_fijo th,
    #tabla_activo_fijo td {
        font-size: 12px;
        padding: 8px;
        vertical-align: middle;
    }

    #tabla_activo_fijo input,
    #tabla_activo_fijo select {
        width: 100%;
        height: 30px;
        font-size: 12px;
        padding: 2px 5px;
    }
    
    #tabla_activo_fijo th:nth-child(1) {
        position: sticky;
        left: -20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    #tabla_activo_fijo td:nth-child(1) {
        position: sticky;
        left: -20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    #tabla_activo_fijo th:nth-child(2) {
        position: sticky;
        left: 20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    #tabla_activo_fijo td:nth-child(2) {
        position: sticky;
        left: 20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    /* Estilos específicos para campos extendidos */
    #tabla_activo_fijo td:nth-child(2),  /* Producto */
    #tabla_activo_fijo td:nth-child(4),  /* Responsable */
    #tabla_activo_fijo td:nth-child(8)   /* Oficina / Sala */
    {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Asegurar que los encabezados de la tabla se mantengan alineados */
    #tabla_activo_fijo thead th {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
    }
    
    #tabla_activo_fijo2 {
        width: 100%;
        min-width: 1200px; /* Ajustado para ser más consistente con otras tablas */
        white-space: nowrap;
    }

    #tabla_activo_fijo2 th,
    #tabla_activo_fijo2 td {
        font-size: 12px;
        padding: 8px;
        vertical-align: middle;
    }

    #tabla_activo_fijo2 input,
    #tabla_activo_fijo2 select {
        width: 100%;
        height: 30px;
        font-size: 12px;
        padding: 2px 5px;
    }
    
    #tabla_activo_fijo2 th:nth-child(1) {
        position: sticky;
        left: -20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    #tabla_activo_fijo2 td:nth-child(1) {
        position: sticky;
        left: -20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    #tabla_activo_fijo2 th:nth-child(2) {
        position: sticky;
        left: 20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    #tabla_activo_fijo2 td:nth-child(2) {
        position: sticky;
        left: 20px;
        background-color: #f8f9fa; /* Asegura que se vea bien con el fondo de la tabla */
        z-index: 1;
    }
    
    /* Estilos específicos para campos extendidos */
    #tabla_activo_fijo2 td:nth-child(2),  /* Producto */
    #tabla_activo_fijo2 td:nth-child(4),  /* Responsable */
    #tabla_activo_fijo2 td:nth-child(8)   /* Oficina / Sala */
    {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Asegurar que los encabezados de la tabla se mantengan alineados */
    #tabla_activo_fijo2 thead th {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
    }
    
    .custom-file-label i {
        margin-right: 8px; /* Espacio entre el icono y el texto */
    }
    
    input[type="file"] {
    display: none;
}

    .custom-file-upload.truncate {
        white-space: nowrap;
        border: 1px solid #ccc;
        overflow: hidden;
        text-overflow: ellipsis;
        align-items: center;
        padding: 6px 12px;
        cursor: pointer;
        width: 100%;
    }

/******************************************************************************/