/* ===== FIXES Index.PHP ===== */
body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.usercp_module {
    font-size: 14px;
    background: #404040;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .fiestas-patrias-banner {
        font-size: 14px;
        flex-direction: column;
        gap: 6px;
        padding: 10px 6px;
    }

    .bandera-peru-viento {
        width: 60px;
        height: 40px;
    }

    #level-up-aviso {
        font-size: 14px;
        height: auto;
        padding: 10px;
        letter-spacing: 2px;
    }
}

/* FOOTER */
#footer .footer-bottom {
    text-align: center;
    margin-top: 110px;
}

footer {
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-bottom p {
    margin: 0;
    line-height: 1.6;
}

.footer-bottom p span {
    color: #ffffff;
    text-shadow:
        0 0 5px rgba(0,0,0,0.9),
        0 2px 6px rgba(0,0,0,0.9);
}

@media (max-width:576px) {
    .footer-bottom {
        padding: 0 15px;
        font-size: 13px;
    }

    .footer-bottom p,
    .footer-bottom span {
        color: #ffffff;
        text-shadow:
            0 0 5px rgba(0,0,0,0.9),
            0 2px 6px rgba(0,0,0,0.9);
    }
}