/*.container {
  max-width: 960px;
}*/
/*
 * Custom translucent site header
 */
 body,
 html {
     width: 100%;
     font-size: 20px;
     font-style: normal;
     font-family: "Lucida Bright", "helvetica", "arial", "Serif";
     padding-top: 0px;
 }

.fundo {
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 2), rgba(255, 255, 255, 0)), url("/img/f4000_f.png");
  background-size: cover;
  padding-top: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.site-header {
  background-color: rgba(255, 255, 255, .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;
}
.product-device {
  position: absolute;
  right: 5%;
  top: 0%;
  width: 250px;
  height: 440px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(15deg);
}
.product-device::before {
  position: absolute;
  top: 5%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color:rgba(255, 255, 255, .1);
  border-radius: 5px;
}
.product-device-2 {
  top: 0%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

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

.nav-item ul li a:hover {
  background: #0000ff;
  color: #ffffff;
  text-decoration: underline;
}

.navbar-nav li a:hover {
  background: #d3d3d3;
  color: #000000;
}
.abobra:hover {
  background: #d3d3d3;
  color: #000000;
}