/*root.css */
:root {
    /* Paleta Materialize */
    --primario: #33691e;
    --secundario: #bcf46c;
    --terciario: #f8f9fa;
    --hover: #FF5252;
}