

/* body { */
/* Configuração para NavBar */    
    /* padding-top: 54px; */

/* } */

/*Remover setas de campo numero*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




/*Pen code from this point on*/
.btn {
    clear:both;
    white-space:nowrap;
    border-radius:5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    margin:2px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    overflow:hidden
  }


.zdiagonalCizaBrnca{
/* Divisao Cinza e Branca */        
    background: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 50%,#F2F2F2 50%,#F2F2F2 50%,#F2F2F2 100%);
    /* background: linear-gradient(to right bottom, #ffffff 0%,#ffffff 50%,#F2F2F2 50%,#F2F2F2 50%,#F2F2F2 100%); */
}

.znavbar{
    background-color: rgba(45,45,45,0.98);
    font-size: 90%;
}

.zfsize1-5rem{
    font-size: 1.5rem;
}

.ztable-font{
    font-size: 0.6rem;
}

.muitoTocha{
  background-color: #6a1b9a !important
}

.tocha{
  background-color: #ba68c8 !important
}

.otimo{
  background-color: #00695c !important
}

.bom{
  background-color: #4db6ac !important
}

.mediano{
  background-color: #ffff00 !important
}

.ruim{
  background-color: #ffab40 !important
}

.jaca{
  background-color: #b71c1c !important
}

.square {
  width: 1rem;
  height: 2rem;
  display: inline-block;
  margin-right: 5px;
}

.zpulse-button {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }

  .zpulse-button:hover 
  {
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  }
  
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .zmw-md-50{
        max-width: 50%;
    }
  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    /* Configuração para NavBar */
    /* body { */
        /* padding-top: 56px; */
      /* } */

    .zw-lg-25{
        width: 25%;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

@media (max-width: 576px) { 
    
    .zdisplay-4-sm{
        font-size: 2.5rem
    }
}
    
