#titulo {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
}

#buscadorCadenas {
    background-color: #f1f1f1;
    padding: 40px 40px 40px 40px;
    border-top: 3px solid #e83c39;
}

#buscadorCadenas .btn {
    margin-top: 20px;
}

.product_list {
    margin-top: 40px;
}

.category {
    margin-bottom: 20px;
}

.nombreCategoria {
    margin-bottom: 10px !important;
}

#resultados .product {
    width: 100%;
    margin-bottom: 10px;
}

#resultados .product-reference{
	color: #2C3D47 !important;
    background-color: #F1F4F6;
    max-width: max-content;
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 10px;
	

}

#resultados .product-reference *{
	color: #2C3D47 !important;
	margin-bottom:0;
}

#resultados img{
max-width:100%;
}

#resultados *{
	color:#2C3D45;
}

#resultados .product-name *{
	color:#E83C39;
}

#resultados .product-reference{
	color:#2C3D45;
}

#resultados .product-name {
    padding: 20px 0;
}

#resultados .block-resultado{
	display: grid;
    grid-template-columns: 1fr 3fr ;
    gap: 1rem;
    border: 2px solid gray;
    padding: 10px;
    align-items: center;
	margin-bottom:10px;
}

#resultados .product-img-box {
    align-self: center;
}

#resultados .product-desc {
    white-space: pre-line;
    text-align: justify;
    line-height: 20px;
}

.info {
    display: none;
    margin-top: 20px;
}

.info p {
    color: red;
    font-size: 24px;
    margin: 0;
}