/* CATEGORIAS PRODUCTOS */
.service-item {
    width: 288px !important;
    height: 370px !important;
    margin: 10px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    transition: transform 0.3s !important;
  }
  
  .lista-categoria {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    text-align: left !important;
  
  } .lista-categoria a {
    color: #1D1D1B !important;
  }
  .service-item:hover {
    transform: translateY(-5px) !important;
  }
  
  .service-item img {
    width: 286px !important;
    height: 286px !important;
    top: 1px !important;
    left: 1px !important;
    gap: 0px !important;
    opacity: 0px !important;
    object-fit: cover !important;
    border-bottom: solid 2px #DC2C1D !important;
  }
  
  .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important; 
    opacity: 0 !important;
    transition: all 0.4s !important;
  }
  
  .service-item:hover .overlay {
    background-color: rgb(0, 0, 0) !important;
    opacity: 0.1 !important;
  }
  
  #card-producto {
    height: 42px;
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-top: 10px !important;
    line-height: 21px !important;
    text-align: center !important;
  }
  
  #card-categoria {
    font-size: 14px !important;
    margin-top: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    line-height: 16.8px !important;
    text-align: center !important;
    color: #DC2C1D !important;
  }

  #producto-descripcion {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;

  }

  #buscador2 {
    border-radius: 0;
    width: 300px;
    padding: 8px;
    margin-bottom: 20px;
    min-height: 44px;
    border: 1px solid #E5E5E5;
    margin-right: 30px;
  }

  #buscar {
    width: 235px;
    height: 41px;
    gap: 10px;
    color: #f3f3f3;
    background: #3C2B99;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s;
  } #buscar:hover {
    background: #DC2C1D;
  }

  #nomprod {
    
    color: #000;

  }

  @media (max-width: 767px) {
    .service-item {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 300px !important;
        height: 400px !important;
      }

  }

  @media (max-width: 991px) {
    #producto {
        width: 100%;
    }

    #products {
        margin-left: 8% !important;
        margin-right: 8% !important;
    }

    

  }

  @media (max-width: 1200px) {
    #categorias {
        width: 100% !important;
    }
    
    #products {
        width: 100%  !important;
    }

  }

  @media (max-width: 1400px) {

  }
