/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2024 | 11:17:00 */
.popup-sello {
    position: fixed;
    bottom: 5%;
    right: 10%;
    display: none;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: white;
    z-index: 1000;
}

#closeBtn-sello {
    position: absolute;
    top: 0;
    right: 0;
}
