
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 20px;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

#header {
  background: rgba(255,255,255,.05);
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 1111;
}

#header .logo {
  max-width: 220px;
}

#header .contactanos {
  text-align: right;
  font-size: 15px;
  color: white;
}

#header .contactanos p {
  margin-bottom: 0;
}

#header .contactanos a {
  font-size: 24px;
  font-weight: bold;
}

#header .contactanos .whatsapp {
  max-width: 27px;
}

.promo1 {
  background: url("img/promo1/promo1-bg-2.jpg");
  background-size: cover;
  background-position: center top;
  height: 100%;
  height: 100vh;
  padding-top: 140px;
  text-shadow: 1px 1px 7px #0000006e;
}

.promo1 .logo {
  width: 160px !important;
  margin: 0 auto;
  margin-bottom: 20px;
}

.promo2 {
  background: url("img/promo2/promo2-bg.jpg");
  background-size: cover;
  background-position: center top;
  height: 100%;
  height: 100vh;
  padding-top: 140px;
  text-shadow: 1px 1px 7px #0000006e;
}

.promo2 .text {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.promo2 .logo {
  width: 160px !important;
  margin: 0 auto;
  margin-bottom: 20px;
}

.promo3 {
  background: url("img/promo3/promo3-bg.jpg");
  background-size: cover;
  background-position: center top;
  height: 100%;
  height: 100vh;
  padding-top: 140px;
  text-shadow: 1px 1px 7px #0000006e;
}

.promo3 .logo {
  width: 160px !important;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer {
  background: #dddddd;
  color: #134417;
  padding: 20px;
}

footer .logo img {
  max-width: 150px;
}

footer .social {
  text-align: right;
  font-size: 30px;
  margin-top: 8px;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: 15px !important;
  display: block !important;
  border:0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: 15px;
  display: block !important;
  border:0px solid black;
}
.owl-prev i, .owl-next i {transform : inherit; color: #f9f9f9; font-size: 50px; font-weight: 600;}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

@media screen and (max-width: 900px) {
  #header .logo {
    margin: 0 auto;
    display: block;
  }

  #header .contactanos {
    text-align: center;
  }

  #header .contactanos p {
    margin-top: 10px;
  }

  .promo1, .promo2, .promo3 {
    padding-top: 180px;
  }
}