.img-influencer{
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-influencer img {
  width: 100%;
  height: 600px;
  margin-top: -60px;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
  .gestao-hero-img img{
    height: 700px;
    width: 700px;
    margin-left: 20px;
    margin-top: 20px;
  } 

  .second-div-influencer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: #f7f7f7;
  border-radius: 20px;
  margin-bottom: 120px !important;
  max-width: 1400px;
  margin: auto;
}

.second-div-influencer-image {
  width: 45%;
  position: relative;
}

.second-div-influencer-image img,
.second-div-influencer-image video {
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.5s ease;
  opacity: 1;
  display: block;
}

.media-fade {
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}

.media-fade.fade-out {
  opacity: 0;
}



    .second-div-influencer-steps {
      width: 50%;
    }

    .second-div-influencer-steps h2 {
      font-size: 38px;
      margin-bottom: 60px;
    }
    .second-div-influencer-steps H2 B{
        color: #17d4ff;
    }

    .second-div-influencer-step {
      margin-bottom: 20px;
      cursor: pointer;
    }

    .second-div-influencer-step-number {
      display: inline-block;
      width: 60px;
      height: 60px;
      background-color: #0c2fa3;
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 60px;
      font-size: 20px;
      margin-right: 10px;
      font-weight: bold;
       transition: 0.2s;
    }

    .second-div-influencer-step:hover   .second-div-influencer-step-number {
      color: #ff27b7;
      background-color:#ffffff00 ;
      transition: 0.2s;
    }
   .second-div-influencer-step:hover {
      color: #0c2fa3;
    }
    .second-div-influencer-step-title {
      font-weight: bold;
      font-size: 20px;
    }
    .second-div-influencer-step-title i{
        font-size: 30px;
    }

    .second-div-influencer-step-description {
      font-size: 14px;
      margin-left: 11%;
      color: #444;
    }
  
.beneficios-influencer-container {
    background-color: #0c2fa3;
    padding: 30px 0;
    display: flex
;
    justify-content: center;
   
margin-bottom: 100px;
    color: white;
  width: 100%;
}
.beneficios-influencer-container-align{
display: flex;
justify-content: center;

}
.beneficios-influencer-box {
  display: flex;
  gap: 140px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.beneficios-influencer-item {
  width: 200px;
}

.beneficios-influencer-number {
  font-size: 42px;
  font-weight: bold;
  color: #f07ed9;
}

.beneficios-influencer-item p {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.influencer-div-3-wrapper {
  background-color: #a020f0;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.influencer-div-3-container {
  background: white;
  border-radius: 16px;
  display: flex;
  padding: 40px;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.influencer-div-3-texto {
  flex: 1;
  min-width: 280px;
}

.influencer-div-3-texto h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.influencer-div-3-texto p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.influencer-div-3-media {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.influencer-div-3-tiktok-card {
  position: relative;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.influencer-div-3-tiktok-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.influencer-div-3-btn {
  background-color: #f94f57;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-radius: 0 0 20px 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.influencer-div-3-btn:hover {
  background-color: #e83e48;
}

.influencer-div-3-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 20px;
  color: #000;
}

.influencer-div-3-social i:nth-child(5) {
  color: #a020f0; /* TikTok roxo */
}

  @media (max-width: 1200px) {
    .gestao-hero-img img {
        height: 300px;
        margin-top: 20px;
        width: 100%

;
    }
    .beneficios-influencer-box {
    display: flow-root;
    gap: 140px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.second-div-influencer-steps {
    width: 100%;
}
.second-div-influencer-steps h2 {
    font-size: 28px;
    margin-bottom: 60px;
}
.second-div-influencer-step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #0c2fa3;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
    transition: 0.2s;
}
.second-div-influencer-step-title {
    font-weight: bold;
    font-size: 12px;
}
.second-div-influencer-step-description {
    font-size: 10px;
    margin-left: 11%;
    color: #444;
}
    .second-div-influencer-container {
        display: grid
;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
        background: #f7f7f7;
        border-radius: 20px;
        margin-bottom: 120px !important;
        max-width: fit-content;
        margin: 20px;
    }
    .second-div-influencer-image {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    
}
    .gestao-hero {
        padding: 15px 30px 20px !important;
        display: grid
;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem;
    }
.influencer-div-3-texto h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
  
}
.influencer-div-3-texto p {
    font-size: 11px;
    color: #444;
    line-height: 1.6;
}
.influencer-div-3-tiktok-card {
    position: relative;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 530px;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
}
.img-influencer img {
    width: 100%;
    height: 150px;
    margin-top: 80px;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}
  }

