body {
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

.navbar li ul li {
  padding: 4px;
}

.navbar li ul {
  display: block;
  border: none;
  position: inherit;
  float: none;
  box-shadow: none;
}

.navbar li ul li a:hover {
  background-color: #87303a;
  padding: 5px;
  color: #fff;
}

.dropdown-menu>li>a {
  border-radius: 4px;
}

.navbar-nav>li>a {
  color: inherit;
  font-size: 15px;
}

.navbar-nav>li>a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.navbar-default {
  background-color: #fff;
}

.contact-footer {
  font-weight: bold;
  padding-bottom: 0px;
}

.desenv-footer {
  text-align: center;
  margin-right: 20px;
  opacity: 0.4;
}

.desenv-footer a {
  color: #666;
}

.loading {
  width: 100%;
  position: absolute;
  margin-top: 100px;
  text-align: center;
  display: none;
}

.back-top {
  bottom: 55px;
  right: 6%;
  opacity: 0.7;
  margin-bottom: 0;
  display: block;
  position: fixed;
  display: none;
}

.back-top span {
  width: 50px;
  white-space: afterproperty;
  height: 50px;
  display: block;
  border-radius: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.back-top a {
  width: 50px;
  white-space: afterproperty;
  height: 50px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #333 url(../img/up-arrow.png) no-repeat center center;
  border-radius: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

footer {
  position: relative;
  background: #151515;
  color: #666;
  padding: 30px 0;
  text-align: center;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media(max-width: 767), (max-height:500px) {
#footer {
    position: initial;
  }
}

@media(min-width:767px) {
  .navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .navbar-nav>li>a {
    font-size: large !important;
  }

  .top-nav-collapse {
    padding: 0;
  }

  .contact-section iframe {
    height: 100%;
  }

  .navbar li ul {
    display: none;
  }

  .navbar li:hover ul {
    display: block;
    position: relative;
  }

  .navbar-contact {
    display: block;
    margin-top: 40px;
  }
}

@media(max-width:765px) {
  .logo {
    width: 81px;
    padding: 9px 10px;
    margin-top: -9px;
    margin-left: -5px;
  }

  .navbar-header {
    height: 80px;
  }

  .navbar-contact {
    display: none;
  }
}

.intro-section {
  height: 100%;
  padding-top: 150px;
  text-align: center;
  background: #87303a;
}

.about-section {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #87303a;
}

.about-section h1 {
  color: #eee;
}

.about-section h3 {
  color: #eee;
}

.about-section p {
  text-align: justify;
}

.products-section {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #87303a;
}

.products-section h1 {
  color: #eee;
}

.products-section h3 {
  color: #eee;
}

.products-section p {
  text-align: justify;
}

.products-section li {
  color: #eee;
}

.products-section h3 a {
  color: #fff;
}

.contact-section {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #87303a
}

.contact-section {
  color: #eee;
}

.contact-section p {
  text-align: justify;
}

.contact-section button {
  text-align: center;
  background-color: #151515;
  margin: 10px 0;
  width: 100%;
  font-weight: bold;
  font-size: x-large;
}

.contact-section button:hover {
  border-color: #fffefe;
}

.contact-section iframe {
  width: 100%;
  height: 50%;
}

img,
iframe {
  margin-top: 2px;
}