footer {
    background-color: #222222;
}

.footer_nav .row {
    display: flex;
    width: 100%;
    height: auto;
    min-width: 280px;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}

.footer_nav img {
    max-width: 120px;
    margin: 30px;
}

.footer_nav .social a {
    margin-left: 30px;
}

.footer_nav .social ul {
    display: flex;
    flex-direction: row;
}

.footer_nav .social ul img {
    text-align: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    max-width: 24px;
    margin-right: -25px;
    border-radius: 4px;
    opacity: 0.75;
}

.footer_nav .social img:hover {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.footer_nav h6 {
    line-height: 0px;
    font-size: 16px;
    padding: 0 0 0.8rem 0;
    color: #25DE1F;
    margin-top: 24px;
}

.footer_nav a {
    text-decoration: none;
    font-size: 14px;
    margin-left: 20px;
    color: white;
}

.footer_nav a:hover {
    color: #25DE1F;
}

.footer2-container {
    position: sticky;
    bottom: 0;
}

.footer2-container a {
    color: #25DE1F;
    text-decoration: none;
}

.footer2-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: black;
    color: white;
    font-size: 0.75rem;
    width: 100%;
    overflow: hidden;
    min-width: 360px;
    height: auto;
    align-items: center;
    margin: auto;
}

.footer2-container li {
    list-style: none;
    text-align: center;
    margin: 10px;
    padding: 0%;
}

.footer2-container .ul {
    margin: auto;
    padding: 0;
}

@media (max-width: 575px) {
    .footer2-container {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .footer2-container .ul {
        width: 100%;
    }

    .footer2-container .ul .li1 {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .footer2-container .ul .li2 {
        margin-top: 2px;
        margin-bottom: 10px;
    }
}

.sist_nav {
    display: grid;
    place-items: center;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.sist_nav .celda_matprima h6 {
    text-align: center;
}

.sist_nav .celda_matprima img {
    max-width: 100px;
    height: auto;
    width: auto;
    margin: auto;
    max-height: 100px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
}

.push_matprima .mat_prima_img img {
    max-width: 100px;
}

.push_matprima .mat_prima_img:hover .product-tokens-label {
    color: #fff;
    background-color: #23bc23;
    font-size: 16px;
    line-height: 40px;
    width: 94px;
    height: 40px;
    border-radius: 8px;
    position: absolute;
    top: 80px;
    right: 10px;
    transition: all .3s ease-in-out;
    z-index: 4;
    display: block;
    margin-right: 10px;
    text-align: center;
}

.push_matprima .mat_prima_img .product-tokens-label {
    display: none;
}