#nitro-v16-geforce {
  overflow: hidden;
}

.tecnologia{
  background: url("../../assets/images/nitro-v16/geforce-nvidia/bg-rtx.png") center
      no-repeat;
}

.velocidade{
  background: url("../../assets/images/nitro-v16/geforce-nvidia/bg-dlss4-velocidade.png") center
      no-repeat;
  padding: 100px 0;
}

.reflex{
  background: url("../../assets/images/nitro-v16/geforce-nvidia/bg-reflex.png") center
      no-repeat;
  padding: 100px 0;
}

.velocidade h1 {
  font-size: 36px;
}

.nvidia-blackwell h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bototm: 16px;
}
    
#nitro-v16-geforce p {
  font-size: 15px !important;
  font-family: "nvidia-regular" !important;
  line-height: 2;
}

#nitro-v16-geforce h1,
#nitro-v16-geforce h2,
#nitro-v16-geforce h3,
#nitro-v16-geforce h4,
#nitro-v16-geforce h5 {
  color: #ffffff !important;
  font-family: "nvidia-bold" !important;
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#nitro-v16-geforce h2 {
  font-size: 28px;
}

#nitro-v16-geforce h3 {
  font-size: 24px;
}

#nitro-v16-geforce h4 {
  font-size: 18px;
}

#nitro-v16-geforce h5 {
  font-size: 20px;
}

#nitro-v16-geforce img {
  height: fit-content;
}

#nitro-v16-geforce .bg-rtx-ia {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/images/nitro-v16/geforce-nvidia/rtx-IA-img.png");
}

#nitro-v16-geforce .creative-bg {
  background: url("../../assets/images/nitro-v16/geforce-nvidia/criativo-bg.png") top right no-repeat;
}

#nitro-v16-geforce .bg-studies {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../../assets/images/nitro-v16/geforce-nvidia/bg-studies.jpg") center no-repeat;
  background-size: cover;
}

#nitro-v16-geforce .anv16-centered-content {
  text-align: center !important;
}

#nitro-v16-geforce .anv16-left-aligned-content {
  text-align: left !important;
}

@media(min-width: 1200px) {
  #nitro-v16-geforce .bg-rtx-ia {
    background: url("../../assets/images/nitro-v16/geforce-nvidia/rtx-IA-img.png") center no-repeat;
  }

  #nitro-v16-geforce .bg-studies {
  background: url("../../assets/images/nitro-v16/geforce-nvidia/bg-studies.jpg") center no-repeat;
  background-size: cover;
}
}