/* TIUTLOS Y SUBTITULOS DE LA PAGINA */

.tj-bienvenida-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.3rem;
    margin-top: 2.2rem;
}

.tj-bienvenida-vertical {
    width: 7px;
    min-width: 7px;
    height: 2.8rem;
    background: #be965c;
    border-radius: 6px;
    margin-right: 0.95rem;
    margin-top: 0.1rem;
}

.tj-bienvenida-title {
    color: #6a1b31;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.15;
    margin: 0;
    text-align: left;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.tj-pasos-section, .tj-tramite-section {
    margin-bottom: 0.5rem;
}

.tj-pasos-label, .tj-tramite-label {
    display: block;
    color: #be965c;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.18rem;
    text-align: left;
}

.tj-pasos-hr, .tj-tramite-hr {
    border: none;
    border-bottom: 2px solid #be965c;
    width: 180px;
    margin: 0 0 0.38rem 0;
    height: 0;
    background: none;
}

.tj-tramite-label {
    font-size: 1.4rem;
    margin-bottom: 0.17rem;
}

.tj-tramite-hr {
    width: 260px;
    margin-bottom: 1.1rem;
}
@media (max-width: 767.98px) {
    .tj-bienvenida-title {
        font-size: 1.12rem;
    }

    .tj-bienvenida-vertical {
        height: 1.5rem;
        width: 5px;
        min-width: 5px;
        margin-right: 0.65rem;
    }

    .tj-pasos-hr, .tj-tramite-hr {
        width: 80vw;
        max-width: 200px;
    }

    .tj-pasos-section, .tj-tramite-section {
        margin-left: 1.1rem;
    }
}


/* SUBTITULOS */
.subtitulo {
    color: #6A1B31 !important;
    font-weight: 800 !important;
    font-size: 1.4em !important;
}

.lineSection {
    border-bottom: 6px solid #bd945e;
    width: 80px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    /* color: inherit; */
}

/* /////////PROCESOS DE PASOS /////////  */
.proceso-citas-steps {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2.5rem 1rem 1.5rem 1rem;
    box-shadow: 0 6px 32px 0 rgba(106,27,49,.08);
    max-width: 1200px;
}

.step-card {
    position: relative;
    min-width: 220px;
    background: transparent;
    transition: box-shadow .25s;
}

.step-card:hover {
    box-shadow: 0 4px 24px 0 #bc946020;
    background: #f8f5f2;
    border-radius: 1rem;
    transform: translateY(-3px) scale(1.03);
}

.step-num {
    font-size: 2.7rem;
    color: #d3d3d3;
    font-weight: 700;
    position: absolute;
    left: 0.7rem;
    top: 0.7rem;
    z-index: 1;
    opacity: .4;
    pointer-events: none;
}

.step-icon {
    font-size: 2.8rem;
    color: #be965c;
    margin-top: 2.2rem;
    margin-bottom: 0.7rem;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 14px #bc946025;
    padding: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, box-shadow .2s;
}

.step-card:hover .step-icon {
    background: #fff7ec;
    color: #6a1b31;
    box-shadow: 0 4px 32px #bc946040;
}

.step-title {
    font-weight: 700;
    color: #6a1b31;
    font-size: 1.23rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.1em;
    margin-top: 0.8rem;
    z-index: 3;
}

.step-desc {
    color: #444;
    font-size: 1.04rem;
    margin-bottom: 0;
    margin-top: 0.25rem;
    max-width: 200px;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .step-card {
        min-width: 160px;
    }
    .step-title {
        font-size: 1.08rem;
    }
    .step-desc {
        font-size: 0.98rem;
    }
}

@media (max-width: 767.98px) {
    .step-num {
        font-size: 2rem;
        left: 0.4rem;
        top: 0.5rem;
    }
    .step-icon {
        font-size: 2rem;
        padding: 10px;
    }
    .step-card {
        min-width: 140px;
        margin-bottom: 1.5rem;
    }
}


/* step de pasos */
.work-process {
    text-align: center;
    position: relative;
}

.process-img {
    width: 120px;
    margin: 20px auto 0;
    position: relative;
    display: inline-block;
}

    .process-img img {
        width: 100px;
        /* border-radius: 20px;*/
        object-fit: cover;
        display: block;
        margin-top: -18px
        /*border: 2px solid #bd945e;*/
        /*box-shadow: 0 4px 10px rgba(0,0,0,0.08);*/
    }

span.process-num {
    position: absolute;
    font-size: 56px;
    font-weight: 600;
    opacity: .16;
    left: -45px;
    top: -15px;
    color: #606060;
    pointer-events: none;
    font-family: 'Arial Black', Arial, sans-serif;
}

.titulo-ruta {
    color: #bd945e;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 16px;
}

.work-process p {
    margin: 0 0 12.5px;
    font-size: 1rem;
}

/* Responsive para que se vean bien en móvil */
@media (max-width: 767px) {
    .process-img img {
        width: 70px;
        height: 70px;
    }

    span.process-num {
        font-size: 34px;
        left: -30px;
        top: -8px;
    }

    .titulo-ruta {
        font-size: 1rem;
    }

    .work-process p {
        font-size: 0.95rem;
    }
}
