/*!
* Wireframe Pingendo template (https://templates.pingendo.com)
* Based on: Bootstrap v4.1.3 (https://getbootstrap.com)
* Copyright 2014-2018 Pingendo (https://pingendo.com)
*/
@import '../vendor/bootstrap.css';
@media (max-width: 600px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
body {
  position: relative;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.cover {
  min-height: 100%;
}

.landing-background {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

#background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8fd19e;
}
#background-container .line-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#background-container .background-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#background-container .img-row {
  width: 100%;
  height: 25%;
  background-size: cover !important;
}
#background-container .img-1 {
  background: url(../../img/landing/farol.png);
  background-repeat: no-repeat;
  height: 27%;
}
#background-container .img-2 {
  background: url(../../img/landing/cachoeira.png);
  background-repeat: no-repeat;
}
#background-container .img-3 {
  background: url(../../img/landing/caverna.jpg);
  background-repeat: no-repeat;
  height: 23%;
}
#background-container .img-4 {
  background: url(../../img/landing/barco.png);
  background-repeat: no-repeat;
}

#navbar-container {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navbar-container #navbar {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#navbar-container a {
  color: white;
}

#content-container {
  position: relative;
  color: white !important;
}
#content-container nav, #content-container div {
  z-index: 210;
}
#content-container a {
  color: white !important;
}
#content-container .card {
  border: none;
  background-color: transparent;
}
#content-container #home {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#content-container #counter {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#content-container #clientes {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#content-container #ojogo {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#content-container #proposito {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#content-container #feedback {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#content-container #contato {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#footer {
  position: relative;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.tick {
  font-size: 3em;
}

.tick-credits {
  display: none !important;
}

/*# sourceMappingURL=landing.css.map */
