/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 100px 15px 0;
}

.footer {
  background-color: #262626;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-img {
  padding-top: 5px;
  padding-bottom: 5px;
}

code {
  font-size: 80%;
}

body {
font-family: 'Knowledge', sans-serif;
color: #606169;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navbar-brand{
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../img/sprite-branding.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  width: 246px;
  height: 40px;
  background-position: 0 -52px;
  top: 10px;
  margin-top:10px;

}

.textoLaranja{
  color: #fa6400;
}


.bg-dark{
  background: #f4f4f4 !important;
}


.textPanel__canvas{
	position:absolute;
	top:0;left:0;bottom:0;right:0;
	width:100%;height:40%;
	z-index:-1;
	background-color: #fff;
}

 nav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.jumbotron {
   margin-top: 1rem;
   margin-bottom: 0;
   background-color: rgba(255,145,0,0.14);
   padding: 30px;
}

.pot {
   display: none;
}
