/* ==========================================================================
   VARIOS CSS
   ========================================================================== */
a, a:hover, a:focus {
   text-decoration: none;
   color: inherit;
   transition: color .5s ease-out;
}
[onclick] {
	cursor: pointer;
}
.ul-inline-block {
	margin-bottom: 0;
}
.ul-inline-block li {
	display: inline-block;
}
.hr-verde {
   margin-top: 0;
   margin-left: 0;
   border-top: 4px solid var(--color_secundario);
   width: 80px;
}
.hr-rojo {
   margin-top: 0;
   margin-left: 0;
   border-top: 4px solid var(--color_titulos);
   width: 200px;
}
.box-sombra {
   box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
   z-index: 1;
}
.row-mini {
   margin: 0 -10px;
}
.row-mini > [class*="col"] {
   padding: 0 10px;
}
.super-small {
   font-size: 9px;
}
.select2-selection--single {
   height: calc(1.5em + 0.75rem + 2px) !important;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   border: 0 !important;
  background: #ECECEC !important;
  border-radius: 0 !important;
  width: 100% !important;
}
[type=search] {
   outline-offset: none;
}
.text-decoration-through {
   text-decoration: line-through;
}

/* ==========================================================================
   BACKGROUND
   ========================================================================== */
.bg-gris {
   background: #f6f9fc;
}
.bg-gris-claro {
   background: #F0F1F1;
}
.bg-gris-oscuro {
   background: #2f2f2f;
}
.bg-primary {
   background: var(--color_principal) !important;
}
.bg-success {
   background: #40BF3B !important;
}

.bg-secundario {
   background: var(--color_secundario);
}
.bg-principal {
   background: var(--color_principal);
}
.bg-rojo {
   background: var(--color_titulos);
}
.bg-rojo-degradado {
   background: radial-gradient(50% 50% at 50% 50%, rgba(167, 11, 11, 0.81) 0%, #C20000 100%);
   /*background: radial-gradient(50% 50% at 50% 50%, rgba(167, 11, 11, 0.81) 0%, var(--color_titulos) 100%);*/
}
.bg-azul-degradado {
   background: radial-gradient(50% 50% at 50% 50%, #086297 0%, #007BFF 100%);
   /*background: radial-gradient(50% 50% at 50% 50%, #086297 0%, var(--color_principal) 100%);*/
}
.bg-verde-degradado {
   background: radial-gradient(50% 50% at 50% 50%, rgba(30, 126, 49, 0.8) 0%, #25d366 100%);
   /*background: radial-gradient(50% 50% at 50% 50%, rgba(30, 126, 49, 0.8) 0%, var(--color_secundario) 100%);*/
}
.bg-form {
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   box-shadow: 0 0 4px rgb(0 0 0 / 25%);
}

.border-botton{
  border-radius: 0px 0px 5px 5px !important;
}
.icon-notificacion-carrito {
   width: 20px;
   height: 20px;
   top: -10px;
   right: 18px;
   font-size: 12px;
   line-height: 10px;
}

/* ==========================================================================
   TEXTOS
   ========================================================================== */
.text-principal {
   color: var(--color_principal);
}
.text-secundario {
   color: var(--color_secundario);
}
.text-titulos {
   color: var(--color_titulos);
}

.h2-banners{
  width: 89%;
  bottom: 30px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  font-size: 27px;
}
.text-rojo{
  color: #e80000;
}

.title-busca-repuestos{
  background: #000;
  color: white;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.box-encabezado {
   border-top: 1px solid white;
   font-size: 14px;
}
.box-encabezado .list-menu li:first-child a {
   border-left: none;
}
.box-encabezado .list-menu li a {
   border-left: 1px solid white;
}
.list-buscador-top {
   width: 320px;
   border-bottom-left-radius: 5px !important;
   border-bottom-right-radius: 5px !important;
}
.list-buscador-top .list-group-item {
   padding: 0.5rem 1rem;
   font-size: 12px;
}

/* ==========================================================================
   BOX SLIDER
   ========================================================================== */
.box-slider {
   /*font-size: 1vw;*/
}
.box-slider label {
   /*font-size: 0.7vw;*/
   font-weight: 500;
}
.box-slider .form-control, .box-slider .btn {
   /*height: 2vw;
   font-size: 0.8vw;*/
}

/* ==========================================================================
   PRODUCTOS CATÁLOGO
   ========================================================================== */
.producto-catalogo .img-producto {
   display: flex;
   align-items: center;
   justify-content: center;
   /*background: #F0F1F1;*/
}
.producto-catalogo .img-marca {
   position: relative;
   width: 76px;
   /* height: 24px; */
   /*width: auto;
   max-height: 20px;*/
   object-fit: cover;
   z-index: 999;
}
.producto-catalogo .sku-producto {
   font-size: 9px;
}
.producto-catalogo .precio-normal {
   font-size: 12px;
   text-decoration-line: line-through;
   line-height: 1;
   font-weight: 500;
}
.producto-catalogo .precio-oferta {
   font-size: 20px;
   line-height: 24px;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar .select2-container--default .select2-selection--single {
   color: #444;
   line-height: 1.5rem;
   font-size: 11px;
   padding: 0;
}

/* ==========================================================================
   CATÁLOGO
   ========================================================================== */
.list-menu-catalogo li:hover {
   background: white;
   color: var(--color_titulos);
}
.box-marca-producto{
  height: 10px;
  margin: -47px 5px;
}

/* ==========================================================================
   FICHA DE PRODUCTO
   ========================================================================== */
.list-img a {
   width: 80px;
   height: 80px;
   padding: 5px;
   align-items: center;
   display: flex !important;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.box-marcas .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
  align-items: center!important;
}

.list-marcas li {
    float: left;
    width: 10%;
    padding: 15px 0;
    text-align: center;
    list-style: none;
}

.a-marcas{
  float: left;
    /* width: 10%; */
  padding: 15px 0;
  text-align: center;
  list-style: none;
}

.list-marcas{
  margin-top: -50px;
}

.bg-seccion-marcas{
  background: url('../img/bg-footer-min.jpg') no-repeat center;
    background-size: cover;
    margin-top: 50px;
    color: white;
}


.box-icon-contacto{
  background: #e80000;
  /* border-radius: 50%; */
  padding: 5px 10px;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (min-width: 320px) {
   #menu-categorias-movil {
      display: block;
      padding-top: 20px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      right: 0;
      transition: .1s;
      visibility: hidden;
      width: 90%;
      transform: translateX(-100%);
   }
   #menu-categorias-movil.show {
      visibility: visible;
      transform: translateX(0);
   }
   .producto-catalogo .titulo-producto {
      font-size: 10px;
      line-height: 16px;
      max-height: 50px;
      overflow: hidden;
   }
   .producto-catalogo .img-producto {
      height: 135px;
   }
   .producto-catalogo .div-producto {
      height: 50px;
      overflow: hidden;
   }
   .producto-catalogo .img-producto .img-fluid {
      height: 120px;
   }
   .producto-catalogo .btn {
      font-size: 10px;
   }

   .media {
       margin-bottom: 30px;
       margin-top: 30px !important;
   }
}

@media (max-width: 991px) {
   .small {
      font-size: 70%;
   }
   .font-titulo {
      font-size: 18px;
      max-width: 90%;
   }
   .producto-catalogo .precio-catalogo {
      height: 50px;
   }
}

@media (min-width: 992px) {

   .row-cols-md-20 > * {
      flex: 0 0 20%;
      max-width: 20%;
   }
   .producto-catalogo .img-producto {
      height: 170px;
   }
   .producto-catalogo .div-producto {
      height: 72px;
   }
   .producto-catalogo .titulo-producto {
      font-size: 12px;
      line-height: 18px;
      max-height: 72px;
   }
   .producto-catalogo .img-producto .img-fluid {
      height: 140px;
   }
   .producto-catalogo .btn {
      font-size: 12px;
   }
   .media {
       margin-bottom: 60px;
       margin-top: 60px !important;
   }
}

@media (min-width: 1200px) {

   .container {
      max-width: 1200px;
   }

}
