/*
COR AZUL ESCURO
*/
/*VARIABLES*/
:root {
    --padrao: #263D72;
    --fundo-banner: #263D7214;
    --contraste: #fff;
    --overlay: #061331f0;
    --hover: #192b54;
}
.imagemOpacity2{
    background: #061331 !important;
    opacity: 0.8;
}


/*COR DOS BOTOES */
.imagem-button-tema{
    background-color: #263D72;
    color: #fff;
}
.imagem-button-tema:hover{
    background-color: #192b54;
    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='%23263D72' stroke-width='12' stroke-dasharray='180' stroke-dashoffset='77' stroke-linecap='round'/%3e%3c/svg%3e");
}