/*Espaciados rem */
.rand-breadcrumb {
  display: none;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px; }
  .rand-breadcrumb--both-devices {
    display: block; }
    @media (max-width: 991px) {
      .rand-breadcrumb--both-devices a {
        display: none;
        font-size: 1rem;
        line-height: 1.5625rem;
        letter-spacing: 0; }
        .rand-breadcrumb--both-devices a.rand-breadcrumb__return {
          display: inline; }
      .rand-breadcrumb--both-devices span {
        display: none; }
        .rand-breadcrumb--both-devices span:first-of-type {
          display: inline; } }
    @media (min-width: 992px) {
      .rand-breadcrumb--both-devices {
        display: block;
        padding-top: 12px; }
        .rand-breadcrumb--both-devices .rand-breadcrumb__container {
          max-width: 930px; }
        .rand-hide-content .rand-breadcrumb--both-devices {
          display: none; }
        .rand-breadcrumb--both-devices .rand-breadcrumb__separator:first-of-type {
          display: none; }
        .rand-breadcrumb--both-devices .rand-breadcrumb__return {
          display: none; } }
    @media (min-width: 1200px) {
      .rand-breadcrumb--both-devices {
        padding-top: 12px; }
        .rand-breadcrumb--both-devices .rand-breadcrumb__container {
          max-width: 1138px; } }
  @media (min-width: 992px) {
    .rand-breadcrumb--only-desktop {
      display: block;
      padding-top: 12px; }
      .rand-breadcrumb--only-desktop .rand-breadcrumb__container {
        max-width: 930px; }
      .rand-hide-content .rand-breadcrumb--only-desktop {
        display: none; }
      .rand-breadcrumb--only-desktop .rand-breadcrumb__separator:first-of-type {
        display: none; }
      .rand-breadcrumb--only-desktop .rand-breadcrumb__return {
        display: none; } }
  @media (min-width: 1200px) {
    .rand-breadcrumb--only-desktop {
      padding-top: 12px; }
      .rand-breadcrumb--only-desktop .rand-breadcrumb__container {
        max-width: 1138px; } }
  .rand-breadcrumb--only-mobile a {
    display: none;
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0; }
    .rand-breadcrumb--only-mobile a.rand-breadcrumb__return {
      display: inline; }
  .rand-breadcrumb--only-mobile span {
    display: none; }
    .rand-breadcrumb--only-mobile span:first-of-type {
      display: inline; }
  @media (max-width: 991px) {
    .rand-breadcrumb--only-mobile {
      display: block; } }
  .rand-breadcrumb a,
  .rand-breadcrumb span {
    opacity: 0.6; }
  .rand-breadcrumb span.rand-breadcrumb__separator:first-of-type,
  .rand-breadcrumb a.rand-breadcrumb__return {
    opacity: 1; }
  .rand-breadcrumb span.rand-breadcrumb__separator--last,
  .rand-breadcrumb span.rand-breadcrumb__current {
    opacity: 1; }
  .rand-breadcrumb__container {
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
    text-transform: lowercase;
    text-overflow: ellipsis; }

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