/* MEDIA QUERIES PAZERPA */

@media (min-width: 992px) {
  .pt-lg-0 {
  
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 5px;
  }
}

@media (max-width: 770px) {

body {
  margin-top: 100px;
}

.sin_cargo {
  width: 100%;
  height: 40px;
  font-size: 26px;

}

.moldes {
  font-size: 20px;
}

#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: #C8641E;
  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: #C8641E;
}

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

  #hero h1 {
    font-size: 50px;
    line-height: 50px;
    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;
}

}


@media (max-width: 320px) {

body {
  margin-top: 70px;
}

#hero .hero-container {

display: inline;
margin-top: 50px; 
}

.sin_cargo {
  width: 100%;
  height: 33px !important;
  font-size: 20px !important;
}

#header {
  height: 65px;
}

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

.espacio2 {
  padding-top: 120px !important;
  padding-bottom: 25px !important;
}

.section-title h2 {
  font-size: 30px;
  margin-bottom: 20px !important;
  margin-top: 20px;

}

.contact .contact-about h3 {
  font-size: 35px !important;
}

#contact a {
  font-size: 40px !important;
}

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

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

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

}

@media (max-width: 414px) {


body {
  margin-top: 70px;
}

#hero .hero-container {

display: inline;
margin-top: 80px; 
}

.sin_cargo {
  width: 100%;
  height: 40px;
  font-size: 26px;
}

#header {
  height: 72px;
}

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

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

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

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

}