@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');


.inter {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }

                                                /* PRE SETUP */
  body {
    font-family: 'Inter';
    font-size: 14px;
    background-color: #061323;
    color: #FFFFFF;
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins';
  }
  header, section, article {
    margin-bottom: 1em;
  }
  a {
    color: #FDD92D;
    text-decoration: none;
  }
  .yellow {
    color: #FDD92D;
  }
  button {
    background-color: #FDD92D;
    border: none;
    border-radius: 7px;
    color: #1C3C5E;
    font-weight: 700;
    padding: 10px 40px;
  }
                                                  /* HEADER*/
  header {
    background-color: #1C3C5E;
  }
  .logo {
    width: 123px;
  }

                                                  /* BANNER*/
.banner {
  background-image: url(/assets/images/banner-desktop.jpg);
  height: 20vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner p {
  font-size: 1em;
}

                                                  /* LIST*/

li::marker {
  color: #FDD92D;
}                                

                                                  /* SLIDER PASSO A PASSO*/
.slider {
    width: 100%;
    display: flex;
    overflow-x: hidden;
}
.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;
  }
  .buttons .btn.active {
    background-color: #FDD92D;
    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;
  }

                                                  /* SLIDER GAMES*/
  .slider-games{
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: center;
  }
  .slider-games img {
    width: 90px;;
    margin: 0 5px;
    border-radius: 7px;
  }
  .slider-sports{
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider-sports img {
    max-width: 90px;;
    background-color: #061323;
    margin: 0 5px;
    border-radius: 7px;
  }


                                                  /* Entenda por que a EB é o HIT */
.premios img {
    width: 65px;
}

@media screen and (max-width:428px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width:460px) {
  .banner {
    background-image: url(/assets/images/banner-mobile.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .steps img {
    max-width: 120px;
  }
  .slider-games{
    display: flex;
    justify-content: start;
  }
  .slider-sports{
    display: flex;
    justify-content: start;
  }
}
@media screen and (min-width:600px) {
  .premios img {
    width: 80px;
}
}