/* Estilos generales */
.footer {
    background-color: #222;
    color: #fff;
    padding: 2rem 0;
}
.footer img {
    max-width: 40px;
}
.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer p {
    font-size: 0.85rem;
    text-align: center;
    word-wrap: break-word;
}

.footer .btn-social {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

/* Responsividad */
@media (max-width: 1024px) {
    .footer .row > div {
        text-align: center;
        margin-bottom: 1rem;
    }
    .footer h5 {
        font-size: 1rem;
    }
    .footer p, .footer a {
        font-size: 0.75rem;
    }
    .footer img {
        max-width: 140px;
    }
    .footer iframe {
        width: 100%;
        height: 110px;
    }
    .footer .btn-social {
        font-size: 1.8rem;
        width: 44px;
        height: 44px;
        margin: 0 3px;
    }
}

@media (max-width: 768px) {
    .footer .row > div {
        text-align: center;
        margin-bottom: 1rem;
    }
    .footer h5 {
        font-size: 0.9rem;
    }
    .footer p, .footer a {
        font-size: 0.7rem;
    }
    .footer img {
        max-width: 120px;
    }
    .footer iframe {
        width: 100%;
        height: 100px;
    }
    .footer .btn-social {
        font-size: 1.5rem;
        width: 35px;
        height: 20px;
        margin: 0 2px;
    }
}

@media (max-width: 576px) {
    .footer {
        text-align: center;
    }
    .footer .row > div {
        width: 100%;
        margin-bottom: 1rem;
    }
    .footer h5 {
        font-size: 0.8rem;
    }
    .footer p, .footer a {
        font-size: 0.65rem;
    }
    .footer img {
        max-width: 100px;
    }
    .footer iframe {
        width: 100%;
        height: 90px;
    }
    .footer .btn-social {
        font-size: 1.5rem;
        width: 25px;
        height: 15px;
        margin: 0 1px;
    }
}

@media (max-width: 400px) {
    .footer h5 {
        font-size: 0.75rem;
    }
    .footer p, .footer a {
        font-size: 0.55rem;
        word-break: break-word;
    }
    .footer img {
        max-width: 90px;
    }

    .footer iframe {
        width: 100%;
        height: 80px;
    }
    .footer .btn-social {
        font-size: 1rem;
        width: 10px;
        height: 10px;
        margin-top: 50px;
    }
}
