* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  background-image: url('../images/planta.jpg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.home {
  overflow-y: hidden;
}
a {
  color: #661314;
  cursor: pointer;
}
a:hover {
  color: rgba(102, 19, 20, 0.8);
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
input {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 5px 10px;
  margin: 5px auto;
  color: #202020;
  background-color: #fcfcfc;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
  display: inline-block;
}
input[type="buttom"],
input[type="submit"] {
  width: initial;
  border-color: #661314;
  background-color: rgba(102, 19, 20, 0.8);
  color: white;
  float: right;
}
input[type="buttom"]:hover,
input[type="submit"]:hover {
  background-color: #661314;
}
buttom {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 5px 10px;
  margin: 5px auto;
  color: #202020;
  background-color: #fcfcfc;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
  display: inline-block;
  width: initial;
  border-color: #661314;
  background-color: rgba(102, 19, 20, 0.8);
  color: white;
  float: right;
}
buttom:hover {
  background-color: #661314;
}
select {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 5px 10px;
  margin: 5px auto;
  color: #202020;
  background-color: #fcfcfc;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
  display: inline-block;
}
textarea {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 5px 10px;
  margin: 5px auto;
  color: #202020;
  background-color: #fcfcfc;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
  display: inline-block;
}
header {
  margin: 30px 0 20px;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999;
}
header h1 {
  margin: 0;
}
header h1 img {
  margin: 20px;
}
header nav {
  text-align: right;
}
header nav ul {
  list-style: none;
  text-indent: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0 1px;
}
header nav ul li a {
  padding: 32px 15px !important;
  background-color: #fbfbfb;
  color: #661314;
  font-size: 1.2em !important;
}
header nav ul li a:hover {
  text-decoration: none;
  background-color: #661314 !important;
  color: #fff !important;
}
#slider {
  margin-top: -150px;
  z-index: -9999;
}
.carousel-fade {
  position: absolute !important;
  z-index: -9999;
  top: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.title h1 {
  padding: 20px 30px;
  background-color: rgba(102, 19, 20, 0.8);
  color: #fff;
  width: initial;
  display: inline-block;
  font: 300 36px 'Open Sans', sans-serif;
}
.destaque {
  margin-top: 30px;
}
.destaque img {
  width: 100%;
  height: auto;
}
.progresso p {
  text-align: center;
  margin: 0 auto 10px;
}
.progresso hr {
  margin: 20px auto 10px;
}
img[alt='selo'] {
  margin-bottom: -150px !important;
  width: 150px!important;
  height: 150px;
  float: left;
  z-index: 99;
  display: inline;
  position: relative;
}
.empreendimento {
  min-height: 300px;
  background-color: #fff;
  margin: 0;
  padding: 45px 30px 15px;
}
.empreendimento h2.faixas {
  color: white;
  background-color: #661314;
  font-weight: bold;
  padding: 10px 20px;
  margin: 30px 0;
  text-align: center;
}
.empreendimento h1,
.empreendimento h2,
.empreendimento h3,
.empreendimento h4,
.empreendimento h5,
.empreendimento h6 {
  color: #661314;
  font-weight: bold;
}
.empreendimento #status {
  text-align: center;
  margin-top: 30px;
}
.empreendimento #gallery-100 {
  margin: auto;
}
.empreendimento #gallery-100 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 20%;
}
.empreendimento #gallery-100 img {
  border: 2px solid #cfcfcf;
}
.empreendimento #gallery-100 .gallery-caption {
  margin-left: 0;
}
.map {
  margin-top: 30px;
  margin-bottom: 80px;
}
.status {
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  color: #661314;
  font-weight: bold;
}
.pagina {
  min-height: 500px;
  background-color: #fff;
  padding: 30px;
  margin: 30px auto 80px;
}
.sobre {
  min-height: 500px;
  background-color: #fff;
  padding: 30px 0;
  margin: 30px auto 80px;
}
.sobre section {
  padding: 15px 30px;
  margin-top: 30px;
}
.sobre .col-md-12 {
  padding: 0 30px;
}
.post-box {
  margin: 0;
  box-sizing: border-box;
}
.post-blog a {
  color: #661314;
}
.post-blog a section {
  min-height: 150px;
  padding: 15px;
  background-color: #f2f2f2;
  overflow: hidden;
  margin: 15px 0;
}
.post-blog a section:hover {
  background-color: #e9e9e9;
}
.post-blog a section .col-xs-3 {
  padding: 0;
}
.post-blog a section .col-xs-3 img {
  width: 100%;
}
.post-blog a section h4 {
  font-weight: bold;
  color: #661314;
}
.port {
  background-color: #fff;
  padding: 30px;
  margin: 30px auto 80px;
}
.port .more h6 {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  color: #555;
  margin: 80px 0;
}
.port a:hover {
  text-decoration: none;
}
.port a:hover section {
  background-color: #dddddd;
}
.port section {
  background-color: #f2f2f2;
  overflow: hidden;
  margin-bottom: 30px;
}
.port section h4 {
  margin: 30px 15px 30px;
  font-weight: bold;
  text-align: center;
}
.port section p {
  padding: 15px 15px 10px;
  min-height: 6em;
  text-align: center;
}
.modal-content {
  font-size: 1.2em;
}
.modal-content .modal-header {
  background-color: #661314;
  font-weight: bold;
  font-size: 1.2em;
  color: white;
}
.modal-content .modal-footer {
  background-color: #f2f2f2;
}
.progress-bar-gray {
  background-color: #808080;
}
#sidebar-blog section {
  margin-bottom: 60px;
}
#sidebar-blog section ul {
  list-style-type: square;
}
.contato {
  background-color: #fff;
  padding: 30px;
  margin: 30px auto 0;
}
.erro {
  text-align: center;
  padding: 60px 0;
}
.navigation {
  color: #661413;
  font-weight: bold;
  font-size: 1.2em;
}
.navigation .nav-previous {
  float: left;
  padding-bottom: 30px;
  padding-left: 30px;
}
.navigation .nav-next {
  float: right;
  padding-bottom: 30px;
  padding-right: 30px;
}
.empreendimentos {
  text-align: center;
  background-color: #fff;
  margin: 30px auto 80px;
  padding: 30px 15px 0;
}
.empreendimentos .more h6 {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  color: #555;
  margin: 80px 0;
}
.empreendimentos .col-sm-6 {
  display: inline-block;
}
.empreendimentos .col-sm-6 img {
  width: 100%;
  margin-bottom: 30px;
}
.empreendimentos .col-sm-6 a {
  background-color: #fcfcfc;
  overflow: hidden;
  color: #131313;
}
.empreendimentos .col-sm-6 a:hover {
  text-decoration: none;
  color: black;
}
.empreendimentos .col-sm-6 a:hover img {
  opacity: 0.8;
}
.empreendimentos .item {
  background-color: #fcfcfc;
}
footer {
  color: #fff;
  background-color: #555;
  padding: 5px 15px;
  width: 100%;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  margin-top: 30px;
}
footer address {
  margin: 0;
  font-weight: normal;
}
footer address strong {
  margin-right: 30px;
}
.widget_search label {
  display: none;
}
.widget-container {
  overflow: hidden;
}
#sidebar-blog {
  margin-top: 15px;
}
.btn-primary {
  background-color: #881c22;
  border-color: #661314;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #661314;
}
.progress-bar-danger {
  background-color: #661314;
}
.google-maps {
  position: relative;
  padding-bottom: 300px;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.google-maps [jsaction="placeCard.card"] {
  display: none !important;
}
.icon-bar {
  background-color: #661314;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  header {
    padding: 20px;
  }
  .navbar-brand img {
    padding: 0 !important;
  }
  #slider {
    margin-top: 0;
  }
}
