@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
                                                 /* META */
  .inter {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  body {
    font-family: 'Inter' !important;
    font-size: 14px;
    background-color: #061323 !important;
    color: #FFFFFF !important;
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins';
  }
  header, section, article {
    margin-bottom: 1em;
  }
  a {
    color: #FDD92D;
    text-decoration: none;
  }
  .yellow {
    color: #FDD92D;
  }
  .gray {
  color: rgba(255, 255, 255, 0.75);
  }
  button {
    background-color: #FDD92D;
    border: none;
    font-size: 17px;
    border-radius: 7px;
    color: #1C3C5E;
    font-weight: 700;
    padding: 10px 40px;
  }

                                                  /* SLIDER PASSO A PASSO*/
.slider {
    width: 100%;
    display: flex;
    overflow-x: hidden;
}
#step1 {
  background-color: #1C3C5E;
}                                                                                                                  .content {
    min-width: 100%;
}                                  
.dots {
    display: flex;
  }                                                
  .dots .dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .dots .dot.active {
    background-color: #FDD92D !important;
  }
  .buttons .btn.active {
    background-color: #FDD92D !important;
    color: #061323;
  }
  .btn {
    padding: 0.2em 1em;
    font-size: 1em;
    border-radius: 50px;
    border: 1px solid #FDD92D;
    background-color: #061323;
    color: #FDD92D;
  }
  .slider img {
    position: relative;
    right: 1px;
    border: 1px solid #FDD92D;
    border-radius: 6px;
  }                                               
                                                  /* Entenda por que a EB é o HIT */
.premios img {
width: 105px;
}
@media screen and (max-width: 600px) {
  .premios img {
    width: 65px;
    }
}
                                                  /* Passo a passo*/
.passos-linha {
  background-color: rgb(15, 33, 53);
  border: 1px solid rgb(28, 60, 94);
  border-radius: 8px;
  height: 200px;
  max-width: 350px;
  width: 100%;
  font-size: 16px;
  padding: 16px;
}
.passos-numero {
    font-size: 20px;
    color: #ffc300;
    font-weight: 700;
}
.passos-descricao {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 0;
}