/*Tela de Celular*/
@media screen and (max-width: 425px) {
  
}
@media screen and (min-width: 768px) {
  header.nav-topbar {
  display: flex;
  width: 100dvw;
  height: 60px;
  flex-direction: row;
  background-color: var(--bg-site);
  align-items: center;
  justify-content: center;
  position:sticky;
  top: 0;
  
}
  
  main {
  display: flex;
  flex-direction: row;
  width: 100vw;
  background-color: re;
  row-gap: 20px;
}
.span-1, .span-2{
  height: calc(100dvh - 140px);
}
.span-1{
  background-color: red;
  overflow: hidde;
  width: 50%;
  overflow-x:;
}

.span-2{
  background-color: green;
  overflow: hidden;
  width: 50%;
  overflow-y: scroll;
}
.slides img {
  width: 20vw;
}
.container {
  width: 100%;
}
.infos-sobre{
  width: 80%;
  gap:10px;
}
.infos-sobre h2{
  background-color: aqua;
  margin-top: 0;
  padding-top: 0;
}
.infos-sobre p{
  background-color: yellow;
  height: 70px;
  overflow-y: scroll;
  display: block;
}
.nav-sections {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 35px;
  gap: 10px;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--bg-site);
  padding: 10px 0;
}
}

/* Desktop real */
/*@media (hover: hover) and (pointer: fine) {
  body {
    background: blu;
  }
  main{
    flex-direction: row;
  }
  .container {
  width: 50%;
}
.slides img {
  width: 20vw;
}

.span-2{
  display: none;
}
footer{
  width: 100vh;
}
}

/* Mobile + tablet */
/*@media (pointer: coarse) {
  body {
    background: yello;
  }
}