/* FOOTER TERMOPLÁSTICOS CALIANO */

.tg-footer {
    background: #111111;
    color: #ffffff;
    border-top: 4px solid #b11226;
    padding: 22px 0 16px;
}

.tg-footer-contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tg-footer-marca {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tg-footer-logo {
    width: 58px;
    height: 58px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.tg-footer-logo img {
    width: auto;
    height: 56px;
    object-fit: contain;
}

.tg-footer-marca h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
    color: #ffffff;
}

.tg-footer-marca p {
    margin: 2px 0 0;
    font-size: 0.82rem;
    color: #cfcfcf;
}

.tg-footer-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tg-footer-info span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #eeeeee;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 0.82rem;
    font-weight: 700;
}

.tg-footer-info i {
    color: #ff4d5e;
}

.tg-footer-linea {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 16px 0 12px;
}

.tg-footer-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #bdbdbd;
    font-size: 0.78rem;
}

.tg-footer-copy p {
    margin: 0;
}

.tg-footer-copy strong {
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .tg-footer-contenido {
        flex-direction: column;
        text-align: center;
    }

    .tg-footer-marca {
        flex-direction: column;
    }

    .tg-footer-info {
        justify-content: center;
    }

    .tg-footer-copy {
        flex-direction: column;
        text-align: center;
    }
}