@font-face {
    font-family: 'uafont';
    src: url('../fonts/uafont.eot?xex4jc4#uacloud4');
    src: url('../fonts/uafont.eot?xex4jc4#iefix4') format('embedded-opentype'), url('../fonts/uafont.ttf?xex4jc4#uacloud4') format('truetype'), url('../fonts/uafont.woff?xex4jc4#uacloud4') format('woff'), url('../fonts/uafont.svg?xex4jc4#uacloud4') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bg-uacloud {
  background-color: #005480;
}

.text-uacloud {
  color:#005480;
}


ul.gestion {
  list-style: none;
  /* Remove default bullets */
}

ul.gestion li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #b15391;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

/* Editado @cris */
a, a:hover {
  color: #005480;
}

.table-dark {
  --bs-table-bg: #005480;
}

.table-dark a {
  color: #fff;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #005480;
  border-color: #005480;
}

.table-dark .form-check-input:checked[type=checkbox] {
  background-color: var(--bs-blue);
}

.form-range::-webkit-slider-thumb, .form-range::-moz-range-thumb {
  background-color: #005480;
}

.btn-primary {
  background-color: #005480;
  border-color: #005480;
}

.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #00466A;
  border-color: #00466A;
}

.btn-primary:disabled, .btn-primary.disabled {
  background-color: var(--bs-gray);
  border-color: var(--bs-gray);
}

.btn-outline-primary {
  color: #005480;
  border-color: #005480;
}

.btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  background-color: #005480;
  border-color: #005480;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #00466A;
          box-shadow: 0 0 0 0.25rem #00466A;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #005480;
}

.btn-link {
  color: #005480;
}

.btn-link:hover {
  color: #00466A;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  background-color: #005480;
}

.nav-link {
  color: #005480;
}

.nav-link:hover, .nav-link:focus {
  color: #00466A;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #005480;
}

.page-link:hover {
  color: #00466A;
}

.page-link:focus {
  color: #00466A;
}

.page-item.active .page-link {
  background-color: #005480;
  border-color: #005480;
}

.progress-bar {
  background-color: #005480;
}

.list-group-item.active {
  background-color: #005480;
  border-color: #005480;
}

.link-primary {
  color: #005480;
}

.link-primary:hover, .link-primary:focus {
  color: #00466A;
}

.border-primary {
  border-color: #005480 !important;
}

.text-primary {
  color: #005480 !important;
}

.bg-primary {
  background-color: #005480 !important;
}

/* Colores segun seccion */
@media (min-width: 991px) {
  .navbar-gestion #plt-md-menuaplicacion {
    background-color: white;
  }
}

/*** docencia ***/
.navbar-gestion.docencia {
  background-color: #298177;
}

@media (min-width: 991px) {
  .navbar-gestion.docencia #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #298177;
    border-bottom: 0.1em solid #298177;
    border-left: 0.1em solid rgba(78, 170, 158, 0.5);
    border-right: 0;
  }
}

ul.gestion.docencia li::before {
  color: rgba(78, 170, 158, 0.5);
}

/*** servicios ***/
.navbar-gestion.servicios {
  background-color: #57813f;
}

@media (min-width: 991px) {
  .navbar-gestion.servicios #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #57813f;
  }
}

ul.gestion.servicios li::before {
  color: rgba(87, 129, 63, 0.5);
}

/*** otrosservicios ***/
.navbar-gestion.otrosservicios {
  background-color: #8f5fa5;
}

@media (min-width: 991px) {
  .navbar-gestion.otrosservicios #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #8f5fa5;
  }
}

ul.gestion.otrosservicios li::before {
  color: rgba(143, 95, 165, 0.5);
}

/*** moodle ***/
.navbar-gestion.moodle {
  background-color: #bf5916;
}

@media (min-width: 991px) {
  .navbar-gestion.moodle #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #bf5916;
  }
}

ul.gestion.moodle li::before {
  color: rgba(191, 90, 22, 0.5);
}

/*** uaproject ***/
.navbar-gestion.uaproject {
  background-color: #5f5f5f;
}

@media (min-width: 991px) {
  .navbar-gestion.uaproject #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #5f5f5f;
  }
}

ul.gestion.uaproject li::before {
  color: rgba(95, 95, 95, 0.5);
}

/*** investigacion ***/
.navbar-gestion.investigacion {
  background-color: #4a7a9e;
}

@media (min-width: 991px) {
  .navbar-gestion.investigacion #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #4a7a9e;
  }
}

ul.gestion.investigacion li::before {
  color: rgba(74, 122, 158, 0.5);
}

ul.gestion {
  list-style: none;
  /* Remove default bullets */
}

ul.gestion li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #b15391;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

/* Editado @cris */
a, a:hover {
  color: #005480;
}

.table-dark {
  --bs-table-bg: #005480;
}

.table-dark a {
  color: #fff;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #005480;
  border-color: #005480;
}

.table-dark .form-check-input:checked[type=checkbox] {
  background-color: var(--bs-blue);
}

.form-range::-webkit-slider-thumb, .form-range::-moz-range-thumb {
  background-color: #005480;
}

.btn-primary {
  background-color: #005480;
  border-color: #005480;
}

.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #00466A;
  border-color: #00466A;
}

.btn-primary:disabled, .btn-primary.disabled {
  background-color: var(--bs-gray);
  border-color: var(--bs-gray);
}

.btn-outline-primary {
  color: #005480;
  border-color: #005480;
}

.btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  background-color: #005480;
  border-color: #005480;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #00466A;
          box-shadow: 0 0 0 0.25rem #00466A;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #005480;
}

.btn-link {
  color: #005480;
}

.btn-link:hover {
  color: #00466A;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  background-color: #005480;
}

.nav-link {
  color: #005480;
}

.nav-link:hover, .nav-link:focus {
  color: #00466A;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #005480;
}

.page-link:hover {
  color: #00466A;
}

.page-link:focus {
  color: #00466A;
}

.page-item.active .page-link {
  background-color: #005480;
  border-color: #005480;
}

.progress-bar {
  background-color: #005480;
}

.list-group-item.active {
  background-color: #005480;
  border-color: #005480;
}

.link-primary {
  color: #005480;
}

.link-primary:hover, .link-primary:focus {
  color: #00466A;
}

.border-primary {
  border-color: #005480 !important;
}

.text-primary {
  color: #005480 !important;
}

.bg-primary {
  background-color: #005480 !important;
}

/* Colores segun seccion */
@media (min-width: 991px) {
  .navbar-gestion #plt-md-menuaplicacion {
    background-color: white;
  }
}

/*** docencia ***/
.navbar-gestion.docencia {
  background-color: #298177;
}

@media (min-width: 991px) {
  .navbar-gestion.docencia #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #298177;
    border-bottom: 0.1em solid #298177;
    border-left: 0.1em solid rgba(78, 170, 158, 0.5);
    border-right: 0;
  }
}

ul.gestion.docencia li::before {
  color: rgba(78, 170, 158, 0.5);
}

/*** servicios ***/
.navbar-gestion.servicios {
  background-color: #57813f;
}

@media (min-width: 991px) {
  .navbar-gestion.servicios #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #57813f;
  }
}

ul.gestion.servicios li::before {
  color: rgba(87, 129, 63, 0.5);
}

/*** otrosservicios ***/
.navbar-gestion.otrosservicios {
  background-color: #8f5fa5;
}

@media (min-width: 991px) {
  .navbar-gestion.otrosservicios #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #8f5fa5;
  }
}

ul.gestion.otrosservicios li::before {
  color: rgba(143, 95, 165, 0.5);
}

/*** moodle ***/
.navbar-gestion.moodle {
  background-color: #bf5916;
}

@media (min-width: 991px) {
  .navbar-gestion.moodle #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #bf5916;
  }
}

ul.gestion.moodle li::before {
  color: rgba(191, 90, 22, 0.5);
}

/*** uaproject ***/
.navbar-gestion.uaproject {
  background-color: #5f5f5f;
}

@media (min-width: 991px) {
  .navbar-gestion.uaproject #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #5f5f5f;
  }
}

ul.gestion.uaproject li::before {
  color: rgba(95, 95, 95, 0.5);
}

/*** investigacion ***/
.navbar-gestion.investigacion {
  background-color: #4a7a9e;
}

@media (min-width: 991px) {
  .navbar-gestion.investigacion #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #4a7a9e;
  }
}

ul.gestion.investigacion li::before {
  color: rgba(74, 122, 158, 0.5);
}

ul.gestion {
  list-style: none;
  /* Remove default bullets */
}

ul.gestion li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #b15391;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

/* Editado @cris */
a, a:hover {
  color: #005480;
}

.table-dark {
  --bs-table-bg: #005480;
}

.table-dark a {
  color: #fff;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #005480;
  border-color: #005480;
}

.table-dark .form-check-input:checked[type=checkbox] {
  background-color: var(--bs-blue);
}

.form-range::-webkit-slider-thumb, .form-range::-moz-range-thumb {
  background-color: #005480;
}

.btn-primary {
  background-color: #005480;
  border-color: #005480;
}

.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #00466A;
  border-color: #00466A;
}

.btn-primary:disabled, .btn-primary.disabled {
  background-color: var(--bs-gray);
  border-color: var(--bs-gray);
}

.btn-outline-primary {
  color: #005480;
  border-color: #005480;
}

.btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  background-color: #005480;
  border-color: #005480;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #00466A;
          box-shadow: 0 0 0 0.25rem #00466A;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #005480;
}

.btn-link {
  color: #005480;
}

.btn-link:hover {
  color: #00466A;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  background-color: #005480;
}

.nav-link {
  color: #005480;
}

.nav-link:hover, .nav-link:focus {
  color: #00466A;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #005480;
}

.page-link:hover {
  color: #00466A;
}

.page-link:focus {
  color: #00466A;
}

.page-item.active .page-link {
  background-color: #005480;
  border-color: #005480;
}

.progress-bar {
  background-color: #005480;
}

.list-group-item.active {
  background-color: #005480;
  border-color: #005480;
}

.link-primary {
  color: #005480;
}

.link-primary:hover, .link-primary:focus {
  color: #00466A;
}

.border-primary {
  border-color: #005480 !important;
}

.text-primary {
  color: #005480 !important;
}

.bg-primary {
  background-color: #005480 !important;
}

/* Colores segun seccion */
@media (min-width: 991px) {
  .navbar-gestion #plt-md-menuaplicacion {
    background-color: white;
  }
}

/*** docencia ***/
.navbar-gestion.docencia {
  background-color: #298177;
}

@media (min-width: 991px) {
  .navbar-gestion.docencia #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #298177;
    border-bottom: 0.1em solid #298177;
    border-left: 0.1em solid rgba(78, 170, 158, 0.5);
    border-right: 0;
  }
}

ul.gestion.docencia li::before {
  color: rgba(78, 170, 158, 0.5);
}

/*** servicios ***/
.navbar-gestion.servicios {
  background-color: #57813f;
}

@media (min-width: 991px) {
  .navbar-gestion.servicios #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #57813f;
  }
}

ul.gestion.servicios li::before {
  color: rgba(87, 129, 63, 0.5);
}

/*** otrosservicios ***/
.navbar-gestion.otrosservicios {
  background-color: #8f5fa5;
}

@media (min-width: 991px) {
  .navbar-gestion.otrosservicios #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #8f5fa5;
  }
}

ul.gestion.otrosservicios li::before {
  color: rgba(143, 95, 165, 0.5);
}

/*** moodle ***/
.navbar-gestion.moodle {
  background-color: #bf5916;
}

@media (min-width: 991px) {
  .navbar-gestion.moodle #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #bf5916;
  }
}

ul.gestion.moodle li::before {
  color: rgba(191, 90, 22, 0.5);
}

/*** uaproject ***/
.navbar-gestion.uaproject {
  background-color: #5f5f5f;
}

@media (min-width: 991px) {
  .navbar-gestion.uaproject #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #5f5f5f;
  }
}

ul.gestion.uaproject li::before {
  color: rgba(95, 95, 95, 0.5);
}

/*** investigacion ***/
.navbar-gestion.investigacion {
  background-color: #4a7a9e;
}

@media (min-width: 991px) {
  .navbar-gestion.investigacion #plt-md-menuaplicacion {
    border-bottom: 0.1em solid #4a7a9e;
  }
}

ul.gestion.investigacion li::before {
  color: rgba(74, 122, 158, 0.5);
}

#plt-md-usuario {
  width: 16em;
  text-overflow: ellipsis;
}

#plt-md-usuario a {
  font-weight: bold;
}

.bg-uacloud {
  background-color: #005480;
}

.bg-uacloud .btn:hover {
  color: white;
  text-decoration: underline;
  background-color: #004367;
}

.text-uacloud {
  color: white;
}

@media (min-width: 991px) {
  .navbar-principal {
    background-color: #005480;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-principal .container-fluid {
    padding: 0;
  }
  .navbar-principal a {
    color: white;
    text-decoration: none;
  }
  .navbar-principal a:hover, .navbar-principal a:focus {
    color: white;
    text-decoration: underline;
  }
  .navbar-principal .navbar-brand,
  .navbar-principal .navbar-brand:hover {
    color: #00334d;
  }
  .navbar-principal .dropdown-menu {
    background-color: #004367;
  }
  .navbar-principal .dropdown-menu li:focus,
  .navbar-principal .dropdown-menu li:hover {
    background-color: #004367;
  }
  .navbar-principal .dropdown-menu li li:focus,
  .navbar-principal .dropdown-menu li li:hover {
    background-color: #00334d;
  }
  .navbar-principal .nav-item:hover, .navbar-principal .nav-item:focus,
  .navbar-principal .dropdown-item:hover,
  .navbar-principal .dropdown-item:focus {
    background-color: #004367;
  }
  .navbar-principal .dropdown a.show {
    background-color: #004367;
  }
  .navbar-uacloud ul.submenu.vertical li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-uacloud ul.submenu.vertical li a, .navbar-uacloud ul.submenu.vertical li button {
    padding: 1rem;
  }
  .navbar-uacloud ul.submenu.vertical .nav-item .link-dark,
  .navbar-uacloud ul.submenu.vertical .nav-item .link-dark:hover,
  .navbar-uacloud ul.submenu.vertical .nav-item .link-dark:focus {
    color: white;
  }
  .navbar-uacloud ul.submenu.vertical .nav-item .dropdown-menu li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.76);
  }
}

@media (max-width: 991px) {
  .navbar-principal {
    background-color: #005480;
  }
  .navbar-principal .accordion-button:not(.accordion-button-sinabrir).collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23hite'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navbar-principal .accordion-button:not(.accordion-button-sinabrir):not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23hite'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .navbar-principal .accordion-item {
    color: white;
    border: 0;
    border-top: 1px solid white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-principal .accordion-item a {
    text-decoration: none;
    font-weight: bold;
    background-color: #005480;
    color: white;
    height: 4rem;
    border-radius: 0;
  }
  .navbar-principal .accordion-item a:not(.collapsed), .navbar-principal .accordion-item a .collapsed {
    background-color: #005480;
    color: white;
  }
  .navbar-principal .accordion-item a:focus, .navbar-principal .accordion-item a:hover, .navbar-principal .accordion-item a:active, .navbar-principal .accordion-item a[aria-expanded="true"] {
    background-color: #004367;
    text-decoration: underline;
  }
  .navbar-principal .accordion-item a:after {
    color: white;
  }
  .navbar-principal .accordion-item a {
    text-decoration: none;
    padding-top: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
    border: 0;
    overflow-anchor: none;
    border-radius: 0;
    padding: 1rem 1.25rem;
  }
  .navbar-principal .accordion-item a :hover {
    text-decoration: underline;
  }
  .navbar-principal #plt-mm-panellateral {
    overflow: scroll;
  }
  .navbar-principal .accordion-collapse a {
    padding-left: 2.5rem;
    background-color: #004367;
    border-radius: 0;
  }
  .navbar-principal .accordion-collapse a:not(.collapsed), .navbar-principal .accordion-collapse a .collapsed {
    background-color: #004367;
    color: white;
  }
  .navbar-principal .accordion-collapse a:focus, .navbar-principal .accordion-collapse a:hover, .navbar-principal .accordion-collapse a:active, .navbar-principal .accordion-collapse a[aria-expanded="true"] {
    background-color: #004367;
    text-decoration: underline;
    border-radius: 0;
  }
  .navbar-principal .accordion-collapse .accordion-collapse a {
    padding-left: 3.75rem;
    background-color: #00334d;
    border-radius: 0;
  }
}

@media (min-width: 991px) {
  .navbar-gestion {
    background-color: #b15391;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-gestion .container-fluid {
    padding: 0;
  }
  .navbar-gestion a {
    color: #005480;
    text-decoration: none;
  }
  .navbar-gestion a:hover, .navbar-gestion a:focus {
    color: #005480;
    text-decoration: underline;
  }
  .navbar-gestion .navbar-brand,
  .navbar-gestion .navbar-brand:hover {
    color: #904175;
  }
  .navbar-gestion .dropdown-menu {
    background-color: #f2f2f2;
  }
  .navbar-gestion .dropdown-menu li:focus,
  .navbar-gestion .dropdown-menu li:hover {
    background-color: #f2f2f2;
  }
  .navbar-gestion .dropdown-menu li li:focus,
  .navbar-gestion .dropdown-menu li li:hover {
    background-color: #e6e6e6;
  }
  .navbar-gestion .nav-item:hover, .navbar-gestion .nav-item:focus,
  .navbar-gestion .dropdown-item:hover,
  .navbar-gestion .dropdown-item:focus {
    background-color: #f2f2f2;
  }
  .navbar-gestion .dropdown a.show {
    background-color: #f2f2f2;
  }
  .navbar-gestion #plt-md-menuaplicacion {
    background-color: white;
    border-bottom: 0.1em solid #b15391;
  }
  .navbar-gestion #plt-md-menuaplicacion .nav-item {
    border-left: 0.1em solid #f1dfeb;
    border-right: 0;
  }
  .navbar-gestion #plt-md-menuaplicacion .nav-item .nav-item {
    border-left: 0;
  }
  .navbar-gestion #plt-md-menuaplicacion .dropdown-menu li {
    border-bottom: 0.1em solid #f1dfeb;
    border-top: 0;
  }
  .navbar-gestion #plt-md-menuaplicacion a {
    color: #005480;
    font-weight: bold;
  }
  .navbar-gestion #plt-md-menuaplicacion a:hover, .navbar-gestion #plt-md-menuaplicacion a:focus {
    background-color: #f2f2f2;
    color: #004367;
  }
}

@media (max-width: 991px) {
  .navbar-gestion {
    background-color: #b15391;
  }
  .navbar-gestion .accordion-button:not(.accordion-button-sinabrir).collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005480'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navbar-gestion .accordion-button:not(.accordion-button-sinabrir):not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005480'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .navbar-gestion .accordion-item {
    color: #005480;
    border: 0;
    border-top: 1px solid #1ab0ff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-gestion .accordion-item a {
    text-decoration: none;
    font-weight: bold;
    background-color: white;
    color: #005480;
    height: 4rem;
    border-radius: 0;
  }
  .navbar-gestion .accordion-item a:not(.collapsed), .navbar-gestion .accordion-item a .collapsed {
    background-color: white;
    color: #005480;
  }
  .navbar-gestion .accordion-item a:focus, .navbar-gestion .accordion-item a:hover, .navbar-gestion .accordion-item a:active, .navbar-gestion .accordion-item a[aria-expanded="true"] {
    background-color: #f2f2f2;
    text-decoration: underline;
  }
  .navbar-gestion .accordion-item a:after {
    color: #005480;
  }
  .navbar-gestion .accordion-item a {
    text-decoration: none;
    padding-top: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
    border: 0;
    overflow-anchor: none;
    border-radius: 0;
    padding: 1rem 1.25rem;
  }
  .navbar-gestion .accordion-item a :hover {
    text-decoration: underline;
  }
  .navbar-gestion #plt-mm-panellateral {
    overflow: scroll;
  }
  .navbar-gestion .accordion-collapse a {
    padding-left: 2.5rem;
    background-color: #f2f2f2;
    border-radius: 0;
  }
  .navbar-gestion .accordion-collapse a:not(.collapsed), .navbar-gestion .accordion-collapse a .collapsed {
    background-color: #f2f2f2;
    color: #005480;
  }
  .navbar-gestion .accordion-collapse a:focus, .navbar-gestion .accordion-collapse a:hover, .navbar-gestion .accordion-collapse a:active, .navbar-gestion .accordion-collapse a[aria-expanded="true"] {
    background-color: #f2f2f2;
    text-decoration: underline;
    border-radius: 0;
  }
  .navbar-gestion .accordion-collapse .accordion-collapse a {
    padding-left: 3.75rem;
    background-color: #e6e6e6;
    border-radius: 0;
  }
}

#plt-valoracion {
  position: absolute;
  right: 0.5em;
}

@media (min-width: 991px) {
  #plt-valoracion {
    top: 50%;
  }
}

@media (max-width: 991px) {
  #plt-valoracion {
    bottom: 0.5em;
  }
}

#plt-valoracion .close {
  left: 92% !important;
}

#plt-valoracion .close:hover {
  text-decoration: underline;
  background-color: #9c202c !important;
}

#plt-valoracionModal label.btn {
  font-size: 4rem;
}

@media (max-width: 991px) {
  #plt-notificacionesModal .modal-dialog {
    width: 95vw;
    max-width: none;
  }
}

#plt-notificacionesModal .modal-dialog, #plt-notificacionesModal .modal-content {
  height: 90%;
}

#plt-notificacionesModal .modal-body {
  max-height: 90%;
  overflow-y: scroll;
}

#plt-md-avisos button:hover {
  background-color: #ddd !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

#novedadesModal .carousel-control-prev {
  margin-left: -1.5em;
}

#novedadesModal .carousel-control-next {
  margin-right: -1.5em;
}

#novedadesModal .carousel-inner {
  padding-left: 2em;
  width: calc(100% - 2em);
}

.accordion-item {
  border-radius: 0;
}

.badge {
  font-size: 0.9em;
}

#plt-toast-container {
  z-index: 1021;
}

.budge-campana {
  top: 10%;
  left: 70%;
  font-size: 0.7em;
}

footer a {
  color: black;
}

footer a:hover {
  color: black;
}

.nav-pills .nav-link.active .badge {
  background-color: white !important;
  color: #333;
}

#app {
  padding: 0;
}

h3 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

.bg-white .btn:hover {
  color: black;
  text-decoration: underline;
  background-color: #004367;
}

#plt-md-avisos, #plt-mm-iconos {
  color: #005480;
}

#plt-md-avisos a, #plt-mm-iconos a {
  color: #005480;
  text-decoration: none;
}

#plt-md-avisos a:hover, #plt-md-avisos a:active, #plt-md-avisos a:focus, #plt-mm-iconos a:hover, #plt-mm-iconos a:active, #plt-mm-iconos a:focus {
  text-decoration: underline;
}

.navbar-brand-uacloud {
  font-size: 1.8em;
}

.uacloudico {
  font-size: 1.5em;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-menu {
  padding: 0;
}

.navbar-menu .navbar-brand {
  margin: 0;
  padding: .8rem;
  border-right: 1px solid white;
}

.navbar-menu .dropdown-menu {
  left: 0;
}

.navbar-menu ul {
  margin: 0;
}

.navbar-menu ul li.vertical {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: .5rem;
}

/* Editado @cris */
.form-check-input {
  width: 1.2em;
  height: 1.2em;
}

.table td > * {
  vertical-align: middle;
}

.table-dark a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=uacloud.css.map */