
/* Themify Custom CSS */
.font-size {
    font-size: 23px;
}

.borda-cinza {
	    border-right: 5px solid #454545;
    border-left: 5px solid #454545;
}

.borda-direita {
	    border-right: 5px solid #454545;
}

.borda-esqueda {
    border-left: 5px solid #454545;
}

.borda-top{
    border-top: 5px solid #454545;
}

.borda-bottom{
    border-bottom: 5px solid #454545;
}

.popup {
    padding: 13px 69px;
    background: #f58634;
    color: #ffffff;
    FONT-SIZE: 15PX;
    animation: ani-ring 2s ease infinite;
    margin-top: -3px;
    height: 26px;
}
}

.popup-steel {
    height: 263px;
    width: 96%;
    margin-top: 3px;
    background: no-repeat;
}

.font-negrito{
	  font-size: 22px;
    font-weight: bold;
}

.popup-especiais {
	  margin-left: 2px;
    padding: 16px 20px;
    display: inline-block;
    width: 247px;
    height: 19px;
    text-align: center;
    background: #f58634;
    margin-top: -1px;
}

.alinhamento {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pop-vertical {
	    padding: 1px 22px;
    background: #f58634;
    color: #ffffff;
    FONT-SIZE: 15PX;
    animation: ani-ring 2s ease infinite;
    margin-top: -2px;
    text-align: center;
}

.barra-carregamento {
	border-radius: 20px;
}

.barra-laranja {
    border-radius: 20px;
    float: left;
    height: 15px;
    width: 100%;
    margin-right: 10px;
    animation: progress-animation 12s ;
    background: #f58634;
    animation-timing-function: linear;
}


.barra-azul {
    border-radius: 20px;
    float: left;
    height: 15px;
    width: 100%;
    margin-right: 10px;
    animation: progress-animation 12s ;
    background: #00BFFF;
    animation-timing-function: linear;
}


.barra-verde {
    border-radius: 20px;
    float: left;
    height: 15px;
    width: 100%;
    margin-right: 10px;
    animation: progress-animation 12s ;
    background: #92D205;
    animation-timing-function: linear;
}


.barra-vermelho {
    border-radius: 20px;
    float: left;
    height: 15px;
    width: 100%;
    margin-right: 10px;
    animation: progress-animation 12s ;
    background: #F33B2C;
    animation-timing-function: linear;
}

@keyframes progress-animation{
    0% { width: 0%; }
}