/* ===== RESPONSIVE FOOTER TEXT ===== */
@media (max-width: 768px) {
    footer p {
        font-size: 14px;
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    footer p {
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    footer p {
        font-size: 18px;
    }
}

/* Específico para emails largos */
footer .email-text {
    word-break: break-all;
    overflow-wrap: break-word;
    hyphens: none;
}



/* ======== GENERAL =========== */
@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1199px) {
    .other-nav {
        min-width: 75% !important;
    }

    #paymentMethods #mercadopago img {
        max-height: 25px;
    }

    #summary .resumen-left {
        border-top-left-radius: 50px;
    }
}

@media screen and (min-width: 992px) {
    .visualizar {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .other-nav {
        min-width: auto !important
    }

    #nav-component .modern-nav {
        background: none !important;
    }

    .ocultar {
        display: none !important;
    }

    .visualizar {
        display: block !important;
    }

    .action-cluster-mobile.visualizar {
        display: inline-flex !important;
        align-items: center;
        margin-left: auto;
    }

    .action-cluster-mobile .action-login {
        padding: 6px 8px !important;
    }

    .action-cluster-mobile .action-cart {
        width: 38px;
        height: 38px;
    }

    #paymentMethods #mercadopago img {
        max-height: 30px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .btn-pay {
        font-size: 14px;
        padding: 10px 35px;
        margin-top: -4%;
    }

    #nav-component .navbar-brand img {
        width: 75px;
    }
}


@media screen and (max-width: 576px) {}

@media screen and (max-width: 575px) {

    #nav_home-component .visualizar.nav-link {
        font-size: 11px;
    }

    #nav-component .navbar-brand img {
        width: 60px;
    }

    #paymentMethods #mercadopago img {
        max-height: 20px;
    }

    #summary .resumen-left {
        border-top-left-radius: 0px;
    }
}
