/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 03:23:29 */
     /* Para tablets (ejemplo: pantallas de 768px de ancho o más) */
        @media screen and (max-width: 768px) {
            #mmCorreoColabora {
                /* Vuelve a establecer el padding a 0 para tablets si quieres un paso intermedio,
                   o simplemente deja que el siguiente media query lo defina para desktops */
                padding-left: 0%;
                padding-right: 0%;
            }
        }

        /* Para pantallas de computador (ejemplo: pantallas de 1024px de ancho o más) */
        @media screen and (min-width: 1024px) {
            #mmCorreoColabora {
                padding-left: 35%;
                padding-right: 35%;
            }
        }