/*
COR ROXO ESCURO
*/
/*VARIABLES*/
:root {
    --padrao: #572875;
    --fundo-banner: #57287514;
    --contraste: #fff;
    --overlay: #1d0c27f0;
    --hover: #441e5d;
}
.imagemOpacity2{
    background: #1d0c27 !important;
    opacity: 0.8;
}



/*COR DOS BOTOES */
.imagem-button-tema{
    background-color: #572875;
    color: #fff;
}
.imagem-button-tema:hover{
    background-color: #441e5d;
    color: #fff;
}
.section-destaque .borda-destaque:before{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='82' ry='82' stroke='%23572875' stroke-width='12' stroke-dasharray='180' stroke-dashoffset='77' stroke-linecap='round'/%3e%3c/svg%3e");
}