@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  background-color:#000000;
}
.fundoBase{
    background: url(https://cdn.nossos.app.br/img/fundo/desktop/fundo-01.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}
body input, body h1, body h2, body h3, body a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.d-none {
    display: none !important;
}

.bb::before, .bb::after, .bb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#menu-toggle{
    opacity:0;
    display:none;
}
.bb {
  width: 200px;
  height: 200px;
  margin: auto;
  background: url("//blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
  color: #69ca62;
  box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}
.bb::before, .bb::after {
  content: "";
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb::before {
  animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before {
  background-color: rgba(255, 0, 0, 0.3);
}

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}

#app {
  /* background-color: #000000; */
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
#app #menu-toggle {
  background-color: white;
  border: none;
  border-radius: 8vh;
  bottom: 0px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  height: 8vh;
  left: 0px;
  margin: 2vh;
  position: fixed;
  width: 8vh;
  z-index: 3;
}
#app #menu-toggle:hover {
  background-color: #f0f0f0;
}
#app #menu-toggle i {
  color: #000;
  font-size: 2vh;
  height: 3vh;
  line-height: 3vh;
  text-align: center;
  width: 3vh;
}
#app #menu {
  height: 100vh;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 250ms, transform 250ms;
  transition-delay: 300ms;
  width: 40vh;
}
#app #menu.toggled {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0ms;
}
#app #menu.toggled #menu-quick-options .menu-quick-option {
  opacity: 1;
  transform: translateX(0%);
}
#app #menu.toggled #menu-quick-options .menu-quick-option:first-of-type, #app #menu.toggled #menu-quick-options .menu-quick-option:last-of-type {
  transform: translateX(-50%);
}
#app #menu.toggled #menu-full-options .menu-full-option {
  opacity: 1;
  transform: translateX(-0.5vh);
}
#app #menu.toggled #menu-full-options .menu-full-option:first-of-type, #app #menu.toggled #menu-full-options .menu-full-option:last-of-type {
  transform: translateX(-4vh);
}
#app #menu.toggled #menu-full-options .menu-full-option:nth-of-type(2), #app #menu.toggled #menu-full-options .menu-full-option:nth-of-type(4) {
  transform: translateX(-2vh);
}
#app #menu.toggled #menu-background-wrapper #menu-background:before {
  transform: translate(-50%, -50%);
  transition-delay: 200ms;
}
#app #menu #menu-background-wrapper {
  height: 100vh;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 40vh;
  z-index: 1;
}
#app #menu #menu-background-wrapper #menu-background {
  background-color: #0000008a;
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.15);
  height: 200vh;
  position: absolute;
  right: 0px;
  top: -50vh;
  width: 180vh;
}
#app #menu #menu-background-wrapper #menu-background:before {
  background-color: #0000008a;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  content: "";
  height: 120%;
  left: 52%;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: transform 250ms;
  width: 120%;
  z-index: -1;
}
#app #menu #menu-profile-image {
  border-radius: 500px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.15);
  display: block;
  height: 40vh;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40vh;
  z-index: 2;
  background-image: url('justica.jpg');
  background-size: auto;
  background-size: 138%;
  background-position-y: 19px;
  background-position-x: -125px;
}
#app #menu #menu-quick-options {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 40vh;
  justify-content: space-around;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  width: 13vh;
  z-index: 3;
}
#app #menu #menu-quick-options .menu-quick-option {
  align-items: center;
  background-color: #040411;
  border: none;
  border-radius: 8vh;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  height: 8vh;
  justify-content: center;
  opacity: 0;
  padding: 0px;
  text-decoration: none;
  transform: translateX(-30%) scale(0.25);
  transition: opacity 150ms, transform 150ms;
  width: 8vh;
}
#app #menu #menu-quick-options .menu-quick-option:hover {
  background-color: #ffffff14;
}
#app #menu #menu-quick-options .menu-quick-option:hover .tooltip {
  opacity: 1;
  transform: translateX(100%);
}
#app #menu #menu-quick-options .menu-quick-option:first-of-type {
  transform: translate(-80%, 30%) scale(0.5);
}
#app #menu #menu-quick-options .menu-quick-option:last-of-type {
  transform: translate(-80%, -30%) scale(0.5);
}
#app #menu #menu-quick-options .menu-quick-option i {
  color: #fff;
  font-size: 2vh;
  height: 3vh;
  line-height: 3vh;
  text-align: center;
  width: 3vh;
}
#app #menu #menu-quick-options .menu-quick-option .tooltip {
  background-color: #1e1e1e;
  border-radius: 0.5vh;
  box-shadow: 0px 0px 1vh 0.25vh rgba(0, 0, 0, 0.08);
  color: white;
  font-size: 1em;
  opacity: 0;
  padding: 1vh;
  pointer-events: none;
  position: absolute;
  right: -1vh;
  transform: translateX(90%);
  transition: opacity 250ms, transform 250ms;
}
#app #menu #menu-full-options {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 60vh;
  justify-content: space-around;
  left: 35vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20vh;
  z-index: 2;
}
#app #menu #menu-full-options .menu-full-option {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0.5vh;
  cursor: pointer;
  display: flex;
  gap: 1vh;
  opacity: 0;
  padding: 1vh;
  text-decoration: none;
  transform: translateX(-2vh);
  transition: opacity 150ms, transform 150ms;
}
#app #menu #menu-full-options .menu-full-option:hover {
  background-color: rgba(15, 13, 13, 0.7);
}
#app #menu #menu-full-options .menu-full-option:first-of-type, #app #menu #menu-full-options .menu-full-option:last-of-type {
  transform: translateX(-6vh);
}
#app #menu #menu-full-options .menu-full-option:nth-of-type(2), #app #menu #menu-full-options .menu-full-option:nth-of-type(4) {
  transform: translateX(-4vh);
}
#app #menu #menu-full-options .menu-full-option i, #app #menu #menu-full-options .menu-full-option h3 {
  color: white;
  font-size: 1.5vh;
  height: 2vh;
  line-height: 2vh;
}

@media (max-width: 1200px) {
  #app #menu {
    width: 30vh;
  }
  #app #menu #menu-background-wrapper {
    width: 30vh;
  }
  #app #menu #menu-profile-image {
    height: 30vh;
    width: 30vh;
  }
  #app #menu #menu-quick-options {
    width: 15vh;
  }
  #app #menu #menu-full-options {
    left: 34vh;
  }
}
@media (max-width: 800px) {
  #app #menu {
    width: 25vh;
  }
  #app #menu #menu-background-wrapper {
    width: 25vh;
  }
  #app #menu #menu-profile-image {
    height: 25vh;
    width: 25vh;
  }
  #app #menu #menu-quick-options {
    width: 12.5vh;
  }
  #app #menu #menu-quick-options .menu-quick-option {
    height: 7vh;
    width: 7vh;
  }
  #app #menu #menu-full-options {
    left: 29vh;
  }
}
@media (prefers-reduced-motion) {
  #app #menu {
    transition: none;
  }
  #app #menu #menu-quick-options .menu-quick-option {
    transition: none;
  }
  #app #menu #menu-full-options .menu-full-option {
    transition: none;
  }
  #app #menu #menu-background-wrapper #menu-background:before {
    transition: none;
  }
}
input, .input, select{
      font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size:17px;
  color:#ffffff !important;
  background:#000 !important;
  box-shadow: 0 0 1rem rgba(0,0,0,0.3) !important;
  width:250px !important;
  border-radius: 0.8rem !important;
  margin-top:1rem !important;
  padding: 15px  !important;
  border: 3px solid #5ea0c9  !important;
}

.button {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  margin: 0px;
  margin-top: 2px;
  padding: 12px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  text-transform: capitalize;
  color: #fff;
  border: 0 none;
  border-radius: var(--borderRadius);
  font-weight: 500;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 160px;
  /*box-shadow: 2px 3px 5px var(--color-smoke);*/
}

.button:hover {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  opacity: .85;
}

.button:active {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  opacity: .75;
}

.button:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}

.button.-regular {
  color: #ffffff;
  background-color: #000000;
  box-shadow: 0 0 2pt 2pt #5ea0c9;
  /*border: 2px solid #5ea0c9*/
}

.button.-regular:hover {
  color: #202129;
  background-color: #e1e2e2;
  opacity: 1;
}

.button.-regular:active {
  background-color: #d5d6d6;
  opacity: 1;
}


@keyframes hue-rotate {
  from {
      -webkit-filter: grayscale(30%) hue-rotate(0deg);
  }

  to {
      -webkit-filter: grayscale(30%) hue-rotate(360deg);
  }
}


.titulo{
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  font-family: "Rubik", sans-serif;
}
.bg-camada {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  transition: opacity 1.5s ease;
  z-index: -1;
}

#bg1 {
  z-index: -2;
}
#bg2 {
  opacity: 0;
  z-index: -1;
}

#pagina{
      transition: background 500ms;
      animation: hue-rotate 60s infinite;
      /*background: url(https://cdn.nossos.app.br/img/fundo/desktop/fundo-90.webp);*/
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: cover;

      height: 100vh;
      width: 100vw;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
  }
  .div-centralizada, .conteudoClick {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    transition: all 0.5s ease;
}

  .div-centralizada{
    left: 36%;
  }
  .conteudoClick {
    left: 50%;
  }
  
  
  
  
/*naPpButton*/
.naPpButton .hide {
  display: none;
}

.naPpButton.button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  overflow: hidden;
}
.naPpButton.button:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background:  linear-gradient(to right, #680319, transparent);

}
.naPpButton.button span {
  position: absolute;
  line-height: 0;
}
.naPpButton.button span i {
  transform-origin: center center;
}
.naPpButton.button span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
}
.naPpButton.button span:nth-of-type(2) {
  top: 100%;
  transform: translateY(0%);
  font-size: 24px;
}
.naPpButton.button span:nth-of-type(3) {
  display: none;
}

.naPpButton.active {
    border-radius:10px;
    background: #000/*linear-gradient(to right, #9b002b, transparent);*/

}
.naPpButton.active:before {
  width: 100%;
  transition: width 3s linear;
}
.naPpButton.active span:nth-of-type(1) {
  top: -100%;
  transform: translateY(-50%);
}
.naPpButton.active span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.naPpButton.active span:nth-of-type(2) i {
  animation: naPpButton-loading 500ms linear infinite;
}
.naPpButton.active span:nth-of-type(3) {
  display: none;
}

.naPpButton.finished {
  background-color: #54d98c;
}
.naPpButton.finished .submit {
  display: none;
}
.naPpButton.finished .loading {
  display: none;
}
.naPpButton.finished .check {
  display: block !important;
  font-size: 24px;
  animation: naPpButton-scale 0.5s linear;
}
.naPpButton.finished .check i {
  transform-origin: center center;
}

@keyframes naPpButton-loading {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes naPpButton-scale {
  0% {
    transform: scale(10);
  }
  50% {
    transform: scale(0.2);
  }
  70% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}



