/*
COR ROSA
*/
/*VARIABLES*/
:root {
    --padrao: #BB2F6F;
    --contraste: #fff;
    --overlay: #2f1622f0;
    --hover: #98255a;
}
.imagemOpacity2{
    background: #2f1622 !important;
    opacity: 0.8;
}

/*COR DOS BOTOES */
.imagem-button-tema{
    background-color: #BB2F6F;
    color: #fff;
}
.imagem-button-tema:hover{
    background-color: #98255a;
    color: #fff;
}