* {
  margin: 0;
  /* padding: 0; */
  box-sizing: border-box;
}

.main {
  width: 100%;
  height: 20vh;
  display: flex;
  align-items: center;
  font-family: pop;
  flex-direction: column;
}

.head {
  text-align: center;
}

.head_1 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
}

.head_1 span {
  color: #c1deff;
}

.head_2 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 3px;
}

/* Estilo para o texto destacado */
.texto-destaque {
  color: #2ecc71;
  font-weight: bold;
}

/* Estilo para o texto secundário */
.texto-secundario {
  color: #2c3e50;
}

@media only screen and (min-width: 768px) {
  .tranking {
    display: flex;
    margin-top: 250px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
  }
  ul {
    list-style: none;
    height: auto;
    display: flex;
    justify-content: space-around;
  }

  .tblrastreio {
    margin: 10px 100px 10px;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }

    .restreCenter {
      margin: auto;
      max-width: 100%;
      padding: 40px;
    margin-top: -50px; /* Adicione o valor desejado da margem abaixo */
      margin-bottom: 40px; /* Adicione o valor desejado da margem abaixo */
    }
}

ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul li .icon {
  font-size: 35px;
  color: #2c3e50;
  margin: 0 60px;
}

ul li .text {
  font-size: 14px;
  font-weight: 500;
  color: #2c3e50;
}

/* Progress Div Css */
ul li .progress {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8484842e; /* Alterar a cor de fundo para tornar a barra de carregamento visível */
  margin: 14px 0;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.progress::after,
.progress::before {
  content: " ";
  position: absolute;
  width: 198px; /* Ajuste a largura conforme necessário */
  height: 5px;
  background-color: #2DA657; /* Adicione uma cor de fundo para o rastro da barra de carregamento */
}

.progress::after {
  right: 30px;
}

.progress::before {
  left: 30px;
}

.one::after {
  width: 0;
}

.five::before {
  width: 0;
}

ul li .progress .uil {
  display: none;
}

ul li .progress p {
  font-size: 18px;
}

/* Active Css */
ul li .active {
  background-color: #2ecc71; /* Alterar a cor de fundo quando a etapa estiver ativa */
  display: grid;
  place-items: center;
}

li .active::after {
  background-color: #2ecc71; /* Alterar a cor de fundo do rastro quando a etapa estiver ativa */
}

ul li .active p {
  display: none;
}

ul li .active .uil {
  font-size: 20px;
  display: flex;
}

/* Responsivo */
@media (max-width: 980px) {
  ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 250px; /* Margem Superior */
    margin-bottom: 50px; /* Margem inferior */
  }
  ul li {
    flex-direction: row;
  }
  ul li .progress {
    margin: 0 30px;
  }
  .progress::after,
  .progress::before {
    display: none; /* Esconde as barras no modo responsivo */
  }
  .progress.down::after {
    width: 5px;
    height: 55px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .one.down::after,
  .two.down::after,
  .three.down::after,
  .four.down::after,
  .five.down::after {
    width: 5px;
    height: 55px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  ul li .icon {
    margin: 15px 0;
  }
}

@media (max-width: 600px) {
  .head .head_1 {
    font-size: 24px;
  }
  .head .head_2 {
    font-size: 16px;
  }
}

.box_div2 {
  float: left;
  width: 150px;
  height: 150px;
  margin: 20px 20px;
  margin-bottom: 10px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}


.box_div3 {
  float: left;
  width: 150px;
  height: 150px;
  margin: 20px 20px;
  margin-bottom: 10px;
  text-align: center;
  align-items: center;
    display: flex;
  flex-direction: column;
}

.scroller {
  width: 100%;
  height: 150%;
}

html,
body {
  height: 100%;
}

th,
td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #759EB8;
}

tr:nth-child(even) {
  background-color: #ffffff;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-footer2 {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 0px 1 80px;
  margin: 60px;
}
