@font-face{font-family:"GeForce-Bold"; src:  url(../font/geforce-bold.ttf)}
@font-face{font-family:"GeForce-Light"; src: url(../font/geforce-light.ttf)}

*{
  padding: 0;
  margin: 0;
}
body, html{
  width: 100%;
  height: 100%;
  background: #000;
  color:#fff;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
h2, h1, h3, h4{
  font-family: "GeForce-Light", sans-serif;
  text-transform: uppercase;
}

.conteudo-graficos h3{
  font-family: "GeForce-Bold", sans-serif;
  color:#76b900;
}

.logos-nav{
  background: #1a1a1a;
  max-width: 1280px;
  margin:0 auto;
  padding: 60px 10px;
      border-bottom: 2px solid #f64e11;
}
.v{
  color:#76b900;
}
.textos h1{
  color:#76b900;
  font-family: "GeForce-Bold", sans-serif;
}
.textos h3{
  color:#fff;
  font-family: "GeForce-Bold", sans-serif;
  margin: 0 0 20px;
}
.mb25{
  margin-bottom: 25px;
}
.topo-cima {
    min-height: 380px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}
.vga {
    background: url(../img/bkg-vga-topo.jpg) #000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.notebook {
    background: url(../img/bkg-notebook-topo.jpg) #000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.conteudo{
  background: #000;
  max-width: 1280px;
  margin: 0 auto;

}
.conteudo-placas{
  background: #fff;
  color:#000;
  padding: 50px 20px;
}
.conteudo-placas .compre h2{
  font-family: "GeForce-Bold", sans-serif;
}

.textos{
  max-width: 450px;
  color:#fff;
}
.btn-compre  .glyphicon {
    position: relative;
    top: 1.5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.parceiros, .videos{
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.parceiros ul{
  list-style-type: none;
}
.parceiros ul li{
  display: inline-block;
  max-width: 160px;
  margin-bottom: 5px;
}

.parceiros img{
  -ms-filter: grayscale(1) brightness(120%);
  -webkit-filter: grayscale(1) brightness(120%);
  -moz-filter: grayscale(1) brightness(120%);
  -o-filter: grayscale(1) brightness(120%);
  filter: grayscale(1) brightness(120%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.parceiros img:hover{
  -ms-filter: grayscale(0) brightness(100%);
  -webkit-filter: grayscale(0) brightness(100%);
  -moz-filter: grayscale(0) brightness(100%);
  -o-filter: grayscale(0) brightness(100%);
  filter: grayscale(0) brightness(100%);

}

.videos img{
  -ms-filter: grayscale(1) brightness(120%);
  -webkit-filter: grayscale(1) brightness(120%);
  -moz-filter: grayscale(1) brightness(120%);
  -o-filter: grayscale(1) brightness(120%);
  filter: grayscale(1) brightness(120%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.videos img:hover{

  -ms-filter: grayscale(0) brightness(100%);
  -webkit-filter: grayscale(0) brightness(100%);
  -moz-filter: grayscale(0) brightness(100%);
  -o-filter: grayscale(0) brightness(100%);
  filter: grayscale(0) brightness(100%);

}


button.tablinks{
  background:#0000;
  border: 0;
}

@media (max-width: 420px){

  button.tablinks{
    background:#0000;
    border: 0;
    width: 100px;
  }

}

@media (min-width: 421px) and (max-width: 620px){

  button.tablinks{
    background:#0000;
    border: 0;
    width: 130px;
  }

}

@media (min-width: 621px) and (max-width: 992px){

  button.tablinks{
    background:#0000;
    border: 0;
    width: 180px;
  }

}




button.tablinks img{
  opacity: 0.3;
}
button.tablinks.active img{
  opacity: 1;
}

button.tablinks img{
  max-width: 100%;
}

.boxGrafico{
  border: 3px solid #76b900;
  padding: 20px;
  text-align: center;
}
.boxGrafico img{
  max-width: 100%;
}

.tab{
  text-align: center;
}
button.tablinksb {
  background: #1d1d1d;
  border: 0;
  padding: 10px;
  font-family: "GeForce-Bold", sans-serif;
  color: #76b900;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
} 

button.tablinksb.active {
  background: #76b900;
  color:#fff;
}

button.tablinksc {
  background: #1d1d1d;
  border: 0;
  padding: 10px;
  font-family: "GeForce-Bold", sans-serif;
  color: #76b900;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
} 

button.tablinksc.active {
  background: #76b900;
  color:#fff;
}

button.tablinksd {
  background: #1d1d1d;
  border: 0;
  padding: 10px;
  font-family: "GeForce-Bold", sans-serif;
  color: #76b900;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
} 

button.tablinksd.active {
  background: #76b900;
  color:#fff;
}


.btn-compre {
  color: #ffffff;
  background-color: #76B900;
  border-color: #76B900;
  border-radius: 0;
  border:0;
  font-family: "GeForce-Bold", sans-serif;
}

.btn-compre:hover,
.btn-compre:focus,
.btn-compre:active,
.btn-compre.active,
.open .dropdown-toggle.btn-compre {
  color: #ffffff;
  background-color: #000000;
  border-color: #76B900;
}

.btn-compre:active,
.btn-compre.active,
.open .dropdown-toggle.btn-compre {
  background-image: none;
}

.btn-compre.disabled,
.btn-compre[disabled],
fieldset[disabled] .btn-compre,
.btn-compre.disabled:hover,
.btn-compre[disabled]:hover,
fieldset[disabled] .btn-compre:hover,
.btn-compre.disabled:focus,
.btn-compre[disabled]:focus,
fieldset[disabled] .btn-compre:focus,
.btn-compre.disabled:active,
.btn-compre[disabled]:active,
fieldset[disabled] .btn-compre:active,
.btn-compre.disabled.active,
.btn-compre[disabled].active,
fieldset[disabled] .btn-compre.active {
  background-color: #76B900;
  border-color: #76B900;
}

.btn-compre .badge {
  color: #76B900;
  background-color: #ffffff;
}
