/* MEDIA QUERIES PAZERPA */

@media (min-width: 1400px) {
  .pt-lg-0 {
  margin-top: 80px !important;
  padding: 50px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg-0 {
  margin-top: 80px !important;
  }

  #services_zona_oeste .pt-lg-0 {
  margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  font-size: 10px;
  text-align: center;
  margin: auto;
  width: 50%;
  padding: 5px;
  margin-top: 20px;
  }

  .titles_urg {
  font-size: 60px;
}

  .txt_urg {
  font-size: 30px;
  word-spacing: 5px;
  letter-spacing: 1px;
}

}

@media (max-width: 770px) {

#header {
  height: 100px;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: black;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}


  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2189cf;;
  transition: 0.3s;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 60px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 5s;
  height: 250px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2189cf;
}

#hero {
  width: 100%;
  height: 55vh;
  background: url("../img/slider_pump.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

  #hero h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
  }


.about h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.about h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}


.portfolio .portfolio-wrap {
  background: #073839;
  overflow: hidden;
  min-height: 100px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

#contact p {
  font-size: 15px !important;
}



.cta-btn-calltoaction-mensaje {

  letter-spacing: 0px;
  margin-top: 10px;


}

.cta-btn-calltoaction-llamar {

  letter-spacing: 0px;
  margin-top: 10px;

}


  .titles_urg {
  font-size: 30px;
}

  .txt_urg {
  font-size: 25px;
  word-spacing: 1px;
  letter-spacing: 1px;
}





}

@media (max-width: 320px) {

#header {
  height: 65px;
}

#header .logo img {
  max-height: 40px;
}

#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/slider_pump.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

  #hero h1 {
    font-size: 28px !important;
    line-height: 32px;
    margin-bottom: 5px;
  }

  #contact p {
  font-size: 19px !important;
}

}

@media (max-width: 414px) {

#header {
  height: 72px;
}

#header .logo img {
  max-height: 55px;
}

#hero {
  width: 100%;
  height: 65vh;
  background: url("../img/slider_pump.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

  #hero h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  #contact p {
  font-size: 17px !important;
}


}