@import url('/css/pie-custom.css');

.pie {
    background: #1ea2a2;
    padding: 15px 15px;
    text-align: center;
    margin-top: 0rem;
    box-sizing: border-box;
}

.pie-contenedor {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
}

.tdc1 {
    line-height: 1.3rem;
    font-size: 1rem;
    width: 40%;
    text-align: center;
    vertical-align: super;
}

.tdc2 {
    width: 15%;
    vertical-align: super;
    line-height: 0.2rem;
    text-align: center;
    font-size: 1rem;
}

.tdc3 {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.pie-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.15rem;
    flex-wrap: wrap;
    padding: 0.25rem 0;
}

.pie-social__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
    transition: transform 0.18s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.pie-social__btn svg {
    display: block;
    width: 24px;
    height: 24px;
}

.pie-social__btn:hover,
.pie-social__btn:focus-visible {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.28);
    outline: none;
}

.pie-social__btn--facebook {
    background: linear-gradient(145deg, #4b7bec 0%, #1877f2 55%, #0d5dba 100%);
}

.pie-social__btn--instagram {
    background: linear-gradient(145deg, #f58529 0%, #dd2a7b 42%, #8134af 72%, #515bd4 100%);
}

.pie-social__btn--whatsapp {
    background: linear-gradient(145deg, #4ade80 0%, #25d366 48%, #128c7e 100%);
}

/* Compatibilidad con pie antiguo basado en imágenes */
.img1,
.img2,
.img3 {
    width: 50px;
    height: 50px;
}

@media only screen and (max-width:1220px) {
    .pie {
        background: #1ea2a2;
        padding: 10px 10px;
        text-align: center;
        margin-top: 0rem;
        box-sizing: border-box;
    }

    .pie-contenedor {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .tdc1 {
        display: block;
        line-height: 1.3rem;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

    .tdc2 {
        display: block;
        width: 100%;
        line-height: 1.2rem;
        font-size: 1rem;
        text-align: center;
    }

    .tdc3 {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.65rem 0 0.35rem;
    }

    .pie-social {
        gap: 1.35rem;
    }

    .pie-social__btn {
        width: 52px;
        height: 52px;
    }

    .pie-social__btn svg {
        width: 26px;
        height: 26px;
    }

    .img1,
    .img2,
    .img3 {
        width: 50px;
        height: 50px;
    }
}
