/* Código inserido por 
   Nome: João Victor Magela
   E-mail: joao.dk16@gmail.com;
*/

/*
.bg-image {
    position: fixed; 
    top: -51%; 
    left: -50%; 
    width: 200%; 
    height: 220%;
}

.bg-image img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
}*/
.bg-image {
  height: 100vh;
  padding: 0;
}

.bg-image img {
  height: 100%;
  width: 100%;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;

  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  background: rgba(254, 254, 254, 0.8);
  z-index: 9999;
  height: 40px;
  line-height: 40px;
  padding-left: 4%;
  font-weight: bold;
}

#container-texto {
  padding: 14px;
  color: #fff;
  border-radius: 10px;
  top: 20%;
	position: absolute;
	z-index: 100;
  height: 60%;
  overflow-y: auto;
  background-color: #1E4F00;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */

}

#container-fotos {
  top: 15%;
  position: absolute;
  z-index: 100;
  height: 70%;
  padding: 0;
  overflow: auto;
  left: 3%;
}



#container-fotos .thumbnail, #container-fotos div {
  padding: 0;
  margin: 0;
  height: 48px;
}

#container-fotos img {
  height: 48px;
  width: 100%
}



#container-texto p {
  text-align: justify;
  color: #fff;
  z-index: 1000;
}


.navbar-provence, #footer {
  color: #fff;
  background-color: #1e4f00;
  opacity: 0.7;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

.navbar-provence a {
  color: #fff !important;
  font-weight: bold;
}

.navbar-provence .active a {
  background-color: #1e4f00 !important;
  color: #c5d100 !important;
}

.navbar-provence a:hover{
  color: #c5d100 !important;
}

.container-mapa {
  padding-left: 0px;
}

.open a {
  background-color: #1e4f00 !important;
}

ul.dropdown-menu {
  z-index: 999999;
}


.metacriacao {
  color: yellow;
}

.navbar-brand {
  padding: 0;
}

.navbar-default {
  border-color: transparent;
}

body, .dropdown-menu {
  background-color: #1e4f00;
}

/* texto responsive */
@media (max-width: 768px){
  body {
    font-size: 10px;
  }

  .container-contato {
    font-size: 8px;
  }

  .container-contato h2 {
    font-size: 14px;
  }

  .dropdown-backdrop {
    position: static;
  }
}