﻿  body {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}

html {
  height: 100%;
}


 .affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
  
  .content {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding-bottom: 25px;
}

.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

footer {
  background: #232323;
  color: white;
  height: auto !important;
  padding-bottom:10px;
  padding-top:10px;
}


.navbar.custom {
	font-size: 16px;
	color: #FFF;
	background: #036;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background:#002040;
	color: #F00;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	font-size: 16px;
	color: #F00;
	background:#002040;
	
}


.navbar-inverse .navbar-brand {
    color: #CCC;
	font-size:14px;
	font-weight:bold;
	
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
   color: #CCC;
	font-size:14px;
	font-weight:bold;
}


@font-face{
  font-family: "Stay Fresh - Demo";
  src: url('font/Stay Fresh - Demo.ttf') format('truetype');
}

.titulo-prod{
	font-family:"Stay Fresh - Demo";
	font-size:56px;
	color:#009;
	
	}
	
	.titulo-prod2{
	font-family:"Stay Fresh - Demo";
	font-size:44px;
	
	}
	
.conteudo-prod{
	font-family: "Verdana", Geneva, sans-serif;
		font-size:16px;
		text-align: justify;
	
	}
	
	.conteudo-prod2{
	font-family: "Verdana", Geneva, sans-serif;
		font-size:16px;
		text-align: right;
	
	}
	
destacar{
	color: #C00;
	font-weight:bold;
}