body {
    overflow: hidden;
    color:white;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(to bottom right, #071653, #2B55A6);
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image: linear-gradient(to bottom right, #071653, #2B55A6);
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%); 
}
.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}

.center_all{
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%); 
}

.font-pad{
    color:#3A578D;
}
.bold{
    font-weight: bold;
}
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
    padding: 7px;
    background: white;
}
.bxup {
    -moz-box-shadow: 0px -2px 4px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px -2px 4px rgba(0, 0, 0, .3);
}
.iactive{
    color:#89bee4;
}
.p-objetivo{
    font-size: 10px;
    color: white;
}
.pv-box-img{
    width: 46px;background: #fff;text-align: left;padding: 3;
}
.pv-box-img-pct{float: right;background: #007bff;width: 44px;height: 40px;text-align: center;}
.pv-titulo{
    font-size: 12px;
    color: #023F64;
    font-weight: bold;
}
.pv-categoria{
    font-size: 9px;
    color: #3e4146;
}
.pv-star{
    font-size: 11px;
    padding-top: 1px;
    color: #3e4146;
}
.star-100{
    color:#FFD24A ;
}
.star-0{
    color:#cecaca ;
}

.pv-box{
    padding: 7px;padding-bottom: 5px;background: rgba(255, 255, 255, 0.5);border-radius: 5px;margin-bottom: 8px
}
.promo{background: linear-gradient(45deg, rgba(255, 255, 255, 0.5)80%, #f5b555 50%);}
.superpromo{background: linear-gradient(45deg, rgba(255, 255, 255, 0.5)80%, #f57355 50%);}
#tela_block {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: rgba(1, 1, 1, 0.6);
    z-index: 999;
    display:none;
    color:white;
    font-size:11px;
    padding-top:50%;
    text-align: center;
}