
#single-febrasgo-play .box-febrasgo-play{
    padding: 20px 0;
}

#single-febrasgo-play .section-febrasgo-play {
  padding: 20px 0;
}

#single-febrasgo-play .section-febrasgo-play h1 {
  font-size: 30px;
  color:#032A64;
  width: 55%;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
}

/* ------- MOBILE ------- */
@media (max-width: 768px) {
  #single-febrasgo-play .section-febrasgo-play h1 {
    width: 100%;       /* agora ocupa toda a largura */
    font-size: 28px;   /* mais confortável */
    line-height: 1.25;
    padding-top: 0px;
  }
}

/* ------- MOBILE PEQUENO ------- */
@media (max-width: 480px) {
  #single-febrasgo-play .section-febrasgo-play h1 {
    font-size: 24px;
  }
}

#single-febrasgo-play .febrasgo-play-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#single-febrasgo-play .febrasgo-play-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#single-febrasgo-play .section-single-febrasgo-play {
    padding: 40px 0;
}
#single-febrasgo-play .febrasgo-play h2 {
  font-size: 36px;
  color:#032A64;
  font-weight: bold;
  text-align: left;
  padding-top: 30px;
}

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

/* container do card */
#single-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 */
#single-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 */
#single-febrasgo-play .box-img > * {
    position: relative;
    z-index: 2;
}

/* título */
#single-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 */
#single-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;
}

#single-febrasgo-play .btn-benefit:hover {
  background: #008ce9;
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 114, 188, 0.4);
}

@media (max-width: 540px) {
    #single-febrasgo-play .section-single-febrasgo-play h1 {
    font-size: 28px;
}
#single-febrasgo-play .febrasgo-play h2 {
  font-size: 28px;
}
}