@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
.c-breadcrumb {
  min-height: 235px;
}

.col-tabs .title {
  padding: 0.5rem 1rem;
  font-weight: 700;
  background-color: #e8edef;
  margin: 0;
}
.col-tabs .nav-link {
  color: black;
  font-weight: 700;
  border-bottom: 1px solid #e8edef;
}
.col-tabs .nav-link.active {
  color: #005596;
  background-color: transparent;
}

.col-info .info {
  padding: 0.5rem 1rem;
}
.col-info h5 {
  padding: 0.5rem 1rem;
  background-color: #fcb035;
  color: white;
  font-weight: 700;
}
.col-info p, .col-info h6 {
  margin-bottom: 0.2rem;
}
.col-info h6, .col-info a {
  color: black;
  font-weight: 700;
}

.sidebar .input-group {
  border: 1px solid #e8edef;
}
.sidebar .input-group input {
  border: none;
}
.sidebar .input-group .btn-search {
  color: #005596;
}
.sidebar .category-list h5 {
  padding: 0.5rem 1rem;
  background-color: #e8edef;
  margin: 0;
}
.sidebar .category-list ul {
  padding: 0.3rem 0;
}
.sidebar .category-list li {
  list-style: none;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8edef;
}
.sidebar .category-list li a {
  color: #5d5d5d;
  font-weight: 400;
}

#map {
  height: 300px;
}

.listado {
  display: flex;
  padding: 10px 0px 10px 10px;
  background: #f5f5f5;
  justify-content: center;
  margin-bottom: 1rem;
}

.listado li {
  padding-right: 20px;
  font-weight: 600 !important;
  font-size: 15px;
}

.listado li:first-child {
  list-style-type: none;
}

.listado li::marker {
  font-family: sans-serif;
  font-size: 8px;
}

.btn-maps {
  background-color: #fcb035;
}

.city {
  background-color: #f5f5f5;
}

.fw-bold {
  font-weight: 500;
}

/*RESPONSIVE*/
@media only screen and (min-width: 992px) {
  .title-solutions {
    padding-top: 0.5rem;
  }
}

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