/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important; }

body {
  box-sizing: border-box;
  font-family: Helvetica;
  color: #474747;
  min-height: 100vh;
  position: relative;
  padding-bottom: 10rem; }

a {
  text-decoration: none !important; }

.invalid-feedback__show {
  display: block; }

input:invalid, select:invalid {
  border-bottom: 3px #e74c3c solid; }

.a-girar {
  animation: girar 1s infinite linear; }

@keyframes girar {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

@media print {
  .saltopagina {
    display: block;
    page-break-before: always; }
  .no-imprimir {
    display: none !important;
    width: 0;
    height: 0; }
  body {
    background-color: #fff !important; } }

.no-resize {
  resize: none; }

.centrado_vertical {
  position: absolute;
  left: 0;
  padding-left: inherit;
  padding-right: inherit;
  top: 50%;
  transform: translateY(-50%); }

@media print {
  html, body {
    height: initial !important;
    min-width: initial !important;
    min-height: initial !important; }
  #content {
    padding-bottom: 0; } }

.header__autenticado {
  background: #4c4c4c;
  color: #b6b6b6;
  text-align: right;
  font-size: 0.9rem; }
  .header__autenticado nav > ul {
    margin: 0; }
    .header__autenticado nav > ul > li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      z-index: 11; }
      .header__autenticado nav > ul > li > a {
        display: block;
        padding: 7.5px;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        cursor: pointer; }
  .header__autenticado nav .modulos__menu i {
    color: #a6a6a6;
    font-size: 32px;
    height: 32px;
    line-height: 32px; }
  .header__autenticado nav .miniatura {
    height: 32px;
    width: 32px;
    line-height: 32px; }
  .header__autenticado nav .usuario__icono {
    background: #6ab8dd;
    color: white;
    border-radius: 100%;
    text-align: center;
    display: inline-block; }
  .header__autenticado nav .menu_colapsable {
    transition: none;
    white-space: nowrap;
    position: absolute;
    background: white;
    padding: 15px 50px;
    text-align: center;
    right: 0;
    top: 100%;
    z-index: 10;
    border: solid 1px #dedede;
    border-top: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 15px 15px rgba(0, 0, 0, 0.2); }
    .header__autenticado nav .menu_colapsable li {
      list-style: none; }
  .header__autenticado #cerrar_sesion {
    color: #c74c4c;
    transition: 0.2s; }
    .header__autenticado #cerrar_sesion:hover {
      color: #ff2200; }

.header__fondo {
  background: linear-gradient(#2780ab, #144258); }

.header__principal {
  color: white;
  display: flex;
  justify-content: center;
  padding: 15px 0; }
  .header__principal .logo {
    display: flex;
    border-right: 1px solid rgba(175, 175, 175, 0.38);
    padding: 0.4rem 0.7rem 0.4rem 0; }
    .header__principal .logo figure {
      margin: 0; }
      .header__principal .logo figure img {
        width: 60px; }
    .header__principal .logo .header_unan {
      font-family: 'Georgia';
      font-size: 15px;
      font-weight: 100;
      line-height: 20px;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
      margin-left: 10px; }
      .header__principal .logo .header_unan strong {
        margin-right: 1.2px; }
  .header__principal h1 {
    font-family: sans-serif;
    font-size: 1.5rem;
    color: #F6B200;
    margin-bottom: auto;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-left: 10px; }
  .header__principal .navegacion {
    z-index: 2; }
    .header__principal .navegacion a.activo {
      color: #F6B200 !important; }
    .header__principal .navegacion a:visited,
    .header__principal .navegacion a:link,
    .header__principal .navegacion a {
      padding: 0.6rem;
      color: #dedede;
      font-size: 0.85rem;
      border: solid 1px #c7c7c7;
      white-space: nowrap; }
    .header__principal .navegacion a:not([href]):not([tabindex]) {
      color: #dedede; }
    .header__principal .navegacion__sub_menu > a {
      position: relative;
      padding-right: 18px; }
    .header__principal .navegacion__sub_menu > a:after {
      font-size: 1.3rem;
      content: "\2039";
      display: inline-block;
      line-height: 130%;
      position: absolute;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg);
      top: 7px;
      right: 7px; }
    .header__principal .navegacion > ul > li {
      float: left; }
      .header__principal .navegacion > ul > li:last-child.navegacion__sub_menu:hover,
      .header__principal .navegacion > ul > li:last-child.navegacion__sub_menu:hover > a {
        border-bottom-right-radius: 0; }
      .header__principal .navegacion > ul > li:first-child.navegacion__sub_menu:hover,
      .header__principal .navegacion > ul > li:first-child.navegacion__sub_menu:hover > a {
        border-bottom-left-radius: 0; }
      .header__principal .navegacion > ul > li:first-child > a, .header__principal .navegacion > ul > li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .header__principal .navegacion > ul > li:last-child > a, .header__principal .navegacion > ul > li:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .header__principal .navegacion > ul > li:not(:first-child) > a {
        border-left: none; }
      .header__principal .navegacion > ul > li:not(:last-child) > a {
        border-right: none; }
      .header__principal .navegacion > ul > li:hover > ul {
        top: 100%;
        right: 0; }
        .header__principal .navegacion > ul > li:hover > ul > li:first-of-type a {
          border-top: none; }
      .header__principal .navegacion > ul > li > ul ul {
        left: -100%;
        top: 0;
        right: 100%; }
    .header__principal .navegacion li {
      position: relative;
      background: rgba(0, 0, 0, 0.66); }
      .header__principal .navegacion li a:hover,
      .header__principal .navegacion li a:not([href]):not([tabindex]):hover {
        color: #F6B200; }
      .header__principal .navegacion li ul {
        display: none;
        position: absolute;
        min-width: calc(100% + 1px); }
        .header__principal .navegacion li ul li:not(:last-child) a:visited,
        .header__principal .navegacion li ul li:not(:last-child) a:link, .header__principal .navegacion li ul li:not(:last-child) a {
          border-bottom: none; }
      .header__principal .navegacion li:hover > a + ul {
        display: block; }

.navbar-collapse .navbar-nav {
  padding: 5px;
  background-color: #0B232E;
  border-radius: 5px; }

.navbar-collapse .nav-dropdown-menu .nav-link {
  display: block;
  padding: .3rem 1.5rem;
  width: 100%;
  color: #fff !important;
  font-weight: 500; }
  .navbar-collapse .nav-dropdown-menu .nav-link:hover {
    color: #0B232E !important;
    cursor: pointer !important;
    background-color: #fff !important;
    font-weight: 500; }

.navbar-collapse .usermenu {
  background: #353535;
  border-radius: 5px; }
  .navbar-collapse .usermenu .dropdown-item {
    color: #fff; }
    .navbar-collapse .usermenu .dropdown-itemhover {
      color: #0B232E !important;
      cursor: pointer !important;
      background-color: #fff !important;
      font-weight: 500; }

.es_dropdown::after {
  font-size: 1.5rem;
  content: "\2039";
  display: inline-block;
  line-height: 130%;
  position: absolute;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 7px;
  right: 7px; }

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff; }

.navbar-dark .navbar-nav .nav-item {
  color: #F6B200;
  line-height: 2; }
  .navbar-dark .navbar-nav .nav-item:hover {
    color: #F6B200;
    cursor: pointer !important; }
  .navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #F6B200; }

.dropdown-item:hover {
  color: #0B232E !important;
  cursor: pointer !important;
  background-color: #fff !important;
  font-weight: 500; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white; }

.nav-dropdown-menu {
  background-color: #0B232E;
  border: 1px solid #24779f; }

.nav-dropdown-menu .nav-dropdown-menu,
.usermenu .nav-dropdown-menu {
  top: 0;
  left: -100%;
  margin: 5px 30px; }

.usermenu .nav-dropdown-menu {
  top: 100% !important;
  right: 0px; }

@media all and (min-width: 992px) {
  .navbar .nav-dropdown-menu {
    margin: 0px; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: .5rem; } }

@media (min-width: 400px) {
  .nav-item .dropdown::after, .dropdown::after {
    position: absolute !important; } }

/* multilevel navigation
ul.nav-dropdown-menu li > ul.nav-dropdown-menu {
  left: -100%;
  top: 0;
  display: none!important;
}

ul.nav-dropdown-menu li:hover > ul.nav-dropdown-menu,
ul.nav-dropdown-menu li:focus > ul.nav-dropdown-menu {
  display: block!important;
  margin: 5px 30px;

}*/
/* ============ desktop view ============
@media all and (min-width: 992px){
  .navbar .nav-item:hover .nav-dropdown-menu{ display: block;margin: 0px; }
}
@media all and (min-width: 992px), (min-width: 400px){
  .navbar .nav-item .nav-dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .nav-dropdown-menu{ display: block; }
  .navbar .nav-item .nav-dropdown-menu{ margin-top:0; }
}*/
/* ============ desktop view .end// ============ */
body {
  background-color: #dedede; }
  body .contenedor {
    background-color: #fff;
    padding: 3rem 50px;
    margin: 3rem auto; }

.footer {
  position: absolute;
  width: 100%;
  height: 10rem;
  overflow: hidden;
  bottom: 0;
  color: #b6b6b6; }
  .footer figure, .footer p {
    margin: 0; }
  .footer__fondo {
    background: #3f3f3f; }
  .footer__principal {
    padding: 15px 0; }
  .footer__logo img {
    width: 55px; }
  .footer hr {
    border-color: rgba(239, 239, 239, 0.28); }

#entorno {
  position: fixed;
  z-index: 1;
  color: #fff;
  background: #ff0000;
  bottom: 0; }
  #entorno p {
    margin: 0;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold; }

a.btn, a.btn:hover {
  color: white; }

:disabled {
  cursor: not-allowed; }

.buscador {
  z-index: 3; }
  .buscador + span {
    z-index: 3;
    border-right: solid 1px #c7c7c7 !important;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    transition: 0.5s; }
    .buscador + span i {
      animation: none; }
      .buscador + span i::after {
        content: "\f002"; }
    .buscador + span.cargando {
      width: initial;
      height: initial; }
      .buscador + span.cargando:after {
        content: ""; }
      .buscador + span.cargando i {
        -animation: spin 1s infinite linear;
        -webkit-animation: spin2 1s infinite linear; }
        .buscador + span.cargando i:after {
          content: "\f021"; }
  .buscador:focus + div > span {
    background: #5eb2da;
    color: white;
    text-shadow: 1px 1px 1px #808080; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

.contenedor_buscador {
  position: relative; }
  .contenedor_buscador input[type=text] {
    text-indent: 10px; }
  .contenedor_buscador ul {
    position: absolute;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #b4b8b9;
    border-top: none;
    width: 100%;
    left: 0;
    max-height: 20vh;
    overflow-y: auto !important;
    top: 2.4rem; }
    .contenedor_buscador ul:empty {
      visibility: hidden; }
  .contenedor_buscador ul > li {
    padding: 1vh 0;
    border-bottom: 1px solid #ECF0F1;
    text-indent: 10px;
    color: #34495E;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
    list-style: none; }
  .contenedor_buscador ul > li label:nth-child(1) {
    font-size: 16px;
    display: block;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left; }
  .contenedor_buscador ul > li label:nth-child(2) {
    color: #666;
    font-size: 12px;
    display: block;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .contenedor_buscador ul > li:hover {
    background-color: #f7f7f7; }

.navegacion ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.navegacion a:visited,
.navegacion a:link, .navegacion a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  border: 0; }

table.table.table-default thead th {
  background-color: #2780ab;
  color: #fff; }

table.table.table-default tbody tr:hover {
  cursor: pointer;
  color: #fff;
  background-color: #349ed1; }
  table.table.table-default tbody tr:hover a {
    color: #fff; }

.tarjeta {
  width: 100%;
  padding: 20px;
  border: solid 1px #dedede;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .tarjeta--fondo-blanco {
    background-color: #fff; }
  .tarjeta__vertical {
    display: flex;
    justify-content: space-between; }
  .tarjeta__sin-padding {
    padding: 0; }
  .tarjeta__etiqueta {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0; }
    .tarjeta__etiqueta--1 {
      font-size: 1rem; }
  .tarjeta--sin-borde {
    border: none; }
  .tarjeta--altura-1 {
    min-height: 400px; }
  .tarjeta__texto {
    color: #8c8a84;
    font-weight: bold; }
    .tarjeta__texto--color-distinto {
      color: red; }
    .tarjeta__texto i {
      float: right;
      color: #2780ab;
      cursor: pointer; }
  .tarjeta__no-radius {
    border-radius: 0; }
  .tarjeta__borde-izq {
    border-left: 6px solid #2780ab; }

.lista-acordion {
  border: 1px solid #2780ab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .lista-acordion:not(:last-child) {
    margin-bottom: 10px; }
  .lista-acordion__cabecera {
    background-color: #2780ab;
    color: #fff;
    padding: 5px;
    border-radius: 2px; }
    .lista-acordion__cabecera span {
      font-weight: bold;
      float: right;
      margin-right: 5px;
      font-size: 1.3rem; }
      .lista-acordion__cabecera span::after, .lista-acordion__cabecera span::before {
        clear: both; }
      .lista-acordion__cabecera span:hover {
        color: #b6b6b6;
        cursor: pointer; }
    .lista-acordion__cabecera label {
      display: inline; }
  .lista-acordion__contenido {
    font-size: 0.8rem;
    color: #808080; }
    .lista-acordion__contenido--grid {
      display: grid; }
    .lista-acordion__contenido:not(:last-child) {
      border-bottom: 1px solid #dedede;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .lista-acordion__contenido span {
      display: block; }
  .lista-acordion__cuerpo {
    transition: all .8s ease;
    padding: 15px;
    display: none; }
    .lista-acordion__cuerpo--activo {
      display: block; }
  .lista-acordion__footer {
    margin-top: 1px solid #dedede; }
  .lista-acordion__checkbox {
    display: none; }
  .lista-acordion__checkbox:checked ~ .lista-acordion__cuerpo {
    display: block; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center; }
  .pagination .page-link {
    color: #646363; }
  .pagination .page-item.active .page-link, .pagination .page-link:hover {
    background-color: #eceeef;
    color: #7d7c7c;
    border-color: #d9d5d5; }

.actividad {
  display: inline-block;
  padding: 5px 1rem;
  align-self: center; }
  .actividad--no_disponible {
    background-color: #e74c3c; }
  .actividad--compartida {
    background-color: #F6B200; }
  .actividad--agregada {
    background-color: #349ed1; }
  .actividad--bloqueada {
    background-color: #bbbbbb; }
    .actividad--bloqueada + .actividad__detalle p {
      white-space: normal;
      width: 150px; }

.horario__leyenda {
  font-size: 0.9rem; }
  .horario__leyenda article:not(:last-of-type) {
    margin-bottom: 0.7rem; }
  .horario__leyenda .descripcion {
    margin: 0 0 0 1rem;
    padding: 0; }

.horario__cabecera {
  background-color: #2780ab;
  color: white;
  text-align: center; }

.horario__tabla {
  width: 100%;
  font-size: 13px;
  white-space: nowrap; }
  .horario__tabla td:not(.horario__periodo), .horario__tabla th {
    vertical-align: middle;
    width: 30px;
    max-width: 30px;
    height: 30px; }
  .horario__tabla tr:not(:first-of-type) th:not(:first-of-type), .horario__tabla tr:not(:first-of-type) td {
    border: 1px solid #dee2e6; }
  .horario__tabla--sin-borde tr:not(:first-of-type) th:not(:first-of-type):first-child, .horario__tabla--sin-borde tr:not(:first-of-type) td:first-child {
    border-top: 0;
    border-left: 0; }
  .horario__tabla td:not(:first-of-type) > div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%; }
    .horario__tabla td:not(:first-of-type) > div > span {
      width: 100%;
      height: 100%;
      flex: auto; }
    .horario__tabla td:not(:first-of-type) > div:empty:hover {
      background-color: #349ed1; }
    .horario__tabla td:not(:first-of-type) > div:hover {
      border: solid 1px transparent; }
      .horario__tabla td:not(:first-of-type) > div:hover .actividades:not(:empty) {
        display: block; }
        .horario__tabla td:not(:first-of-type) > div:hover .actividades:not(:empty):before {
          content: "";
          width: 0;
          height: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-right: 8px solid #fbfbfb;
          position: absolute;
          z-index: -1;
          right: 100%;
          top: 0; }
    .horario__tabla td:not(:first-of-type) > div .actividad {
      display: table-cell;
      color: white;
      font-size: 0.5rem;
      font-weight: bold;
      padding: 0; }
      .horario__tabla td:not(:first-of-type) > div .actividad.choque:after {
        font-size: 0.7rem;
        font-weight: initial;
        content: "\f273";
        font-family: "FontAwesome";
        color: white;
        position: absolute;
        top: 0;
        right: 0; }
    .horario__tabla td:not(:first-of-type) > div .actividades {
      display: none;
      position: absolute;
      background-color: #fbfbfb;
      box-shadow: #b8b8b8 1px 10px 10px, 0 -2px 6px #b8b8b8;
      top: 13px;
      left: 100%;
      z-index: 1;
      list-style: none;
      height: auto;
      padding: 7.5px 15px; }
      .horario__tabla td:not(:first-of-type) > div .actividades li {
        padding: 15px;
        display: flex;
        align-items: center; }
        .horario__tabla td:not(:first-of-type) > div .actividades li:not(:last-of-type) {
          border-bottom: 1px #dedede solid; }
        .horario__tabla td:not(:first-of-type) > div .actividades li .actividad {
          display: block;
          align-self: normal;
          width: 10px;
          margin-right: 10px; }
          .horario__tabla td:not(:first-of-type) > div .actividades li .actividad__docente_ya_asignado {
            background-color: #F6B200;
            color: #362600;
            padding: 5px 7px; }
        .horario__tabla td:not(:first-of-type) > div .actividades li p {
          padding: 0;
          margin: 5px 15px 5px 0; }
      .horario__tabla td:not(:first-of-type) > div .actividades .profesores {
        font-size: 0.75rem; }
        .horario__tabla td:not(:first-of-type) > div .actividades .profesores li {
          padding: 3px;
          margin-left: 15px; }

.horario__periodo {
  text-align: right;
  padding-right: 15px; }

.horario__resumen {
  font-size: 0.9rem; }
  .horario__resumen ul {
    list-style: none; }

.horario .dia_periodo {
  cursor: pointer; }
  .horario .dia_periodo.no_disponible {
    cursor: not-allowed; }

.horario__calendario {
  position: relative;
  text-align: center; }
  .horario__calendario .leyenda {
    margin-bottom: 5px;
    font-size: 0.9rem; }
  .horario__calendario label {
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 1rem; }
  .horario__calendario input {
    width: 0;
    height: 0; }
  .horario__calendario table {
    font-size: 0.85rem;
    margin: 5px auto; }
  .horario__calendario th, .horario__calendario td {
    width: 25px;
    height: 25px;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .horario__calendario th, .horario__calendario td {
        width: 40px;
        height: 40px; } }
  .horario__calendario tbody tr.inicio_mes {
    border-top: solid 1px #dedede; }
  .horario__calendario tbody tr label {
    line-height: 50px; }
  .horario__calendario tbody tr > td:first-of-type:hover label, .horario__calendario tbody tr > td:first-of-type.activo label {
    background: #2780ab;
    color: white; }
  .horario__calendario tbody tr > td:first-of-type:hover ~ td, .horario__calendario tbody tr > td:first-of-type.activo ~ td {
    background: #F6B200;
    color: white; }
    .horario__calendario tbody tr > td:first-of-type:hover ~ td .mes__nombre, .horario__calendario tbody tr > td:first-of-type.activo ~ td .mes__nombre {
      color: initial; }
  .horario__calendario tbody tr .mes__nombre {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    padding-left: 10px;
    top: 50%;
    transform: translateY(-50%); }

.sign-toggle {
  /*&::before{transform: rotate(135deg);}
  &::after{transform: rotate(-135deg);}*/ }
  .sign-toggle, .sign-toggle::before, .sign-toggle::after {
    width: 15px;
    height: 2px;
    display: inline-block; }
  .sign-toggle::before, .sign-toggle::after {
    background-color: #fff;
    content: "";
    position: absolute;
    /*left: 0;*/
    transition: all .2s;
    top: 16px; }
  .sign-toggle::before {
    transform: rotate(0deg); }
  .sign-toggle::after {
    transform: rotate(-90deg); }

/*p:not(:last-child) {
  margin: 0 0 20px;
}*/
/*main {
  min-width: 800px;
  padding: 40px;
  border: 1px solid rgba(0,0,0,.2);
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}*/
.componente_tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #abc;
  border: 1px solid transparent; }
  .componente_tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px; }
  .componente_tabs label:hover {
    color: #789;
    cursor: pointer;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #fff; }
  .componente_tabs label[for*='tab'] {
    font-size: .75rem; }

.componente_tabs input:checked + label {
  color: #2780ab;
  border: 1px solid #abc;
  border-top: 2px solid #2780ab;
  border-bottom: 1px solid #fff; }

.componente_tabs #tab1:checked ~ #content1,
.componente_tabs #tab2:checked ~ #content2,
.componente_tabs #tab3:checked ~ #content3,
.componente_tabs #tab4:checked ~ #content4,
.componente_tabs #tab5:checked ~ #content5,
.componente_tabs #tab6:checked ~ #content6,
.componente_tabs #tab7:checked ~ #content7 {
  display: block; }

.componente_tabs section.tabs {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #abc; }

.componente_tabs input {
  display: none; }

@media screen and (max-width: 800px) {
  label {
    font-size: 0; }
  label:before {
    margin: 0;
    font-size: 18px; } }

@media screen and (max-width: 500px) {
  label {
    padding: 15px; } }

.contenedor-propuestas .card {
  border: 0;
  margin-bottom: .3rem; }

.contenedor-propuestas__cabecera {
  padding: 0;
  background-color: #2780ab;
  border-bottom: none;
  text-align: center; }

.contenedor-propuestas__btn-header {
  color: #fff; }
  .contenedor-propuestas__btn-header:link, .contenedor-propuestas__btn-header:hover, .contenedor-propuestas__btn-header:active, .contenedor-propuestas__btn-header:focus {
    text-decoration: none;
    color: #fff; }
  .contenedor-propuestas__btn-header[aria-expanded="true"] .sign-toggle::after {
    transform: rotate(0); }

.contenedor-propuestas__cuerpo {
  border: 1px solid #ccc; }
  .contenedor-propuestas__cuerpo-acciones {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: flex;
    justify-content: space-evenly; }
    .contenedor-propuestas__cuerpo-acciones span {
      cursor: pointer;
      margin-bottom: .6rem; }
    .contenedor-propuestas__cuerpo-acciones .fa-edit {
      color: #2780ab; }
    .contenedor-propuestas__cuerpo-acciones .fa-trash {
      color: #e74c3c; }
  .contenedor-propuestas__cuerpo-horarios p {
    margin-bottom: 0;
    font-size: 0.7rem; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    /*background:rgba(20,40,102,0.8);*/
    background: rgba(0, 30, 60, 0.9); }

.cargando_icono {
  line-height: 100px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: #fff;
  padding: 7px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.cargando_texto {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  top: 51% !important; }

.informe {
  background-color: #fff;
  /*&-cabecera{

  }*/ }
  .informe h4 {
    border-bottom: 1px solid #ccc;
    padding-top: 1rem; }
  .informe .titulo {
    margin-bottom: 0; }
    .informe .titulo + span {
      margin-bottom: 1rem; }

.cabecera__logos {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cabecera__img {
  width: 150px; }

.cabecera__texto {
  font-size: 1.4rem; }

.datos_personales,
.datos_centro_estudio,
.datos_matricula {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 2rem; }
  .datos_personales .titulo,
  .datos_centro_estudio .titulo,
  .datos_matricula .titulo {
    font-weight: bold; }
  .datos_personales div,
  .datos_centro_estudio div,
  .datos_matricula div {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    padding-top: 1rem; }

.firmas {
  display: flex;
  justify-content: space-evenly; }

.firma_funcionario,
.firma_estudiante {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  margin: 2rem 0;
  flex-basis: 250px;
  text-align: center; }
