
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
  /* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */
    .navbar-static-top .navbar-brand {
        font-family: 'Montserrat', sans-serif;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Montserrat', sans-serif;
    }
    body {
      font-family: 'Montserrat', sans-serif;
    } 
    a {
        color: #0077ad;
        text-decoration: none;
    }
    a:active, a:focus, a:hover {
        color: #0077ad;  
    }
    .fade:not(.show) {
      opacity: inherit;
      background: #00000012;
    }
    .lnk-header {
      color: #fff;
      font-size: 12px;
    }
    a.lnk-header, a.lnk-header:visited, a.lnk-header:hover, a.lnk-header:active {
        color: #fff;
        text-decoration: none;
    }
    .navbar-static-top.navbar-inverse {
        background-color: #255D8C;
    }
    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: 400;
        font-size: 12px;
    }
    .navbar {
        position: relative;
        min-height: 38px;
        /* margin-bottom: 21px; */
        border: 1px solid transparent;
    }
    .navbar-nav > li > a, .navbar-brand {
        padding-top:10px !important; padding-bottom:0px !important;
        height: 38px;
    }
    .navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
        height: 21px;
        margin-top: 10px;
    }
    .navbar-brand {
        line-height: 7px;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #666666;
        border-bottom: 4px solid #F7AE00;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: #666666;
        color: #fff;
    }
    .ap-header-bottom {
      color: #255D8C;
      background-color: #fff;
      padding-top: 0px;
      padding-bottom: 35px;
    }
    footer .footer-top {
        background-color: #f2f2f2;
        min-height: 80px;
        margin-top: 35px;
        margin-bottom: 30px;  
        display: block;       
    }
    footer .footer-bottom {
        background-color: #fff;
        min-height: 80px;
        margin-top: 35px;
        margin-bottom: 30px;
        text-align: center; 
        display: block;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;      
    }
    footer p {
        color: #aaa;
        font-size: 12px;
    }
    
    .alianzas a {
        margin: 10px;
        /*display: inline-block; */
    }
    .blue_border {
        border-bottom: 7px solid #074469;
    }
    .landing-titulo {
        font-size: 1.375rem;
        margin: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 35px;
        line-height: 125%;
        color: #0077ad;
    }
    .landing-txt {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 145%;
        color: #666666;
        text-align: center;
        border-bottom: 5px solid #f9b000;
        padding-bottom: 1px;
        display: inline-block;    
    }
    .crmEntityFormView .tab-title {
        color: #005f94;
        text-transform: uppercase;
        border-bottom: 1px solid #eee;
        margin-bottom: 25px;  
    }
    .crmEntityFormView .section-title {
        border-bottom-width: 0;
        margin-bottom: 5px;
        color: #005f94;
        font-size: 16px;
        font-weight: 600;
        margin-left: 30px;    
    }
    .crmEntityFormView .cell label {
        color: #005f94;
    }
    .entity-form{
        padding: 40px;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 25px;
        box-shadow:  0 0 10px  rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
        -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);    
    }
    thead {
        background-color: #0077ad;
    }
    th a {
        color: #fff !important;
    }
    th {
        color: #fff;
    }
    .entity-grid .view-grid {
        border: 2px solid #ccc;
        border-radius: 15px;    
    }
    .form-control {
        border-radius: 25px;
    }
    .modal-content{
        border-radius: 25px;
    }
    .modal-title {
        color: #fff;
    }
    .modal-dialog {
      min-height: calc(100% - 3.5rem);
      display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 60px auto;
    }
    
    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #f9b000;
        margin: 0;
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;   
    }
    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
    }
    .progress-bar {
        background-color: #0077ad;
    }
    .crmEntityFormView .tab-title {
        font-size: 24px;
    }
    .btn-primary {
        color: #fff;
        background-color: #0077ad;
        border-color: #0077ad;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
        color: #fff;
        background-color: #0077ad;
        border-color: #0077ad;
    }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #0077ad;
        border-color: #0077ad;
    }
    .btn-default {
        color: #0077ad;
        background-color: #fff;
        border-color: #0077ad;
    }
    .btn-default:hover {
        color: #0077ad;
        background-color: #e6e6e6;
        border-color: #0077ad;
    }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open>.btn-default.dropdown-toggle:hover, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle.focus {
        color: #0077ad;
        background-color: #d4d4d4;
        border-color: #0b2d93;
    }
    .btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
        color: #0077ad;
        background-color: #e6e6e6;
        border-color: #1040d1;
    }
    .layer_down {
        height: 0px;
        background: #fff;
    }
    .list-group-item-success {
        color: #000;
        background-color: #f9b000;
    }
    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        background-color: #0077ad;
        border-color: #0077ad;
    }
    .pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
        background-color: #0077ad;
        border-color: #0077ad;
    }
    .actions {
        margin-top: 15px; 
    }
    .page_section .row {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .home-titulo {
       background-color: #005e95;
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;     
    }
    .h2-titulo {
        color: #fff !important;
        margin-top: 0px;
        margin-bottom: 10.5px;
        padding-top: 25px;
        padding-bottom: 25px;  
        font-size: 30px !important; 
    }
    .entity-form2 {
        padding: 15px; 
        margin-top: 10px;
        margin-bottom: 40px;
        border: 1px solid #ccc;
        border-radius: 25px;
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }
    .h2-linea {
        color: #4d4d4d !important;
        padding-top: 5px!important;
        padding-bottom: 5px!important; 
        font-size: 30px !important;  
    }
    a:hover.tabla-link {
        color: transparent;
    }
    a:hover.tabla-link2, a.tabla-link2 {
        color: #255D8C;
        text-decoration: none;
    }
    .tabla-home1 {
        width: 400px;
        height: 217px;
        background-size: cover; 
        border-radius: 10px;
    }
    .tabla-home2 {
        width: 250px;
        height: 132px;
        background-size: cover; 
        border-radius: 10px;
    }
    .espacio-home2 {
        width: 50px;
    }
    .texto-home1{
        color: #3C424B;
        font-weight: 600;
        font-size: 22px; 
        border-left: 3px solid #255D8C;  
        margin-bottom: 20px;      
    }
    .texto-home2{
        margin-left: 20px;
        color: #fff;
        font-weight: 600;
        font-size: 20px; 
        border-left: 3px solid #FB9000; 
        position: relative;
        top: 90px;       
    }
    .texto-home3{
        margin-left: 20px;
        color: #fff;
        font-weight: 600;
        font-size: 20px; 
        border-left: 3px solid #FB9000; 
        position: relative;
        top: 63px;       
    }
    .texto-home4{
        margin-left: 20px;
        color: #fff;
        font-weight: 600;
        font-size: 22px; 
        border-left: 3px solid #FB9000; 
        position: relative;
        top: 170px;       
    }
    .texto-bajada{
        color: #3C424B;
        font-weight: 500;
        font-size: 14px;
        margin-top: 15px;   
    }
    .home-menu {
        color: #255D8C;
        font-weight: 600;
        font-size: 14px;
        border-right: 2px solid #ddd;
        border-top: 2px solid #ddd;  
        border-bottom: 2px solid #ddd;
        border-left: 5px solid #FB9000;
        padding-top: 8px;
        padding-bottom: 9px;
        margin-bottom: 3px; 
        min-width: 285px;
        box-shadow: 0 0 3px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
        -o-box-shadow: 0 0 3px rgba(0,0,0,0.2);     
    }
    #ContentContainer_MainContent_MainContent_ConfirmPasswordLabel, #ContentContainer_MainContent_MainContent_PasswordLabel, #ContentContainer_MainContent_MainContent_UsernameLabel, #ContentContainer_MainContent_MainContent_EmailLabel {
        font-size: 13px;
    }

    #ContentContainer_MainContent_MainContent_LocalLogin{
      width: 100%;
    }

    .layer_up {
      height: 0;
      background: none;
    }
    /**************************** DISEÑO USM ***********************************/
    body {
  overflow-x: hidden;
  touch-action: pan-y;
}

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%;
  }
  .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 .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #3b424c;
    padding: 10px 0;
    font-weight: 700;
    white-space: normal;
}
}

@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__admision {
  border-radius: 10px;
  min-height: 150px;
  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!important;
}

.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;
}

 .top-bar {
  background-color: #005e90;
  /* padding: 10px 0; */
 /* display: none;  */
  height: 40px;
}

 .top-bar .breadcrumbs {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

 .top-bar .breadcrumbs li {
  padding: 10px 0;
  display: inline-block;
  font-size:12px
}

 .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; 
}*/

 .top-bar .top-bar-menu{
    list-style:none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
}
 .top-bar .top-bar-menu > li {
    padding: 10px;
    position: relative;
}
 .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;
}
 .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;
}

 .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;
}
.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;
}
 .top-bar .top-bar-menu li a.link-top-bar:hover{
    opacity: 1;
}
.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);
}


 .wrap-menu {
  padding: 15px 0;
  display: none;
  height: 100px;
}

 .wrap-menu .container{
    align-self: center;
}

 .wrap-menu .brand-link {
  display: block;
}

 .wrap-menu .brand-link img {
  width: 100%;
  max-width: 400px;
  height: 70px;
}

.wrap-menu-mobile .brand-link {
  padding: 15px 0;
  display: block;
}

 .wrap-menu-mobile .brand-link img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 400px;
  height: 70px;
}

 .top-bar .breadcrumbs li + li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #e5b300;
  padding-right: 4px;
}

 .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;
}

.top-bar .breadcrumbs a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

@media (min-width: 1200px) {
  #header {
    background-color: transparent;
  }
  .top-bar, .wrap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap-menu-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
.ocultar-mobile {
        display: none;
}
}

/* PAGINAS */
.header-inner-page {
  height: 300px;
  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; */
}

#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: 60px;
  padding-bottom: 60px;
}

#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;
}

.noventa-anios img {
  width: 200px;
}
#footer .admin-titulo{
   font-weight: 700; 
}

#footer .logo-usm {
   margin: 0 0 8px 0;
}
#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;
  }
  .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;
    }

}

#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) {
  
  .acreditacion {
    text-align: left;
  }
  .noventa-anios {
    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;
        
}

.btn-acceso:hover {
    color: #fff;
    background-color: #005e90;
    border-color: #005e90;
        
}

.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;
    }

}

 .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;
}

 .wrap-menu-mobile .brand-link{
    padding: 15px 0;
    display: block;
}
 .wrap-menu-mobile .brand-link img {
    display: inline-flex;
}
 .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;
}
 .wrap-icon-menu:hover{
    color: white;
}
 .wrap-menu-mobile .btn-admision-mobile{
    background-color: #e5b300;
    color: white !important;
    font-weight: 700;
}
 .wrap-menu-mobile .wrap-items-menu-mobile{
    border-top: thin solid #ccc;
    max-height: 90vh;
    overflow-y: auto;
}
 .wrap-menu-mobile .navbar-menu-mobile{
    width: 100%;
}
 .wrap-menu-mobile .navbar-menu-mobile.blue-menu{
    background-color: #005e90;
}
 .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;
}
 .wrap-menu-mobile .navbar-menu-mobile.blue-menu .item-navbar-mobile{
    color: white;
}
 .wrap-menu-mobile .navbar-menu-mobile.blue-menu .wrap-collapse-mobile .collapse-items-mobile{
    background-color: rgba(0,0,0,.4);
}
 .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .collapse-items-mobile{
    background-color: rgba(0,0,0,.07);
}
 .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .item-navbar-mobile[data-toggle="collapse"] .fas:before {  
    content: "\f077";
}
  
 .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;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: flex-center !important;
}

.top-bar-menu .nav-item .dropdown-menu-user {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0px;
    padding: 20px;
  /*  width: 200px; */
}

/* CARUSEL*/
.owl-stage-outer{
  padding: 20px 0;
  overflow: visible !important;
}
.controls-carousel__usm{
  display: flex;
  justify-content: flex-end;
}
.controls-carousel__usm .prev-carousel__usm, .controls-carousel__usm .next-carousel__usm{
  cursor: pointer;
}
.controls-carousel__usm .prev-carousel__usm .icon-circle__usm, .controls-carousel__usm .next-carousel__usm .icon-circle__usm{
  color: white;
}
.controls-carousel__usm .prev-carousel__usm:hover .icon-circle__usm, .controls-carousel__usm .next-carousel__usm:hover .icon-circle__usm{
  background-color: white;
  color: #3b424c;
  transform: scale(1.2);
}

.swiper-button-prev::after, .swiper-button-next::after{
  font-size: 20px;
  color: #074469;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
}

.contenido-interes-owl .owl-stage-outer{
  padding: 20px 0;
  overflow: visible;
}
.controls-carousel__usm{
  display: flex;
  justify-content: flex-end;
}
.controls-carousel__usm .prev-carousel__usm, .controls-carousel__usm .next-carousel__usm{
  cursor: pointer;
}
.controls-carousel__usm .prev-carousel__usm:hover .icon-circle__usm, .controls-carousel__usm .next-carousel__usm:hover .icon-circle__usm{
  background-color: #3b424c;
  color: white;
  transform: scale(1.2);
}
/*
* Redes Sociales Home
*/

#rrss .card-social__usm{
    justify-content: center;
    text-align: center;
}
#rrss .card-social__usm .card-body{
    display: none;
}
#rrss .card-social__usm .social-link{
    opacity: .8;
    transition: all .2s ease-in-out;
}
#rrss .card-social__usm .social-link:hover{
    opacity: 1;
}
#rrss .card-social__usm .social-link:hover.effect-hover__usm{
    margin-left: 1em;
}
#rrss .card-social__usm .card-header{
    background-color: transparent;
    border-bottom:none;
    padding: 20px 20px 10px 20px;
}
#rrss .card-social__usm .card-header .logo-social i{
    color: white;
    font-size: 60px;
}
#rrss .card-social__usm .card-footer{
    background-color: transparent;
    border-top:none;
    padding: 10px 20px 20px 20px;
}
#rrss .card-social__usm .card-body .img-social__usm{
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
}
#rrss .card-facebook__usm{
    background-color: #3B5998;
}
#rrss .card-instagram__usm{
    background-color: #990099;
}
#rrss .card-twitter__usm{
    background-color: #0EADD8;
}
#rrss .card-youtube__usm{
  background-color: #ff0000;
}
#rrss .card-linkedin__usm{
    background-color: #0E76A8;
}
/*
* Fin Redes Sociales Home
*/

/*
* NAVBAR MENU
*/
.navbar-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: 0;
}

.navbar-menu li, .navbar-menu ul{
  display: block;
  list-style: none;
  padding: 0;
  line-height: normal;
  
}

.navbar-menu li:not(:last-child) {
  margin-right: 16px;
}

.navbar-menu li a {
  font-family: "Montserrat",Sans-serif;
  font-weight: 600;
  padding: 13px 0;
  color: #3B424C;
  line-height: 20px;
transition: .4s;
}

.navbar-menu li a:hover{
  color: #005E90;
}

.navbar-menu li a .active{
  color: #005E90;
}


/*
*  CONTENIDO INICIO
*/

.card-info{
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #4D98BC;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.card-info h3 {
  color: #1D5477;
}

.btn__dgiie {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  /*padding: 12px 24px; */
  padding: 12px 70px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 30px 30px 30px 30px;
}

.btn-dgiie-color{
  background-color: #005e90;
  color: white;
  /*border: 1px solid #005e90; */
}

.btn-dgiie-color:hover {
  background-color: #F7AE00;
  color: white;
}
