

p {color:#666;}

.navbar{margin-bottom:0;}
.jumbotron{margin-bottom:0;
  border-top: 1px solid #d7dddd;
  border-bottom: 1px solid #d7dddd;}

  .jumbotron h1{font-size:300%;}
  .jumbotron h1 a{color:#666;}

.container-white {
  background: #fff;
}
.container-gray {
  background: #f6f6f6;
  border-top: 1px solid #d7dddd;
  border-bottom: 1px solid #d7dddd;
}
.container-aqua {
  background: #e0f8fa;
}


.container-hero {
  background-image: url("../img/bg.jpg");
  background-repeat: repeat-x;
  height: 465px;
  overflow: hidden;
}

.imagem-topo{ margin-top:-52px;}


.btn-huge{ font-size:200%; padding:2% 4%; }


.aqua {
  color: #24bfd0;
}
.gray {
  color: #636363;
}
.grayMedium {
  color: #919598;
}
.coral {
  color: #fd727d;
}


.btn-coral {

  background: #fd727d;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  border: 1px solid #fd5b68;
  text-shadow: 1px 1px 1px #7e3d3b;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
  cursor: pointer;
  display: inline-block;
  transition: all 0.1s ease;
}



.small-footer{font-size:80%;}

@media (max-width: 991px) {
  .imagem-topo{visibility:hidden;}
  }
