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

.carousel-indicators .active {
  background-color: #fcb035;
}

.col-info-slider {
  background-color: #e8edef;
}
.col-info-slider p {
  line-height: 35px;
  text-align: justify;
  width: 65%;
  padding-left: 2rem;
}

.nav-pills .nav-link {
  border-radius: 0px;
  color: black;
  border-bottom: 1px solid #dedede;
}
.nav-pills a {
  background-color: #e8edef;
}
.nav-pills .active {
  background-color: #005596 !important;
}

.tab-content {
  background-color: #f2f6f9;
}
.tab-content .active {
  padding: 2rem;
}

.tab-pane {
  text-align: justify;
  line-height: 35px;
}

/*RESPONSIVE*/
@media only screen and (max-width: 600px) {
  .col-info-slider p {
    width: 100% !important;
    padding: 0 1rem !important;
  }
}

/*# sourceMappingURL=solucion-detalle.css.map */
