.hideAccessible {
    position: absolute;
    left: -9999em;
}
.listadoAcordeon .elementoListado {
  padding: 16px;
  border: #CCC 1px solid;
  margin-bottom: 16px; }
  .listadoAcordeon .elementoListado .tituloElemento {
    font-size: 16px;
    cursor: pointer; }
    .listadoAcordeon .elementoListado .tituloElemento .titulo {
      font-weight: bold;
      padding-right: 8px; }
    .listadoAcordeon .elementoListado .tituloElemento .accion {
      padding: 4px;
      box-sizing: initial;
      float: right; }
      .listadoAcordeon .elementoListado .tituloElemento .accion .accion_1 {
        box-sizing: border-box;
        transition: transform 0.3s;
        width: 12px;
        height: 12px;
        transform: rotate(180deg);
        position: relative; }
        .listadoAcordeon .elementoListado .tituloElemento .accion .accion_1::before {
          content: '';
          display: block;
          width: 12px;
          height: 0px;
          border-bottom: solid 2px #333;
          position: absolute;
          bottom: 5px;
          transform: rotate(90deg);
          transition: width 0.3s; }
        .listadoAcordeon .elementoListado .tituloElemento .accion .accion_1::after {
          content: '';
          display: block;
          width: 12px;
          height: 0px;
          border-bottom: solid 2px #333;
          position: absolute;
          bottom: 5px; }
  .listadoAcordeon .elementoListado .contenidoElemento {
    display: none;
    padding-top: 24px; }
  .listadoAcordeon .elementoListado.active .tituloElemento .accion .accion_1 {
    transform: rotate(0deg); }
    .listadoAcordeon .elementoListado.active .tituloElemento .accion .accion_1::before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      border-bottom: solid 2px #333;
      position: absolute;
      bottom: 5px;
      transform: rotate(90deg); }

.clearFix {
  clear: both;
  content: "fix";
  font-size: 0px; }

/* Estilos para corregir la accesibilidad */
.contenedor-migas .cont-migas .breadcrumb {
  font-style: normal; }

/*# sourceMappingURL=saga_styles_2020.css.map */
