/*Banner Nuevo*/
.sticker-nuevo {
    position: absolute;
    z-index: 3; 
    right: 40%  !important;
    bottom: 50px  !important;
    width: 220px;
    height: auto;
    pointer-events: none;
}
@media (max-width: 768px){
 .sticker-nuevo {
    
    right: 10% !important;
    bottom: 190px  !important;
     width: 120px;
}
}