#febrasgo-play .banner{
  margin-top: 10px;
}

#febrasgo-play .banner-topo{
  height: 487px;
}

#febrasgo-play .banner-topo .info-banner{
  padding: 110px;
  padding-top: 120px;
  color:#fff;
}

#febrasgo-play .banner-topo .info-banner p{
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 149%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 60%;
}

#febrasgo-play .banner-topo .info-banner h1 {
  font-family: Open Sans;
  width: 100%;
  font-weight: 700;
  font-style: Bold;
  font-size: 78px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media (max-width: 1366px) {
    #febrasgo-play .banner-topo .info-banner h1{
    font-size: 42px;
    line-height: 1.2;
  }

  #febrasgo-play .banner-topo .info-banner p{
    font-size: 28px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
/* ------- RESPONSIVO (MOBILE) ------- */

@media (max-width: 820px) {
    #febrasgo-play .banner-topo .info-banner h1{
    font-size: 36px;
    line-height: 1.2;
  }

  #febrasgo-play .banner-topo .info-banner p{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #febrasgo-play .topo{
    padding: 0 20px;
  }

  #febrasgo-play .banner-topo{
    padding-bottom: 40px;
  }

  #febrasgo-play .banner-topo .info-banner{
    padding: 70px;
    padding-top: 130px;
  }

  #febrasgo-play .banner-topo .info-banner h1,
  #febrasgo-play .banner-topo .info-banner p{
    width: 100% !important; /* ocupa a largura do mobile */
  }
}

/* ------- RESPONSIVO (TELAS MUITO PEQUENAS) ------- */

@media (max-width: 480px) {
  #febrasgo-play .banner-topo{
    height: auto;
    padding-bottom: 40px;
  }
  #febrasgo-play .banner-topo .info-banner{
    height: auto;
    padding: 30px 15px;
  }

  #febrasgo-play .banner-topo .info-banner h1{
    font-size: 24px;
  }

  #febrasgo-play .banner-topo .info-banner p{
    font-size: 15px;
  }
}

#febrasgo-play .cards-febrasgo-play {
    padding: 40px 0;
}

#febrasgo-play .cards-febrasgo-play h1 {
    font-family: Open Sans;
    font-weight: 700;
    margin-bottom: 40px;
    font-style: Bold;
    font-size: 36px;
    line-height: line height/31_5;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* container do card */
#febrasgo-play .box-img {
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 32px;
    overflow: hidden; /* garante que o gradiente fica dentro */
}

/* overlay gradiente */
#febrasgo-play .box-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,42,100,0.104) 0%, rgba(0,0,0,0.87) 60%);
    z-index: 1;
}

/* conteúdo em cima do overlay */
#febrasgo-play .box-img > * {
    position: relative;
    z-index: 2;
}

/* título */
#febrasgo-play .benefit-title {
font-family: Open Sans;
font-weight: 700;
font-style: Bold;
font-size: 36px;
margin-bottom: 10px;
line-height: line height/31_5;
letter-spacing: 0%;
vertical-align: middle;
}

/* botão */
#febrasgo-play .btn-benefit {
  display: inline-block;
  width: 150px;
  margin-top: 10px;
  padding: 8px 20px;
  background: #0072BC;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  transition: 0.3s ease;
}

#febrasgo-play .btn-benefit:hover {
  background: #008ce9;
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 114, 188, 0.4);
}
#febrasgo-play .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}

#febrasgo-play .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#febrasgo-play .pagination a,
#febrasgo-play .pagination span {
    display: inline-block;
    padding: 4px 12px;
    font-size: 18px;
    color: #000000CC;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

#febrasgo-play .pagination li {
    display: inline-block;
}

#febrasgo-play .pagination .current {
    color: #E43470;
}

@media (max-width: 540px) {
    #febrasgo-play .cards-febrasgo-play h1 {
    font-size: 28px;
}
#febrasgo-play .febrasgo-play h2 {
  font-size: 28px;
}
#febrasgo-play .benefit-title {
    font-size: 24px;
}
}
