/* PRODUCTO */
.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;
    padding-bottom: 18px;
    text-align: left !important;
  
  } .lista-categoria a {
    color: #1D1D1B !important;
  }
  .service-item:hover {
    transform: translateY(-5px) !important;
  }

  h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
  }

  .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 {
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-top: 10px !important;
    line-height: 21px !important;
    text-align: center !important;
  }
  
  .border-red {
    border-color: red !important; /* !important asegura que esta regla de estilo tenga prioridad */
  }

  #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;
  }
  
  .info {
    padding-left: 3%;
    height: 555px !important;
  }
  
  .consulta {
    width: 100%;
    height: 41px;
    gap: 10px;
    color: #f3f3f3;
    background: #CB2E19;
    border: none;
    font-weight: 600;
    border-radius: 22px;
    transition: all 0.3s;
  } .consulta:hover {
    background:#7E1608;
  }

  /* */
  .button-container {
    align-items: center;
}

.button-container img {
    margin-right: 10px; /* Espacio entre la imagen y el texto */
}

.button-container button {
    flex-grow: 1; /* Hace que el botón ocupe todo el espacio restante */
    text-align: left; /* Alinea el texto a la izquierda */
}
  /* */

  .ficha {
    width: 391px;
    height: 59px;
    gap: 10px;
    margin-bottom: 27px;
    background-color: #F3F3F3;
    color: #000;
    font-size: 12px;
    transition: all 0.5s;
    border: none;
    border-radius: 22px;
  } .ficha:hover {
    background-color: #cccccc;
    
  }

  #producto-tdatos {
    font-size: 22px;
    font-weight: 800;
    text-align: left;

  }

  #producto-datos-tecnicos {
    font-size: 16px;
    font-weight: 400;
    text-align: left;

  }

  #nombreprod {
    position: relative;
    text-transform: uppercase;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-align: left;
    top: -15%;
  }

  #desc {
    font-size: 20px;
    font-weight: 700;
    text-align: left;

  }

  #desc-alto {
    height: 200px;
  }

  #plano {
    margin-top: 80px;
  }

  /*#producto-section {
    height: 1550px;
  }*/

  @media (max-width: 767px) {

    #producto-section {
      min-height: 100% !important;
    }

    .info {
      height: 100% !important;
    }

    #desc-alto {
      height: 100%;
    }


    #caja-portada {
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      height: 205px !important;
      width: 205px !important;
    }

    .consulta {
      width: 100%;
      height: 41px;
    }

    #categorias {
      width: 100%;
    }

    .info {
      padding-top: 150px;
      padding-left: 5%;
      min-height: 380px;
    }
  }

  @media (max-width: 991px) {

    /*#producto-section {
      height: 1750px;
    }*/

    #caja-portada {
      height: 250px !important;
      width: 250px !important;
    }

    .consulta {
      width: 100%;
      height: 41px;
    }

    #categorias {
      width: 100%;
    }

    .ficha {
      width: 150px;
    }

    .info {
      padding-left: 5%;
      min-height: 380px;
    }
  }

  @media (max-width: 1200px) {
    #caja-portada {
      height: 300px !important;
      width: 200px !important;
    }

    .info {
      padding-left: 5%;
      min-height: 480px;
    }

    .consulta {
      width: 150px;
      height: 41px;
    }

    .ficha {
      width: 150px;
    }
  }

  @media (max-width: 1400px) {

    /*#producto-section {
      min-height: 3300px !important;
    }*/

    .info {
      height: 380px !important;
    }

    #desc-alto {
      height: 430px;
    }

    #caja-portada {
      height: 380px !important;
      width: 390px !important;
    }

    .consulta {
      width: 391px;
      height: 41px;
    }

    .ficha {
      width: 391px;
    }
  }
