
/* table Responsable */
table > thead.thead-blueFac{
    background-color: #842b27;
    color: white;
  }
 

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167f92;
  }
  .responstable tr {
    border: 1px solid #d9e4e6;
  }
  .responstable tr:nth-child(odd) {
    background-color: #eaf3f3;
  }
  .responstable th {
    display: none;
    border: 1px solid #fff;
    background-color: #167f92;
    color: #fff;
    padding: 1em;
  }
  .responstable th:first-child {
    display: table-cell;
    text-align: center;
  }
  .responstable th:nth-child(2) {
    display: table-cell;
  }
  .responstable th:nth-child(2) span {
    display: none;
  }
  .responstable th:nth-child(2):after {
    content: attr(data-th);
  }
  @media (min-width: 480px) {
    .responstable th:nth-child(2) span {
      display: block;
   }
    .responstable th:nth-child(2):after {
      display: none;
   }
  }
  .responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
  }
  .responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #d9e4e6;
  }
  @media (min-width: 480px) {
    .responstable td {
      border: 1px solid #d9e4e6;
   }
  }
  .responstable th, .responstable td {
    /* text-align: left; */
    margin: 0.5em 1em;
  }
  @media (min-width: 480px) {
    .responstable th, .responstable td {
      display: table-cell;
      padding: 1em;
   }
  }


.wrapper {
    padding: 10px;
    margin: 0 auto;
    /* width: 500px; */
    text-align: center;
    position: relative;
    /* top: 10%; */
    /* left: 50%;
    transform: translate(-50%, -50%); */
}
.wrapper .item {
    visibility: hidden;
    display: none;
}
.wrapper h2 {
    font-size: 50px;
    margin: 0;
    color: #fff;
    text-align: left;
}
.wrapper > div {
    min-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    color: #fff;
}
.wrapper > div:after {
    content: "";
    width: 10px;
    height: 4px;
    display: block;
    background: black;
    color: #fff;
    margin-bottom: 4px;
    margin-left: 2px;
    animation-duration: 350ms;
    animation-name: fade;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes fade {
    from {
        opacity: 1;
   }
    to {
        opacity: 0;
   }
}



/* menu breadcumbs migajas  */
