.proveedores_inc {
    text-align: left;
    text-decoration:none;
    background: #fff;
    border-radius: var(--image-border-radius);
    display:flex;
    flex-direction: column;
    overflow: hidden;

    height: 100%;
    margin-bottom: 2rem;
}
.proveedores-block .proveedores_inc .imagen{
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 1rem;
    border-radius: var(--image-border-radius);
    border: 1px solid #ededed;
}
.proveedores_inc .imagen-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proveedores_inc .imagen-empty .far,
.proveedores_inc .imagen-empty svg {
    font-size: 3.75rem;
    font-weight: 100;
    color: #acacac;
}
.proveedores_inc img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
}
.proveedores_inc > div:nth-child(2){
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.proveedores-block .proveedores_inc h3{
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.proveedores_inc .dots{
    color: var(--vsf-primary-color2);
    font-size: 1.5rem;
    line-height: 1;
}
.proveedores_inc p{
    color: var(--vsf-body-color);
    margin: 0 0 1rem 0;
    min-height: 4rem;
    max-height: 3.9375rem;
    overflow: hidden;
}


.proveedores_inc .custom-badges > span{
    display: flex;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #F0F0F0;
    color:black;
    padding: 0.625rem;
    border-radius: 0.625rem;
    margin: 0 0.5rem 0.5rem 0;
}

.proveedores_inc .custom-badges > span::before{
    margin-right: 0.5rem;
    content: '';
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M173.9%20439.4l-166.4-166.4c-10-10-10-26.2%200-36.2l36.2-36.2c10-10%2026.2-10%2036.2%200L192%20312.7%20432.1%2072.6c10-10%2026.2-10%2036.2%200l36.2%2036.2c10%2010%2010%2026.2%200%2036.2l-294.4%20294.4c-10%2010-26.2%2010-36.2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
    background: var(--vsf-primary-color);
    width: 0.875rem;
    height: 1rem;
}

.proveedores_inc:hover{
    text-decoration: none;
}
.proveedores_inc:hover h3{
    text-decoration: underline;
}
.proveedores_inc:hover p{
    color: var(--vsf-body-color);
}
.proveedores_inc:hover img{
    transform: scale(1.1);
}


@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
    .proveedores_inc{
        height: unset;
    }
    .proveedores_inc p {
        min-height: 0;
    }
}
