body {
  /*position: fixed;*/
  /*background: #b4b4b4;*/
}
body::-webkit-scrollbar {
  display: none;
}
.lds-spinner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(./../../img/spinner.gif);
  background-size: 7.5vh 7.5vh;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: none;
}
.table-responsive {
  font-size: 13px !important;
}
@font-face {
  font-family: Roboto-Regular;
  src: url(./fonts/Roboto-Regular_0.ttf);
}
body {
  font-family: Roboto-Regular !important;
  font-size: 12pt;
  background-color: #fff;
  overflow: auto;
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.text-muted-dark {
  color: #666;
}
.fa-spinner {
  -webkit-animation: rotation 1s infinite;
  animation: rotation 1s infinite;
}
.text-light {
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.button-ball {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 7px;
  border-radius: 50%;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.button-ball i {
  margin-top: 4px;
  margin-bottom: 4px;
}
.text-danger {
  color: #007c6b !important;
}
.bg-danger {
  background-color: #007c6b !important;
}
.bg-gray {
  background-color: #575756 !important;
}
.bg-blue {
  background-color: #1798C1 !important;
}
.bg-yellow {
  background-color: #DBD639 !important;
}
.bg-brown {
  background-color: #964D05 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-green {
  background-color: #008000 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}
.btn-danger {
  background-color: #000E4B !important;
  color: #fff !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 8px !important;
  border-color: #000E4B;
  padding: 8px 32px !important;
  font-size: 22px;
  font-weight: 700;
}
.btn-light {
  background-color: #fff !important;
  color: #000E4B !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 8px !important;
  padding: 8px 32px !important;
  font-size: 22px;
  font-weight: 700;
}
.text-warning-orange {
  color: rgb(255, 187, 0);
}
.modal-open .modal,
body {
  padding-right: 0 !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked+.slider {
  background-color: #2196F3;
}
input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#main {
  background-color: #fff !important;
}
#tableContainer {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-image: url(./img/fundo.svg);
}
.erro {
  display: flex;
  align-items: baseline;

  font-weight: 700;
  color: #ff9c07;
  font-size: 18px;
}

.erro i {
  font-size: 25px;
}

.erro a {
  color: #198754;
  text-decoration: underline;
  transition: all .1s linear;
}
.erro a:hover {
  color: #1dc576;
}

.aviso {
  display: flex;
  align-items: baseline;

  font-weight: 700;
  color: #6C757D;
  font-size: 18px;
  padding-bottom: 1rem;
}

.aviso i {
  font-size: 25px;
}

.aviso a {
  color: #198754;
  text-decoration: underline;
  transition: all .1s linear;
}
.aviso a:hover {
  color: #1dc576;
}

.quadroPassos {
  background: #F7F7F7;
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  height: 856px;
  color: #353535;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.titulo {
  font-size: 3.375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  margin-top: 1rem;
  line-height: 120%;
}
.subTitulo {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 2rem;
  line-height: 120%;
}
.passos {
  width: 80%;
  position: relative;
  padding-left: 4rem;
  transition: all .2s linear;
}
.passo {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #B7B7B7;
  min-height: 5.5rem;
  transition: all .2s linear;
}
.bordaBola {
  background-color: #F7F7F7;
  margin-left: -1.65rem;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
}
.bola {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: relative;
  transition: all .2s linear;
}
.bolaBackgroundRosa {
  background-color: #007c6b !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.bolaBackgroundVerde {
  background-color: #71CA81 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.bolaBackgroundBranca {
  background-color: #fff !important;
  border: 1px solid #007c6b !important;
  color: #353535 !important;
}
.numero {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s linear;
}
.textos {
  margin-left: 1rem;
  width: 75%;
  line-height: 120%;
}
.paragrafo {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.subParagrafo {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}
.passoAcao {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
}
.img {
  width: 40%;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 8px;
  filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, 0.125));
}
.marginUnic {
  margin-top: 11px;
}
.header {
  display: flex;
  align-items: center;
}
#divTeste {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
.inputCarga {
  width: 167px;
  height: 58px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  margin-bottom: 1rem;
}

@media (min-width: 0px) {
  .titulo {
    font-size: 22px;
  }
  .subTitulo {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1rem;
  }
  .paragrafo {
    font-size: 12px;
  }
  .subParagrafo {
    font-size: 10px;
  }
  .erro {
    font-size: 14px;
  }
  .quadroPassos {
    margin: 3rem 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .passos {
    width: 95%;  
    padding-left: 1rem;
  } 
  .img {
    width: 80%;
  }
  .header {
    align-items: flex-start;
  }
  .textos {
    width: 100%;
    padding-bottom: 1rem;
    padding-top: .5rem;
  }
  .textos2 {
    padding-top: .5rem;
  }
  .linha {
    margin-left: -1.45rem;
  }
  #tableContainer {
    background-image: url(./img/fundo2.svg);
  }
}
@media (min-width: 768px) {
  .erro {
    font-size: 18px;
  }
  .titulo {
    font-size: 2.6rem;
  }
  .subTitulo {
    font-size: 1.3rem;
  }
  .paragrafo {
    font-size: 1.1rem;
  }
  .subParagrafo {
    font-size: 0.9rem;
  }
  .img {
    width: 55%;
  }
  .quadroPassos {
    margin: 3rem 0;
  }
  .passos {
    width: 70%;  
    padding-left: 1rem;
  } 
  .textos {
    padding-top: 0;
  }
  .textos2 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .header {
    align-items: flex-start;
  }
  .textos {
    width: 100%;
    padding-bottom: 0;
  }
  .linha {
    margin-left: -1.6rem;
  }
}
@media (min-width: 1200px) {
  .header {
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .header {
    align-items: center;
  }
  #tableContainer {
    background-image: url(./img/fundo.svg);
  }
}
