.body {
    background: #eee;
}
.space-top {
    position: relative;
    top: 80px;
}
.header-h1,p {
 position: relative;
 top: 20px;
}
.header-bg {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
	padding-bottom: 10px;
    overflow: hidden;
    /* fallback for old browsers */
    
    background: url(""), -webkit-linear-gradient(to left, #213144, #20417f);
    /* Chrome 10-25, Safari 5.1-6 */
    
    background: url(""), linear-gradient(to left, #213144, #20417f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    color: #fff;
    text-align: left;
    padding: 20px 0 50px;
}
.menu-bg {
    background: url(""), #fff;
	color: #767676;
    
}
.img-sistema {
    position: relative;
    top: -15px;
    left: -35px;
}
.menu-align {
    position: relative;
    top: 5px;
}
.sobre {
    position: relative;
    top: 10px;
    color: #091e42;
}
.txt-p {
    position: relative;
    top: -10px;
	font-size: 20px;
	font-weight: 400;
    color: #777;
}
.icons-medium {
    position: relative;
    top: 20px;
    width: 45px;
    height: 45px;
}
.vantagens {
    position: relative;
    top: 40px;
}
.funcionalidades {
    position: relative;
    top: 160px;
}
.txt-pf {
    position: relative;
    font-size: 14px;
    top: 10px;
}
.txt-h5f {
    position: relative;
    font-size: 20px;
    top: 14px;
}
.video {
    position: relative;
    top: 20px;
    bottom: 20px;
}
/*tabs*/
/*Panel tabs*/

.panel-tabs {
    position: relative;
    bottom: 30px;
    clear: both;
    border-bottom: 1px solid transparent;
}
.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}
.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}
.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .23);
    border-bottom-color: transparent;
}
.contato {
    position: relative;
    top: 210px;
}
.cta-space-contato
{
position: relative;
top: 180px;
}
.call-to-action 
{
width: 100%;
 padding: 40px;
 text-align: center;
 background: #274970;
 color: #fff;
}
.tabs-align {
    padding-top: 30px;
}
.pg {
    height: 63px;
}
.nav-tabs {
    border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}
.nav-tabs > li > a {
    border: none;
    color: #666;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
	text-align: center;
    color: #4285F4 !important;
    background: transparent;
}
.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}
.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
.tab-pane {
    padding: 0px 0;
}
.tab-content {
    padding: 0px
}
.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }
    .side-collapse-container.out {
        left: 200px;
    }
    .side-collapse {
        top: 50px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
    }
    .side-collapse.in {
        width: 0;
    }
}
.icon-align
{
position: relative;
left: -5px;
}
/*call to action*/
#cta-1
{
 padding: 20px 0;
 background-color: #274970;
 text-align: center;
}/*color text*/
#cta-2
{
 padding: 20px 0;
 background-color: #4c78a7;
 text-align: center;
}/*color text*/
.cta-space
{
position: relative;
top: 100px;
}

.text-white
{
color: #fff;
}
.text-blue1
{
color:#1860c1;
}
.footer
{
position: relative;
top: 200px;
background: #2f3942;
}
.text-cta-p
{
position: relative;
top: 1px;
}
.copy
{
position: relative;
top: -5px;
}
#backtotop {
    border-radius: 50%;
    line-height: 48px;
    background-color: #333;
    display: block;
    position: fixed;
    bottom: 50px;
    text-align: center;
    width: 50px;
    right: 30px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    color: #FFF;
    font-size: 11px;
    height: 50px;
    z-index: 99999;
    cursor: pointer;
}

#backtotop:hover {
background-color: #3a5b7a;
transition: .4s;
color: #fff;
}

#backtotop.active {
    opacity: 1;
}
.text-form-p
{
position: relative;
top: -5px;
}
.mobile
{
position: relative;
top: 14px;
left: 14px;
}
.desktop
{
position: relative;
top: 14px;
left: 14px;
}
.text-nav-align
{
position: relative;
top: -0px;
color: #2bb38d;
}
.sd
{
position: relative;
top: -0px;
font-size: 16px;
color: #2bb38d;
}
.tel
{
position: relative;
top: -0px;
color: #fff;
font-size: 16px;
}
/*alerts*/
.error-notice {
  margin: 5px 5px; /* Making sure to keep some distance from all side */
}

.oaerror {
  width: 90%; /* Configure it fit in your design  */
  margin: 0 auto; /* Centering Stuff */
  background-color: #FFFFFF; /* Default background */
  padding: 20px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.danger {
  border-left-color: #d9534f; /* Left side border color */
  background-color: rgba(217, 83, 79, 0.1); /* Same color as the left border with reduced alpha to 0.1 */
}

.danger strong {
  color:  #d9534f;
}

.warning {
  border-left-color: #f0ad4e;
  background-color: rgba(240, 173, 78, 0.1);
}

.warning strong {
  color: #f0ad4e;
}

.info {
  border-left-color: #5bc0de;
  background-color: rgba(91, 192, 222, 0.1);
}

.info strong {
  color: #5bc0de;
}

.success {
  border-left-color: #2b542c;
  background-color: rgba(43, 84, 44, 0.1);
}

.success strong {
  color: #2b542c;
}
.text-col-left
{
position: relative;
top: -25px;
}
.box-col
{
border-style: solid;
border-color: #e5e5e5;
border-width: 1px;
width: 47%;

padding: 20px;
margin-right: -2px;
display: inline-block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin-bottom: 20px;
margin-right: 5px;
height: 247px;
background: #fff;
}
.subtitle
{
position: relative;
top: 20px;
}
.boxed
{
min-height: 230px;
text-align: center;
text-decoration: none;
display: block;
padding: 40px 15px;
border: 1px solid #F1F4F9;
border-radius: 8px;
transition: .2s all ease;
}
.text-white
{
color: #fff;
}
.size-box
{
height: 302px;
}
.logo
{
position: relative;
top: -10px;
left: -17px;
}
.form-box
{
padding: 5px 50px 50px 50px;
-moz-box-shadow: 0 0 5px rgba(0,0,0,.09);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.09);
box-shadow: 0 0 5px rgba(0,0,0,.09);
}
.page-header {
 padding-bottom: 9px;
 margin: 40px 0 10px;
 margin-top: 30px;
 border-bottom: 1px solid #eee;
}
.nav-border
{
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.font-size
{
font-size: 14px;
}