/* PROJETECH VIVA 1.0 MASTER — production layer */
:root{--pv-green:#16b95c;--pv-dark:#07130c;--pv-text:#172019}
html{scroll-behavior:smooth}
body{overflow-x:hidden}
img{max-width:100%;height:auto}
a,button{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:2px solid var(--pv-green);outline-offset:3px}
@media(max-width:768px){
  .pv-tech-layer,.pv8-guide-x,.pv8-guide-y{opacity:.30!important}
  .pv13-float{right:12px!important;bottom:12px!important}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
