@font-face {
  font-family: NowAlt-Regular;
  src: url(../fontes/NowAlt-Regular.otf);
}

:root{
  --border-radius: .4rem;
  --borda: 1px solid #808080; 
  --borda-a-menu-500px: 1px solid #1e1e1e61;

  --font:NowAlt-Regular;

  --padding-txt: 9px;

  --font-size-btn: 15px;
  --borda-btn: 1px solid #bbbbbb;
  --paddin-btn-login: 1.5%;
  --cursor-btn: pointer;
  --cor-btn-1: #05665f;
  --color-btn-1: white;
  --cor-btn-2: #f0f0f0;
  --color-btn-2: black;
  --cor-btn-zap: #00ff72;
  --borda-btn-zap: 1px solid green;

  --height-top: 60px;

  --cor-primaria-destaque: #008d85;
  --shadow-box: 3px 4px 4px 0px #00000075;

  --cor-fundo-menu-500px: #05665f9e;
  --cor-a-menu-active-500px: #05665f73;
  --cor-a-menu-500px: #05666000;

  --cor-popup-success: #4c924cf2;
  --cor-popup-error: #924c4cf2;
}

*{
  font-family: var(--font);
}

input[type="text"], input[type="password"], input[type='date'], select, input[type='number'],input[type='email']{
  border: var(--borda);
  padding: var(--padding-txt);
  box-sizing: border-box;
  margin-bottom: 9px;
  border-radius: var(--border-radius);
}

input{
  border: var(--borda);
  box-shadow: 0 0 0 0;
  border-radius: 0;
  outline: 0;
}

button{
  padding: var(--paddin-btn-login);
  font-size: var(--font-size-btn);
  cursor: var(--cursor-btn);
  border: var(--borda-btn);
  border-radius: var(--border-radius);
}

.button.cancelar{
  background: #f98383;
}

.button.salvar{
  /* background: #05665fb8; */
  background: #05665f4f;
}

.painelTopo{
  height: var(--height-top);
}

.rodape{
  width: 100%;
  box-sizing: border-box;
  gap: 5px;
  z-index: 1;
  height: var(--height-top);
  padding: 0 1%;
  display: flex;
  overflow-y: hidden;
  align-items: center;
  background: var(--cor-btn-1);
  justify-content: center;
}

.rodape img{
  max-height: 25px;
}

.dizeres{
  color: var(--color-btn-1);
  text-align: center;
}

.dizeres a{
  text-decoration: none;
  color: var(--color-btn-1);
}

.msgPopup{
  display: none;
  width: fit-content;
  height: fit-content;
  border: var(--borda);
  padding: 7px 20px;
  position: fixed;
  right: 10px;
  top: 10px;
  font-family: var(--font);
  font-weight: 600;
  transition: .5s;
  z-index: 9;
  max-width: 310px;
}

.msgPopup.resposta{
  position: fixed;
}

.msgPopup.error{
  background: var(--cor-popup-error);
}

.msgPopup.success{
  background: var(--cor-popup-success);
}

.msgPopup{
  color: black;
}

.bounce-top {
  -webkit-animation: bounce-top 1.1s both;
  animation: bounce-top 1.1s both;
  display: block;
}


@-webkit-keyframes bounce-top {
  0% {
      -webkit-transform: translateY(-500px);
      transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }

  38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1;
  }

  55% {
      -webkit-transform: translateY(-65px);
      transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  81% {
      -webkit-transform: translateY(-28px);
      transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  95% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
}

@keyframes bounce-top {
  0% {
      -webkit-transform: translateY(-500px);
      transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }

  38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1;
  }

  55% {
      -webkit-transform: translateY(-65px);
      transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  81% {
      -webkit-transform: translateY(-28px);
      transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }

  95% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
}

.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  display: block;
}

/* ----------------------------------------------
* Generated by Animista on 2022-8-4 8:45:10
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-out-top
* ----------------------------------------
*/
@-webkit-keyframes slide-out-top {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }

  100% {
      -webkit-transform: translateY(-1000px);
      transform: translateY(-1000px);
      opacity: 0;
  }
}

@keyframes slide-out-top {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }

  100% {
      -webkit-transform: translateY(-1000px);
      transform: translateY(-1000px);
      opacity: 0;
  }
}
