.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==================================================
   SEÇÃO EXTERNA
================================================== */

.secao-processo {
    width: 100%;
    padding: 24px !important;
    background-color: #f5f0e8 !important;
}


/* ==================================================
   BLOCO PRINCIPAL
================================================== */

.bloco-processo {
    width: 100% !important;
    max-width: 690px !important;
    margin: 0 auto !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;

    background-color: #fbf9f5 !important;
    border: 1px solid #ded2c0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}


/* ==================================================
   CADA LINHA DO PROCESSO
================================================== */

.bloco-processo > .item-processo {
    position: relative !important;

    width: 100% !important;
    min-height: 133px !important;
    margin: 0 !important;
    padding: 27px 33px !important;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 30px !important;

    background-color: #fbf9f5 !important;

    border: none !important;
    border-bottom: 1px solid #ded2c0 !important;
    border-radius: 0 !important;

    overflow: hidden !important;

    transition:
        background-color 0.35s ease,
        padding-left 0.35s ease,
        box-shadow 0.35s ease !important;
}

/* Remove a linha inferior do último item */
.bloco-processo > .item-processo:last-child {
    border-bottom: none !important;
}


/* ==================================================
   BARRA LATERAL DO HOVER
================================================== */

.bloco-processo > .item-processo::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 4px;
    height: 100%;

    background-color: #984a0a;

    transform: scaleY(0);
    transform-origin: center;

    transition: transform 0.35s ease;
}


/* ==================================================
   NÚMERO
================================================== */

.numero-processo {
    position: relative;
    z-index: 2;

    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;

    margin: 0 !important;
    padding: 0 !important;

    flex: 0 0 64px !important;

    transition: transform 0.35s ease !important;
}

.numero-processo .elementor-heading-title {
    margin: 0 !important;

    color: #984a0a !important;

    font-family: "Manrope", "Inter", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}


/* ==================================================
   CONTAINER INTERNO DOS TEXTOS
================================================== */

.bloco-processo > .item-processo > .e-con {
    position: relative;
    z-index: 2;

    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    flex: 1 1 auto !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;

    transition: transform 0.35s ease !important;
}


/* ==================================================
   TÍTULO DOS BLOCOS
================================================== */

.titulo-processo {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.titulo-processo .elementor-heading-title {
    margin: 0 !important;

    color: #1b1a18 !important;

    font-family: "Manrope", "Inter", Arial, sans-serif !important;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;

    transition: color 0.35s ease !important;
}


/* ==================================================
   DESCRIÇÃO DOS BLOCOS
================================================== */

.descricao-processo {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.descricao-processo p {
    margin: 0 !important;

    color: #77716b !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 0.93rem !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;

    transition: color 0.35s ease !important;
}


/* ==================================================
   EFEITO HOVER
================================================== */

.bloco-processo > .item-processo:hover {
    padding-left: 39px !important;

    background-color: #ffffff !important;

    box-shadow:
        inset 0 0 30px rgba(152, 74, 10, 0.035) !important;
}

/* Exibe a barra lateral */
.bloco-processo > .item-processo:hover::before {
    transform: scaleY(1);
}

/* Movimenta o número */
.bloco-processo > .item-processo:hover .numero-processo {
    transform: translateX(3px);
}

/* Movimenta o conteúdo */
.bloco-processo > .item-processo:hover > .e-con {
    transform: translateX(2px);
}

/* Cor do título durante o hover */
.bloco-processo
> .item-processo:hover
.titulo-processo
.elementor-heading-title {
    color: #984a0a !important;
}

/* Cor da descrição durante o hover */
.bloco-processo
> .item-processo:hover
.descricao-processo p {
    color: #625b54 !important;
}


/* ==================================================
   TABLET E CELULAR
================================================== */

@media (max-width: 767px) {

    .secao-processo {
        padding: 16px !important;
    }

    .bloco-processo {
        border-radius: 16px !important;
    }

    .bloco-processo > .item-processo {
        min-height: auto !important;
        padding: 23px 20px !important;
        gap: 16px !important;
    }

    .numero-processo {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        flex: 0 0 42px !important;
    }

    .numero-processo .elementor-heading-title {
        font-size: 1.25rem !important;
    }

    .titulo-processo .elementor-heading-title {
        font-size: 1rem !important;
    }

    .descricao-processo p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    .bloco-processo > .item-processo:hover {
        padding-left: 26px !important;
    }
}


/* ==================================================
   APARELHOS COM TELA TOUCH
================================================== */

@media (hover: none) {

    .bloco-processo > .item-processo:hover {
        background-color: #fbf9f5 !important;
        box-shadow: none !important;
    }

    .bloco-processo > .item-processo:hover::before {
        transform: scaleY(0);
    }

    .bloco-processo > .item-processo:hover .numero-processo,
    .bloco-processo > .item-processo:hover > .e-con {
        transform: none !important;
    }

    .bloco-processo
    > .item-processo:hover
    .titulo-processo
    .elementor-heading-title {
        color: #1b1a18 !important;
    }

    .bloco-processo
    > .item-processo:hover
    .descricao-processo p {
        color: #77716b !important;
    }
}


/* Padding correto em celulares touch */
@media (hover: none) and (max-width: 767px) {

    .bloco-processo > .item-processo:hover {
        padding: 23px 20px !important;
    }
}


/* ==================================================
   GRADE DOS CARDS
================================================== */

.grade-perfis {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}


/* ==================================================
   CARD INDIVIDUAL
================================================== */

.grade-perfis > .card-perfil {
    position: relative !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 190px !important;

    margin: 0 !important;
    padding: 25px 26px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;

    background-color: #ffffff !important;
    border: 1px solid #dfd2c0 !important;
    border-radius: 18px !important;

    overflow: hidden !important;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease !important;
}


/* ==================================================
   DETALHE SUPERIOR
================================================== */

.grade-perfis > .card-perfil::before {
    content: "";

    position: absolute;
    top: -1px;
    left: 26px;

    width: 0;
    height: 2px;

    background-color: #9b4d10;

    transition: width 0.4s ease;
}


/* ==================================================
   NÚMERO
================================================== */

.numero-perfil {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.numero-perfil .elementor-heading-title {
    margin: 0 !important;

    color: #9b4d10 !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
}


/* ==================================================
   CONTEÚDO INFERIOR
================================================== */

.conteudo-perfil {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 7px !important;

    transition: transform 0.35s ease !important;
}


/* ==================================================
   TÍTULO
================================================== */

.titulo-perfil {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.titulo-perfil .elementor-heading-title {
    margin: 0 !important;

    color: #1b1a18 !important;

    font-family: "Manrope", "Inter", Arial, sans-serif !important;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;

    transition: color 0.35s ease !important;
}


/* ==================================================
   DESCRIÇÃO
================================================== */

.descricao-perfil {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.descricao-perfil p {
    margin: 0 !important;

    color: #77716b !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 0.93rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    transition: color 0.35s ease !important;
}


/* ==================================================
   EFEITO HOVER
================================================== */

.grade-perfis > .card-perfil:hover {
    transform: translateY(-5px);

    background-color: #fbf9f5 !important;
    border-color: #cba77e !important;

    box-shadow:
        0 16px 34px rgba(74, 49, 25, 0.09) !important;
}

/* Linha superior crescendo */
.grade-perfis > .card-perfil:hover::before {
    width: calc(100% - 52px);
}

/* Movimento do conteúdo */
.grade-perfis > .card-perfil:hover .conteudo-perfil {
    transform: translateY(-3px);
}

/* Título marrom no hover */
.grade-perfis
> .card-perfil:hover
.titulo-perfil
.elementor-heading-title {
    color: #9b4d10 !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {
    .grade-perfis {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .grade-perfis > .card-perfil {
        min-height: 185px !important;
    }
}


/* ==================================================
   CELULAR
================================================== */

@media (max-width: 767px) {
    .grade-perfis {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .grade-perfis > .card-perfil {
        min-height: 165px !important;
        padding: 23px 21px !important;
        border-radius: 15px !important;
    }

    .grade-perfis > .card-perfil::before {
        left: 21px;
    }

    .grade-perfis > .card-perfil:hover::before {
        width: calc(100% - 42px);
    }

    .titulo-perfil .elementor-heading-title {
        font-size: 1.02rem !important;
    }

    .descricao-perfil p {
        font-size: 0.9rem !important;
    }
}


/* ==================================================
   DISPOSITIVOS TOUCH
================================================== */

@media (hover: none) {
    .grade-perfis > .card-perfil:hover {
        transform: none;
        background-color: #ffffff !important;
        border-color: #dfd2c0 !important;
        box-shadow: none !important;
    }

    .grade-perfis > .card-perfil:hover::before {
        width: 0;
    }

    .grade-perfis > .card-perfil:hover .conteudo-perfil {
        transform: none;
    }

    .grade-perfis
    > .card-perfil:hover
    .titulo-perfil
    .elementor-heading-title {
        color: #1b1a18 !important;
    }
}

/* ==================================================
   GRADE PRINCIPAL
================================================== */

.grade-perfis {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: 190px !important;

    align-items: stretch !important;
    justify-items: stretch !important;

    column-gap: 16px !important;
    row-gap: 16px !important;
}

/* Impede widgets ou containers vazios de ocuparem uma coluna */
.grade-perfis > *:not(.card-perfil) {
    display: none !important;
}


/* Importação das fontes */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Manrope:wght@800&display=swap");


/* ==================================================
   CONTAINER DA GRADE
================================================== */

.grade-perfis {
    width: 100% !important;
    max-width: 1240px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: 190px !important;

    align-items: stretch !important;
    justify-items: stretch !important;

    column-gap: 16px !important;
    row-gap: 16px !important;
}

/* Evita que containers vazios ocupem posições na grade */
.grade-perfis > *:not(.card-perfil) {
    display: none !important;
}


/* ==================================================
   CARD
================================================== */

.grade-perfis > .card-perfil {
    position: relative !important;

    /* Remove posicionamentos anteriores do Elementor */
    grid-column: auto !important;
    grid-row: auto !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    height: 190px !important;
    min-height: 190px !important;

    margin: 0 !important;
    padding: 25px 26px !important;

    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 20px !important;

    background-color: #ffffff !important;

    border: 1px solid #dfd2c0 !important;
    border-radius: 18px !important;

    overflow: hidden !important;

    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease !important;
}


/* ==================================================
   DETALHE SUPERIOR DO HOVER
================================================== */

.grade-perfis > .card-perfil::before {
    content: "";

    position: absolute;
    top: -1px;
    left: 26px;
    z-index: 2;

    width: 0;
    height: 2px;

    background-color: #9b4d10;

    transition: width 0.4s ease;
}


/* ==================================================
   NÚMERO DO CARD
================================================== */

.grade-perfis .numero-perfil {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.grade-perfis .numero-perfil .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.grade-perfis .numero-perfil .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;

    color: #9b4d10 !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-transform: none !important;
}


/* ==================================================
   CONTAINER DO TÍTULO E DESCRIÇÃO
================================================== */

.grade-perfis .conteudo-perfil {
    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 7px !important;

    transition: transform 0.35s ease !important;
}


/* ==================================================
   TÍTULO DO CARD
   MANROPE | 19PX | PESO 800 | #1B1A18
================================================== */

.grade-perfis .titulo-perfil {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #1b1a18 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.grade-perfis .titulo-perfil .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;

    color: #1b1a18 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.grade-perfis .titulo-perfil .elementor-heading-title,
.grade-perfis .titulo-perfil h1,
.grade-perfis .titulo-perfil h2,
.grade-perfis .titulo-perfil h3,
.grade-perfis .titulo-perfil h4,
.grade-perfis .titulo-perfil h5,
.grade-perfis .titulo-perfil h6 {
    margin: 0 !important;
    padding: 0 !important;

    color: #1b1a18 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}


/* ==================================================
   DESCRIÇÃO DO CARD
   INTER | 14PX | PESO 400 | #6D675F
================================================== */

.grade-perfis .descricao-perfil {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #6d675f !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.grade-perfis .descricao-perfil .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;

    color: #6d675f !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.grade-perfis .descricao-perfil p,
.grade-perfis .descricao-perfil span {
    margin: 0 !important;
    padding: 0 !important;

    color: #6d675f !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}


/* ==================================================
   EFEITO HOVER
================================================== */

.grade-perfis > .card-perfil:hover {
    transform: translateY(-5px);

    background-color: #fbf9f5 !important;
    border-color: #cba77e !important;

    box-shadow:
        0 16px 34px rgba(74, 49, 25, 0.09) !important;
}

/* Linha superior */
.grade-perfis > .card-perfil:hover::before {
    width: calc(100% - 52px);
}

/* Movimento suave no conteúdo */
.grade-perfis > .card-perfil:hover .conteudo-perfil {
    transform: translateY(-3px);
}

/* Mantém a tipografia do título no hover */
.grade-perfis > .card-perfil:hover .titulo-perfil,
.grade-perfis > .card-perfil:hover .titulo-perfil *,
.grade-perfis > .card-perfil:hover .titulo-perfil .elementor-heading-title {
    color: #1b1a18 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 19px !important;
    font-weight: 800 !important;
}

/* Mantém a tipografia da descrição no hover */
.grade-perfis > .card-perfil:hover .descricao-perfil,
.grade-perfis > .card-perfil:hover .descricao-perfil *,
.grade-perfis > .card-perfil:hover .descricao-perfil p {
    color: #6d675f !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {
    .grade-perfis {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: 185px !important;

        column-gap: 16px !important;
        row-gap: 16px !important;
    }

    .grade-perfis > .card-perfil {
        height: 185px !important;
        min-height: 185px !important;
    }
}


/* ==================================================
   CELULAR
================================================== */

@media (max-width: 767px) {
    .grade-perfis {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-auto-rows: auto !important;

        column-gap: 0 !important;
        row-gap: 14px !important;
    }

    .grade-perfis > .card-perfil {
        height: auto !important;
        min-height: 165px !important;

        padding: 22px 21px !important;

        border-radius: 15px !important;
    }

    .grade-perfis > .card-perfil::before {
        left: 21px;
    }

    .grade-perfis > .card-perfil:hover::before {
        width: calc(100% - 42px);
    }

    /* Mantém os tamanhos solicitados no celular */
    .grade-perfis .titulo-perfil,
    .grade-perfis .titulo-perfil *,
    .grade-perfis .titulo-perfil .elementor-heading-title {
        font-size: 19px !important;
        font-weight: 800 !important;
    }

    .grade-perfis .descricao-perfil,
    .grade-perfis .descricao-perfil *,
    .grade-perfis .descricao-perfil p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}


/* ==================================================
   DISPOSITIVOS TOUCH
================================================== */

@media (hover: none) {
    .grade-perfis > .card-perfil:hover {
        transform: none;

        background-color: #ffffff !important;
        border-color: #dfd2c0 !important;

        box-shadow: none !important;
    }

    .grade-perfis > .card-perfil:hover::before {
        width: 0;
    }

    .grade-perfis > .card-perfil:hover .conteudo-perfil {
        transform: none;
    }
}

/* =====================================================
   BLOCO DE ETAPAS — VERSÃO CORRIGIDA
   ===================================================== */


/* CONTAINER PRINCIPAL
   Classe: quadro-etapas
*/
.quadro-etapas {
    display: flex;
    flex-direction: column !important;
    overflow: hidden;

    background-color: #fbf9f5;
    border: 1px solid #ded2c0;
    border-radius: 20px;
}


/* CADA LINHA
   Classe: linha-etapa
*/
.linha-etapa {
    position: relative;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100%;
    overflow: hidden;

    background-color: #fbf9f5;
    border-bottom: 1px solid #ded2c0;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}


/* REMOVE A BORDA DA ÚLTIMA LINHA */
.linha-etapa:last-child {
    border-bottom: none;
}


/* FUNDO AO PASSAR O MOUSE */
.linha-etapa:hover {
    background-color: #ffffff;
}


/* BARRA LATERAL DO HOVER */
.linha-etapa::before {
    content: "";
    position: absolute;

    top: 18%;
    bottom: 18%;
    left: 0;

    width: 3px;

    background-color: #984a0a;
    border-radius: 0 3px 3px 0;

    opacity: 0;
    transform: scaleY(0);
    transform-origin: center;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}


/* MOSTRA A BARRA NO HOVER */
.linha-etapa:hover::before {
    opacity: 1;
    transform: scaleY(1);
}


/* =====================================================
   NÚMERO DA ETAPA
   Classe: indice-etapa
   ===================================================== */

.indice-etapa {
    position: relative;
    z-index: 2;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: auto !important;
    min-width: 78px;
    max-width: 78px;

    flex: 0 0 78px !important;
    align-self: center !important;

    margin: 0 !important;

    transition: transform 0.3s ease;
}


/* REMOVE LARGURA AUTOMÁTICA DO WIDGET */
.indice-etapa.elementor-widget {
    width: auto !important;
}


/* REMOVE MARGENS DO TÍTULO DO NÚMERO */
.indice-etapa .elementor-heading-title {
    margin: 0 !important;
}


/* =====================================================
   CONTEÚDO DA ETAPA
   Classe: corpo-etapa
   ===================================================== */

.corpo-etapa {
    position: relative;
    z-index: 2;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;

    flex: 1 1 auto !important;

    width: auto !important;
    min-width: 0;

    margin: 0 !important;

    transition: transform 0.3s ease;
}


/* =====================================================
   TÍTULO
   Classe: nome-etapa
   Tipografia controlada pelo Elementor
   ===================================================== */

.nome-etapa {
    width: 100%;
    margin: 0 !important;
}

.nome-etapa .elementor-heading-title {
    margin: 0 !important;
}


/* =====================================================
   DESCRIÇÃO
   Classe: texto-etapa
   Tipografia controlada pelo Elementor
   ===================================================== */

.texto-etapa {
    width: 100%;
    margin: 0 !important;
}

.texto-etapa p {
    margin-top: 0;
    margin-bottom: 0;
}


/* MOVIMENTO SUAVE NO HOVER */
.linha-etapa:hover .indice-etapa,
.linha-etapa:hover .corpo-etapa {
    transform: translateX(4px);
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {
    .indice-etapa {
        min-width: 65px;
        max-width: 65px;
        flex-basis: 65px !important;
    }

    .linha-etapa:hover .indice-etapa,
    .linha-etapa:hover .corpo-etapa {
        transform: translateX(2px);
    }
}


/* =====================================================
   CELULAR
   O número continua ao lado do conteúdo
   ===================================================== */

@media (max-width: 767px) {
    .linha-etapa {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .indice-etapa {
        min-width: 48px;
        max-width: 48px;
        flex: 0 0 48px !important;
        align-self: flex-start !important;
    }

    .linha-etapa::before {
        top: 12%;
        bottom: 12%;
    }
}


/* REMOVE MOVIMENTO EM DISPOSITIVOS TOUCH */
@media (hover: none) {
    .linha-etapa:hover .indice-etapa,
    .linha-etapa:hover .corpo-etapa {
        transform: none;
    }
}/* End custom CSS */