
/* Add custom CSS here, it will not be overwritten by product updates */

#divcenter{
    position: absolute !important;
    left: 25% !important;          /* caixa mais para a esquerda */
    top: 300px !important;         /* altura da caixa */
    transform: translateX(-50%) !important;
    margin: 0 !important;
}