.mapa-sitio {
  display: block; }
  .mapa-sitio > ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: space-between; }
    .mapa-sitio > ul > li {
      float: unset;
      width: 50%;
      text-align: left;
      padding: 20px; }
      .mapa-sitio > ul > li > .dropdown-menu {
        display: block !important;
        position: relative !important;
        left: unset !important;
        top: 0;
        box-shadow: unset;
        border: unset;
        z-index: unset; }
    .mapa-sitio > ul > li.expanded > a {
      background: #00659c;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      font-size: 20px; }
      .mapa-sitio > ul > li.expanded > a .caret {
        display: none; }
    .mapa-sitio > ul > li.expanded ul {
      width: 100%;
      margin: 0;
      padding: 0;
      background: #e6f9ff; }
      .mapa-sitio > ul > li.expanded ul li:nth-child(2n+1) a {
        background: #d5f5f7;
        width: 100%;
        display: block; }
        .mapa-sitio > ul > li.expanded ul li:nth-child(2n+1) a:hover {
          background: #00659c;
          color: #fff !important; }
      .mapa-sitio > ul > li.expanded ul a {
        color: #00659c !important;
        font-weight: bold;
        padding: 10px 20px; }
        .mapa-sitio > ul > li.expanded ul a:hover {
          background: #00659c;
          color: #fff !important; }
    .mapa-sitio > ul > .first {
      display: none !important; }
  .mapa-sitio a {
    color: #fff;
    background: #e6f9ff;
    color: #00659c;
    font-weight: bold; }
    .mapa-sitio a:hover {
      background: #00659c !important;
      color: #fff !important; }

@media (max-width: 767px) {
  .mapa-sitio > ul > li {
    width: 100%; } }

/*# sourceMappingURL=mapa-sitio.css.map */
