
* {
    font-family: Barlow, sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.contenedor {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 970px) {
    .contenedor {
        padding: 0;
    }
}

.soluciones__contenedor {
    position: relative;
}

 .content .soluciones__contenedor {
    margin: 50px auto;
    width: 100%;
}

@media (min-width: 970px) {
.content .soluciones__contenedor {
        max-width: 970px;
        margin-top: 100px;
    }
}

 .content .soluciones__contenedor .contenedor_bloque__titulo {
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.6875rem;
    letter-spacing: -.01em;
    padding-bottom: 17px;
    border-bottom: 10px solid #da291c;
}
@media (min-width: 970px) {
.content .soluciones__contenedor .contenedor_bloque__titulo {
        font-size: 2.25rem;
    }
}


.content .soluciones__contenedor .buscador__contenedor {
    margin-top: 25px;
    margin-bottom: 36px;
   
}

@media (min-width: 970px) {
 .content .soluciones__contenedor .buscador__contenedor {
        margin-top: 64px;
        margin-bottom: 100px;
        grid-template-columns: 1fr !important;
    
    }
}

 .content .soluciones__contenedor .buscador__contenedor .buscador__select {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border-color: #8e8e89;
    padding-inline: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: unset;
    background: url(/wp-content/themes/b2b/img/foodtech/flecha-hover.svg) 98% center no-repeat;
    background-size: 15px 15px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2.25rem;
    letter-spacing: 1px;
    color: #8e8e89;
    text-transform: uppercase;
}

 .content .soluciones__contenedor .buscador__contenedor .buscador__select {
    appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border-color: #8e8e89;
    padding-inline: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/themes/b2b/img/flecha-hover.svg) 98% center no-repeat;
    background-size: 15px 15px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2.25rem;
    letter-spacing: 1px;
    color: #8e8e89;
    text-transform: uppercase;
    background-color: #fff;
}

.buscador__select option {
    background-color: #fff;
    color: #333;
    font-size: 16px;
}

 .content .soluciones__contenedor .listado_productos__listado {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

@media (min-width: 970px) {
 .content .soluciones__contenedor .listado_productos__listado {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

 .content .soluciones__contenedor .buscador__contenedor {
    margin-top: 25px;
    margin-bottom: 36px;
    width: 100%;
    
}


@media (min-width: 970px) {
 .content .soluciones__contenedor .buscador__contenedor {
        margin-top: 64px;
        margin-bottom: 100px;
        width: 100%;
        grid-template-columns: 1fr;
    }
}


.content .soluciones__contenedor .buscador__contenedor form{
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
}


@media (min-width: 970px) {
 .content .soluciones__contenedor .buscador__contenedor form{
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}

.soluciones__contenedor .contenedor_bloque__categorias .contenedor_bloque__categoria {
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.6875rem;
    letter-spacing: -.01em;
    margin-block: 50px;
}
.not_found{
    padding-block-end: 170px;
    font-size: 1.6rem;
}

 .producto__contenedor .producto__texto__contenedor .producto__pretitulo {
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.125rem;
    letter-spacing: .02em;
    color: #da291c;
 }