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

.all-solutions h5 {
  font-weight: 700;
}
.all-solutions a {
  color: black;
}
.all-solutions a:hover {
  color: #005596;
}
.all-solutions p {
  text-align: justify;
  font-size: 1rem;
}
.all-solutions p:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.col-cat .btn-show-more {
  color: white;
  background-color: #005596;
  width: 90%;
  border-radius: 0px;
  font-weight: 700;
  margin-bottom: 20px;
}
.col-cat .img-opc {
  opacity: 0.5;
}
.col-cat .c-img {
  position: relative;
  align-items: center;
  overflow: hidden;
}
.col-cat .c-img:hover .img-opc {
  opacity: 1 !important;
}
.col-cat .c-img:hover > .layer {
  bottom: 0;
}
.col-cat .e-1 img {
  transition: all 0.2s linear;
}
.col-cat .e-1 .layer {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  bottom: -100%;
}
.col-cat .e-1:hover .layer {
  opacity: 1;
}
.col-cat .e-1:hover h2,
.col-cat .e-1:hover p,
.col-cat .e-1:hover a.link {
  opacity: 1;
  transform: translateX(0px); /*Regresamos a las posiciones originales*/
}
.col-cat .btn-c {
  position: absolute;
}

/*# sourceMappingURL=sub-cat.css.map */
