
nav ul a, nav{
  color: #fff;
}

.brand-logo{
  height: 100%;
}

.brand-logo img{
  height: 100%;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #fff;
}

.video {
  padding: 0;
  margin: 0;
}

#capa {
  height: 100vh;
  background: url(capa.jpg) no-repeat bottom center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 0 64px;
  background-size: cover; 
  background-attachment: fixed;
}

.imagem-capa {
  width: 100%;
}

.section {
  display: flex;
  align-items: center;
}

.carousel-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

footer.page-footer {
  margin: 0;
}

.sidenav-sub-item{
  text-indent: 20px;
}

.dropdown-content li a{
  color: #1a237e;
}

html{
  /* font-family: 'Josefin Sans', Serif; */
  font-family: 'Fira Sans', sans-serif;
  /* font-family: 'Cinzel', serif; */
  /* font-family: 'Passion One', cursive; */
}

.footer-map {
  width: 100%;
  height: 301px;
  border: groove;
  box-shadow: rgba(0,0,0,50);
}

.text-right{
  text-align: right;
}

.text-center{
  text-align: center;
}

.dep-img{
  width: 40%;
  border-radius: 50%;
}

h2 {
  font-size: 4.5rem;
  -webkit-text-stroke-width: 0.75px; /* largura da borda */
  -webkit-text-stroke-color: #eee; /* cor da borda */
  text-shadow: 1px 1px 3px #000;
}

.parallax-text {
  position: absolute;
  padding: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: rgba(0,0,0,0.45);
}

.parallax-title {
  font-size: 4rem;
  -webkit-text-stroke-width: 1px; /* largura da borda */
  -webkit-text-stroke-color: #e0e0e0; /* cor da borda */
  text-shadow: 1px 1px 3px #000;
}

.parallax-image {
    width: 100%;
}

.assist-imagens {
  height: 150px;
}

.fab-imagens {
  width: 100%;
  height: 75px;
  text-align: center
}

.pocos-map{
  text-align: center;
  margin-bottom: 30px;
}

.campinas-map{
  text-align: center;
  margin-bottom: 30px;
}

.foz-map{
  text-align: center;
  margin-bottom: 30px
}

.dep{
  margin-bottom: 30px;
}

ul#lista-servicos li{
  display: inline;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.g-recaptcha{
  display: table;
  margin: 0 auto;
  padding-bottom: 15px;
}

.modal-trigger{
  padding: 0 0;
  margin: 0 0;
  text-decoration: none;
  color: black;
}

.modal-trigger:hover{
  background-color: darkgrey;
}

.modal{
  padding: 15px;
}

.responsive-img{
  border-radius: 5px;
}

@media only screen and (max-width : 992px) {
  /* .parallax-container .section {
    position: relative;
    top: 40%;
  } */
  #index-banner .section {
    top: 10%;
  }
  .parallax-image{
    width: 992px; 
  }

  .parallax-text {
    margin: 1em auto;
  }

  #capa {
    top: 0;
    left: 0;
    background: url(capa-mobile.jpg) no-repeat bottom center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-attachment:fixed;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}