body,
html {
  /* padding: 0; */
  /* margin: 0; */
  /* width: 100%;
  height: 100%; */
  text-align: center;
  /* overflow: hidden; */
  /* user-select: none; */
}

.sr-only {
  position: absolute;
  display: block;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
}

input {
  position: absolute;
  opacity: 0;
  margin-top: 95vh;
  cursor: pointer;
}

label {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 2px white;
  border-radius: 999px;
  background-color: transparent;
  margin: 95vh 6px 0 6px;
  z-index: 2;
  cursor: pointer;
  transition-duration: .4s;
  box-shadow: 0 0 20px 0 #000;
}

input:checked+label {
  background-color: white;
}

input+label::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' style='fill:white'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: 80px 80px;
  line-height: 100vh;
  transition: background-size 200ms;
  position: absolute;
  color: white;
  height: calc(95vh - 12px);
  width: 80px;
  top: 0;
  left: 0;
  z-index: 20;
}

input+label:hover::after {
  background-size: 90px 90px;
}

input:checked+label::after {
  background-image: none;
  width: 100vw;
  left: 0;
  z-index: 10;
}

input:checked+label+.slide~input+label::after {
  display: none;
}

input:checked+label+.slide+input+label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' fill='white'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' /%3E%3C/svg%3E");
  display: block;
  width: 80px;
  right: 0;
  left: auto;
}

input:focus+label {
  box-shadow: 0 0 0 2px teal, 0 0 18px white;
}



input:checked~.slide {
  transform: translateX(100%);
}

.active {
  opacity: 1;
}

input:checked+label+.slide {
  transform: translateX(0);
  opacity: 1;

}

input:checked + label + .slide {
  opacity: 1;
  display: block; /* Mostrar a imagem correspondente */
}

.slide {
  position: absolute;
  top: 10rem;
  left: 0;
  /* width: 100%;
  height: 100vh; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  display: none; /* Inicialmente, todas as imagens estão ocultas */
  transition: opacity 0.4s;
}

.bg1 {
  background-image: url('/imgs/img1.jpeg');

}

.bg2 {
  background-image: url('/imgs/img2.jpeg');
}

.bg3 {
  background-image: url('/imgs/img3.jpeg');

}

.bg4 {
  background-image: url('/imgs/img4.jpeg');
}

.bg5 {
  background-image: url('/imgs/img5.jpeg');
}

.bg6 {
  background-image: url('/imgs/img6.jpeg');
}

.bg7 {
  background-image: url('/imgs/img7.jpeg');
}

.bg8 {
  background-image: url('/imgs/img8.jpeg');
}

.bg9 {
  background-image: url('/imgs/img9.jpeg');
}

.bg10 {
  background-image: url('/imgs/img10.jpeg');
}

.bg11 {
  background-image: url('/imgs/img11.jpeg');
}
.bg12 {
  background-image: url('/imgs/img12.jpeg');
}




/****/


@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
/**
* get random number.
* @param {number} min - min number.
* @param {number} max - max number.
*/
/*
* variable
*/

