/* ============================================================
   INDICA QUE VAI — Custom Styles
   Bootstrap 3.3.7 + ajustes finos
   ============================================================ */

/* Remove padding padrão do #content */
#content {
    padding: 0 !important;
}


/* ============================================================
   UTILITÁRIOS — MARGEM (escopo .iqv-*)
   Escala: 0, 4, 8, 16, 24, 32, 40, 48, 64, 80
   Prefixo: iqv-m  / iqv-mt / iqv-mb / iqv-ml / iqv-mr / iqv-my / iqv-mx
   ============================================================ */

/* Todos os lados */
.iqv-m-0  { margin: 0 !important; }
.iqv-m-4  { margin: 4px !important; }
.iqv-m-8  { margin: 8px !important; }
.iqv-m-16 { margin: 16px !important; }
.iqv-m-24 { margin: 24px !important; }
.iqv-m-32 { margin: 32px !important; }
.iqv-m-40 { margin: 40px !important; }
.iqv-m-48 { margin: 48px !important; }
.iqv-m-64 { margin: 64px !important; }
.iqv-m-80 { margin: 80px !important; }

/* Topo */
.iqv-mt-0  { margin-top: 0 !important; }
.iqv-mt-4  { margin-top: 4px !important; }
.iqv-mt-8  { margin-top: 8px !important; }
.iqv-mt-16 { margin-top: 16px !important; }
.iqv-mt-24 { margin-top: 24px !important; }
.iqv-mt-32 { margin-top: 32px !important; }
.iqv-mt-40 { margin-top: 40px !important; }
.iqv-mt-48 { margin-top: 48px !important; }
.iqv-mt-64 { margin-top: 64px !important; }
.iqv-mt-80 { margin-top: 80px !important; }

/* Base */
.iqv-mb-0  { margin-bottom: 0 !important; }
.iqv-mb-4  { margin-bottom: 4px !important; }
.iqv-mb-8  { margin-bottom: 8px !important; }
.iqv-mb-16 { margin-bottom: 16px !important; }
.iqv-mb-24 { margin-bottom: 24px !important; }
.iqv-mb-32 { margin-bottom: 32px !important; }
.iqv-mb-40 { margin-bottom: 40px !important; }
.iqv-mb-48 { margin-bottom: 48px !important; }
.iqv-mb-64 { margin-bottom: 64px !important; }
.iqv-mb-80 { margin-bottom: 80px !important; }

/* Esquerda */
.iqv-ml-0  { margin-left: 0 !important; }
.iqv-ml-4  { margin-left: 4px !important; }
.iqv-ml-8  { margin-left: 8px !important; }
.iqv-ml-16 { margin-left: 16px !important; }
.iqv-ml-24 { margin-left: 24px !important; }
.iqv-ml-32 { margin-left: 32px !important; }
.iqv-ml-40 { margin-left: 40px !important; }
.iqv-ml-48 { margin-left: 48px !important; }
.iqv-ml-64 { margin-left: 64px !important; }
.iqv-ml-80 { margin-left: 80px !important; }

/* Direita */
.iqv-mr-0  { margin-right: 0 !important; }
.iqv-mr-4  { margin-right: 4px !important; }
.iqv-mr-8  { margin-right: 8px !important; }
.iqv-mr-16 { margin-right: 16px !important; }
.iqv-mr-24 { margin-right: 24px !important; }
.iqv-mr-32 { margin-right: 32px !important; }
.iqv-mr-40 { margin-right: 40px !important; }
.iqv-mr-48 { margin-right: 48px !important; }
.iqv-mr-64 { margin-right: 64px !important; }
.iqv-mr-80 { margin-right: 80px !important; }

/* Vertical (top + bottom) */
.iqv-my-0  { margin-top: 0 !important;   margin-bottom: 0 !important; }
.iqv-my-4  { margin-top: 4px !important;  margin-bottom: 4px !important; }
.iqv-my-8  { margin-top: 8px !important;  margin-bottom: 8px !important; }
.iqv-my-16 { margin-top: 16px !important; margin-bottom: 16px !important; }
.iqv-my-24 { margin-top: 24px !important; margin-bottom: 24px !important; }
.iqv-my-32 { margin-top: 32px !important; margin-bottom: 32px !important; }
.iqv-my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.iqv-my-48 { margin-top: 48px !important; margin-bottom: 48px !important; }
.iqv-my-64 { margin-top: 64px !important; margin-bottom: 64px !important; }
.iqv-my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

/* Horizontal (left + right) */
.iqv-mx-0    { margin-left: 0 !important;    margin-right: 0 !important; }
.iqv-mx-4    { margin-left: 4px !important;   margin-right: 4px !important; }
.iqv-mx-8    { margin-left: 8px !important;   margin-right: 8px !important; }
.iqv-mx-16   { margin-left: 16px !important;  margin-right: 16px !important; }
.iqv-mx-24   { margin-left: 24px !important;  margin-right: 24px !important; }
.iqv-mx-32   { margin-left: 32px !important;  margin-right: 32px !important; }
.iqv-mx-40   { margin-left: 40px !important;  margin-right: 40px !important; }
.iqv-mx-48   { margin-left: 48px !important;  margin-right: 48px !important; }
.iqv-mx-64   { margin-left: 64px !important;  margin-right: 64px !important; }
.iqv-mx-80   { margin-left: 80px !important;  margin-right: 80px !important; }
.iqv-mx-auto { margin-left: auto !important;  margin-right: auto !important; }
.w-100{
    width: 100%;
}
.m-w-100{
    max-width: 100%;
}
/* ============================================================
   COMPONENTES COMPARTILHADOS
   ============================================================ */

.iqv-btn {
    display: inline-block;
    padding: 18px 56px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
    cursor: pointer;
    border: none;
    line-height: 1;
    white-space: nowrap;
}

.iqv-btn--yellow {
    background: #FFC107;
    color: #111;
    text-align: center;
}

.iqv-btn--yellow:hover,
.iqv-btn--yellow:focus {
    background: #e6be00;
    color: #111;
    text-decoration: none;
}

.iqv-btn--dark {
    background: #1c1c1e;
    color: #fff;
}

.iqv-btn--dark:hover,
.iqv-btn--dark:focus {
    background: #333;
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   SEÇÃO 1 — HERO
   ============================================================ */

/* A section não define altura — é empurrada pelo <img> */
.iqv-hero {
    position: relative;
    line-height: 0; /* elimina gap abaixo do img */
    overflow: hidden;
}

/* Imagem base: define a altura exata da seção */
.iqv-hero__banner {
    display: block;
    width: 100%;
    height: auto;
}

.iqv-hero__banner--mobile {
    display: none;
}

/* Overlay: cobre a imagem por completo */
.iqv-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal; /* reseta o line-height: 0 herdado da section */
    width: 100%;         /* garante largura total em todos os breakpoints */
}

/* Em contexto flex o .container não estica automaticamente — força largura total */
.iqv-hero__overlay > .container {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iqv-hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iqv-hero__row > [class*="col-"] {
    float: none;
}

/* Coluna esquerda — textos */
.iqv-hero__left {
    padding: 40px 30px 40px 15px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Logo */
.iqv-logo {
    margin-bottom: 18px;
}

.iqv-logo__wordmark {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    color: #111;
    letter-spacing: -0.5px;
    display: block;
}

.iqv-logo__que {
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    background: #111;
    color: #FFD200;
    padding: 1px 5px;
    margin: 0 3px;
    display: inline-block;
    line-height: 1.1;
}

.iqv-logo__sub {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #111;
    margin: 5px 0 0;
    text-transform: uppercase;
}

/* Headline principal */
.iqv-hero__headline {
    font-size: 21px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin: 0 0 20px;
}

/* Box comissão */
.iqv-hero__commission {
    margin-top: 8px;
}

.iqv-hero__commission-label {
    font-size: 12px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 2px;
}

.iqv-hero__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 6px;
}

.iqv-hero__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1;
}

.iqv-hero__currency {
    font-size: 26px;
    font-weight: 900;
    color: #111;
    margin-right: 2px;
    margin-top: 12px;
    line-height: 1;
}

.iqv-hero__amount {
    font-size: 84px;
    font-weight: 900;
    color: #111;
    line-height: 0.9;
}

.iqv-hero__sup {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-top: 8px;
    line-height: 1;
}

.iqv-hero__bora {
    font-size: 30px;
    font-weight: 900;
    color: #111;
    margin: 0;
    line-height: 0.9;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 4px;
}

.iqv-hero__disclaimer {
    font-size: 11px;
    color: #444;
    margin: 14px 0 0;
}

/* CTA da coluna esquerda — oculto no desktop, visível só no mobile */
.iqv-hero__cta {
    display: none;
    margin-top: 20px;
    line-height: 1;
}

/* CTA + mouse ancorados no centro-baixo do banner */
.iqv-hero__bottom-cta {
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    z-index: 3;
    white-space: nowrap;
}

.iqv-hero__mouse {
    display: block;
}
.iqv-step-card__icon{
    max-width: 30px;
    max-height: 30px;
}
/* ============================================================
   SEÇÃO 2 — O PROGRAMA
   ============================================================ */

.iqv-programa {
    background-color: #1c1c1e;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Logo decorativo inferior esquerdo */
.iqv-programa__deco {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.iqv-programa__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iqv-programa__row > [class*="col-"] {
    float: none;
}

.iqv-programa__left {
    padding-right: 40px;
}

/* Badge "O PROGRAMA" */
.iqv-badge {
    display: inline-block;
    background: #FFD200;
    color: #111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.iqv-programa__left h2 {
    font-size: 26px;
    font-weight: 900;
    color: #FFD200;
    text-transform: uppercase;
    margin: 0 0 18px;
    line-height: 1.2;
}

.iqv-programa__left p {
    color: #bbb;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
}

.iqv-programa__right h3 {
    font-size: 16px;
    font-weight: 900;
    color: #FFD200;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
}

/* Cards de passos */
.iqv-step-card {
   background: #fff;
    border-radius: 10px;
    padding: 21px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
}

.iqv-step-card__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    color: #555;
    width: 32px;
    text-align: center;
}

.iqv-step-card__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    color: #111;
    line-height: 1.35;
}

.iqv-step-card__action {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #888;
    font-size: 14px;
}

.iqv-step-card--done .iqv-step-card__action {
    color: #28a745;
}

/* ============================================================
   SEÇÃO 3 — COMO FUNCIONA
   ============================================================ */

.iqv-como-funciona {
    background-color: #2BB5AF;
    padding: 70px 0;
}

.iqv-como-funciona h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin: 0 0 40px;
}

/* Wrapper geral — desktop: sem nada especial; mobile: posição para as setas */
.iqv-steps-carousel-wrap {
    position: relative;
}

/* Track: desktop = flex row normal; mobile = carrossel horizontal */
.iqv-steps-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
}

/* Cada slide/coluna */
.iqv-step-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    /* desktop: 4 colunas iguais */
    width: 25%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Box numerado */
.iqv-step-box {
    background: #fff;
    border-radius: 12px;
    padding: 26px 20px 20px;
    text-align: center;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.iqv-step-box__num {
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    font-family: Titillium -webkit-body;
    color: #111;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}

.iqv-step-box__title {
    font-size: 16px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.35;
    margin: 0;
}

.iqv-step-desc {
    font-size: 14px;
    color: #111;
    text-align: center;
    line-height: 1.55;
    margin: 0;
    padding: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.iqv-step-desc strong {
    font-weight: 800;
}

.iqv-como-funciona .iqv-btn {
    margin-top: 10px;
}

/* ============================================================
   SEÇÃO 4 — POR QUE PARTICIPAR
   ============================================================ */

.iqv-beneficios {
    background: #fff;
    padding: 80px 0;
}

.iqv-beneficios__title {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin: 0 0 36px;
}

.iqv-benefits-grid > [class*="col-"] {
    margin-bottom: 20px;
}

.iqv-benefit-card {
    background: #f4f4f4;
    border-radius: 14px;
    padding: 36px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    min-height: 134px;
    align-items: center;
    gap: 16px;
    height: 100%;
    border: #979797 1px solid;
}

.iqv-benefit-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background: #FFD200;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
}

.iqv-benefit-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.iqv-benefit-body p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* ============================================================
   SEÇÃO 5 — QUEM PODE PARTICIPAR
   ============================================================ */

.iqv-quem-pode {
    background: #FBDB1B;
    padding: 70px 0;
}

.iqv-quem-pode__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iqv-quem-pode__row > [class*="col-"] {
    float: none;
}

.iqv-quem-pode__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Frame de dispositivo ao redor da foto */
.iqv-device-frame {
    overflow: hidden;
    /* max-width: 290px; */
    width: 100%;
}

.iqv-device-frame img {
    display: block;
    max-width: 450px;
}

.iqv-quem-pode__right h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin: 0 0 12px;
}

.iqv-quem-pode__lead {
    font-size: 15px;
    color: #333;
    margin-bottom: 22px;
    line-height: 1.5;
}

/* Cards de perfil */
.iqv-profile-card {
    background: #fff;
    border-radius: 10px;
    padding: 22px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
    margin-bottom: 10px;
}

.iqv-profile-card__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background: #FFD200;
    border-radius: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #111;
}

.iqv-profile-card__body h4 {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
}

.iqv-profile-card__body p {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.4;
}

.iqv-quem-pode__right .iqv-btn {
    margin-top: 20px;
}

/* ============================================================
   SEÇÃO 6 — COMECE AGORA
   ============================================================ */

.iqv-comece {
    background-color: #1c1c1e;
    overflow: visible; /* permite imagem vazar 15px acima */
    /* padding-bottom: 70px; */
}
.iqv-comece .iqv-btn--yellow {
    margin-bottom: 33px;

}
.iqv-comece__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-end; /* ancora filhos na base */
    -ms-flex-align: end;
    align-items: flex-end;
}

.iqv-comece__row > [class*="col-"] {
    float: none;
}

.iqv-comece__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.iqv-comece__photo {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px 8px 0 0; /* base rente à seção, topo arredondado */
    margin-top: -60px; /* vaza 15px acima da seção */
    position: relative;
    z-index: 1;
}

.iqv-comece__right {
    padding-left: 40px;
}

.iqv-comece__right h2 {
    font-size: 32px;
    font-weight: 900;
    color: #FFD200;
    text-transform: uppercase;
    margin: 0 0 16px;
    letter-spacing: 0.5px;
}

.iqv-comece__right p {
    color: #ccc;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 12px;
}

/* Lista com checks */
.iqv-check-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 28px;
}

.iqv-check-list li {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.iqv-check-list li::before {
    content: '✅';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    font-style: normal !important;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 900;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* ============================================================
   SEÇÃO 7 — QUEM É A UNIASSELVI
   ============================================================ */

.iqv-uniasselvi {
    background: #FFDD00;
    padding: 80px 0;
    overflow: hidden;
}

.iqv-uniasselvi__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iqv-uniasselvi__row > [class*="col-"] {
    float: none;
}

.iqv-uniasselvi__left h2 {
    font-size: 30px;
    font-weight: 900;
    color: #111;
    margin: 0 0 20px;
}

.iqv-uniasselvi__lead {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.iqv-uniasselvi__left > p {
    font-size: 15px;
    color: #333;
    margin-bottom: 14px;
    line-height: 1.55;
}

.iqv-uniasselvi__left .iqv-uniasselvi__closing {
    font-style: italic;
    margin-top: 16px;
}

/* Checklist da UNIASSELVI */
.iqv-uni-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.iqv-uni-check-list li {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.iqv-uni-check-list li::before {
    content: '✅';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    /* background: #111; */
    color: #FFD200;
    /* border-radius: 50%; */
    font-size: 18px;
    font-weight: 900;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.iqv-uniasselvi__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.iqv-uniasselvi__building {
    width: 100%;
    max-width: 485px;
    height: auto;
    border-radius: 16px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    display: block;
}

/* ============================================================
   RESPONSIVO — TABLET (max 991px)
   ============================================================ */

@media (max-width: 991px) {

    /* Hero */
    .iqv-hero__left {
        padding: 30px 20px 30px 15px;
    }

    .iqv-hero__cta {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 20px auto 0;
        display: block;
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    /* O Programa */
    .iqv-programa__left {
        padding-right: 15px;
        margin-bottom: 36px;
    }

    /* Comece Agora */
    .iqv-comece__right {
        padding-left: 15px;
        margin-top: 30px;
    }

    /* UNIASSELVI */
    .iqv-uniasselvi__right {
        margin-top: 30px;
    }

    /* Quem pode participar */
    .iqv-quem-pode__left {
        margin-bottom: 30px;
        width: 100%;
    }

    .iqv-device-frame {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .iqv-device-frame img {
        width: 100%;
        max-width: 100%;
    }
}
.iqv-hero__banner--desktop {
    max-height: calc(100vh - 60px);
    object-fit: contain;
    object-position: center;
    background-color: #FFB712;
}
/* ============================================================
   RESPONSIVO — MOBILE (max 767px)
   ============================================================ */

@media (max-width: 767px) {

    /* Hero — troca banner */
    .iqv-hero__banner--desktop { display: none; }
    .iqv-hero__banner--mobile  { display: block; }
    .iqv-hero__bottom-cta      { display: none; }
    .iqv-hero__cta             { display: block; width: 100%; text-align: center; }

    .iqv-hero__overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .iqv-hero__commission img{
        width: 90%;
        height: auto;
    }
    /* Textos ficam no topo */
    .iqv-hero__overlay > .container {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    /* CTA fica colado no fundo */
    .iqv-hero__cta-bottom-wrapper {
        padding: 0 20px 24px;
    }

    .iqv-hero__left {
        padding: 28px 20px 20px 15px;
        width: 100%;
    }

    .iqv-hero__headline {
        font-size: 18px;
        display: block;
        width: 100%;
    }

    .iqv-hero__amount {
        font-size: 64px;
    }

    .iqv-hero__bora {
        font-size: 24px;
    }

    .iqv-logo__wordmark {
        font-size: 28px;
    }

    .iqv-logo__que {
        font-size: 22px;
    }

    /* O Programa */
    .iqv-programa {
        padding: 50px 0;
    }

    .iqv-programa__left h2 {
        font-size: 22px;
    }

    /* Como funciona */
    .iqv-como-funciona {
        padding: 50px 0;
    }

    .iqv-como-funciona h2 {
        font-size: 26px;
    }

    .iqv-step-box__num {
        font-size: 48px;
    }

    /* Benefícios */
    .iqv-beneficios {
        padding: 50px 0;
    }

    .iqv-beneficios__title {
        font-size: 22px;
    }

    .iqv-benefit-card {
        min-height: auto;
    }

    /* Quem pode */
    .iqv-quem-pode {
        padding: 50px 0;
    }

    .iqv-quem-pode__right h2 {
        font-size: 24px;
    }

    /* Comece agora */
    .iqv-comece {
        padding-top: 20px;
        overflow: hidden;
    }

    .iqv-comece__left {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0;
        overflow: hidden;
    }

    .iqv-comece__photo {
        margin-top: 0;
        width: 121%;
        max-width: 120%;
        margin-right: -5%;
        border-radius: 8px 8px 0 0;
        -ms-flex-item-align: end;
        align-self: flex-end;

    }
    .iqv-hero__overlay > .container {
        max-width: 100%;
        width: 100%;
    }
    .iqv-comece__right h2 {
        font-size: 26px;
    }

    .iqv-check-list li {
        font-size: 15px;
    }

    /* UNIASSELVI */
    .iqv-uniasselvi {
        padding: 50px 0;
    }

    .iqv-uniasselvi__left h2 {
        font-size: 24px;
    }

    /* Botões full-width no mobile */
    .iqv-btn {
        display: block;
        text-align: center;
        width: 100%;
        font-size:13px;
        /* max-width: 320px; */
        margin-left: auto;
        margin-right: auto;
    }

    .iqv-hero__cta {
        max-width: 260px;
    }

    /* ---- Carrossel mobile: Como Funciona ---- */

    /* Track vira trilho horizontal com scroll-snap */
    .iqv-steps-track {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        gap: 0;
        padding-bottom: 8px;
    }

    .iqv-steps-track::-webkit-scrollbar {
        display: none;
    }

    /* Card ocupa exatamente o espaço entre as setas, centralizado */
    .iqv-step-col {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: -webkit-calc(100% - 88px);
        width: calc(100% - 88px);
        margin: 0 44px;
        padding: 0;
        scroll-snap-align: center;
        margin-bottom: 0;
    }

    /* Informa ao snap que o centro do scroll container é o ponto de referência */
    .iqv-steps-track {
        scroll-padding-inline: 44px;
    }

    /* Setas */
    .iqv-carousel-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
        background: #fff;
        border: none;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        padding: 0;
    }

    .iqv-carousel-btn--prev { left: -4px; }
    .iqv-carousel-btn--next { right: -4px; }

    .iqv-carousel-btn:disabled {
        opacity: 0.3;
        cursor: default;
    }

    /* Dots */
    .iqv-carousel-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
    }

    .iqv-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(0,0,0,0.25);
        display: block;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }

    .iqv-dot--active {
        background: #111;
    }

    /* Reorder seção 5 mobile */
    .iqv-quem-pode__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /* Reorder seção 6 mobile */
    .iqv-comece__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .iqv-comece__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .iqv-comece__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    /* Reorder seção 7 mobile */
    .iqv-uniasselvi__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.italic{
    font-style: italic;
}