body {
  background-color: #f5f5f5 !important;
}

/*==================
HEADER
===================*/
#menu-principal > .navbar {
  padding: 0;
  background: #fff;
  border-bottom: solid 1px #ddd;
}
#menu-principal > .navbar .navbar-brand,
#menu-principal > .navbar .navbar-collapse {
  padding: 0.5rem 1rem;
}
#menu-principal > .navbar .navbar-brand {
  margin-right: 0;
}
#menu-principal .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
#menu-principal .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1e8efc;
  transition: all 0.6s;
}
#menu-principal .navbar-expand-lg .navbar-nav .nav-item {
  font-size: 0.9rem;
}

#menu-principal .navbar #navbarColor03 ul:first-child .nav-item a {
  color: #444;
}

#menu-principal
  .navbar
  #navbarColor03
  ul:last-child
  .nav-item:not(:last-child)
  a {
  border-right: solid 1px #ddd;
}

/*==================
MAIN
===================*/
body:not(.home) main {
  margin-bottom: 80px;
}

.row .title {
  display: inline-block;
}

/*==================
CARD PRODUCTO
===================*/
.card.product {
  overflow: hidden;
  color: #222;
}
.card.product:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.6s;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
}
.card.product img {
  border-bottom: solid 1px #eee;
}
/*.card.product:hover img {
    transform: scale(1.1);
    transition: transform .6s;
}*/
.card.product .card-title {
  font-weight: 400;
  font-size: 1.25rem;
}
.card.product .card-text {
  font-size: 0.9rem;
  color: #777;
}

/*==================
PAGINATION
===================*/
#pagination {
  margin-top: 4rem;
}

/*==================
MIGA DE PAN
===================*/
#miga-de-pan .breadcrumb {
  background-color: transparent;
}
#miga-de-pan .breadcrumb a {
  font-size: 0.9rem;
}

/*==================
CATEGORÍAS
===================*/
.left-bar dl.categorias {
  margin-bottom: 1.5rem;
}
.left-bar dl.categorias dt {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.left-bar dl.categorias dd a {
  color: #666;
  font-size: 0.8rem;
}

/*==================
DETALLE PRODUCTO
===================*/
#slider-producto .carousel-item > div {
  min-height: 500px;
}
.title-collapse a {
  color: #666;
  padding: 10px 0;
  border-top: solid 1px #eee;
}

[data-toggle='collapse'] .fa:before {
  content: '\f139';
}

[data-toggle='collapse'].collapsed .fa:before {
  content: '\f13a';
}

/*==================
FOOTER
===================*/
#footer-wrapper {
  position: relative;
}
#footer .container-fluid {
  border-top: solid 1px #ddd;
  background-color: #fff;
}
#footer .container-fluid > .container {
  padding-top: 40px;
}
#footer .footer-header {
  background: #fff;
  position: relative;
  height: 300px;
}
#footer .footer-header > .container {
  position: relative;
  height: 300px;
}
#footer .footer-header > .container > .fondo {
  background: url(../img/imagen-footer.png) 50% 70px no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 300px;
}
body .footer-header {
  display: none;
}

#favPublicacion{
  color:red;
  font-size: 25px;
}

#favPublicacion:hover{
  cursor: pointer;
}