/* Esconder totalmente*/
#mimo-install-banner,
#mimo-install-banner-mobile {
  display: non !important;
  visibility: hidden !important;
  pointer-events: non !important;
}

:root {
  --bg-site: white;
  --button: hsl(0, 0%, 95%);
  --bg-link-active: hsl(0, 0%, 45%);
  --text-default: black;
  --text-inverse: white;
}

// <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name

.open-sans-p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

* {
  font-family: "Open Sans", sans-serif;
}
a,
p,
h1,
h2,
h3 {
  color: var(--text-default);
}
body,
html {
  margin: 0;
  padding: 0;
  background-color: var(--bg-site);
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 10px;
}
body {
  width: 100dvw;
  overflow-x: hidde;
}
.body {
  display: flex;
  height: 92vh;
  align-items: center;
  background-color: re;
  justify-content: center;
}
main{
    display: flex;
    flex-direction: column;
  width: 90vw;
  background-color: re;
  gap:30px;
}

/*.span-1{
  background-color: red;
  height: 100dvh;
  overflow: hidden;
  width: 50%;
}
.span-2{
  background-color: green;
  height: 100dvh;
  overflow: hidden;
  width: 50%;
}*/
.span-1{
  display: flex;
  flex-direction: column;
  align-items: center;

}
.span-1:last-child{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.9rem;
  opacity: 0.5;
}
.tags span {
  background-color: var(--button);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  white-space: nowrap; /* evita quebrar texto interno */
  cursor: default;
}

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;
  z-index: 1;
}
header.nav-topbar-2 {
  display: flex;
  width: 100dvw;
  height: 60px;
  flex-direction: row;
  background-color: var(--bg-site);
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 1;
  box-shadow: inset 0 -1.2px 0 0 var(--button);
}
nav.nav-topbar {
  background-color: re;
  width: 90vw;

  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.nav-topbar p {
  background-color:;
}
.nav-topbar img {
  width: 40px;
}
.scrolled {
  box-shadow: inset 0 -1.2px 0 0 var(--button);
}

.button-mini {
  display: flex;
  background-color: var(--button);
  border-radius: 100%;
  text-decoration: none;
}
.button-mini span {
  width: 40px;
  height: 40px;
  align-content: center;
  text-align: center;
}
.nav-sections {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 35px;
  gap: 10px;
  justify-content: center;
  position: sticky;
  top: 60px;
  z-index: 1;
  background-color: var(--bg-site);
  padding: 10px 0;
}
.nav-sections a {
  width: calc(100% / 3);
  background-color: var(--button);
  text-align: center;
  justify-content: center;
  text-decoration: none;
  align-content: center;
}
.link {
  color: #888;
  transition: 0.2s;
  border-radius: 10px;
}

.link:not(.active) {
  color: var(--text-default);
  background-color:;
}
.link.active {
  color: var(--text-inverse); /* ou sua cor principal */
  background-color: var(--bg-link-active);
}
.link-lado {
  margin-left: auto;
}

/*======INICIO CARROSEL=====*/

.photo-carousel {
  display: flex;
  justify-content: center;
  overflow: hidde;
  flex-direction:;
}
.photo-carousel img {
  aspect-ratio: 1 / 1;
  overflow: hidde;
  object-fit: cover;
  object-position: center;
}

.container {
  width: 100dvw;
  position: relative;
  text-align: center;
}
.infos-sobre{
  background-color: pin;
}

.slides {
  display: flex;
  gap: 1rem;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;

  /* centralização correta */
  padding-inline: calc((100dvw - 70vw) / 2);
}
.slides,
.slides-2 {
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
}
.slides img,
.slides-2 img {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.slides img {
  width: 75vw;
  scroll-snap-align: center;
}

.slides::-webkit-scrollbar {
  display: none;
}
/* bolinhas */
.dots {
  display: inline-flex;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 0.7rem;
  background-color: var(--button);
  padding: 5px 7px;
  border-radius: 40px;
}

.dots button {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  border: none;
  background: #BBB;
  cursor: pointer;
  transition: width 0.4s ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dots button.active {
  background: #333;
  width: 30px;
}

.container-2 {
  width: 100dvw;
  position: relative;
  text-align: center;
}

.photo-carousel-2 {
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: re;
}
.photo-carousel-2 img {
  aspect-ratio: 3 / 4;
  overflow: hidde;
  object-fit: cover;
  object-position: center;
}

.slides-2 {
  display: flex;
  gap: 1.8rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-inline: calc((100dvw - 80vw) / 2);
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.slides-2 img {
  width: 80vw;
  scroll-snap-align: center;
  background-color:;
}
.slides-2::-webkit-scrollbar {
  display: none;
}

.arrow {
  position: absolute;
  bottom: -5%;
  transform: translateY(-50%);
  background: #BBB;
  color: var(--text-inverse);
  border: none;
  width: 35px;
  height: 20px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  overflow: hidden;
}

.arrow.left {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 50px;
}

.arrow.right {
  display: flex;
  right: 10px;
  justify-content: center;
  align-items: center;
}

/*======FIM CARROSEL=======*/
.paragraph {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--button);
  padding: 30px;
  box-sizing: border-box;
  gap: 30px;
}
.paragraph .h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.paragraph p {
  display: flex;
  flex-direction:;
  margin: 0;
  padding: 0;
  align-items: center;
}
.paragraph p,
.label,
.h3 {
  background-color: yello;
  height: 35px;
  /*justify-content: cente;*/
}
.paragraph.colecao p {
  opacity: 0.6;
}
.item {
  display:;
  flex-direction: row;
}

.label {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.top {
  font-size: 0.7rem;
  opacity: 0.6;
  text-transform: uppercase;
}
.separador {
  width: 100%;
  height: 1px;
  background-color: black;
}

#fotos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#fotos img {
  width: 100%;
}

footer {
  display: flex;
  width: 100dvw;
  height: 60px;
  flex-direction: row;
  background-color: var(--bg-site);
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1.2px 0 0 var(--button);
}
.footer {
  position: fixed;
  bottom: 0;
  z-index: 1;
}
