/*Negro principal*/
/*Rojo principal*/
/*Gris principal*/
/*Blanco principal*/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background: black;
  background: linear-gradient(180deg, #434343 7%, black 100%);
  background: -webkit-linear-gradient(360deg, #1C1C1C 10%, #494949 360%);
  background: -moz-linear-gradient(360deg, #1C1C1C 10%, #494949 360%);
  background: linear-gradient(360deg, #1C1C1C 10%, #494949 360%);

}

.redIcons {
  color: #ba181b;
}

.hide {
  display: none;
}

/* 
* ------------------------------- 
* Estilos pagina catalogo
* ------------------------------- 
 */
.imgNavBar {
  height: 50px;
}

.hr-bold {
  border-top: 1px solid white;
}

.article-card-img {
  max-height: 200px;
  max-width: 90%;
}

.badge-orange {
  background-color: #ff9000;
  color: white;
}

.card-button {
  background-color: #e65100;
  color: white;
}

.article-card-img-container {
  height: 200px;
}

@media (max-width: 991.98px) {
  #filters-div {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #f8f9fa !important;
    overflow-x: hidden;
    /* Deshabilitar scroll horizontal */
    transition: 0.5s;
  }

  #filters-padding-div {
    padding: 15px;
    padding-top: 60px;
  }

  #close-btn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: black;
    display: block;
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  #close-btn:hover {
    color: #818181;
  }

  #filters-curtain {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: black;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 2;
    /* Permanecer arriba */
  }
}

@media (min-width: 992px) {
  #filters-div {
    width: 100% !important;
  }

  #filters-curtain {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }
}

#cards-curtain-div {
  position: relative;
}

#cards-curtain {
  background-color: #F8F9FA;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 1;
  /* Permanecer arriba */
}

/* 
 * ------------------------------- 
 * Estilos pagina detallado
 * ------------------------------- 
 */
.botonDescargaFichaEscritorio {
  width: 250px;
}

.botonDescargaFichaMovil {
  width: 310px;
}

.botoncarrito {
  width: 200px;
}

.botonescritorio {
  width: 250px;
}

.botonmovil {
  width: 300px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: black;
}

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

.imageIndex {
  display: block;
  max-width: 128px;
  max-height: 128px;
  width: auto;
  height: auto;
}

#button-addon1 {
  color: #ba181b;
}

i {
  color: #ba181b;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

.form-control.shadow-0:focus {
  box-shadow: none;
}