  .ulContentSwitch{
    justify-content: center;
    display: flex;
  }

  .ulSwitch{
      border-radius: 290486px;
      border-color: #e2dddd;
      background-color: #e2dddd;
      color: #000;
      font-weight: 500;
      line-height: 40px;
      padding: 0;
  }

  .liSwitch{
    color: #b7b7b5;
    padding: 10px 25px;
    display: inline;
    cursor: pointer;
  }

  .liSwitch:first-child{
    padding-left: 50px !important;
  }
  .liSwitch:last-child{
    padding-right: 35px;
  }

  .liSwitch.active{
    color: rgb(220, 38, 50);
  }

  /*MIS DIRECCIONES*/
  .itemDirecciones{
      cursor: pointer;
    }

    .itemDirecciones .bloque {
        border: 2px solid black;
        border-style: dashed;
        padding: 5px;
        height: 90px;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .itemDirecciones .bloque.active {
        border: 2px solid #ffcc00;
        border-style: dashed;
    }

    .itemDirecciones .title{
      font-size: 12px;
      font-weight: bolder;
      white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .itemDirecciones .texto{
      font-size: 11px;
    }

  .pac-container {
    z-index: 9999999999 !important;
  }