html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height 
  margin-bottom: 150px;
 */
  overflow-x: hidden;
  height: 100%;
}
.affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
span.separator.total-produtos {
    font-size: 18px;
    position: relative;
    bottom: 18px;
    left: 5px;
}

.block-one{
   width: calc(50% - 10px);
}



@media only screen and (min-width : 768px) {
    .navbar-collapse.custom-menu {
        display: none!important;
    }


}



/* slider produtos */
.prod .item {
    background-color: #F0F0F1;
}
.prod .carousel-caption {
  display: block;
  position: initial;
  color: #000;
}
/*2 colunas register */
.coluna_fatura {
    bottom: 28px ;
    display: none;
 }
 @media only screen and (max-width: 768px) {
     .coluna_fatura {
         bottom: 0px;
     }


.block-one{
   width:100%;
}

ul.nav.menu.login-menu {
    float: right;
    margin-right: 3em;
}
 }
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
 
}

.bg_color_11 {
    background-color: red;
}

.bg_color_13 {
    background-color: #FBDAD8;
}

.bg_color_14 {
    background-color: black;
}

.bg_color_15 {
    background-color: rgba(211, 232, 242, 0.9);
}
