.bloco-vale-bonus {
    background: #ECECEB;
    padding: 50px 0;
    margin-top: -2px;
    padding-top: 10px;
}
h2{
  font-weight: 500;
}

.texto-vale h2 {
    font-weight: 500;
    margin-bottom: 20px;
}

.texto-vale p {
    font-size: 16px;
    margin-bottom: 15px;
}

.area-app {
    margin-top: 20px;
}

.qrcode-wrapper {
    margin-bottom: 20px;
}

.qr-img {
    max-width: 160px;
    margin: 0 auto 15px;
}

.btn-app {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 100%;
    background: #FFD200;
    color: #000;
    padding: 7px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
    transition: 0.3s ease;
}



.btn-app:hover {
    background: #e6bd00;
    text-decoration: none;
    color: #000;
}

.btn-app span {
    display: block;
    font-size: 11px;
}

.btn-app strong {
    font-size: 14px;
}

/* RESPONSIVO EXTRA (caso não use hidden-xs) */
@media (max-width: 767px) {
    .btn-app {
        justify-content: center;
    }
    .bloco-vale-bonus .qrcode-wrapper {
        display: none;
    }
    .btn-app {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        background: #FFD200;
        color: #000;
        padding: 7px 0px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 14px;
        margin-bottom: 15px;
        transition: 0.3s ease;
    }
    /* .texto-vale {
        text-align: center;
    } */

    .area-app {
        margin-top: 30px;
    }
}

.qr-img{
  border: 1px solid #000;
  border-radius: 5px;
  padding: 2px;

}

.bloco-parceria {
    background: #fff;
    padding-top: 60px ;
    padding-bottom: 60px ;
}

.titulo-parceria {
    font-weight: 700;
    margin-bottom: 5px;
}

.subtitulo-parceria {
    font-size: 18px;
    margin-bottom: 40px;
}

.card-parceria {
    background: none;
    border: 1px solid #C9C9C9;
    border-radius: 15px;
    padding: 25px;
    min-height: 180px;
    position: relative;
    transition: 0.3s ease;
}

/* Número */
.numero-card {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.numero-card.preto {
    background: #222;
    color: #fff;
}

.numero-card.amarelo {
    background: #f4c400;
    color: #000;
}

.conteudo-card {
    font-size: 15px;
    line-height: 1.4;
}

.rodape-parceria {
    margin-top: 20px;
}

/* ========================= */
/* MOBILE AJUSTE ESPECIAL    */
/* ========================= */

@media (max-width: 767px) {

    .card-parceria {
        display: flex;
        align-items: center;
        min-height: auto;
        padding: 20px;
        margin-bottom: 15px;
    }

    .numero-card {
        margin: 0 15px 0 0;
        flex-shrink: 0;
    }

    .conteudo-card {
        flex: 1;
    }
}

.recompensas {
  padding: 45px 0;
  background: #f4f4f4;
}

.col-texto h2 {
  font-size: 32px;
  font-weight: 400;
  color: #222;
  margin-bottom: 16px;
}
.fix-mb{
  margin-bottom: 7px !important;
}
.col-texto h2 strong {
  font-weight: 700;
}

.col-texto p {
  color: #666;
  margin-bottom: 24px;
}

.icone {
  width: 42px;
  height: 42px;
  background: #f5b800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tags span {
  border: 1px solid #999;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  background: transparent;
}

.col-img img {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.faixa-aviso {
  background: radial-gradient(50% 382.42% at 50% 50%, #FBDB1B 0%, #FFC107 100%);
  padding: 28px 0;
  text-align: center;
}

.faixa-aviso .texto {
  font-size: 22px;
  color: #222;
  margin: 0;
}

.faixa-aviso strong {
  font-weight: 700;
}
.secao-uniaselvi {
  padding: 80px 0;
  background: #fff;
}

.img-box {
  position: relative;
}



/* icone amarelo */
.pos-icon-trophy {
  position: absolute;
  top: -20px;
  right: -20px;
}

/* textos */

.texto h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
}

.texto h2 strong {
  font-weight: 800;
}

.texto p {
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
}

.destaque {
  margin-top: 24px;
  font-weight: 800;
  color: #444;
}
.secao-campanhas {
  padding: 60px 0;
  background: #fff;
}

.texto h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
}

.texto h2 strong {
  font-weight: 800;
}

.texto p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.link-campanhas {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline !important;
  color: #222;
  letter-spacing: 0.5px;
}

.img-box .full-img {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.secao-categorias {
  padding: 60px 0;
  background: #f4f4f4;
}
.secao-parceiros {
    padding: 60px 0;
    background: #f4f4f4;
    padding-top: 20px;
}
.grid-categorias {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card-cat {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 15px;
  height: 110px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 8px; */

  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.card-cat svg {
  width: 24px;
  height: 24px;
  fill: #333;
}

.card-cat span {
  line-height: 1.2;
}

.card-cat.destaque-card {
  background: #e7dc84;
  border: none;
}

.texto h2 {
  font-size: 36px;
  color: #222;
  line-height: 1.2;
}

.texto strong {
  font-weight: 800;
}
@media (max-width: 991px) {

  .grid-categorias {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  .texto {
    margin-bottom: 10px;
  }

  .texto h2 {
    font-size: 28px;
  }
  .secao-parceiros h2{
    font-size: 28px;
  }
}
.row-categorias{
  display:flex;
}

/* desktop */
.texto{
  order:2;
  flex:1;
}

.cards{
  order:1;
  flex:1.4;
}

/* mobile */
@media (max-width: 991px){

  .row-categorias{
    flex-direction:column;
    align-items:flex-start;
  }

  .texto{
    order:1;
  }

  .cards{
    order:2;
  }

}

.banner-mobile {
    display: none;
}

.banner-desktop {
    display: block;
    margin: 0 auto;
}

/* Mobile (até 768px) */
@media (max-width: 768px) {
    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
        width: 100%;
    }
}
#content {
    padding: 0 !important;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.first-banner{
  background-color: #ECECEB;
}
.cards-parceria{
  margin-top: 30px;
}
.secao-uniaselvi .row{
  display: flex;
  flex-wrap: wrap;

}

@media (min-width: 767px) {
  .area-app {
          padding-left: 140px;
  }
  .w-90{
    width: 90%;
  }
  .secao-categorias .texto h2 {
    font-weight: 500;
    font-size: 36px;
    color: #222;
    line-height: 1.2;
    padding-left: 60px;
  }
  .secao-campanhas h2, .secao-parceiros h2{
    font-weight: 500;
  }
  .secao-parceiros .col-lg-9{
    display: flex;
    justify-content: end;
  }
  .qrcode-wrapper{
    max-width: 500px;
  }
  .bloco-vale-bonus-dark .botoes-app{
    max-width: 495px;
  }
  .bloco-vale-bonus-dark .qr-img {
      max-width: 185px;
      width: 185px;
      margin: 0 auto 15px;
  }
  .xs-minor{
  padding-left: 100px;
  }
}
.pos-icon-money{
  position: absolute;
  top: -10px;
  right: 30px;
}
.pos-icon-gift-big{
  position: absolute;
  top: -10px;
  right: 30px;
}

.bloco-vale-bonus-dark{
  background-image: url('/public/img/site/crm-bonus/1920.png');

  background-size: cover;        /* cobre toda a área */
  background-position: center;   /* centraliza */
  background-repeat: no-repeat;  /* evita repetir */
  padding: 50px 0;
  color:#fff;

}
@media (max-width: 768px) {
  .pos-icon-money {
      position: absolute;
      top: -60px;
      right: 30px;
              width: 40px;
        height: auto;
  }
  .bloco-parceria {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.faixa-aviso .texto {
    font-size: 18px;
    color: #222;
    margin: 0;
}
  .secao-uniaselvi .col-lg-5{
  order: 2;
  margin-top: 20px;
}
  .recompensas {
    padding: 30px 0;
    background: #f4f4f4;
}
.bloco-vale-bonus-dark{
  background-image: url('/public/img/site/crm-bonus/768.png');

  background-size: cover;        /* cobre toda a área */
  background-position: bottom;   /* centraliza */
  background-repeat: no-repeat;  /* evita repetir */
  padding: 50px 0;
  color:#fff;
  min-height: 931px;

}

.pos-icon-trophy {
    width: 47px;
    position: absolute;
    top: -22px;
    right: -3px;
    height: 47px;
}
.vb-logo{
    height: 30px;
    width: auto;

}
.pt-10-xs{
  padding-top: 24px;
}
.secao-uniaselvi{
  padding: 40px 0;
}
.secao-parceiros{
  padding-top: 0;
  padding-bottom: 40px;
}
.secao-parceiros .col-lg-3{
  margin-bottom: 20px;
}
.secao-categorias{
  padding: 40px 0;
}
.secao-campanhas {
    padding: 40px 0;
}
/* .tags span:last-child {
  display: block;
  width: 100%;
} */
}
