@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
.c-breadcrumb {
  background-image: url("/images/ban-1.jpg");
  background-size: cover;
  background-position: center;
}

.nav-breadcrumb {
  background-color: #005596d1;
}
.nav-breadcrumb .breadcrumb {
  background-color: transparent;
}
.nav-breadcrumb .breadcrumb a, .nav-breadcrumb .breadcrumb li, .nav-breadcrumb .breadcrumb ::before {
  color: white;
}
.nav-breadcrumb .breadcrumb .active {
  font-weight: 400;
}
.nav-breadcrumb .breadcrumb a {
  font-weight: 100;
}

.title-solutions h1 {
  color: white;
  font-weight: 700;
}
.title-solutions .container-text {
  width: 50%;
}
.title-solutions .container-text p {
  color: white;
}

/*RESPONSIVE*/
@media only screen and (max-width: 600px) {
  .container-text {
    width: 100% !important;
  }
}

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