.economia {
    position: absolute;
    margin-top: -5px;
    font-size: 0.8rem;
    color: red;
    background-image: url('../img/marca-texto.png')
}

.critico {
    color: red; font-weight: 700;text-transform: uppercase;
}
.alertaBold {
    color:red!important;text-align:center;font-weight: bold;
}
.alertaFlex {
    display:flex;justify-content: center;color:red;text-align:center;
}
.destaque {
    color: darkblue; font-weight: bold;
}
.f12 {
    display:flex;
    justify-content: right;
    margin: -10px 0 0 -14px;
    padding-top: 5px;
    font-size: 1.2rem;
    border-left: 1px solid #5f4def;
    border-bottom: 1px solid #5f4def;
}   
.cond-pag {
    border-left: 1px solid #5f4def;
    border-bottom: 1px solid #5f4def;
    margin: -4px 0 0 -13px;
    padding-left:10px;
}
.icon-pag {
    font-size: 1.5rem!important;
    margin-right: 10px;
    color: #5f4dee!important;
}
.atencao {
    color: darkorange; font-weight: bold; text-transform: uppercase;
}
.marcaTexto {
    color: blue; background-color: greenyellow; font-weight: bold; 
}
.boldUp {
    font-weight: bold;
    text-transform: uppercase;
}

.riscado {
    text-decoration: line-through!important;
}

.veteranos {
    display:block; color:red;text-align: center; background-color: yellow;border-radius: 10px;
}
.novatos {
    display:block; color:yellow;text-align: center; background-color:red;border-radius: 10px;
}
.orientacoes {
    display:block; color:white;text-align: center; background-color:cornflowerblue;border-radius: 10px;
}
.linkDestaque {
    text-decoration: none;
    color: darkblue;
    font-weight: bold;
}
.linkDestaque:hover {
    color: red;
    text-decoration: none;
}

.prgContent {
    display: flex;
}

.prgS:before {
    content: '\00A7 \00A0';
    font-weight: bold;
}

.prgS {
    font-weight: bold;
}

.prgTxt {
    margin-left: 3px;
    font-weight: none;
    text-align: justify!important;
}

.center {
    text-align: center;
}

.just {
    text-align: justify!important;
}

.linha {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

.cel-10, .cel-20, .cel-25, .cel-30, .cel-40, .cel-50, .cel-60, .cel-70, .cel-80, .cel-90, .cel-100 {
    position: relative;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin: -1px 0 0 -1px;
    border: 1px solid black;    
}

.bar-cookie {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0,0,0,0.9);
    color:#fff;
    /* text-align: center; */
    z-index: 100;
  }
  
  .accept, .recuse{
    padding-left: 20px;
  }
  
  .hidden {
    display: none!important;
  }

  .slogan {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 10%;
    font-family: 'Lobster Two', cursive;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

@media (max-width: 320px) {
    .direita {
        text-align: left!important;
    }

    .economia {
        font-size: 0.6rem;
        margin-top: 5px;
    }
}

@media (max-width: 992px) {
    .direita {
        text-align: right!important;
    }

    .cel-10 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .cel-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cel-25 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cel-30 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .cel-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .cel-50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .cel-60 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .cel-70 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .cel-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    
    .cel-90 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    
    .cel-100 {
        -ms-flex: 0 0 99.8%;
        flex: 0 0 99.8%;
        max-width: 99.8%;
    }    
}
