@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;700;800&display=swap");
:root {
  font-size: 15px;
}

body {
  font-family: "Karla", sans-serif;
  color: #4D4D4D !important;
}

.info-bar {
  background: #FF4A01;
  color: #FFF;
  text-align: center;
  display: flex;
  padding: 5px 0;
  justify-content: space-around;
}
.info-bar .icon {
  width: 25px;
  height: 25px;
}

.search-bar {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-bar .brand {
  width: 350px;
}
.search-bar .brand img {
  width: 100%;
}
.search-bar .search .icon {
  width: 25px;
  cursor: pointer;
}
.search-bar .search .search-container {
  margin: 0 auto;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 15px;
  padding: 0 10px;
  width: 500px;
  display: flex;
  overflow: hidden;
}
.search-bar .search input {
  width: 100%;
  border: none;
  outline: none;
}

.nav-link {
  color: white !important;
}

.navbar-default {
  background: #FF4A01 !important;
}
.navbar-default .navbar-toggler-icon {
  color: #FFF !important;
}
.navbar-default .white-icon {
  width: 35px;
  height: 35px;
  pointer-events: none;
}

.placeholder-slider {
  height: 250px;
  background: #4D4D4D;
}

.title {
  font-size: calc(1.5rem + 1vw);
  margin-top: 2rem;
  text-align: left;
  font-weight: bold;
  padding: 3px 0 0 0;
}

.destacados {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.destacados .card-container {
  width: calc(1/4*100% - (1 - 1/4)*24px);
  margin-bottom: 20px;
  transition: all linear 0.3s;
}
.destacados .card-container a .oferta-vt {
  position: inherit;
  margin: -3px 0px 0px -21px;
  border-radius: 9px 0 0 0;
  background: #c33;
  color: #fff;
  width: 80px;
  height: 36px;
  line-height: 37px;
  text-align: center;
  font-weight: 600;
  z-index: 9;
}
.destacados .card-container a .oferta-margin {
  margin-top: 33px;
}
.destacados .card-container:hover {
  box-shadow: 0 0 10px 3px #dfdfdf;
}

.card-container {
  width: 80%;
  padding: 2px 20px;
  border: 0.12rem solid #CCC;
  border-radius: 10px;
}
.card-container .card-image img {
  width: 100%;
  height: 210px;
}
.card-container .card-separator {
  margin: 0;
}
.card-container .product-name {
  font-size: 1.7rem;
  line-height: 21px;
}
.card-container .product-name p {
  color: #4D4D4D !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 57px;
  padding-top: 15px;
}
.card-container .actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-container .actions .price {
  color: #FF4A01;
  font-size: 2rem;
  font-weight: 800;
}
.card-container .actions .price-last {
  color: #4D4D4D;
  font-size: 1.1rem;
}

.footer {
  background: #FF4A01;
  color: #FFF;
  padding: 20px 0;
  margin-top: 40px;
}
.footer .footer-container {
  display: flex;
  flex-flow: column;
}
.footer .footer-icon {
  width: 30px;
  height: 30px;
}
.footer .datos {
  font-size: 1.2rem;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.footer .datos li {
  margin-bottom: 10px;
}
.footer .siguenos {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.footer .ubicacion {
  list-style: none;
}
.footer .ubicacion .direccion {
  font-size: 1rem;
  font-weight: 200;
}
.footer .ubicacion .direccion .footer-icon {
  width: 20px;
  height: 20px;
}
.footer .ubicacion .mapa {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  margin-top: 10px;
}

.col-md-marcas {
  flex: 0 0 10%;
  max-width: 10%;
  margin-bottom: 35px;
}

.marcas div div img {
  width: 85px;
  height: 85px;
  filter: grayscale(1);
  transition: all linear 0.3s;
}



.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb-item:first-child::before {
  content: "" !important;
}

.breadcrumb-item::before {
  content: ">" !important;
}

.breadcrumb-item a {
  color: #4D4D4D !important;
}
.breadcrumb-item.active {
  color: #FF4A01;
}

.producto {
  display: flex;
  flex-flow: column;
}
.producto .galeria {
  display: none;
}
.producto .imagen {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.producto .imagen img {
  width: 100%;
}
.producto hr {
  padding: 0;
  margin: 0;
}
.producto .nombre {
  font-size: 1.8rem;
  word-wrap: break-word;
}
.producto .sku span {
  font-weight: bold;
}
.producto .cols {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.producto .precio {
  font-size: 1.8rem;
  color: #FF4A01;
  font-weight: 800;
}
.producto .stock {
  font-size: 1rem;
  color: #0bb12f;
  font-weight: 600;
}
.producto .btn-cotizar a {
  background-color: #25D366;
  float: left;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  width: 200px;
  text-decoration: none;
  transition: all linear 0.3s;
}
.producto .btn-cotizar:hover a {
  background-color: #0d7738;
}

.titulo {
  font-weight: 800;
  font-size: 1.5rem;
  color: #4D4D4D;
}

.ubicacion .direccion {
  margin: 5px 0;
}
.ubicacion .icon {
  width: 30px;
}
.ubicacion .mapa {
  border-radius: 10px;
  width: 100%;
}

.pago {
  font-size: 1.3rem;
}
.pago .icon {
  width: 25px;
  height: 25px;
}

ul.datos {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.datos li.dias {
  font-weight: 700;
}

.align-right {
  position: relative;
  right: 0;
}

.producto-item {
  border: 1px solid #4D4D4D;
  border-radius: 15px;
}

.d-sm-none {
  display: none;
}



.datos-contacto {
  text-align: left;
}


.summary {
  width: 100%;
}

.pagination {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination li {
  display: inline;
}

.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination li span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination li.active a {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination li:not(.active) a:hover {
  background-color: #ddd;
}

.informacion {
  float: left;
  width: 100%;
}
.informacion .infomacion__box {
  float: left;
  width: 100%;
  line-height: 45px;
  margin-bottom: 20px;
  color: #999;
  font-weight: 600;
  font-size: 14px;
}
.informacion .infomacion__box .infomacion__box__icon-tienda {
  background: url("/images/icons/tienda.png") center center no-repeat;
  float: left;
  width: 45px;
  height: 45px;
  border: 1px solid #e0e2e6;
  border-radius: 100%;
  margin-right: 10px;
}
.informacion .infomacion__box .infomacion__box__icon-transporte {
  background: url("/images/icons/envio.png") center center no-repeat;
  float: left;
  width: 45px;
  height: 45px;
  border: 1px solid #e0e2e6;
  border-radius: 100%;
  margin-right: 10px;
}
.informacion .infomacion__box p {
  color: #0a721c;
}

.relacionados h3 {
  float: left;
  width: 100%;
  color: #434343;
  font-size: 28px;
  font-weight: 500;
}

.modal-content .title-modal {
  text-align: left;
  margin: 20px 17px;
}

.modal-content div h3 {
  border-bottom: 1px solid #dfe1e6;
  float: left;
  width: 100%;
  margin: 0;
  color: #333;
  font-size: 18px;
}

.resumen-cotizacion {
  float: left;
  width: 100%;
  padding: 20px;
  max-height: 510px;
  overflow-y: auto;
}

.resumen-cotizacion__line {
  float: left;
  width: 100%;
}

.resumen-cotizacion__line__detail {
  float: left;
  width: calc(100% - 130px);
  padding-left: 20px;
}

.resumen-cotizacion__line__detail .nombre-cot a {
  float: left;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.resumen-cotizacion__line__detail .precio-cot {
  float: left;
  width: 100%;
  padding: 4px 0;
  font-size: 1.3rem;
  color: #FF4A01;
  font-weight: 800;
}

.resumen-cotizacion__line__detail .precio-cot span {
  float: left;
  width: 100%;
  padding: 4px 0;
  font-size: 14px;
  color: grey;
  font-weight: 500;
}

.resumen-cotizacion__line__img {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #dfe1e6;
  position: relative;
}

.resumen-cotizacion__line__img img {
  object-fit: contain;
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
}

.resumen-cotizacion__line__img .cant {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #ff911a;
  border-radius: 100%;
  color: #fff;
}

.modal-foot {
  float: left;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #dfe1e6;
}

.modal-foot .btn {
  float: left;
  width: 100%;
  background: #FF4A01;
  margin-top: 20px;
  border-radius: 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  cursor: pointer;
  border: 0;
}

.modal-foot .segui-compando {
  float: left;
  width: 100%;
  margin-top: 20px;
  color: grey;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  cursor: pointer;
  border: 0;
}

.marcas {
  text-align: center;
}

.marcas div div img:hover {
  filter: grayscale(0);
}

.mapa-modal iframe {
  width: 100%;
  height: 500px;
}


@media (min-width: 56px) {
  .destacados .card-container {
    width: calc(1/1*100% - (1 - 1/4)*24px);
  }
  .card-container .card-image img{
    padding: 0 25px;
  }
}

@media (min-width: 768px) {
  .destacados .card-container {
    width: calc(1/2*100% - (1 - 1/4)*24px);
  }
  .ocultar {
    display: none;
  }

}

@media (min-width: 992px) {
  .destacados .card-container {
    width: calc(1/4*100% - (1 - 1/4)*24px);

  }
  .card-container .card-image img{
    padding: 0 0;
  }
}

@media (min-width: 1200px) {
  .destacados .card-container {
    width: calc(1/4*100% - (1 - 1/4)*24px);

  }
}


@media (min-width: 768px) {

  .producto {
    flex-flow: row;
    justify-content: space-between;
  }
  .producto hr {
    display: none;
  }
  .producto .imagen {
    display: none;
  }
  .producto .galeria {
    width: 350px;
    display: block;
  }
  .producto .galeria .primera-imagen {
    border: 1px solid #CCC;
    border-radius: 15px;
    width: inherit;
    overflow: hidden;
  }
  .producto .galeria .primera-imagen img {
    height: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .producto .galeria .thumbs {
    margin-top: 10px;
    display: flex;
  }
  .producto .galeria .thumbs a {
    margin-left: 5px;
    width: 70px;
    height: 70px;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
    display: block;
  }
  .producto .galeria .thumbs a img {
    height: 100%;
    max-width: 100%;
  }
  .producto .detalles {
    width: 500px;
    padding-left: 25px;
  }
  .producto .cols {
    flex-flow: column;
    align-items: start;
  }

  .destacados {
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
  }

  .navbar-collapse {
    width: 100%;
    justify-content: center;
  }

  .nav-item {
    border-right: 1px solid white;
  }

  .nav-item:last-child {
    border-right: none;
  }

  .oferta-vt {
    left: 110px;
  }
}

@media (max-width: 1200px) {
  .col-md-marcas {
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer .datos {
    text-align: center;
  }
  .footer .siguenos {
    display: flex;
    flex-flow: column;
    margin-bottom: 5px;
  }
  .marcas div div img {
    width: 45px;
    height: 45px;
  }

}
@media (max-width: 568px) {
  .datos-contacto {
    text-align: center;
  }
}
@media (max-width: 768px) {

  .ocultar-2{
    display: none;
  }
}

/*@media (max-width: 991px) {*/
/*  .card-container {*/
/*    width: calc(1/2*100% - (1 - 1/2)*30px)!important;*/
/*  }*/
/*}*/
/*# sourceMappingURL=page.css.map */
