.container {
  max-width: 960px;
}

.icon-link>.bi {
  width: .75em;
  height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal>* {
  flex: 1;
}

.navbar {
  border-top: 5px solid #f75a00;
  font-weight: bold;
}

.navbar-brand img {
  width: 35px;
}

.navbar-nav img {
  display: none;
}

.nav-logo {
  display: none;
}

.nav-item {
  height: 53px;
  border-right: 2px solid #f75a00;
  padding-left: 15px;
  margin: 10px 0px;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    flex: 1;
  }

  .nav-logo {
    display: block;
  }

  .nav-logo:hover {
    border-bottom: 0px !important;
  }

  .nav-item {
    height: auto;
    border-right: 0px;
    padding: 0px;
    margin: 0px;
  }

  .nav-item:hover {
    margin-bottom: -2px;
    border-bottom: 2px solid #f75a00;
    height: 35px;
    color: #f75a00;
  }

  .nav-item a:hover {
    color: #f75a00;
  }

  .navbar-brand img,
  .navbar-nav img {
    display: block;
    margin-top: -7px;
    width: 35px;
    position: absolute;
  }
}

.offcanvas {
  border-left: 3px solid #f75a00 !important;
}

.text-bg-orange {
  color: #fff !important;
  background-color: #f75a00;
}
.text-bg-green {
  color: #fff !important;
  background-color: #008321;
}
.text-bg-lime {
  color: #fff !important;
  background-color: #c0c400;
}
.produto {
  height: 150px;
  vertical-align: middle;
}

#carouselProdutos {
  max-height: 450px;
  overflow: hidden;
}

#carouselProdutos img {
  position: relative;
  margin-top: -18%;
}

#carouselProdutos .carousel-caption {
  position: absolute;
  top: 35%;
  display: block !important;
}

#carouselProdutos .carousel-caption span {
  background: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 40px;
}

.instagram a {
  color:#f75a00;
}
.instagram a:hover {
  color:#ff9151;
}