/* Colores */
nav.navbar {
  background-color: #8bcbb1;
}
nav.navbar ul.navbar-nav li.active {
  background-color: #5689a1;
}
nav.navbar ul.navbar-nav li a {
  color: white;
  text-transform: uppercase;
}
nav.navbar ul.navbar-nav li a.nav-link {
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
}
nav.navbar .cart-mobile a {
  color: white;
}

header.main-head {
  height: 11.5rem;
  background: #f4f4f4;
}
header.main-head .container > .row {
  min-height: 8.8rem;
}
header.main-head .search-form #caja_busqueda {
  background-color: white;
  height: 2.2rem;
  border-radius: 0;
}
header.main-head .search-form button {
  height: 2.2rem;
  width: 4.5rem;
  border: none;
  border-radius: 0 !important;
}
header.main-head .search-form button .icon-search::before {
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.8rem 0.8rem;
  background-position: center;
  width: 100%;
  height: 0.9rem;
  -webkit-font-smoothing: antialiased;
}
header .cart-header a {
  color: #696969;
}
header .cart-header a span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
header .cart-header a span#totalcarrito {
  text-transform: initial;
  font-weight: initial;
}
header .cart-header .user {
  color: #696969;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
header .cart-header .user span {
  color: black;
  font-style: italic;
  font-weight: bold;
}

i.icon-caret-down {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
i.icon-caret-down::before {
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.8rem 0.8rem;
  background-position: center;
  width: 100%;
  height: 0.9rem;
  -webkit-font-smoothing: antialiased;
}

.card.bg-light {
  border: none;
  border-radius: 0;
  background-color: #f4f4f4 !important;
}

#login.card .card-header {
  background-color: #8bcbb1;
  font-weight: bold;
  padding: 0.5rem 0.95rem;
  border: none;
  border-radius: 0;
  line-height: 1;
}
#login.card .card-body {
  padding: 1rem;
}
#login.card .card-body .row .col-6.btn-ingresar {
  padding-left: 0.95rem;
  padding-right: 0.5rem;
}
#login.card .card-body .row .col-6.btn-registrarme {
  padding-left: 0.5rem;
  padding-right: 0.95rem;
}
#login.card .card-body .row .col-4 {
  padding-left: 0;
}
#login.card .card-body .recover-password {
  font-size: 0.8rem;
  font-weight: bold;
  color: #5689a1;
  text-align: center;
  margin-bottom: 0.3rem;
}
#login input.form-control {
  border: none;
  border-radius: 0;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
}

#menuhomecategorias.card .card-header {
  font-weight: bold;
  padding: 0.5rem 0.95rem;
  border: none;
  border-radius: 0;
  line-height: 1;
}
#menuhomecategorias.card .list-group-item {
  position: relative;
  display: block;
  padding: 0.3rem 0.5rem;
  background-color: #f4f4f4;
  border: none;
}
#menuhomecategorias.card .list-group-item a {
  color: #696969;
  font-size: 0.8rem;
}
#menuhomecategorias.card .list-group-item a:hover {
  color: #8bcbb1;
  text-decoration: none;
  font-weight: bold;
}

.bg-red {
  background-color: #b08d7c;
}

.bg-green {
  background-color: #8bcbb1;
}

.bg-blue {
  background-color: #5689a1;
}

.card-header.bg-blue, .card-header.bg-green, .card-header.bg-red {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.375rem 0.5rem;
}

.btn {
  border-radius: 0;
}
.btn.bg-blue, .btn.bg-green, .btn.bg-red {
  text-transform: uppercase;
  color: white;
  width: 100%;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.375rem 0.5rem;
}

.card.product {
  border: 1px solid #f4f4f4;
  border-radius: 0;
  text-align: center;
}
.card.product .tag-promo {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 0.3rem;
}
.card.product .tag-promo:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 100%;
  z-index: 2;
}
.card.product .tag-promo.bg-blue::before {
  border-right: 5px solid #5689a1;
}
.card.product .tag-promo.bg-red::before {
  border-right: 5px solid #b08d7c;
}
.card.product .tag-promo.bg-green::before {
  border-right: 5px solid #8bcbb1;
}
.card.product .product-img {
  max-height: 9.5rem;
}
.card.product .card-body {
  padding: 1rem;
}
.card.product .card-title {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.card.product .card-title a {
  color: black;
}
.card.product .price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #19b37f;
}
.card.product .price .old-price {
  font-size: 1rem;
  color: lightgray;
  text-decoration: line-through;
}

.header-module {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
}

.breadcrumb {
  background-color: white;
  padding: 1rem 0;
}
.breadcrumb .breadcrumb-item {
  padding-left: 0.1rem;
}
.breadcrumb .breadcrumb-item + ::before {
  padding-right: 0.1rem;
}
.breadcrumb .breadcrumb-item a {
  color: black;
  font-size: 0.9rem;
}

footer {
  background-color: #696969;
}
footer .title {
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

.sin-borde {
  border-radius: 0 !important;
  border: none;
}

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