﻿:root
{
    --cinza-escuro: #4E575E;
}


/*
************ GERAL
*/


.underline {
    text-decoration: underline;
}

.underline.visited {
    text-decoration: underline;
}

.sublinhado {
    text-decoration: underline;
}

.sublinhado.visited {
    text-decoration: underline;
}

.img-blog {
    width: 95%;
}

.redacao {
    color: #676a6c;
}

    .redacao img {
        border: 1px solid #4E575E;
        border-radius: 10px;
    }

.redacao p {
  color: #676a6c;
  font-size: 13px;
  width: 97%;
}

    .redacao .subtitulo {
        color: #1ab394;
        font-size: 1.7em;
        font-weight: bold;
        text-transform: uppercase;
    }

.verde {
    color: #1ab394 !important;
}

.verde:visited {
    color: #1ab394;
}

.bg-verde {
    background-color: #1ab394 !important;
    color: white;
}


/*
TBX FRAMEWORK CORE
*/

.cmc-text-verde { color: #1ab394 !important; }
.cmc-text-verde:visited { color: #1ab394 !important; }
.cmc-text-cinza { color: #4E575E !important; }
.cmc-text-cinza:visited { color: #4E575E !important; }

.cmc-bg-verde { background-color: #1ab394; color: white !important; }
.cmc-bg-cinza { background-color: #4E575E; color: white !important; }

.cmc-w-100 { width: 100% !important; }
.cmc-w-90 { width: 90% !important; }
.cmc-w-75 { width: 75% !important; }
.cmc-w-50 { width: 50% !important; }
.cmc-w-25 { width: 25% !important; }
.cmc-w-0 { width: 0% !important; }

.cmc-d-left {
    float: left;
}

.cmc-d-right {
    float: right;
}


.titulo-subsecao {
    color: #1ab394 !important;
    font-size: 1.85em;
    font-weight: bold;
    text-transform: uppercase;
}



/*
    CORRECAO BOOTSTRAP

*/

.badge-primary {
    background-color: #1BB394;
}

.badge-success {
    background-color: #1D84C6;
}

.badge-info {
    background-color: #24C6C8;
}

.badge-warning {
    background-color: #F8AC5A;
}

.badge-danger {
    background-color: #ED5666;
}




.nav-interna a {
    color: white !important;
}

    .nav-interna a:hover {
        color: #1ab394 !important;
    }
    
    
    
    
/*
***************** RODAPE
*/


.tbx-rodape-painel
{
    background-color: var(--cinza-escuro);
}