body{background-color: #3E3D3F;}
#fundologo{background-color: #231F20; width: 100%; height: auto}
#logo{text-align: center;}
h1,h2,h3,h4,h5,h6{color: #6CC6AE;}
.panel h5{color:#222;}
.escuro{background: #3E3D3F;
border: solid 1px #333;
color:#ccc;}
.escuro h5, .escuro a:link, .escuro a:visited{ color: #F26222;}
label{color: #ccc}
.has-tip {
border-bottom: dotted 1px #6CC6AE;;
cursor: help;
font-weight: bold;
color: #fff;
}
#espaco{margin-top: 60px}

    footer{  color:#CCC;  }

    /*RC STYLES*/
    .bgpreto{background-color: #000000;}
    .nopadding{padding: 0}
   
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut{
  animation-duration: .75s;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}