.containerMenu {
    top: 27px;
}

.icoItemMenu:before {
  background-color: #52b4e8;
}

nav .navbar .links li a:hover {
  border-bottom: solid 4px #d1e0ef;
}

.topo {
    background-image: none;
    height: 97px;
    border-bottom: none;
    top: 43px;
    position: relative;
}

.containerFooterMapaSaude {
    display: none;
}

.navbar .search-box {
    background-color: #2f9fd9;
  }

  .navbar .search-box:hover {
    background-color: #2694cc;
  }

  .bx-search::before {
    color: #349fd7;
  }

  nav .navbar .links li a::before {
    background-color: #52b4e8;
  }

  nav .navbar .links li a:hover::after {
    background-color: #52b4e8;
  }

  .input-box::after {
    background-color: #52b4e8;
  }

  .select2-container--default .select2-selection--multiple {
    color: #939393;
  }

  .select2-selection__choice__remove {
    background-color: #c35e5e !important;
  }

  .select2-selection__choice__remove:hover {
    background-color: #b15050 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f3fbff !important;
    color: #4284bb !important;
}