/*
COR ROSA
*/
/*VARIABLES*/
:root {
    --padrao: #BB2F6F;
    --fundo-banner: #BB2F6F14;
    --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;
}


.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='%23BB2F6F' stroke-width='12' stroke-dasharray='180' stroke-dashoffset='77' stroke-linecap='round'/%3e%3c/svg%3e");
}