/* cores */
.bg-primary {
  background-color: rgb(42, 160, 167) !important;
}

.bg-secondary {
  background-color: rgb(234, 234, 234) !important;
}

.bg-green {
  background-color: rgb(129, 184, 129) !important;
}

.text-primary {
  color: rgb(42, 160, 167) !important;
}

.text-secondary {
  color: rgb(129, 184, 129) !important;
}

.text-yellow {
  color: #ecb807 !important;
}

header.masthead {
  padding-top: 15rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: url("../img/header/header.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
}

#carouselExampleIndicators {
  z-index: -1;
}

/* projectos tab gallery */
/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
  }

  /* Small devices (tablets, 768px and up) 
@media (max-width: 768px) { 
  .column {
    float: left;
    width: 100%;
    padding: 10px;
  }
 }*/
  
  /* Style the images inside the grid */
  .column img {
    opacity: 0.8;
    cursor: pointer;
    width: 100%;
  }
  
  .column img:hover {
    opacity: 1;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* The expanding image container (positioning is needed to position the close button and the text) */
  .container-img {
    position: relative;
    display: none;
  }
  
  /* Expanding image text */
  #imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
  }
  
  /* Closable button inside the image */
  .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
  }

/* .navbar {
  position: absolute;
  padding:1.5rem 2rem;
  color: white;
  font-weight: 800;
} */

#myVideo {
  /* position: fixed; */
  right: 0;
  bottom: 0;
  width: 100%;
  /* min-width: 100%;
  min-height: 100%; */
}

.barragem {
  min-height: 400px;
}

.mapa {
  min-height: 100%;
}
.orange{
  background-color: rgb(42, 160, 167);
}

.navbar-brand {
  font-size: 1.1rem;
  padding-right: 15px;
  font-weight: bold;
}

.projetos {
  font-size: 1.2rem;
  line-height: 110%;
  font-weight: 500;
  padding-top: 5px;
  text-align: center;
}
.navbar-brand > span{
  vertical-align: middle;
  white-space: normal;
  display: inline-block;
}
.navbar-brand{
  display: contents;
}