/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2022 | 13:22:36 */
#botones-movil { width: 100%; height: 50px; position: fixed; bottom: 0; display: none; z-index: 100; color: #fff;}
#botones-movil p { font-size:15px;}
     #botones-movil a { color: #fff; }
     #botones-movil a:active { color: #fff; }
     #botones-movil a:visited { color: #fff; }
      #botones-movil .left { width: 50%; float: left; height: 50px; background: #000; text-align: center; padding-top: 10px; cursor: pointer; user-select: none;}
     #botones-movil .right { width: 50%; float: left; height: 50px; background: #4B2F5B; color: #fff; text-align: center;   padding-top: 10px; cursor: pointer; user-select: none; }
    @media screen and (max-width: 800px)
    {
     #botones-movil { display:block; }
    }