﻿/*@import url('./buttons.css');
@import url('./cards.css');
@import url('./accordion.css');
@import url('./form.css');
@import url('./steps.css');

.appWrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgba(var(--grey-5), 1) !important;
}*/

/* HEADER */
/*.siteHeader {
    padding: 1.25rem 0;
    border-bottom: none !important;
    background: transparent;
}

.headerInner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.headerLogo {
    grid-column: 2;
    justify-self: center;
}

    .headerLogo img,
    .imgLogoHeader {
        height: 48px;
        display: block;
    }

.headerActions {
    grid-column: 3;
    justify-self: end;
}

.logoPlaceholder {
    text-decoration: none;
}*/

/* CONTENIDO */
/*.boxContent {
    padding: var(--padding-24);
    background-color: white !important;
    border: 1px solid rgba(var(--grey-10), 1);
    border-radius: 1rem;
    color: rgba(var(--font-color), 1);
    margin-bottom: 36px;
}

.containerTitles {
    display: block;
    max-width: 1200px;
    margin: 1rem auto;
    color: rgba(var(--font-color), 1);
}

    .containerTitles h1 {
        color: rgba(var(--font-color), 1);
        font-family: var(--font-family-sans-slab);
        font-size: var(--font-size-h4-mob);
        display: block;
        padding: 0 0 1rem 0;
        text-align: center;
    }

.containerCard1 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-content: center;
}

.containerCard2 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.box {
    max-width: 320px;
    width: calc(34% - 8px);
}

.box2 {
    max-width: 262px;
}

.step-content {
    min-height: 300px;
}

.buttonWrapper {
    gap: 12px;
    flex-wrap: wrap;
}*/

/* CARDS SELECCIONABLES */
/*.cardSteps {
    cursor: pointer;
    transition: all 0.25s ease;
}

    .cardSteps:hover {
        border-color: rgba(var(--base-blue-dark-3), 1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .cardSteps.selected {
        border: 2px solid rgba(var(--base-blue), 1);
        background-color: rgba(var(--grey-5), 1);
    }

.firstStep {
    min-height: 252px;
}*/

/* FOOTER */
/*.footer {
    margin-top: auto;
}

footer.footerCuestionario {
    background-color: rgba(var(--base-blue-dark-4), 1);
    padding: var(--padding-24);
    color: white;
}

    footer.footerCuestionario p {
        color: white;
        margin: 0;
    }*/

/* RESPONSIVE */
/*@media (min-width: 768px) {
    .containerTitles h1 {
        font-size: var(--font-size-h4);
    }
}

@media (max-width: 680px) {
    .box,
    .box2 {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .headerInner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 0.75rem;
        text-align: center;
    }

    .headerLogo {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
    }

    .headerActions {
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
    }
}

@media (max-width: 800px) {
    .minWMobile {
        min-width: 322px !important;
    }
}

.footerCuestionario .container {
    position: relative;
}

.footerFranja {
    position: absolute;
    bottom: -24px;
    left: 12px;
    width: 110px;
    height: 8px;
    display: block;
}


.questionCenterContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.questionBox {
    width: 100%;
    max-width: 420px;
}

.questionLabel {
    display: block;
    margin-bottom: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(var(--font-color), 1);
}

.questionBox .form-select {
    width: 100%;
    min-height: 52px;
    border-radius: 12px;
    padding-left: 16px;
    font-size: 1rem;
}

.stepContent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonWrapper {
    margin-top: 48px;
}


.step-content {
    width: 100%;
    text-align: center;
}

    .step-content .containerTitles {
        width: 100%;
        text-align: center;
        margin: 24px auto 32px auto;
    }

        .step-content .containerTitles h2 {
            font-family: var(--font-family-sans-slab);
            font-size: 1.75rem;
            font-weight: 700;
            text-align: center;
            margin: 0;
        }

.stepContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
}*/

/* AJUSTE VISUAL STEP 1 */
/*.boxContent {
    max-width: 1260px;
    min-height: 365px;
    margin: 0 auto 36px auto;
    padding: 44px 24px;
}

.stepContainer {
    margin-bottom: 32px;
}

.step-content {
    width: 100%;
    min-height: 210px;
    text-align: center;
}

    .step-content .containerTitles {
        width: 100%;
        text-align: center;
        margin: 0 auto 32px auto;
    }

        .step-content .containerTitles h2 {
            font-family: "Roboto Slab", serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: rgba(var(--font-color), 1);
            line-height: 1.25;
            text-align: center;
            margin: 0;
        }

.stepContent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.questionCenterContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.questionBox {
    width: 100%;
    max-width: 320px;
    text-align: left;
}

.questionLabel {
    display: block;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(var(--font-color), 1);
}

.questionBox .form-select {
    width: 100%;
    min-height: 38px;
    border-radius: 0;
    padding: 6px 36px 6px 12px;
    font-size: 1rem;
}

.buttonWrapper {
    margin-top: 32px;
    gap: 12px;
    flex-wrap: wrap;
}*/

/* ================================
   FIX AISLADO PARA CUESTIONARIO
   Evita conflictos con kit-ui-serc
================================ */

/*.appWrapper {
    font-family: "Roboto", sans-serif;
}

    .appWrapper .siteHeader .container,
    .appWrapper main.container,
    .appWrapper .footerCuestionario .container {
        max-width: 1260px;
    }

    .appWrapper .boxContent {
        width: 100%;
        max-width: 1260px;
        min-height: 365px;
        margin: 0 auto 36px auto !important;
        padding: 44px 24px !important;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .appWrapper .stepContainer {
        width: 480px;
        max-width: 100%;
        margin: 0 auto 32px auto;
    }

    .appWrapper .stepWrapper {
        width: 100%;
        justify-content: space-between;
    }

    .appWrapper .step-content {
        width: 100%;
        min-height: 210px;
        text-align: center;
        margin: 20px auto;
        max-width: 820px;
        display: contents;
    }

        .appWrapper .step-content .containerTitles {
            width: 100%;
            max-width: 100%;
            margin: 0 auto 32px auto;
            padding: 0;
            text-align: center;
        }

            .appWrapper .step-content .containerTitles h2 {
                font-family: "Roboto Slab", serif !important;
                font-size: 1.5rem !important;
                font-weight: 700 !important;
                line-height: 1.25 !important;
                color: #373737 !important;
                text-align: center !important;
                margin: 0 !important;
                padding: 0 !important;
            }

    .appWrapper .stepContent {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .appWrapper .questionCenterContainer {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
    }

    .appWrapper .questionBox {
        width: 100%;
        max-width: 320px;
        text-align: left;
    }

    .appWrapper .questionLabel {
        display: block;
        margin-bottom: 8px !important;
        font-family: "Roboto", sans-serif !important;
        font-size: 1rem !important;
        font-weight: 700 !important;
        color: #373737 !important;
        line-height: 1.4 !important;
    }

    .appWrapper .questionBox .form-select.kit-gob {
        width: 100% !important;
        min-height: 38px !important;
        height: 38px !important;
        border-radius: 0 !important;
        padding: 6px 36px 6px 12px !important;
        font-size: 1rem !important;
        line-height: 1.4 !important;
        color: #373737 !important;
        background-color: #fff !important;
    }

    .appWrapper .buttonWrapper {
        margin-top: 32px !important;
        gap: 12px;
        flex-wrap: wrap;
    }

    .appWrapper .btnPrimary,
    .appWrapper .btnSecondary {
        font-family: "Roboto", sans-serif !important;
        font-weight: 700 !important;
    }*/

    /* Header */
    /*.appWrapper .siteHeader {
        padding: 1.25rem 0 !important;
    }

    .appWrapper .headerInner {
        display: grid !important;
        grid-template-columns: 1fr auto 1fr !important;
        align-items: center !important;
    }

    .appWrapper .headerLogo {
        grid-column: 2 !important;
        justify-self: center !important;
    }

    .appWrapper .headerActions {
        grid-column: 3 !important;
        justify-self: end !important;
    }

    .appWrapper .imgLogoHeader {
        height: 48px !important;
        width: auto !important;
    }*/

    /* Footer */
    /*.appWrapper .footerCuestionario {
        background-color: #00135a !important;
        padding: 24px !important;
        color: #fff !important;
    }

        .appWrapper .footerCuestionario p {
            color: #fff !important;
            margin: 0 !important;
        }

    .appWrapper .footerFranja {
        position: absolute;
        bottom: -24px;
        left: 12px;
        width: 110px !important;
        height: 8px !important;
    }*/

/* Responsive */
/*@media (max-width: 575.98px) {
    .appWrapper .headerInner {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto;
        gap: 0.75rem;
        text-align: center;
    }

    .appWrapper .headerLogo,
    .appWrapper .headerActions {
        grid-column: 1 !important;
        justify-self: center !important;
    }

    .appWrapper .boxContent {
        margin: 0 12px 36px 12px !important;
        width: auto !important;
    }
}

.appWrapper .cuestionarioCard {
    background-color: #fff !important;
    border: 1px solid rgba(var(--grey-10), 1) !important;
    border-radius: 12px !important;
}

.appWrapper .invalid-feedback.kit-gob.d-block {
    display: block !important;
    margin-top: 8px;
    color: rgba(var(--error-dark-3), 1) !important;
    font-weight: 700;
    text-align: left;
}

.accordionResultado {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

    .accordionResultado .accordion-item {
        border: 1px solid rgba(var(--grey-20), 1);
        margin-bottom: 12px;
    }

    .accordionResultado .accordion-button {
        background-color: #e5e5e5;
        color: #111;
        font-weight: 700;
    }

    .accordionResultado .accordion-body {
        padding: 32px 24px;
    }

        .accordionResultado .accordion-body p {
            margin-bottom: 16px;
        }

        .accordionResultado .accordion-body a {*/
            /*color: rgba(var(--base-blue), 1);*/
            /*font-weight: 700;
        }

.tituloActividades {
    font-family: "Roboto Slab", serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin: 32px 0 24px;
}

.cardsActividades {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cardActividad {
    width: 220px;
    background-color: rgba(var(--grey-5), 1);
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

    .cardActividad h4 {
        font-size: 1rem;
        font-weight: 700;
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .cardActividad p {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

.resultado-loading {
    text-align: center;
    font-weight: 700;
    padding: 32px;
}*/

/*.cardActividad .btnAgenda {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 18px;
    margin-top: 16px;
    background-color: rgba(var(--base-blue), 1);
    color: #fff !important;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: all .2s ease;
}

    .cardActividad .btnAgenda:hover {
        background-color: rgba(var(--base-blue-dark-2), 1);
        color: #fff !important;
        transform: translateY(-1px);
    }

    .cardActividad .btnAgenda:visited {
        color: #fff !important;
    }


    .card-cdn {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;

    border-radius: 999px;
    background: rgba(var(--base-blue-light-4), 1);
    color: rgba(var(--base-blue-dark-2), 1);

    font-size: 12px;
    font-weight: 700;
}*/

/* ================================
   RESULTADO - CARDS CDN / AGENDA
================================ */

/*.appWrapper .tituloActividades {
    font-family: var(--font-family-sans-slab);
    font-size: var(--font-size-h4-mob);
    font-weight: 700;
    color: rgba(var(--font-color), 1);
    text-align: center;
    margin: 32px 0 24px 0;
}

@media (min-width: 800px) {
    .appWrapper .tituloActividades {
        font-size: var(--font-size-h4);
    }
}

.appWrapper .containerBoxesCdn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 36px;
    word-wrap: break-word;
    word-break: normal;
    margin: 0 20px;
}

.appWrapper .boxItemCdn {
    background-color: rgba(var(--grey-5), 1);
    border-radius: var(--border-radius-cards);
    padding: var(--padding-cards);
    font-family: var(--font-family-sans-s);
    height: auto;
}

    .appWrapper .boxItemCdn h2.titleCdn {
        font-size: var(--font-size-h5-mob) !important;
        color: rgba(var(--font-color), 1);
        line-height: normal;
        font-weight: 700;
        padding: 0;
        margin: 16px 0 1rem 0;
    }

@media (min-width: 800px) {
    .appWrapper .boxItemCdn h2.titleCdn {
        font-size: var(--font-size-h5) !important;
    }
}

.appWrapper .boxItemCdn p {
    font-size: 1rem;
    color: rgba(var(--font-color), 1);
    line-height: 150%;
    padding: 0;
    margin-bottom: 8px;
}

.appWrapper .boxItemCdn a.verMas {
    display: inline-flex;
    width: fit-content;
    font-size: 1rem;
    color: rgba(var(--font-color), 1);
    line-height: 150%;
    padding: 4px 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s;
    border-radius: 24px;
}

    .appWrapper .boxItemCdn a.verMas:hover {
        color: rgba(var(--base-blue), 1);
        border: 1px solid rgba(var(--base-blue), 1);
        border-radius: 24px;
    }

.appWrapper .chipsMain {
    padding: var(--chips-padding);
    border-radius: var(--border-radius-chips);
    font-size: var(--font-size-small);
    font-weight: 500;
}

    .appWrapper .chipsMain.cardCdn {
        background-color: white;
        border: 1px solid rgba(var(--base-blue), 1);
        color: rgba(var(--base-blue), 1);
        pointer-events: none;
    }*/

@import url('./buttons.css');
@import url('./cards.css');
@import url('./accordion.css');
@import url('./form.css');
@import url('./steps.css');

/* ================================
   CUESTIONARIO BASE
================================ */

.appWrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgba(var(--grey-5), 1) !important;
    font-family: "Roboto", sans-serif;
}

/* HEADER */
.siteHeader {
    padding: 1.25rem 0;
    border-bottom: none !important;
    background: transparent;
}

.headerInner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.headerLogo {
    grid-column: 2;
    justify-self: center;
}

    .headerLogo img,
    .imgLogoHeader {
        height: 48px;
        width: auto;
        display: block;
    }

.headerActions {
    grid-column: 3;
    justify-self: end;
}

/* CONTENEDOR */
.boxContent {
    width: 100%;
    max-width: 1260px;
    min-height: 365px;
    margin: 0 auto 36px auto !important;
    padding: 44px 24px !important;
    background-color: #fff !important;
    border: 1px solid rgba(var(--grey-10), 1);
    border-radius: 12px;
    color: rgba(var(--font-color), 1);
    box-sizing: border-box;
}

.containerTitles {
    display: block;
    max-width: 1200px;
    margin: 1rem auto;
    color: rgba(var(--font-color), 1);
}

    .containerTitles h1,
    .containerTitles h2 {
        color: rgba(var(--font-color), 1);
        font-family: var(--font-family-sans-slab);
        font-size: var(--font-size-h4-mob);
        font-weight: 700;
        display: block;
        padding: 0 0 1rem 0;
        text-align: center;
    }

/* ================================
   CARDS STEP 2
================================ */

.containerCard1 {
    flex-direction: column;
}

@media (min-width: 768px) {
    .containerCard1 {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
        align-content: center;
        flex-direction: row;
    }
}

.containerCard2 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.box {
    max-width: 320px;
    width: calc(34% - 8px);
}

.box2 {
    max-width: 262px;
}

.cardSteps {
    cursor: pointer;
    border: none;
    padding: 0;
}

    .cardSteps p {
        color: rgba(var(--font-color), 1);
        text-align: left;
        margin: 0;
    }

    .cardSteps .circleCard,
    .cardSteps .circleCard img {
        display: none !important;
    }

@media screen and (min-width: 768px) {
    .cardSteps {
        border: 1px solid rgba(var(--base-blue), 1);
        padding: 24px 12px;
        border-radius: var(--border-radius-cards);
        text-align: left;
        margin: 1rem 0;
    }

    .firstStep {
        min-height: 252px;
    }

    .cardSteps .circleCard {
        display: flex !important;
        background-color: rgba(var(--base-blue-light-5), 0.3);
        border-radius: 50px;
        height: 64px;
        width: 64px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .cardSteps .circleCard img {
            display: block !important;
        }
}

/* RADIO BUTTON */
.cardSteps .form-check-input {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    margin-top: 0.25rem;
}

    .cardSteps .form-check-input.kit-gob {
        width: 1em;
        height: 1em;
    }

/* Selección visual */
.cardSteps.selected {
    border: 2px solid rgba(var(--base-blue), 1);
    background-color: rgba(var(--grey-5), 1);
}

/* STEP */
.stepContent {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.step-content {
    width: 100%;
    min-height: 210px;
    text-align: center;
    margin: 20px auto;
    max-width: 820px;
}

.buttonWrapper {
    margin-top: 32px !important;
    gap: 12px;
    flex-wrap: wrap;
}

/* MOBILE */
@media (max-width: 800px) {
    .minWMobile {
        min-width: 322px !important;
    }
}

@media (max-width: 680px) {
    .box,
    .box2 {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .headerInner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 0.75rem;
        text-align: center;
    }

    .headerLogo,
    .headerActions {
        grid-column: 1;
        justify-self: center;
    }

    .boxContent {
        margin: 0 12px 36px 12px !important;
        width: auto !important;
    }
}

/* FOOTER */
.footer {
    margin-top: auto;
}

footer.footerCuestionario {
    background-color: rgba(var(--base-blue-dark-4), 1);
    padding: var(--padding-24);
    color: white;
}

    footer.footerCuestionario p {
        color: white;
        margin: 0;
    }

.footerCuestionario .container {
    position: relative;
}

.footerFranja {
    position: absolute;
    bottom: -24px;
    left: 12px;
    width: 110px;
    height: 8px;
    display: block;
}


/* ================================
   FIX GENERAL TODOS LOS STEPS
================================ */

.appWrapper .step-content {
    width: 100%;
    max-width: 100%;
    min-height: 210px;
    margin: 20px auto;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

    .appWrapper .step-content.d-none {
        display: none !important;
    }

    .appWrapper .step-content .containerTitles {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 32px auto;
        padding: 0;
        text-align: center !important;
    }

        .appWrapper .step-content .containerTitles h2 {
            width: 100%;
            display: block;
            font-family: "Roboto Slab", serif !important;
            font-size: 1.5rem !important;
            font-weight: 700 !important;
            line-height: 1.25 !important;
            color: #373737 !important;
            text-align: center !important;
            margin: 0 auto !important;
            padding: 0 !important;
        }

.appWrapper .stepContent {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.appWrapper .containerCard1,
.appWrapper .containerCard2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
}

/* STEP 2 */
.appWrapper .containerCard1 {
    max-width: 1000px;
}

.appWrapper .box2 {
    width: 262px;
    max-width: 262px;
}

/* STEP 3 Y 4 */
.appWrapper .containerCard2 {
    max-width: 800px;
}

.appWrapper .box {
    width: 320px;
    max-width: 320px;
}

/* CARDS */
.appWrapper .cardSteps {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid rgba(var(--base-blue), 1);
    padding: 24px 12px;
    border-radius: var(--border-radius-cards);
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.appWrapper .firstStep {
    min-height: 252px;
}

.appWrapper .cardSteps.selected {
    border: 2px solid rgba(var(--base-blue), 1);
    background-color: rgba(var(--grey-5), 1);
}

/* ICONO */
.appWrapper .cardSteps .circleCard {
    display: flex !important;
    background-color: rgba(var(--base-blue-light-5), 0.3);
    border-radius: 50px;
    height: 64px;
    width: 64px;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

    .appWrapper .cardSteps .circleCard img {
        display: block !important;
    }

/* RADIO Y CHECKBOX REALES */
.appWrapper .cardSteps .form-check-input {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    margin-top: 0.25rem;
    margin-right: 8px;
}

.appWrapper .cardSteps .form-check {
    width: 100%;
    margin: 0;
    padding-left: 0;
}

.appWrapper .cardSteps p {
    color: rgba(var(--font-color), 1);
    text-align: left;
    margin: 0;
}

/* Tooltip */
.appWrapper .p-tooltip-card {
    position: absolute;
    top: 12px;
    right: 12px;
}

/* Responsive */
@media (max-width: 680px) {
    .appWrapper .box,
    .appWrapper .box2 {
        width: 100%;
        max-width: 100%;
    }

    .appWrapper .containerCard1,
    .appWrapper .containerCard2 {
        flex-direction: column;
        align-items: center;
    }
}


.cardRadioTop {
    position: absolute;
    top: 24px;
    left: 24px;
}

.cardTextCenter {
    width: 100%;
    margin-top: 16px;
    text-align: center;
}

    .cardTextCenter p {
        text-align: center !important;
    }

/* STEP 2 */

.firstStep .form-check {
    position: relative;
    padding-left: 1.8rem;
    text-align: left;
}

.firstStep .form-check-input {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0;
}

.firstStep .form-check-label {
    display: block;
    width: 100%;
}

    .firstStep .form-check-label p {
        text-align: left;
    }

.firstStep .circleCard {
    margin-bottom: 18px;
}


/* ================================
   FIX ÚLTIMO STEP / RESULTADO
================================ */

#resultadoCuestionario {
    width: 100%;
}

    #resultadoCuestionario .accordion,
    #resultadoCuestionario .accordion-item,
    #resultadoCuestionario .accordion-collapse,
    #resultadoCuestionario .accordion-body {
        width: 100%;
    }

    #resultadoCuestionario .accordion {
        max-width: 100%;
        margin: 0 auto;
    }

    #resultadoCuestionario .accordion-item {
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }

    #resultadoCuestionario .accordion-button {
        width: 100%;
        background-color: #e6e6e6;
        font-weight: 700;
        color: #222;
        padding: 16px 20px;
    }

    #resultadoCuestionario .accordion-body {
        padding: 32px 24px;
        text-align: left;
    }

        #resultadoCuestionario .accordion-body p,
        #resultadoCuestionario .accordion-body div {
            text-align: left;
        }


/* CARD CDN - igual React */

.appWrapper .chipsMain.cardCdn {
    background-color: white;
    border: 1px solid rgba(var(--base-blue), 1);
    color: rgba(var(--base-blue), 1);
    pointer-events: none;
    font-size: var(--font-size-small);
    padding: var(--chips-padding);
    border-radius: var(--border-radius-chips);
    font-weight: 500;
    line-height: 1.2;
}

.appWrapper .boxItemCdn a.verMas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 1rem;
    color: rgba(var(--font-color), 1);
    line-height: 150%;
    padding: 4px 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s;
    border-radius: 24px;
}

    .appWrapper .boxItemCdn a.verMas:hover {
        color: rgba(var(--base-blue), 1);
        border: 1px solid rgba(var(--base-blue), 1);
        border-radius: 24px;
    }