/* MQ 1367 (Maestra) */
@media (min-width: 1367px) {
    .footer {
        width: 100%;
        height: 80px;
        margin-top: 40px;
        background-color: #003cff; /* Azul Corporativo */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modulo-f1 {
        width: 70%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .texto-f111 {
        font-family: 'Outfit', sans-serif;
        font-size: 13px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
}

/* MQ 1366 (Tablet / Laptop) */
@media (min-width: 1281px) and (max-width: 1366px) {
    .footer {
        width: 100%;
        height: 70px;
        margin-top: 35px;
        background-color: #003cff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modulo-f1 {
        width: 70%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .texto-f111 {
        font-family: 'Outfit', sans-serif;
        font-size: 12px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
}

/* MQ 1280 (Tablet Horizontal) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .footer {
        width: 100%;
        height: 60px;
        margin-top: 30px;
        background-color: #003cff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modulo-f1 {
        width: 70%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .texto-f111 {
        font-family: 'Outfit', sans-serif;
        font-size: 11px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
}

/* MQ 1024 (Tablet Vertical) */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer {
        width: 100%;
        height: 50px;
        margin-top: 25px;
        background-color: #003cff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modulo-f1 {
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .texto-f111 {
        font-family: 'Outfit', sans-serif;
        font-size: 10px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
}

/* MQ 767 (Phablet / Mobile Landscape) */
@media (min-width: 481px) and (max-width: 767px) {
    .footer {
        width: 100%;
        height: 50px;
        margin-top: 25px;
        background-color: #003cff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .modulo-f1 {
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .texto-f111 {
        font-family: 'Outfit', sans-serif;
        font-size: 10px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-align: center;
    }
}

/* MQ 480 (Mobile Small) */
@media (min-width: 320px) and (max-width: 480px) {
    .footer {
        width: 100%;
        height: 45px;
        margin-top: 20px;
        background-color: #003cff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .modulo-f1 {
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .texto-f111 {
        font-family: 'Outfit', sans-serif;
        font-size: 9px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-align: center;
    }
}
